.nav-links [aria-current="page"] { color: var(--brand); }

.offers-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(680px 420px at 88% 15%, rgba(183, 121, 31, 0.16), transparent 68%),
    radial-gradient(700px 440px at 8% 95%, rgba(143, 23, 36, 0.09), transparent 70%),
    linear-gradient(135deg, #fff 0%, #fbf8f6 58%, #f1ebe6 100%);
}

.offers-hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.55fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.back-link:hover { color: var(--brand); }

.offers-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.offers-hero-intro {
  max-width: 790px;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.6;
}

.offers-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.offers-meta span {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.offers-meta strong { color: var(--text-strong); }

.offers-hero-note {
  align-self: end;
  margin-bottom: clamp(1rem, 5vw, 4rem);
  padding: clamp(1.3rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(143, 23, 36, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.offers-hero-note > span {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.offers-hero-note p { margin: 1rem 0 0; color: var(--muted); font-size: 0.95rem; }
.offers-hero-note strong { color: var(--text-strong); }

.offers-intro { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.offers-intro-inner { max-width: 880px; }
.offers-intro h2 { margin: 0; color: var(--text-strong); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.04em; line-height: 1.08; }
.offers-intro p:last-child { max-width: 760px; margin: 1rem 0 0; color: var(--muted); font-size: 1.06rem; }

.offer-group { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.offer-group.section-soft { border-top: 0; }

.offer-group-heading {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.group-number {
  margin: 0;
  padding-top: 0.2rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.offer-group-heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-left: calc(70px + clamp(1rem, 3vw, 2.5rem));
}

.offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.8vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.offer-card::before {
  content: "";
  width: 2.8rem;
  height: 3px;
  margin-bottom: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright));
}

.offer-card h3 { margin: 0; color: var(--text-strong); font-size: clamp(1.25rem, 2vw, 1.55rem); letter-spacing: -0.02em; line-height: 1.2; }
.offer-summary { margin: 0.8rem 0 1.5rem; color: var(--muted); }

.search-box {
  margin-top: auto;
  padding: 1rem 1.05rem;
  border-left: 3px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--brand-soft);
}

.search-box span { display: block; margin-bottom: 0.28rem; color: var(--brand); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.search-box p { margin: 0; color: var(--text-strong); font-size: 0.92rem; font-weight: 650; line-height: 1.48; }
.search-box-open { border-left-color: var(--accent); background: #fff8e9; }
.search-box-open span { color: #8a5b12; }
.offer-grid-single .offer-card { max-width: calc(50% - 0.675rem); }

.visit-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--surface-warm); }

.visit-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(125deg, var(--brand-strong), var(--brand));
  color: #fff;
  box-shadow: 0 24px 60px rgba(111, 16, 27, 0.22);
}

.visit-panel .eyebrow { color: #ffd9de; }
.visit-panel h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); letter-spacing: -0.05em; line-height: 0.98; }
.visit-copy > p:last-of-type { max-width: 780px; margin: 1.2rem 0 0; color: rgba(255, 255, 255, 0.86); font-size: 1.05rem; }

.visit-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.8rem 0 0;
}

.visit-facts div { padding: 0.9rem 1rem; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.08); }
.visit-facts dt { color: #ffd9de; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.visit-facts dd { margin: 0.2rem 0 0; color: #fff; font-weight: 800; line-height: 1.35; }
.visit-action { display: flex; flex-direction: column; align-items: stretch; gap: 0.8rem; }
.visit-action .button { min-height: 58px; padding-inline: 1.5rem; }
.visit-action small { color: rgba(255, 255, 255, 0.72); text-align: center; }

@media (max-width: 900px) {
  .offers-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 2rem; }
  .offers-hero-note { max-width: 600px; align-self: auto; margin-bottom: 0; }
  .offer-grid { margin-left: 0; }
  .offer-grid-single .offer-card { max-width: none; }
  .visit-panel { grid-template-columns: 1fr; }
  .visit-action { max-width: 420px; }
}

@media (max-width: 720px) {
  .offers-hero-grid { padding-block: 3.2rem 4rem; }
  .back-link { margin-bottom: 1.5rem; }
  .offer-group-heading { grid-template-columns: 1fr; gap: 0.7rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .visit-facts { grid-template-columns: 1fr; }
  .visit-action { max-width: none; }
}

@media (max-width: 520px) {
  .offers-hero h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .offers-meta { align-items: stretch; flex-direction: column; }
  .offers-meta span { width: fit-content; }
  .offer-card { padding: 1.25rem; }
  .visit-panel { padding: 1.6rem; border-radius: var(--radius-md); }
  .visit-action .button { width: 100%; }
}
