:root {
  --blue: #0a63ce;
  --red: #e3203b;
  --navy: #132238;
  --muted: #5e6b7f;
  --line: rgba(19, 34, 56, 0.1);
  --ice: #eef7ff;
  --shadow: 0 24px 70px rgba(29, 78, 137, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fbfdff;
  color: var(--navy);
  font-family: Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 46px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.13;
  pointer-events: none;
}
.ambient-one { top: -180px; right: -160px; background: var(--blue); }
.ambient-two { top: 40%; left: -260px; background: var(--red); }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: 14px auto 0;
  padding: 8px 14px 8px 10px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(19, 34, 56, 0.09);
  backdrop-filter: blur(18px);
}
.brand {
  width: 210px;
  height: 58px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 12px;
}
.brand img, .core-logo img, .footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-inline: auto;
  color: #33435a;
  font-size: 14px;
  font-weight: 700;
}
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--red), var(--blue));
  transition: width 220ms ease;
}
.main-nav a:hover::after { width: 100%; }

.button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small {
  min-height: 46px;
  padding-inline: 18px;
  color: white;
  background: var(--navy);
}
.button-primary {
  color: white;
  background: linear-gradient(118deg, var(--blue), #225bbe 55%, var(--red));
  box-shadow: 0 18px 35px rgba(10, 99, 206, 0.22);
}
.button-primary:hover { box-shadow: 0 22px 42px rgba(10, 99, 206, 0.3); }
.button-ghost {
  border-color: rgba(19, 34, 56, 0.14);
  background: rgba(255, 255, 255, 0.75);
}

.hero {
  min-height: 650px;
  padding-block: 72px 56px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 40px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.eyebrow {
  width: fit-content;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(10, 99, 206, 0.11);
  border-radius: 999px;
  background: rgba(238, 247, 255, 0.86);
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(227, 32, 59, 0.09);
}
.hero h1 {
  max-width: 570px;
  margin: 24px 0 18px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(95deg, var(--blue), #6256ad 58%, var(--red));
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #40516a;
  font-size: 12px;
  font-weight: 800;
}
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before {
  content: "✓";
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-size: 11px;
}

.hero-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  height: 520px;
  perspective: 1100px;
  transform-style: preserve-3d;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 6% 2% 2%;
  border: 1px solid rgba(10, 99, 206, 0.09);
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 43%, rgba(10, 99, 206, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.68));
  box-shadow: inset 0 1px 0 white, var(--shadow);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 140ms ease-out;
}
.stage-grid {
  position: absolute;
  inset: 14% 9% 9%;
  border-radius: 36px;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(10, 99, 206, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 206, 0.12) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle, black, transparent 72%);
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}
.orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(10, 99, 206, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}
.orbit-one { width: 390px; height: 250px; }
.orbit-two { width: 300px; height: 390px; transform: translate(-50%, -50%) rotate(62deg); }
.core-logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 214px;
  height: 130px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(10, 99, 206, 0.2);
  transform: translate(-50%, -50%) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(55px);
  transition: transform 140ms ease-out;
}
.core-glow {
  position: absolute;
  z-index: -1;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 99, 206, 0.28), transparent 68%);
}
.floating-product {
  position: absolute;
  z-index: 3;
  width: 185px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(29, 78, 137, 0.16);
  backdrop-filter: blur(12px);
  animation: float 5s ease-in-out infinite;
}
.floating-product img {
  width: 53px;
  height: 53px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.floating-product div { min-width: 0; }
.floating-product strong, .floating-product span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floating-product strong { font-size: 11px; }
.floating-product span { margin-top: 5px; color: var(--muted); font-size: 9px; }
.floating-product-1 { top: 9%; right: 4%; animation-delay: -1s; }
.floating-product-2 { top: 25%; left: -1%; animation-delay: -2.5s; }
.floating-product-3 { right: 2%; bottom: 15%; animation-delay: -3.4s; }
.floating-product-4 { left: 5%; bottom: 3%; animation-delay: -0.4s; }
.spark {
  position: absolute;
  z-index: 5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(227, 32, 59, 0.08);
}
.spark-one { top: 24%; right: 38%; }
.spark-two { bottom: 20%; left: 38%; width: 7px; height: 7px; background: var(--blue); }
.spark-three { top: 47%; right: 12%; width: 6px; height: 6px; background: #7aa938; }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

.metrics-strip {
  min-height: 116px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 20px 60px rgba(19, 34, 56, 0.07);
}
.metrics-strip div {
  padding: 8px 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-left: 1px solid var(--line);
}
.metrics-strip div:last-child { border-left: 0; }
.metrics-strip strong { color: var(--blue); font-size: 28px; }
.metrics-strip span { color: var(--muted); font-size: 12px; line-height: 1.7; }

.products-section { padding-block: 110px 95px; }
.section-heading {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.section-heading h2, .why-copy h2, .faq-intro h2 {
  margin: 10px 0 0;
  max-width: 700px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.28;
  letter-spacing: -0.035em;
}
.section-heading p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card {
  --card-accent: var(--blue);
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 34, 56, 0.09);
  border-radius: 30px;
  background: white;
  box-shadow: 0 20px 60px rgba(19, 34, 56, 0.07);
  transform-style: preserve-3d;
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.product-card:hover {
  transform: translateY(-8px) rotateX(1deg) rotateY(-1deg);
  box-shadow: 0 28px 74px rgba(19, 34, 56, 0.14);
}
.product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--card-accent);
}
.product-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  color: white;
  background: rgba(19, 34, 56, 0.7);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.product-image-wrap { aspect-ratio: 1 / 1; overflow: hidden; background: var(--ice); }
.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  transition: transform 450ms ease;
}
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-info {
  padding: 22px 24px 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
.product-info > div > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.product-info h3 { margin: 7px 0 5px; font-size: 21px; }
.product-info p { margin: 0; color: var(--muted); font-size: 12px; }
.product-price { margin-top: 10px; color: var(--navy); font-size: 17px; font-weight: 900; }
.product-info a {
  flex: 0 0 auto;
  padding: 11px 13px;
  border-radius: 12px;
  color: white;
  background: var(--navy);
  font-size: 11px;
  font-weight: 900;
}

.steps-section {
  padding-block: 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(227, 32, 59, 0.08), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(10, 99, 206, 0.15), transparent 30%),
    var(--navy);
  color: white;
}
.centered-heading { align-items: center; text-align: right; }
.centered-heading .section-kicker { color: #8fc3ff; }
.centered-heading p { color: rgba(255, 255, 255, 0.65); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card {
  position: relative;
  min-height: 235px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}
.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--red));
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(10, 99, 206, 0.2);
}
.step-card h3 { margin: 28px 0 10px; font-size: 19px; }
.step-card p { margin: 0; color: rgba(255, 255, 255, 0.6); font-size: 13px; line-height: 1.85; }
.step-line {
  position: absolute;
  top: 49px;
  left: -17px;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
}

