:root {
  --primary: #003C32;
  --primary-deep: #002F28;
  --secondary: #547A6E;
  --sage: #A6B7A1;
  --beige: #D4C8B5;
  --terracotta: #C4936A;
  --brown: #6E4E3D;
  --ink: #172E33;
  --muted: #627477;
  --paper: #F8FAF8;
  --white: #FFFFFF;
  --line: rgba(0, 60, 50, .14);
  --shadow: 0 24px 70px rgba(0, 47, 40, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: #fff; color: var(--primary-deep); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(0, 60, 50, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { background: rgba(0, 60, 50, .98); box-shadow: 0 8px 30px rgba(0,47,40,.15); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 150px; height: 56px; object-fit: contain; object-position: left center; filter: drop-shadow(0 2px 2px rgba(0,0,0,.04)); }
.primary-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 650; }
.primary-nav > a:not(.nav-login) { position: relative; }
.primary-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sage); transition: right .2s ease; }
.primary-nav > a:not(.nav-login):hover::after { right: 0; }
.nav-login { border: 1px solid rgba(255,255,255,.35); padding: 10px 17px; border-radius: 999px; color: #fff; }
.nav-login:hover { background: #fff; color: var(--primary); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 2px; }

.hero {
  position: relative;
  min-height: 780px;
  padding: 160px 0 90px;
  overflow: hidden;
  background: var(--primary);
  color: #fff;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to bottom, transparent, rgba(0,47,40,.16)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .17; pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -230px; top: 70px; background: radial-gradient(circle, var(--sage), transparent 67%); }
.hero-glow-two { width: 500px; height: 500px; left: -250px; bottom: -260px; background: radial-gradient(circle, var(--terracotta), transparent 67%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker, .pilot-label { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #e0ece7; margin-bottom: 22px; }
.eyebrow span { width: 8px; height: 8px; background: var(--terracotta); border-radius: 50%; box-shadow: 0 0 0 5px rgba(196,147,106,.16); }
.hero h1 { margin: 0; font-size: clamp(50px, 6vw, 76px); line-height: .99; letter-spacing: -.045em; max-width: 720px; }
.hero h1 em { display: inline-block; color: #d8e6df; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 26px 0 32px; font-size: 19px; color: rgba(255,255,255,.79); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 12px; padding: 0 22px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primary-deep); box-shadow: 0 13px 30px rgba(0,47,40,.16); }
.btn-light:hover { box-shadow: 0 18px 38px rgba(0,47,40,.22); }
.btn-ghost { border: 1px solid rgba(255,255,255,.27); background: rgba(255,255,255,.05); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.11); }
.btn-full { width: 100%; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; font-size: 13px; color: rgba(255,255,255,.68); font-weight: 650; }
.hero-trust i { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(166,183,161,.22); color: #e8f1ec; font-style: normal; margin-right: 5px; }

.product-stage { position: relative; padding: 32px 0 46px; }
.mock-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: #f5f7f5; box-shadow: 0 40px 100px rgba(0,47,40,.34); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.mock-topbar { height: 68px; display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 0 19px; border-bottom: 1px solid #e6ece8; }
.mock-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.mock-brand img { width: 34px; height: 34px; object-fit: contain; }
.mock-brand div { display: flex; flex-direction: column; line-height: 1.15; }
.mock-brand strong { font-size: 12px; }
.mock-brand small { margin-top: 4px; font-size: 8px; color: #7c8b8e; }
.mock-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-size: 9px; font-weight: 800; }
.mock-body { display: grid; grid-template-columns: 54px 1fr; min-height: 405px; }
.mock-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding: 23px 0; background: var(--primary); }
.mock-sidebar span { width: 18px; height: 18px; border-radius: 5px; background: rgba(255,255,255,.23); }
.mock-sidebar span.active { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }
.mock-content { padding: 18px; }
.mock-greeting { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 76px; padding: 14px 16px; border-radius: 14px; background: var(--primary); color: #fff; }
.mock-greeting > div:first-child { display: flex; flex-direction: column; }
.mock-greeting small { font-size: 7px; letter-spacing: .12em; color: #d6e3df; }
.mock-greeting strong { margin-top: 5px; font-size: 13px; }
.pulse-score { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.09); }
.pulse-score span { font-size: 7px; color: #dfe8e5; }
.pulse-score b { font-size: 19px; }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.mock-card { min-height: 88px; padding: 11px; border-radius: 11px; background: #fff; border: 1px solid #e5ebe7; color: var(--ink); display: flex; flex-direction: column; }
.mock-card span { font-size: 7px; color: #7a8b8e; }
.mock-card strong { margin-top: 4px; font-size: 17px; }
.mock-card small { margin-top: 5px; font-size: 6px; color: #8b989a; }
.bar { height: 5px; margin-top: auto; border-radius: 999px; background: #e7efeb; overflow: hidden; }
.bar i { display: block; height: 100%; background: var(--secondary); border-radius: inherit; }
.mock-lower { display: grid; grid-template-columns: 1.35fr .9fr; gap: 10px; margin-top: 10px; }
.mock-chart, .mock-watch { background: #fff; border: 1px solid #e5ebe7; border-radius: 11px; padding: 11px; min-height: 152px; }
.mock-section-title { display: flex; align-items: center; justify-content: space-between; }
.mock-section-title strong { font-size: 8px; }
.mock-section-title small { font-size: 6px; color: #899598; }
.chart-bars { height: 105px; display: flex; gap: 8px; align-items: end; padding: 18px 5px 0; border-bottom: 1px solid #edf1ef; }
.chart-bars i { flex: 1; min-height: 16px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, var(--primary), var(--secondary)); opacity: .9; }
.watch-row { display: flex; align-items: center; gap: 7px; padding: 9px 0; border-bottom: 1px solid #eff3f1; }
.watch-row:last-child { border-bottom: 0; }
.dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.dot.warm { background: var(--terracotta); }.dot.sage { background: var(--sage); }.dot.teal { background: var(--secondary); }
.watch-row div { display: flex; flex-direction: column; line-height: 1.15; }
.watch-row b { font-size: 7px; }.watch-row small { margin-top: 3px; font-size: 6px; color: #899598; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 166px; padding: 12px 14px; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: 0 15px 45px rgba(0,47,40,.23); color: var(--ink); }
.float-card div { display: flex; flex-direction: column; line-height: 1.15; }.float-card b { font-size: 10px; }.float-card small { margin-top: 4px; color: #738487; font-size: 7px; }
.float-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #e8efeb; color: var(--primary); font-size: 17px; font-weight: 900; }
.float-one { left: -32px; bottom: 15px; }.float-two { right: -34px; top: 7px; }

.section-kicker { color: var(--secondary); }
.section-kicker.light { color: #d9e6e1; }
h2 { margin: 12px 0 18px; font-size: clamp(35px, 4.5vw, 54px); line-height: 1.06; letter-spacing: -.035em; color: var(--primary-deep); }
.lead { margin: 0 auto; font-size: 18px; color: var(--muted); }
.intro { background: #fff; }
.value-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-strip article { display: flex; gap: 16px; padding: 28px 34px; border-right: 1px solid var(--line); }
.value-strip article:last-child { border-right: 0; }
.value-strip article > span { font-size: 12px; font-weight: 800; color: var(--terracotta); }
.value-strip h3 { margin: 0 0 5px; font-size: 18px; color: var(--primary-deep); }
.value-strip p { margin: 0; font-size: 14px; color: var(--muted); }

.platform { background: #f4f7f5; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.split-heading h2 { margin-bottom: 0; max-width: 710px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 13px 35px rgba(0,47,40,.045); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -80px; border-radius: 50%; background: rgba(84,122,110,.07); }
.feature-card > span, .feature-copy > span { display: block; margin-top: 17px; font-size: 10px; letter-spacing: .14em; font-weight: 850; color: var(--secondary); }
.feature-card h3 { margin: 8px 0 10px; font-size: 25px; line-height: 1.14; color: var(--primary-deep); }
.feature-card p { margin: 0; color: var(--muted); max-width: 520px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #e8efeb; color: var(--primary); font-weight: 900; }
.feature-wide { grid-column: 1/-1; min-height: 300px; display: grid; grid-template-columns: auto 1fr .95fr; align-items: center; gap: 25px; background: linear-gradient(125deg, #fff 0 66%, #e8efeb 66% 100%); }
.feature-wide .feature-icon { align-self: start; }
.feature-wide .feature-copy > span { margin-top: 0; }
.mini-profile { padding: 18px; border: 1px solid rgba(0,60,50,.12); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(0,47,40,.08); }
.profile-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; }
.profile-photo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; }
.profile-head div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.2; }.profile-head b { font-size: 12px; }.profile-head small { font-size: 8px; color: #7b898c; margin-top: 3px; }.profile-head > span { padding: 6px 8px; border-radius: 999px; background: #e7efe9; color: var(--secondary); font-size: 8px; font-weight: 800; }
.profile-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 15px; }
.profile-metrics div { padding: 10px 8px; border-radius: 10px; background: #f5f7f5; display: flex; flex-direction: column; }.profile-metrics b { font-size: 13px; color: var(--primary); }.profile-metrics small { margin-top: 3px; font-size: 7px; color: #7b898c; }

.journey-section { background: var(--primary); color: #fff; overflow: hidden; }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.journey-copy h2 { color: #fff; }
.journey-copy > p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 620px; }
.journey-points { margin-top: 32px; display: grid; gap: 15px; }
.journey-points > div { display: flex; gap: 13px; align-items: center; }
.journey-points > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: none; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 800; }
.journey-points p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }.journey-points b { font-size: 14px; }.journey-points small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 12px; }
.journey-visual { position: relative; min-height: 480px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 180px; height: 180px; }.orbit-two { width: 300px; height: 300px; }.orbit-three { width: 430px; height: 430px; }
.center-shield { position: absolute; left: 50%; top: 50%; width: 112px; height: 112px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: 0 30px 80px rgba(0,47,40,.35); }
.center-shield img { width: 82px; height: 82px; object-fit: contain; }
.orbit-node { position: absolute; width: 98px; height: 98px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); font-size: 11px; font-weight: 750; }
.node-one { left: 50%; top: 3px; transform: translateX(-50%); }.node-two { right: 0; top: 50%; transform: translateY(-50%); }.node-three { left: 50%; bottom: 3px; transform: translateX(-50%); }.node-four { left: 0; top: 50%; transform: translateY(-50%); }

.security { background: #fff; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.security-copy > p { color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 10px; color: var(--primary); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.security-cards { display: grid; gap: 12px; }
.security-cards article { display: flex; gap: 17px; padding: 22px; border-radius: 18px; border: 1px solid var(--line); background: #f8faf8; }
.security-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 12px; background: var(--primary); color: #fff; }
.security-cards h3 { margin: 0 0 5px; font-size: 16px; color: var(--primary-deep); }.security-cards p { margin: 0; color: var(--muted); font-size: 14px; }

.pilot { background: #edf2ef; }
.pilot-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 58px; border-radius: 30px; background: var(--primary); color: #fff; overflow: hidden; box-shadow: var(--shadow); }
.pilot-card::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; right: -170px; top: -170px; background: rgba(166,183,161,.11); }
.pilot-label { color: #dbe7e2; }
.pilot-card h2 { color: #fff; margin-top: 10px; }
.pilot-copy > p { max-width: 680px; color: rgba(255,255,255,.74); font-size: 17px; }
.pilot-benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; margin-top: 28px; font-size: 13px; }
.pilot-benefits i { font-style: normal; margin-right: 7px; color: #e4ede8; }
.pilot-action { position: relative; z-index: 2; padding: 28px; border-radius: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); }
.pilot-number { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; }.pilot-number strong { font-size: 62px; line-height: .9; letter-spacing: -.05em; }.pilot-number span { color: #d8e5e0; font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.pilot-secondary { display: block; text-align: center; margin-top: 13px; font-size: 13px; font-weight: 750; color: #e6efeb; }
.pilot-action > small { display: block; margin-top: 14px; text-align: center; color: rgba(255,255,255,.55); font-size: 10px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-grid h2 { font-size: 42px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 16px; font-weight: 750; color: var(--primary-deep); }
summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #edf2ef; color: var(--primary); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 40px 23px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 46px 0; background: var(--primary-deep); color: #fff; }
.final-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.final-icon { width: 62px; height: 62px; object-fit: contain; padding: 7px; border-radius: 16px; background: #fff; }
.final-cta span { font-size: 10px; font-weight: 800; letter-spacing: .14em; color: #a9c2b9; }.final-cta h2 { margin: 3px 0 0; color: #fff; font-size: 30px; }

.site-footer { padding: 65px 0 28px; background: #f2f5f3; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 70px; }
.footer-brand img { width: 170px; height: 76px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 470px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.footer-grid h3 { margin: 11px 0 13px; font-size: 13px; color: var(--primary-deep); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; }.footer-grid a { margin: 5px 0; color: var(--muted); font-size: 13px; }.footer-grid a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 45px; border-top: 1px solid var(--line); color: #829093; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid, .journey-grid, .security-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .product-stage { width: min(740px,100%); margin: 0 auto; }
  .split-heading, .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .feature-wide { grid-template-columns: auto 1fr; background: #fff; }.mini-profile { grid-column: 1/-1; }
  .journey-visual { min-height: 430px; width: min(520px,100%); margin: 0 auto; }
  .pilot-card { grid-template-columns: 1fr; gap: 30px; }
  .pilot-action { max-width: 470px; }
}

@media (max-width: 780px) {
  .section { padding: 78px 0; }
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 130px; height: 48px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #fff; color: var(--primary-deep); border-radius: 16px; box-shadow: 0 18px 55px rgba(0,47,40,.22); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 13px; border-radius: 9px; }
  .primary-nav > a:not(.nav-login)::after { display: none; }
  .primary-nav a:hover { background: #f1f5f2; }
  .nav-login { border: 0; background: var(--primary); color: #fff; margin-top: 5px; text-align: center; }
  .hero { padding: 130px 0 72px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 64px); }
  .hero-copy > p { font-size: 17px; }
  .mock-window { transform: none; }
  .float-card { display: none; }
  .mock-body { grid-template-columns: 42px 1fr; }
  .mock-content { padding: 10px; }.mock-cards { gap: 6px; }.mock-card { padding: 8px; }.mock-lower { grid-template-columns: 1fr; }.mock-watch { display: none; }
  .value-strip { grid-template-columns: 1fr; }.value-strip article { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 8px; }.value-strip article:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; grid-template-columns: 1fr; }.feature-wide .feature-icon { align-self: auto; }
  .feature-card { min-height: auto; padding: 24px; }
  .feature-card h3 { font-size: 22px; }
  .journey-grid { gap: 35px; }.journey-visual { min-height: 350px; }.orbit-three { width: 320px; height: 320px; }.orbit-two { width: 240px; height: 240px; }.orbit-node { width: 72px; height: 72px; font-size: 9px; }.center-shield { width: 90px; height: 90px; }.center-shield img { width: 66px; height: 66px; }
  .pilot-card { padding: 34px 23px; border-radius: 24px; }.pilot-benefits { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: auto 1fr; }.final-cta-inner .btn { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }
  .hero-trust { gap: 10px 16px; }
  .mock-greeting { align-items: flex-start; }.pulse-score { display: none; }
  .mock-cards { grid-template-columns: 1fr 1fr; }.mock-card:nth-child(3) { display: none; }
  .profile-metrics { grid-template-columns: 1fr; }
  .journey-visual { min-height: 310px; }.orbit-three { width: 270px; height: 270px; }.orbit-two { width: 205px; height: 205px; }.orbit-one { width: 135px; height: 135px; }.orbit-node { width: 64px; height: 64px; }
  .faq-grid h2 { font-size: 35px; }
  .final-icon { display: none; }.final-cta-inner { grid-template-columns: 1fr; }
}

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

/* Website v1.2 — real KingsAdmin product hero */
.product-stage {
  position: relative;
  padding: 28px 0 52px;
}
.product-shot-shell {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 25px;
  background: #eef3f1;
  box-shadow: 0 42px 105px rgba(0,47,40,.36);
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}
.product-shot-chrome {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 15px;
  color: #607376;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(0,60,50,.12);
}
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(0,60,50,.22); }
.browser-dots span:nth-child(2) { background: rgba(84,122,110,.36); }
.browser-dots span:nth-child(3) { background: rgba(166,183,161,.62); }
.product-shot-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
}
.product-shot-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 800;
  color: var(--primary);
}
.product-shot-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 4px rgba(84,122,110,.12); }
.product-shot-frame { position: relative; background: #fff; aspect-ratio: 1852 / 849; overflow: hidden; }
.product-shot-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(0,47,40,.035); }
.product-shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.product-stage .float-icon { font-size: 11px; letter-spacing: -.03em; }
.product-stage .float-one { left: -30px; bottom: 12px; }
.product-stage .float-two { right: -28px; top: 6px; }

@media (max-width: 1000px) {
  .product-shot-shell { transform: none; }
}

@media (max-width: 780px) {
  .product-stage { padding: 12px 0 4px; }
  .product-shot-shell { border-radius: 18px; }
  .product-shot-chrome { min-height: 40px; padding: 0 10px; grid-template-columns: auto 1fr; }
  .product-shot-live { display: none; }
  .product-shot-label { text-align: right; font-size: 8px; }
}
.product-shot-frame picture { display: block; width: 100%; height: 100%; }

/* v1.3 inquiry forms */
button.btn { font: inherit; border: 0; cursor: pointer; }
.pilot-secondary-button, .footer-action { appearance: none; border: 0; padding: 0; background: transparent; font: inherit; cursor: pointer; }
.pilot-secondary-button { width: 100%; color: #e6efeb; }
.footer-action { margin: 5px 0; color: var(--muted); font-size: 13px; text-align: left; }
.footer-action:hover { color: var(--primary); }

.form-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.form-modal.open { display: flex; }
.form-modal-backdrop { position: absolute; inset: 0; background: rgba(0,47,40,.72); backdrop-filter: blur(7px); }
.form-modal-card { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(860px, calc(100vh - 48px)); overflow-y: auto; padding: 38px; border-radius: 26px; background: #fff; box-shadow: 0 28px 90px rgba(0,47,40,.34); }
.form-modal-card-wide { width: min(820px, 100%); }
.form-modal-close { position: absolute; right: 18px; top: 16px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #edf2ef; color: var(--primary-deep); font-size: 26px; line-height: 1; cursor: pointer; }
.form-modal-close:hover { background: #e2eae5; }
.form-modal-heading { padding-right: 44px; margin-bottom: 25px; }
.form-modal-heading h2 { margin: 8px 0 8px; font-size: clamp(30px, 4vw, 42px); }
.form-modal-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.contact-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: var(--primary-deep); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd7d2; border-radius: 12px; background: #fbfcfb; color: var(--primary-deep); font: inherit; font-size: 14px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.contact-form input, .contact-form select { min-height: 48px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 3px rgba(0,60,50,.12); }
.form-full { grid-column: 1/-1; }
.form-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 9px !important; color: var(--muted) !important; font-weight: 600 !important; }
.form-consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 1px; accent-color: var(--primary); }
.form-actions { display: flex; align-items: center; gap: 18px; padding-top: 4px; }
.form-actions small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.modal-open { overflow: hidden; }

.thanks-page { min-height: 100vh; background: linear-gradient(145deg, #edf2ef, #f9faf9); }
.thanks-shell { width: min(760px, calc(100% - 30px)); min-height: 100vh; margin: 0 auto; display: grid; place-content: center; gap: 24px; padding: 50px 0; }
.thanks-brand { justify-self: center; }
.thanks-brand img { width: 190px; height: 78px; object-fit: contain; }
.thanks-card { padding: 52px; text-align: center; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.thanks-check { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 20px; background: var(--primary); color: #fff; font-size: 29px; font-weight: 800; }
.thanks-card h1 { margin: 10px 0 12px; font-size: clamp(34px, 6vw, 52px); }
.thanks-card > p { max-width: 570px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.thanks-actions { display: flex; justify-content: center; gap: 10px; margin: 28px 0 20px; }
.thanks-card > small { color: var(--muted); }.thanks-card > small a { color: var(--primary); font-weight: 750; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-deep); }
.btn-outline { border: 1px solid var(--line); background: #fff; color: var(--primary); }
.btn-outline:hover { border-color: var(--primary); }

@media (max-width: 620px) {
  .form-modal { padding: 10px; align-items: flex-end; }
  .form-modal-card { max-height: calc(100vh - 20px); padding: 30px 20px 24px; border-radius: 24px 24px 16px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .thanks-card { padding: 36px 22px; }
  .thanks-actions { flex-direction: column; }
}

/* Website v1.4 — dynamic product experience */
.scroll-progress { position:absolute; left:0; right:0; bottom:-1px; height:2px; overflow:hidden; pointer-events:none; }
.scroll-progress span { display:block; width:100%; height:100%; background:#A6B7A1; transform:scaleX(0); transform-origin:left center; }

.hero-live { margin-top:24px; width:max-content; max-width:100%; min-height:38px; display:flex; align-items:center; gap:9px; padding:8px 13px; border:1px solid rgba(255,255,255,.15); border-radius:999px; background:rgba(0,47,40,.18); color:rgba(255,255,255,.74); font-size:12px; }
.hero-live-dot { width:8px; height:8px; border-radius:50%; background:#A6B7A1; box-shadow:0 0 0 5px rgba(166,183,161,.13); animation:kaPulse 2.1s ease-in-out infinite; }
.hero-live-label { white-space:nowrap; }
.hero-live strong { color:#fff; font-size:12px; transition:opacity .18s ease, transform .18s ease; }
.hero-live strong.swapping { opacity:0; transform:translateY(4px); }
@keyframes kaPulse { 0%,100% { box-shadow:0 0 0 4px rgba(166,183,161,.12); } 50% { box-shadow:0 0 0 9px rgba(166,183,161,0); } }
.hero-glow-one { animation:heroDriftOne 11s ease-in-out infinite alternate; }
.hero-glow-two { animation:heroDriftTwo 13s ease-in-out infinite alternate; }
@keyframes heroDriftOne { to { transform:translate(-35px, 28px) scale(1.08); } }
@keyframes heroDriftTwo { to { transform:translate(45px, -26px) scale(.94); } }

.product-shot-shell { transition:transform .24s ease, box-shadow .24s ease; will-change:transform; }
.product-stage:hover .product-shot-shell { box-shadow:0 48px 115px rgba(0,47,40,.42); }
.float-card { animation:floatCard 4.8s ease-in-out infinite; }
.float-two { animation-delay:-2.2s; }
@keyframes floatCard { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }

.feature-card { transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
@media (hover:hover) and (pointer:fine) {
  .feature-card:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(0,47,40,.12); border-color:rgba(84,122,110,.28); }
}

.experience { position:relative; overflow:hidden; background:#edf3f0; }
.experience::before { content:""; position:absolute; width:520px; height:520px; right:-240px; top:-230px; border-radius:50%; background:radial-gradient(circle, rgba(84,122,110,.13), transparent 70%); }
.experience-heading { position:relative; display:grid; grid-template-columns:1.15fr .85fr; align-items:end; gap:55px; margin-bottom:42px; }
.experience-heading h2 { margin:10px 0 0; max-width:760px; font-size:clamp(34px,4.2vw,52px); line-height:1.08; letter-spacing:-.035em; color:var(--primary-deep); }
.experience-heading > p { margin:0 0 6px; color:var(--muted); font-size:15px; }
.experience-shell { position:relative; display:grid; grid-template-columns:310px minmax(0,1fr); gap:18px; }
.experience-tabs { display:flex; flex-direction:column; gap:8px; }
.experience-tab { width:100%; display:grid; grid-template-columns:38px 1fr; column-gap:10px; row-gap:2px; text-align:left; border:1px solid transparent; border-radius:16px; padding:15px 16px; background:transparent; color:var(--ink); cursor:pointer; transition:background .2s ease, border-color .2s ease, transform .2s ease; }
.experience-tab > span { grid-row:1/3; width:34px; height:34px; display:grid; place-items:center; align-self:center; border-radius:10px; background:rgba(0,60,50,.08); color:var(--primary); font-size:10px; font-weight:900; }
.experience-tab b { font-size:14px; align-self:end; }
.experience-tab small { color:#748487; font-size:10px; align-self:start; }
.experience-tab.active { background:#fff; border-color:rgba(0,60,50,.13); box-shadow:0 10px 30px rgba(0,47,40,.08); transform:translateX(6px); }
.experience-tab.active > span { background:var(--primary); color:#fff; }
.experience-tab:focus-visible { outline:3px solid rgba(84,122,110,.35); outline-offset:2px; }
.experience-panel { min-width:0; display:grid; grid-template-columns:.82fr 1.18fr; gap:28px; align-items:stretch; padding:34px; border-radius:26px; background:#fff; border:1px solid rgba(0,60,50,.12); box-shadow:0 26px 70px rgba(0,47,40,.10); overflow:hidden; }
.experience-panel.is-changing .experience-copy, .experience-panel.is-changing .experience-visual { opacity:.15; transform:translateY(7px); }
.experience-copy, .experience-visual { transition:opacity .17s ease, transform .17s ease; }
.experience-overline { color:var(--secondary); font-size:10px; font-weight:850; letter-spacing:.14em; }
.experience-copy h3 { margin:10px 0 13px; font-size:clamp(28px,3vw,40px); line-height:1.08; letter-spacing:-.03em; color:var(--primary-deep); }
.experience-copy > p { margin:0; color:var(--muted); font-size:14px; }
.experience-points { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.experience-points span { display:inline-flex; align-items:center; min-height:34px; padding:0 11px; border-radius:999px; background:#edf3f0; color:var(--primary); font-size:10px; font-weight:750; }
.experience-visual { min-width:0; padding:19px; border-radius:21px; background:var(--primary); color:#fff; position:relative; overflow:hidden; }
.experience-visual::after { content:""; position:absolute; width:240px; height:240px; right:-100px; bottom:-130px; border-radius:50%; background:rgba(166,183,161,.12); pointer-events:none; }
.experience-preview-head { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:17px; }
.experience-preview-head span { display:flex; align-items:center; gap:7px; font-size:9px; color:rgba(255,255,255,.68); text-transform:uppercase; letter-spacing:.1em; }
.experience-preview-head span i { width:7px; height:7px; border-radius:50%; background:#A6B7A1; }
.experience-preview-head b { font-size:12px; }
.signal-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.signal-grid article { padding:14px; border:1px solid rgba(255,255,255,.11); border-radius:14px; background:rgba(255,255,255,.07); }
.signal-grid article > span { display:block; color:rgba(255,255,255,.66); font-size:9px; }
.signal-grid strong { display:block; margin:5px 0 10px; font-size:22px; }
.signal-grid article > div { height:4px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.12); }
.signal-grid article > div i { display:block; width:var(--level); height:100%; border-radius:inherit; background:#A6B7A1; transform-origin:left center; animation:signalFill .65s ease both; }
@keyframes signalFill { from { transform:scaleX(.08); } to { transform:scaleX(1); } }
.signal-flow { position:relative; z-index:1; display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:10px; align-items:center; margin-top:14px; }
.signal-flow > div { min-width:0; padding:12px; border-radius:13px; background:rgba(0,47,40,.26); }
.signal-flow span { display:block; color:rgba(255,255,255,.54); font-size:8px; text-transform:uppercase; letter-spacing:.08em; }
.signal-flow b { display:block; margin-top:4px; font-size:10px; line-height:1.3; }
.signal-flow > i { color:rgba(255,255,255,.38); font-style:normal; font-size:15px; }

.primary-nav a.active-section:not(.nav-login)::after { right:0; }
.primary-nav a.active-section { color:#fff; }

@media (max-width:1000px) {
  .experience-heading { grid-template-columns:1fr; gap:16px; }
  .experience-shell { grid-template-columns:1fr; }
  .experience-tabs { display:grid; grid-template-columns:repeat(5, minmax(170px,1fr)); overflow-x:auto; padding:0 1px 8px; scroll-snap-type:x proximity; }
  .experience-tab { scroll-snap-align:start; }
  .experience-tab.active { transform:none; }
}
@media (max-width:780px) {
  .hero-live { width:100%; border-radius:14px; flex-wrap:wrap; }
  .experience-panel { grid-template-columns:1fr; padding:22px; }
  .experience-shell { gap:10px; }
  .experience-tabs { grid-template-columns:repeat(5, 205px); }
  .signal-flow { grid-template-columns:1fr; }
  .signal-flow > i { transform:rotate(90deg); justify-self:center; }
  .experience-preview-head { align-items:flex-start; }
  .product-shot-shell { transform:none !important; }
}
@media (max-width:480px) {
  .signal-grid { grid-template-columns:1fr; }
  .experience-panel { border-radius:20px; }
}
@media (prefers-reduced-motion:reduce) {
  .hero-glow-one,.hero-glow-two,.float-card,.hero-live-dot { animation:none !important; }
  .signal-grid article > div i { animation:none !important; }
}

/* Website v1.6 — scrolling real-product hero carousel */
.product-shot-frame {
  aspect-ratio: 1917 / 879;
}
.product-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(2.5%);
  transition: opacity .48s ease, transform .48s ease, visibility .48s ease;
  z-index: 1;
}
.product-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}
.product-slide picture,
.product-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-slide img {
  object-fit: cover;
  object-position: center top;
}
.product-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,60,50,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--primary);
  font: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,47,40,.15);
  transform: translateY(-50%);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.product-carousel-prev { left: 12px; }
.product-carousel-next { right: 12px; }
.product-carousel-arrow:hover,
.product-carousel-arrow:focus-visible {
  background: var(--primary);
  color: #fff;
  outline: none;
}
.product-carousel-arrow:active { transform: translateY(-50%) scale(.96); }
.product-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 6;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(0,47,40,.58);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}
.product-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.product-carousel-dot.active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}
.product-carousel-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 780px) {
  .product-carousel-arrow { width: 34px; height: 34px; font-size: 21px; }
  .product-carousel-prev { left: 8px; }
  .product-carousel-next { right: 8px; }
  .product-carousel-dots { bottom: 8px; gap: 6px; padding: 6px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-slide { transition: none; transform: none; }
}
