:root {
  --ink: #15221c;
  --ink-soft: #33433b;
  --muted: #63736a;
  --line: #dbe8e0;
  --paper: #f5faf7;
  --paper-deep: #eaf5ee;
  --white: #fff;
  --green: #00a95c;
  --green-deep: #007d47;
  --green-dark: #005d36;
  --mint: #dff5e9;
  --shadow: 0 26px 75px rgba(18, 54, 35, .11);
  --shadow-soft: 0 14px 36px rgba(18, 54, 35, .08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 50; top: -60px; left: 16px; padding: 10px 16px; color: #fff; background: var(--green-deep); border-radius: 0 0 10px 10px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.topline { color: #416052; background: var(--paper); border-bottom: 1px solid #e3eee7; font-size: .74rem; letter-spacing: .02em; }
.topline-inner { min-height: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline a { color: var(--green-deep); font-weight: 700; text-decoration: none; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(218,232,223,.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 178px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 2.4vw, 34px); }
.main-nav > a { color: var(--ink-soft); font-size: .86rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.main-nav > a:hover { color: var(--green-deep); }
.main-nav .nav-cta { padding: 12px 17px; color: #fff; background: var(--ink); border-radius: 12px; }
.main-nav .nav-cta:hover { color: #fff; background: var(--green-deep); }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 99px; }

main { overflow: clip; }
.hero { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(38px, 6vw, 84px); align-items: center; padding-block: 70px 84px; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 9px; color: var(--green-deep); font-size: .71rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; display: inline-block; border-radius: 99px; background: var(--green); }
h1, h2, h3 { letter-spacing: -.045em; }
h1, h2 { line-height: 1.02; }
h1 { max-width: 670px; margin: 0; font-size: clamp(3.3rem, 6vw, 6.35rem); font-weight: 780; }
h1 em { color: var(--green); font-style: normal; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.1vw, 4.5rem); font-weight: 760; }
h3 { margin: 0; line-height: 1.14; }
.hero-title { position: relative; max-width: 700px; }
.hero-title-line { display: block; }
.hero-title-line-dynamic { min-height: 1.05em; transition: opacity .22s ease, transform .42s cubic-bezier(.2,.8,.2,1), filter .42s ease; }
.hero-title-line-dynamic.is-transitioning { opacity: 0; transform: translateY(14px); filter: blur(8px); }
.hero-context { max-width: 570px; margin-top: 25px; padding: 15px 18px 14px; border-left: 3px solid var(--green); background: linear-gradient(100deg, rgba(223,245,233,.82), rgba(255,255,255,0)); }
.hero-context-meta { display: flex; align-items: center; gap: 11px; color: var(--green-deep); font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-context-meta span:first-child { color: #7aa28d; }
.hero-context strong { display: block; margin-top: 5px; font-size: 1.03rem; letter-spacing: -.02em; }
.hero-context small { display: block; margin-top: 2px; color: var(--muted); font-size: .76rem; }
.hero-context-progress { height: 2px; margin-top: 13px; overflow: hidden; background: #cbe7d6; }
.hero-context-progress i { display: block; width: 100%; height: 100%; transform-origin: left; background: var(--green); }
.hero-context-progress.is-running i { animation: hero-progress-fill 6.5s linear both; }
.hero-context-progress.is-paused i { animation-play-state: paused; }
.hero-lead { max-width: 600px; margin: 26px 0 30px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.hero-lead { transition: opacity .22s ease, transform .42s cubic-bezier(.2,.8,.2,1), filter .42s ease; }
.hero-lead.is-transitioning { opacity: 0; transform: translateY(8px); filter: blur(5px); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; font-weight: 780; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 13px 30px rgba(0, 169, 92, .23); }
.button-primary:hover { background: var(--green-deep); box-shadow: 0 15px 34px rgba(0, 125, 71, .28); }
.button-quiet { color: var(--ink-soft); background: #fff; border-color: var(--line); }
.button-quiet:hover { border-color: #a7d6b9; background: var(--paper); }
.button-light { color: var(--ink); background: #fff; }
.hero-proof { max-width: 650px; margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-proof span { padding: 16px 14px 0 0; color: var(--muted); font-size: .72rem; }
.hero-proof span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .92rem; }
.hero-visual { position: relative; min-height: clamp(540px, 47vw, 650px); isolation: isolate; --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 50%; }
.hero-slider { position: absolute; inset: 0 20px 0 0; overflow: hidden; border-radius: 30px; background: #dfece5; box-shadow: var(--shadow); transform: perspective(1200px) rotate(1.6deg) rotateY(var(--tilt-x)) rotateX(var(--tilt-y)); transform-style: preserve-3d; transition: transform .22s ease; }
.hero-slider:focus-visible { outline: 3px solid rgba(0,169,92,.45); outline-offset: 5px; }
.hero-slider::before { position: absolute; z-index: 2; inset: 0; content: ""; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(214,255,226,.22), transparent 31%); mix-blend-mode: screen; pointer-events: none; }
.hero-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; transform: scale(1.045); transition: opacity .7s ease, transform 1.15s cubic-bezier(.2,.72,.2,1); pointer-events: none; }
.hero-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(3,24,15,.02) 23%, rgba(3,24,15,.67) 100%); pointer-events: none; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide.is-active img { animation: hero-image-drift 8s ease-in-out both; }
.hero-slide-caption { position: absolute; z-index: 1; right: 26px; bottom: 76px; left: 26px; max-width: 390px; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.23); }
.hero-slide.is-active .hero-slide-caption { animation: hero-caption-in .68s .08s both; }
.hero-slide-caption span { display: block; margin-bottom: 9px; color: #b6f2c8; font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-slide-caption strong { display: block; max-width: 370px; font-size: clamp(1.45rem, 2.7vw, 2.6rem); line-height: 1.04; letter-spacing: -.045em; }
.hero-slide-caption small { display: block; max-width: 340px; margin-top: 9px; color: #e0f1e5; font-size: .78rem; }
.hero-slide-caption a { display: inline-flex; align-items: center; gap: 6px; margin-top: 17px; padding: 8px 11px; color: var(--ink); background: #fff; border-radius: 9px; font-size: .7rem; font-weight: 850; text-decoration: none; text-shadow: none; transition: transform .2s ease, background .2s ease; }
.hero-slide-caption a:hover { transform: translateY(-2px); background: #dff5e9; }
.hero-slider-controls { position: absolute; z-index: 3; right: 23px; bottom: 21px; left: 23px; display: flex; align-items: center; justify-content: space-between; gap: 13px; }
.hero-slider-arrow { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(11,38,25,.42); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.hero-slider-arrow:hover { background: rgba(0,125,71,.82); transform: scale(1.06); }
.hero-slider-dots { display: flex; align-items: center; gap: 7px; }
.hero-slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dot.is-active { width: 24px; border-radius: 99px; background: var(--green); }
.hero-slider-progress { position: absolute; z-index: 3; right: 23px; bottom: 58px; left: 23px; height: 2px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.35); pointer-events: none; }
.hero-slider-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--green); }
.hero-slider-progress.is-running span { animation: hero-progress-fill 6.5s linear both; }
.hero-slider-progress.is-paused span { animation-play-state: paused; }
.hero-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 14px 32px rgba(14,40,25,.18); }
.hero-note b { display: block; font-size: .82rem; }
.hero-note small { display: block; color: var(--muted); font-size: .69rem; }
.hero-note-top { top: 44px; left: -26px; }
.hero-note-bottom { right: -4px; bottom: 38px; flex-direction: column; align-items: flex-start; gap: 2px; color: #fff; background: var(--ink); border-color: var(--ink); }
.hero-note-bottom span { color: #a9c6b5; font-size: .67rem; }
.note-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px #dff5e9; }
.hero-float-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; padding: 9px 11px; color: var(--ink); border: 1px solid rgba(202,231,211,.95); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 13px 30px rgba(14,40,25,.15); pointer-events: none; transform: translate3d(var(--chip-x, 0px), var(--chip-y, 0px), 0); transition: transform .18s ease; }
.hero-float-chip b { color: var(--green-deep); font-size: .61rem; letter-spacing: .11em; }
.hero-float-chip small { color: var(--muted); font-size: .63rem; white-space: nowrap; }
.hero-float-chip-live { top: 102px; right: -24px; }
.hero-float-chip-stack { top: 170px; left: -37px; flex-direction: column; align-items: flex-start; gap: 1px; }
.chip-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--mint); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid #c8e6d3; border-radius: 50%; }
.orbit-one { width: 125px; height: 125px; top: -26px; right: -29px; }
.orbit-two { width: 185px; height: 185px; bottom: -58px; left: -60px; }

@keyframes hero-image-drift {
  from { transform: scale(1.04) translate3d(-1.1%, -0.7%, 0); }
  to { transform: scale(1.09) translate3d(1.1%, 0.7%, 0); }
}
@keyframes hero-caption-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-progress-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.bikey-cells { position: fixed; z-index: 10; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.bikey-cells.is-active { opacity: 1; }
.bikey-cell { position: absolute; width: 44px; height: 44px; opacity: 0; will-change: transform, opacity; contain: layout style paint; transition: opacity .38s ease; }
.bikey-cell.is-visible { opacity: 1; }
.bikey-cell-ring { position: absolute; inset: 1px; overflow: hidden; border: 1px solid rgba(0,125,71,.42); border-radius: 50%; background: rgba(255,255,255,.24); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4), 0 10px 28px rgba(0,93,54,.16); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); clip-path: circle(50%); }
.bikey-cell-ring::after { position: absolute; inset: 8px; content: ""; border: 1px solid rgba(0,169,92,.34); border-radius: 50%; }
.bikey-cell-mark { position: absolute; top: 10px; left: 10px; width: 24px; height: 24px; overflow: hidden; border: 1px solid rgba(0,93,54,.32); border-radius: 50%; background: radial-gradient(circle at 31% 25%, rgba(196,248,212,.68) 0 8%, rgba(66,217,129,.7) 20%, rgba(0,169,92,.72) 48%, rgba(0,131,72,.72) 76%, rgba(0,93,54,.76) 100%); box-shadow: inset -4px -5px 7px rgba(0,74,43,.2), inset 3px 3px 5px rgba(255,255,255,.24), 0 3px 8px rgba(0,93,54,.22); clip-path: circle(50%); }
.bikey-cell-mark::after { position: absolute; top: 4px; left: 5px; width: 6px; height: 4px; content: ""; border-radius: 50%; background: rgba(255,255,255,.65); filter: blur(1px); transform: rotate(-22deg); }
.bikey-cell-label { position: absolute; z-index: 1; padding: 7px 10px 7px 9px; color: #effff4; border: 1px solid rgba(143,224,169,.58); border-radius: 8px; background: rgba(21,34,28,.94); box-shadow: 0 10px 25px rgba(18,54,35,.2); font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; opacity: 0; transform: translate3d(var(--label-x, 0px), var(--label-y, 0px), 0) translate(-50%, -50%) scale(.74); transition: opacity .22s ease, transform .34s cubic-bezier(.2,.8,.2,1); }
.bikey-cell-label::before { display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; content: ""; border-radius: 1px; background: var(--green); box-shadow: 0 0 0 3px rgba(0,169,92,.16); }
.bikey-cell-label.is-visible { opacity: 1; transform: translate3d(var(--label-x, 0px), var(--label-y, 0px), 0) translate(-50%, -50%) scale(1); }
.bikey-cell-label.is-leaving { opacity: 0; transform: translate3d(var(--label-x, 0px), var(--label-y, 0px), 0) translate(-50%, -62%) scale(.82); }

.signal-band { border-block: 1px solid var(--line); background: var(--paper); }
.signal-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #547265; font-size: .8rem; font-weight: 780; letter-spacing: .06em; }
.signal-inner span { white-space: nowrap; }

.funnel-section { padding-block: 102px; border-bottom: 1px solid var(--line); background: #fff; }
.funnel-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.funnel-copy h2 { max-width: 540px; }
.funnel-copy > p:not(.eyebrow):not(.funnel-note) { max-width: 520px; margin: 23px 0 28px; color: var(--muted); }
.funnel-note { max-width: 390px; margin: 22px 0 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .76rem; }
.funnel-note .note-dot { flex: 0 0 auto; width: 8px; height: 8px; box-shadow: 0 0 0 5px var(--mint); }
.funnel-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.funnel-step { min-height: 265px; padding: 22px 20px 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, var(--paper)); box-shadow: 0 8px 22px rgba(26,59,40,.045); }
.funnel-step > span { color: #78a58c; font-size: .68rem; font-weight: 850; letter-spacing: .11em; }
.funnel-step-mark { width: 38px; height: 38px; margin: 20px 0 16px; display: grid; place-items: center; color: var(--green-deep); border: 1px solid #b9dfc7; border-radius: 11px; background: var(--mint); font-size: 1.12rem; font-weight: 850; }
.funnel-step h3 { margin-bottom: 9px; font-size: 1.18rem; }
.funnel-step p { margin: 0 0 18px; color: var(--muted); font-size: .79rem; line-height: 1.5; }
.funnel-step a { margin-top: auto; color: var(--green-deep); font-size: .74rem; font-weight: 850; text-decoration: none; }
.funnel-step a b { margin-left: 4px; }
.funnel-step:first-child { color: #fff; background: var(--ink); border-color: var(--ink); }
.funnel-step:first-child > span { color: #7fb496; }
.funnel-step:first-child p { color: #b8cdbf; }
.funnel-step:first-child .funnel-step-mark { color: var(--ink); background: var(--green); border-color: var(--green); }
.funnel-step:first-child a { color: #8fe0a9; }

.ai-product-section { padding: 118px 0 110px; border-block: 1px solid var(--line); background: linear-gradient(180deg, #eef8f2 0%, #fff 72%); }
.ai-product-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.ai-product-copy h2 { max-width: 570px; }
.ai-lead { max-width: 570px; margin: 23px 0 21px; color: var(--muted); font-size: 1rem; }
.ai-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ai-pill-row span { padding: 7px 10px; color: var(--green-deep); border: 1px solid #b9dfc7; border-radius: 99px; background: rgba(255,255,255,.78); font-size: .68rem; font-weight: 800; }
.ai-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.ai-console { overflow: hidden; border: 1px solid #29473a; border-radius: 22px; color: #dcefe3; background: #13231c; box-shadow: 0 25px 60px rgba(18,54,35,.18); }
.ai-console-top { min-height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #29473a; color: #9fbcab; font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.ai-console-top > span:nth-child(2) { flex: 1; }
.ai-console-top b { color: #7ee29e; font-size: .58rem; }
.console-dots { display: flex; gap: 5px; }
.console-dots i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #406153; }
.console-dots i:first-child { background: #7ee29e; }
.ai-console-body { min-height: 272px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 18px; padding: 22px 20px 18px; }
.console-label { display: block; margin-bottom: 12px; color: #779889; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.agent-list { min-width: 0; }
.agent-item { width: 100%; min-height: 42px; margin-bottom: 8px; padding: 9px 10px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; color: #c1d5c8; border: 1px solid transparent; border-radius: 10px; background: transparent; font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.agent-item:hover { transform: translateX(3px); border-color: #365a47; }
.agent-item.is-selected { color: #fff; border-color: #42795a; background: #1d3b2d; }
.agent-item i { width: 23px; height: 23px; display: grid; place-items: center; color: #8fe0a9; border: 1px solid #3b6f51; border-radius: 7px; font-size: .72rem; font-style: normal; }
.agent-item span { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.agent-item b { color: #73c78e; font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.ai-flow { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 7px; }
.flow-node { width: 86px; min-height: 78px; padding: 12px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #3d7354; border-radius: 14px; background: #1b382b; text-align: center; }
.flow-node span { color: #fff; font-size: .8rem; font-weight: 850; }
.flow-node b { color: #8fbaa0; font-size: .57rem; font-weight: 700; }
.flow-sap { border-color: #7ec493; background: linear-gradient(145deg, #27523c, #1a3429); }
.flow-agent { border-color: #71d994; box-shadow: 0 0 0 5px rgba(113,217,148,.08); }
.flow-llm { border-color: #638da0; background: #203945; }
.flow-line { flex: 1; min-width: 18px; height: 1px; position: relative; background: #4d8c66; }
.flow-line i { width: 4px; height: 4px; position: absolute; top: -2px; border-radius: 50%; background: #91e6ab; animation: ai-flow-pulse 2.2s linear infinite; }
.flow-line i:nth-child(1) { left: 5%; }
.flow-line i:nth-child(2) { left: 45%; animation-delay: .7s; }
.flow-line i:nth-child(3) { left: 85%; animation-delay: 1.4s; }
@keyframes ai-flow-pulse { 0% { opacity: .2; transform: translateX(-5px); } 50% { opacity: 1; } 100% { opacity: .2; transform: translateX(5px); } }
.llm-row { min-height: 48px; padding: 0 20px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #29473a; }
.llm-row span { padding: 5px 8px; color: #a8c8b4; border: 1px solid #355846; border-radius: 7px; font-size: .59rem; font-weight: 800; }
.ai-use-cases { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #cce3d4; background: #cce3d4; }
.ai-use-case { min-height: 195px; padding: 22px 20px; background: rgba(255,255,255,.82); }
.ai-use-case > span { color: var(--green-deep); font-size: .67rem; font-weight: 850; letter-spacing: .1em; }
.ai-use-case h3 { margin: 24px 0 8px; font-size: 1.08rem; }
.ai-use-case p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.ai-strategy { margin-top: 58px; padding: 26px 28px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 35px; align-items: center; border: 1px solid #c5dfce; border-radius: 20px; background: #fff; }
.ai-strategy .eyebrow { margin-bottom: 10px; }
.ai-strategy h3 { margin: 0; font-size: 1.45rem; }
.ai-strategy ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; }
.ai-strategy li { min-width: 0; }
.ai-strategy li > span { display: block; margin-bottom: 11px; color: var(--green-deep); font-size: .65rem; font-weight: 850; }
.ai-strategy li b, .ai-strategy li small { display: block; }
.ai-strategy li b { margin-bottom: 4px; font-size: .78rem; }
.ai-strategy li small { color: var(--muted); font-size: .68rem; line-height: 1.4; }
.service-card-ai { border-color: #99d1ae; background: linear-gradient(145deg, #f0fbf4, #fff); }
.service-card-ai .service-icon { color: #fff; border-color: var(--green-deep); background: var(--green-deep); font-family: inherit; font-size: .74rem; }

.section { padding-block: 125px; }
.section-head { margin-bottom: 44px; display: grid; grid-template-columns: 1.16fr .84fr; gap: 70px; align-items: end; }
.section-intro { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.service-card { position: relative; min-height: 390px; padding: 22px 21px 21px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(26,59,40,.045); text-decoration: none; transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .22s ease, box-shadow .28s ease; }
.service-card::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(255,255,255,.04) 18%, rgba(255,255,255,.22) 34%, rgba(255,255,255,.78) 51%, rgba(255,255,255,.97) 68%, #fff 100%); pointer-events: none; }
.service-card:hover { transform: translateY(-7px); border-color: #9dceb1; box-shadow: var(--shadow-soft); }
.service-card-featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-card-featured::before { background: linear-gradient(180deg, rgba(21,34,28,.04) 18%, rgba(21,34,28,.24) 34%, rgba(21,34,28,.76) 52%, rgba(21,34,28,.95) 70%, var(--ink) 100%); }
.service-card-featured p, .service-card-featured .card-link, .service-card-featured .service-index { color: #b2cabe; }
.service-card-art { position: absolute; z-index: 0; inset: 0; height: auto; margin: 0; overflow: hidden; border-bottom: 0; background: #f4f9f6; isolation: isolate; }
.service-card-art::before { position: absolute; z-index: 1; width: 78px; height: 78px; right: -18px; bottom: -35px; content: ""; border: 1px dashed rgba(0,125,71,.36); border-radius: 50%; transition: transform .55s ease, border-color .3s ease; pointer-events: none; }
.service-card-art::after { position: absolute; z-index: 1; inset: 0; content: ""; background: radial-gradient(circle at 76% 22%, rgba(0,169,92,.13), transparent 27%); pointer-events: none; }
.service-card-art img { width: 100%; height: 100%; padding: 0; object-fit: contain; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.service-card:hover .service-card-art img { transform: scale(1.08) rotate(1.2deg); filter: saturate(1.08); }
.service-card:hover .service-card-art::before { transform: rotate(32deg) scale(1.22); border-color: rgba(0,169,92,.7); }
.service-card-featured .service-card-art { border-bottom-color: #31533f; background: #1b382b; }
.service-card-featured .service-card-art::after { background: radial-gradient(circle at 75% 20%, rgba(99,233,144,.22), transparent 30%); }
.service-card-featured .service-card-art::before { border-color: rgba(116,217,143,.42); }
.service-card:nth-child(3) .service-card-art { background: #f3f7fb; }
.service-card:nth-child(4) .service-card-art { background: #f5f6fc; }
.service-card:nth-child(7) .service-card-art { background: #fff9ef; }
.service-card:nth-child(8) .service-card-art { background: #f4f7fc; }
.service-card > :not(.service-card-art) { position: relative; z-index: 2; }
.service-index { width: max-content; display: inline-flex; padding: 5px 8px; color: var(--green-deep); border: 1px solid rgba(159,213,177,.78); border-radius: 99px; background: rgba(255,255,255,.78); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); font-size: .64rem; font-weight: 850; letter-spacing: .12em; }
.service-card-featured .service-index { border-color: rgba(143,224,169,.35); background: rgba(12,44,28,.58); }
.service-icon { width: 39px; height: 39px; margin: 13px 0 14px; display: grid; place-items: center; color: var(--green-deep); border: 1px solid #c8e4d1; border-radius: 11px; background: var(--mint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.08rem; font-weight: 800; }
.service-card-featured .service-icon { color: var(--ink); background: var(--green); border-color: var(--green); }
.service-card h3 { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; font-size: 1.25rem; }
.service-card p { margin: 10px 0 13px; padding: 0; border: 0; color: var(--muted); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; font-size: .83rem; line-height: 1.5; }
.service-card .card-link { width: max-content; margin-top: 0; padding: 0; border: 0; border-radius: 0; color: var(--green-deep); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; font-size: .74rem; font-weight: 800; }
.service-card-featured h3 { color: #fff; }
.service-card-featured p { color: #d4eadb; }
.service-card-featured .card-link { color: #effff4; }

.route-section { color: var(--ink); background: var(--paper); }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.route-card { overflow: hidden; border: 1px solid #cfe3d6; border-radius: 22px; background: #fff; text-decoration: none; box-shadow: 0 8px 20px rgba(20,60,38,.05); transition: transform .22s ease, box-shadow .22s ease; }
.route-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.route-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.route-card > div { padding: 20px 21px 21px; }
.route-card span { color: var(--green-deep); font-size: .67rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.route-card h3 { margin: 6px 0 13px; font-size: 1.35rem; }
.route-card b { color: var(--muted); font-size: .75rem; }

.method-section { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(48px, 8vw, 116px); align-items: center; }
.method-visual { position: relative; min-height: 590px; }
.method-visual > img { width: 100%; height: 590px; object-fit: cover; object-position: 57% center; border-radius: 28px; box-shadow: var(--shadow); }
.method-caption { position: absolute; right: -24px; bottom: 34px; max-width: 250px; padding: 19px; color: #fff; background: var(--ink); border-radius: 16px; box-shadow: var(--shadow-soft); }
.method-caption span { display: block; margin-bottom: 20px; color: #7ba892; font-size: .7rem; font-weight: 800; }
.method-caption b { display: block; margin-bottom: 4px; font-size: 1rem; }
.method-caption small { display: block; color: #b7d0c0; font-size: .73rem; }
.method-copy > p:not(.eyebrow) { max-width: 550px; margin: 22px 0 28px; color: var(--muted); }
.method-list { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--green-deep); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.method-list b, .method-list small { display: block; }
.method-list b { margin-bottom: 3px; font-size: .95rem; }
.method-list small { color: var(--muted); font-size: .79rem; }
.text-link { color: var(--green-deep); font-size: .83rem; font-weight: 800; text-decoration: none; }

.trust-strip { padding-block: 70px; border-block: 1px solid var(--line); background: var(--paper); }
.trust-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.trust-intro h2 { max-width: 400px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.7rem); }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.trust-points article { min-height: 155px; padding: 20px 18px; background: #fff; }
.trust-points article > span { color: var(--green-deep); font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.trust-points h3 { margin: 22px 0 7px; font-size: 1rem; }
.trust-points p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.48; }

.values-section { color: #fff; background: var(--ink); }
.values-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.values-section .eyebrow { color: #8fc5a4; }
.values-section h2 { max-width: 520px; }
.values-lead { max-width: 450px; margin: 28px 0 0; color: #b8cdbf; font-size: .98rem; }
.value-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid #315343; background: #315343; }
.value-cards article { min-height: 170px; padding: 22px; background: var(--ink); }
.value-cards article > span { color: #75ae8e; font-size: .69rem; font-weight: 800; }
.value-cards h3 { margin: 22px 0 7px; color: #fff; font-size: 1.12rem; }
.value-cards p { margin: 0; color: #b8cdbf; font-size: .79rem; }

.resources-section { padding-bottom: 110px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-grid a { min-height: 245px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, var(--paper)); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.resource-grid a:hover { transform: translateY(-4px); border-color: #99cdaa; }
.resource-grid span { color: var(--green-deep); font-size: .69rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.resource-grid h3 { max-width: 330px; margin: 40px 0 20px; font-size: 1.25rem; }
.resource-grid b { margin-top: auto; color: var(--green-deep); font-size: .76rem; }

.cta-section { padding: 26px 0 115px; background: var(--white); }
.cta-card { padding: clamp(30px, 5vw, 64px); display: grid; grid-template-columns: 1.22fr .78fr; gap: 60px; align-items: center; border-radius: 28px; color: #fff; background: linear-gradient(115deg, var(--green-deep), #0b9b61 60%, #17b36f); box-shadow: 0 22px 58px rgba(0, 105, 57, .22); }
.cta-card .eyebrow { color: #c3ead0; }
.cta-card h2 { max-width: 720px; }
.cta-card p:not(.eyebrow) { max-width: 600px; margin: 20px 0 0; color: #d5f0df; }
.cta-actions { justify-content: flex-end; }
.cta-actions small { width: 100%; color: #c3ead0; font-size: .72rem; text-align: right; }
.cta-actions small a { color: #fff; font-weight: 800; }

.site-footer { color: #c0d1c6; background: #122019; }
.footer-grid { padding-block: 62px 48px; display: grid; grid-template-columns: 1.55fr .7fr 1fr; gap: 70px; }
.footer-logo { width: 165px; height: auto; margin-bottom: 16px; filter: brightness(0) invert(1) opacity(.9); }
.footer-grid p { max-width: 260px; margin: 0; color: #9eb7a7; font-size: .82rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid b { margin-bottom: 7px; color: #fff; font-size: .78rem; }
.footer-grid a, .footer-grid span { color: #9eb7a7; font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: #8de1aa; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; gap: 24px; border-top: 1px solid #2d4035; color: #7f9b89; font-size: .69rem; }
.footer-bottom a { color: #9eb7a7; text-decoration: none; }
.footer-bottom a:first-of-type { margin-left: auto; }

:focus-visible { outline: 3px solid rgba(0, 169, 92, .35); outline-offset: 3px; }
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
  .hero-visual { min-height: 490px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .values-grid { gap: 55px; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 620px); }
  .topline-inner { justify-content: center; }
  .topline-inner > span { display: none; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 15px 17px 20px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 14px 25px rgba(20,50,33,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 7px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-block: 62px 65px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; min-height: min(490px, 72vw); }
  .hero-slider { inset: 0 11px 0 0; }
  .hero-context { margin-top: 20px; }
  .hero-note-top { top: 22px; left: 12px; }
  .hero-note-bottom { right: 0; bottom: 20px; }
  .hero-float-chip-live { right: -2px; }
  .hero-float-chip-stack { left: 4px; }
  .funnel-section { padding-block: 78px; }
  .funnel-layout { grid-template-columns: 1fr; gap: 42px; }
  .ai-product-section { padding-block: 82px 78px; }
  .ai-product-grid { grid-template-columns: 1fr; gap: 42px; }
  .ai-use-cases { grid-template-columns: repeat(2, 1fr); }
  .ai-strategy { grid-template-columns: 1fr; gap: 28px; }
  .section { padding-block: 88px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .section-intro { max-width: 580px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: 1 / -1; width: calc(50% - 7.5px); justify-self: center; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .method-section { grid-template-columns: 1fr; gap: 48px; }
  .method-visual { min-height: min(600px, 82vw); }
  .method-visual > img { height: min(600px, 82vw); }
  .trust-layout { grid-template-columns: 1fr; gap: 32px; }
  .values-grid { grid-template-columns: 1fr; gap: 42px; }
  .cta-card { grid-template-columns: 1fr; gap: 32px; }
  .cta-actions { justify-content: flex-start; }
  .cta-actions small { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; gap: 10px 20px; padding-block: 18px; }
  .footer-bottom a:first-of-type { margin-left: 0; }
}
@media (max-width: 520px) {
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof span + span { padding-left: 0; border-left: 0; }
  .hero-slide-caption { right: 18px; bottom: 68px; left: 18px; }
  .hero-slide-caption strong { font-size: 1.45rem; }
  .hero-slide-caption small { font-size: .72rem; }
  .hero-slider-controls { right: 16px; bottom: 15px; left: 16px; }
  .hero-slider-progress { right: 16px; bottom: 51px; left: 16px; }
  .hero-float-chip { display: none; }
  .ai-product-section { padding-block: 72px 68px; }
  .ai-console-body { grid-template-columns: 1fr; }
  .ai-flow { padding-top: 10px; }
  .ai-use-cases, .ai-strategy ol { grid-template-columns: 1fr; }
  .ai-use-case { min-height: 0; }
  .ai-strategy { padding: 22px 20px; }
  .signal-inner { min-height: 70px; justify-content: flex-start; overflow: hidden; flex-wrap: nowrap; gap: 18px; font-size: .71rem; }
  .signal-inner span:nth-child(n+5) { display: none; }
  .service-grid, .route-grid, .resource-grid, .funnel-steps { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .service-card-art { height: auto; }
  .service-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .method-visual { min-height: 430px; }
  .method-visual > img { height: 430px; }
  .method-caption { right: 8px; bottom: 15px; }
  .value-cards { grid-template-columns: 1fr; }
  .value-cards article { min-height: 140px; }
  .trust-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}
@media (pointer: coarse) {
  .bikey-cells { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .bikey-cells { display: none; }
}
