:root {
  --ink: #102322;
  --muted: #5c6b67;
  --forest: #0c2926;
  --forest-2: #123a35;
  --mint: #b8f0d3;
  --mint-strong: #63d7a0;
  --coral: #f06c48;
  --cream: #f5f3ec;
  --paper: #fbfaf7;
  --line: #dcded7;
  --white: #fff;
  --error: #b43a2d;
  --success: #187d54;
  --shadow-sm: 0 10px 30px rgba(12, 41, 38, .08);
  --shadow-lg: 0 32px 80px rgba(12, 41, 38, .16);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1200px;
  --header-height: 78px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open, body.dialog-open, body.calendly-modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6.5vw, 6.3rem); font-weight: 660; }
h2 { font-size: clamp(2.25rem, 4.1vw, 4.15rem); font-weight: 640; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.6rem); }
em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
::selection { color: var(--forest); background: var(--mint); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: 940px; }
.section { padding: clamp(88px, 10vw, 150px) 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--forest); border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #49625c; font-size: .76rem; font-weight: 750; letter-spacing: .115em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--coral); }
.eyebrow-light { color: #bed0ca; }
.eyebrow-light > span { background: var(--mint-strong); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 730; line-height: 1.1; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 30px rgba(240, 108, 72, .2); }
.button-primary:hover { background: #de5838; }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { background: var(--forest-2); }
.button-ghost { color: var(--forest); border-color: #c8cdc6; background: rgba(255, 255, 255, .42); }
.button-ghost:hover { border-color: var(--forest); background: var(--white); }
.button-light { color: var(--forest); background: var(--mint); }
.button-light:hover { background: #d0f7e2; }
.button-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.inline-link, .text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 740; }
.inline-link { margin-top: 34px; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.inline-link span, .text-link span { transition: transform .2s var(--ease); }
.inline-link:hover span, .text-link:hover span { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; height: var(--header-height); border-bottom: 1px solid rgba(17, 52, 48, .12); background: rgba(251, 250, 247, .91); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-symbol { display: grid; width: 34px; height: 34px; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 7px; border-radius: 50%; background: var(--forest); }
.brand-symbol i { display: block; width: 100%; border-radius: 2px; background: var(--mint); }
.brand-symbol i:nth-child(1) { height: 8px; }
.brand-symbol i:nth-child(2) { height: 17px; }
.brand-symbol i:nth-child(3) { height: 12px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .98rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.demo-preview-switch { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(12, 41, 38, .11); border-radius: 999px; background: rgba(255, 255, 255, .48); }
.demo-preview-switch button { min-height: 29px; padding: 5px 10px; border: 0; border-radius: 999px; color: #73827e; background: transparent; font-size: .59rem; font-weight: 710; line-height: 1; cursor: pointer; transition: color .18s ease, background .18s ease, opacity .18s ease; }
.demo-preview-switch button:hover { color: var(--forest); }
.demo-preview-switch button[aria-pressed="true"] { color: var(--forest); background: rgba(99, 215, 160, .18); }
.demo-preview-switch button[data-demo-preview-state="ended"][aria-pressed="true"]::before { margin-right: 4px; color: var(--success); content: "✓"; }
.demo-preview-switch button:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
.demo-preview-switch button:disabled { cursor: default; opacity: .42; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.desktop-nav a { position: relative; padding: 28px 0 27px; color: #38504b; font-size: .86rem; font-weight: 680; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; background: var(--coral); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions .text-link { font-size: .86rem; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--forest); }
.mobile-nav { position: fixed; z-index: 1002; top: max(12px, env(safe-area-inset-top)); right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: min(430px, calc(100% - 24px)); padding: 24px; overflow-y: auto; border-radius: 24px; color: var(--white); background: var(--forest); box-shadow: var(--shadow-lg); }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .14); color: #9eb6af; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mobile-nav-head button { position: relative; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: transparent; cursor: pointer; }
.mobile-nav-head button i { position: absolute; top: 21px; left: 12px; width: 19px; height: 1px; background: var(--white); transform: rotate(45deg); }
.mobile-nav-head button i + i { transform: rotate(-45deg); }
.mobile-nav nav { display: grid; padding: 18px 0; }
.mobile-nav nav a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 1.45rem; font-weight: 620; letter-spacing: -.03em; }
.mobile-nav nav span { color: #77908a; font-size: .7rem; }
.mobile-nav-actions { display: grid; gap: 10px; padding-top: 12px; }
.mobile-nav .button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .25); background: transparent; }
.nav-scrim { position: fixed; z-index: 1001; inset: 0; background: rgba(4, 19, 17, .5); backdrop-filter: blur(5px); }

/* Homepage hero */
.hero { overflow: hidden; }
.home-hero { padding: clamp(76px, 9vw, 130px) 0 0; background: radial-gradient(circle at 82% 18%, rgba(184, 240, 211, .24), transparent 27%), linear-gradient(180deg, var(--paper), #f2f1e9); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .97fr) minmax(460px, .83fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-copy { padding-bottom: 44px; }
.hero-copy h1 { max-width: 760px; margin-bottom: 28px; }
.hero-lede { max-width: 690px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 26px; padding: 0; margin: 30px 0 0; color: #425853; font-size: .84rem; font-weight: 690; list-style: none; }
.trust-list li::before { margin-right: 8px; color: var(--success); content: "✓"; }
.call-flow-shell { position: relative; padding: 22px; border: 1px solid rgba(12, 41, 38, .12); border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-lg); }
.call-flow-shell::before { position: absolute; z-index: -1; top: -60px; right: -90px; width: 210px; height: 210px; border: 40px solid rgba(99, 215, 160, .25); border-radius: 50%; content: ""; }
.call-flow-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; color: #176747; border-radius: 99px; background: #e4f7ed; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(24, 125, 84, .12); }
.caller-row { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 16px; border-radius: 14px; color: var(--white); background: var(--forest); }
.caller-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mint); font-weight: 800; }
.caller-row div:nth-child(2) { display: grid; min-width: 0; }
.caller-row small { color: #9fb8b1; font-size: .7rem; }
.caller-row strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.wave-mini { display: flex; align-items: center; gap: 3px; }
.wave-mini i { width: 3px; height: 12px; border-radius: 2px; background: var(--mint); animation: mini-wave 1s ease-in-out infinite alternate; }
.wave-mini i:nth-child(2), .wave-mini i:nth-child(4) { height: 22px; animation-delay: -.4s; }
.wave-mini i:nth-child(3) { height: 30px; animation-delay: -.7s; }
.flow-line { width: 1px; height: 17px; margin-left: 38px; background: var(--line); }
.call-steps { display: grid; gap: 7px; padding: 0; margin: 0; list-style: none; }
.call-steps li { display: grid; grid-template-columns: 36px 1fr 26px; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid transparent; border-radius: 12px; color: #7b8582; background: #f6f7f3; }
.call-steps li.active { color: var(--forest); border-color: rgba(24, 125, 84, .2); background: #eff8f2; }
.call-steps li.done { color: #42534f; }
.call-steps li > span { color: #8c9894; font-size: .68rem; font-weight: 750; }
.call-steps li > div { display: grid; }
.call-steps strong { font-size: .82rem; }
.call-steps small { font-size: .67rem; }
.call-steps li > i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--success); background: #dff3e8; font-size: .68rem; font-style: normal; }
.call-note { display: flex; gap: 11px; padding: 14px; margin-top: 14px; border-left: 3px solid var(--coral); border-radius: 8px; background: #fff5ef; }
.call-note > span { color: var(--coral); }
.call-note p { margin: 0; color: #68736f; font-size: .7rem; line-height: 1.5; }
.call-note strong { display: block; color: var(--ink); font-size: .76rem; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-strip span { padding: 26px 20px; color: #52635f; border-right: 1px solid var(--line); font-size: .76rem; font-weight: 750; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.proof-strip span:last-child { border-right: 0; }

/* Shared sections */
.section-heading { margin-bottom: clamp(48px, 6vw, 80px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr); align-items: end; gap: 60px; }
.split-heading h2, .centered h2 { margin-bottom: 0; }
.split-heading > p, .centered > p { color: var(--muted); }
.split-heading > p { max-width: 480px; margin: 0 0 8px auto; }
.centered { max-width: 830px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p { max-width: 620px; margin: 22px auto 0; }
.outcome-section { background: var(--white); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome-card { position: relative; min-height: 430px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.outcome-card-dark { color: var(--white); border-color: var(--forest); background: var(--forest); }
.card-number { color: #9aa7a3; font-size: .7rem; font-weight: 750; }
.outcome-card h3 { max-width: 280px; margin: 140px 0 12px; }
.outcome-card p { color: var(--muted); font-size: .9rem; }
.outcome-card-dark p { color: #b5c8c2; }
.outcome-card a { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(98, 117, 111, .25); font-size: .8rem; font-weight: 750; }
.icon-orbit { position: absolute; top: 80px; right: 30px; width: 110px; height: 110px; border: 1px solid rgba(184, 240, 211, .35); border-radius: 50%; }
.icon-orbit::before, .icon-orbit::after { position: absolute; border: 1px solid rgba(184, 240, 211, .16); border-radius: 50%; content: ""; }
.icon-orbit::before { inset: 14px; }
.icon-orbit::after { inset: 29px; background: var(--mint); }
.icon-orbit i { position: absolute; z-index: 2; top: 45px; left: 49px; width: 12px; height: 20px; border: 3px solid var(--forest); border-top: 0; border-radius: 0 0 8px 8px; }
.calendar-visual { position: absolute; top: 74px; right: 28px; display: grid; width: 130px; height: 110px; place-items: center; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow-sm); }
.calendar-visual strong { font-family: Georgia, serif; font-size: 2.4rem; }
.calendar-visual span { position: absolute; top: 0; left: 0; display: flex; width: 100%; height: 25px; justify-content: center; gap: 13px; border-bottom: 1px solid var(--line); }
.calendar-visual i { width: 5px; height: 5px; margin-top: 10px; border-radius: 50%; background: var(--coral); }
.route-visual { position: absolute; top: 72px; right: 35px; width: 135px; height: 100px; }
.route-visual::before { position: absolute; top: 48px; left: 10px; width: 110px; height: 2px; content: ""; background: var(--line); transform: rotate(-18deg); }
.route-visual i { position: absolute; z-index: 1; width: 19px; height: 19px; border: 5px solid var(--white); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--line); }
.route-visual i:nth-child(1) { bottom: 13px; left: 2px; }
.route-visual i:nth-child(2) { top: 35px; left: 58px; background: var(--mint-strong); }
.route-visual i:nth-child(3) { top: 7px; right: 0; background: var(--forest); }
.process-band, .workflow-section, .terms-table-section, .other-industries, .about-contact { color: var(--white); background: var(--forest); }
.process-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 9vw, 130px); }
.process-copy h2 { margin-bottom: 26px; }
.process-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; color: #b8c9c4; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid rgba(255, 255, 255, .15); }
.process-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.process-list > li > span { color: var(--mint-strong); font-size: .75rem; font-weight: 750; }
.process-list h3 { margin-bottom: 9px; font-size: 1.25rem; }
.process-list p { margin: 0; color: #a8bcb6; font-size: .88rem; }
.industries-section { background: var(--cream); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.industry-card { display: grid; min-height: 165px; grid-template-columns: 48px 1fr auto; align-items: end; gap: 14px; padding: 22px; border: 1px solid #d8d9d1; border-radius: 14px; background: rgba(255, 255, 255, .48); transition: transform .2s var(--ease), background .2s, box-shadow .2s; }
.industry-card:hover { background: var(--white); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.industry-monogram { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: var(--forest); background: #e0eee5; font-size: .72rem; font-weight: 820; letter-spacing: .05em; }
.industry-card h3 { margin: 0 0 4px; font-size: 1rem; }
.industry-card p { margin: 0; color: var(--muted); font-size: .68rem; }
.arrow-circle { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.comparison-section { background: var(--white); }
.comparison-grid { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.comparison-copy p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--white); font-size: .78rem; }
.comparison-table th, .comparison-table td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table th:first-child { text-align: left; }
.comparison-table thead th { color: var(--muted); background: #f4f5f1; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.comparison-table th:last-child, .comparison-table td:last-child { background: #edf8f2; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.integrations-preview { background: var(--cream); }
.integration-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.integration-logo-grid > div { display: grid; min-height: 145px; place-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .5); text-align: center; }
.integration-logo-grid span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: var(--white); background: var(--forest); font-family: Georgia, serif; font-size: 1.3rem; }
.integration-logo-grid strong { margin-top: 10px; font-size: .84rem; }
.integration-logo-grid small { color: var(--muted); font-size: .64rem; text-transform: uppercase; }
.center-action { text-align: center; }
.pricing-preview, .pricing-page-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pricing-card { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pricing-card.featured { color: var(--white); border-color: var(--forest); background: var(--forest); box-shadow: var(--shadow-lg); }
.plan-badge { position: absolute; top: 20px; right: 20px; padding: 6px 10px; border-radius: 99px; color: var(--forest); background: var(--mint); font-size: .65rem; font-weight: 760; text-transform: uppercase; }
.pricing-card > p:first-of-type { color: var(--coral); font-size: .75rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3, .pricing-card h2 { display: grid; margin: 18px 0 16px; font-size: clamp(2.1rem, 3vw, 3.3rem); }
.pricing-card h3 small, .pricing-card h2 small { margin-bottom: 6px; color: var(--muted); font: 650 .7rem/1.2 Inter, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.pricing-card.featured h3 small, .pricing-card.featured h2 small { color: #9db5ae; }
.pricing-card h3 span, .pricing-card h2 span { font: 600 .75rem/1.2 Inter, sans-serif; letter-spacing: 0; }
.pricing-card > p:not(:first-of-type) { min-height: 72px; color: var(--muted); font-size: .85rem; }
.pricing-card.featured > p:not(:first-of-type) { color: #b6c8c3; }
.pricing-card ul { display: grid; gap: 12px; padding: 20px 0; margin: 0 0 24px; border-top: 1px solid var(--line); list-style: none; }
.pricing-card.featured ul { border-color: rgba(255, 255, 255, .15); }
.pricing-card li { color: var(--muted); font-size: .82rem; }
.pricing-card.featured li { color: #d1ddd9; }
.pricing-card li::before { margin-right: 9px; color: var(--success); content: "✓"; }
.pricing-card.featured li::before { color: var(--mint); }
.pricing-card .button { width: 100%; margin-top: auto; }
.pricing-card.featured .button-ghost { color: var(--forest); background: var(--mint); }
.pricing-note, .pricing-disclosure { max-width: 780px; margin: 26px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.pricing-note a { text-decoration: underline; }
.faq-preview { background: var(--white); }
.faq-preview-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 9vw, 130px); }
.faq-preview-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.accordion-list { border-top: 1px solid var(--line); }
.accordion-list details { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; font-weight: 700; line-height: 1.35; list-style: none; cursor: pointer; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.accordion-list summary span::before, .accordion-list summary span::after { position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; content: ""; background: var(--forest); transition: transform .2s; }
.accordion-list summary span::after { transform: rotate(90deg); }
.accordion-list details[open] summary span::after { transform: rotate(0); }
.accordion-list details > p { padding: 0 42px 23px 0; margin: 0; color: var(--muted); font-size: .9rem; }
.final-cta, .personalized-cta { padding: clamp(80px, 9vw, 130px) 0; color: var(--white); background: var(--forest); }
.final-cta-inner { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 80px; }
.final-cta h2 { margin-bottom: 0; }
.final-cta-inner > div:last-child > p { margin-bottom: 25px; color: #b5c8c2; }

/* Public page heroes */
.page-hero { padding: clamp(95px, 12vw, 180px) 0 clamp(85px, 10vw, 150px); overflow: hidden; background: radial-gradient(circle at 80% 25%, rgba(184, 240, 211, .2), transparent 25%), var(--cream); }
.page-hero .narrow { margin-left: max(24px, calc((100% - min(calc(100% - 48px), var(--container))) / 2)); }
.page-hero h1 { max-width: 1050px; margin-bottom: 30px; font-size: clamp(3.25rem, 7.2vw, 7.1rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.page-hero-dark { color: var(--white); background: radial-gradient(circle at 80% 25%, rgba(99, 215, 160, .14), transparent 25%), var(--forest); }
.page-hero-dark p:not(.eyebrow) { color: #b6c8c3; }
.feature-detail-section { background: var(--white); }
.feature-detail-row { display: grid; grid-template-columns: .9fr .7fr; gap: 100px; padding: 70px 0; border-top: 1px solid var(--line); }
.feature-detail-row:last-child { border-bottom: 1px solid var(--line); }
.feature-detail-row .section-index { color: #a2aca8; font-size: .7rem; font-weight: 750; }
.feature-detail-row h2 { max-width: 650px; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.feature-detail-row > div > p:last-child { color: var(--muted); }
.feature-detail-row ul, .boundary-section ul { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 10px; padding: 0; margin: 0; list-style: none; }
.feature-detail-row li, .boundary-section li { padding: 16px; border-radius: 10px; background: var(--cream); font-size: .84rem; font-weight: 670; }
.feature-detail-row li span { margin-right: 8px; color: var(--success); }
.boundary-section { color: var(--white); background: #163f3a; }
.boundary-grid, .input-grid, .about-story-grid, .about-contact-grid, .other-industries-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.boundary-grid > div:last-child > p, .other-industries-grid p, .about-contact-grid p { color: #b8c9c4; }
.boundary-section li { color: #d6e2de; background: rgba(255, 255, 255, .07); }
.steps-section, .industries-directory, .integration-directory, .faq-page, .about-story { background: var(--white); }
.timeline-list { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.timeline-list li { display: grid; grid-template-columns: 90px .8fr; gap: 40px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.timeline-list li > span { color: var(--coral); font: 500 2rem/1 Georgia, serif; }
.timeline-list h3 { margin-bottom: 9px; }
.timeline-list p { max-width: 690px; margin: 0; color: var(--muted); }
.input-section { background: var(--cream); }
.input-list, .factor-grid, .prep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.input-list span, .factor-grid span, .prep-grid span { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .55); font-size: .86rem; font-weight: 700; }
.input-list span::before, .factor-grid span::before, .prep-grid span::before { margin-right: 10px; color: var(--success); content: "✓"; }
.launch-section { background: var(--paper); }
.launch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.launch-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.launch-card-accent { color: var(--white); border-color: var(--forest); background: var(--forest); }
.launch-card > span { color: var(--coral); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.launch-card h3 { margin: 70px 0 24px; font-size: 2rem; }
.launch-card ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.launch-card li { color: var(--muted); font-size: .85rem; }
.launch-card-accent li { color: #bfd0cb; }
.launch-card li::before { margin-right: 9px; color: var(--success); content: "✓"; }
.industry-directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.industry-directory-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.industry-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; color: var(--muted); font-size: .7rem; font-weight: 720; text-transform: uppercase; }
.industry-directory-card h2 { font-size: 2.5rem; }
.industry-directory-card > p { color: var(--muted); }
.industry-directory-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; list-style: none; }
.industry-directory-card li { padding: 7px 10px; border-radius: 99px; background: #e8eee9; font-size: .68rem; }
.other-industries-grid { align-items: end; }
.other-industries h2, .about-contact h2 { margin-bottom: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 28px; color: var(--muted); font-size: .75rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.industry-hero { padding: clamp(70px, 9vw, 130px) 0; background: var(--cream); }
.industry-hero-grid { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 90px; }
.industry-hero h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 6rem); }
.industry-hero p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.1rem; }
.industry-intake-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.industry-intake-card > span { color: var(--coral); font-size: .68rem; font-weight: 780; text-transform: uppercase; }
.industry-intake-card h2 { margin: 22px 0; font-size: 1.6rem; }
.industry-intake-card ol { display: grid; gap: 7px; padding: 0; margin: 0; list-style: none; }
.industry-intake-card li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; padding: 12px; border-radius: 8px; background: var(--cream); font-size: .78rem; }
.industry-intake-card li span { color: #85918d; font-size: .62rem; }
.industry-intake-card li i { color: var(--success); font-style: normal; }
.pain-section { background: var(--white); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pain-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.pain-grid span { color: var(--coral); font: 500 1.4rem/1 Georgia, serif; }
.pain-grid h3 { margin: 95px 0 0; font-size: 1rem; }
.workflow-grid { display: grid; grid-template-columns: .85fr .75fr; gap: 100px; }
.workflow-grid > div:first-child > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; margin-top: 36px; list-style: none; }
.workflow-grid > div:first-child li { padding: 14px; color: #d4e0dc; border: 1px solid rgba(255, 255, 255, .12); border-radius: 9px; font-size: .78rem; }
.workflow-grid li span { margin-right: 8px; color: var(--mint); }
.scenario-stack > span { display: block; margin-bottom: 18px; color: #9eb6af; font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.scenario-stack article { display: grid; grid-template-columns: 16px 1fr; padding: 19px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.scenario-stack article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.scenario-stack article i { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--mint-strong); }
.scenario-stack article strong { font-size: .92rem; }
.scenario-stack article small { grid-column: 2; color: #91a8a2; font-size: .7rem; }
.prompt-section { background: var(--cream); }
.prompt-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.prompt-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.prompt-list { display: grid; gap: 10px; }
.prompt-list a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; min-height: 68px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-weight: 680; }
.prompt-list a > span { color: var(--coral); font: 2rem/1 Georgia, serif; }
.prompt-list a i { font-style: normal; }
.pricing-grid-full .pricing-card { min-height: 620px; }
.pricing-disclosure { padding: 18px; border-radius: 10px; background: #fff5ef; }
.pricing-factors { background: var(--cream); }
.factor-grid { grid-template-columns: repeat(4, 1fr); }
.terms-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.terms-grid dl { margin: 0; }
.terms-grid dl div { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .15); }
.terms-grid dl div:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.terms-grid dt { color: var(--mint); font-size: .78rem; font-weight: 750; }
.terms-grid dd { margin: 0; color: #b8c9c4; font-size: .86rem; }
.status-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; margin-bottom: 30px; color: var(--muted); font-size: .7rem; }
.status-legend span { display: flex; align-items: center; gap: 6px; }
.status-legend i { width: 8px; height: 8px; border-radius: 50%; background: #85918d; }
.status-legend .status-custom { background: var(--coral); }
.status-legend .status-automation { background: var(--success); }
.status-legend .status-webhook { background: #3e78bb; }
.status-legend .status-planned { background: #8a8c91; }
.integration-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.integration-card { min-height: 330px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.integration-card > div:first-child { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.integration-initial { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; color: var(--white); background: var(--forest); font: 1.4rem Georgia, serif; }
.status { padding: 5px 8px; border-radius: 99px; font-size: .6rem; font-weight: 780; text-transform: uppercase; }
.status-custom { color: #a53f25; background: #ffe3d9; }
.status-automation { color: #176747; background: #dff3e8; }
.status-webhook { color: #295f9c; background: #e1ecfa; }
.status-planned { color: #63676b; background: #e8e9e9; }
.integration-card > small { color: var(--muted); text-transform: uppercase; }
.integration-card h2 { margin: 8px 0 13px; font-size: 1.45rem; }
.integration-card p, .integration-card dd { color: var(--muted); font-size: .8rem; }
.integration-card dl { padding-top: 16px; margin-top: 20px; border-top: 1px solid var(--line); }
.integration-card dt { color: var(--ink); font-size: .66rem; font-weight: 760; text-transform: uppercase; }
.integration-card dd { margin: 3px 0 0; }
.integration-explainer { background: var(--cream); }
.explainer-grid, .principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.explainer-grid article, .principles-grid article { min-height: 245px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .55); }
.explainer-grid span, .principles-grid span { color: var(--coral); font: 1.5rem Georgia, serif; }
.explainer-grid h3, .principles-grid h3 { margin-top: 80px; font-size: 1rem; }
.explainer-grid p, .principles-grid p { color: var(--muted); font-size: .78rem; }
.faq-page-grid { display: grid; grid-template-columns: 220px 1fr; gap: 100px; }
.faq-page-grid aside { position: sticky; top: calc(var(--header-height) + 30px); display: grid; align-self: start; }
.faq-page-grid aside strong { margin-bottom: 12px; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.faq-page-grid aside a { padding: 7px 0; font-size: .82rem; }
.faq-category { padding-bottom: 70px; }
.faq-category .accordion-list summary { font-size: 1.04rem; }
.about-story-grid > div:last-child p { color: var(--muted); font-size: 1.05rem; }
.principles-section { background: var(--cream); }
.about-contact-grid { align-items: end; }

/* Forms and booking */
.contact-page, .booking-page { padding: clamp(70px, 9vw, 130px) 0; background: var(--cream); }
.contact-grid, .booking-grid { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: start; }
.contact-copy, .booking-grid > div:first-child { position: sticky; top: calc(var(--header-height) + 40px); }
.contact-copy h1, .booking-grid h1 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.contact-copy > p:not(.eyebrow), .booking-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-options { display: grid; gap: 8px; margin-top: 36px; }
.contact-options a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; min-height: 70px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255, 255, 255, .6); }
.contact-options a > span { color: var(--coral); font-size: .68rem; }
.contact-options a div { display: grid; }
.contact-options small { color: var(--muted); }
.availability-note { margin-top: 20px; font-size: .8rem !important; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.form-head span { font-size: 1.2rem; font-weight: 750; }
.form-head small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; }
.contact-form label > span { color: #445752; font-size: .75rem; font-weight: 720; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cfd3cc; border-radius: 9px; color: var(--ink); background: #fdfdfb; font-size: 16px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest); outline: 3px solid rgba(12, 41, 38, .1); }
.contact-form [aria-invalid="true"] { border-color: var(--error); }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent-check { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; }
.consent-check input { width: 18px; min-height: 18px; margin-top: 3px; }
.consent-check a { text-decoration: underline; }
.form-status { min-height: 28px; margin-bottom: 10px; color: var(--error); font-size: .8rem; }
.form-status.success { color: var(--success); }
.contact-form .button { width: 100%; }
.booking-card { padding: 38px; border-radius: var(--radius); color: var(--white); background: var(--forest); box-shadow: var(--shadow-lg); }
.booking-card > span { color: var(--mint); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.booking-card h2 { margin: 90px 0 20px; font-size: 2.4rem; }
.booking-card p { color: #b7c9c3; }
.booking-card .button { width: 100%; margin-top: 10px; }
.booking-card .button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .3); background: transparent; }
.booking-card > small { display: block; margin-top: 22px; color: #90a9a2; text-align: center; }
.booking-agenda { display: grid; gap: 8px; padding: 0; margin-top: 36px; list-style: none; }
.booking-agenda li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .5); }
.booking-agenda li > span { color: var(--coral); font-size: .68rem; }
.booking-agenda div { display: grid; }
.booking-agenda small { color: var(--muted); }
.prep-section { background: var(--white); }
.prep-grid { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-inline: auto; }

/* Demo */
.demo-page { padding: clamp(70px, 8vw, 120px) 0 clamp(82px, 9vw, 132px); overflow: hidden; background: radial-gradient(circle at 10% 15%, rgba(240, 108, 72, .08), transparent 25%), radial-gradient(circle at 85% 30%, rgba(99, 215, 160, .18), transparent 30%), var(--cream); }
.private-demo-body .demo-page { position: relative; isolation: isolate; }
.private-demo-body .demo-page[data-business-type="roofing"]::before { position: absolute; z-index: 0; inset: -2%; background: url("/assets/residential-roofing-demo.jpg") center 43% / cover no-repeat; content: ""; filter: saturate(.52) contrast(.9); opacity: .13; pointer-events: none; }
.private-demo-body .demo-page[data-business-type="roofing"] .demo-hero-grid { position: relative; z-index: 1; }
.site-header.is-private-demo + main .demo-page { padding-top: clamp(35px, 4vw, 60px); }
.demo-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, .72fr); align-items: start; gap: clamp(52px, 7vw, 100px); }
.private-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; margin-bottom: 26px; border: 1px solid #ccd5cf; border-radius: 99px; color: #49625c; background: rgba(255, 255, 255, .55); font-size: .7rem; font-weight: 750; letter-spacing: .04em; }
.private-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.demo-greeting { margin-bottom: 12px; color: var(--forest); font: 500 clamp(1.6rem, 2.4vw, 2.25rem)/1 Georgia, serif; }
.wave-hand { display: inline-block; transform-origin: 70% 75%; animation: wave-hand 1.8s ease-in-out 2; }
.demo-copy h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.4vw, 5.55rem); overflow-wrap: anywhere; }
.demo-company-name { color: transparent; background: linear-gradient(105deg, var(--coral) 0 42%, #ffc5b3 48%, #fff3ec 50%, #ffc5b3 52%, var(--coral) 58% 100%); background-position: 100% 0; background-size: 280% 100%; -webkit-background-clip: text; background-clip: text; animation: company-name-twinkle 5.5s ease-in-out infinite; }
.demo-story-lede { max-width: 650px; margin: 0; color: #53635f; font-size: 1.02rem; line-height: 1.65; }
.pre-demo-copy.is-leaving, .voice-pre-call.is-leaving { pointer-events: none; animation: completion-live-exit .1s ease both; }
.post-demo-copy { width: 100%; max-width: 670px; animation: post-demo-copy-reveal .5s .06s var(--ease) both; }
.post-demo-copy h1 { max-width: 650px; margin: 0 0 20px; font-size: clamp(2.65rem, 3.6vw, 3.8rem); line-height: .99; overflow-wrap: normal; }
.post-demo-supporting { max-width: 650px; margin: 0 0 20px; color: var(--forest); font: 650 clamp(1.38rem, 1.95vw, 1.95rem)/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.post-demo-company { display: inline-block; max-width: 100%; font-style: italic; overflow-wrap: break-word; vertical-align: bottom; }
.post-demo-body { max-width: 600px; margin: 0; color: #475c56; font-size: .96rem; line-height: 1.6; }
.demo-summary-line { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 22px 0 0; color: #52645f; font-size: .68rem; font-weight: 720; }
.demo-summary-line span { position: relative; }
.demo-summary-line span + span::before { position: absolute; left: -11px; color: var(--coral); content: "•"; }
.demo-interaction-column { min-width: 0; }
.voice-presence-panel { position: relative; display: flex; width: 100%; min-height: 520px; align-items: center; flex-direction: column; padding: 25px 30px 21px; overflow: hidden; border: 1px solid rgba(12, 41, 38, .09); border-radius: 32px; background: radial-gradient(circle at 50% 42%, rgba(99, 215, 160, .12), transparent 37%), linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(249, 251, 247, .68)); box-shadow: 0 30px 80px rgba(12, 41, 38, .13), inset 0 1px 0 rgba(255, 255, 255, .9); isolation: isolate; }
.voice-presence-panel::before { position: absolute; z-index: -1; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(99, 215, 160, .14), transparent 68%); content: ""; transform: translateY(36px); }
.voice-presence-heading { min-height: 62px; text-align: center; }
.voice-presence-heading h2 { margin: 0; color: var(--forest); font: 700 2rem/1 Georgia, "Times New Roman", serif; }
.voice-status { min-height: 1.5em; margin: 8px 0 0; color: #526c64; font-size: .78rem; font-weight: 620; letter-spacing: .005em; line-height: 1.35; transition: color .2s ease, opacity .2s ease; }
.voice-status em { font-size: 1.05em; white-space: nowrap; }
.voice-status.is-permission, .voice-status.is-connecting, .voice-status.is-listening, .voice-status.is-speaking, .voice-status.is-thinking, .voice-status.is-ending, .voice-status.is-ended, .voice-status.is-error { font-size: .73rem; font-weight: 720; letter-spacing: .015em; }
.voice-status.is-listening { color: var(--success); }
.voice-status.is-speaking { color: var(--forest); }
.voice-status.is-permission, .voice-status.is-connecting, .voice-status.is-ending { color: #8b621f; }
.voice-status.is-error { color: var(--error); }
.voice-status.is-ended { color: #5e716c; }
.voice-orb-stage { display: grid; min-height: 272px; place-items: center; }
.voice-orb { --orb-energy: .12; --orb-scale: 1.007; --orb-glow: .35; --orb-wave: .16; position: relative; width: 258px; height: 258px; contain: layout paint style; }
.voice-orb > span, .voice-orb-particles i, .voice-orb-core i { position: absolute; display: block; border-radius: 50%; pointer-events: none; }
.voice-orb-ambient { inset: 22%; background: radial-gradient(circle, rgba(99, 215, 160, .74), rgba(35, 116, 87, .2) 48%, transparent 72%); filter: blur(28px); opacity: var(--orb-glow); animation: voice-orb-breathe 6.8s ease-in-out infinite; }
.voice-orb-ring { border: 1px solid rgba(45, 128, 97, .2); opacity: calc(.46 + var(--orb-wave)); }
.voice-orb-ring::before { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240, 108, 72, .08); content: ""; }
.voice-orb-ring-outer { inset: 9px; border-color: rgba(38, 117, 89, .18) transparent rgba(240, 108, 72, .2) rgba(38, 117, 89, .1); animation: voice-orb-orbit 18s linear infinite; }
.voice-orb-ring-outer::before { top: 26px; right: 29px; }
.voice-orb-ring-inner { inset: 35px; border-color: transparent rgba(99, 215, 160, .32) rgba(21, 78, 66, .18); animation: voice-orb-orbit-reverse 14s linear infinite; }
.voice-orb-ring-inner::before { right: 6px; bottom: 46px; width: 5px; height: 5px; background: var(--mint-strong); }
.voice-orb-core { inset: 52px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .44); background: radial-gradient(circle at 34% 28%, rgba(235, 255, 241, .94), rgba(99, 215, 160, .68) 20%, rgba(20, 91, 72, .95) 54%, #092f2c 82%); box-shadow: inset 0 0 25px rgba(255, 255, 255, .22), 0 18px 38px rgba(12, 41, 38, .2); transform: scale(var(--orb-scale)); transition: transform 90ms linear, filter .22s ease, opacity .22s ease; }
.voice-orb-core i:nth-child(1) { width: 90%; height: 54%; top: 3%; left: -14%; border-radius: 52% 48% 68% 32%; background: linear-gradient(120deg, rgba(255, 255, 255, .4), rgba(99, 215, 160, .04)); filter: blur(9px); animation: voice-orb-drift-one 7.4s ease-in-out infinite alternate; }
.voice-orb-core i:nth-child(2) { width: 76%; height: 64%; right: -21%; bottom: -3%; border-radius: 38% 62% 42% 58%; background: radial-gradient(circle, rgba(240, 108, 72, .38), rgba(240, 108, 72, .02) 68%); filter: blur(7px); animation: voice-orb-drift-two 8.6s ease-in-out infinite alternate; }
.voice-orb-core i:nth-child(3) { width: 30%; height: 30%; top: 17%; right: 20%; background: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 67%); filter: blur(3px); opacity: calc(.42 + var(--orb-energy)); animation: voice-orb-highlight 5.8s ease-in-out infinite; }
.voice-orb-particles { inset: 0; }
.voice-orb-particles i { width: 4px; height: 4px; background: rgba(34, 125, 91, .46); animation: voice-orb-particle 5.8s ease-in-out infinite alternate; }
.voice-orb-particles i:nth-child(1) { top: 18%; left: 29%; animation-delay: -.8s; }
.voice-orb-particles i:nth-child(2) { top: 14%; right: 31%; width: 3px; height: 3px; animation-delay: -2.1s; }
.voice-orb-particles i:nth-child(3) { top: 43%; right: 4%; background: rgba(240, 108, 72, .5); animation-delay: -3.2s; }
.voice-orb-particles i:nth-child(4) { right: 17%; bottom: 15%; animation-delay: -1.5s; }
.voice-orb-particles i:nth-child(5) { bottom: 7%; left: 42%; width: 3px; height: 3px; animation-delay: -4s; }
.voice-orb-particles i:nth-child(6) { bottom: 24%; left: 8%; background: rgba(240, 108, 72, .42); animation-delay: -2.7s; }
.voice-orb-particles i:nth-child(7) { top: 36%; left: 2%; width: 3px; height: 3px; animation-delay: -4.8s; }
.voice-orb-activation { inset: 44px; border: 1px solid rgba(99, 215, 160, .7); opacity: 0; }
.voice-orb.is-pressed .voice-orb-activation { animation: voice-orb-activation .7s ease-out; }
.voice-orb.is-awake .voice-orb-ambient { animation-duration: 3.4s; opacity: min(1, calc(var(--orb-glow) + .2)); }
.voice-orb.is-awake .voice-orb-ring-outer { animation-duration: 9s; }
.voice-orb.is-awake .voice-orb-ring-inner { animation-duration: 7s; }
.voice-orb.is-awake .voice-orb-core { filter: saturate(1.12) brightness(1.05); }
.voice-orb[data-orb-state="permission"] .voice-orb-ring { animation-duration: 12s; }
.voice-orb[data-orb-state="connecting"] .voice-orb-ring-outer { animation-duration: 4.8s; }
.voice-orb[data-orb-state="connecting"] .voice-orb-ring-inner { animation-duration: 3.7s; }
.voice-orb[data-orb-state="connecting"] .voice-orb-ambient { animation-duration: 2.5s; }
.voice-orb[data-orb-state="listening"] .voice-orb-core { filter: saturate(1.12); }
.voice-orb[data-orb-state="speaking"] .voice-orb-ring { border-width: 1.5px; animation-duration: 2.4s; }
.voice-orb[data-orb-state="speaking"] .voice-orb-ambient { animation-duration: 1.8s; }
.voice-orb[data-orb-state="thinking"] .voice-orb-ring-inner { animation-duration: 4.5s; }
.voice-orb[data-orb-state="ended"] .voice-orb-ring, .voice-orb[data-orb-state="ending"] .voice-orb-ring { animation-duration: 24s; opacity: .28; }
.voice-orb[data-orb-state="error"] .voice-orb-ambient { opacity: .16; animation-duration: 9s; }
.voice-orb[data-orb-state="error"] .voice-orb-core { background: radial-gradient(circle at 34% 28%, #fff4ef, rgba(240, 108, 72, .46) 25%, #244d45 64%, #123532); filter: saturate(.74); }
.voice-orb[data-orb-paused="true"] *, .voice-orb[data-orb-paused="true"] > span { animation-play-state: paused !important; }
.voice-presence-panel[data-active-agent="nico"] { background: radial-gradient(circle at 50% 42%, rgba(77, 142, 255, .14), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .72)); }
.voice-presence-panel[data-active-agent="nico"]::before { background: radial-gradient(circle, rgba(64, 127, 245, .17), transparent 68%); }
.voice-presence-panel[data-active-agent="nico"] .voice-status { color: #355c9a; }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-ambient { background: radial-gradient(circle, rgba(105, 169, 255, .82), rgba(41, 99, 207, .24) 48%, transparent 72%); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-ring { border-color: rgba(52, 109, 215, .24); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-ring-outer { border-color: rgba(51, 112, 231, .24) transparent rgba(111, 183, 255, .34) rgba(38, 83, 171, .15); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-ring-inner { border-color: transparent rgba(104, 179, 255, .42) rgba(33, 77, 163, .24); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-ring::before, .voice-presence-panel[data-active-agent="nico"] .voice-orb-particles i { background: rgba(79, 145, 255, .68); box-shadow: 0 0 0 5px rgba(73, 135, 244, .1); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-core { background: radial-gradient(circle at 34% 28%, rgba(239, 248, 255, .98), rgba(107, 174, 255, .82) 20%, rgba(34, 91, 190, .96) 54%, #0b2049 82%); box-shadow: inset 0 0 25px rgba(255, 255, 255, .28), 0 18px 42px rgba(24, 67, 148, .26); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-core i:nth-child(1) { background: linear-gradient(120deg, rgba(255, 255, 255, .48), rgba(105, 176, 255, .06)); }
.voice-presence-panel[data-active-agent="nico"] .voice-orb-core i:nth-child(2) { background: radial-gradient(circle, rgba(83, 207, 255, .42), rgba(58, 121, 230, .03) 68%); }
.voice-presence-panel.is-agent-transitioning .voice-presence-heading { animation: voice-agent-heading-swap 5s var(--ease) both; }
.voice-presence-panel.is-agent-transitioning .voice-orb { animation: voice-agent-orb-swap 5s var(--ease) both; }
.voice-presence-panel.is-agent-transitioning .voice-orb-ring-outer { animation-duration: 1.15s; }
.voice-presence-panel.is-agent-transitioning .voice-orb-ring-inner { animation-duration: .92s; }
.voice-presence-panel.is-agent-transitioning .voice-orb-ambient { animation-duration: 1.2s; }
.voice-presence-panel.is-agent-arrived .voice-orb-activation { animation: voice-orb-activation .7s ease-out; }
.voice-pre-call { display: flex; width: 100%; align-items: stretch; flex-direction: column; }
.voice-guidance { display: grid; width: 100%; min-height: 3.5em; align-content: center; gap: 3px; margin: -5px 0 11px; color: #6c7d78; text-align: center; opacity: 1; transition: opacity .28s ease; }
.voice-guidance span { color: #667a74; font-size: .67rem; font-weight: 560; letter-spacing: .005em; }
.voice-guidance strong { min-height: 1.45em; color: var(--forest); font: italic 500 .82rem/1.3 Georgia, "Times New Roman", serif; opacity: 1; transition: opacity .28s ease; }
.voice-guidance strong::before, .voice-guidance strong::after { color: var(--coral); font-size: 1.08em; font-style: normal; }
.voice-guidance strong::before { margin-right: 2px; content: "“"; }
.voice-guidance strong::after { margin-left: 2px; content: "”"; }
.voice-guidance strong.is-changing { opacity: 0; }
.voice-guidance.is-muted { opacity: .38; }
.demo-start-button { position: relative; display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: center; padding: 14px 24px; overflow: hidden; border: 1px solid rgba(184, 240, 211, .18); border-radius: 999px; color: var(--white); background: linear-gradient(135deg, #0a2926 0%, #123e38 58%, #185348 100%); box-shadow: 0 16px 34px rgba(12, 41, 38, .24), inset 0 1px 0 rgba(255, 255, 255, .12); text-align: center; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease, opacity .18s ease; }
.demo-start-button::before { position: absolute; top: -80%; left: -20%; width: 44%; height: 260%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .13), transparent); content: ""; opacity: 0; pointer-events: none; transform: rotate(18deg) translateX(-130%); transition: opacity .2s ease, transform .65s var(--ease); }
.demo-start-button:hover { border-color: rgba(184, 240, 211, .38); box-shadow: 0 20px 42px rgba(12, 41, 38, .29), 0 0 0 4px rgba(99, 215, 160, .08); transform: translateY(-2px); }
.demo-start-button:hover::before { opacity: 1; transform: rotate(18deg) translateX(340%); }
.demo-start-button:active { box-shadow: 0 10px 24px rgba(12, 41, 38, .22); transform: translateY(0) scale(.992); }
.demo-start-button:disabled { cursor: wait; opacity: .86; }
.demo-start-button:disabled:hover { border-color: rgba(184, 240, 211, .18); box-shadow: 0 12px 28px rgba(12, 41, 38, .2); transform: none; }
.demo-start-button strong { position: relative; z-index: 1; font-size: 1rem; font-weight: 720; letter-spacing: -.01em; }
.demo-end-button { width: 100%; min-height: 52px; border: 1px solid #e4b5aa; border-radius: 99px; color: var(--error); background: #fff5f2; font-weight: 750; cursor: pointer; }
.demo-trust-signals { display: flex; width: 100%; align-items: center; justify-content: center; flex-wrap: wrap; gap: 3px 12px; padding: 0; margin: 12px 0 0; color: #6b7d77; font-size: .57rem; font-weight: 620; line-height: 1.35; list-style: none; text-align: center; }
.demo-trust-signals li { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.demo-trust-signals li span { color: var(--success); font-size: .65rem; font-weight: 800; }
.phone-fallback { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--line); font-size: .72rem; }
.phone-fallback a { font-weight: 760; text-decoration: underline; }
.voice-presence-panel { transition: min-height .48s var(--ease), padding .48s var(--ease), box-shadow .3s ease; }
.voice-presence-heading, .voice-orb-stage { transition: min-height .48s var(--ease), transform .48s var(--ease); }
.voice-presence-panel.is-post-call { min-height: 510px; justify-content: flex-start; padding: 20px 28px 18px; background: radial-gradient(circle at 50% 42%, rgba(99, 215, 160, .16), transparent 39%), linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(249, 251, 247, .72)); box-shadow: 0 38px 92px rgba(12, 41, 38, .16), 0 0 70px rgba(99, 215, 160, .09), inset 0 1px 0 rgba(255, 255, 255, .94); animation: post-call-card-reveal .48s var(--ease) both; }
.voice-presence-panel.is-post-call::before { width: 410px; height: 410px; background: radial-gradient(circle, rgba(99, 215, 160, .2), transparent 68%); transform: translateY(24px); transition: transform .55s var(--ease), opacity .55s ease; }
.voice-presence-panel.is-post-call:hover::before, .voice-presence-panel.is-post-call:focus-within::before { opacity: .95; transform: translateY(20px) scale(1.04); }
.voice-presence-panel.is-post-call .voice-presence-heading { display: flex; min-height: 64px; align-items: center; flex-direction: column; justify-content: flex-start; animation: post-call-heading-reveal .4s .04s var(--ease) both; }
.voice-presence-panel.is-post-call .voice-presence-heading h2 { max-width: 380px; font-size: 1.66rem; line-height: 1.06; }
.voice-presence-panel.is-post-call .voice-status { order: -1; min-height: auto; padding: 0; margin: 0 0 7px; color: var(--success); background: transparent; font-size: .64rem; font-weight: 790; letter-spacing: .025em; animation: post-call-success .34s var(--ease) both; }
.voice-presence-panel.is-post-call .voice-orb-stage { min-height: 182px; }
.voice-presence-panel.is-post-call .voice-orb { width: 176px; height: 176px; animation: post-call-orb-awaken .5s .16s var(--ease) both, post-call-orb-float 7s .66s ease-in-out infinite; }
.voice-presence-panel.is-post-call .voice-orb-ambient { opacity: .58; transform: scale(1.08); transition: opacity .5s ease, transform .55s var(--ease); }
.voice-presence-panel.is-post-call:hover .voice-orb-ambient, .voice-presence-panel.is-post-call:focus-within .voice-orb-ambient { opacity: .75; transform: scale(1.16); }
.voice-presence-panel.is-post-call .voice-orb-core { inset: 36px; box-shadow: inset 0 0 28px rgba(255, 255, 255, .25), 0 20px 46px rgba(12, 41, 38, .25); }
.voice-presence-panel.is-post-call .voice-orb-ring-inner { inset: 25px; }
.voice-presence-panel.is-post-call .voice-orb-activation { inset: 30px; }
.voice-presence-panel.is-solutions-call .demo-trust-signals, .voice-presence-panel.is-solutions-call .phone-fallback { display: none; }
.voice-presence-panel[data-active-agent="nico"] .voice-guidance strong { color: #244d89; }
.voice-presence-panel[data-active-agent="nico"] .voice-guidance strong::before, .voice-presence-panel[data-active-agent="nico"] .voice-guidance strong::after { color: #4f91ff; }
.post-call-panel { width: 100%; max-width: 400px; animation: post-call-copy-reveal .42s .28s var(--ease) both; }
.post-call-actions { display: grid; }
.post-call-primary { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 999px; color: var(--white); background: linear-gradient(135deg, #0a2926, #195247); box-shadow: 0 14px 28px rgba(12, 41, 38, .2); font-size: .84rem; font-weight: 760; text-align: center; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s ease; }
.post-call-primary:hover { background: linear-gradient(135deg, #123a35, #236454); box-shadow: 0 18px 36px rgba(12, 41, 38, .28); transform: translateY(-2px); }
.post-call-primary { animation: post-call-item .42s .45s var(--ease) both; }
.post-call-primary:focus-visible, .post-call-resource:focus-visible { outline: 3px solid rgba(12, 41, 38, .22); outline-offset: 2px; }
.post-call-divider { margin: 15px 8px 11px; border-top: 1px solid rgba(12, 41, 38, .12); animation: post-call-item .38s .5s var(--ease) both; }
.post-call-more-label { margin: 0 0 8px; color: #526963; font-size: .7rem; font-weight: 720; text-align: center; animation: post-call-item .38s .54s var(--ease) both; }
.post-call-resource-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.post-call-resource { display: flex; min-width: 0; min-height: 38px; align-items: center; justify-content: flex-start; gap: 7px; padding: 8px 10px; border: 1px solid rgba(12, 41, 38, .1); border-radius: 12px; color: #34514a; background: rgba(255, 255, 255, .64); font: inherit; font-size: .69rem; font-weight: 710; line-height: 1.2; text-align: left; text-decoration: none; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s var(--ease); animation: post-call-item .38s .58s var(--ease) both; }
.post-call-resource:hover { color: var(--forest); border-color: rgba(25, 82, 71, .24); background: rgba(255, 255, 255, .9); transform: translateY(-1px); }
.post-call-resource span[aria-hidden="true"] { flex: 0 0 auto; font-size: .78rem; line-height: 1; }
.post-call-resource:disabled { cursor: wait; opacity: .58; transform: none; }
.post-call-direct-email { margin: 17px 0 0; color: #667772; font-size: .65rem; text-align: center; animation: post-call-item .38s .64s var(--ease) both; }
.post-call-direct-email button, .post-call-direct-email a { padding: 0; border: 0; color: #31544c; background: transparent; font: inherit; font-weight: 730; text-decoration: none; text-underline-offset: 3px; cursor: pointer; }
.post-call-direct-email button:hover, .post-call-direct-email a:hover { color: var(--forest); text-decoration: underline; }
.post-call-direct-email button:focus-visible, .post-call-direct-email a:focus-visible { outline: 3px solid rgba(12, 41, 38, .22); outline-offset: 2px; }
.post-call-direct-email button:disabled { cursor: wait; opacity: .58; }
.post-call-nico-error { margin: 7px auto 0; color: #a13c2f; font-size: .62rem; font-weight: 680; line-height: 1.35; text-align: center; }
.demo-explanation { background: var(--white); }
.demo-explanation-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.demo-explanation-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.demo-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.demo-benefit-grid span { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-size: .78rem; font-weight: 690; }
.demo-benefit-grid span::before { margin-right: 9px; color: var(--success); content: "✓"; }
.demo-privacy { background: var(--cream); }
.demo-privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.demo-privacy-grid > div { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .55); }
.demo-privacy-grid > div > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mint); }
.demo-privacy-grid h3 { margin: 60px 0 10px; font-size: 1.05rem; }
.demo-privacy-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.personalized-cta-inner { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 80px; }
.personalized-cta h2 { font-size: clamp(2.3rem, 4vw, 4rem); overflow-wrap: anywhere; }
.personalized-cta p:not(.eyebrow) { color: #b7c8c3; }
.personalized-cta-inner > div:last-child { display: grid; gap: 10px; }
.consent-dialog { position: fixed; z-index: 3000; display: grid; inset: 0; place-items: center; padding: 20px; background: rgba(5, 20, 18, .62); backdrop-filter: blur(7px); }
.consent-dialog > div { position: relative; width: min(100%, 520px); padding: 38px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.consent-dialog h2 { font-size: 2.2rem; }
.consent-dialog > div > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.4rem; cursor: pointer; }

.calendly-booking-modal { position: fixed; z-index: 3200; display: grid; inset: 0; place-items: center; padding: clamp(12px, 2.2vw, 26px); background: rgba(5, 20, 18, .68); backdrop-filter: blur(9px); }
.calendly-booking-shell { position: relative; display: flex; width: min(100%, 1000px); max-height: calc(100svh - clamp(24px, 4.4vw, 52px)); overflow: hidden; flex-direction: column; border: 1px solid rgba(255, 255, 255, .6); border-radius: 28px; background: var(--white); box-shadow: 0 40px 110px rgba(5, 20, 18, .34); }
.calendly-modal-close { position: absolute; z-index: 4; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(12, 41, 38, .13); border-radius: 50%; color: var(--forest); background: rgba(255, 255, 255, .9); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.calendly-modal-intro { flex: 0 0 auto; padding: 27px 76px 20px 30px; border-bottom: 1px solid rgba(12, 41, 38, .09); background: radial-gradient(circle at 82% 10%, rgba(99, 215, 160, .14), transparent 32%), var(--paper); }
.calendly-modal-intro .eyebrow { margin-bottom: 10px; font-size: .64rem; }
.calendly-modal-intro h2 { margin-bottom: 8px; color: var(--forest); font: 700 clamp(1.75rem, 3vw, 2.5rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.calendly-modal-intro > p:last-child { max-width: 760px; margin: 0; color: #5e706a; font-size: .78rem; line-height: 1.5; }
.calendly-modal-content { min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: #fff; }
.calendly-loading, .calendly-booking-success, .calendly-booking-error { display: grid; min-height: min(650px, calc(100svh - 190px)); align-content: center; justify-items: center; padding: 46px 28px; text-align: center; }
.calendly-loading { gap: 15px; color: #61736d; font-size: .78rem; }
.calendly-loading > span { width: 34px; height: 34px; border: 3px solid rgba(12, 41, 38, .12); border-top-color: var(--mint-strong); border-radius: 50%; animation: button-spin .8s linear infinite; }
.calendly-inline-host { width: 100%; min-height: 700px; background: #fff; }
.calendly-inline-host iframe, .calendly-inline-host .calendly-inline-widget { width: 100% !important; min-width: 0 !important; height: 700px !important; border: 0; }
.calendly-booking-success, .calendly-booking-error { max-width: 620px; gap: 12px; margin-inline: auto; }
.calendly-booking-success > span { color: var(--success); font-size: .75rem; font-weight: 780; letter-spacing: .025em; }
.calendly-booking-success h2, .calendly-booking-error h2 { margin: 0; color: var(--forest); font: 700 clamp(2rem, 4vw, 3.35rem)/1 Georgia, "Times New Roman", serif; }
.calendly-booking-success p, .calendly-booking-error p { max-width: 480px; margin: 0 0 10px; color: #5d6e69; font-size: .86rem; line-height: 1.55; }
.calendly-booking-success .button, .calendly-booking-error .button { min-width: 190px; margin-top: 8px; }
.calendly-booking-success .button, .calendly-booking-error .button { color: var(--white); background: linear-gradient(135deg, #0a2926, #195247); box-shadow: 0 14px 28px rgba(12, 41, 38, .18); }
.calendly-booking-error > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #8d6c2f; background: #fff5dd; font-size: 1.25rem; }
.calendly-booking-shell.is-booked .calendly-modal-intro, .calendly-booking-shell.is-error .calendly-modal-intro { display: none; }

/* Legal, 404, footer */
.legal-page { padding: clamp(80px, 10vw, 150px) 0; background: var(--white); }
.legal-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 120px; }
.legal-grid aside { position: sticky; top: calc(var(--header-height) + 40px); align-self: start; }
.legal-grid aside h1 { font-size: clamp(2.8rem, 4vw, 4.5rem); }
.legal-grid aside > p:not(.eyebrow) { color: var(--muted); }
.legal-grid aside > a { font-weight: 700; text-decoration: underline; }
.legal-grid article { max-width: 760px; }
.legal-grid article h2 { margin: 50px 0 14px; font-size: 1.5rem; }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article p { color: var(--muted); }
.not-found-page { display: grid; min-height: 70dvh; place-items: center; padding: 90px 0; background: var(--cream); }
.not-found-card { max-width: 760px; padding: 60px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.error-code { color: var(--coral); font: 500 5rem/1 Georgia, serif; }
.not-found-card h1 { margin-top: 20px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.not-found-card > p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.site-footer { padding: 80px 0 calc(24px + env(safe-area-inset-bottom)); color: var(--white); background: #071e1c; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; padding-bottom: 70px; }
.brand-light .brand-symbol { background: var(--mint); }
.brand-light .brand-symbol i { background: var(--forest); }
.brand-light .brand-copy small { color: #839f98; }
.footer-intro > p { max-width: 360px; margin: 25px 0 16px; color: #8fa8a1; font-size: .86rem; }
.footer-intro > a { color: var(--mint); font-size: .8rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 9px; color: #819d96; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { font-size: .83rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: #77938c; font-size: .7rem; }
.footer-bottom > div { display: flex; gap: 22px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.mobile-sticky-cta { display: none; }
.privacy-banner { position: fixed; z-index: 2500; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); left: max(18px, env(safe-area-inset-left)); display: flex; max-width: 900px; align-items: center; justify-content: space-between; gap: 30px; padding: 20px; margin-inline: auto; border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; color: var(--white); background: var(--forest); box-shadow: var(--shadow-lg); }
.privacy-banner p { margin: 3px 0 0; color: #b5c8c2; font-size: .75rem; }
.privacy-banner > div:last-child { display: flex; flex: 0 0 auto; gap: 8px; }
.privacy-banner .button { min-height: 44px; padding: 10px 16px; font-size: .74rem; }
.privacy-banner .button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .25); background: transparent; }

@keyframes mini-wave { from { transform: scaleY(.55); } to { transform: scaleY(1); } }
@keyframes wave-hand { 0%, 100% { transform: rotate(0); } 20% { transform: rotate(18deg); } 40% { transform: rotate(-7deg); } 60% { transform: rotate(15deg); } 80% { transform: rotate(-4deg); } }
@keyframes company-name-twinkle { 0%, 68%, 100% { background-position: 100% 0; } 82% { background-position: 0 0; } }
@keyframes button-spin { to { transform: rotate(360deg); } }
@keyframes voice-orb-breathe { 0%, 100% { transform: scale(.94); } 50% { transform: scale(1.08); } }
@keyframes voice-orb-orbit { to { transform: rotate(360deg); } }
@keyframes voice-orb-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes voice-orb-drift-one { from { transform: translate3d(-4%, -2%, 0) rotate(-6deg); } to { transform: translate3d(12%, 9%, 0) rotate(9deg); } }
@keyframes voice-orb-drift-two { from { transform: translate3d(5%, 8%, 0) rotate(8deg); } to { transform: translate3d(-13%, -6%, 0) rotate(-10deg); } }
@keyframes voice-orb-highlight { 0%, 100% { opacity: .45; transform: scale(.88); } 50% { opacity: .82; transform: scale(1.14); } }
@keyframes voice-orb-particle { from { opacity: .24; transform: translate3d(-2px, 4px, 0) scale(.82); } to { opacity: .8; transform: translate3d(4px, -5px, 0) scale(1.18); } }
@keyframes voice-orb-activation { 0% { opacity: .9; transform: scale(.72); } 100% { opacity: 0; transform: scale(1.7); } }
@keyframes voice-agent-heading-swap { 0%, 15% { opacity: 1; transform: none; } 24%, 92% { opacity: 0; transform: translateY(-7px); } 96% { opacity: 0; transform: translateY(7px); } 100% { opacity: 1; transform: none; } }
@keyframes voice-agent-orb-swap { 0% { filter: saturate(1); transform: scale(1); } 22% { filter: saturate(.86) brightness(1.08); transform: scale(.93); } 50% { filter: saturate(.72) brightness(1.18); transform: scale(.86) rotate(-3deg); } 78% { filter: saturate(1.18) brightness(1.1); transform: scale(.94) rotate(2deg); } 100% { filter: saturate(1); transform: scale(1); } }

@media (min-width: 901px) {
  body.private-demo-body { overflow: hidden; }
  .site-header.is-private-demo + main .demo-page { display: grid; height: calc(100svh - var(--header-height)); align-items: center; padding: clamp(20px, 3vh, 32px) 0; }
  .private-demo-body .demo-hero-grid { align-items: center; }
  .private-demo-body .demo-copy { display: grid; min-height: 370px; align-content: center; }
  .private-demo-body .demo-copy h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(3rem, 4.25vw, 4.65rem); line-height: .99; overflow-wrap: normal; }
  .private-demo-body .post-demo-copy h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(2.7rem, 3.5vw, 3.7rem); line-height: .99; }
  .private-demo-body .demo-story-lede { max-width: 570px; font-size: 1rem; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid, .demo-hero-grid { grid-template-columns: 1fr 430px; gap: 50px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid, .explainer-grid, .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .integration-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .factor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .hide-tablet { display: none; }
  .hero-grid, .demo-hero-grid, .comparison-grid, .process-grid, .faq-preview-grid, .feature-detail-row, .industry-hero-grid, .workflow-grid, .prompt-grid, .terms-grid, .contact-grid, .booking-grid, .demo-explanation-grid, .personalized-cta-inner, .boundary-grid, .input-grid, .about-story-grid, .about-contact-grid, .other-industries-grid, .legal-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 80px; }
  .hero-copy { padding-bottom: 0; }
  .call-flow-shell { width: min(100%, 620px); margin-inline: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .split-heading > p { margin-left: 0; }
  .outcome-grid, .pricing-grid, .demo-privacy-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 380px; }
  .integration-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 50px; }
  .page-hero .narrow { margin-left: auto; }
  .feature-detail-row { gap: 35px; }
  .industry-directory-grid { grid-template-columns: 1fr; }
  .contact-copy, .booking-grid > div:first-child, .legal-grid aside { position: static; }
  .contact-grid, .booking-grid { gap: 45px; }
  .faq-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-page-grid aside { position: static; display: flex; flex-wrap: wrap; gap: 6px 16px; }
  .faq-page-grid aside strong { width: 100%; }
  .demo-copy { padding-top: 10px; }
  .private-demo-body .demo-hero-grid { gap: 36px; }
  .post-demo-copy { max-width: 670px; }
  .post-demo-copy h1 { font-size: clamp(2.65rem, 6.2vw, 3.7rem); }
  .post-demo-supporting { max-width: 650px; font-size: clamp(1.34rem, 3.2vw, 1.85rem); }
  .voice-presence-panel { width: min(100%, 560px); margin-inline: auto; }
  .demo-interaction-column { width: 100%; }
  .legal-grid { gap: 60px; }
}

@media (min-width: 760px) and (max-width: 900px) {
  .private-demo-body .demo-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr); align-items: center; gap: 32px; }
  .private-demo-body .demo-copy { padding-top: 0; }
  .private-demo-body .post-demo-copy h1 { font-size: clamp(2.45rem, 4.7vw, 3.15rem); }
  .private-demo-body .post-demo-supporting { font-size: clamp(1.18rem, 2.4vw, 1.5rem); }
  .private-demo-body .post-demo-body { font-size: .85rem; }
  .private-demo-body .voice-presence-panel { width: 100%; }
}

@media (max-width: 620px) {
  :root { --header-height: 68px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  body.private-demo-body { padding-bottom: env(safe-area-inset-bottom); }
  .private-demo-body .demo-page[data-business-type="roofing"]::before { background-position: 58% center; opacity: .09; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { gap: 10px; }
  .brand-copy strong { max-width: 120px; overflow: hidden; font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
  .brand-copy small { font-size: .54rem; }
  .demo-preview-switch button { min-height: 27px; padding: 5px 7px; font-size: .53rem; }
  .site-header.is-private-demo + main .demo-page { min-height: calc(100svh - var(--header-height)); padding-top: 14px; padding-bottom: 22px; }
  .hide-small { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 62px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .call-flow-shell { padding: 15px; border-radius: 20px 20px 0 0; }
  .caller-row { grid-template-columns: 40px 1fr; }
  .wave-mini { display: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .proof-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .outcome-card { min-height: 390px; padding: 23px; }
  .outcome-card h3 { margin-top: 150px; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .integration-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card { min-height: auto; }
  .faq-preview-grid { gap: 45px; }
  .final-cta { padding: 80px 0; }
  .page-hero { padding: 80px 0; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .feature-detail-row ul, .boundary-section ul, .input-list, .workflow-grid > div:first-child > ul, .demo-benefit-grid { grid-template-columns: 1fr; }
  .timeline-list li { grid-template-columns: 54px 1fr; gap: 15px; }
  .launch-grid, .pain-grid, .integration-directory-grid, .explainer-grid, .principles-grid, .factor-grid, .prep-grid, .form-grid { grid-template-columns: 1fr; }
  .industry-directory-card { padding: 25px; }
  .industry-card-top { margin-bottom: 50px; }
  .industry-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .terms-grid dl div { grid-template-columns: 1fr; gap: 5px; }
  .status-legend { justify-content: flex-start; }
  .contact-form { padding: 22px; }
  .form-head { align-items: start; flex-direction: column; gap: 3px; }
  .contact-copy h1, .booking-grid h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .booking-card { padding: 26px; }
  .booking-card h2 { margin-top: 70px; }
  .demo-page { padding-top: 55px; }
  .demo-hero-grid { grid-template-columns: 1fr; }
  .private-demo-body .demo-hero-grid { gap: 16px; }
  .private-demo-body .demo-copy { padding-top: 0; }
  .private-demo-body .demo-greeting { margin-bottom: 7px; font-size: clamp(1.25rem, 5.8vw, 1.48rem); }
  .private-demo-body .demo-copy h1 { max-width: 370px; margin-bottom: 12px; font-size: clamp(2rem, 9vw, 2.28rem); line-height: 1.01; letter-spacing: -.042em; overflow-wrap: normal; text-wrap: balance; }
  .private-demo-body .post-demo-copy h1 { margin-bottom: 11px; font-size: clamp(2.12rem, 8.8vw, 2.45rem); line-height: 1; }
  .post-demo-supporting { margin-bottom: 11px; font-size: clamp(1.08rem, 4.8vw, 1.3rem); line-height: 1.18; }
  .post-demo-body { font-size: .84rem; line-height: 1.5; }
  .private-demo-body .demo-story-lede { max-width: 520px; font-size: .82rem; line-height: 1.48; }
  .demo-story-lede { font-size: .96rem; }
  .demo-summary-line { display: grid; grid-template-columns: auto auto; justify-content: start; gap: 7px 18px; }
  .demo-summary-line span + span::before { display: none; }
  .voice-presence-panel { min-height: 410px; padding: 16px 18px 14px; border-radius: 25px; box-shadow: 0 22px 54px rgba(12, 41, 38, .12), inset 0 1px 0 rgba(255, 255, 255, .9); }
  .voice-presence-panel.is-post-call { min-height: 0; padding: 17px 18px 16px; }
  .voice-presence-panel.is-post-call .voice-presence-heading { min-height: 64px; }
  .voice-presence-panel.is-post-call .voice-presence-heading h2 { max-width: 330px; font-size: 1.52rem; }
  .voice-presence-panel.is-post-call .voice-orb-stage { min-height: 154px; }
  .voice-presence-panel.is-post-call .voice-orb { width: 148px; height: 148px; }
  .voice-presence-panel.is-post-call .voice-orb-core { inset: 30px; }
  .voice-presence-panel.is-post-call .voice-orb-ring-inner { inset: 21px; }
  .voice-presence-panel.is-post-call .voice-orb-activation { inset: 25px; }
  .post-call-primary { min-height: 50px; }
  .post-call-divider { margin-top: 13px; margin-bottom: 9px; }
  .post-call-resource { min-height: 36px; padding: 7px 9px; font-size: .65rem; }
  .voice-presence-heading { min-height: 48px; }
  .voice-presence-heading h2 { font-size: 1.55rem; }
  .voice-status { margin-top: 5px; font-size: .69rem; }
  .voice-orb-stage { min-height: 174px; }
  .voice-orb { width: 176px; height: 176px; }
  .voice-orb-core { inset: 36px; }
  .voice-orb-ring-inner { inset: 25px; }
  .voice-orb-activation { inset: 30px; }
  .voice-guidance { min-height: 3.2em; margin: -2px 0 7px; }
  .demo-start-button { min-height: 62px; padding-block: 12px; }
  .demo-start-button strong { font-size: .92rem; }
  .demo-trust-signals { margin-top: 8px; }
  .consent-dialog > div { padding: 30px 22px 22px; }
  .consent-dialog .button-row [data-consent-cancel] { display: none; }
  .personalized-cta-inner { gap: 38px; }
  .not-found-card { padding: 35px 23px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .mobile-sticky-cta { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); border-top: 1px solid rgba(12, 41, 38, .12); background: rgba(251, 250, 247, .94); backdrop-filter: blur(15px); }
  .mobile-sticky-cta a { display: grid; min-height: 46px; place-items: center; border-radius: 99px; color: var(--white); background: var(--coral); font-size: .74rem; font-weight: 760; }
  .mobile-sticky-cta a + a { background: var(--forest); }
  .privacy-banner { align-items: stretch; flex-direction: column; gap: 15px; bottom: calc(76px + env(safe-area-inset-bottom)); }
  .privacy-banner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .calendly-booking-modal { place-items: stretch; padding: 0; }
  .calendly-booking-shell { width: 100%; height: 100svh; max-height: none; border: 0; border-radius: 0; }
  .calendly-modal-close { top: calc(12px + env(safe-area-inset-top)); right: max(12px, env(safe-area-inset-right)); width: 46px; height: 46px; }
  .calendly-modal-intro { padding: calc(19px + env(safe-area-inset-top)) 64px 16px max(18px, env(safe-area-inset-left)); }
  .calendly-modal-intro .eyebrow { margin-bottom: 8px; font-size: .57rem; }
  .calendly-modal-intro h2 { max-width: 290px; margin-bottom: 7px; font-size: 1.55rem; }
  .calendly-modal-intro > p:last-child { font-size: .7rem; line-height: 1.43; }
  .calendly-modal-content { padding-bottom: env(safe-area-inset-bottom); }
  .calendly-loading, .calendly-booking-success, .calendly-booking-error { min-height: calc(100svh - 155px); padding: 34px 20px calc(34px + env(safe-area-inset-bottom)); }
  .calendly-inline-host { min-height: 700px; }
  .calendly-inline-host iframe, .calendly-inline-host .calendly-inline-widget { height: 700px !important; }
}

@media (max-width: 430px) {
  .private-demo-body .demo-copy h1 { font-size: clamp(1.98rem, 9vw, 2.24rem); }
  .private-demo-body .post-demo-copy h1 { font-size: clamp(2.04rem, 9.2vw, 2.34rem); }
  .private-demo-body .demo-story-lede { font-size: .81rem; }
  .private-demo-body .voice-presence-panel { width: 100%; }
  .demo-start-button { min-height: 62px; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header.is-private-demo + main .demo-page { padding-top: 11px; }
  .private-demo-body .demo-hero-grid { gap: 13px; }
  .private-demo-body .demo-greeting { margin-bottom: 5px; font-size: 1.18rem; }
  .private-demo-body .demo-copy h1 { margin-bottom: 9px; font-size: clamp(1.8rem, 8.8vw, 2rem); }
  .private-demo-body .post-demo-copy h1 { font-size: clamp(1.92rem, 9.3vw, 2.14rem); }
  .post-demo-supporting { font-size: 1.02rem; }
  .post-demo-body { font-size: .8rem; }
  .private-demo-body .demo-story-lede { font-size: .77rem; line-height: 1.43; }
  .voice-presence-panel { min-height: 390px; padding: 14px 14px 12px; border-radius: 23px; }
  .voice-presence-panel.is-post-call { min-height: 0; padding: 17px 13px 15px; }
  .voice-presence-panel.is-post-call .voice-presence-heading { min-height: 72px; }
  .voice-presence-panel.is-post-call .voice-presence-heading h2 { font-size: 1.45rem; }
  .voice-presence-panel.is-post-call .voice-orb-stage { min-height: 140px; }
  .voice-presence-panel.is-post-call .voice-orb { width: 134px; height: 134px; }
  .voice-presence-panel.is-post-call .voice-orb-core { inset: 27px; }
  .voice-presence-panel.is-post-call .voice-orb-ring-inner { inset: 19px; }
  .voice-presence-panel.is-post-call .voice-orb-activation { inset: 23px; }
  .post-call-resource-links { gap: 6px; }
  .post-call-resource { padding-inline: 8px; font-size: .62rem; }
  .post-call-direct-email { margin-top: 14px; font-size: .61rem; }
  .voice-presence-heading { min-height: 46px; }
  .voice-presence-heading h2 { font-size: 1.45rem; }
  .voice-status { margin-top: 4px; font-size: .66rem; }
  .voice-orb-stage { min-height: 160px; }
  .voice-orb { width: 162px; height: 162px; }
  .voice-orb-core { inset: 33px; }
  .voice-orb-ring-inner { inset: 23px; }
  .voice-orb-activation { inset: 28px; }
  .voice-guidance { margin-bottom: 6px; }
  .voice-guidance strong { font-size: .74rem; }
  .demo-start-button { min-height: 58px; padding-inline: 16px; }
  .demo-start-button strong { font-size: .88rem; }
  .demo-trust-signals { gap: 2px 8px; margin-top: 10px; font-size: .54rem; }
}

@media (max-width: 620px) and (min-height: 760px) {
  .site-header.is-private-demo + main .demo-page { display: grid; align-items: center; }
  .private-demo-body .demo-hero-grid { gap: clamp(20px, 2.8svh, 26px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) { min-height: clamp(424px, 51svh, 458px); padding-top: 18px; padding-bottom: 16px; }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-orb-stage { min-height: clamp(184px, 22svh, 206px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-orb { width: clamp(184px, 22svh, 206px); height: clamp(184px, 22svh, 206px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-orb-core { inset: clamp(38px, 4.6svh, 42px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-orb-ring-inner { inset: clamp(26px, 3.1svh, 29px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-orb-activation { inset: clamp(31px, 3.7svh, 34px); }
  .private-demo-body .voice-presence-panel:not(.is-post-call) .voice-guidance { margin-bottom: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .demo-company-name { color: var(--coral); background: none; -webkit-text-fill-color: currentColor; }
  .voice-orb-particles { display: none !important; }
  .voice-orb-ring { opacity: .38; }
  .voice-orb-ambient { opacity: .28; }
}

@keyframes completion-live-exit { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateY(-4px); } }
@keyframes post-call-card-reveal { from { opacity: .76; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes post-call-heading-reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes post-call-copy-reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes post-call-item { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes post-call-success { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes post-demo-copy-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes post-call-orb-awaken { from { opacity: .55; transform: scale(.94); } to { opacity: 1; transform: none; } }
@keyframes post-call-orb-float { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-3px) scale(1.012); } }

@supports not (filter: blur(2px)) {
  .voice-orb-ambient { filter: none; opacity: .16; }
  .voice-orb-core i { filter: none; opacity: .3; }
}

@media (forced-colors: active) {
  .eyebrow > span, .status-pill i { background: CanvasText; }
  .button { border: 1px solid ButtonText; }
}
