:root {
  --green-950: #0a3d35;
  --green-900: #0f5548;
  --green-800: #136c5e;
  --green-700: #1a8a76;
  --green-200: #b9ddd5;
  --green-100: #ddefea;
  --green-50: #edf6f4;
  --surface: #ffffff;
  --canvas: #f8faf9;
  --warm: #f6f4ef;
  --ink: #18221f;
  --muted: #65726f;
  --border: #dce6e3;
  --gold: #e4c868;
  --shell: 1200px;
  --shadow: 0 26px 70px rgba(15, 85, 72, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; border-radius: 10px; color: white; background: var(--green-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #e0bd3b; outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 230, 227, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.035em; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .nav-login { color: #51615d; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .nav-login:hover { color: var(--green-800); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; }
.button-solid { color: white; background: var(--green-800); box-shadow: 0 10px 24px rgba(19, 108, 94, .2); }
.button-solid:hover { background: var(--green-900); box-shadow: 0 14px 30px rgba(19, 108, 94, .26); }
.button-outline { border-color: #afc7c1; color: var(--green-950); background: rgba(255, 255, 255, .72); }
.button-outline:hover { border-color: var(--green-800); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }
.mobile-nav { display: none; padding: 0 20px 20px; }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--border); color: #40514d; font-size: 14px; font-weight: 700; }

.hero { position: relative; min-height: 720px; padding: 104px 0 92px; overflow: hidden; background: linear-gradient(128deg, #fbfdfc 8%, #e8f3f0 100%); }
.hero-pattern, .screen-pattern { position: absolute; inset: 0; pointer-events: none; }
.hero-pattern { opacity: .28; background-image: linear-gradient(30deg, transparent 48%, rgba(19, 108, 94, .07) 49%, rgba(19, 108, 94, .07) 51%, transparent 52%), linear-gradient(-30deg, transparent 48%, rgba(19, 108, 94, .055) 49%, rgba(19, 108, 94, .055) 51%, transparent 52%); background-size: 44px 76px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.eyebrow, .section-label { color: var(--green-800); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #c5ded8; border-radius: 999px; background: rgba(255, 255, 255, .78); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-700); box-shadow: 0 0 0 4px rgba(26, 138, 118, .12); }
.hero h1 { max-width: 650px; margin: 24px 0 22px; font-size: clamp(48px, 6vw, 78px); line-height: 1.01; letter-spacing: -.06em; }
.hero h1 span { color: var(--green-800); }
.hero-lede { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 19px; margin: 29px 0 0; padding: 0; list-style: none; color: #586662; font-size: 11px; font-weight: 700; }
.trust-list span { margin-right: 4px; color: var(--green-700); }
.hero-visual { position: relative; min-height: 510px; }
.hero-orbit { position: absolute; inset: 5% 10%; border: 1px solid rgba(19, 108, 94, .17); border-radius: 50%; background: rgba(211, 235, 229, .64); box-shadow: inset 0 0 0 56px rgba(255, 255, 255, .18); }
.hero-orbit::after { content: ""; position: absolute; inset: 76px; border: 1px dashed rgba(19, 108, 94, .22); border-radius: 50%; }
.hero-hub { position: absolute; z-index: 2; top: 50%; left: 50%; width: 194px; height: 194px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cfe2de; border-radius: 50%; background: white; box-shadow: var(--shadow); transform: translate(-50%, -50%); text-align: center; }
.hero-hub img { width: 74px; height: 74px; margin-bottom: 7px; }
.hero-hub b { font-size: 13px; }
.hero-hub span { max-width: 130px; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.hero-product { position: absolute; z-index: 3; width: 250px; display: grid; grid-template-columns: 43px 1fr; gap: 12px; padding: 17px; border: 1px solid rgba(203, 224, 219, .95); border-radius: 15px; background: rgba(255, 255, 255, .95); box-shadow: 0 18px 44px rgba(15, 85, 72, .13); }
.hero-product .product-icon { grid-row: 1; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--green-800); background: var(--green-100); font-size: 19px; font-weight: 800; }
.hero-product small, .hero-product strong { display: block; }
.hero-product small { margin: 1px 0 5px; color: var(--green-700); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.hero-product strong { font-size: 14px; }
.hero-product p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.hero-customer { top: 28px; left: 1%; }
.hero-admin { top: 124px; right: -2%; }
.hero-screen { bottom: 28px; left: 5%; }

.platform-strip { padding: 25px 0; border-block: 1px solid var(--border); background: white; }
.platform-line { display: flex; align-items: center; justify-content: center; gap: 28px; color: #596965; font-size: 13px; }
.platform-line > span { color: var(--green-800); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.platform-line a { font-weight: 700; }
.platform-line a:hover { color: var(--green-800); }
.platform-line i { width: 4px; height: 4px; border-radius: 50%; background: #a9b9b5; }

.section { padding: 112px 0; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 96px; }
.image-stage { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: var(--green-50); }
.image-stage::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid #c7e0da; border-radius: 50%; box-shadow: 0 0 0 55px rgba(255, 255, 255, .24); }
.phone-shot { position: relative; z-index: 1; width: 310px; max-height: 635px; overflow: hidden; border: 7px solid #173f37; border-radius: 38px; box-shadow: var(--shadow); }
.phone-shot img { width: 100%; }
.stage-note { position: absolute; z-index: 2; right: 18px; bottom: 46px; width: 220px; display: grid; grid-template-columns: 38px 1fr; gap: 2px 11px; padding: 14px; border: 1px solid var(--border); border-radius: 13px; background: white; box-shadow: 0 16px 38px rgba(15, 85, 72, .16); }
.stage-note > span { grid-row: 1 / 3; display: grid; place-items: center; border-radius: 10px; color: var(--green-800); background: var(--green-100); }
.stage-note b { font-size: 11px; }
.stage-note small { color: var(--muted); font-size: 8px; }
.section-copy h2, .section-intro h2, .center-heading h2, .trust-copy h2 { margin: 15px 0 19px; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
.section-copy > p, .section-intro p, .center-heading > p, .trust-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin-top: 30px; }
.feature-list article { display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.feature-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--green-800); background: var(--green-100); font-weight: 800; }
.feature-list h3 { margin: 0 0 5px; font-size: 14px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.availability-pill { display: inline-flex; margin-top: 25px; padding: 9px 13px; border-radius: 999px; color: #52615e; background: #eef2f1; font-size: 11px; font-weight: 800; }

.admin-section { background: var(--green-50); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro p { margin: 0 0 22px; }
.product-gallery { display: grid; gap: 18px; }
.admin-gallery { grid-template-columns: 1.75fr repeat(4, 1fr); }
.product-gallery figure, .screen-gallery figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(15, 85, 72, .08); }
.screenshot-window { height: 455px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--border); background: #f1f3f2; }
.portrait-window img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.gallery-lead .screenshot-window { background: #edf2f0; }
.gallery-lead .portrait-window img { object-fit: contain; }
.product-gallery figcaption, .screen-gallery figcaption { display: grid; gap: 7px; padding: 18px; }
.product-gallery figcaption b, .screen-gallery figcaption b { font-size: 14px; }
.product-gallery figcaption span, .screen-gallery figcaption span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.feature-heading { max-width: 760px; margin: 78px auto 35px; text-align: center; }
.feature-heading h3 { margin: 13px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.capability { padding: 27px; border: 1px solid var(--border); border-radius: 16px; background: white; }
.capability > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green-800); background: var(--green-100); font-size: 18px; font-weight: 800; }
.capability h4 { margin: 18px 0 8px; font-size: 16px; }
.capability p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.screen-section { position: relative; overflow: hidden; color: white; background: #0b2722; }
.screen-pattern { opacity: .2; background-image: radial-gradient(rgba(228, 200, 104, .27) .75px, transparent .75px); background-size: 24px 24px; mask-image: linear-gradient(180deg, #000, transparent 78%); }
.screen-section .shell { position: relative; }
.screen-intro p { color: #b7cbc6; }
.section-label-gold { color: var(--gold); }
.button-gold { color: #16352f; background: var(--gold); box-shadow: 0 12px 28px rgba(0, 0, 0, .18); }
.button-gold:hover { background: #eedb8d; }
.screen-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.screen-gallery figure { border-color: rgba(255, 255, 255, .14); background: #11362f; box-shadow: 0 26px 70px rgba(0, 0, 0, .27); }
.tv-frame { margin: 18px 18px 0; padding: 9px; border: 3px solid #28463f; border-radius: 14px; background: #061410; }
.tv-frame img { width: 100%; border-radius: 5px; }
.screen-gallery figcaption b { color: white; }
.screen-gallery figcaption span { color: #a9bfba; }
.pairing-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 46px 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 16px; list-style: none; background: rgba(255, 255, 255, .04); }
.pairing-flow li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 25px; }
.pairing-flow li + li { border-left: 1px solid rgba(255, 255, 255, .12); }
.pairing-flow li > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.pairing-flow b, .pairing-flow small { display: block; }
.pairing-flow b { margin-bottom: 7px; font-size: 13px; }
.pairing-flow small { color: #a9bfba; font-size: 10px; line-height: 1.55; }
.screen-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dark-capability { padding: 25px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; background: rgba(255, 255, 255, .045); }
.dark-capability > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--gold); background: rgba(228, 200, 104, .1); font-weight: 800; }
.dark-capability h3 { margin: 17px 0 8px; font-size: 14px; }
.dark-capability p { margin: 0; color: #a9bfba; font-size: 11px; line-height: 1.65; }

.trust-section { background: var(--surface); }
.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.trust-copy { position: sticky; top: 120px; }
.trust-copy .trust-caveat { padding: 18px 20px; border-left: 3px solid var(--green-700); border-radius: 0 12px 12px 0; background: var(--green-50); color: #4f625d; font-size: 12px; }
.trust-cards { display: grid; gap: 14px; }
.trust-card { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 28px; border: 1px solid var(--border); border-radius: 17px; background: var(--canvas); }
.trust-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-size: 10px; font-weight: 800; }
.trust-card h3 { margin: 1px 0 8px; font-size: 17px; }
.trust-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.process-section { background: var(--warm); }
.center-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; min-height: 235px; padding: 28px; border: 1px solid #e2e2dc; border-radius: 17px; background: white; }
.process-grid li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 24px 0 10px; font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.cta-section { padding: 0 0 92px; background: var(--warm); }
.cta-card { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 60px; padding: 58px; border-radius: 25px; color: white; background: var(--green-800); box-shadow: 0 25px 65px rgba(15, 85, 72, .22); }
.section-label-light { color: #a8ded3; }
.cta-card h2 { margin: 14px 0 12px; font-size: clamp(33px, 4vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.cta-card p { max-width: 650px; margin: 0; color: #d1e5e0; line-height: 1.7; }
.cta-actions { display: grid; gap: 15px; }
.button-light { color: var(--green-950); background: white; }
.cta-product-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-product-links a { padding: 13px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 11px; text-align: center; font-size: 12px; font-weight: 800; }
.cta-product-links a:hover { background: rgba(255, 255, 255, .1); }

footer { padding: 70px 0 25px; color: white; background: #091f1b; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 40px; height: 40px; }
.footer-grid > div:first-child p { max-width: 260px; margin-top: 18px; color: #91aaa4; font-size: 13px; line-height: 1.6; }
.footer-grid h2 { margin: 0 0 17px; color: #b9cec9; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: #8fa7a2; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 58px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .1); color: #718b85; font-size: 10px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { gap: 30px; }
  .hero-product { width: 225px; }
  .hero-admin { right: -4%; }
  .split-layout { gap: 55px; }
  .admin-gallery { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .admin-gallery figure:nth-child(4), .admin-gallery figure:nth-child(5) { grid-column: span 1; }
  .screen-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .nav-login, .nav-actions > .button { display: none; }
  .hero { min-height: 0; padding: 74px 0; }
  .hero-grid, .split-layout, .section-intro, .trust-layout, .cta-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { min-height: 500px; margin-top: 25px; }
  .section { padding: 82px 0; }
  .platform-line { gap: 15px; }
  .platform-line > span { display: none; }
  .feature-list { grid-template-columns: 1fr; }
  .section-intro { gap: 18px; align-items: start; }
  .admin-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-lead { grid-column: 1 / -1; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-gallery { grid-template-columns: 1fr; }
  .pairing-flow { grid-template-columns: 1fr; }
  .pairing-flow li + li { border-top: 1px solid rgba(255, 255, 255, .12); border-left: 0; }
  .trust-layout { gap: 45px; }
  .trust-copy { position: static; }
  .cta-card { gap: 34px; padding: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding: 53px 0 58px; }
  .hero h1 { font-size: 46px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .trust-list { display: grid; gap: 9px; }
  .hero-visual { min-height: 465px; margin-inline: -14px; }
  .hero-orbit { inset: 8% 3%; }
  .hero-hub { width: 156px; height: 156px; }
  .hero-hub img { width: 58px; height: 58px; }
  .hero-product { width: 205px; padding: 13px; }
  .hero-customer { top: 8px; left: 0; }
  .hero-admin { top: 124px; right: 0; }
  .hero-screen { bottom: 4px; left: 0; }
  .platform-line { justify-content: space-between; gap: 8px; font-size: 11px; }
  .platform-line i { display: none; }
  .section { padding: 68px 0; }
  .image-stage { min-height: 585px; }
  .phone-shot { width: 274px; }
  .stage-note { right: 8px; bottom: 25px; }
  .section-copy h2, .section-intro h2, .center-heading h2, .trust-copy h2 { font-size: 36px; }
  .admin-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 9px; }
  .admin-gallery figure { min-width: 82%; scroll-snap-align: start; }
  .screenshot-window { height: 440px; }
  .capability-grid, .screen-capability-grid, .process-grid { grid-template-columns: 1fr; }
  .capability, .dark-capability { padding: 23px; }
  .pairing-flow li { padding: 21px; }
  .trust-card { padding: 22px; }
  .cta-section { padding-bottom: 60px; }
  .cta-card { width: calc(100% - 28px); padding: 36px 25px; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
