:root {
  --bg: #f4f4f2;
  --surface: #ffffff;
  --ink: #070707;
  --text: #111111;
  --muted: #6f7178;
  --line: #e5e5e2;
  --soft: #f8f8f6;
  --blue: #1d2bd8;
  --blue-dark: #121ba6;
  --blue-hover: #3345ff;
  --violet: #eef0ff;
  --radius: 12px;
  --page-max: 1120px;
  --page-pad: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "liga" 1, "kern" 1;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: var(--page-max);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 var(--page-pad);
  background: rgba(244, 244, 242, 0.9);
  backdrop-filter: blur(16px);
}
.brand img { display: block; width: 118px; height: auto; }
.desktop-nav { display: flex; gap: 28px; color: #54565c; font-size: 13px; font-weight: 600; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.header-cta:hover { background: var(--blue-dark); }

.hero, .intro-section, .solution-section, .phone-feature-section, .benefit-grid, .black-section > div,
.steps-section, .compact-process, .testimonial-section, .pricing-section, .conversion-section,
.survey-section, .site-footer {
  max-width: var(--page-max);
  margin: 0 auto;
  padding-inline: var(--page-pad);
}

.nova-hero {
  position: relative;
  overflow: hidden;
  padding-top: 58px;
  padding-bottom: 70px;
  text-align: center;
}
.nova-hero .eyebrow,
.nova-hero h1,
.nova-hero .lead,
.nova-hero .hero-actions {
  animation: riseIn 700ms cubic-bezier(.2,.8,.2,1) both;
}
.nova-hero h1 { animation-delay: 90ms; }
.nova-hero .lead { animation-delay: 170ms; }
.nova-hero .hero-actions { animation-delay: 250ms; }
.hero-copy { max-width: 760px; margin: 0 auto; }
.eyebrow {
  margin: 0 0 14px;
  color: #6f7178;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
h1 {
  max-width: 870px;
  margin: 0 auto 18px;
  font-size: clamp(48px, 7.6vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 700;
}
.lead {
  max-width: 620px;
  margin: 0 auto;
  color: #7a7a7a;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.32;
  font-weight: 400;
}
.hero-actions { display: flex; justify-content: center; margin: 22px 0 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(29, 43, 216, 0.20);
}
.button.primary:hover {
  background: var(--blue-hover);
  box-shadow: 0 18px 38px rgba(51, 69, 255, 0.25);
}
.button.primary::after {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 23px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}
.button.primary:hover::after { transform: translate(4px, -1px); }
.button.primary svg { display: none; }
.button svg { width: 16px; height: 16px; }
.button, .header-cta, .pricing-grid a, .embed-placeholder button {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover, .header-cta:hover, .pricing-grid a:hover, .embed-placeholder button:hover {
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
.visual-shape {
  position: absolute;
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, #3445ff, #9ca7ff);
  filter: blur(0.2px);
  opacity: 0.95;
  animation: slowFloat 8s ease-in-out infinite;
}
.shape-left {
  left: 68px;
  top: 110px;
  border-radius: 52% 48% 42% 58%;
  transform: rotate(32deg);
}
.shape-right {
  right: 92px;
  top: 160px;
  border-radius: 45% 55% 54% 46%;
  transform: rotate(-22deg);
  animation-delay: -3s;
}
.program-mockup {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 150px 1fr;
  width: min(920px, 100%);
  min-height: 430px;
  overflow: hidden;
  background: #f6f7fb;
  border: 1px solid #dfe3ea;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.16);
  text-align: left;
  animation: dashboardEnter 900ms cubic-bezier(.2,.8,.2,1) 260ms both, dashboardFloat 7s ease-in-out 1200ms infinite;
  transform-origin: center bottom;
}
.program-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 10px;
  background: #fff;
  border-right: 1px solid #e6e8ee;
}
.program-sidebar img {
  width: 92px;
  margin: 0 auto 12px;
}
.program-sidebar span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #444851;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 750;
}
.program-sidebar span.active {
  color: #050505;
  background: #eef0f5;
}
.program-content { padding: 18px; min-width: 0; }
.program-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.program-top h3 { margin: 0; font-size: 25px; }
.program-top button {
  min-height: 34px;
  padding: 0 12px;
  color: #334155;
  background: #fff;
  border: 1px solid #cfd6e2;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}
.program-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.72fr;
  gap: 10px;
}
.program-grid article {
  min-height: 154px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 10px;
}
.program-grid span, .program-grid small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.program-grid strong { display: block; color: #0f172a; }
.program-grid article:first-child div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
}
.program-grid i {
  display: block;
  height: 7px;
  margin-bottom: 13px;
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 0 0 5px #eff1ff;
}
.bar-92 { width: 92%; }
.bar-62 { width: 62%; }
.bar-48 { width: 48%; }
.program-value { display: grid; place-items: center; text-align: center; }
.program-value strong { margin: 7px 0; font-size: 33px; line-height: 1; }
.program-donut { text-align: center; }
.program-donut div {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 16px auto 10px;
  border-radius: 999px;
  background: radial-gradient(circle at center, #fff 0 56%, transparent 57%), conic-gradient(var(--blue) 31%, #e7eaf5 0);
}
.program-donut strong { font-size: 20px; }
.program-funnel { grid-column: span 3; }
.program-funnel p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 30px;
  margin: 0 0 6px;
  padding: 0 10px;
  background: #f2f3f6;
  border-radius: 7px;
  color: #222;
  font-size: 11px;
}
.program-funnel b { color: var(--blue); }
.floating-card, .small-card {
  position: absolute;
  z-index: 3;
  padding: 14px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  text-align: left;
  animation: cardFloat 6s ease-in-out infinite;
}
.floating-card span, .small-card span { display: block; color: var(--muted); font-size: 11px; }
.floating-card strong, .small-card strong { display: block; margin: 4px 0; font-size: 23px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.card-left { left: 92px; bottom: 86px; }
.card-right { right: 86px; top: 100px; animation-delay: -2.4s; }
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 34px;
  margin-top: 18px;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 850;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 68px;
  padding-top: 46px;
  padding-bottom: 68px;
}
.intro-section h2, .feature-copy h2, .benefit-grid h2, .black-section h2,
.steps-section h2, .testimonial-section blockquote, .pricing-section h2,
.conversion-section h2, .survey-section h2 {
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.intro-section p, .feature-copy p, .steps-section p, .pricing-section p,
.conversion-section p, .survey-section p {
  color: var(--muted);
  line-height: 1.65;
}

.solution-section {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.solution-heading {
  max-width: 820px;
  margin: 0 auto 30px;
}
.solution-heading h2,
.compact-process h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}
.feature-cards article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.06);
  text-align: left;
}
.feature-cards span {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  margin-bottom: 42px;
  padding: 0 11px;
  color: var(--blue);
  background: var(--violet);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.feature-cards h3 {
  max-width: 420px;
  margin-bottom: 16px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.feature-cards p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.benefit-grid { padding-top: 40px; padding-bottom: 82px; text-align: center; }
.benefit-grid > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.benefit-grid article {
  min-height: 190px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: left;
}
.benefit-grid span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 42px;
  color: var(--blue);
  background: var(--violet);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
}
.benefit-grid h3 { margin-bottom: 8px; font-size: 16px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.compact-process {
  padding-top: 76px;
  padding-bottom: 82px;
  text-align: center;
  border-top: 1px solid var(--line);
}
.compact-process > h2 {
  max-width: 820px;
  margin-inline: auto;
}
.compact-process > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.compact-process article {
  min-height: 230px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 18px 44px rgba(0,0,0,0.05);
}
.compact-process span {
  display: inline-grid;
  place-items: center;
  min-height: 26px;
  margin-bottom: 34px;
  padding: 0 10px;
  color: var(--blue);
  background: var(--violet);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.compact-process h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.compact-process p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.steps-section { padding-top: 90px; padding-bottom: 70px; }
.steps-section article {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 470px;
  border-bottom: 1px solid var(--line);
}
.steps-section article:nth-child(even) > div:first-child { order: 2; }
.step-phone { display: grid; place-items: center; min-height: 360px; }
.step-program {
  width: min(420px, 100%);
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}
.step-program h3 { margin: 0 0 14px; color: var(--blue); }
.step-program p {
  margin: 0 0 10px;
  padding: 12px;
  background: #f5f5f4;
  border-radius: 10px;
  color: #222;
  font-size: 14px;
  font-weight: 750;
}
.testimonial-section { padding-top: 72px; padding-bottom: 70px; }
.testimonial-section blockquote { max-width: 760px; margin: 0 0 20px; font-weight: 800; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.testimonial-author span {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #f1c27d, #8b5e34);
  border-radius: 999px;
}
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author small { color: var(--muted); }
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}
.stat-row span { padding: 18px; border-right: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.stat-row span:last-child { border-right: 0; }
.stat-row strong { display: block; color: var(--text); font-size: 18px; }
.pricing-section { padding-top: 68px; padding-bottom: 80px; text-align: center; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
  margin: 28px auto 0;
}
.pricing-grid.single-offer { grid-template-columns: 1fr; max-width: 720px; }
.pricing-grid article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: left;
}
.pricing-grid .featured { border-color: var(--blue); box-shadow: 0 16px 36px rgba(29, 43, 216, 0.12); }
.pricing-grid ul { display: grid; gap: 10px; padding-left: 18px; color: var(--muted); }
.pricing-grid a {
  display: grid;
  place-items: center;
  min-height: 38px;
  margin-top: 18px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}
.pricing-grid .featured a { color: #fff; background: var(--blue); }
.conversion-section, .survey-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: start;
  padding-top: 76px;
  padding-bottom: 76px;
  border-top: 1px solid var(--line);
}
.cta-card {
  display: grid;
  gap: 16px;
  align-content: start;
  justify-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
}
.cta-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cta-card strong {
  max-width: 460px;
  font-size: 24px;
  line-height: 1.12;
}
.cta-card .button { justify-self: center; }

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.program-grid article, .benefit-grid article, .pricing-grid article, .step-program, .feature-cards article, .compact-process article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.program-grid article:hover, .benefit-grid article:hover, .pricing-grid article:hover, .step-program:hover, .feature-cards article:hover, .compact-process article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.09);
  border-color: #d6d6d2;
}

.booking-card {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.booking-card-header { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.booking-card-header span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.booking-card-header strong { font-size: 18px; }
.booking-card iframe { display: block; width: 100%; max-width: 100%; min-height: 680px; border: 0; border-radius: 10px; }
.survey-card iframe { min-height: 760px; }
.embed-page {
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 64px var(--page-pad) 80px;
  text-align: center;
}
.embed-page h1 {
  max-width: 840px;
  margin-inline: auto;
  font-size: clamp(42px, 7vw, 76px);
}
.embed-page-card { width: 100%; max-width: 100%; margin-top: 34px; text-align: left; }
.embed-page-card iframe { min-height: 760px; }
.embed-placeholder {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 26px;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d8d8d4;
  border-radius: 10px;
}
.embed-placeholder p { max-width: 420px; margin-bottom: 16px; color: var(--muted); }
.embed-placeholder button, .cookie-actions button, .modal-actions button, .site-footer button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-weight: 850;
}
.embed-placeholder button, .cookie-actions button:last-child, .modal-actions button:last-child {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  color: #6f7178;
}
.site-footer img { width: 114px; }
.site-footer p { max-width: 380px; margin: 12px 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
.site-footer a, .site-footer button { font-size: 13px; }
.site-footer button { background: transparent; }
.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 6px; font-size: 18px; }
.cookie-banner p { margin: 0; color: var(--muted); line-height: 1.5; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.cookie-modal {
  width: min(560px, calc(100vw - 28px));
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
}
.cookie-modal::backdrop { background: rgba(0, 0, 0, 0.38); }
.cookie-modal form { display: grid; gap: 14px; padding: 22px; }
.cookie-modal p { color: var(--muted); line-height: 1.55; }
.cookie-modal label { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 8px; }
.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 18px 80px;
}
.legal-page h1 { font-size: clamp(34px, 4vw, 54px); }
.legal-page h2 { margin-top: 34px; font-size: 24px; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.7; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 18px 0; background: #fff; }
.legal-page th, .legal-page td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-page th { background: #f1f1ef; color: var(--text); }
.temporary-page { min-height: 100vh; display: grid; place-items: center; padding: var(--page-pad); }
.temporary-card {
  width: min(920px, 100%);
  display: grid;
  justify-items: center;
  padding: clamp(36px, 7vw, 86px) var(--page-pad);
  text-align: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.06);
}
.temporary-logo img { width: 148px; height: auto; margin-bottom: 42px; }
.temporary-actions { margin-bottom: 30px; }
.temporary-secondary { color: var(--text); background: #fff; border: 1px solid var(--line); box-shadow: none; }
.temporary-note { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
.temporary-note span { padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes dashboardEnter {
  from { opacity: 0; transform: translateY(38px) scale(.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes dashboardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes slowFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@media (max-width: 900px) {
  :root { --page-max: 720px; --page-pad: 28px; }
  .desktop-nav { display: none; }
  .site-header { min-height: 62px; }
  .nova-hero { padding-top: 46px; }
  h1 { font-size: clamp(42px, 9vw, 64px); }
  .hero-visual { min-height: 390px; }
  .visual-shape { width: 150px; height: 150px; }
  .shape-left { left: 30px; }
  .shape-right { right: 40px; }
  .program-mockup { grid-template-columns: 124px 1fr; min-height: 390px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-donut, .program-funnel { grid-column: span 2; }
  .card-left { left: 34px; bottom: 48px; }
  .card-right { right: 28px; top: 74px; }
  .intro-section, .phone-feature-section, .steps-section article,
  .conversion-section, .survey-section { grid-template-columns: 1fr; gap: 34px; }
  .steps-section article:nth-child(even) > div:first-child { order: initial; }
  .benefit-grid > div, .feature-cards, .compact-process > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .site-footer { display: grid; }
  .site-footer nav { justify-content: flex-start; }
  .cookie-banner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --page-pad: 16px; }
  .brand img { width: 106px; }
  .header-cta { min-height: 34px; padding-inline: 12px; font-size: 12px; }
  h1 { font-size: 42px; }
  .lead { font-size: 14px; }
  .hero-actions, .button { width: 100%; }
  .button { min-height: 50px; padding-inline: 18px; font-size: 16px; }
  .button.primary::after { width: 18px; font-size: 20px; }
  .hero-visual { min-height: 360px; margin-inline: -10px; }
  .program-mockup { grid-template-columns: 1fr; width: 100%; min-height: 0; }
  .program-sidebar { display: none; }
  .program-content { padding: 12px; }
  .program-top h3 { font-size: 20px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-donut, .program-funnel { grid-column: auto; }
  .floating-card { display: none; }
  .logo-row { gap: 12px 18px; font-size: 11px; }
  .intro-section, .phone-feature-section, .benefit-grid, .black-section > div,
  .solution-section, .steps-section, .compact-process, .testimonial-section, .pricing-section, .conversion-section,
  .survey-section { padding-top: 54px; padding-bottom: 54px; }
  .benefit-grid > div, .feature-cards, .compact-process > div, .pricing-grid, .stat-row { grid-template-columns: 1fr; }
  .feature-cards article, .compact-process article { min-height: 0; padding: 22px; }
  .steps-section article { min-height: 0; padding-bottom: 46px; margin-bottom: 34px; }
  .testimonial-section blockquote { font-size: 28px; }
  .cookie-actions, .modal-actions { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