.why-section {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 85px;
}
.why-visual {
  position: relative;
  height: 470px;
  border: 1px solid rgba(10, 99, 206, 0.09);
  border-radius: 42px;
  background:
    linear-gradient(rgba(10, 99, 206, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 99, 206, 0.07) 1px, transparent 1px),
    linear-gradient(145deg, #f4faff, #ffffff);
  background-size: 34px 34px, 34px 34px, 100% 100%;
  box-shadow: var(--shadow);
}
.why-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 25px 60px rgba(19, 34, 56, 0.18);
}
.why-panel-main {
  top: 80px;
  right: 55px;
  width: 330px;
  min-height: 250px;
  padding: 36px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.25), transparent 30%),
    linear-gradient(145deg, var(--blue), #183a76 60%, var(--navy));
  transform: rotate(4deg);
}
.why-panel-main span, .why-panel-main strong { display: block; }
.why-panel-main span { color: rgba(255, 255, 255, 0.7); font-size: 13px; font-weight: 900; }
.why-panel-main strong { margin-top: 55px; font-size: 32px; line-height: 1.45; }
.why-panel-mini {
  z-index: 2;
  left: 35px;
  bottom: 50px;
  width: 165px;
  min-height: 112px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  transform: rotate(-5deg);
}
.why-panel-mini b, .why-panel-mini span { display: block; }
.why-panel-mini b { color: var(--red); font-size: 30px; }
.why-panel-mini span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.why-panel-dot {
  top: 38px;
  left: 38px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 12px rgba(227, 32, 59, 0.09);
}
.why-copy > p, .faq-intro > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}
.feature-list { margin-top: 30px; display: grid; gap: 14px; }
.feature-list > div {
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.75);
}
.feature-list i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: var(--navy);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.feature-list span { color: var(--muted); font-size: 12px; line-height: 1.7; }
.feature-list b { display: block; margin-bottom: 3px; color: var(--navy); font-size: 14px; }

.faq-section {
  padding-block: 70px 110px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-list { display: grid; gap: 12px; }
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.faq-item.is-open {
  border-color: rgba(10, 99, 206, 0.25);
  box-shadow: 0 18px 50px rgba(19, 34, 56, 0.08);
}
.faq-item button {
  width: 100%;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}
.faq-item button i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: white;
  background: var(--navy);
  font-size: 18px;
  font-style: normal;
  transition: transform 200ms ease, background 200ms ease;
}
.faq-item.is-open button i { background: var(--blue); transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 220ms ease; }
.faq-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding-inline: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 20px; }

