:root {
  --bg: #151515;
  --bg-soft: #1c1b1b;
  --panel: #232121;
  --panel-strong: #2b2929;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4efe6;
  --muted: rgba(244, 239, 230, 0.68);
  --muted-strong: rgba(244, 239, 230, 0.84);
  --gold: #d7b15f;
  --gold-soft: rgba(215, 177, 95, 0.16);
  --gold-strong: #c99f4d;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
  --radius: 18px;
  --radius-sm: 12px;
  --page: min(1420px, 90vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(215, 177, 95, 0.08), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, #131313 0%, #191818 42%, #141414 100%);
  font-family: "Golos Text", system-ui, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 110px
    ),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 55%);
  opacity: 0.35;
  mix-blend-mode: soft-light;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, transparent 0%, black 15%, black 85%, transparent 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.page-shell {
  width: var(--page);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(215, 177, 95, 0.56);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(215, 177, 95, 0.3), rgba(215, 177, 95, 0.08));
  color: var(--gold);
  font-family: "Golos Display", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: "Golos Display", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.brand-copy small {
  margin-top: 3px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.76rem;
}

.nav a,
.phone {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav a:hover,
.phone:hover {
  color: var(--gold);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.section {
  padding: 34px 0 64px;
}

.section-tight {
  padding-top: 22px;
}

.hero {
  padding-top: 26px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(18px, 3.2vw, 54px) 0 10px;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.74rem;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Golos Display", sans-serif;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.1rem, 5.2vw, 6rem);
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.h1-line {
  display: block;
}

.h1-line--gold {
  color: var(--gold);
}

h2 {
  font-size: clamp(2.25rem, 4.1vw, 4.9rem);
  letter-spacing: -0.03em;
  max-width: 14ch;
}

h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
  letter-spacing: -0.02em;
}

h1 span,
h2 span,
.lead strong,
.reviews-copy .lead strong {
  color: var(--gold);
}

.lead {
  margin: 22px 0 0;
  max-width: 40rem;
  color: var(--muted-strong);
  font-size: clamp(1.02rem, 1.12vw, 1.18rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #dcb868 0%, #c79d49 100%);
  color: #201706;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.btn-wide {
  width: 100%;
}

.hero-visual {
  position: relative;
  min-height: 700px;
  border-left: 1px solid rgba(215, 177, 95, 0.2);
  padding: 14px 0 0 14px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(214, 176, 93, 0.18), transparent 42%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.13), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  border-radius: 0;
  filter: saturate(0.92) contrast(1.05);
  box-shadow: var(--shadow);
}

.scroll-indicator {
  display: grid;
  justify-items: center;
  margin-top: 22px;
  color: rgba(244, 239, 230, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.64rem;
}

.scroll-indicator i {
  display: block;
  width: 1px;
  height: 30px;
  margin-top: 10px;
  background: linear-gradient(180deg, var(--gold), transparent);
}

.stats {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats div {
  min-width: 0;
}

.stats dt {
  font-family: "Golos Display", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 3.6rem);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.03em;
}

.stats dd {
  margin: 8px 0 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  line-height: 1.4;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-head .lead,
.narrow {
  max-width: 51rem;
}

.steps-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  padding: 24px 22px 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  min-height: 240px;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(215, 177, 95, 0.62);
  color: var(--gold);
  font-family: "Golos Display", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.step-card h3 {
  margin-bottom: 14px;
}

.step-card p,
.benefit-card p,
.service-card p,
.quote-card p,
.footer-links span,
.footer-note,
.review-widget__cta strong,
.review-snippet p,
.widget-subtitle,
.widget-source,
.feature-list span {
  color: var(--muted);
  line-height: 1.55;
}



/* ─── Telegram CTA Section ─── */

.tg-cta-section {
  display: flex;
  justify-content: center;
  padding: 64px 0 80px;
}

.tg-cta {
  position: relative;
  max-width: 740px;
  width: 100%;
  padding: 48px 44px 52px;
  border: 1px solid rgba(215, 177, 95, 0.22);
  background:
    linear-gradient(
      135deg,
      rgba(215, 177, 95, 0.06) 0%,
      rgba(255, 255, 255, 0.02) 40%,
      rgba(215, 177, 95, 0.04) 100%
    );
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  overflow: hidden;
}

.tg-cta__glow {
  position: absolute;
  top: -60%;
  left: 50%;
  translate: -50% 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 177, 95, 0.18), transparent 68%);
  pointer-events: none;
  filter: blur(40px);
}

.tg-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 8px 18px 8px 14px;
  border: 1px solid rgba(215, 177, 95, 0.35);
  border-radius: 999px;
  background: rgba(215, 177, 95, 0.08);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tg-cta__badge-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px rgba(74, 222, 128, 0.6); }
  50% { opacity: 0.5; box-shadow: 0 0 4px rgba(74, 222, 128, 0.3); }
}

