:root {
  --ink: #14211f;
  --ink-soft: #53615d;
  --paper: #f6f7f2;
  --white: #fffefa;
  --lime: #d7f36b;
  --lime-deep: #a6c928;
  --lavender: #d8d5ff;
  --line: #d9ded7;
  --dark: #182421;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.announcement { align-items: center; background: var(--lime); color: var(--ink); display: flex; font-family: var(--mono); font-size: 11px; gap: 10px; justify-content: center; letter-spacing: .02em; min-height: 34px; padding: 7px 20px; }
.announcement a { border-bottom: 1px solid var(--ink); margin-left: 8px; }
.pulse { background: var(--ink); border-radius: 50%; height: 6px; width: 6px; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: 1320px; padding: 28px 40px; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 800; gap: 9px; letter-spacing: -.05em; }
.brand-mark { align-items: center; background: var(--ink); color: var(--lime); display: inline-flex; font-family: Georgia, serif; font-size: 20px; font-style: italic; height: 30px; justify-content: center; line-height: 1; width: 30px; }
.desktop-nav { display: flex; font-size: 13px; gap: 35px; margin-left: 70px; }
.desktop-nav a, .login-link { color: var(--ink-soft); transition: color .2s; }
.desktop-nav a:hover, .login-link:hover, .text-link:hover { color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: 25px; }
.button { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-size: 12px; font-weight: 700; gap: 22px; justify-content: center; padding: 15px 18px; transition: background .2s, transform .2s; }
.button:hover { background: #293a35; transform: translateY(-2px); }
.button-small { padding: 12px 15px; }
.menu-toggle { background: none; border: 0; display: none; padding: 8px; }
.menu-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 24px; }
.section-grid { display: grid; grid-template-columns: repeat(12, 1fr); margin: auto; max-width: 1320px; padding-left: 40px; padding-right: 40px; }
.hero { min-height: 670px; padding-bottom: 100px; padding-top: 70px; }
.hero-copy { grid-column: 1 / span 6; padding-top: 35px; }
.eyebrow { align-items: center; color: var(--ink-soft); display: flex; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; margin: 0 0 27px; text-transform: uppercase; }
.eyebrow-line { background: var(--lime-deep); display: inline-block; height: 1px; margin-right: 10px; width: 25px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 5.5vw, 79px); font-weight: 700; letter-spacing: -.075em; line-height: 1.01; margin-bottom: 28px; max-width: 680px; }
h1 em, h2 em { color: #718e08; font-family: Georgia, serif; font-weight: 400; }
.hero-intro { color: var(--ink-soft); font-size: 16px; line-height: 1.7; max-width: 490px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 35px; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 4px; transition: color .2s; }
.text-link span { margin-left: 12px; }
.hero-proof { align-items: center; display: flex; gap: 14px; margin-top: 68px; }
.hero-proof p { color: var(--ink-soft); font-family: var(--mono); font-size: 10px; line-height: 1.5; margin: 0; }
.hero-proof strong { color: var(--ink); font-weight: 400; }
.avatar-stack { display: flex; }
.avatar-stack span { align-items: center; background: var(--lavender); border: 2px solid var(--paper); border-radius: 50%; color: #55517c; display: flex; font-family: var(--mono); font-size: 8px; height: 30px; justify-content: center; margin-left: -6px; width: 30px; }
.avatar-stack span:first-child { background: #f3b7a9; margin-left: 0; }
.avatar-stack span:last-child { background: var(--lime); }
.hero-visual { align-items: center; display: flex; grid-column: 8 / span 5; justify-content: center; position: relative; }
.visual-glow { background: radial-gradient(circle, #dbe8b1 0, rgba(219,232,177,.42) 35%, transparent 70%); height: 600px; position: absolute; width: 600px; }
.orbit { border: 1px solid #c4d29c; border-radius: 50%; position: absolute; transform: rotate(-35deg); }
.orbit-one { height: 500px; width: 320px; }
.orbit-two { border-color: #c7c7e2; height: 260px; transform: rotate(45deg); width: 510px; }
.workflow-card { background: rgba(255,254,250,.95); border: 1px solid #ccd2c7; box-shadow: 12px 18px 35px rgba(35,52,41,.12); padding: 25px; position: relative; width: min(100%, 390px); z-index: 1; }
.workflow-top, .workflow-line { align-items: center; display: flex; font-family: var(--mono); font-size: 9px; justify-content: space-between; }
.workflow-top { border-bottom: 1px solid var(--line); color: var(--ink-soft); letter-spacing: .03em; padding-bottom: 16px; text-transform: uppercase; }
.status-dot { background: #83bb51; border-radius: 50%; height: 7px; margin-right: 7px; width: 7px; }
.workflow-id { color: #9ba59b; margin-left: auto; }
.workflow-title { align-items: center; display: flex; gap: 12px; padding: 22px 0; }
.icon-box { align-items: center; background: var(--lime); display: flex; font-size: 18px; height: 40px; justify-content: center; width: 40px; }
.workflow-title strong, .workflow-title small { display: block; }
.workflow-title strong { font-size: 13px; }
.workflow-title small { color: var(--ink-soft); font-family: var(--mono); font-size: 9px; margin-top: 2px; }
.check { align-items: center; background: #e6f2d1; border-radius: 50%; color: #6d9b2b; display: flex; font-size: 11px; height: 20px; justify-content: center; margin-left: auto; width: 20px; }
.workflow-line { border-top: 1px solid #edf0ea; padding: 13px 0; }
.line-label { color: var(--ink-soft); }
.line-value { color: #6a8c31; }
.line-value.queued { color: #a9b0a6; }
.progress { background: #e5eadf; height: 4px; margin-left: auto; margin-right: 9px; overflow: hidden; width: 75px; }
.progress i { background: var(--lime-deep); display: block; height: 100%; width: 82%; }
.terminal { align-items: center; background: var(--dark); color: #cbd5bb; display: flex; font-family: var(--mono); font-size: 9px; gap: 8px; margin-top: 15px; padding: 13px; }
.terminal-prompt { color: var(--lime); font-size: 14px; }
.terminal-cursor { animation: blink 1s infinite; background: var(--lime); height: 11px; width: 5px; }
.floating-chip { align-items: center; background: var(--white); box-shadow: 5px 8px 24px rgba(35,52,41,.1); display: flex; gap: 9px; padding: 11px 13px; position: absolute; z-index: 2; }
.chip-top { right: -16px; top: 17%; }
.chip-bottom { bottom: 13%; left: -5px; }
.chip-icon { align-items: center; background: var(--lime); color: var(--ink); display: flex; font-size: 14px; height: 26px; justify-content: center; width: 26px; }
.chip-icon.violet { background: var(--lavender); color: #635f94; }
.floating-chip small, .floating-chip strong { display: block; line-height: 1.2; }
.floating-chip small { color: var(--ink-soft); font-family: var(--mono); font-size: 8px; }
.floating-chip strong { font-size: 14px; margin-top: 3px; }
.signal-bar { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 24px 0; }
.signal-bar p { color: var(--ink-soft); font-family: var(--mono); font-size: 10px; margin: 0; text-transform: uppercase; }
.signal-bar strong { color: var(--ink); font-weight: 500; }
.signal-items { align-items: center; color: #8c9890; display: flex; font-family: var(--mono); font-size: 10px; gap: 20px; }
.signal-items i { color: var(--lime-deep); font-style: normal; }
.platform { padding-bottom: 125px; padding-top: 140px; }
.section-heading { grid-column: 1 / span 7; }
h2 { font-size: clamp(37px, 4vw, 56px); letter-spacing: -.07em; line-height: 1.08; max-width: 680px; }
.platform-intro { grid-column: 9 / span 4; padding-top: 44px; }
.platform-intro p, .portal-copy p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; margin-bottom: 25px; }
.feature-grid { display: grid; gap: 16px; grid-column: 1 / -1; grid-template-columns: 1.5fr 1fr 1fr; margin-top: 70px; }
.feature-card { background: var(--white); border: 1px solid var(--line); min-height: 330px; padding: 28px; position: relative; }
.feature-wide { background: #edf3d9; }
.feature-number { color: #98a398; font-family: var(--mono); font-size: 10px; }
.feature-graphic { align-items: center; display: flex; height: 115px; justify-content: center; margin: 9px 0 25px; }
.graphic-flow { gap: 9px; }
.flow-node { background: var(--white); border: 1px solid #bdcbb0; font-family: var(--mono); font-size: 9px; padding: 10px; }
.flow-node.accent { background: var(--lime); border-color: var(--lime); }
.flow-node.dark { background: var(--dark); border-color: var(--dark); color: var(--white); }
.flow-arrow { color: #91a18c; font-family: var(--mono); }
.feature-card h3 { font-size: 18px; letter-spacing: -.04em; margin-bottom: 10px; }
.feature-card p { color: var(--ink-soft); font-size: 12px; line-height: 1.6; margin: 0; max-width: 290px; }
.graphic-shield { background: var(--lavender); border-radius: 50%; height: 80px; margin: 20px auto 40px; position: relative; width: 80px; }
.graphic-shield span { align-items: center; background: var(--white); border-radius: 50%; color: #716da5; display: flex; font-size: 25px; height: 52px; justify-content: center; left: 14px; position: absolute; top: 14px; width: 52px; }
.graphic-shield i { background: #a7a4d1; height: 1px; left: -20px; position: absolute; top: 40px; transform: rotate(-28deg); width: 24px; }
.graphic-shield i:nth-child(3) { left: auto; right: -20px; transform: rotate(28deg); }
.graphic-shield i:nth-child(4) { left: 28px; top: auto; bottom: -18px; transform: rotate(90deg); }
.graphic-signal { align-items: end; border-bottom: 1px solid #b3c59b; gap: 6px; height: 80px; justify-content: center; margin: 20px auto 40px; width: 120px; }
.graphic-signal b { background: var(--lime-deep); display: block; height: 18px; width: 9px; }
.graphic-signal b:nth-child(2) { height: 32px; }.graphic-signal b:nth-child(3) { height: 53px; }.graphic-signal b:nth-child(4) { height: 40px; }.graphic-signal b:nth-child(5) { height: 66px; }
.how { background: #e9ede5; max-width: none; padding-bottom: 130px; padding-top: 125px; }
.how > * { max-width: 1240px; }
.steps { display: grid; gap: 0; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); margin-top: 63px; }
.step { border-left: 1px solid #cbd3c8; min-height: 160px; padding: 0 35px; }.step:first-child { border-left: 0; padding-left: 0; }.step span { color: #78903a; font-family: var(--mono); font-size: 10px; }.step h3 { font-size: 19px; letter-spacing: -.04em; margin: 27px 0 9px; }.step p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; max-width: 260px; }
.cta-section { background: var(--dark); color: var(--white); min-height: 450px; overflow: hidden; padding: 100px max(40px, calc((100% - 1240px) / 2)); position: relative; }
.cta-inner { max-width: 600px; position: relative; z-index: 1; }.eyebrow.light { color: #bac4b8; }.cta-section h2 { font-size: clamp(42px, 5vw, 70px); margin-bottom: 20px; }.cta-section h2 em { color: var(--lime); }.cta-section p:not(.eyebrow) { color: #b7c2b8; font-size: 14px; max-width: 450px; }.button-light { background: var(--lime); color: var(--ink); margin-top: 20px; }.button-light:hover { background: #e4ff8e; }.cta-mark { color: #273933; font-family: Georgia, serif; font-size: 260px; font-style: italic; font-weight: 700; letter-spacing: -.25em; position: absolute; right: 9%; top: 54px; }.cta-mark span { color: var(--lime); font-size: .5em; vertical-align: middle; }
.portal-strip { align-items: center; padding-bottom: 115px; padding-top: 115px; }.portal-strip > div:first-child { grid-column: 1 / span 6; }.portal-copy { grid-column: 9 / span 4; padding-top: 20px; }
.site-footer { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 1fr 1fr; margin: auto; max-width: 1320px; padding: 60px 40px 25px; }.footer-brand p { color: var(--ink-soft); font-family: var(--mono); font-size: 11px; line-height: 1.7; margin-top: 25px; }.footer-links { display: flex; gap: 100px; justify-content: flex-end; }.footer-links div { display: flex; flex-direction: column; font-size: 12px; gap: 8px; }.footer-links span { color: #8c9890; font-family: var(--mono); font-size: 10px; margin-bottom: 8px; text-transform: uppercase; }.footer-bottom { border-top: 1px solid var(--line); color: #8c9890; display: flex; font-family: var(--mono); font-size: 9px; grid-column: 1 / -1; justify-content: space-between; margin-top: 35px; padding-top: 18px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .15s; }
@keyframes blink { 50% { opacity: 0; } }
@media (max-width: 800px) { .announcement { font-size: 9px; gap: 6px; }.announcement a { margin-left: 3px; }.site-header { padding: 20px; }.desktop-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 20px; left: 0; margin: 0; padding: 25px 20px; position: absolute; right: 0; top: 74px; z-index: 5; }.desktop-nav.nav-open { display: flex; }.header-actions { display: none; }.menu-toggle { display: block; }.section-grid { padding-left: 20px; padding-right: 20px; }.hero { display: block; min-height: auto; padding-bottom: 70px; padding-top: 35px; }.hero-copy { padding-top: 0; }.hero-visual { min-height: 530px; margin-top: 40px; }.workflow-card { width: min(100%, 370px); }.chip-top { right: -3px; top: 10%; }.chip-bottom { bottom: 5%; left: -2px; }.signal-bar { align-items: flex-start; flex-direction: column; gap: 15px; margin: 0 20px; padding: 20px 0; }.signal-items { flex-wrap: wrap; gap: 8px 13px; }.platform, .how { padding-bottom: 75px; padding-top: 80px; }.platform-intro, .portal-copy { grid-column: 1 / -1; padding-top: 0; }.feature-grid { display: block; margin-top: 45px; }.feature-card { margin-bottom: 12px; min-height: 285px; }.steps { display: block; margin-top: 40px; }.step, .step:first-child { border-left: 0; border-top: 1px solid #cbd3c8; min-height: auto; padding: 25px 0; }.step:first-child { border-top: 0; }.step h3 { margin-top: 13px; }.cta-section { min-height: 530px; padding: 75px 20px; }.cta-mark { font-size: 180px; right: -15px; top: 260px; }.portal-strip { padding-bottom: 75px; padding-top: 75px; }.portal-strip > div:first-child { grid-column: 1 / -1; }.site-footer { display: block; padding: 45px 20px 20px; }.footer-links { gap: 60px; justify-content: flex-start; margin-top: 45px; }.footer-bottom { flex-direction: column; gap: 8px; margin-top: 45px; } }
@media (max-width: 420px) { h1 { font-size: 46px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-visual { min-height: 450px; }.workflow-card { padding: 18px; }.floating-chip { transform: scale(.88); }.chip-top { right: -14px; }.graphic-flow { gap: 4px; transform: scale(.87); }.signal-items { font-size: 9px; } }
