@font-face {
  font-family: "Space Grotesk Variable";
  src: url("assets/space-grotesk-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --green: #4bb78f;
  --green-strong: #2f8064;
  --green-hover: #28745b;
  --green-soft: #eef9f5;
  --green-border: #cceade;
  --ink: #172033;
  --ink-soft: #555d70;
  --line: #e3e6ec;
  --surface: #ffffff;
  --canvas: #f5f6fa;
  --brand-font: "Space Grotesk Variable", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--green-strong);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 50%; }
.brand-copy { display: flex; flex-direction: column; font-family: var(--brand-font); font-size: 0.94rem; line-height: 1.02; letter-spacing: -0.015em; }
.brand-copy strong { font-weight: 700; }
.brand-copy span { margin-top: 4px; color: #777f91; font-size: 0.75rem; font-weight: 520; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.coming-soon-pill { display: inline-flex; align-items: center; gap: 8px; color: #596274; font-size: 0.82rem; font-weight: 680; }
.coming-soon-pill i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(75, 183, 143, 0.12); }

.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--green-strong);
  border-radius: 10px;
  font-weight: 720;
  letter-spacing: -0.01em;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 160ms ease; }
.button:hover svg { transform: translateX(3px); }
.button:focus-visible, .text-link:focus-visible, .brand:focus-visible, summary:focus-visible, .waitlist-field input:focus-visible, .waitlist-field button:focus-visible { outline: 3px solid rgba(75, 183, 143, 0.32); outline-offset: 3px; }
.button--primary, .button--small { color: white; background: var(--green-strong); box-shadow: 0 10px 28px rgba(47, 128, 100, 0.17); }
.button--primary:hover, .button--small:hover { background: var(--green-hover); border-color: var(--green-hover); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(47, 128, 100, 0.24); }
.button--small { min-height: 42px; padding: 9px 16px; border-radius: 9px; font-size: 0.9rem; box-shadow: none; }
.button--large { min-height: 56px; padding: 15px 25px; }