.tg-cta__title {
  max-width: 18ch;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.tg-cta__title span {
  color: var(--gold);
}

.tg-cta__subtitle {
  max-width: 48ch;
  margin: 0 auto 36px;
  color: var(--muted-strong);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ─── Premium Telegram Button ─── */

.tg-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px 18px 24px;
  border: 1px solid rgba(215, 177, 95, 0.5);
  border-radius: 16px;
  background:
    linear-gradient(
      135deg,
      rgba(215, 177, 95, 0.2) 0%,
      rgba(215, 177, 95, 0.06) 50%,
      rgba(215, 177, 95, 0.15) 100%
    );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  box-shadow:
    0 8px 32px rgba(215, 177, 95, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: btnPulse 3s ease-in-out infinite;
}

@keyframes btnPulse {
  0%, 100% {
    box-shadow:
      0 8px 32px rgba(215, 177, 95, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      0 12px 48px rgba(215, 177, 95, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
}

.tg-cta__btn:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: var(--gold);
  box-shadow:
    0 16px 56px rgba(215, 177, 95, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: none;
}

.tg-cta__btn:active {
  transform: translateY(0) scale(0.99);
}

.tg-cta__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2aabee, #229ed9);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(42, 171, 238, 0.35);
}

.tg-cta__btn-text {
  display: grid;
  gap: 3px;
  text-align: left;
}

.tg-cta__btn-text strong {
  font-family: "Golos Display", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.tg-cta__btn-text small {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* ─── Shine sweep animation ─── */

.tg-cta__btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 48%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.12) 52%,
    transparent 60%
  );
  pointer-events: none;
  animation: shineSwipe 4s ease-in-out infinite;
}

@keyframes shineSwipe {
  0%   { left: -100%; }
  30%  { left: 120%; }
  100% { left: 120%; }
}

/* ─── Perks below the button ─── */

.tg-cta__perks {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tg-cta__perks li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 18px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}

.tg-cta__perk-icon {
  font-size: 1.6rem;
  line-height: 1;
}

.tg-cta__perks strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.88rem;
  color: var(--text);
}

.tg-cta__perks span {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.testimonials {
  padding-top: 10px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: start;
}

.review-widget {
  padding: 22px;
  background: #f6f3ee;
  color: #191919;
  box-shadow: var(--shadow);
}

.review-widget__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.widget-title {
  margin: 0 0 6px;
  font-size: 1.06rem;
  font-weight: 700;
}

.rating-line {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 6px;
}

.rating-line strong {
  font-family: "Golos Display", sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rating-line span {
  color: #e1b400;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
}

.widget-source {
  white-space: nowrap;
  color: rgba(25, 25, 25, 0.55);
}

.widget-subtitle {
  color: rgba(25, 25, 25, 0.48);
}

.review-widget__cta {
  margin: 18px 0 20px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
}

.review-widget__cta a {
  padding: 10px 14px;
  border-radius: 8px;
  background: #3090f0;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
}

.review-snippet {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.review-snippet strong {
  display: block;
}

.review-snippet span {
  display: block;
  margin-top: 2px;
  color: rgba(25, 25, 25, 0.45);
  font-size: 0.85rem;
}

.review-snippet p {
  margin: 8px 0 0;
  color: rgba(25, 25, 25, 0.78);
  line-height: 1.45;
}

.review-snippet.muted {
  opacity: 0.78;
}

.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #deb96e;
  color: #201706;
  font-weight: 700;
}

.avatar.dark {
  background: #2b2b2b;
  color: #fff;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.quote-card {
  min-height: 300px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.quote-card .stars {
  margin-bottom: 18px;
  color: var(--gold);
  letter-spacing: 0.14em;
}

.quote-card p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.8;
}

.philosophy {
  padding-top: 48px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}

.benefit-card {
  min-height: 240px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-card:nth-child(3n) {
  border-right: 0;
}

.benefit-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.benefit-icon,
.service-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid rgba(215, 177, 95, 0.5);
  color: var(--gold);
  font-size: 1.2rem;
}

.benefit-card h3,
.service-card h3 {
  margin-bottom: 16px;
}

.day-section {
  padding-top: 58px;
}

.day-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 20px;
  align-items: start;
}

.day-large,
.day-small {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.day-large img,
.day-small img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.day-large:hover img,
.day-small:hover img,
.hero-visual:hover img {
  transform: scale(1.02);
}

.day-large {
  min-height: 860px;
}

.day-aside {
  display: grid;
  gap: 20px;
}

.day-small {
  min-height: calc(50% - 10px);
}

.day-large figcaption,
.day-small figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
}

.day-small figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brands {
  padding-top: 82px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  margin-bottom: 54px;
}

.brand-tile {
  min-height: 144px;
  display: grid;
  place-items: center;
  color: rgba(244, 239, 230, 0.78);
  font-family: "Golos Display", sans-serif;
  font-size: clamp(1.1rem, 2vw, 2rem);
  text-transform: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.01);
}

.brand-tile:nth-child(5n) {
  border-right: 0;
}

.brand-tile:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.services-head {
  display: grid;
  gap: 14px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 240px;
  padding: 26px 24px 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.service-card--featured {
  border-color: rgba(215, 177, 95, 0.56);
  box-shadow: inset 0 0 0 1px rgba(215, 177, 95, 0.16);
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(215, 177, 95, 0.45);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.footer {
  padding-bottom: 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: grid;
  justify-items: end;
  gap: 10px;
  color: var(--gold);
}

.footer-links a {
  font-weight: 700;
}

.footer-note {
  margin: 22px 0 0;
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 14px 18px;
  border: 1px solid rgba(215, 177, 95, 0.38);
  background: rgba(15, 15, 15, 0.92);
  color: var(--text);
  box-shadow: var(--shadow);
  z-index: 50;
}

.section,
.hero-grid,
.reviews-layout,
.day-grid,
.service-grid,
.quote-grid,
.benefits-grid,
.brand-grid {
  scroll-margin-top: 120px;
}

@media (max-width: 1260px) {
  .page-shell {
    width: min(90vw, 1180px);
  }

  .hero-grid,
  .reviews-layout,
  .day-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-visual {
    min-height: auto;
  }

  .hero-visual {
    padding-left: 0;
    border-left: 0;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid,
  .service-grid,
  .quote-grid,
  .benefits-grid,
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-tile:nth-child(5n),
  .brand-tile:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .brand-tile:nth-child(2n) {
    border-right: 0;
  }

  .brand-tile:nth-last-child(-n + 5) {
    border-bottom: 1px solid var(--line);
  }

  .brand-tile:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .day-large {
    min-height: 540px;
  }

  .day-small {
    min-height: 360px;
  }

  .footer-links {
    justify-items: start;
  }
}

@media (max-width: 920px) {
  .topbar {
    border-radius: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 18px;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-copy {
    padding-top: 8px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tg-cta__perks {
    grid-template-columns: 1fr;
  }

  .tg-cta {
    padding: 36px 24px 40px;
  }

  .stats,
  .steps-grid,
  .quote-grid,
  .benefits-grid,
  .brand-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .brand-tile {
    border-right: 0 !important;
  }

  .benefit-card,
  .brand-tile,
  .step-card {
    border-right: 0;
  }

  .benefit-card:not(:last-child),
  .brand-tile:not(:last-child),
  .step-card:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .review-widget__cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .review-widget__top {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --page: calc(100vw - 32px);
  }

  .page-shell {
    width: var(--page);
  }

  .topbar {
    margin-top: 8px;
    padding: 12px;
    gap: 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .nav {
    display: none;
  }

  .topbar-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .phone {
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 24px 0 48px;
  }

  .hero-grid {
    gap: 18px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual img {
    min-height: 360px;
  }

  .step-card,
  .benefit-card,
  .service-card,
  .quote-card {
    min-height: auto;
  }

  .day-large {
    min-height: 420px;
  }

  .day-small {
    min-height: 300px;
  }

  .review-widget,
  .quote-card,
  .benefit-card,
  .service-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tg-cta {
    padding: 28px 16px 32px;
  }

  .tg-cta__btn {
    width: 100%;
    padding: 16px 18px;
    border-radius: 14px;
  }

  .tg-cta__btn-text strong {
    font-size: 0.95rem;
  }

  .tg-cta__btn-icon {
    width: 42px;
    height: 42px;
  }

  .tg-cta__perks {
    gap: 12px;
  }

  .tg-cta-section {
    padding: 36px 0 48px;
  }
}
