/* A short, literal offer inside the left hero column. All existing hero,
   Atlas, detailed-offer and downstream layout rules remain untouched. */
.home-page .mythic-quick-offer {
  max-width: 820px;
  margin-top: 36px;
  padding: 22px 26px 12px;
  border: 1px solid #7778e5;
  background: rgb(255 255 255 / 4%);
  color: #fff;
}
.home-page .mythic-quick-offer h2 {
  margin: 0 0 8px;
  color: #dedfff;
  font: 400 10px/1.6 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-page .mythic-quick-offer dl { margin: 0; }
.home-page .mythic-quick-offer dl > div {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 12px 24px;
  padding-block: 16px;
}
.home-page .mythic-quick-offer dl > div + div { border-top: 1px solid #595be0; }
.home-page .mythic-quick-offer dt {
  color: #fff;
  font: 400 21px/1.25 var(--serif);
  letter-spacing: -.025em;
}
.home-page .mythic-quick-offer dd {
  margin: 0;
  color: #eeeefe;
  font: 400 14px/1.65 var(--sans);
}
.home-page .mythic-quick-offer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  margin-top: 5px;
  color: #fff;
  font: 400 11px/1.5 var(--mono);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-page .mythic-quick-offer a:hover { text-decoration-thickness: 2px; }
.home-page .mythic-quick-offer a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
/* Extra text may make the left column taller on laptops. Keep the Atlas slot
   at the top edge; its independent crop is owned by mythic-frontier.css. */
@media (min-width: 761px) {
  .home-page .mythic-stage:has(.mythic-quick-offer) .mythic-art { align-self: start; }
}
@media (min-width: 761px) and (max-width: 1500px) {
  .home-page .mythic-quick-offer { margin-top: 28px; padding: 18px 20px 8px; }
  .home-page .mythic-quick-offer dl > div { grid-template-columns: 120px minmax(0, 1fr); gap: 12px 18px; padding-block: 14px; }
  .home-page .mythic-quick-offer dt { font-size: 18px; }
  .home-page .mythic-quick-offer dd { font-size: 13px; }
}
@media (max-width: 1100px) {
  .home-page .mythic-quick-offer dl > div { grid-template-columns: 1fr; gap: 7px; }
}
@media (max-width: 760px) {
  .home-page .mythic-quick-offer { margin-top: 28px; margin-bottom: 12px; padding: 19px 20px 8px; }
  .home-page .mythic-quick-offer dt { font-size: 21px; }
  .home-page .mythic-quick-offer dd { font-size: 14px; }
}
@media print {
  .home-page .mythic-quick-offer { background: transparent; border-color: #777; break-inside: avoid; }
  .home-page .mythic-quick-offer :is(h2, dt, dd, a) { color: #000; }
  .home-page .mythic-quick-offer dl > div + div { border-color: #aaa; }
}
