:root {
  color-scheme: light dark;
  --ink: #11241c;
  --muted: #617168;
  --page: #f7f8f4;
  --surface: #fff;
  --line: #dde5df;
  --green: #087a54;
  --green-dark: #035f43;
  --green-soft: #dff4e9;
  --lime: #b9e7cd;
  --cream: #f3efe3;
  --shadow: 0 24px 70px rgba(11, 55, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
.scroll-progress { width: var(--scroll-progress, 0%); height: 3px; position: fixed; inset: 0 auto auto 0; z-index: 50; background: linear-gradient(90deg, var(--green), #74deb4); box-shadow: 0 0 16px color-mix(in srgb, var(--green) 50%, transparent); pointer-events: none; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent); background: color-mix(in srgb, var(--page) 88%, transparent); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: color-mix(in srgb, var(--page) 94%, transparent); box-shadow: 0 10px 35px rgba(7, 54, 37, .08); }
.site-nav { max-width: 1180px; min-height: 74px; margin: auto; padding: 10px 24px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.brand img { border-radius: 12px; box-shadow: 0 6px 18px rgba(4, 87, 58, .18); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.brand:hover img { transform: rotate(-5deg) scale(1.06); box-shadow: 0 10px 24px rgba(4, 87, 58, .25); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { position: relative; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--green); }
.nav-links a::after { content: ""; height: 2px; position: absolute; left: 0; right: 100%; bottom: -7px; border-radius: 2px; background: var(--green); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.pilot-badge { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: var(--surface); font-size: 12px; font-weight: 800; }

main { overflow: hidden; }
.hero { max-width: 1180px; min-height: 680px; margin: auto; padding: 78px 24px 62px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 66px; position: relative; isolation: isolate; }
.hero::before { content: ""; width: 560px; height: 560px; position: absolute; z-index: -1; left: -320px; top: -240px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--green) 12%, transparent), transparent 68%); filter: blur(6px); animation: ambient-drift 11s ease-in-out infinite alternate; }
.eyebrow, .section-kicker { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(53px, 7vw, 86px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 15px; text-decoration: none; font-weight: 780; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button::after { content: ""; width: 42%; height: 180%; position: absolute; top: -40%; left: -65%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transition: left .55s ease; }
.button:hover::after { left: 125%; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(8, 122, 84, .24); }
.button.secondary { color: var(--green); border: 1px solid color-mix(in srgb, var(--green) 45%, var(--line)); background: var(--surface); }
.trust-row { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }

.product-preview { min-height: 660px; display: grid; place-items: center; position: relative; perspective: 1200px; }
.glow { position: absolute; width: 510px; height: 510px; border-radius: 50%; background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(55, 174, 126, .34), rgba(55, 174, 126, 0) 67%); animation: glow-pulse 5s ease-in-out infinite; }
.phone-frame { --tilt-x: 0deg; --tilt-y: 0deg; width: 316px; height: 650px; position: relative; z-index: 1; padding: 7px; border-radius: 61px; background: linear-gradient(115deg, #59635f 0%, #eef1ee 22%, #7a827f 48%, #f5f7f5 75%, #535d59 100%); box-shadow: var(--shadow), 0 0 0 1px rgba(20, 32, 27, .48), 0 0 0 2px rgba(255,255,255,.72) inset; transform: rotate(2deg) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .25s ease; animation: phone-float 6s ease-in-out infinite; }
.product-preview:hover .phone-frame { box-shadow: 0 34px 85px rgba(11, 55, 39, .2), 0 0 0 1px rgba(20, 32, 27, .48), 0 0 0 2px rgba(255,255,255,.72) inset; }
.phone-frame::before, .phone-frame::after { content: ""; position: absolute; z-index: -1; width: 4px; border-radius: 4px 0 0 4px; background: linear-gradient(#828b87, #323b37); }
.phone-frame::before { left: -3px; top: 142px; height: 65px; box-shadow: 0 -49px 0 -1px #58615d, 0 77px 0 #58615d; }
.phone-frame::after { right: -3px; top: 174px; height: 91px; border-radius: 0 4px 4px 0; }
.phone { width: 100%; height: 100%; position: relative; overflow: hidden; padding: 21px 18px 0; border: 1px solid #111b17; border-radius: 54px; background: #f7f7f2; color: #16251f; box-shadow: 0 0 0 2px #050907 inset, 0 0 0 3px rgba(255,255,255,.16) inset; }
.phone::before { content: ""; width: 88px; height: 23px; position: absolute; left: 50%; top: 9px; transform: translateX(-50%); border-radius: 18px; background: radial-gradient(circle at 76% 50%, #1c3140 0 3px, #050807 4px); box-shadow: 0 1px 1px rgba(255,255,255,.12) inset; }
.phone-top { padding: 0 7px 25px; display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; }
.app-greeting { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.app-greeting div:first-child { display: grid; }
.app-greeting small, .total-card small { font-size: 8px; letter-spacing: .12em; font-weight: 850; }
.app-greeting strong { font-size: 20px; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.total-card { padding: 18px; position: relative; overflow: hidden; color: #fff; border-radius: 20px; background: linear-gradient(135deg, #046348, #0b8a5d); box-shadow: 0 14px 30px rgba(5, 98, 69, .2); }
.total-card::after { content: ""; width: 140px; height: 140px; position: absolute; right: -76px; top: -75px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.035), 0 0 0 48px rgba(255,255,255,.025); }
.total-card > strong { display: block; margin: 7px 0 13px; font-size: 30px; letter-spacing: -.04em; }
.total-meta { display: flex; gap: 20px; font-size: 10px; opacity: .88; }
.status-card { margin-top: 12px; padding: 15px; border-radius: 17px; background: white; border: 1px solid #e1e8e3; box-shadow: 0 8px 18px rgba(17, 53, 39, .05); }
.status-head { display: flex; justify-content: space-between; font-size: 11px; }
.status-head span { color: var(--green); font-weight: 800; }
.status-values { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.status-values div { padding: 10px; border-radius: 12px; background: #eef4ef; display: grid; }
.status-values small { color: #6c7972; font-size: 8px; }
.movement-title { margin: 18px 2px 9px; display: flex; justify-content: space-between; font-size: 10px; }
.movement-title span { color: var(--green); }
.movement { padding: 11px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; border-radius: 14px; background: #fff; border: 1px solid #e1e8e3; }
.movement-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: var(--green-soft); font-weight: 900; }
.movement div:nth-child(2) { display: grid; font-size: 9px; }
.movement small { color: #75827b; font-size: 7px; }
.movement > strong { font-size: 10px; }
.app-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 60px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; border-top: 1px solid #dfe5e1; background: #fbfcf8; text-align: center; color: #64716a; }
.app-nav span { display: grid; font-size: 15px; }
.app-nav small { font-size: 7px; }
.app-nav b { width: 43px; height: 43px; margin: -31px auto 0; display: grid; place-items: center; border: 5px solid #f7f7f2; border-radius: 50%; color: #fff; background: var(--green); font-size: 20px; }

.value-strip { max-width: 1180px; margin: 0 auto 110px; padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 16px 50px rgba(17, 60, 44, .06); }
.value-strip article { padding: 14px 24px; display: flex; gap: 15px; align-items: flex-start; transition: transform .25s ease; }
.value-strip article:hover { transform: translateY(-4px); }
.value-strip article + article { border-left: 1px solid var(--line); }
.feature-icon { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: var(--green-soft); font-size: 10px; font-weight: 900; }
.value-strip strong { font-size: 14px; }
.value-strip p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.section { max-width: 1180px; margin: auto; padding: 30px 24px 120px; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2, .security-copy h2, .pilot-section h2 { margin: 12px 0 18px; font-size: clamp(35px, 4.5vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { max-width: 610px; color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 370px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease; }
.step-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--green) 38%, var(--line)); box-shadow: 0 22px 55px rgba(9, 72, 49, .1); }
.step-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 900; }
.step-card.featured { color: white; border: 0; background: linear-gradient(145deg, #075e44, #07815a); box-shadow: 0 20px 45px rgba(6, 101, 71, .18); }
.step-card.featured > span { color: white; background: rgba(255,255,255,.16); }
.step-card h3 { margin: auto 0 8px; font-size: 20px; }
.step-card p { min-height: 62px; margin-bottom: 15px; color: var(--muted); font-size: 14px; }
.step-card.featured p { color: rgba(255,255,255,.75); }
.step-card a { color: white; font-size: 13px; font-weight: 750; text-decoration: none; }
.mini-visual { height: 120px; margin: 18px 0; display: flex; align-items: center; justify-content: center; }
.arca-visual b { padding: 18px 25px; border-radius: 17px; background: rgba(255,255,255,.12); font-size: 17px; letter-spacing: .05em; }
.arca-visual i { width: 31px; height: 31px; margin-left: -10px; display: grid; place-items: center; border: 4px solid #087453; border-radius: 50%; color: var(--green); background: white; font-style: normal; font-weight: 900; }
.lines-visual { flex-direction: column; gap: 11px; }
.lines-visual i { height: 13px; border-radius: 8px; background: #dfe9e3; }
.lines-visual i:nth-child(1) { width: 75%; }.lines-visual i:nth-child(2) { width: 55%; }.lines-visual i:nth-child(3) { width: 68%; background: var(--green-soft); }
.queue-visual { gap: 9px; }
.queue-visual i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--green-soft); font-style: normal; font-weight: 900; }
.queue-visual i:nth-child(2) { color: #a26a02; background: #fff0ce; }.queue-visual i:nth-child(3) { color: #a33f3f; background: #fee2e2; }

.security-section { max-width: 1180px; min-height: 570px; margin: 0 auto 120px; padding: 72px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; overflow: hidden; position: relative; border-radius: 36px; color: #fff; background: #063e2e; }
.section-kicker.light { color: #8ee3bd; }
.security-copy { position: relative; z-index: 2; }
.security-copy p { max-width: 610px; color: rgba(255,255,255,.72); font-size: 17px; }
.security-copy ul { padding: 0; margin: 28px 0 0; display: grid; gap: 12px; list-style: none; color: rgba(255,255,255,.88); }
.security-copy li { display: flex; gap: 10px; }
.security-copy li span { color: #82ddb4; font-weight: 900; }
.security-mark { min-height: 360px; display: grid; place-items: center; position: relative; }
.shield { width: 170px; height: 190px; display: grid; place-items: center; position: relative; z-index: 2; background: linear-gradient(150deg, #17a775, #087151); clip-path: polygon(50% 0, 91% 17%, 86% 70%, 50% 100%, 14% 70%, 9% 17%); filter: drop-shadow(0 24px 25px rgba(0,0,0,.22)); }
.shield span { width: 70px; height: 70px; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; font-size: 38px; font-weight: 900; }
.security-ring { position: absolute; border: 1px solid rgba(126, 228, 181, .18); border-radius: 50%; }
.security-ring.one { width: 290px; height: 290px; }.security-ring.two { width: 420px; height: 420px; }

.pilot-section { max-width: 850px; margin: 0 auto 120px; padding: 20px 24px; text-align: center; }
.pilot-section img { margin-bottom: 20px; border-radius: 20px; box-shadow: 0 13px 30px rgba(5, 97, 68, .18); }
.pilot-section p { max-width: 640px; margin: 0 auto 26px; color: var(--muted); font-size: 17px; }

.motion-ready .reveal-section .section-heading,
.motion-ready .reveal-section .step-card,
.motion-ready .reveal-section .security-copy,
.motion-ready .reveal-section .security-mark,
.motion-ready .reveal-section > img,
.motion-ready .reveal-section > .section-kicker,
.motion-ready .reveal-section > h2,
.motion-ready .reveal-section > p,
.motion-ready .reveal-section > .button,
.motion-ready .reveal-group article { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.motion-ready .is-visible .section-heading,
.motion-ready .is-visible .step-card,
.motion-ready .is-visible .security-copy,
.motion-ready .is-visible .security-mark,
.motion-ready .is-visible > img,
.motion-ready .is-visible > .section-kicker,
.motion-ready .is-visible > h2,
.motion-ready .is-visible > p,
.motion-ready .is-visible > .button,
.motion-ready .reveal-group.is-visible article { opacity: 1; transform: translateY(0); }
.motion-ready .is-visible .step-card:nth-child(2), .motion-ready .reveal-group.is-visible article:nth-child(2) { transition-delay: .1s; }
.motion-ready .is-visible .step-card:nth-child(3), .motion-ready .reveal-group.is-visible article:nth-child(3) { transition-delay: .2s; }

@keyframes ambient-drift { to { transform: translate(70px, 55px) scale(1.12); } }
@keyframes glow-pulse { 0%, 100% { transform: scale(.96); opacity: .8; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes phone-float {
  0%, 100% { transform: translateY(0) rotate(2deg) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
  50% { transform: translateY(-10px) rotate(2deg) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
}

.site-footer { max-width: 1180px; margin: auto; padding: 54px 24px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 10px 0; color: var(--muted); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 5px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { grid-column: 1 / -1; margin-top: 20px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (prefers-color-scheme: dark) {
  :root { --ink: #eaf3ee; --muted: #a3b4ab; --page: #07120e; --surface: #101d17; --line: #273a31; --green: #5ed2a5; --green-dark: #46bd91; --green-soft: #123f30; --cream: #241f15; }
  .phone-frame { box-shadow: 0 24px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.25); }
  .pilot-badge { color: var(--green); }
  .button.primary { color: #062c20; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .eyebrow { justify-self: center; }
  .product-preview { min-height: 670px; }
  .value-strip { grid-template-columns: 1fr; }
  .value-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 340px; }
  .security-section { grid-template-columns: 1fr; padding: 54px 38px; }
  .security-mark { min-height: 300px; }
}

@media (max-width: 680px) {
  .site-nav { min-height: 66px; gap: 12px; }
  .nav-links { display: none; }
  .pilot-badge { margin-left: auto; }
  .hero { min-height: auto; padding: 52px 20px 35px; gap: 35px; }
  h1 { font-size: 54px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { justify-content: center; }
  .product-preview { min-height: 550px; transform: scale(.84); margin: -48px 0; }
  .value-strip { margin: 25px 16px 90px; padding: 10px; }
  .section { padding: 20px 20px 90px; }
  .security-section { margin: 0 16px 90px; padding: 44px 24px; border-radius: 28px; }
  .security-mark { min-height: 250px; transform: scale(.78); }
  .pilot-section { margin-bottom: 80px; }
  .site-footer { grid-template-columns: 1fr; padding: 40px 20px 24px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: hero-in .65s cubic-bezier(.2,.8,.2,1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  .hero-copy > *:nth-child(5) { animation-delay: .32s; }
  .product-preview { animation: preview-in .8s .15s cubic-bezier(.2,.8,.2,1) both; }
  @keyframes hero-in { from { opacity: 0; transform: translateY(18px); } }
  @keyframes preview-in { from { opacity: 0; filter: blur(5px); } }
}

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