@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #151915;
  --muted: #677168;
  --paper: #f7f9f6;
  --white: #ffffff;
  --line: #dce2dc;
  --soft-line: #e9ede9;
  --green: #b7f326;
  --green-deep: #126b32;
  --dark-green: #0b2e1b;
  --container: 1180px;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --sans: 'Manrope', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: var(--white); font-size: 12px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; background:#FFF; }
.nav-wrap { min-height: 81px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { display: block; width: 112px; height: 44px; object-fit: contain; object-position: left center; }
.brand-byline { padding-left: 11px; border-left: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 31px; color: #4f5850; font-size: 12px; font-weight: 600; }
.site-nav a:not(.nav-cta) { transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover { color: var(--green-deep); }
.nav-cta { display: inline-flex; gap: 13px; align-items: center; padding: 13px 17px; border: 1px solid var(--ink); color: var(--ink); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background-color: var(--paper); background-image: linear-gradient(var(--soft-line) 1px, transparent 1px), linear-gradient(90deg, var(--soft-line) 1px, transparent 1px); background-size: 40px 40px; background-position: center top; }
.hero::after { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--paper) 0%, rgba(247,249,246,.82) 18%, rgba(247,249,246,0) 43%, rgba(247,249,246,.1) 79%, var(--paper) 100%); }
.hero-grid { position: relative; z-index: 1; min-height: 645px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); align-items: center; gap: 65px; padding-top: 76px; padding-bottom: 75px; }
.hero-copy { position: relative; z-index: 2; max-width: 560px; }
.eyebrow, .section-kicker, .visual-label, .chat-date { font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 27px; color: var(--green-deep); }
.pulse-dot, .online-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--green-deep); box-shadow: 0 0 0 4px rgba(18,107,50,.12); }
.hero h1, .section-intro h2, .cta-copy h2 { margin: 0; letter-spacing: -.07em; font-weight: 700; line-height: .98; }
.hero h1 { font-size: clamp(48px, 6vw, 79px); max-width: 620px; }
.hero h1 em, .cta-copy em { color: var(--green-deep); font-style: normal; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 8px; text-underline-offset: 6px; }
.hero-lede { max-width: 470px; margin: 30px 0 0; color: #59635b; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 48px; padding: 0 18px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--green-deep); color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--green-deep); font-size: 12px; font-weight: 700; }
.text-link span { font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 56px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .02em; }
.note-mark { display: inline-grid; place-items: center; width: 21px; height: 21px; border: 1px solid #b4c2b6; border-radius: 50%; color: var(--green-deep); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 565px); min-height: 480px; padding: 30px 36px 24px; border: 1px solid #c9d2ca; background: rgba(255,255,255,.66); box-shadow: 20px 20px 0 rgba(214,224,214,.5); }
.hero-visual::before, .hero-visual::after { content: ''; position: absolute; width: 13px; height: 13px; border-color: var(--green-deep); }
.hero-visual::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.hero-visual::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.visual-label { position: absolute; color: #7b867d; font-size: 9px; }
.label-top { top: 11px; left: 36px; }
.label-bottom { right: 36px; bottom: 11px; }
.label-bottom strong { color: var(--green-deep); font-weight: 500; }
.chat-window { overflow: hidden; margin-top: 20px; border: 1px solid #cfdbd0; background: var(--white); box-shadow: 0 18px 45px rgba(21,45,26,.1); }
.chat-topbar { height: 51px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--soft-line); }
.window-dots { display: flex; gap: 5px; width: 75px; }
.window-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #d1dad1; }
.window-dots i:first-child { background: var(--green); }
.chat-name { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
.chat-name .online-dot { width: 6px; height: 6px; box-shadow: none; background: var(--green); }
.chat-menu { width: 75px; text-align: right; color: #a8b3aa; letter-spacing: 2px; }
.chat-body { min-height: 320px; padding: 26px 30px 18px; background: #fbfcfb; }
.chat-date { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #a8b1a9; font-size: 8px; }
.chat-date span { height: 1px; flex: 1; background: var(--soft-line); }
.chat-row { display: flex; margin-bottom: 16px; }
.bot-row { align-items: flex-start; gap: 9px; }
.bot-avatar { flex: 0 0 auto; display: grid; place-items: center; width: 25px; height: 25px; background: var(--green-deep); color: var(--green); font-size: 11px; font-weight: 800; }
.chat-bubble { padding: 12px 15px; font-size: 11px; line-height: 1.55; }
.bot-bubble { border: 1px solid #dce7dd; background: #f3f9f3; }
.user-row { justify-content: flex-end; }
.user-bubble { background: var(--green); }
.chat-row time { display: block; margin-top: 6px; color: #a4ada5; font-family: var(--mono); font-size: 8px; }
.user-row time { text-align: right; }
.check { color: var(--green-deep); }
.wave { color: var(--green-deep); }
.last-row { margin-bottom: 0; }
.chat-input { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px 0 18px; border-top: 1px solid var(--soft-line); color: #acb4ad; font-size: 10px; }
.chat-input button { display: grid; place-items: center; width: 29px; height: 29px; border: 0; border-radius: 50%; background: var(--ink); color: var(--green); cursor: pointer; font-size: 16px; line-height: 1; }
.orbit-mark { position: absolute; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #c2d0c4; color: var(--green-deep); font-family: var(--mono); font-size: 12px; }
.mark-one { top: 84px; right: -11px; background: var(--paper); }
.mark-two { bottom: 62px; left: -12px; background: var(--paper); }
.signal-row { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; min-height: 78px; border-top: 1px solid var(--line); }
.signal-copy { display: flex; align-items: center; gap: 11px; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.signal-line { display: block; width: 28px; height: 1px; background: var(--green-deep); }
.signal-stats { display: flex; gap: 27px; color: #7d897f; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.signal-stats strong { margin-right: 4px; color: var(--green-deep); font-size: 12px; font-weight: 500; }

.why-section, .process-section { padding: 124px 0 133px; background: var(--white); }
.section-intro { display: flex; }
.split-intro { justify-content: space-between; align-items: flex-end; padding-bottom: 57px; border-bottom: 1px solid var(--line); }
.section-kicker { margin: 0 0 23px; color: var(--green-deep); }
.section-intro h2 { font-size: clamp(45px, 5.3vw, 70px); }
.section-intro h2 span { color: var(--green-deep); }
.section-summary { max-width: 360px; margin: 0 0 2px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-item { min-height: 142px; display: grid; grid-template-columns: 58px 52px minmax(0, 1fr) 25px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.feature-number { align-self: start; padding-top: 23px; color: #9da99e; font-family: var(--mono); font-size: 10px; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #c7d2c8; color: var(--green-deep); }
.icon-spark { font-size: 19px; }
.icon-clock { font-size: 25px; }
.icon-path { position: relative; display: flex; align-items: center; justify-content: center; gap: 3px; }
.icon-path::before { content: ''; position: absolute; width: 29px; height: 1px; background: #aabdac; }
.icon-path span { z-index: 1; width: 6px; height: 6px; border: 1px solid var(--green-deep); border-radius: 50%; background: var(--white); }
.feature-content { padding: 23px 0; }
.feature-content h3, .process-step h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -.03em; }
.feature-content p, .process-step p { max-width: 480px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.feature-arrow { color: var(--green-deep); font-size: 20px; transition: transform .2s ease; }
.feature-item:hover .feature-arrow { transform: translate(3px, -3px); }

.process-section { padding-top: 115px; background: var(--paper); }
.process-intro { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; align-items: end; gap: 0 80px; }
.process-intro .section-kicker { grid-column: 1 / -1; }
.process-intro .section-summary { grid-column: 2; grid-row: 2; max-width: 330px; }
.process-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 74px; }
.process-step { position: relative; padding-top: 22px; border-top: 1px solid var(--ink); }
.step-index { position: absolute; top: -8px; right: 0; padding-left: 9px; background: var(--paper); color: var(--green-deep); font-family: var(--mono); font-size: 10px; }
.step-line { display: block; width: 38px; height: 3px; margin-bottom: 24px; background: var(--green); }
.process-step p { max-width: 245px; }

.cta-section { overflow: hidden; background: var(--dark-green); color: var(--white); }
.cta-inner { position: relative; min-height: 365px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.cta-section .section-kicker { color: var(--green); }
.cta-copy h2 { font-size: clamp(48px, 5.7vw, 77px); }
.cta-copy em { color: var(--green); }
.cta-side { max-width: 295px; justify-self: end; }
.cta-side p { margin: 0 0 29px; color: #b8c7ba; font-size: 14px; line-height: 1.7; }
.button-light { background: var(--green); color: var(--dark-green); }
.button-light:hover { background: var(--white); }
.cta-orbit { position: absolute; right: 29%; bottom: -74px; width: 265px; height: 265px; border: 1px solid rgba(183,243,38,.25); border-radius: 50%; }
.cta-orbit::before, .cta-orbit::after { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(183,243,38,.18); border-radius: 50%; }
.cta-orbit::after { inset: 70px; }
.cta-orbit span { position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.cta-orbit span:nth-child(2) { top: 27px; left: 50%; background: var(--white); }
.cta-orbit b { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--green); font-size: 32px; }

.site-footer { background: var(--dark-green); color: #93a597; border-top: 1px solid rgba(255,255,255,.12); }
.footer-wrap { min-height: 94px; display: flex; align-items: center; gap: 38px; font-size: 10px; }
.footer-brand { margin-right: auto; }
.footer-brand img { width: 94px; height: 37px; }
.footer-brand .brand-byline { border-color: rgba(255,255,255,.2); color: #91a193; }
.footer-meta { color: #6f8373; font-family: var(--mono); font-size: 9px; }
.footer-divider { padding: 0 7px; color: var(--green); }

@media (max-width: 850px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-top: 64px; }
  .hero-copy { max-width: 610px; }
  .hero-visual { justify-self: center; width: min(100%, 600px); }
  .signal-row { gap: 25px; }
  .feature-item { grid-template-columns: 42px 46px minmax(0, 1fr) 20px; gap: 16px; }
  .cta-orbit { right: 11%; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 98px; height: 38px; }
  .brand-byline { font-size: 8px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 28px rgba(18,38,20,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px; }
  .nav-cta { justify-content: space-between; }
  .hero-grid { min-height: 0; padding-top: 55px; padding-bottom: 52px; }
  .hero h1 { font-size: clamp(45px, 14vw, 68px); }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-note { margin-top: 36px; line-height: 1.5; }
  .hero-visual { min-height: 420px; padding: 27px 15px 22px; box-shadow: 10px 10px 0 rgba(214,224,214,.5); }
  .label-top { left: 15px; }
  .label-bottom { right: 15px; }
  .chat-body { min-height: 290px; padding: 21px 15px 14px; }
  .chat-bubble { font-size: 10px; }
  .signal-row { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .signal-stats { justify-content: space-between; width: 100%; gap: 5px; }
  .why-section, .process-section { padding: 77px 0 82px; }
  .split-intro { display: block; padding-bottom: 36px; }
  .section-intro h2 { font-size: 53px; }
  .section-summary { margin-top: 28px; font-size: 13px; }
  .feature-item { min-height: 0; grid-template-columns: 32px 42px minmax(0, 1fr); gap: 12px; padding: 20px 0; }
  .feature-number { padding-top: 0; }
  .feature-icon { width: 36px; height: 36px; }
  .feature-content { padding: 0; }
  .feature-content h3 { font-size: 14px; }
  .feature-content p { font-size: 12px; }
  .feature-arrow { display: none; }
  .process-intro { display: block; }
  .process-intro .section-summary { margin-top: 28px; }
  .process-track { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; }
  .process-step p { max-width: 100%; }
  .cta-inner { min-height: 550px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 48px; }
  .cta-side { align-self: flex-start; }
  .cta-orbit { right: -83px; bottom: -36px; width: 245px; height: 245px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 28px; padding-bottom: 28px; }
  .footer-brand { margin-right: 0; }
  .footer-wrap > p { margin: 0; }
}

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

:focus-visible { outline: 2px solid var(--green-deep); outline-offset: 4px; }


/* Google-like refinement: clarity first, decoration second. */
:root {
  --ink: #202124;
  --muted: #5f6368;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #dadce0;
  --soft-line: #f1f3f4;
  --green: #34a853;
  --green-deep: #188038;
  --dark-green: #202124;
  --blue: #1a73e8;
  --blue-soft: #e8f0fe;
  --green-soft: #e6f4ea;
  --sans: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
}

body { background: var(--paper); color: var(--ink); font-family: var(--sans); }
.container { width: min(calc(100% - 48px), 1120px); }
.site-header { background: var(--white); }
.nav-wrap { min-height: 72px; }
.brand { gap: 10px; }
.brand img { width: 104px; height: 40px; }
.brand-byline { padding-left: 10px; border-left-color: var(--line); color: var(--muted); font-size: 10px; letter-spacing: .02em; text-transform: none; }
.site-nav { gap: 28px; color: var(--muted); font-size: 13px; font-weight: 400; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { gap: 9px; padding: 10px 16px; border: 1px solid var(--blue); border-radius: 8px; color: var(--blue); font-weight: 500; }
.nav-cta:hover { background: var(--blue); color: var(--white); }

.hero { background: var(--white); background-image: none; border-bottom: 1px solid var(--line); }
.hero::after { display: none; }
.hero-grid { min-height: 620px; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 72px; padding-top: 78px; padding-bottom: 76px; }
.hero-copy { max-width: 510px; }
.eyebrow, .section-kicker, .visual-label, .chat-date { font-family: var(--sans); letter-spacing: 0; text-transform: none; }
.eyebrow { gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.pulse-dot, .online-dot { width: 8px; height: 8px; background: var(--green); box-shadow: none; }
.hero h1, .section-intro h2, .cta-copy h2 { letter-spacing: -.055em; line-height: 1.05; font-weight: 700; }
.hero h1 { font-size: clamp(50px, 6.1vw, 76px); }
.hero h1 em, .cta-copy em { color: var(--blue); font-style: normal; text-decoration: none; }
.hero-lede { max-width: 455px; margin-top: 27px; color: var(--muted); font-size: 17px; line-height: 1.62; }
.hero-actions { gap: 20px; margin-top: 31px; }
.button { min-height: 44px; padding: 0 18px; border-radius: 8px; font-size: 14px; font-weight: 500; }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: #185abc; color: var(--white); }
.text-link { gap: 8px; color: var(--blue); font-size: 14px; font-weight: 500; }
.text-link span { font-size: 15px; }
.hero-note { margin-top: 43px; color: var(--muted); font-family: var(--sans); font-size: 12px; }
.note-mark { width: 20px; height: 20px; border-color: var(--green); color: var(--green-deep); }

.hero-visual { width: min(100%, 540px); min-height: 456px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbff; box-shadow: 0 2px 8px rgba(60,64,67,.12); }
.hero-visual::before, .hero-visual::after { display: none; }
.visual-label { display: none; }
.chat-window { margin-top: 0; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 1px 3px rgba(60,64,67,.14); }
.chat-topbar { height: 56px; padding: 0 20px; }
.window-dots, .chat-menu { display: none; }
.chat-name { gap: 9px; font-size: 14px; }
.chat-name .online-dot { width: 8px; height: 8px; }
.chat-body { min-height: 313px; padding: 27px 29px 20px; background: var(--white); }
.chat-date { margin-bottom: 21px; color: var(--muted); font-size: 10px; }
.chat-date span { background: var(--line); }
.chat-row { margin-bottom: 18px; }
.bot-row { gap: 10px; }
.bot-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 12px; }
.chat-bubble { padding: 12px 15px; border-radius: 4px; font-size: 12px; line-height: 1.55; }
.bot-bubble { border: 0; background: #f8f9fa; }
.user-bubble { background: var(--blue-soft); }
.chat-row time { margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 9px; }
.check, .wave { color: var(--green-deep); }
.chat-input { height: 56px; padding-left: 18px; border-top-color: var(--line); color: var(--muted); font-size: 12px; }
.chat-input button { width: 31px; height: 31px; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 17px; }
.orbit-mark { display: none; }
.signal-row { min-height: 69px; border-top-color: var(--line); }
.signal-copy { gap: 10px; color: var(--muted); font-family: var(--sans); font-size: 12px; }
.signal-line { width: 20px; background: var(--green); }
.signal-stats { display: none; }

.why-section, .process-section { padding: 112px 0 118px; background: var(--white); }
.section-intro { display: flex; }
.split-intro { align-items: flex-end; padding-bottom: 48px; border-bottom-color: var(--line); }
.section-kicker { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.section-intro h2 { font-size: clamp(45px, 5.3vw, 68px); }
.section-intro h2 span { color: var(--blue); }
.section-summary { max-width: 375px; margin-bottom: 2px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-item { min-height: 125px; grid-template-columns: 48px 210px minmax(0, 1fr) 20px; gap: 20px; border-bottom-color: var(--line); }
.feature-number { padding-top: 24px; color: var(--muted); font-family: var(--sans); font-size: 12px; }
.feature-icon { display: none; }
.feature-content { padding: 24px 0; }
.feature-content h3, .process-step h3 { margin-bottom: 7px; font-size: 17px; letter-spacing: -.02em; }
.feature-content p, .process-step p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.feature-arrow { color: var(--blue); font-size: 18px; }

.process-section { padding-top: 103px; background: #f8fbff; }
.process-intro { grid-template-columns: 1fr 1fr; gap: 0 80px; }
.process-intro .section-summary { max-width: 350px; }
.process-track { gap: 32px; margin-top: 66px; }
.process-step { padding-top: 20px; border-top: 1px solid var(--line); }
.step-index { top: -9px; color: var(--blue); background: #f8fbff; font-size: 12px; }
.step-line { width: 28px; height: 3px; margin-bottom: 23px; background: var(--blue); }

.cta-section { background: var(--green-soft); color: var(--ink); }
.cta-inner { min-height: 318px; grid-template-columns: 1fr 1fr; gap: 80px; }
.cta-section .section-kicker { color: var(--muted); }
.cta-copy h2 { font-size: clamp(48px, 5.7vw, 72px); }
.cta-copy em { color: var(--green-deep); }
.cta-side { max-width: 320px; }
.cta-side p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.button-light { background: var(--blue); color: var(--white); }
.button-light:hover { background: #185abc; color: var(--white); }
.cta-orbit { display: none; }

.site-footer { background: var(--white); color: var(--muted); border-top: 1px solid var(--line); }
.footer-wrap { min-height: 82px; gap: 30px; font-size: 11px; }
.footer-brand img { width: 92px; height: 35px; }
.footer-brand .brand-byline { border-color: var(--line); color: var(--muted); }
.footer-meta { color: var(--muted); font-family: var(--sans); font-size: 10px; }
.footer-divider { color: var(--green); }

@media (max-width: 850px) {
  .container { width: min(calc(100% - 40px), 1120px); }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; padding-top: 64px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { justify-self: center; width: min(100%, 600px); }
  .feature-item { grid-template-columns: 42px 195px minmax(0, 1fr) 20px; gap: 16px; }
  .cta-orbit { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), 1120px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 96px; height: 37px; }
  .menu-toggle { display: block; }
  .site-nav { top: 68px; left: 16px; right: 16px; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 4px 12px rgba(60,64,67,.15); }
  .site-nav a { padding: 14px; }
  .nav-cta { justify-content: space-between; }
  .hero-grid { min-height: 0; padding-top: 54px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-note { margin-top: 34px; }
  .hero-visual { min-height: 402px; padding: 13px; border-radius: 14px; }
  .chat-body { min-height: 286px; padding: 22px 15px 14px; }
  .chat-bubble { font-size: 11px; }
  .signal-row { align-items: flex-start; padding: 21px 0; }
  .why-section, .process-section { padding: 78px 0 83px; }
  .split-intro { display: block; padding-bottom: 36px; }
  .section-intro h2 { font-size: 52px; }
  .section-summary { margin-top: 27px; font-size: 14px; }
  .feature-item { min-height: 0; grid-template-columns: 31px minmax(0, 1fr) 18px; gap: 12px; padding: 21px 0; }
  .feature-content { padding: 0; }
  .feature-content h3 { font-size: 15px; }
  .feature-content p { font-size: 13px; }
  .feature-arrow { font-size: 16px; }
  .process-intro { display: block; }
  .process-intro .section-summary { margin-top: 27px; }
  .process-track { grid-template-columns: 1fr; gap: 36px; margin-top: 49px; }
  .process-step p { max-width: 100%; }
  .cta-inner { min-height: 480px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 39px; }
  .cta-side { align-self: flex-start; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 17px; padding-top: 27px; padding-bottom: 27px; }
  .footer-brand { margin-right: 0; }
  .footer-wrap > p { margin: 0; }
}

.section-kicker { text-transform: lowercase; }


/* Product UI bridge: mirror the real hellochat-fe widget inside the site. */
:root {
  --blue: #0066ff;
  --blue-soft: #f2f6ff;
  --panel-border: #e5e7eb;
  --panel-shadow: 0 18px 60px rgba(16, 24, 40, .2);
  --hc-muted: #667085;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-visual { width: min(100%, 520px); min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.chat-window { margin-top: 0; border: 1px solid var(--panel-border); border-radius: 18px; background: #fff; box-shadow: var(--panel-shadow); }
.chat-topbar { height: auto; min-height: 74px; justify-content: flex-start; padding: 16px; border-bottom: 0; border-radius: 17px 17px 0 0; background: var(--blue); color: #fff; }
.chat-name { min-width: 0; display: grid; grid-template-columns: 9px minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 1px 9px; width: 100%; font-size: 15px; font-weight: 400; }
.chat-name .online-dot { grid-row: 1 / span 2; width: 8px; height: 8px; background: #52d273; box-shadow: none; }
.chat-name strong { overflow: hidden; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.chat-name small { grid-column: 2; color: rgba(255,255,255,.88); font-size: 12px; }
.chat-name b { grid-column: 3; grid-row: 1 / span 2; align-self: center; color: rgba(255,255,255,.9); font-size: 11px; font-weight: 400; }
.chat-name b::before { content: ''; display: inline-block; width: 7px; height: 7px; margin: 0 4px 1px 0; border-radius: 50%; background: #52d273; }
.chat-menu { display: block; width: 32px; height: 32px; margin-left: 8px; border-radius: 8px; color: #fff; font-size: 23px; font-weight: 300; line-height: 29px; text-align: center; }
.chat-menu:hover { background: rgba(255,255,255,.15); }
.chat-body { display: flex; min-height: 365px; flex-direction: column; gap: 12px; overflow-y: auto; padding: 18px 14px 12px; background: #fff; }
.chat-date { display: block; margin: 0 0 4px; color: var(--hc-muted); font-size: 13px; text-align: center; }
.chat-date span { display: none; }
.chat-row { display: flex; max-width: 88%; margin: 0; flex-direction: column; gap: 3px; }
.bot-row { align-self: flex-start; align-items: flex-start; }
.user-row { align-self: flex-end; align-items: flex-end; }
.bot-avatar { display: none; }
.chat-bubble { padding: 10px 12px; border-radius: 14px; background: var(--blue-soft); font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.bot-bubble { border: 0; border-bottom-left-radius: 4px; background: var(--blue-soft); }
.user-bubble { border-bottom-right-radius: 4px; background: var(--blue); color: #fff; }
.chat-row time { margin-top: 0; color: var(--hc-muted); font-family: var(--sans); font-size: 10px; }
.user-row time { text-align: right; }
.check, .wave { color: inherit; }
.last-row { margin-bottom: 0; }
.chat-input { height: auto; min-height: 76px; display: block; padding: 10px 12px 10px; border-top: 1px solid var(--panel-border); color: var(--hc-muted); font-size: 14px; }
.chat-input::before { content: ''; position: absolute; }
.chat-input { position: relative; }
.chat-input span { display: block; min-height: 44px; padding: 12px 48px 10px 11px; border: 1px solid var(--panel-border); border-radius: 13px; background: #fff; line-height: 1.45; }
.chat-input button { position: absolute; right: 19px; bottom: 17px; width: 31px; height: 31px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-size: 0; }
.chat-input button::before { content: '↗'; font-size: 16px; }
.label-top, .label-bottom, .orbit-mark { display: none; }

@media (max-width: 620px) {
  .hero-visual { min-height: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  .chat-window { border-radius: 16px; }
  .chat-topbar { border-radius: 15px 15px 0 0; }
  .chat-body { min-height: 320px; }
  .chat-bubble { font-size: 13px; }
}


/* Apple-inspired product story revamp. */
:root {
  --ink: #101114;
  --ink-soft: #6d7078;
  --canvas: #ffffff;
  --mist: #f5f7fb;
  --blue: #0066ff;
  --blue-deep: #0047b3;
  --blue-soft: #f2f6ff;
  --green-signal: #a6f43e;
  --dark-surface: #111317;
  --dark-copy: #a7abb5;
  --line: #e6e8ed;
  --container: 1160px;
  --radius-panel: 36px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-padding-top: 72px; }
body { background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
.container { width: min(calc(100% - 64px), var(--container)); }
.site-header { position: sticky; top: 0; background: rgba(255,255,255,.86); border-bottom-color: rgba(230,232,237,.86); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 72px; }
.brand img { width: 108px; height: 41px; }
.brand-byline { border-left-color: var(--line); color: #7b808a; letter-spacing: 0; text-transform: none; }
.site-nav { color: #6d7078; font-size: 13px; font-weight: 500; }
.site-nav a:not(.nav-cta) { transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 17px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 600; box-shadow: 0 5px 14px rgba(0,102,255,.16); }
.nav-cta:hover { background: var(--blue-deep); color: #fff; }

.hero { overflow: hidden; border-bottom: 0; background: var(--canvas); background-image: none; }
.hero::after { display: none; }
.hero-grid { min-height: 770px; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); gap: clamp(42px, 7vw, 100px); padding-top: 106px; padding-bottom: 105px; }
.hero-copy { max-width: 520px; }
.eyebrow { gap: 10px; margin-bottom: 28px; color: var(--ink-soft); font-family: inherit; font-size: 13px; letter-spacing: 0; text-transform: none; }
.pulse-dot { width: 8px; height: 8px; background: var(--green-signal); box-shadow: 0 0 0 5px rgba(166,244,62,.14); }
.hero h1 { max-width: 590px; font-size: clamp(60px, 7.7vw, 108px); letter-spacing: -.085em; line-height: .93; font-weight: 600; }
.hero h1 em { color: var(--blue); }
.hero-lede { max-width: 430px; margin-top: 35px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero-actions { gap: 22px; margin-top: 38px; }
.button { min-height: 50px; padding: 0 21px; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .25s var(--ease-out), background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); box-shadow: 0 8px 20px rgba(0,102,255,.18); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 10px 24px rgba(0,71,179,.22); }
.text-link { gap: 9px; color: var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--blue); }
.hero-note { margin-top: 57px; color: #9296a0; font-family: inherit; font-size: 11px; }
.note-mark { width: 21px; height: 21px; border-color: var(--green-signal); color: var(--ink); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 550px); min-height: 0; padding: 48px 34px 34px; border: 0; border-radius: var(--radius-panel) var(--radius-panel) 112px var(--radius-panel); background: var(--blue-soft); box-shadow: none; transform: translateY(15px); }
.hero-visual::before { content: 'PRODUCT PREVIEW'; position: absolute; top: 22px; left: 36px; color: #8394b5; font-family: 'Roboto Mono', monospace; font-size: 9px; letter-spacing: .1em; }
.hero-visual::after { position: absolute; right: 30px; bottom: 26px; width: 8px; height: 8px; border-radius: 50%; background: var(--green-signal); content: ''; box-shadow: 14px 0 0 rgba(166,244,62,.42), 28px 0 0 rgba(166,244,62,.2); }
.chat-window { margin-top: 0; border: 1px solid #e5e7eb; border-radius: 18px; box-shadow: 0 18px 60px rgba(16,24,40,.2); }
.signal-row { min-height: 84px; border-top-color: var(--line); }
.signal-copy { color: #7b808a; font-size: 11px; }
.signal-line { background: var(--blue); }
.signal-stats { display: none; }

.why-section { position: relative; padding: 145px 0 152px; background: var(--dark-surface); color: #fff; }
.why-section::before { position: absolute; top: 0; right: 8%; width: 1px; height: 100%; background: rgba(255,255,255,.07); content: ''; }
.why-section .section-kicker, .process-section .section-kicker, .cta-section .section-kicker { color: var(--blue); font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.why-section .section-kicker { color: var(--green-signal); }
.split-intro { padding-bottom: 64px; border-bottom-color: rgba(255,255,255,.13); }
.why-section .section-intro h2 { font-size: clamp(53px, 6vw, 86px); letter-spacing: -.075em; line-height: .94; }
.why-section .section-intro h2 span { color: var(--green-signal); }
.why-section .section-summary { color: var(--dark-copy); font-size: 15px; }
.feature-list { border-top: 0; }
.feature-item { min-height: 154px; grid-template-columns: 56px minmax(160px, .75fr) minmax(0, 1fr) 28px; gap: 24px; border-bottom-color: rgba(255,255,255,.13); }
.feature-number { padding-top: 27px; color: #727783; font-family: inherit; font-size: 11px; }
.feature-icon { display: none; }
.feature-content { padding: 27px 0; }
.feature-content h3 { color: #fff; font-size: 18px; font-weight: 600; letter-spacing: -.03em; }
.feature-content p { color: var(--dark-copy); font-size: 13px; line-height: 1.7; }
.feature-arrow { color: var(--green-signal); }
.feature-item:hover .feature-arrow { transform: translate(4px, -4px); }

.process-section { padding: 138px 0 145px; background: var(--mist); }
.process-section .section-intro h2 { font-size: clamp(54px, 6vw, 84px); line-height: .95; }
.process-section .section-intro h2 span { color: var(--blue); }
.process-section .section-summary { color: var(--ink-soft); }
.process-track { gap: 20px; margin-top: 83px; }
.process-step { min-height: 170px; padding: 27px 25px 0 0; border-top: 1px solid #cfd4dd; }
.step-index { top: -11px; padding-left: 0; padding-right: 9px; background: var(--mist); color: var(--blue); font-family: inherit; font-size: 11px; font-weight: 600; }
.step-line { width: 34px; height: 4px; margin-bottom: 26px; border-radius: 999px; background: var(--blue); }
.process-step h3 { font-size: 18px; font-weight: 600; }
.process-step p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.cta-section { background: var(--blue); color: #fff; }
.cta-inner { min-height: 400px; grid-template-columns: 1fr 1fr; gap: 90px; }
.cta-section .section-kicker { color: rgba(255,255,255,.68); }
.cta-copy h2 { font-size: clamp(56px, 6.3vw, 86px); letter-spacing: -.08em; line-height: .92; }
.cta-copy em { color: var(--green-signal); }
.cta-side { max-width: 320px; }
.cta-side p { color: rgba(255,255,255,.77); font-size: 15px; line-height: 1.7; }
.button-light { background: #fff; color: var(--blue); box-shadow: 0 8px 20px rgba(0,43,120,.16); }
.button-light:hover { background: var(--green-signal); color: var(--ink); }
.cta-orbit { display: none; }

.site-footer { background: var(--dark-surface); color: #a7abb5; border-top: 1px solid rgba(255,255,255,.1); }
.footer-wrap { min-height: 97px; gap: 30px; font-size: 11px; }
.footer-brand .brand-byline { border-left-color: rgba(255,255,255,.18); color: #a7abb5; }
.footer-meta { color: #777c87; font-family: inherit; font-size: 10px; }
.footer-divider { color: var(--green-signal); }

.hero-copy > * { animation: hello-rise .75s var(--ease-out) both; }
.hero-copy > :nth-child(1) { animation-delay: .05s; }
.hero-copy > :nth-child(2) { animation-delay: .11s; }
.hero-copy > :nth-child(3) { animation-delay: .17s; }
.hero-copy > :nth-child(4) { animation-delay: .23s; }
.hero-copy > :nth-child(5) { animation-delay: .29s; }
.hero-visual { animation: hello-rise .9s var(--ease-out) .1s both; }
@keyframes hello-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 75px; padding-top: 80px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { justify-self: center; width: min(100%, 570px); }
  .why-section::before { right: 4%; }
  .feature-item { grid-template-columns: 45px minmax(155px, .75fr) minmax(0, 1fr) 24px; gap: 18px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { backdrop-filter: blur(14px); }
  .hero-grid { min-height: 0; gap: 53px; padding-top: 62px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(53px, 15vw, 78px); }
  .hero-lede { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 30px; }
  .hero-note { margin-top: 37px; }
  .hero-visual { width: calc(100% + 16px); margin-left: -8px; padding: 43px 13px 23px; border-radius: 25px 25px 75px 25px; transform: none; }
  .hero-visual::before { top: 18px; left: 18px; }
  .hero-visual::after { right: 23px; bottom: 17px; }
  .chat-window { border-radius: 16px; }
  .chat-topbar { border-radius: 15px 15px 0 0; }
  .chat-body { min-height: 320px; }
  .signal-row { align-items: flex-start; min-height: 0; padding: 22px 0; }
  .why-section { padding: 86px 0 93px; }
  .why-section::before { display: none; }
  .split-intro { display: block; padding-bottom: 39px; }
  .why-section .section-intro h2, .process-section .section-intro h2 { font-size: 56px; }
  .why-section .section-summary { margin-top: 28px; }
  .feature-item { min-height: 0; grid-template-columns: 29px minmax(0, 1fr) 18px; gap: 12px; padding: 22px 0; }
  .feature-content { padding: 0; }
  .feature-content h3 { font-size: 16px; }
  .feature-content p { margin-top: 6px; font-size: 13px; }
  .process-section { padding: 88px 0 94px; }
  .process-intro { display: block; }
  .process-intro .section-summary { margin-top: 28px; }
  .process-track { grid-template-columns: 1fr; gap: 38px; margin-top: 59px; }
  .process-step { min-height: 0; padding-right: 0; }
  .cta-inner { min-height: 530px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 47px; }
  .cta-side { align-self: flex-start; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 17px; padding-top: 29px; padding-bottom: 29px; }
  .footer-brand { margin-right: 0; }
  .footer-wrap > p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-visual { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-visual { animation: none; transform: none; }
}


/* Oversized product moment: the real chat enters the frame from the left. */
@media (min-width: 621px) {
  .hero-visual {
    min-height: 680px;
    overflow: hidden;
    padding: 48px 34px 34px;
  }

  .hero-visual .chat-window {
    width: 142.857%;
    max-width: none;
    margin-left: -42.857%;
  }

  .hero-visual .chat-topbar { min-height: 88px; }
  .hero-visual .chat-body { min-height: 430px; }
  .hero-visual .chat-input { min-height: 86px; }
}

@media (max-width: 620px) {
  .hero-visual {
    min-height: 0;
    overflow: visible;
  }

  .hero-visual .chat-window {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .hero-visual .chat-topbar { min-height: 74px; }
  .hero-visual .chat-body { min-height: 320px; }
  .hero-visual .chat-input { min-height: 76px; }
}


/* Corrected desktop alignment: the full oversized module is right-anchored. */
@media (min-width: 621px) {
  .hero-visual {
    width: min(760px, 58vw);
    min-height: 680px;
    overflow: visible;
    padding: 48px 34px 34px;
    right: calc((100vw - 100%) / 2);
  }

  .hero-visual .chat-window {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .hero-visual {
    right: auto;
    width: calc(100% + 16px);
    overflow: visible;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }
}


/* Final composition fix: reserve the right column before anchoring it. */
@media (min-width: 1101px) {
  .hero-grid {
    width: min(calc(100% - 48px), 1440px);
    max-width: none;
    grid-template-columns: minmax(430px, .82fr) minmax(600px, 1.18fr);
    gap: clamp(48px, 5vw, 80px);
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 560px;
  }

  .hero h1 { font-size: clamp(58px, 6.8vw, 96px); }

  .hero-visual {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: min(760px, 100%);
    right: auto;
    left: max(24px, calc((100vw - 1440px) / 2));
    overflow: visible;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero-grid {
    width: min(calc(100% - 48px), 860px);
    grid-template-columns: 1fr;
  }

  .hero-visual {
    right: auto;
    left: auto;
    justify-self: center;
    width: min(100%, 680px);
    overflow: visible;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .hero-visual { left: auto; }
}


/* Final art direction: wider left story, oversized right-edge product stage, logo green. */
:root {
  --blue: #64e51e;
  --blue-deep: #3b9c12;
  --blue-soft: #f2fbe8;
  --green-signal: #a5ef3b;
}

.nav-cta,
.button-primary { color: #102407; }
.nav-cta:hover { background: var(--blue-deep); color: #fff; }
.button-primary:hover { background: var(--blue-deep); color: #fff; }
.text-link { color: var(--blue-deep); }
.chat-topbar { background: var(--blue); color: #102407; }
.chat-name small, .chat-name b, .chat-menu { color: rgba(16,36,7,.78); }
.chat-name b::before { background: #27730b; }
.chat-menu:hover { background: rgba(16,36,7,.1); }
.user-bubble { background: var(--blue); color: #102407; }
.chat-input button { background: var(--blue); color: #102407; }

@media (min-width: 1101px) {
  .hero-grid {
    display: block;
    position: relative;
    width: min(calc(100% - 48px), 1440px);
    max-width: none;
    min-height: 850px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    width: min(50%, 680px);
    max-width: 680px;
  }

  .hero h1 { font-size: clamp(58px, 6.8vw, 96px); }

  .hero-visual {
    position: absolute;
    z-index: 1;
    top: 94px;
    left: 50%;
    right: auto;
    width: min(1140px, 78vw);
    min-height: 680px;
    overflow: visible;
    padding: 48px 34px 34px;
    animation: hello-rise .9s var(--ease-out) .1s both;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero-visual .chat-window { width: 100%; margin-left: 0; }
}

@media (max-width: 620px) {
  .hero-visual { left: auto; }
  .chat-topbar { background: var(--blue); }
}


/* Taller chat treatment + darker logo green. */
:root {
  --blue: #075b25;
  --blue-deep: #043c18;
  --blue-soft: #edf7ef;
  --green-signal: #78db2b;
}

.nav-cta,
.button-primary { color: #fff; }
.nav-cta:hover { background: var(--blue-deep); color: #fff; }
.button-primary:hover { background: var(--blue-deep); color: #fff; }
.chat-topbar { background: var(--blue); color: #fff; }
.chat-name small, .chat-name b, .chat-menu { color: rgba(255,255,255,.86); }
.chat-name b::before { background: #78db2b; }
.chat-menu:hover { background: rgba(255,255,255,.14); }
.user-bubble { background: var(--blue); color: #fff; }
.chat-input button { background: var(--blue); color: #fff; }

@media (min-width: 621px) {
  .hero-visual {
    min-height: 1020px;
  }

  .hero-visual .chat-topbar { min-height: 100px; }
  .hero-visual .chat-body { min-height: 730px; }
  .hero-visual .chat-input { min-height: 100px; }
}

@media (min-width: 1101px) {
  .hero-grid { min-height: 1170px; }
}

@media (max-width: 620px) {
  .hero-visual { min-height: 0; }
  .hero-visual .chat-topbar { min-height: 74px; }
  .hero-visual .chat-body { min-height: 320px; }
  .hero-visual .chat-input { min-height: 76px; }
}


/* Header brand lockup: larger logo with attribution beneath. */
.site-header .nav-wrap {
  min-height: 124px;
}

.site-header .brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.site-header .brand img {
  width: 180px;
  height: 103px;
  object-fit: contain;
  object-position: left center;
}

.site-header .brand .brand-byline {
  margin: -10px 0 0 4px;
  padding: 0;
  border: 0;
  color: #66716a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 620px) {
  .site-header .nav-wrap {
    min-height: 94px;
  }

  .site-header .brand img {
    width: 142px;
    height: 81px;
  }

  .site-header .brand .brand-byline {
    margin-top: -8px;
    margin-left: 3px;
    font-size: 9px;
  }

  .site-header .site-nav {
    top: 94px;
  }
}


/* Beefy footer close: brand, navigation, and a final invitation. */
.site-footer {
  background: var(--dark-surface);
  border-top: 1px solid rgba(255,255,255,.12);
}

.site-footer .footer-wrap {
  min-height: 286px;
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(160px, .6fr) minmax(260px, .9fr);
  align-items: start;
  gap: 64px;
  padding-top: 56px;
  padding-bottom: 48px;
  color: #a7abb5;
  font-size: 12px;
}

.footer-brand-area { min-width: 0; }
.site-footer .footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
}

.site-footer .footer-brand img {
  width: 220px;
  height: 126px;
  object-fit: contain;
  object-position: left center;
}

.site-footer .footer-brand .brand-byline {
  margin: -12px 0 0 5px;
  padding: 0;
  border: 0;
  color: #a7abb5;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: none;
}

.footer-tagline {
  max-width: 245px;
  margin: 8px 0 0;
  color: #d3d6dc;
  font-size: 14px;
  line-height: 1.55;
}

.footer-nav {
  display: grid;
  gap: 48px;
  padding-top: 10px;
}

.footer-nav a {
  color: #a7abb5;
  font-size: 13px;
  transition: color .2s ease, transform .2s ease;
}

.footer-nav a:hover {
  color: var(--green-signal);
  transform: translateX(3px);
}

.footer-closing {
  align-self: end;
  justify-self: end;
  text-align: right;
}

.footer-prompt {
  margin: 0 0 8px;
  color: var(--green-signal);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.site-footer .footer-meta {
  margin: 0;
  color: #777c87;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .site-footer .footer-wrap {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .site-footer .footer-brand img {
    width: 184px;
    height: 105px;
  }

  .footer-nav { padding-top: 0; }
  .footer-closing {
    align-self: start;
    justify-self: start;
    text-align: left;
  }
}


/* Final logo balance: compact header, offset footer attribution. */
.site-header .nav-wrap {
  min-height: 90px;
}

.site-header .brand {
  display: block;
}

.site-header .brand img {
  width: 128px;
  height: 73px;
}

@media (max-width: 620px) {
  .site-header .nav-wrap {
    min-height: 76px;
  }

  .site-header .brand img {
    width: 110px;
    height: 63px;
  }

  .site-header .site-nav {
    top: 76px;
  }
}

.site-footer .footer-brand .brand-byline {
  margin-left: 22px;
}

@media (max-width: 620px) {
  .site-footer .footer-brand .brand-byline {
    margin-left: 18px;
  }
}


/* Normal product-preview reset: aligned beside the copy, no oversized stage. */
@media (min-width: 1101px) {
  .hero-grid {
    display: grid;
    position: relative;
    width: min(calc(100% - 48px), 1440px);
    max-width: none;
    min-height: 770px;
    grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
    align-items: center;
    gap: clamp(42px, 7vw, 100px);
    padding-top: 106px;
    padding-bottom: 105px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    width: auto;
    max-width: 560px;
  }

  .hero-visual {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    left: auto;
    justify-self: end;
    width: min(550px, 100%);
    min-height: 0;
    overflow: visible;
    padding: 48px 34px 34px;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }

  .hero-visual .chat-topbar { min-height: 74px; }
  .hero-visual .chat-body { min-height: 365px; }
  .hero-visual .chat-input { min-height: 76px; }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    justify-self: center;
    width: min(550px, 100%);
    min-height: 0;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }

  .hero-visual .chat-topbar { min-height: 74px; }
  .hero-visual .chat-body { min-height: 365px; }
  .hero-visual .chat-input { min-height: 76px; }
}

@media (max-width: 620px) {
  .hero-grid { display: grid; min-height: 0; }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: calc(100% + 16px);
    min-height: 0;
  }

  .hero-visual .chat-window {
    width: 100%;
    margin-left: 0;
  }

  .hero-visual .chat-topbar { min-height: 74px; }
  .hero-visual .chat-body { min-height: 320px; }
  .hero-visual .chat-input { min-height: 76px; }
}

.site-footer .footer-brand .brand-byline {
  margin-top: -6px;
  margin-left: 38px;
}

@media (max-width: 620px) {
  .site-footer .footer-brand .brand-byline {
    margin-top: -4px;
    margin-left: 32px;
  }
}


/* Wider hero copy, normal right-side preview. */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 550px);
    gap: clamp(42px, 5vw, 80px);
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-lede {
    max-width: 540px;
  }
}


/* Desktop headline lock: two intentional lines, no internal wrapping. */
@media (min-width: 1200px) {
  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    width: max-content;
    max-width: none;
    font-size: clamp(52px, 5.8vw, 86px);
    letter-spacing: -.08em;
    white-space: nowrap;
  }
}


/* Shared site rail: keep the hero aligned with every other section. */
@media (min-width: 1101px) {
  .hero-grid {
    width: min(calc(100% - 64px), var(--container));
    max-width: var(--container);
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 48px;
  }

  .hero-visual {
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: clamp(50px, 5.1vw, 76px);
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero-grid {
    width: min(calc(100% - 64px), var(--container));
    max-width: var(--container);
  }
}


/* Exact hellochat-fe / hellochat-wp inline widget bridge. */
.hc-wp-root {
  --hc-wp-primary: #0066ff;
  --hc-wp-secondary: #fff;
  --hc-wp-text: #222;
  --hc-wp-muted: #667085;
  --hc-wp-border: #e5e7eb;
  --hc-wp-surface: #fff;
  --hc-wp-soft: #f2f6ff;
  --hc-wp-shadow: 0 18px 60px rgba(16,24,40,.2);
  position: relative;
  z-index: 1;
  color: var(--hc-wp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.hc-wp-root *,
.hc-wp-root *::before,
.hc-wp-root *::after { box-sizing: border-box; }

.hc-wp-inline { min-height: 620px; }
.hc-wp-inline .hc-wp-panel {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  display: flex;
  width: 100%;
  height: min(650px, 80vh);
  overflow: hidden;
  border: 1px solid var(--hc-wp-border);
  border-radius: 16px;
  background: var(--hc-wp-surface);
  box-shadow: var(--hc-wp-shadow);
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.hc-wp-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px;
  background: var(--hc-wp-primary);
  color: #fff;
}

.hc-wp-logo {
  display: grid;
  flex: none;
  place-items: center;
  width: 37px;
  height: 37px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 17px;
  font-weight: 700;
}

.hc-wp-heading { min-width: 0; flex: 1; }
.hc-wp-company {
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hc-wp-agent { display: block; font-size: 12px; opacity: .88; }
.hc-wp-status { font-size: 11px; }
.hc-wp-status::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: #52d273;
  content: '';
}
.hc-wp-header-actions { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hc-wp-close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.hc-wp-close:hover { background: rgba(255,255,255,.15); }
.hc-wp-close svg { width: 18px; height: 18px; }

.hc-wp-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 18px 14px 12px;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}
.hc-wp-welcome { color: var(--hc-wp-muted); font-size: 13px; text-align: center; }
.hc-wp-message { display: flex; max-width: 88%; flex-direction: column; gap: 3px; }
.hc-wp-message-user { align-self: flex-end; align-items: flex-end; }
.hc-wp-message-assistant { align-self: flex-start; }
.hc-wp-bubble {
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--hc-wp-soft);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.hc-wp-message-user .hc-wp-bubble { border-bottom-right-radius: 4px; background: var(--hc-wp-primary); color: #fff; }
.hc-wp-message-assistant .hc-wp-bubble { border-bottom-left-radius: 4px; }
.hc-wp-time { color: var(--hc-wp-muted); font-size: 10px; }

.hc-wp-suggestions { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 14px 10px; }
.hc-wp-chip {
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--hc-wp-primary), #fff 35%);
  border-radius: 999px;
  background: var(--hc-wp-primary);
  color: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.hc-wp-chip:hover { background: var(--hc-wp-primary); }

.hc-wp-footer { padding: 10px 12px; border-top: 1px solid var(--hc-wp-border); }
.hc-wp-compose {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 7px 7px 7px 11px;
  border: 1px solid var(--hc-wp-border);
  border-radius: 13px;
  background: var(--hc-wp-secondary);
}
.hc-wp-input {
  width: 100%;
  max-height: 100px;
  min-height: 25px;
  padding: 0;
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
  color: var(--hc-wp-text);
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
}
.hc-wp-input::placeholder { color: var(--hc-wp-muted); }
.hc-wp-send {
  display: grid;
  flex: none;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 9px;
  background: var(--hc-wp-primary);
  color: #fff;
  cursor: pointer;
}
.hc-wp-send svg { width: 16px; height: 16px; }
.hc-wp-send:disabled { opacity: .45; cursor: not-allowed; }
.hc-wp-branding { padding: 4px 0 0; color: var(--hc-wp-muted); font-size: 10px; text-align: center; }

@media (max-width: 620px) {
  .hc-wp-inline { min-height: 560px; }
  .hc-wp-inline .hc-wp-panel { height: min(74vh, 650px); border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .hc-wp-root *, .hc-wp-root *::before, .hc-wp-root *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}


/* Production panel layout repair: header → messages → suggestions → composer. */
.hc-wp-inline .hc-wp-panel {
  display: flex;
  flex-direction: column;
}

.hc-wp-inline .hc-wp-header,
.hc-wp-inline .hc-wp-suggestions,
.hc-wp-inline .hc-wp-footer {
  flex: 0 0 auto;
}

.hc-wp-inline .hc-wp-messages {
  min-height: 0;
  flex: 1 1 auto;
}


/* Logo hand crop for the production chat avatar. */
.hc-wp-logo {
  position: relative;
  background: #075b25;
}

.hc-wp-hand-icon {
  position: absolute;
  top: 0;
  left: -102px;
  width: 142px;
  height: 81px;
  max-width: none;
  object-fit: contain;
  object-position: left top;
}


/* Chat palette bridge: use the website’s dark-green system. */
.hc-wp-root {
  --hc-wp-primary: #075b25;
  --hc-wp-secondary: #ffffff;
  --hc-wp-text: #101114;
  --hc-wp-muted: #6d7078;
  --hc-wp-border: #e6e8ed;
  --hc-wp-surface: #ffffff;
  --hc-wp-soft: #edf7ef;
}

.hc-wp-hand-emoji {
  display: block;
  font-size: 20px;
  line-height: 1;
  transform: translateY(1px);
}

.hc-wp-logo {
  background: rgba(255,255,255,.16);
}

/* Retire the previous logo-image crop completely. */
.hc-wp-hand-icon { display: none; }


/* Why section repair: only feature copy and arrow remain in the row. */
.why-section .feature-item {
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 28px;
}

.why-section .feature-content {
  grid-column: 1;
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 28px;
  padding: 27px 0;
}

.why-section .feature-content h3,
.why-section .feature-content p {
  margin: 0;
}

.why-section .feature-content p {
  max-width: 560px;
}

.why-section .feature-arrow {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

@media (max-width: 620px) {
  .why-section .feature-item {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 16px;
    padding: 21px 0;
  }

  .why-section .feature-content {
    grid-column: 1;
    display: block;
    padding: 0;
  }

  .why-section .feature-content p {
    max-width: none;
    margin-top: 6px;
  }

  .why-section .feature-arrow {
    grid-column: 2;
    grid-row: 1;
  }
}


/* Mobile hero polish: smaller type, inline actions, SVG note icon. */
.note-mark svg {
  width: 11px;
  height: 11px;
  display: block;
}

@media (max-width: 620px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 58px);
    line-height: .98;
  }

  .hero-lede {
    max-width: 34rem;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 27px;
  }

  .hero-actions .button {
    min-height: 46px;
    gap: 10px;
    padding: 0 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-actions .text-link {
    gap: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
}


/* Mobile navigation polish: a compact brand panel, not a plain dropdown. */
@media (max-width: 967px) {
  .site-header {
    z-index: 20;
  }

  .site-header .nav-wrap {
    position: relative;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(7,91,37,.16);
    border-radius: 14px;
    background: #edf7ef;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }

  .site-header .menu-toggle:hover {
    background: #dff0e3;
    transform: translateY(-1px);
  }

  .site-header .menu-toggle span:not(.sr-only) {
    position: absolute;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #075b25;
    transition: transform .22s ease, background .2s ease;
  }

  .site-header .menu-toggle span:not(.sr-only):first-of-type { transform: translateY(-4px); }
  .site-header .menu-toggle span:not(.sr-only):last-of-type { transform: translateY(4px); }
  .site-header .menu-toggle[aria-expanded="true"] { border-color: rgba(255,255,255,.16); background: #075b25; }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only) { background: #a5ef3b; }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: rotate(45deg); }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { transform: rotate(-45deg); }

  .site-header .site-nav {
    top: 76px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: #075b25;
    box-shadow: 0 22px 55px rgba(2,42,16,.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transform-origin: top right;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  .site-header .site-nav::before {
    display: block;
    padding: 3px 12px 10px;
    color: rgba(255,255,255,.52);
    content: 'Navigation';
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .site-header .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-header .site-nav a:not(.nav-cta) {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.86);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: color .18s ease, padding-left .18s ease;
  }

  .site-header .site-nav a:not(.nav-cta):hover,
  .site-header .site-nav a:not(.nav-cta):focus-visible {
    padding-left: 16px;
    color: #a5ef3b;
  }

  .site-header .site-nav .nav-cta {
    justify-content: space-between;
    min-height: 48px;
    margin-top: 12px;
    padding: 0 15px;
    border: 0;
    border-radius: 14px;
    background: #a5ef3b;
    color: #102407;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
  }

  .site-header .site-nav .nav-cta:hover,
  .site-header .site-nav .nav-cta:focus-visible {
    background: #c0fa70;
    color: #102407;
  }
}


/* Mobile menu reset: simple two-line toggle, full-width white sheet. */
@media (max-width: 967px) {
  .site-header .nav-wrap {
    position: static;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: none;
  }

  .site-header .menu-toggle:hover {
    background: transparent;
    transform: none;
  }

  .site-header .menu-toggle span:not(.sr-only) {
    position: absolute;
    left: 6px;
    width: 24px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #075b25;
    transition: transform .22s ease, background .2s ease;
  }

  .site-header .menu-toggle span:not(.sr-only):first-of-type { top: 14px; transform: none; }
  .site-header .menu-toggle span:not(.sr-only):last-of-type { top: 21px; transform: none; }
  .site-header .menu-toggle[aria-expanded="true"] { background: transparent; }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only) { background: #075b25; }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { top: 17px; transform: rotate(45deg); }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { top: 17px; transform: rotate(-45deg); }

  .site-header .site-nav {
    top: 76px;
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 24px 24px 30px;
    border: 0;
    border-top: 1px solid #e6e8ed;
    border-radius: 0 0 24px 24px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(16,24,40,.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transform-origin: top center;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  .site-header .site-nav::before {
    padding: 0 0 14px;
    color: #6d7078;
    content: 'Navigation';
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .site-header .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .site-nav a:not(.nav-cta) {
    padding: 17px 0;
    border-bottom: 1px solid #e6e8ed;
    color: #101114;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .18s ease, padding-left .18s ease;
  }

  .site-header .site-nav a:not(.nav-cta):hover,
  .site-header .site-nav a:not(.nav-cta):focus-visible {
    padding-left: 7px;
    color: #075b25;
  }

  .site-header .site-nav .nav-cta {
    justify-content: space-between;
    min-height: 50px;
    margin-top: 18px;
    padding: 0 17px;
    border: 0;
    border-radius: 12px;
    background: #075b25;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
  }

  .site-header .site-nav .nav-cta:hover,
  .site-header .site-nav .nav-cta:focus-visible {
    background: #043c18;
    color: #fff;
  }
}


/* Mobile X correction: the sr-only span follows the two visual bars. */
@media (max-width: 967px) {
  .site-header .menu-toggle span:not(.sr-only):nth-of-type(1),
  .site-header .menu-toggle span:not(.sr-only):nth-of-type(2) {
    transform-origin: center;
  }

  .site-header .menu-toggle span:not(.sr-only):nth-of-type(1) { top: 14px; transform: none; }
  .site-header .menu-toggle span:not(.sr-only):nth-of-type(2) { top: 21px; transform: none; }

  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(1),
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) {
    top: 17px;
  }

  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(1) { transform: rotate(45deg); }
  .site-header .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: rotate(-45deg); }
}


/* Header: solid white at rest, with a subtle elevation after scrolling. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
  transition: box-shadow .2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 16px rgba(16, 24, 40, .1);
}


/* Hero chat motion: a quiet live-preview rhythm without changing the layout. */
.hero-visual .hc-wp-panel {
  animation: hc-panel-float 8s ease-in-out 1.1s infinite;
  will-change: transform;
}

.hero-visual .hc-wp-status::before {
  animation: hc-status-pulse 2.4s ease-in-out 1.35s infinite;
  will-change: box-shadow, opacity;
}

.hero-visual .hc-wp-messages > .hc-wp-welcome,
.hero-visual .hc-wp-messages > .hc-wp-message {
  animation: hc-message-in .65s var(--ease-out, cubic-bezier(.22, 1, .36, 1)) both;
  will-change: opacity, transform;
}

.hero-visual .hc-wp-messages > .hc-wp-welcome { animation-delay: .2s; }
.hero-visual .hc-wp-messages > .hc-wp-message:nth-of-type(1) { animation-delay: .48s; }
.hero-visual .hc-wp-messages > .hc-wp-message:nth-of-type(2) { animation-delay: .78s; }
.hero-visual .hc-wp-messages > .hc-wp-message:nth-of-type(3) { animation-delay: 1.08s; }

@keyframes hc-panel-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes hc-status-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(82,210,115,0); }
  50% { opacity: .82; box-shadow: 0 0 0 4px rgba(82,210,115,.16); }
}

@keyframes hc-message-in {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual .hc-wp-panel,
  .hero-visual .hc-wp-status::before,
  .hero-visual .hc-wp-messages > .hc-wp-welcome,
  .hero-visual .hc-wp-messages > .hc-wp-message {
    animation: none;
    will-change: auto;
  }
}


/* Far-right hero chat stream: decorative background motion behind the live preview. */
.hero-chat-stream {
  position: absolute;
  z-index: 0;
  top: 86px;
  right: -92px;
  width: 286px;
  height: 570px;
  pointer-events: none;
  opacity: .34;
  transform: rotate(-4deg);
}

.hero-stream-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 102, 255, .2);
  border-radius: 17px 17px 17px 5px;
  background: rgba(242, 246, 255, .72);
  box-shadow: 0 12px 28px rgba(16, 24, 40, .06);
  animation: hero-stream-chat 10s cubic-bezier(.22, 1, .36, 1) infinite;
  will-change: opacity, transform;
}

.hero-stream-bubble--incoming { left: 21px; width: 178px; }
.hero-stream-bubble--outgoing {
  right: 17px;
  border-color: rgba(7, 91, 37, .2);
  border-radius: 17px 17px 5px 17px;
  background: rgba(237, 247, 239, .78);
}
.hero-stream-bubble--one { top: 52px; animation-delay: -1.2s; }
.hero-stream-bubble--two { top: 157px; width: 139px; animation-delay: -3.6s; }
.hero-stream-bubble--three { top: 277px; width: 190px; animation-delay: -5.8s; }
.hero-stream-bubble--four { top: 401px; width: 151px; animation-delay: -8.1s; }

.hero-stream-avatar {
  display: grid;
  flex: none;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(7, 91, 37, .16);
  color: #075b25;
  font-size: 9px;
  font-weight: 800;
}

.hero-stream-lines {
  display: grid;
  width: 100%;
  gap: 5px;
}
.hero-stream-lines i {
  display: block;
  width: 88%;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 102, 255, .2);
}
.hero-stream-lines i:nth-child(2) { width: 68%; }
.hero-stream-lines i.is-short { width: 43%; }
.hero-stream-bubble--outgoing .hero-stream-lines i { background: rgba(7, 91, 37, .2); }

.hero-stream-typing {
  position: absolute;
  top: 507px;
  left: 41px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 52px;
  height: 29px;
  padding: 0 11px;
  border: 1px solid rgba(7, 91, 37, .17);
  border-radius: 15px 15px 15px 5px;
  background: rgba(237, 247, 239, .7);
  animation: hero-stream-typing 1.6s ease-in-out infinite;
  will-change: opacity, transform;
}
.hero-stream-typing i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(7, 91, 37, .5);
  animation: hero-stream-dot 1.3s ease-in-out infinite;
}
.hero-stream-typing i:nth-child(2) { animation-delay: .16s; }
.hero-stream-typing i:nth-child(3) { animation-delay: .32s; }

@keyframes hero-stream-chat {
  0%, 10% { opacity: .18; transform: translate3d(18px, 17px, 0) scale(.96); }
  23%, 68% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  84%, 100% { opacity: .12; transform: translate3d(-13px, -14px, 0) scale(.97); }
}

@keyframes hero-stream-typing {
  0%, 100% { opacity: .2; transform: translateY(5px); }
  35%, 70% { opacity: .95; transform: translateY(0); }
}

@keyframes hero-stream-dot {
  0%, 60%, 100% { opacity: .35; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

@media (max-width: 1100px) {
  .hero-chat-stream { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-chat-stream,
  .hero-stream-bubble,
  .hero-stream-typing,
  .hero-stream-typing i {
    animation: none;
    will-change: auto;
  }
}


/* Full right-half chat field on desktop. */
@media (min-width: 1101px) {
  .hero-chat-stream {
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    opacity: .24;
    transform: none;
    background:
      radial-gradient(circle at 72% 28%, rgba(0,102,255,.08), transparent 34%),
      radial-gradient(circle at 28% 76%, rgba(7,91,37,.06), transparent 31%),
      linear-gradient(90deg, rgba(242,246,255,.28), rgba(255,255,255,0));
  }

  .hero-stream-bubble--incoming { left: 9%; width: 48%; }
  .hero-stream-bubble--outgoing { right: 9%; }
  .hero-stream-bubble--one { top: 14%; }
  .hero-stream-bubble--two { top: 30%; width: 37%; }
  .hero-stream-bubble--three { top: 49%; width: 51%; }
  .hero-stream-bubble--four { top: 68%; width: 40%; }
  .hero-stream-typing { top: 84%; left: 18%; }
}


/* Restore compact angled stream: keep the chat texture atmospheric, not full-width. */
@media (min-width: 1101px) {
  .hero-chat-stream {
    top: 86px;
    right: -92px;
    bottom: auto;
    left: auto;
    width: 286px;
    height: 570px;
    min-height: 0;
    overflow: visible;
    opacity: .34;
    transform: rotate(-4deg);
    background: none;
  }

  .hero-stream-bubble--incoming { left: 21px; width: 178px; }
  .hero-stream-bubble--outgoing { right: 17px; }
  .hero-stream-bubble--one { top: 52px; }
  .hero-stream-bubble--two { top: 157px; width: 139px; }
  .hero-stream-bubble--three { top: 277px; width: 190px; }
  .hero-stream-bubble--four { top: 401px; width: 151px; }
  .hero-stream-typing { top: 507px; left: 41px; }
}


/* Full-hero chat texture: keep the angled character, spread it quietly across the background. */
@media (min-width: 1101px) {
  .hero-chat-stream {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    opacity: .18;
    transform: rotate(-4deg) scale(1.04);
    transform-origin: center;
    background:
      radial-gradient(circle at 18% 22%, rgba(0,102,255,.055), transparent 24%),
      radial-gradient(circle at 82% 74%, rgba(7,91,37,.05), transparent 27%),
      linear-gradient(118deg, rgba(242,246,255,.2), rgba(255,255,255,0) 58%);
  }

  .hero-stream-bubble--incoming { left: 6%; width: 22%; }
  .hero-stream-bubble--outgoing { right: 7%; }
  .hero-stream-bubble--one { top: 12%; }
  .hero-stream-bubble--two { top: 29%; width: 17%; }
  .hero-stream-bubble--three { top: 52%; width: 26%; }
  .hero-stream-bubble--four { top: 72%; width: 19%; }
  .hero-stream-typing { top: 86%; left: 37%; }
}


/* Responsive chat texture: left half on desktop, top half on mobile. */
@media (min-width: 1101px) {
  .hero-chat-stream {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 50%;
    height: auto;
    min-height: 100%;
    opacity: .10;
    transform: rotate(-4deg) scale(1.04);
    background:
      radial-gradient(circle at 30% 24%, rgba(0,102,255,.045), transparent 30%),
      radial-gradient(circle at 72% 78%, rgba(7,91,37,.04), transparent 32%),
      linear-gradient(118deg, rgba(242,246,255,.14), rgba(255,255,255,0) 68%);
  }

  .hero-stream-bubble--incoming { left: 8%; width: 40%; }
  .hero-stream-bubble--outgoing { right: 8%; }
  .hero-stream-bubble--one { top: 12%; }
  .hero-stream-bubble--two { top: 31%; width: 29%; }
  .hero-stream-bubble--three { top: 55%; width: 46%; }
  .hero-stream-bubble--four { top: 73%; width: 34%; }
  .hero-stream-typing { top: 87%; left: 38%; }
}

@media (max-width: 620px) {
  .hero-chat-stream {
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 50%;
    min-height: 0;
    opacity: .08;
    transform: rotate(-4deg) scale(1.04);
    background:
      radial-gradient(circle at 25% 28%, rgba(0,102,255,.04), transparent 32%),
      radial-gradient(circle at 76% 70%, rgba(7,91,37,.035), transparent 34%);
  }

  .hero-stream-bubble--incoming { left: 6%; width: 43%; }
  .hero-stream-bubble--outgoing { right: 7%; }
  .hero-stream-bubble--one { top: 10%; }
  .hero-stream-bubble--two { top: 29%; width: 25%; }
  .hero-stream-bubble--three { top: 51%; width: 50%; }
  .hero-stream-bubble--four { top: 70%; width: 35%; }
  .hero-stream-typing { top: 84%; left: 39%; }
}


/* Visibility lift: make the responsive chat texture easier to notice. */
@media (min-width: 1101px) {
  .hero-chat-stream { opacity: .16; }
}

@media (max-width: 620px) {
  .hero-chat-stream { opacity: .12; }
}


/* Final chat texture scale and visibility. */
@media (min-width: 1101px) {
  .hero-chat-stream {
    width: 40%;
    opacity: .5;
  }
}

@media (max-width: 620px) {
  .hero-chat-stream {
    opacity: .5;
  }
}


/* Scattered hero chat bubbles: decorative, varied, and quietly alive. */
.hero-random-chats {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .5;
}

.hero-random-bubble {
  --bubble-angle: -4deg;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 102, 255, .18);
  border-radius: 17px 17px 17px 5px;
  background: rgba(242, 246, 255, .72);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .04);
  color: rgba(0, 71, 179, .62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -.01em;
  animation: hero-random-drift 12s cubic-bezier(.22, 1, .36, 1) infinite;
  will-change: opacity, transform;
}

.hero-random-bubble--green {
  border-color: rgba(7, 91, 37, .18);
  border-radius: 17px 17px 5px 17px;
  background: rgba(237, 247, 239, .76);
  color: rgba(7, 91, 37, .62);
}
.hero-random-bubble--outline {
  border-color: rgba(16, 17, 20, .13);
  background: rgba(255, 255, 255, .54);
  color: rgba(16, 17, 20, .48);
}
.hero-random-bubble--a { top: 11%; left: 5%; --bubble-angle: -6deg; animation-delay: -1.1s; }
.hero-random-bubble--b { top: 19%; left: 72%; --bubble-angle: 4deg; animation-delay: -4.5s; }
.hero-random-bubble--c { top: 32%; left: 27%; --bubble-angle: -2deg; animation-delay: -7.2s; }
.hero-random-bubble--d { top: 39%; right: 5%; --bubble-angle: 6deg; animation-delay: -2.8s; }
.hero-random-bubble--e { top: 53%; left: 7%; --bubble-angle: 3deg; animation-delay: -9.1s; }
.hero-random-bubble--f { top: 59%; left: 68%; --bubble-angle: -5deg; animation-delay: -5.6s; }
.hero-random-bubble--g { top: 71%; left: 31%; --bubble-angle: 5deg; animation-delay: -10.4s; }
.hero-random-bubble--h { top: 78%; right: 12%; --bubble-angle: -3deg; animation-delay: -3.8s; }
.hero-random-bubble--i { top: 45%; left: 54%; --bubble-angle: 2deg; animation-delay: -6.7s; }
.hero-random-bubble--j { top: 88%; left: 47%; min-width: 36px; padding-inline: 10px; --bubble-angle: -7deg; animation-delay: -8.5s; }

@keyframes hero-random-drift {
  0%, 100% { opacity: .28; transform: translate3d(0, 8px, 0) rotate(var(--bubble-angle)) scale(.96); }
  25%, 72% { opacity: 1; transform: translate3d(7px, -5px, 0) rotate(var(--bubble-angle)) scale(1); }
}

@media (max-width: 620px) {
  .hero-random-bubble {
    min-width: 64px;
    min-height: 29px;
    padding: 6px 9px;
    border-radius: 14px 14px 14px 4px;
    font-size: 9px;
  }

  .hero-random-bubble--green { border-radius: 14px 14px 4px 14px; }
  .hero-random-bubble--a { top: 8%; left: 4%; }
  .hero-random-bubble--b { top: 18%; left: 69%; }
  .hero-random-bubble--c { top: 34%; left: 20%; }
  .hero-random-bubble--d { top: 42%; right: 4%; }
  .hero-random-bubble--e { top: 56%; left: 5%; }
  .hero-random-bubble--f { top: 65%; left: 66%; }
  .hero-random-bubble--g { top: 76%; left: 27%; }
  .hero-random-bubble--h { top: 84%; right: 8%; }
  .hero-random-bubble--i { top: 48%; left: 50%; }
  .hero-random-bubble--j { top: 91%; left: 43%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-random-chats,
  .hero-random-bubble {
    animation: none;
    will-change: auto;
  }
}


/* Wordless chatbot field: bubbles, avatars, message bars, and typing dots only. */
.hero-random-chats {
  opacity: .5;
}

.hero-random-chat {
  --chat-angle: -4deg;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 46px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 102, 255, .2);
  border-radius: 16px 16px 16px 5px;
  background: rgba(242, 246, 255, .78);
  box-shadow: 0 10px 25px rgba(16, 24, 40, .045);
  animation: hero-random-chat-drift 12s cubic-bezier(.22, 1, .36, 1) infinite;
  will-change: opacity, transform;
}

.hero-random-chat--incoming { width: 180px; }
.hero-random-chat--outgoing {
  border-color: rgba(7, 91, 37, .2);
  border-radius: 16px 16px 5px 16px;
  background: rgba(237, 247, 239, .8);
}
.hero-random-chat--typing {
  justify-content: center;
  width: 58px;
  height: 32px;
  padding: 0 10px;
  gap: 5px;
  border-color: rgba(7, 91, 37, .18);
  border-radius: 15px 15px 15px 5px;
  background: rgba(237, 247, 239, .78);
  animation-name: hero-random-typing;
}

.hero-random-avatar {
  display: block;
  flex: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(7, 91, 37, .22);
  border-radius: 50%;
  background: rgba(7, 91, 37, .42);
}
.hero-random-lines {
  display: grid;
  flex: 1;
  gap: 5px;
}
.hero-random-lines i {
  display: block;
  width: 88%;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 102, 255, .24);
}
.hero-random-lines i:nth-child(2) { width: 69%; }
.hero-random-lines i.is-short { width: 43%; }
.hero-random-chat--outgoing .hero-random-lines i { background: rgba(7, 91, 37, .24); }
.hero-random-chat--typing i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(7, 91, 37, .52);
  animation: hero-random-dot 1.25s ease-in-out infinite;
}
.hero-random-chat--typing i:nth-child(2) { animation-delay: .15s; }
.hero-random-chat--typing i:nth-child(3) { animation-delay: .3s; }

.hero-random-chat--a { top: 11%; left: 5%; --chat-angle: -6deg; animation-delay: -1.1s; }
.hero-random-chat--b { top: 19%; left: 72%; width: 132px; --chat-angle: 4deg; animation-delay: -4.5s; }
.hero-random-chat--c { top: 32%; left: 27%; width: 198px; --chat-angle: -2deg; animation-delay: -7.2s; }
.hero-random-chat--d { top: 39%; right: 5%; width: 150px; --chat-angle: 6deg; animation-delay: -2.8s; }
.hero-random-chat--e { top: 53%; left: 7%; animation-delay: -9.1s; }
.hero-random-chat--f { top: 59%; left: 68%; width: 170px; --chat-angle: -5deg; animation-delay: -5.6s; }
.hero-random-chat--g { top: 71%; left: 31%; width: 142px; --chat-angle: 5deg; animation-delay: -10.4s; }
.hero-random-chat--h { top: 78%; right: 12%; width: 186px; --chat-angle: -3deg; animation-delay: -3.8s; }
.hero-random-chat--i { top: 45%; left: 54%; animation-delay: -6.7s; }
.hero-random-chat--j { top: 88%; left: 47%; width: 132px; --chat-angle: -7deg; animation-delay: -8.5s; }

@keyframes hero-random-chat-drift {
  0%, 100% { opacity: .28; transform: translate3d(0, 8px, 0) rotate(var(--chat-angle)) scale(.96); }
  25%, 72% { opacity: 1; transform: translate3d(7px, -5px, 0) rotate(var(--chat-angle)) scale(1); }
}
@keyframes hero-random-typing {
  0%, 100% { opacity: .25; transform: translate3d(0, 6px, 0) rotate(var(--chat-angle)) scale(.95); }
  35%, 70% { opacity: 1; transform: translate3d(4px, 0, 0) rotate(var(--chat-angle)) scale(1); }
}
@keyframes hero-random-dot {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

@media (max-width: 620px) {
  .hero-random-chat {
    height: 36px;
    padding: 7px 9px;
    gap: 7px;
    border-radius: 13px 13px 13px 4px;
  }
  .hero-random-chat--incoming { width: 132px; }
  .hero-random-chat--outgoing { border-radius: 13px 13px 4px 13px; }
  .hero-random-chat--typing { width: 48px; height: 27px; padding: 0 8px; }
  .hero-random-avatar { width: 16px; height: 16px; border-width: 2px; }
  .hero-random-lines { gap: 4px; }
  .hero-random-lines i { height: 3px; }
  .hero-random-chat--b { top: 18%; left: 69%; width: 98px; }
  .hero-random-chat--c { top: 34%; left: 20%; width: 145px; }
  .hero-random-chat--d { top: 42%; right: 4%; width: 108px; }
  .hero-random-chat--e { top: 56%; left: 5%; }
  .hero-random-chat--f { top: 65%; left: 66%; width: 124px; }
  .hero-random-chat--g { top: 76%; left: 27%; width: 104px; }
  .hero-random-chat--h { top: 84%; right: 8%; width: 136px; }
  .hero-random-chat--i { top: 48%; left: 50%; }
  .hero-random-chat--j { top: 91%; left: 43%; width: 98px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-random-chats,
  .hero-random-chat,
  .hero-random-chat--typing i {
    animation: none;
    will-change: auto;
  }
}


/* Stronger chatbot motion: visible enter, hold, exit, and staggered re-entry. */
.hero-random-chat {
  animation-name: hero-random-chat-cycle;
  animation-duration: 9s;
}
.hero-random-chat--typing {
  animation-name: hero-random-typing-cycle;
}

@keyframes hero-random-chat-cycle {
  0%, 8% { opacity: 0; transform: translate3d(25px, 24px, 0) rotate(var(--chat-angle)) scale(.74); }
  20%, 62% { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--chat-angle)) scale(1); }
  72% { opacity: .82; transform: translate3d(-9px, -8px, 0) rotate(var(--chat-angle)) scale(1.02); }
  86%, 100% { opacity: 0; transform: translate3d(-24px, -22px, 0) rotate(var(--chat-angle)) scale(.78); }
}

@keyframes hero-random-typing-cycle {
  0%, 10% { opacity: 0; transform: translate3d(20px, 18px, 0) rotate(var(--chat-angle)) scale(.74); }
  25%, 63% { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--chat-angle)) scale(1); }
  76%, 100% { opacity: 0; transform: translate3d(-18px, -16px, 0) rotate(var(--chat-angle)) scale(.8); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-random-chat,
  .hero-random-chat--typing i {
    animation: none;
    will-change: auto;
  }
}


/* Collision guard: one bubble system, safer lanes, and tighter motion bounds. */
.hero-chat-stream {
  display: none !important;
}

.hero-random-chat--a { top: 8%; }
.hero-random-chat--b { top: 20%; }
.hero-random-chat--c { top: 35%; }
.hero-random-chat--d { top: 43%; }
.hero-random-chat--e { top: 56%; }
.hero-random-chat--f { top: 64%; }
.hero-random-chat--g { top: 75%; }
.hero-random-chat--h { top: 84%; }
.hero-random-chat--i { top: 48%; }
.hero-random-chat--j { top: 88%; }

@keyframes hero-random-chat-cycle {
  0%, 8% { opacity: 0; transform: translate3d(12px, 12px, 0) rotate(var(--chat-angle)) scale(.88); }
  20%, 62% { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--chat-angle)) scale(1); }
  72% { opacity: .82; transform: translate3d(-5px, -5px, 0) rotate(var(--chat-angle)) scale(1.01); }
  86%, 100% { opacity: 0; transform: translate3d(-12px, -12px, 0) rotate(var(--chat-angle)) scale(.9); }
}

@keyframes hero-random-typing-cycle {
  0%, 10% { opacity: 0; transform: translate3d(10px, 10px, 0) rotate(var(--chat-angle)) scale(.88); }
  25%, 63% { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--chat-angle)) scale(1); }
  76%, 100% { opacity: 0; transform: translate3d(-10px, -10px, 0) rotate(var(--chat-angle)) scale(.9); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-random-chat,
  .hero-random-chat--typing i {
    animation: none;
    will-change: auto;
  }
}


/* Mobile collision spacing for the right-side and lower bubble lanes. */
@media (max-width: 620px) {
  .hero-random-chat--i { top: 52%; }
  .hero-random-chat--h { top: 78%; }
  .hero-random-chat--j { top: 91%; }
}


@media (max-width: 620px) {
  .hero-random-chat--h { top: 82%; }
}


/* Section kickers: consistent small, thin, uppercase labels. */
.section-kicker,
.why-section .section-kicker,
.process-section .section-kicker,
.cta-section .section-kicker {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}


/* Technical How It Works pipeline. */
.how-section {
  padding: 126px 0 138px;
  background: #f8fbff;
  color: var(--ink);
}

.how-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: 60px;
}

.how-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .94;
}
.how-intro h2 span { color: var(--blue); }
.how-intro .section-summary {
  margin: 0 0 3px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.how-diagram-shell {
  position: relative;
  margin-top: 62px;
  overflow: hidden;
  border: 1px solid #dce5f2;
  border-radius: 28px;
  background: #f4f8fe;
  box-shadow: 0 18px 48px rgba(16, 24, 40, .07);
}
.how-diagram { display: block; width: 100%; height: auto; }
.how-diagram-mobile { display: none; }
.how-canvas { fill: #f9fbff; }
.how-grid { opacity: .82; }
.how-rail {
  fill: none;
  stroke: rgba(0, 102, 255, .11);
  stroke-width: 2;
  stroke-linecap: round;
}
.how-rail-mobile { stroke: rgba(0, 102, 255, .14); }
.how-flow-line {
  fill: none;
  stroke: #0066ff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 4 10;
  animation: how-flow 2.4s linear infinite;
}
.how-flow-line--2 { animation-delay: -.4s; }
.how-flow-line--3 { animation-delay: -.8s; }
.how-flow-line--4 { animation-delay: -1.2s; }
.how-flow-line--5 { animation-delay: -1.6s; }

.how-node { animation: how-node-in .7s var(--ease-out, cubic-bezier(.22, 1, .36, 1)) both; }
.how-node-chat { animation-delay: .08s; }
.how-node-api { animation-delay: .16s; }
.how-node-vector { animation-delay: .24s; }
.how-node-mcp { animation-delay: .32s; }
.how-node-ai { animation-delay: .4s; }
.how-node-card {
  fill: rgba(255, 255, 255, .92);
  stroke: #dce5f2;
  stroke-width: 1.5;
  filter: drop-shadow(0 8px 12px rgba(16, 24, 40, .05));
}
.how-node-card--ai { fill: #f1fbe2; stroke: rgba(166, 244, 62, .75); }
.how-node-icon { stroke: none; }
.how-node-icon--blue { fill: #e8f0fe; }
.how-node-icon--green { fill: #e6f4ea; }
.how-node-icon--lime { fill: #dff9ad; }
.how-icon-stroke {
  fill: none;
  stroke: #0066ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.how-node-chat .how-icon-stroke,
.how-node-vector .how-icon-stroke { stroke: #188038; }
.how-node-ai .how-icon-stroke { stroke: #315f08; }
.how-icon-dot { fill: #0066ff; }
.how-node-label {
  fill: #101114;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.how-node-meta {
  fill: #7b8798;
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.how-caption,
.how-status {
  fill: #7b8798;
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
}
.how-status { fill: #188038; }

@keyframes how-flow { to { stroke-dashoffset: -56; } }
@keyframes how-node-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 860px) {
  .how-section { padding: 88px 0 96px; }
  .how-intro { display: block; }
  .how-intro h2 { font-size: clamp(48px, 14vw, 68px); }
  .how-intro .section-summary { max-width: 430px; margin-top: 28px; }
  .how-diagram-shell { margin-top: 42px; border-radius: 22px; }
  .how-diagram-desktop { display: none; }
  .how-diagram-mobile { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .how-flow-line,
  .how-node {
    animation: none;
  }
}


/* Flow activity: packets travel the curved routes while node icons breathe softly. */
.how-flow-packet {
  fill: #0066ff;
  opacity: .95;
  filter: drop-shadow(0 0 5px rgba(0, 102, 255, .55));
}
.how-flow-packet--green {
  fill: #188038;
  filter: drop-shadow(0 0 5px rgba(24, 128, 56, .5));
}
.how-flow-packet--lime {
  fill: #6a9f16;
  filter: drop-shadow(0 0 5px rgba(166, 244, 62, .65));
}
.how-node-icon {
  transform-box: fill-box;
  transform-origin: center;
  animation: how-icon-pulse 3.6s ease-in-out infinite;
}
.how-node-chat .how-node-icon { animation-delay: -.6s; }
.how-node-api .how-node-icon { animation-delay: -1.2s; }
.how-node-vector .how-node-icon { animation-delay: -1.8s; }
.how-node-mcp .how-node-icon { animation-delay: -2.4s; }
.how-node-ai .how-node-icon { animation-delay: -3s; }

@keyframes how-icon-pulse {
  0%, 100% { opacity: .78; transform: scale(1); }
  45% { opacity: 1; transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .how-flow-line,
  .how-node,
  .how-node-icon {
    animation: none;
  }
  .how-flow-packet { display: none; }
}


/* Open technical diagram: transparent canvas, larger footprint, more breathing room. */
.how-diagram-shell {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.how-canvas,
.how-grid { display: none; }
.how-diagram { overflow: visible; }

@media (min-width: 1200px) {
  .how-diagram-desktop {
    width: calc(100% + 180px);
    max-width: none;
    margin-left: -90px;
  }
}

@media (min-width: 861px) and (max-width: 1199px) {
  .how-diagram-shell { margin-bottom: 34px; }
  .how-diagram-desktop {
    transform: scale(1.08);
    transform-origin: center;
  }
}

@media (max-width: 860px) {
  .how-diagram-shell {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .how-diagram-mobile { width: 100%; }
}


/* Branched pipeline details. */
.how-branch-label {
  fill: #0066ff;
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.how-node-vector-alt .how-node-icon { fill: #e8f0fe; }
.how-node-mcp .how-icon-stroke { stroke: #0066ff; }
.how-node-mcp .how-icon-dot { fill: #188038; }
.how-flow-line--6 { animation-delay: -2s; }
.how-flow-line--7 { animation-delay: -2.4s; }
.how-flow-line--8 { animation-delay: -2.8s; }
.how-flow-line--9 { animation-delay: -3.2s; }
.how-flow-line--10 { animation-delay: -3.6s; }
.how-flow-line--11 { animation-delay: -4s; }


/* Desktop diagram scale: larger system map, tighter entry spacing. */
@media (min-width: 861px) {
  .how-section { padding-top: 82px; }
  .how-diagram-shell { margin-top: 42px; }
}

@media (min-width: 1200px) {
  .how-diagram-desktop {
    transform: scale(1.1);
    transform-origin: center;
    margin-bottom: 56px;
  }
}


/* Deployment options. */
.deployment-section {
  padding: 116px 0 126px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.deployment-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: 60px;
}
.deployment-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .94;
}
.deployment-intro h2 span { color: var(--blue); }
.deployment-intro .section-summary {
  margin: 0 0 3px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.deployment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}
.deployment-card {
  display: flex;
  min-height: 304px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dce5f2;
  border-radius: 22px;
  background: #f9fbff;
  transition: transform .25s var(--ease-out, ease), box-shadow .25s ease, border-color .25s ease;
}
.deployment-card:hover {
  transform: translateY(-4px);
  border-color: #b9cce6;
  box-shadow: 0 16px 34px rgba(16, 24, 40, .08);
}
.deployment-card--ready { border-color: rgba(24, 128, 56, .28); background: #f5fbf5; }
.deployment-card--available { border-color: rgba(0, 102, 255, .25); }
.deployment-card--soon { border-style: dashed; background: #fbfcfe; }
.deployment-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.deployment-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e8f0fe;
  color: var(--blue);
}
.deployment-card--ready .deployment-icon { background: #e6f4ea; color: #188038; }
.deployment-card--soon .deployment-icon { background: #f0f2f5; color: #7b808a; }
.deployment-icon svg { width: 21px; height: 21px; }
.deployment-status {
  color: #188038;
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
}
.deployment-card--available .deployment-status { color: var(--blue); }
.deployment-card--soon .deployment-status { color: #7b808a; }
.deployment-card h3 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.1;
}
.deployment-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}
.deployment-card code {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: #188038;
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 10px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.deployment-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}
.deployment-card--soon .deployment-link { color: #7b808a; }
.deployment-link span { font-size: 15px; }

@media (max-width: 860px) {
  .deployment-section { padding: 88px 0 96px; }
  .deployment-intro { display: block; }
  .deployment-intro h2 { font-size: clamp(48px, 14vw, 68px); }
  .deployment-intro .section-summary { max-width: 430px; margin-top: 28px; }
  .deployment-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 42px; }
  .deployment-card { min-height: 0; padding: 24px; }
  .deployment-card h3 { margin-top: 26px; }
}


/* Platform brand marks. */
.deployment-icon--brand { background: #eef5fb; }
.deployment-card--soon .deployment-icon--brand { background: #f1f6e9; }
.deployment-logo { display: block; width: 24px; height: 24px; }


.deployment-logo {
  object-fit: contain;
}


/* Four-platform deployment grid. */
.deployment-icon--react { background: #e8f0fe; color: #087ea4; }

@media (min-width: 1101px) {
  .deployment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 861px) and (max-width: 1100px) {
  .deployment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* Keep the compact embed snippet on one line. */
.deployment-card code {
  font-size: 8px;
  letter-spacing: -.04em;
  white-space: nowrap;
  overflow-wrap: normal;
}


/* Footer lead band: a stronger final invitation above the utility grid. */
.site-footer .footer-lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding-top: 78px;
  padding-bottom: 68px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-eyebrow {
  margin: 0 0 20px;
  color: var(--green-signal);
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-lead h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 94px);
  font-weight: 600;
  letter-spacing: -.085em;
  line-height: .92;
}
.footer-lead h2 em {
  color: var(--green-signal);
  font-style: normal;
}
.footer-action {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 190px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(166,244,62,.6);
  border-radius: 999px;
  color: var(--green-signal);
  font-size: 12px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.footer-action:hover {
  background: var(--green-signal);
  color: #101114;
  transform: translateY(-2px);
}

@media (max-width: 620px) {
  .site-footer .footer-lead {
    display: block;
    padding-top: 58px;
    padding-bottom: 46px;
  }
  .footer-eyebrow { margin-bottom: 16px; }
  .footer-lead h2 { font-size: clamp(46px, 14vw, 66px); }
  .footer-action {
    width: 100%;
    margin-top: 32px;
  }
}


/* Footer tagline: quiet supporting copy. */
.footer-tagline {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .01em;
}


/* Footer columns and separated copyright bar. */
.site-footer .footer-nav {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  column-gap: 28px;
  row-gap: 0;
}
.footer-nav-group {
  display: grid;
  align-content: start;
  gap: 13px;
}
.footer-nav-label {
  color: var(--green-signal);
  font-family: 'Roboto Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding-top: 8px;
  padding-bottom: 23px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: left;
}
.site-footer .footer-bottom .footer-meta {
  margin: 0;
  color: #777c87;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 620px) {
  .site-footer .footer-nav {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
    padding-bottom: 21px;
    text-align: left;
  }
}


/* Footer alignment refinement: give navigation room and right-align the closing message. */
@media (min-width: 621px) {
  .site-footer .footer-wrap {
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.25fr) minmax(220px, 1fr);
    gap: 40px;
  }

  .site-footer .footer-nav {
    justify-self: end;
    width: 100%;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    column-gap: 52px;
    text-align: right;
  }

  .site-footer .footer-closing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    justify-self: end;
    transform: translateY(-36px);
    gap: 6px;
    text-align: right;
  }
}

.site-footer .footer-closing .footer-prompt,
.site-footer .footer-closing .footer-tagline {
  margin: 0;
}

@media (max-width: 620px) {
  .site-footer .footer-nav {
    width: 100%;
    text-align: left;
  }

  .site-footer .footer-closing {
    align-items: flex-start;
    gap: 6px;
  }
}


/* Expanded mobile navigation breakpoint: keep the dropdown below the full header. */
@media (min-width: 621px) and (max-width: 967px) {
  .site-header .site-nav {
    top: 90px;
    right: 24px;
    left: auto;
    width: min(360px, calc(100vw - 48px));
  }
}