.final-cta {
  position: relative;
  min-height: 360px;
  padding: 66px 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  color: white;
  background: linear-gradient(125deg, rgba(10, 99, 206, 0.96), rgba(19, 34, 56, 0.98) 55%, rgba(227, 32, 59, 0.92));
  box-shadow: 0 34px 80px rgba(19, 34, 56, 0.2);
  text-align: center;
}
.final-cta > span { position: relative; z-index: 2; color: rgba(255, 255, 255, 0.72); font-size: 12px; font-weight: 900; }
.final-cta h2 { position: relative; z-index: 2; margin: 13px 0 10px; font-size: clamp(38px, 5vw, 64px); }
.final-cta p {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.9;
}
.button-light {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  color: var(--navy);
  background: white;
  box-shadow: 0 16px 40px rgba(19, 34, 56, 0.2);
}
.cta-orb { position: absolute; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; }
.cta-orb-one { top: -220px; right: -90px; width: 520px; height: 520px; }
.cta-orb-two { bottom: -270px; left: -80px; width: 580px; height: 580px; }

.site-footer {
  padding-block: 54px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
}
.footer-brand img { width: 210px; height: 72px; }
.footer-brand p, .legal-note { color: var(--muted); font-size: 11px; line-height: 1.8; }
.footer-brand p { margin: 0; }
.footer-links { display: flex; gap: 22px; color: #40516a; font-size: 12px; font-weight: 800; }
.legal-note { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

.content-shell, .woo-shell { min-height: 55vh; padding-block: 90px; }
.content-card {
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
  line-height: 1.9;
}
.content-card h1 { margin-top: 0; font-size: clamp(32px, 5vw, 58px); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); }
.woocommerce div.product, .woocommerce-cart-form, .woocommerce-checkout, .woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.woocommerce div.product div.images img { border-radius: 22px; }
.woocommerce div.product .product_title { color: var(--navy); font-size: clamp(30px, 4vw, 48px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--blue); font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: white;
  background: var(--navy);
  font-weight: 900;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: white; background: var(--blue); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select {
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfdff;
}
.woocommerce table.shop_table { overflow: hidden; border-color: var(--line); border-radius: 18px; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .site-header { justify-content: space-between; }
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-copy { max-width: 720px; }
  .hero-stage { width: min(650px, 100%); margin-inline: auto; }
  .metrics-strip { grid-template-columns: repeat(2, 1fr); }
  .metrics-strip div:nth-child(2) { border-left: 0; }
  .metrics-strip div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-line { display: none; }
  .why-section, .faq-section { gap: 45px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 24px, 1180px); }
  .site-header { top: 8px; height: 66px; margin-top: 8px; border-radius: 18px; }
  .brand { width: 155px; height: 48px; }
  .button-small { min-height: 42px; padding-inline: 14px; font-size: 11px; }
  .hero { min-height: auto; padding-block: 55px 35px; gap: 18px; }
  .hero h1 { font-size: 46px; letter-spacing: -0.045em; }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 14px; }
  .hero-stage { height: 410px; transform: scale(0.94); }
  .hero-stage::before { inset: 5% 0 0; }
  .core-logo { width: 170px; height: 105px; }
  .floating-product { width: 150px; }
  .floating-product img { width: 44px; height: 44px; }
  .floating-product-1 { right: 0; }
  .floating-product-2 { left: -4%; }
  .floating-product-3 { right: -2%; }
  .floating-product-4 { left: 2%; }
  .orbit-one { width: 300px; height: 190px; }
  .orbit-two { width: 225px; height: 300px; }
  .metrics-strip { padding: 10px 14px; }
  .metrics-strip div { padding: 15px 10px; flex-direction: column; align-items: flex-start; }
  .metrics-strip strong { font-size: 23px; }
  .products-section { padding-block: 80px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .section-heading h2, .why-copy h2, .faq-intro h2 { font-size: 34px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-image-wrap { aspect-ratio: 1 / 1; }
  .product-info { align-items: flex-start; flex-direction: column; }
  .product-info a { width: 100%; text-align: center; }
  .steps-section { padding-block: 76px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 190px; }
  .why-section { grid-template-columns: 1fr; padding-block: 80px; }
  .why-visual { height: 400px; order: 2; }
  .why-panel-main { right: 34px; width: min(310px, calc(100% - 68px)); }
  .why-panel-mini { left: 18px; }
  .faq-section { grid-template-columns: 1fr; padding-block: 30px 85px; }
  .final-cta { width: min(100% - 24px, 1180px); min-height: 330px; border-radius: 28px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  body.admin-bar .site-header { top: 54px; }
}

@media (max-width: 440px) {
  .button-small { display: none; }
  .hero h1 { font-size: 39px; }
  .hero-stage { height: 370px; }
  .floating-product { width: 132px; padding: 6px; }
  .floating-product img { width: 38px; height: 38px; }
  .floating-product strong { font-size: 9px; }
  .floating-product span { font-size: 8px; }
  .core-logo { width: 150px; height: 92px; }
  .why-panel-main { top: 70px; right: 24px; width: calc(100% - 48px); }
  .why-panel-main strong { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
