:root {
  --font-geist-sans: "Segoe UI", Arial, sans-serif;
  --font-geist-mono: Consolas, "Courier New", monospace;
  --ink: #07152f;
  --muted: #52637b;
  --line: #dce5f1;
  --soft: #f4f8fd;
  --blue: #075cff;
  --blue-2: #0e47c9;
  --cyan: #14c8ff;
  --navy: #061838;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { display: block; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,229,241,.9); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; color: #627287; transition: color .2s ease; }
.brand:hover { color: var(--blue); }
.shield-icon { width: 52px; height: auto; object-fit: contain; }
.shield-icon-small { width: 31px; }
.header-inner .brand .shield-icon-small { width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; letter-spacing: -.04em; }
.brand-copy strong { font-size: 22px; font-weight: 800; text-transform: lowercase; }
.brand-copy span { margin-top: 7px; color: #607088; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 650; }
.main-nav > a, .product-menu > summary { padding: 26px 0; color: #243650; cursor: pointer; transition: color .2s ease; }
.main-nav > a:hover, .product-menu > summary:hover { color: var(--blue); }
.main-nav .login-link { display: inline-flex; align-items: center; gap: 5px; border-left: 1px solid var(--line); margin-left: -5px; padding-left: 22px; }
.main-nav .login-link span { color: var(--blue); font-size: 12px; }
.product-menu { position: relative; }
.product-menu > summary { display: flex; align-items: center; gap: 7px; list-style: none; }
.product-menu > summary::-webkit-details-marker { display: none; }
.product-menu[open] > summary { color: var(--blue); }
.mega-menu { position: absolute; top: 62px; left: -220px; width: 780px; display: grid; grid-template-columns: 250px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 24px 70px rgba(5,28,67,.18); }
.mega-intro { padding: 26px; background: var(--soft); }
.mega-intro strong { display: block; margin: 14px 0 32px; font-size: 19px; line-height: 1.35; }
.mega-intro a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; }
.mega-intro a svg, .mega-products a svg, .button svg, .header-cta svg, .product-card > a svg, .benefit-grid a svg { width: 18px; transition: transform .2s ease; }
.mega-intro a:hover svg, .button:hover svg, .header-cta:hover svg, .product-card > a:hover svg, .benefit-grid a:hover svg { transform: translateX(4px); }
.mega-products { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 14px; }
.mega-products a { display: flex; align-items: center; gap: 12px; border-radius: 12px; padding: 12px; transition: background .2s ease; }
.mega-products a:hover { background: var(--soft); }
.mega-products strong, .mega-products small { display: block; }
.mega-products strong { font-size: 13px; }
.mega-products small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.mini-tile { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; font-size: 10px; font-weight: 850; }
.mini-tile svg, .product-tile svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; }
.header-cta svg { width: 17px; }
.nav-toggle, .nav-toggle-label { display: none; }

.hero { position: relative; min-height: 730px; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f9fbff 82%,#fff 100%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(10,89,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(10,89,255,.07) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.hero-glow-one { width: 550px; height: 550px; right: -200px; top: -240px; background: radial-gradient(circle,rgba(18,122,255,.16),transparent 67%); }
.hero-glow-two { width: 440px; height: 440px; left: 36%; bottom: -330px; background: radial-gradient(circle,rgba(20,200,255,.14),transparent 66%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 34px; padding-top: 92px; padding-bottom: 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #cdddf2; border-radius: 999px; background: rgba(255,255,255,.78); padding: 8px 12px; color: #405370; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(7,92,255,.1); }
.hero h1 { margin: 26px 0 23px; font-size: clamp(50px,5.5vw,78px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 9px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(7,92,255,.22); }
.button-primary:hover { background: #004de1; box-shadow: 0 16px 34px rgba(7,92,255,.3); }
.button-secondary { border: 1px solid #cbd8e8; background: white; color: var(--ink); }
.button svg { width: 18px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 35px; color: #53657d; font-size: 11px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 15px; color: var(--blue); }

.hero-visual { position: relative; min-height: 520px; transform: translateX(15px); }
.orbit { position: absolute; inset: 50%; border: 1px solid rgba(7,92,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 360px; height: 360px; animation: slowspin 30s linear infinite; }
.orbit-two { width: 470px; height: 470px; border-style: dashed; animation: reversespin 45s linear infinite; }
@keyframes slowspin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes reversespin { to { transform: translate(-50%,-50%) rotate(-360deg); } }
.platform-core { position: absolute; top: 50%; left: 50%; z-index: 3; width: 158px; height: 158px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: linear-gradient(145deg,#0e63ff,#002c8b); color: white; box-shadow: 0 28px 60px rgba(0,61,174,.28), inset 0 1px 0 rgba(255,255,255,.45); transform: translate(-50%,-50%); }
.platform-core .shield-icon { width: 58px; filter: drop-shadow(0 5px 10px rgba(0,20,70,.35)); }
.platform-core strong { margin-top: 6px; font-size: 17px; letter-spacing: .22em; }
.platform-core small { margin-top: 5px; opacity: .65; font-size: 7px; letter-spacing: .28em; }
.core-pulse { position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(7,92,255,.25); border-radius: 50%; animation: pulse 2.8s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.9); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.orbit-product { position: absolute; z-index: 4; min-width: 150px; display: flex; align-items: center; gap: 10px; border: 1px solid #dae5f2; border-radius: 14px; background: rgba(255,255,255,.92); padding: 10px; box-shadow: 0 14px 34px rgba(7,35,79,.1); animation: float 5s ease-in-out infinite; }
.orbit-product-1 { top: 16px; left: 198px; }
.orbit-product-2 { top: 120px; right: -10px; animation-delay: -.7s; }
.orbit-product-3 { bottom: 70px; right: 18px; animation-delay: -1.5s; }
.orbit-product-4 { bottom: 16px; left: 88px; animation-delay: -2.2s; }
.orbit-product-5 { top: 158px; left: -32px; animation-delay: -3.1s; }
@keyframes float { 50% { transform: translateY(-8px); } }
.product-tile { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: white; font-size: 11px; font-weight: 850; }
.orbit-product strong, .orbit-product small { display: block; }
.orbit-product strong { font-size: 12px; }
.orbit-product small { margin-top: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.fraud { background: linear-gradient(145deg,#6742f5,#2f66ff); }
.compliance { background: linear-gradient(145deg,#00a6e8,#0064db); }
.assessment { background: linear-gradient(145deg,#00b888,#087b84); }
.exposure { background: linear-gradient(145deg,#ff8a34,#e74b25); }
.integrity { background: linear-gradient(145deg,#123b7f,#071b42); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; color: #66778d; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: #a9b6c6; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.section-heading > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-kicker { display: inline-block; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 22px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
.section h2, .results-section h2 { margin: 16px 0 0; font-size: clamp(36px,4.2vw,58px); line-height: 1.08; letter-spacing: -.055em; }
.product-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.product-card { position: relative; grid-column: span 2; min-height: 520px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; padding: 26px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; scroll-margin-top: 110px; }
.product-card:hover { transform: translateY(-7px); border-color: #b8cbe5; box-shadow: 0 25px 60px rgba(7,37,80,.1); }
.product-card:nth-child(4) { grid-column: 2 / span 2; }
.product-card:nth-child(5) { grid-column: 4 / span 2; }
.large-tile { position: relative; width: 64px; height: 64px; display: grid; place-items: center; overflow: hidden; border-radius: 16px; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.35); }
.large-tile > svg { position: relative; z-index: 1; width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.large-tile i { position: absolute; width: 65px; height: 65px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -30px; bottom: -35px; }
.product-number { position: absolute; top: 32px; right: 27px; color: #b1bece; font-family: var(--font-geist-mono),monospace; font-size: 11px; }
.product-eyebrow { margin-top: 28px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 12px 0 15px; font-size: 28px; line-height: 1.05; letter-spacing: -.045em; }
.product-card > p { min-height: 96px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-card ul { display: grid; gap: 9px; margin: 20px 0 25px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.product-card li { display: flex; align-items: center; gap: 8px; color: #394c65; font-size: 12px; }
.product-card li svg { width: 14px; color: var(--blue); }
.product-card > a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 750; }

.platform-section { overflow: hidden; background: var(--navy); color: #fff; }
.platform-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.section-kicker-light { color: #71b8ff; }
.platform-copy > p { max-width: 450px; margin: 24px 0 34px; color: #a8b8cf; font-size: 16px; line-height: 1.75; }
.platform-list { display: grid; gap: 20px; }
.platform-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.platform-list > div > span { color: #65b7ff; font-family: var(--font-geist-mono),monospace; font-size: 10px; }
.platform-list p { margin: 0; color: #96a8c1; font-size: 13px; line-height: 1.65; }
.platform-list strong { display: block; margin-bottom: 3px; color: #fff; font-size: 15px; }
.platform-dashboard { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #f7f9fc; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: perspective(1200px) rotateY(-4deg); }
.dash-topbar { height: 49px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce4ee; background: #fff; padding: 0 16px; }
.dash-brand { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; }
.dash-brand .shield-icon { width: 18px; }
.dash-brand b { color: var(--blue); }
.dash-status { border-radius: 999px; background: #eef8f3; padding: 6px 9px; color: #2c7453; font-size: 7px; font-weight: 700; }
.dash-status span { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #1cbb6e; }
.dash-body { min-height: 450px; display: grid; grid-template-columns: 150px 1fr; }
.dash-body aside { display: flex; flex-direction: column; gap: 5px; border-right: 1px solid #dde5ee; background: #f1f5fa; padding: 14px 9px; }
.dash-body aside > span { display: flex; align-items: center; gap: 7px; border-radius: 6px; padding: 8px; color: #607089; font-size: 8px; font-weight: 650; }
.dash-body aside > span.active { background: white; color: #0d438e; box-shadow: 0 3px 10px rgba(16,51,97,.07); }
.dash-body aside i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: #fff; font-size: 6px; font-style: normal; font-weight: 900; }
.dash-content { padding: 19px; }
.dash-title { display: flex; align-items: center; justify-content: space-between; }
.dash-title small, .dash-title strong { display: block; }
.dash-title small { color: #7b899c; font-size: 7px; }
.dash-title strong { margin-top: 4px; font-size: 17px; }
.dash-title button { border: 1px solid #d8e0ea; border-radius: 6px; background: white; padding: 6px 8px; color: #506178; font-size: 7px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 15px; }
.metric-row > div { position: relative; border: 1px solid #e0e6ee; border-radius: 9px; background: white; padding: 12px; }
.metric-row small { display: block; color: #6c7b90; font-size: 7px; }
.metric-row strong { display: block; margin-top: 7px; font-size: 22px; }
.metric-row strong span { color: #9aa7b7; font-size: 8px; }
.metric-row em { position: absolute; right: 9px; bottom: 10px; color: #15945d; font-size: 6px; font-style: normal; }
.metric-row em.blue { color: var(--blue); }
.chart-row { display: grid; grid-template-columns: 1.55fr .75fr; gap: 8px; margin-top: 8px; }
.risk-chart, .coverage, .activity { border: 1px solid #e0e6ee; border-radius: 9px; background: white; padding: 12px; }
.risk-chart small, .risk-chart strong, .coverage small, .coverage strong, .activity small, .activity strong { display: block; }
.risk-chart small, .coverage small, .activity small { color: #7c899b; font-size: 6px; }
.risk-chart strong, .activity strong { margin-top: 3px; font-size: 9px; }
.bars { height: 72px; display: flex; align-items: end; gap: 5px; margin-top: 16px; }
.bars i { flex: 1; min-width: 3px; border-radius: 3px 3px 0 0; background: linear-gradient(#2785ff,#84bbff); opacity: .75; }
.coverage { text-align: center; }
.coverage > strong { margin-top: 5px; font-size: 14px; }
.coverage-ring { width: 70px; height: 70px; display: grid; place-items: center; margin: 14px auto 0; border: 8px solid #dceaff; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; transform: rotate(25deg); }
.coverage-ring span { font-size: 9px; font-weight: 800; transform: rotate(-25deg); }
.activity { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; align-items: center; gap: 8px; margin-top: 8px; }
.activity b { border-left: 1px solid #e1e6ed; padding-left: 9px; font-size: 7px; }
.activity em { display: block; margin-top: 3px; color: #7c8da2; font-size: 6px; font-style: normal; font-weight: 500; }

.benefits-section { background: #f6f9fd; }
.section-heading.centered { display: block; max-width: 770px; margin: 0 auto 55px; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-grid article { min-height: 330px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 30px; }
.benefit-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #e9f2ff; color: var(--blue); font-size: 28px; }
.benefit-grid h3 { margin: 28px 0 12px; font-size: 21px; letter-spacing: -.03em; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benefit-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 750; }

.results-section { padding: 92px 0; background: #082c73; color: white; }
.results-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.results-layout h2 { max-width: 620px; }
.result-stats { display: grid; grid-template-columns: repeat(3,1fr); }
.result-stats div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.2); padding-left: 24px; }
.result-stats strong { font-size: 39px; letter-spacing: -.05em; }
.result-stats span { max-width: 110px; margin-top: 9px; color: #afc8ee; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.contact-card { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; border-radius: 24px; background: linear-gradient(120deg,#075cff,#00358e); color: white; padding: 70px; }
.contact-grid { opacity: .3; background-image: linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px); mask-image: radial-gradient(circle at 30% 50%,black,transparent 80%); }
.contact-copy { position: relative; z-index: 2; max-width: 700px; }
.contact-copy h2 { margin-top: 19px; font-size: clamp(40px,5vw,65px); }
.contact-copy p { max-width: 650px; margin: 22px 0 0; color: #d4e5ff; font-size: 16px; line-height: 1.7; }
.contact-brand-copy { color: #fff; font-weight: 800; letter-spacing: -.04em; }
.contact-actions { display: flex; gap: 12px; margin-top: 31px; }
.button-white { background: white; color: #074bca; }
.button-ghost { border: 1px solid rgba(255,255,255,.34); color: white; }
.contact-mark { position: absolute; right: 40px; bottom: -95px; opacity: .08; transform: rotate(-12deg); }
.contact-mark .shield-icon { width: 380px; filter: grayscale(1) brightness(2.4); }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: 60px; padding: 68px 0 55px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-main > div > strong { margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-main > div:not(.footer-brand) > a { color: #627287; font-size: 12px; }
.footer-main > div:not(.footer-brand) > a:hover { color: var(--blue); }
.footer-brand p { max-width: 300px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #7a899c; font-size: 10px; }

@media (max-width: 1050px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 18px; }
  .main-nav > a:nth-of-type(3) { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(610px,100%); margin: 15px auto 0; }
  .platform-layout { grid-template-columns: 1fr; }
  .platform-copy { max-width: 720px; }
  .platform-dashboard { transform: none; }
  .results-layout { grid-template-columns: 1fr; gap: 50px; }
  .mega-menu { left: -130px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px,1180px); }
  .header-inner { width: calc(100% - 28px); height: 68px; }
  .nav-toggle-label { width: 32px; height: 32px; display: flex; flex-direction: column; justify-content: center; gap: 4px; margin-left: auto; cursor: pointer; }
  .nav-toggle-label span { width: 21px; height: 2px; display: block; border-radius: 2px; background: var(--ink); }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: white; padding: 10px 20px 22px; box-shadow: 0 20px 35px rgba(8,34,70,.1); }
  .nav-toggle:checked ~ .main-nav { display: flex; }
  .main-nav > a, .product-menu > summary { display: block !important; padding: 13px 4px; }
  .mega-menu { position: static; width: 100%; grid-template-columns: 1fr; margin-top: 4px; box-shadow: none; }
  .mega-intro { display: none; }
  .mega-products { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-layout { padding-top: 58px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(45px,13vw,66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-proof { gap: 10px 16px; }
  .hero-visual { min-height: 470px; transform: none; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 390px; height: 390px; }
  .platform-core { width: 135px; height: 135px; }
  .orbit-product { min-width: auto; }
  .orbit-product > span:last-child { display: none; }
  .orbit-product-1 { left: 43%; }
  .orbit-product-2 { right: 2%; }
  .orbit-product-3 { right: 6%; }
  .orbit-product-4 { left: 22%; }
  .orbit-product-5 { left: 2%; }
  .trust-strip-inner { justify-content: center; gap: 16px; overflow: hidden; }
  .trust-strip span:nth-of-type(n+4), .trust-strip i:nth-of-type(n+3) { display: none; }
  .section { padding: 78px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 42px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; }
  .product-card { min-height: 485px; }
  .product-card > p { min-height: auto; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-body aside { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 280px; }
  .result-stats { gap: 16px; }
  .result-stats div { padding-left: 14px; }
  .contact-card { min-height: 530px; padding: 44px 28px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1.4fr 1fr; gap: 45px 30px; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size: 19px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual { min-height: 410px; }
  .orbit-one { width: 250px; height: 250px; }
  .orbit-two { width: 330px; height: 330px; }
  .platform-core { width: 116px; height: 116px; }
  .platform-core .shield-icon { width: 48px; }
  .orbit-product-1 { top: 5px; }
  .orbit-product-2 { top: 90px; }
  .orbit-product-3 { bottom: 62px; }
  .orbit-product-4 { bottom: 10px; }
  .orbit-product-5 { top: 125px; }
  .trust-strip span:nth-of-type(n+3), .trust-strip i:nth-of-type(n+2) { display: none; }
  .platform-dashboard { margin: 0 -6px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row > div:last-child { display: none; }
  .chart-row { grid-template-columns: 1fr; }
  .coverage { display: none; }
  .activity { grid-template-columns: 1fr 1fr; }
  .activity b:last-child { display: none; }
  .result-stats { grid-template-columns: 1fr; }
  .result-stats div { min-height: 92px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

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