.hero { position: relative; min-height: 760px; padding: 152px 0 86px; overflow: hidden; background: #fbfcfd; }
.hero-wash { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 72% 38%, rgba(75, 183, 143, 0.14), transparent 30%), linear-gradient(100deg, transparent 55%, rgba(238, 249, 245, 0.7)); }
.hero-wash::after { content: ""; position: absolute; top: 79px; bottom: 0; left: 61%; width: 1px; background: linear-gradient(transparent, rgba(75, 183, 143, 0.18) 30%, transparent 88%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(510px, 1.06fr); align-items: center; gap: 68px; }
.hero-copy { padding-bottom: 15px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--green-strong); font-family: var(--brand-font); font-size: 0.78rem; font-weight: 690; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow-mark { font-size: 1.05rem; }
.hero h1 { max-width: 690px; margin: 0; color: var(--ink); font-family: var(--brand-font); font-size: clamp(3.3rem, 5.45vw, 5.25rem); font-weight: 635; line-height: 0.98; letter-spacing: -0.06em; }
.hero h1 span { color: var(--green-strong); }
.hero-lede { max-width: 640px; margin: 28px 0 0; color: #535c6f; font-size: 1.16rem; line-height: 1.72; }
.reccy { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: #41495a; font-size: 0.92rem; font-weight: 680; }
.text-link span { margin-left: 5px; color: var(--green-strong); }
.free-note { display: flex; align-items: flex-start; gap: 10px; max-width: 490px; margin-top: 26px; color: #697183; font-size: 0.84rem; line-height: 1.55; }
.free-note strong { color: #3d4658; }
.check { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; color: var(--green-strong); background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 50%; font-size: 0.72rem; font-weight: 800; }

.waitlist-form { width: 100%; }
.waitlist-form--hero { max-width: 610px; margin-top: 34px; }
.waitlist-field { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) auto; gap: 9px; padding: 7px; background: white; border: 1px solid #d9dee5; border-radius: 13px; box-shadow: 0 14px 36px rgba(23, 32, 51, 0.09); transition: border-color 160ms ease, box-shadow 160ms ease; }
.waitlist-field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(75, 183, 143, 0.12), 0 16px 38px rgba(23, 32, 51, 0.1); }
.waitlist-field input:not(.waitlist-honeypot) { width: 100%; min-width: 0; padding: 0 10px; color: #293247; background: transparent; border: 0; outline: 0; font: inherit; font-size: 0.9rem; }
.waitlist-field input[type="email"] { padding-left: 18px; border-left: 1px solid #e5e8ed; }
.waitlist-field input::placeholder { color: #949ba8; }
.waitlist-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.waitlist-field button { display: inline-flex; min-height: 48px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; color: white; background: var(--green-strong); border: 1px solid var(--green-strong); border-radius: 9px; cursor: pointer; font: inherit; font-size: 0.84rem; font-weight: 720; white-space: nowrap; transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.waitlist-field button:hover:not(:disabled) { background: var(--green-hover); border-color: var(--green-hover); transform: translateY(-1px); }
.waitlist-field button:disabled { cursor: wait; opacity: 0.82; }
.waitlist-field button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.waitlist-field button.is-loading svg { animation: waitlist-nudge 800ms ease-in-out infinite; }
.waitlist-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 11px; }
.waitlist-meta p, .final-cta__note { margin: 0; color: #7a8291; font-size: 0.74rem; line-height: 1.5; }
.waitlist-meta .text-link { flex: 0 0 auto; font-size: 0.76rem; }
.waitlist-status { min-height: 1.25em; margin: 9px 0 0; color: #697183; font-size: 0.78rem; font-weight: 620; }
.waitlist-status:empty { display: none; }
.waitlist-status.is-success { color: var(--green-strong); }
.waitlist-status.is-error { color: #aa3d3d; }
.waitlist-form.is-complete .waitlist-field { border-color: var(--green-border); background: var(--green-soft); }
.waitlist-form.is-complete .waitlist-field button { cursor: default; }
@keyframes waitlist-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(3px); } }

.product-stage { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.product-stage::before { content: ""; position: absolute; z-index: 0; width: 390px; height: 390px; background: linear-gradient(140deg, #dff4eb, #f5f6fa); border-radius: 50%; filter: blur(2px); }
.product-stage__visual { position: relative; z-index: 1; width: 100%; min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.product-window { position: relative; z-index: 2; width: min(100%, 570px); overflow: hidden; background: #f5f6fa; border: 1px solid rgba(23, 32, 51, 0.12); border-radius: 19px; box-shadow: 0 38px 80px rgba(23, 32, 51, 0.16), 0 8px 24px rgba(23, 32, 51, 0.09); transform: rotateY(-3deg) rotateX(1deg); }
.window-topbar { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: white; border-bottom: 1px solid #e8eaf0; }
.window-brand { display: flex; align-items: center; gap: 8px; }
.window-brand img { border-radius: 50%; }
.window-brand > span { display: flex; flex-direction: column; font-family: var(--brand-font); font-size: 0.72rem; line-height: 1; }
.window-brand small { margin-top: 3px; color: #8a91a0; font-size: 0.58rem; }
.window-account { display: grid; width: 31px; height: 31px; place-items: center; color: var(--green-strong); background: var(--green-soft); border-radius: 50%; font-family: var(--brand-font); font-size: 0.62rem; font-weight: 700; }
.window-content { min-height: 385px; padding: 28px 28px 82px; }
.reccy-heading { color: #222b3e; font-family: var(--brand-font); font-size: 1.65rem; font-weight: 600; letter-spacing: -0.04em; }
.reccy-heading .reccy { font-size: 1.09em; }
.chat-request { display: flex; flex-direction: column; align-items: flex-end; margin: 25px 0 20px; }
.chat-request span { margin: 0 5px 7px 0; color: #697183; font-size: 0.65rem; font-weight: 720; }
.chat-request p { max-width: 74%; margin: 0; padding: 12px 15px; color: #303a4d; background: #e9f7f1; border: 1px solid #d3eee3; border-radius: 13px 13px 4px 13px; font-size: 0.78rem; line-height: 1.5; }
.chat-request, .chat-response { transition: opacity 260ms ease, transform 300ms ease; }
.response-identity { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; color: #4c5567; font-size: 0.68rem; }
.response-identity img { border-radius: 50%; }
.response-card { min-height: 144px; margin-left: 36px; padding: 17px 18px; background: white; border: 1px solid #e1e4ea; border-radius: 4px 13px 13px 13px; box-shadow: 0 8px 22px rgba(23, 32, 51, 0.07); }
.response-kicker { display: flex; align-items: center; gap: 6px; color: var(--green-strong); font-size: 0.63rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }
.response-kicker i { font-style: normal; }
.response-card h2 { margin: 9px 0 7px; color: #2a3346; font-family: var(--brand-font); font-size: 0.98rem; line-height: 1.3; }
.response-card p { margin: 0; color: #666e7f; font-size: 0.72rem; line-height: 1.55; }
.response-action { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; padding: 10px 11px; color: var(--green-strong); background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 8px; font-size: 0.69rem; font-weight: 720; transition: opacity 240ms ease, transform 240ms ease; }
.response-loading { display: none; min-height: 108px; align-items: center; justify-content: center; gap: 5px; color: #7b8291; font-size: 0.68rem; }
.response-loading i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: response-dot 900ms ease-in-out infinite; }
.response-loading i:nth-child(2) { animation-delay: 140ms; }
.response-loading i:nth-child(3) { margin-right: 4px; animation-delay: 280ms; }
.composer { position: absolute; right: 22px; bottom: 18px; left: 22px; display: flex; min-height: 49px; align-items: center; justify-content: space-between; padding: 6px 7px 6px 16px; color: #8d94a2; background: white; border: 1px solid var(--green-border); border-radius: 13px; box-shadow: 0 0 0 3px rgba(75, 183, 143, 0.07), 0 10px 26px rgba(23, 32, 51, 0.08); font-size: 0.72rem; }
.composer-text { min-height: 1em; }
.composer-text.is-typing::after { content: ""; display: inline-block; width: 1px; height: 1em; margin-left: 2px; vertical-align: -2px; background: var(--green-strong); animation: cursor-blink 700ms steps(1) infinite; }
.composer button { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: white; background: var(--green-strong); border: 0; border-radius: 9px; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.composer button.is-ready { background: var(--green-hover); box-shadow: 0 0 0 4px rgba(75, 183, 143, 0.16); transform: scale(1.07); }
.composer.is-sending button { transform: translateY(-15px) scale(0.7); opacity: 0; }
.chat-demo--active .chat-request, .chat-demo--active .chat-response { opacity: 0; transform: translateY(8px); }
.chat-demo--active .chat-request.is-visible, .chat-demo--active .chat-response.is-visible { opacity: 1; transform: translateY(0); }
.chat-demo--active .chat-response.is-thinking .response-loading { display: flex; }
.chat-demo--active .chat-response.is-thinking .response-content { display: none; }
.chat-demo--active .response-action { opacity: 0; transform: translateY(5px); }
.chat-demo--active .response-action.is-visible { opacity: 1; transform: translateY(0); }
.chat-demo--active.is-resetting .chat-request, .chat-demo--active.is-resetting .chat-response { opacity: 0; transform: translateY(-7px); }
@keyframes response-dot { 0%, 70%, 100% { opacity: 0.35; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@keyframes cursor-blink { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
.product-statuses { display: flex; align-items: center; justify-content: center; gap: 9px; }
.product-statuses span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #536074; background: rgba(255, 255, 255, 0.92); border: 1px solid #dfe4e8; border-radius: 999px; box-shadow: 0 8px 20px rgba(23, 32, 51, 0.08); font-size: 0.67rem; font-weight: 720; }
.product-statuses i { display: grid; width: 17px; height: 17px; place-items: center; color: white; background: var(--green-strong); border-radius: 50%; font-size: 0.56rem; font-style: normal; }

.workflow-ribbon { color: white; background: var(--ink); }
.workflow-list { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-family: var(--brand-font); font-size: 0.84rem; font-weight: 600; letter-spacing: -0.01em; }
.workflow-list i { color: var(--green); font-style: normal; }

.proof-section { padding: 118px 0 126px; background: var(--canvas); }
.section-intro { max-width: 820px; margin: 0 auto 54px; text-align: center; }
.section-intro h2, .why-copy h2, .faq-intro h2 { margin: 0; color: var(--ink); font-family: var(--brand-font); font-size: clamp(2.15rem, 4vw, 3.35rem); font-weight: 620; line-height: 1.08; letter-spacing: -0.05em; }
.section-intro > p:last-child { max-width: 680px; margin: 23px auto 0; color: #626b7d; font-size: 1.03rem; line-height: 1.72; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.outcome-card { position: relative; overflow: hidden; min-height: 330px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 10px 30px rgba(23, 32, 51, 0.04); }
.outcome-card::after { content: ""; position: absolute; right: -54px; bottom: -60px; width: 150px; height: 150px; background: var(--green-soft); border-radius: 50%; opacity: 0.72; }
.outcome-card--large { min-height: 390px; grid-column: 1 / -1; padding-right: 42%; background: linear-gradient(130deg, white 58%, var(--green-soft)); }
.outcome-card--large::after { right: 4%; bottom: auto; top: 50%; width: 260px; height: 260px; border: 1px solid var(--green-border); background: rgba(255, 255, 255, 0.66); transform: translateY(-50%); }
.outcome-card--wide { min-height: 280px; grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 50px; }
.card-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--green-strong); background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 11px; }
.card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-icon--spark { font-size: 1.25rem; }
.card-label { margin: 24px 0 7px; color: var(--green-strong); font-family: var(--brand-font); font-size: 0.69rem; font-weight: 720; letter-spacing: 0.09em; text-transform: uppercase; }
.outcome-card h3 { max-width: 520px; margin: 0; color: #252e41; font-family: var(--brand-font); font-size: 1.62rem; font-weight: 640; line-height: 1.18; letter-spacing: -0.035em; }
.outcome-card--large h3 { font-size: 2.35rem; }
.outcome-card > p:not(.card-label), .outcome-card > div > p:not(.card-label) { position: relative; z-index: 1; max-width: 565px; margin: 16px 0 0; color: #646d7f; line-height: 1.7; }
.card-proof { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 32px; display: inline-flex; align-items: center; gap: 7px; color: #707789; font-size: 0.74rem; font-weight: 650; }
.card-proof::before { content: ""; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.mini-workflows { position: absolute; z-index: 1; top: 50%; right: 5.5%; width: 285px; transform: translateY(-50%) rotate(1deg); }
.mini-workflows span { display: block; margin: 10px 0; padding: 13px 15px; color: #3b4557; background: white; border: 1px solid var(--green-border); border-radius: 9px; box-shadow: 0 8px 18px rgba(47, 128, 100, 0.08); font-size: 0.76rem; font-weight: 670; }
.mini-workflows span:nth-child(2) { transform: translateX(-17px); }
.channel-stack { position: relative; z-index: 1; display: grid; gap: 10px; }
.channel-stack span { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; color: #465064; background: #f8f9fb; border: 1px solid #e5e8ed; border-radius: 10px; font-size: 0.82rem; font-weight: 650; }
.channel-stack b { color: var(--green-strong); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; }

.extension-section { padding: 0 0 120px; background: var(--canvas); }
.extension-panel { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 70px; overflow: hidden; padding: 70px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 22px 55px rgba(23, 32, 51, 0.07); }
.extension-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 29px; padding: 7px 11px 7px 7px; color: #414b5e; background: #f7f8fa; border: 1px solid #e4e7ec; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
.extension-badge img { border-radius: 50%; }
.extension-copy h2 { margin: 0; font-family: var(--brand-font); font-size: clamp(2.25rem, 4vw, 3.55rem); font-weight: 620; line-height: 1.04; letter-spacing: -0.052em; }
.extension-copy > p:not(.section-kicker):not(.privacy-note) { max-width: 640px; margin: 23px 0 0; color: #626b7d; font-size: 1rem; line-height: 1.75; }
.extension-steps { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #465064; font-size: 0.71rem; font-weight: 680; }
.extension-steps span { display: flex; align-items: center; gap: 7px; }
.extension-steps b { display: grid; width: 22px; height: 22px; place-items: center; color: var(--green-strong); background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 50%; font-size: 0.62rem; }
.extension-steps i { color: var(--green); font-style: normal; }
.privacy-note { display: flex; align-items: flex-start; gap: 9px; margin: 25px 0 0; padding-top: 21px; color: #737b8b; border-top: 1px solid #e8eaef; font-size: 0.75rem; line-height: 1.55; }
.privacy-note span { color: var(--green-strong); font-weight: 800; }
.extension-demo { position: relative; min-height: 475px; }
.browser-page { position: absolute; inset: 8px 28px 54px 0; overflow: hidden; background: #f8f9fb; border: 1px solid #dfe3e9; border-radius: 15px; box-shadow: 0 18px 40px rgba(23, 32, 51, 0.09); transform: rotate(-2deg); }
.browser-page__bar { height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: white; border-bottom: 1px solid #e7e9ee; }
.browser-page__bar i { width: 7px; height: 7px; background: #d9dde5; border-radius: 50%; }
.browser-page__bar span { overflow: hidden; margin-left: 5px; padding: 5px 10px; color: #8a91a0; background: #f4f5f7; border-radius: 6px; font-size: 0.54rem; text-overflow: ellipsis; white-space: nowrap; }
.browser-page__content { padding: 38px 30px; }
.browser-page__tag { color: var(--green-strong); font-size: 0.58rem; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; }
.browser-page__content h3 { margin: 11px 0 13px; font-family: var(--brand-font); font-size: 1.35rem; }
.browser-page__content p { max-width: 300px; margin: 0 0 26px; color: #71798a; font-size: 0.7rem; line-height: 1.6; }
.browser-page__content div { width: 82%; height: 7px; margin: 10px 0; background: #e8eaf0; border-radius: 10px; }
.browser-page__content div:nth-of-type(2) { width: 69%; }
.browser-page__content div:nth-of-type(3) { width: 76%; }
.extension-popup { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(330px, 78%); padding: 18px; background: white; border: 1px solid #dce1e7; border-radius: 15px; box-shadow: 0 26px 55px rgba(23, 32, 51, 0.18); transform: rotate(1.5deg); }
.extension-popup__top, .extension-popup__top > div { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.extension-popup__top img { border-radius: 50%; }
.extension-popup__top div > span { display: flex; flex-direction: column; font-family: var(--brand-font); font-size: 0.72rem; line-height: 1; }
.extension-popup__top small { margin-top: 4px; color: #8b92a1; font-size: 0.56rem; }
.extension-status { padding: 5px 7px; color: var(--green-strong); background: var(--green-soft); border-radius: 999px; font-size: 0.53rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.05em; }
.extension-popup__success { display: flex; align-items: center; gap: 10px; margin-top: 17px; padding: 11px; color: #374154; background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 9px; }
.extension-popup__success > span { display: grid; width: 24px; height: 24px; place-items: center; color: white; background: var(--green-strong); border-radius: 50%; font-size: 0.66rem; }
.extension-popup__success div { display: flex; flex-direction: column; font-size: 0.68rem; }
.extension-popup__success small { margin-top: 3px; color: #718074; font-size: 0.58rem; }
.extension-popup__preview { margin-top: 12px; padding: 12px; background: #f8f9fb; border: 1px solid #e7e9ee; border-radius: 8px; }
.extension-popup__preview strong, .extension-popup__preview span { display: block; }
.extension-popup__preview strong { color: #354054; font-size: 0.72rem; }
.extension-popup__preview span { margin-top: 3px; color: #89909f; font-size: 0.56rem; }
.extension-popup__preview p { margin: 9px 0 0; color: #6d7586; font-size: 0.61rem; line-height: 1.5; }
.extension-popup__button { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; padding: 11px 12px; color: white; background: var(--green-strong); border-radius: 8px; font-size: 0.67rem; font-weight: 720; }

.why-section { padding: 120px 0; background: white; }
.why-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 90px; }
.why-copy { position: sticky; top: 36px; align-self: start; }
.why-copy > p:last-child { margin: 24px 0 0; color: #626b7d; line-height: 1.75; }
.why-points { border-top: 1px solid var(--line); }
.why-points article { display: grid; grid-template-columns: 46px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.why-points article > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green-strong); background: var(--green-soft); border-radius: 50%; font-family: var(--brand-font); font-size: 0.72rem; font-weight: 700; }
.why-points h3 { margin: 3px 0 10px; font-family: var(--brand-font); font-size: 1.22rem; letter-spacing: -0.025em; }
.why-points p { margin: 0; color: #697183; line-height: 1.68; }

.reccy-section { padding: 0 0 120px; background: white; }
.reccy-panel { position: relative; display: grid; grid-template-columns: 1fr 0.84fr; align-items: center; gap: 74px; overflow: hidden; padding: 72px; color: white; background: var(--ink); border-radius: 24px; }
.reccy-panel::before { content: ""; position: absolute; top: -160px; right: 18%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(75, 183, 143, 0.19), transparent 67%); }
.section-kicker--light { color: #7ed3b3; }
.reccy-panel h2 { margin: 0; font-family: var(--brand-font); font-size: clamp(2.7rem, 5vw, 4.4rem); font-weight: 600; letter-spacing: -0.055em; }
.reccy-panel__copy > p:not(.section-kicker) { max-width: 610px; margin: 22px 0 0; color: #bac2cf; font-size: 1.02rem; line-height: 1.75; }
.reccy-panel ul { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; color: #e9edf3; font-size: 0.88rem; }
.reccy-panel li { display: flex; align-items: center; gap: 10px; }
.reccy-panel li span { color: #7ed3b3; }
.reccy-quote { position: relative; padding: 27px; color: #313b4e; background: white; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 4px 18px 18px 18px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22); transform: rotate(1.2deg); }
.reccy-quote__identity { display: flex; align-items: center; gap: 10px; color: #535d70; font-size: 0.76rem; font-weight: 720; }
.reccy-quote__identity img { border-radius: 50%; }
.reccy-quote > p { margin: 22px 0 24px; color: #354054; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.65; }
.reccy-quote__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.reccy-quote__meta span { padding: 7px 9px; color: var(--green-strong); background: var(--green-soft); border: 1px solid var(--green-border); border-radius: 7px; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

.faq-section { padding: 118px 0; background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; }
.faq-list { border-top: 1px solid #dfe3e9; }
.faq-list details { border-bottom: 1px solid #dfe3e9; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; font-family: var(--brand-font); font-size: 1.05rem; font-weight: 620; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-strong); font-size: 1.4rem; font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -6px 40px 25px 0; color: #646d7f; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 116px 0 122px; background: white; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 360px; height: 360px; background: var(--green-soft); border-radius: 50%; }
.final-cta::before { top: -220px; left: -140px; }
.final-cta::after { right: -180px; bottom: -240px; }
.final-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-cta__inner > img { margin-bottom: 24px; border-radius: 50%; box-shadow: 0 12px 25px rgba(23, 32, 51, 0.12); }
.final-cta h2 { margin: 0; font-family: var(--brand-font); font-size: clamp(2.8rem, 5.6vw, 5.3rem); font-weight: 630; line-height: 0.98; letter-spacing: -0.06em; }
.final-cta h2 span { color: var(--green-strong); }
.final-cta__inner > p:not(.section-kicker) { margin: 24px 0 30px; color: #687183; font-size: 1.02rem; }
.waitlist-form--final { max-width: 610px; }
.waitlist-form--final .final-cta__note { margin-top: 13px; }
.waitlist-form--final .waitlist-status { text-align: center; }

footer { padding: 30px 0; background: var(--canvas); border-top: 1px solid #e3e6ec; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #7a8292; font-size: 0.74rem; }
.footer-inner p { margin: 0; }
.brand--footer { color: var(--ink); }
.footer-credit { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-weight: 620; }
.footer-credit__divider { color: #b1b6c0; }
.footer-studio-link { display: inline-flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; white-space: nowrap; transition: color 160ms ease; }
.footer-studio-link:hover { color: var(--green-strong); }
.footer-studio-link:focus-visible { outline: 2px solid var(--green-strong); outline-offset: 4px; border-radius: 4px; }
.footer-studio-link img { width: 24px; height: 24px; border-radius: 5px; }

@media (max-width: 1060px) {
  .hero { padding-top: 138px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 800px; }
  .product-stage { min-height: 500px; }
  .product-stage__visual { min-height: 500px; }
  .product-window { width: min(90%, 620px); transform: none; }
  .why-grid, .faq-grid { gap: 60px; }
  .reccy-panel { gap: 44px; padding: 54px; }
  .extension-panel { gap: 42px; padding: 50px; }
  .extension-steps { align-items: flex-start; flex-direction: column; }
  .extension-steps i { display: none; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 34px, 680px); }
  .site-header { position: absolute; }
  .nav-shell { min-height: 70px; }
  .nav-actions { gap: 12px; }
  .coming-soon-pill { display: none; }
  .button--small { min-height: 40px; padding: 8px 13px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: auto; padding: 122px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .waitlist-field { grid-template-columns: 1fr; padding: 8px; }
  .waitlist-field input:not(.waitlist-honeypot) { min-height: 48px; padding: 0 12px; }
  .waitlist-field input[type="email"] { border-top: 1px solid #e5e8ed; border-left: 0; }
  .waitlist-field button { width: 100%; }
  .waitlist-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-stage { min-height: 480px; margin-top: -8px; }
  .product-stage__visual { min-height: 480px; }
  .product-window { width: 100%; }
  .product-statuses { gap: 7px; }
  .product-statuses span { padding: 7px 9px; font-size: 0.63rem; }
  .window-content { padding: 24px 18px 82px; }
  .response-card { margin-left: 22px; }
  .workflow-list { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .workflow-list i { display: none; }
  .proof-section, .why-section, .faq-section { padding: 86px 0; }
  .extension-section { padding-bottom: 86px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card--large, .outcome-card--wide { grid-column: auto; }
  .outcome-card--large { min-height: auto; padding-right: 30px; padding-bottom: 30px; }
  .outcome-card--large::after { display: none; }
  .mini-workflows { position: static; width: auto; margin-top: 25px; transform: none; }
  .mini-workflows span:nth-child(2) { transform: none; }
  .outcome-card--wide { grid-template-columns: 1fr; gap: 28px; }
  .outcome-card { min-height: 320px; padding: 28px; }
  .outcome-card--large, .outcome-card--wide { min-height: auto; }
  .why-grid, .faq-grid, .reccy-panel { grid-template-columns: 1fr; gap: 46px; }
  .extension-panel { grid-template-columns: 1fr; gap: 42px; padding: 42px 28px; border-radius: 18px; }
  .extension-demo { min-height: 430px; }
  .why-copy { position: static; }
  .reccy-section { padding-bottom: 86px; }
  .reccy-panel { padding: 42px 28px; border-radius: 18px; }
  .reccy-quote { transform: none; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-credit { flex-wrap: wrap; }
}

@media (max-width: 460px) {
  .shell { width: calc(100% - 28px); }
  .brand-copy { display: none; }
  .nav-actions .button svg { display: none; }
  .hero h1 { font-size: 2.9rem; }
  .hero-actions .button { width: 100%; }
  .product-stage { min-height: 445px; }
  .product-stage__visual { min-height: 445px; }
  .window-content { min-height: 365px; }
  .chat-request p { max-width: 86%; }
  .composer { right: 12px; left: 12px; }
  .extension-copy h2 br { display: none; }
  .extension-demo { min-height: 390px; }
  .browser-page { right: 10px; }
  .extension-popup { width: 86%; }
  .section-intro { text-align: left; }
  .section-intro h2 br { display: none; }
  .outcome-card h3 { font-size: 1.45rem; }
  .outcome-card--large h3 { font-size: 2rem; }
  .card-proof { position: relative; right: auto; bottom: auto; left: auto; margin-top: 30px; }
  .why-points article { grid-template-columns: 38px 1fr; gap: 15px; }
  .final-cta { padding: 90px 0; }
  .final-cta .button { width: 100%; }
  .footer-inner p { line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .response-loading i, .composer-text.is-typing::after { animation: none !important; }
  .waitlist-field button.is-loading svg { animation: none !important; }
}
