:root {
    --landing-ink: #12231b;
    --landing-deep: #0b2017;
    --landing-forest: #123c2a;
    --landing-lime: #c6ed63;
    --landing-mint: #43d493;
    --landing-paper: #f1f3e9;
    --landing-line: rgba(18, 35, 27, .16);
    --landing-soft: #dce7d2;
}

.landing-body { background: var(--landing-paper); color: var(--landing-ink); }
.landing-page { overflow: hidden; background: var(--landing-paper); }
.landing-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.landing-nav { display: flex; align-items: center; justify-content: space-between; min-height: 90px; gap: 26px; }
.landing-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--landing-deep); }
.landing-brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px 9px 9px 2px; background: var(--landing-deep); color: var(--landing-lime); }
.landing-brand-mark svg { width: 24px; height: 24px; fill: currentColor; }
.landing-brand-copy strong, .landing-brand-copy small { display: block; }
.landing-brand-copy strong { font-size: 14px; letter-spacing: -.045em; }
.landing-brand-copy small { margin-top: 3px; color: #4c6353; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.landing-nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); margin-left: auto; color: #586b5d; font-size: 12px; font-weight: 700; }
.landing-nav-links a, .landing-text-link, .landing-feature-link { transition: color .2s ease; }
.landing-nav-links a:hover, .landing-text-link:hover { color: var(--landing-deep); }
.landing-nav-cta { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 17px; border: 1px solid var(--landing-line); border-radius: 999px; color: var(--landing-deep); font-size: 12px; font-weight: 800; }
.landing-nav-cta span { color: var(--landing-forest); font-size: 16px; }
.landing-nav-cta:hover { border-color: var(--landing-deep); background: var(--landing-deep); color: #fff; }
.landing-hero { display: grid; grid-template-columns: minmax(0, .91fr) minmax(470px, 1.09fr); align-items: center; gap: clamp(36px, 7vw, 104px); min-height: 690px; padding: 74px 0 102px; }
.hero-copy { position: relative; z-index: 1; }
.hero-kicker, .section-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #3f6250; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--landing-mint); box-shadow: 0 0 0 5px rgba(67, 212, 147, .17); }
.hero-copy h1 { max-width: 620px; margin: 0; color: var(--landing-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.1vw, 84px); font-weight: 500; letter-spacing: -.075em; line-height: .95; }
.hero-lead { max-width: 470px; margin: 28px 0 0; color: #4c6252; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 51px; padding: 0 21px; border-radius: 2px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.landing-button span { font-size: 16px; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button-primary { background: var(--landing-deep); color: #fff; box-shadow: 6px 6px 0 var(--landing-lime); }
.landing-button-primary:hover { background: var(--landing-forest); }
.landing-button-dark { background: var(--landing-deep); color: #fff; }
.landing-button-dark:hover { background: var(--landing-forest); }
.landing-text-link { color: var(--landing-deep); font-size: 12px; font-weight: 800; }
.landing-text-link span { margin-left: 8px; color: #65806d; font-size: 16px; }
.hero-assurance { display: flex; align-items: center; gap: 10px; margin-top: 46px; color: #53695a; font-size: 10px; font-weight: 700; }
.assurance-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--landing-lime); color: var(--landing-deep); font-size: 11px; }
.assurance-divider { width: 1px; height: 14px; margin: 0 5px; background: #b8c9b5; }
.hero-stage { position: relative; min-height: 530px; isolation: isolate; }
.stage-grid { position: absolute; inset: 12% 0 5% 5%; background-image: linear-gradient(rgba(18, 60, 42, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 60, 42, .09) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(135deg, black 10%, transparent 82%); }
.stage-orbit { position: absolute; border: 1px solid rgba(18, 60, 42, .18); border-radius: 50%; transform: rotate(-23deg); }
.stage-orbit-one { width: 570px; height: 260px; top: 18%; left: 2%; }
.stage-orbit-two { width: 500px; height: 215px; top: 30%; left: 12%; border-color: rgba(67, 212, 147, .45); }
.license-console { position: absolute; z-index: 2; top: 9%; right: 5%; width: min(100%, 470px); padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(16, 50, 35, .98); color: #f0f5e8; box-shadow: 24px 28px 0 rgba(18, 60, 42, .12), 0 28px 70px rgba(22, 58, 39, .22); transform: rotate(2.6deg); }
.console-head, .console-metric, .console-list-head, .console-row, .console-key { display: flex; align-items: center; justify-content: space-between; }
.console-overline { display: block; margin-bottom: 7px; color: #91b69b; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.console-head strong { font-size: 18px; letter-spacing: -.045em; }
.console-status { display: inline-flex; align-items: center; gap: 6px; color: var(--landing-lime); font-size: 10px; font-weight: 800; }
.console-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-lime); box-shadow: 0 0 0 4px rgba(198, 237, 99, .13); }
.console-metric { align-items: end; gap: 8px; margin-top: 30px; }
.console-metric strong { font-size: 43px; letter-spacing: -.07em; line-height: .8; }
.console-metric span { margin-right: auto; color: #9bb5a2; font-size: 10px; }
.console-metric b { color: var(--landing-mint); font-size: 10px; }
.console-chart { display: flex; align-items: end; gap: 9px; height: 86px; margin-top: 22px; padding-top: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.console-chart span { flex: 1; min-width: 5px; background: linear-gradient(to top, var(--landing-mint), var(--landing-lime)); opacity: .8; }
.console-divider { height: 1px; margin: 25px 0 15px; background: rgba(255,255,255,.12); }
.console-list-head { color: #8eab97; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.console-list-head span:last-child { color: #b8d29f; }
.console-list { margin-top: 12px; }
.console-row { justify-content: start; gap: 10px; padding: 9px 0; }
.product-token { display: grid; place-items: center; width: 27px; height: 27px; color: var(--landing-deep); font-size: 8px; font-weight: 900; }
.product-token-green { background: var(--landing-mint); }
.product-token-yellow { background: var(--landing-lime); }
.console-row > span:nth-child(2) { display: block; margin-right: auto; }
.console-row strong, .console-row small { display: block; }
.console-row strong { font-size: 10px; }
.console-row small { margin-top: 3px; color: #88a592; font-size: 9px; }
.console-row b { color: var(--landing-mint); font-size: 9px; }
.console-key { gap: 9px; margin-top: 17px; padding: 11px 12px; background: rgba(0,0,0,.19); }
.console-key span { color: #8eab97; font-size: 9px; }
.console-key code { margin-left: auto; color: #dff6ae; font-family: Consolas, monospace; font-size: 9px; }
.stage-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: #fff; box-shadow: 10px 12px 0 rgba(18, 60, 42, .1); }
.stage-note strong, .stage-note small { display: block; }
.stage-note strong { color: var(--landing-deep); font-size: 11px; }
.stage-note small { margin-top: 3px; color: #53675a; font-size: 9px; }
.stage-note-top { top: 3%; right: 1%; }
.note-line { width: 22px; height: 2px; background: var(--landing-lime); }
.stage-note-bottom { right: 12%; bottom: 6%; }
.note-check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--landing-lime); color: var(--landing-deep); font-weight: 900; }
.landing-proof { border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); background: #e7ecde; }
.proof-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 24px; padding: 28px 0; }
.proof-intro, .proof-item { display: flex; align-items: start; gap: 13px; }
.proof-number { color: #93a895; font-size: 10px; font-weight: 900; }
.proof-intro strong { max-width: 270px; color: var(--landing-deep); font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 500; line-height: 1.25; }
.proof-icon { color: var(--landing-forest); font-size: 21px; line-height: 1; }
.proof-item strong, .proof-item small { display: block; }
.proof-item strong { color: var(--landing-deep); font-size: 11px; }
.proof-item small { margin-top: 5px; color: #5d6d61; font-size: 10px; line-height: 1.35; }
.landing-section { padding: 145px 0; }
.section-intro { max-width: 690px; }
.section-intro h2, .integration-copy h2, .landing-final h2 { margin: 0; color: var(--landing-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 64px); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.section-intro > p:last-child { max-width: 470px; margin: 27px 0 0; color: #4d6253; font-size: 15px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 56px; }
.feature-card { min-height: 340px; padding: 26px; border: 1px solid var(--landing-line); background: #edf1e6; }
.feature-card-dark { background: var(--landing-deep); color: #eff7e8; }
.feature-card-lime { background: var(--landing-lime); }
.feature-index { display: inline-block; color: #7d9180; font-size: 10px; font-weight: 900; }
.feature-card-dark .feature-index { color: #8cab98; }
.feature-symbol { float: right; color: var(--landing-forest); font-size: 30px; line-height: .7; }
.feature-card-dark .feature-symbol { color: var(--landing-lime); }
.feature-card h3 { max-width: 180px; margin: 91px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.feature-card p { max-width: 235px; margin: 0; color: #53665a; font-size: 12px; line-height: 1.55; }
.feature-card-dark p { color: #a9c2af; }
.feature-card a { display: inline-flex; align-items: center; gap: 12px; margin-top: 29px; color: var(--landing-deep); font-size: 11px; font-weight: 900; }
.feature-card-dark a { color: var(--landing-lime); }
.process-section { background: var(--landing-deep); color: #f0f6e9; }
.section-intro-inline { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.process-section .section-kicker { color: #9fc1a8; }
.process-section h2 { color: #f0f6e9; max-width: 570px; }
.section-intro-inline > p { max-width: 265px; margin: 0 0 4px; color: #a9c2af; font-size: 13px; line-height: 1.6; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 74px; border-top: 1px solid rgba(255,255,255,.18); }
.process-step { min-height: 220px; padding: 22px 35px 22px 0; border-right: 1px solid rgba(255,255,255,.18); }
.process-step + .process-step { padding-left: 35px; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--landing-lime); font-size: 10px; font-weight: 900; }
.process-step h3 { margin: 65px 0 9px; color: #f0f6e9; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; letter-spacing: -.05em; }
.process-step p { max-width: 235px; margin: 0; color: #9db7a5; font-size: 12px; line-height: 1.55; }
.integration-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 9vw, 130px); }
.integration-copy h2 { max-width: 480px; }
.integration-copy > p:not(.section-kicker) { max-width: 410px; margin: 24px 0 30px; color: #4d6253; font-size: 14px; line-height: 1.7; }
.integration-terminal { padding: 0 25px 27px; background: #142b20; box-shadow: 14px 16px 0 var(--landing-soft); }
.terminal-bar { display: flex; align-items: center; gap: 5px; height: 47px; border-bottom: 1px solid rgba(255,255,255,.14); }
.terminal-bar i { width: 7px; height: 7px; border-radius: 50%; background: #6d8775; }
.terminal-bar i:first-child { background: #f0a87d; }
.terminal-bar i:nth-child(2) { background: #d5e774; }
.terminal-bar span { margin-left: 11px; color: #8cae99; font: 10px Consolas, monospace; }
.integration-terminal pre { margin: 28px 0 0; overflow: auto; color: #e1f0df; font: 12px/2 Consolas, monospace; }
.integration-terminal code { color: inherit; font: inherit; }
.code-muted { color: #87ad95; }.code-key { color: #c6ed63; }.code-value { color: #e9b991; }.code-success { color: #62dda4; }
.landing-final { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 0; padding-bottom: 145px; }
.landing-final h2 { max-width: 560px; }
.landing-footer { display: flex; align-items: center; gap: 28px; min-height: 100px; border-top: 1px solid var(--landing-line); color: #536659; font-size: 10px; }
.landing-footer .landing-brand { margin-right: auto; }.landing-footer > p { margin: 0; }.landing-footer > span { color: #65766a; }
.landing-body a:focus-visible, .landing-body button:focus-visible { outline: 3px solid #398b61; outline-offset: 4px; }
@media (max-width: 900px) {
    .landing-hero { grid-template-columns: 1fr; padding-top: 54px; }
    .hero-copy { max-width: 690px; }.hero-stage { min-height: 530px; margin-top: 10px; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-intro { grid-column: 1 / -1; }
    .integration-section { grid-template-columns: 1fr; }.integration-copy { max-width: 650px; }
}
@media (max-width: 640px) {
    .landing-container { width: min(100% - 36px, 520px); }
    .landing-nav { min-height: 74px; }.landing-nav-links { display: none; }.landing-nav-cta { min-height: 37px; padding: 0 12px; font-size: 10px; }.landing-nav-cta span { display: none; }
    .landing-hero { min-height: 0; padding: 65px 0 80px; }.hero-copy h1 { font-size: clamp(45px, 14vw, 68px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }.landing-button { width: 100%; }.landing-text-link { text-align: center; }.hero-assurance { align-items: flex-start; flex-wrap: wrap; line-height: 1.5; }.assurance-divider { display: none; }
    .hero-stage { min-height: 425px; margin-inline: -8px; transform: scale(.94); transform-origin: top center; }.license-console { top: 12%; right: 0; padding: 20px; }.console-metric strong { font-size: 36px; }.stage-note-top { top: 1%; right: 0; }.stage-note-bottom { right: 1%; bottom: 3%; }.stage-orbit-one { width: 420px; }.stage-orbit-two { width: 370px; }
    .proof-grid, .feature-grid, .process-grid { grid-template-columns: 1fr; }.proof-grid { gap: 20px; padding: 25px 0; }.proof-intro { grid-column: auto; }.proof-item { border-top: 1px solid var(--landing-line); padding-top: 18px; }.landing-section { padding: 92px 0; }.section-intro h2, .integration-copy h2, .landing-final h2 { font-size: 46px; }.feature-grid { gap: 10px; margin-top: 38px; }.feature-card { min-height: 285px; }.feature-card h3 { margin-top: 64px; }.section-intro-inline { display: block; }.section-intro-inline > p { margin-top: 25px; }.process-grid { margin-top: 46px; }.process-step, .process-step + .process-step { min-height: 180px; padding: 21px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.process-step:last-child { border-bottom: 0; }.process-step h3 { margin-top: 35px; }.integration-terminal { padding-inline: 15px; overflow: hidden; }.integration-terminal pre { font-size: 9px; }.landing-final { align-items: stretch; flex-direction: column; padding-bottom: 92px; }.landing-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding: 28px 0; }.landing-footer .landing-brand { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .landing-button, .landing-nav-links a, .landing-text-link { transition: none; }
    .landing-button:hover { transform: none; }
}
