@import url('/fonts.css');

:root {
  --navy: #171d26;
  --deep-navy: #0f141d;
  --cream: #fcf8f3;
  --cream-deep: #f2ebe3;
  --paper: #fffdfa;
  --green: #319751;
  --bright-green: #45b164;
  --slate: #5d646f;
  --line: rgba(23, 29, 38, 0.14);
  --shadow: 0 18px 50px rgba(15, 20, 29, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: 'Sora', Arial, sans-serif; font-weight: 600; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, .quote, .brand { font-family: 'Space Grotesk', Arial, sans-serif; font-weight: 700; }
:focus-visible { outline: 3px solid var(--bright-green); outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; width: 100%; background: rgba(23, 29, 38, 0.98); color: var(--cream); border-bottom: 1px solid rgba(252, 248, 243, 0.12); box-shadow: 0 8px 30px rgba(15, 20, 29, 0.12); }
.nav-shell { width: min(1200px, calc(100% - 32px)); min-height: 88px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: clamp(190px, 20vw, 250px); height: auto; }
.nav-links { display: flex; gap: 25px; align-items: center; font-size: 14px; }
.nav-links > a:not(.nav-cta), .industry-menu > summary { padding: 11px 0; color: rgba(252, 248, 243, 0.84); transition: color 180ms ease; }
.nav-links > a:hover, .industry-menu > summary:hover { color: var(--bright-green); }
.nav-links .portal-login { padding: 9px 14px !important; border: 1px solid rgba(252, 248, 243, 0.34); border-radius: 99px; color: var(--cream) !important; }
.nav-links .portal-login:hover { border-color: var(--bright-green); color: var(--bright-green) !important; }
.nav-cta { border: 1px solid var(--bright-green); background: var(--bright-green); color: var(--deep-navy); border-radius: 99px; padding: 11px 18px; transition: transform 180ms ease, background 180ms ease; }
.nav-cta:hover { background: #55c775; transform: translateY(-1px); }
.industry-menu { position: relative; }
.industry-menu summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 7px; }
.industry-menu summary::-webkit-details-marker { display: none; }
.industry-menu summary span { display: inline-block; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; color: inherit; transform: rotate(45deg) translateY(-2px); transform-origin: center; transition: transform 180ms ease; }
.industry-menu[open] summary span { transform: rotate(225deg) translate(-1px, -1px); }
.industry-dropdown { position: absolute; top: calc(100% + 9px); right: 0; width: 230px; display: grid; padding: 10px; background: var(--paper); color: var(--navy); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 60px rgba(15, 20, 29, 0.22); }
.industry-dropdown a { padding: 12px 13px; border-radius: 10px; }
.industry-dropdown a:hover, .industry-dropdown a:focus-visible { background: var(--cream-deep); color: var(--green); }
.menu-toggle { display: none; background: transparent; color: var(--cream); border: 1px solid rgba(252, 248, 243, 0.38); border-radius: 99px; padding: 9px 14px; cursor: pointer; }

.site-header-light { background: rgba(252, 248, 243, 0.98); color: var(--navy); border-bottom-color: rgba(23, 29, 38, 0.09); box-shadow: 0 2px 14px rgba(15, 20, 29, 0.045); backdrop-filter: blur(16px); }
.site-header-light .nav-shell { min-height: 72px; gap: 34px; }
.site-header-light .brand img { width: clamp(178px, 16vw, 210px); }
.site-header-light .nav-links { gap: 26px; font-size: 13px; font-weight: 500; }
.site-header-light .nav-links > a:not(.nav-cta), .site-header-light .industry-menu > summary { padding: 9px 0; color: rgba(23, 29, 38, 0.68); }
.site-header-light .nav-links > a:hover, .site-header-light .industry-menu > summary:hover { color: var(--green); }
.site-header-light .nav-links .portal-login { min-height: 40px; padding: 10px 15px !important; border-color: rgba(23, 29, 38, 0.2); border-radius: 12px; color: rgba(23, 29, 38, 0.82) !important; }
.site-header-light .nav-links .portal-login:hover { border-color: var(--green); color: var(--green) !important; }
.site-header-light .nav-cta { min-height: 40px; padding: 10px 16px; border-color: var(--navy); border-radius: 12px; background: var(--navy); color: var(--cream); }
.site-header-light .nav-cta:hover { background: var(--deep-navy); }
.site-header-light .menu-toggle { color: var(--navy); border-color: rgba(23, 29, 38, 0.34); }

.hero { min-height: 0; padding: clamp(24px, 3vh, 36px) max(24px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 52px; align-items: center; }
.hero-compact { min-height: 610px; padding-top: 90px; padding-bottom: 80px; }
.hero h1 { font-size: clamp(62px, 7.4vw, 112px); line-height: 0.9; letter-spacing: -0.068em; margin: 0 0 28px; max-width: 700px; }
.hero-compact h1 { font-size: clamp(58px, 7vw, 98px); }
.about-hero { grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr); align-items: start; min-height: 0; padding-top: 30px; padding-bottom: 78px; }
.about-hero .hero-copy { align-self: start; padding-top: 22px; }
.about-hero h1 { max-width: 720px; font-size: clamp(58px, 6.2vw, 88px); line-height: 0.94; }
.about-hero .founder-card { width: 100%; max-width: 400px; justify-self: end; align-self: start; }
.about-trust-panel { margin-top: 34px; padding: 25px 26px 27px; background: var(--navy); color: var(--cream); border: 1px solid rgba(252, 248, 243, 0.1); border-radius: 22px; box-shadow: 0 20px 48px rgba(15, 20, 29, 0.14); }
.about-trust-panel .eyebrow { margin: 0; color: var(--bright-green); }
.about-trust-panel h2 { max-width: 520px; margin: 9px 0 0; color: var(--cream); font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.08; letter-spacing: -0.035em; }
.about-trust-panel .trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin-top: 22px; }
.about-trust-panel .trust-list li { padding: 12px 0 0 21px; border-top: 1px solid rgba(252, 248, 243, 0.14); color: rgba(252, 248, 243, 0.72); font-size: 12px; line-height: 1.55; }
.about-trust-panel .trust-list li::before { top: 11px; color: var(--bright-green); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px; }
.lede { margin: 0; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.5; max-width: 520px; color: var(--slate); }
.actions { display: flex; align-items: center; gap: 15px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-block; background: var(--navy); color: var(--cream); padding: 16px 22px; border: 0; border-radius: 99px; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15, 20, 29, 0.18); }
.business-cta { background: var(--navy); }
.call-cta { background: transparent; color: var(--navy); border: 1px solid rgba(23, 29, 38, 0.4); }
.endorsement { margin-top: 45px; font-size: 12px; color: var(--slate); }

.hero-visual { position: relative; min-height: 610px; margin: 0; overflow: hidden; border: 1px solid rgba(49, 151, 81, 0.35); border-radius: 32px; background: var(--navy); box-shadow: 25px 0 50px -27px rgba(69, 177, 100, 0.5), 0 30px 70px rgba(15, 20, 29, 0.18); isolation: isolate; }
.hero-visual::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(15, 20, 29, 0.56) 0%, rgba(15, 20, 29, 0.18) 46%, transparent 72%); pointer-events: none; }
.hero-visual > img { display: block; width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center; }
.hero-call-card { position: absolute; z-index: 2; top: 50%; left: 24px; width: min(280px, calc(100% - 48px)); margin: 0; padding: 22px; border-radius: 22px; background: rgba(15, 20, 29, 0.84); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28); backdrop-filter: blur(14px); transform: translateY(-50%); }
.hero-call-card .status { margin: 0; font-size: 10px; }
.hero-call-card .audio-player { margin: 18px 0 0; }
.hero-call-card .audio-player-visual { min-height: 98px; }
.hero-call-card .audio-bars { top: 18px; height: 42px; }
.hero-call-card .audio-toggle { width: 132px; gap: 9px; }
.hero-call-card .audio-toggle-icon { width: 66px; height: 66px; }
.hero-call-card .audio-toggle-icon::before { border-top-width: 10px; border-bottom-width: 10px; border-left-width: 16px; }
.hero-call-card .audio-toggle-label { font-size: 10px; }
.hero-call-card .audio-timeline { margin-top: 12px; }

.hero-home { position: relative; min-height: calc(100svh - 72px); grid-template-columns: minmax(0, 1fr); overflow: hidden; padding-top: clamp(38px, 5.2vh, 52px); padding-bottom: clamp(36px, 4.8vh, 48px); background: var(--deep-navy); color: var(--cream); isolation: isolate; }
.hero-home .hero-copy { position: relative; z-index: 2; align-self: start; width: 100%; min-width: 0; max-width: 950px; transform: translateY(clamp(76px, 11vh, 92px)); }
.hero-home h1 { max-width: 950px; margin-bottom: 18px; color: var(--cream); font-size: clamp(76px, 7.5vw, 116px); line-height: 0.92; letter-spacing: -0.056em; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.22); }
.hero-home h1 span { display: block; white-space: nowrap; }
.hero-home .lede { color: rgba(252, 248, 243, 0.8); }
.hero-home .actions { position: static; display: flex; width: 100%; max-width: 520px; justify-content: flex-start; gap: 14px; margin: 18px 0 0; white-space: nowrap; }
.hero-home .button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 21px; border: 1px solid transparent; border-radius: 13px; font-size: 15px; font-weight: 600; line-height: 1.2; text-align: center; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12); }
.hero-home .business-cta { background: var(--cream); color: var(--deep-navy); border-color: rgba(252, 248, 243, 0.48); }
.hero-home .business-cta span { display: inline-block; margin-left: 0; color: var(--green); transition: transform 180ms ease; }
.hero-home .business-cta:hover { background: var(--cream); }
.hero-home .business-cta:hover span { transform: translateX(2px); }
.hero-home .business-cta:active { transform: translateY(0); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14); }
.mobile-live-demo { display: none; }
.hero-home .hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; background: var(--deep-navy); isolation: auto; }
.hero-home .hero-visual::after { z-index: 1; background: linear-gradient(90deg, rgba(10, 14, 20, 0.68) 0%, rgba(10, 14, 20, 0.4) 39%, rgba(10, 14, 20, 0.1) 64%, rgba(10, 14, 20, 0.02) 100%), linear-gradient(0deg, rgba(10, 14, 20, 0.18), transparent 48%); }
.hero-home .hero-visual > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-home .hero-visual > picture > img { display: block; width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: 66% center; }

.hero-recording { position: absolute; z-index: 3; bottom: clamp(24px, 4vh, 40px); left: 50%; width: calc(100% - 40px); max-width: 590px; margin: 0; padding: 13px 15px; border: 1px solid rgba(252, 248, 243, 0.48); border-radius: 16px; background: var(--cream); color: var(--navy); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); transform: translateX(-50%); }
.hero-recording .audio-player { display: grid; grid-template-columns: 46px 170px minmax(190px, 1fr); align-items: center; gap: 14px; margin: 0; }
.hero-recording .audio-toggle { width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--navy); color: var(--cream); box-shadow: none; transition: background 160ms ease, transform 160ms ease; }
.hero-recording .audio-toggle:hover { background: var(--deep-navy); }
.hero-recording .audio-toggle:active { transform: scale(0.97); }
.hero-recording .audio-toggle:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.hero-recording .audio-toggle-icon { width: 46px; height: 46px; border: 0; background: transparent; box-shadow: none; }
.hero-recording .audio-toggle-icon::before { border-top-width: 7px; border-bottom-width: 7px; border-left-width: 11px; border-left-color: var(--cream); }
.hero-recording .audio-toggle:hover .audio-toggle-icon { transform: none; background: transparent; box-shadow: none; }
.hero-recording .audio-toggle.is-playing .audio-toggle-icon::before { left: 50%; width: 14px; height: 18px; background: linear-gradient(to right, var(--cream) 0 4px, transparent 4px 10px, var(--cream) 10px 14px); }
.hero-recording .audio-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.recording-meta { display: grid; gap: 3px; }
.recording-meta strong { font-family: 'Space Grotesk', Arial, sans-serif; font-size: 14px; line-height: 1.2; }
.recording-meta span { color: rgba(23, 29, 38, 0.58); font-size: 10px; font-weight: 600; letter-spacing: 0.035em; }
.hero-recording .audio-timeline { grid-template-columns: 30px minmax(0, 1fr) 30px; gap: 7px; margin: 0; }
.hero-recording .audio-current, .hero-recording .audio-duration { color: rgba(23, 29, 38, 0.52); font-size: 9px; }
.hero-recording .audio-progress::-webkit-slider-runnable-track { height: 3px; background: linear-gradient(to right, var(--green) 0 var(--audio-progress, 0%), rgba(23, 29, 38, 0.17) var(--audio-progress, 0%) 100%); }
.hero-recording .audio-progress::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -4.5px; border: 2px solid var(--cream-deep); background: var(--green); box-shadow: 0 0 0 1px rgba(23, 29, 38, 0.14); }
.hero-recording .audio-progress::-moz-range-track { height: 3px; background: rgba(23, 29, 38, 0.17); }
.hero-recording .audio-progress::-moz-range-progress { height: 3px; background: var(--green); }
.hero-recording .audio-progress::-moz-range-thumb { width: 12px; height: 12px; border: 2px solid var(--cream-deep); background: var(--green); box-shadow: 0 0 0 1px rgba(23, 29, 38, 0.14); }
.hero-recording .audio-error { grid-column: 1 / -1; margin: 0; color: #8e2f28; text-align: left; }

.call-card { background: var(--navy); color: var(--cream); padding: 36px; border: 1px solid rgba(69, 177, 100, 0.55); border-radius: 30px; box-shadow: 25px 0 50px -27px rgba(69, 177, 100, 0.6), 0 30px 70px rgba(15, 20, 29, 0.18); }
.status { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; }
.status span { display: inline-block; width: 8px; height: 8px; background: var(--bright-green); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 0 5px rgba(69, 177, 100, 0.12); }
.audio-player { margin: 30px 0 28px; }
.audio-player audio { display: none; }
.audio-player-visual { position: relative; display: flex; justify-content: center; min-height: 115px; }
.audio-bars { position: absolute; top: 17px; left: 3%; right: 3%; height: 50px; background: repeating-linear-gradient(90deg, transparent 0 7px, var(--bright-green) 7px 12px, transparent 12px 20px); opacity: 0.58; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent); pointer-events: none; }
.audio-toggle { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 11px; width: 150px; padding: 0; border: 0; background: transparent; color: var(--cream); cursor: pointer; }
.audio-toggle-icon { position: relative; display: block; width: 82px; height: 82px; border: 1px solid rgba(69, 177, 100, 0.78); border-radius: 50%; background: var(--bright-green); box-shadow: 0 0 0 9px rgba(69, 177, 100, 0.1), 0 15px 38px rgba(0, 0, 0, 0.26); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.audio-toggle-icon::before { content: ''; position: absolute; top: 50%; left: 52%; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 19px solid var(--deep-navy); transform: translate(-42%, -50%); }
.audio-toggle:hover .audio-toggle-icon { transform: scale(1.05); background: #55c775; box-shadow: 0 0 0 11px rgba(69, 177, 100, 0.13), 0 18px 42px rgba(0, 0, 0, 0.3); }
.audio-toggle:focus-visible { outline: none; }
.audio-toggle:focus-visible .audio-toggle-icon { outline: 3px solid var(--cream); outline-offset: 5px; }
.audio-toggle.is-playing .audio-toggle-icon::before { left: 50%; width: 18px; height: 24px; border: 0; background: linear-gradient(to right, var(--deep-navy) 0 6px, transparent 6px 12px, var(--deep-navy) 12px 18px); transform: translate(-50%, -50%); }
.audio-toggle-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.13em; }
.audio-timeline { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; align-items: center; gap: 10px; margin-top: 20px; }
.audio-current, .audio-duration { color: rgba(252, 248, 243, 0.62); font-size: 10px; font-variant-numeric: tabular-nums; }
.audio-duration { text-align: right; }
.audio-progress { width: 100%; height: 20px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: pointer; }
.audio-progress::-webkit-slider-runnable-track { height: 4px; background: linear-gradient(to right, var(--bright-green) 0 var(--audio-progress, 0%), rgba(252, 248, 243, 0.2) var(--audio-progress, 0%) 100%); border-radius: 99px; }
.audio-progress::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; appearance: none; -webkit-appearance: none; border: 2px solid var(--navy); border-radius: 50%; background: var(--bright-green); box-shadow: 0 0 0 2px rgba(69, 177, 100, 0.35); }
.audio-progress::-moz-range-track { height: 4px; background: rgba(252, 248, 243, 0.2); border-radius: 99px; }
.audio-progress::-moz-range-progress { height: 4px; background: var(--bright-green); border-radius: 99px; }
.audio-progress::-moz-range-thumb { width: 14px; height: 14px; border: 2px solid var(--navy); border-radius: 50%; background: var(--bright-green); box-shadow: 0 0 0 2px rgba(69, 177, 100, 0.35); }
.audio-error { margin: 14px 0 0; color: #ffd3cd; font-size: 11px; line-height: 1.5; text-align: center; }
.audio-player.has-error .audio-toggle { opacity: 0.48; cursor: not-allowed; }
.quote { font-size: 22px; line-height: 1.45; }
.call-card dl { border-top: 1px solid rgba(252, 248, 243, 0.2); margin-top: 35px; padding-top: 15px; }
.call-card dl div { display: flex; justify-content: space-between; gap: 25px; padding: 9px 0; }
.call-card dt { color: rgba(252, 248, 243, 0.55); }
.call-card dd { margin: 0; text-align: right; }

.proof { background: var(--cream-deep); color: var(--navy); padding: 46px max(24px, calc((100vw - 1200px) / 2)); border-top: 1px solid rgba(23, 29, 38, 0.1); border-bottom: 1px solid rgba(23, 29, 38, 0.1); }
.proof-stat { display: grid; grid-template-columns: auto minmax(0, 760px); justify-content: center; align-items: center; column-gap: 28px; row-gap: 8px; margin: 0; text-align: left; }
.proof-stat strong { grid-row: 1 / 3; color: var(--navy); font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(78px, 7vw, 100px); line-height: 0.9; letter-spacing: 0; font-kerning: normal; }
.proof-stat span { color: var(--navy); font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(24px, 2.25vw, 31px); line-height: 1.18; font-weight: 700; letter-spacing: -0.025em; }
.proof-stat a { justify-self: start; color: rgba(23, 29, 38, 0.58); font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: underline; text-underline-offset: 3px; }
.section { padding: 110px max(24px, calc((100vw - 1200px) / 2)); }
.section h2, .contact h2 { font-size: clamp(42px, 6vw, 76px); line-height: 1; letter-spacing: -0.05em; max-width: 950px; margin: 22px 0 52px; }
.section-intro { display: grid; grid-template-columns: 1fr auto; column-gap: 50px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-note { max-width: 340px; line-height: 1.65; color: var(--slate); margin: 0 0 58px; }
.grid { display: grid; gap: 18px; }
.three { grid-template-columns: repeat(3, 1fr); }
article { border: 1px solid var(--line); border-radius: 24px; padding: 32px; min-height: 280px; }
article h3 { font-size: 28px; margin: 54px 0 16px; }
article p, article li, .faq details p, .content-card p, .content-card li { line-height: 1.65; color: var(--slate); }
.how-section { background: var(--cream); border-top: 1px solid rgba(23, 29, 38, 0.08); }
.steps { position: relative; }
.steps article { position: relative; background: var(--paper); box-shadow: 0 14px 36px rgba(15, 20, 29, 0.055); }
.steps article::before { content: ''; position: absolute; top: 0; left: 32px; right: 32px; height: 3px; background: var(--bright-green); border-radius: 0 0 3px 3px; }
.steps article b { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 30px; color: var(--green); background: rgba(69, 177, 100, 0.11); border-radius: 99px; font-size: 12px; }

.dark { background: var(--navy); color: var(--cream); }
.dark h2 { color: var(--cream); }
.dark article { border-color: rgba(252, 248, 243, 0.18); }
.dark article p { color: rgba(252, 248, 243, 0.72); }
.industries { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(252, 248, 243, 0.2); }
.industries a { display: flex; justify-content: space-between; padding: 28px 5px; border-bottom: 1px solid rgba(252, 248, 243, 0.2); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 24px; transition: color 180ms ease, padding 180ms ease; }
.industries a:nth-child(odd) { margin-right: 30px; }
.industries a span { color: var(--bright-green); transition: transform 180ms ease; }
.industries a:hover, .industries a:focus-visible { color: var(--bright-green); padding-left: 10px; }
.industries a:hover span, .industries a:focus-visible span { transform: translateX(5px); }

.pricing-section, .faq { background: var(--cream-deep); }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 14px 34px rgba(15, 20, 29, 0.05); transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.plan-card:hover, .plan-card:focus-visible { transform: translateY(-7px); border-color: rgba(49, 151, 81, 0.65); box-shadow: 0 24px 55px rgba(15, 20, 29, 0.12); }
.plan-card.featured { background: var(--navy); color: var(--cream); transform: translateY(-14px); }
.plan-card.featured:hover, .plan-card.featured:focus-visible { transform: translateY(-21px); }
.plan-name { min-height: 40px; margin-top: 0; color: var(--slate); }
.featured .plan-name, .featured li { color: rgba(252, 248, 243, 0.76); }
.plan-card h3 { font-size: 38px; margin: 14px 0 20px; }
.plan-card h3 span { font-family: 'Sora', Arial, sans-serif; font-size: 13px; font-weight: 600; margin-left: 5px; }
.plan-card ul { padding-left: 20px; line-height: 1.9; color: var(--slate); }
.plan-card strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; font-family: 'Space Grotesk', Arial, sans-serif; }
.plan-card strong span { color: var(--green); transition: transform 180ms ease; }
.featured strong span { color: var(--bright-green); }
.plan-card:hover strong span, .plan-card:focus-visible strong span { transform: translateX(5px); }
.guarantee-note { margin: 30px auto 0; text-align: center; color: var(--slate); font-size: 13px; }
.guarantee-note span { color: var(--green); margin-right: 6px; }
.service-offer { display: grid; grid-template-columns: 1.05fr 0.95fr; max-width: 980px; margin: 34px auto 0; overflow: hidden; background: var(--navy); color: var(--cream); border: 1px solid rgba(49, 151, 81, 0.38); border-radius: 28px; box-shadow: 0 24px 60px rgba(15, 20, 29, 0.16); }
.service-offer-copy, .service-offer-details { padding: 42px; }
.service-offer-copy { display: flex; flex-direction: column; align-items: flex-start; }
.service-offer .plan-name { min-height: 0; margin: 0; color: var(--bright-green); font-family: 'Space Grotesk', Arial, sans-serif; font-weight: 700; }
.service-offer h3 { margin: 14px 0 20px; font-size: clamp(42px, 6vw, 62px); line-height: 1; letter-spacing: -0.05em; }
.service-offer h3 span { margin-left: 7px; font-family: 'Sora', Arial, sans-serif; font-size: 14px; letter-spacing: 0; }
.service-offer-copy > p:not(.plan-name) { max-width: 520px; color: rgba(252, 248, 243, 0.76); line-height: 1.7; }
.service-offer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: auto; padding-top: 28px; }
.service-offer .button { background: var(--bright-green); color: var(--navy); }
.service-offer .text-link { font-family: 'Space Grotesk', Arial, sans-serif; font-weight: 700; }
.service-offer .text-link span { color: var(--bright-green); }
.service-offer-details { background: var(--paper); color: var(--navy); }
.offer-label { margin: 0 0 14px; color: var(--green); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.service-offer-details ul { margin: 0; padding-left: 20px; color: var(--slate); line-height: 1.85; }
.offer-note { max-width: 760px; margin: 22px auto 0; text-align: center; color: var(--slate); font-size: 13px; line-height: 1.6; }
.product-path { max-width: 1120px; margin: 72px auto 0; padding-top: 54px; border-top: 1px solid rgba(23, 29, 38, 0.14); }
.product-path-intro { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr); gap: 20px 64px; align-items: end; }
.product-path-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.product-path-intro h3 { margin: 0; max-width: 720px; font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.02; letter-spacing: -0.045em; }
.product-path-intro > p:last-child { margin: 0; color: var(--slate); line-height: 1.75; }
.product-path-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.product-step { min-height: 330px; padding: 28px; background: rgba(255, 253, 250, 0.72); border: 1px solid var(--line); border-radius: 20px; }
.product-step-current { background: var(--paper); border-color: rgba(49, 151, 81, 0.5); box-shadow: 0 18px 42px rgba(15, 20, 29, 0.08); }
.product-step > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-step > div span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: var(--cream); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 12px; font-weight: 700; }
.product-step-current > div span { background: var(--green); }
.product-step > div p { margin: 0; color: var(--green); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.product-step h4 { margin: 46px 0 10px; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 25px; letter-spacing: -0.03em; }
.product-step-price { margin: 0 0 24px; color: var(--navy); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -0.04em; }
.product-step-price small { display: block; margin-top: 4px; color: var(--slate); font-family: 'Sora', Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.product-step > p:last-child { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.product-path-note { max-width: 760px; margin: 20px auto 0; color: var(--slate); font-size: 11px; line-height: 1.6; text-align: center; }

.faq details { border: 1px solid rgba(23, 29, 38, 0.1); border-radius: 16px; padding: 22px 26px; max-width: 900px; margin-top: 12px; background: var(--paper); box-shadow: 0 10px 26px rgba(15, 20, 29, 0.04); }
.faq summary { font-family: 'Space Grotesk', Arial, sans-serif; font-size: 20px; cursor: pointer; }

.breadcrumb { max-width: 1200px; margin: 0 auto; padding: 28px 24px 0; color: var(--slate); font-size: 12px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.price-line { display: flex; align-items: baseline; gap: 8px; margin: 25px 0 0; font-family: 'Space Grotesk', Arial, sans-serif; }
.price-line strong { font-size: 42px; }
.price-line span { color: var(--slate); }
.detail-card { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.detail-card h2 { font-size: 32px; margin: 0 0 22px; letter-spacing: -0.03em; }
.detail-card ul { padding-left: 22px; line-height: 1.9; color: var(--slate); }
.detail-card .button { margin-top: 14px; }
.founder-card { overflow: hidden; align-self: center; background: var(--navy); border: 1px solid rgba(49, 151, 81, 0.38); border-radius: 30px; box-shadow: var(--shadow); }
.founder-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.founder-card figcaption { padding: 24px 28px 28px; color: var(--cream); }
.founder-card strong { display: block; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 24px; }
.founder-card span { display: block; margin-top: 6px; color: rgba(252, 248, 243, 0.64); font-size: 13px; line-height: 1.5; }
.local-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: rgba(252, 248, 243, 0.14); }
.local-proof p { margin: 0; padding: 28px 24px; background: var(--navy); color: var(--cream); text-align: center; }
.local-proof strong { display: block; margin-bottom: 7px; color: var(--bright-green); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 22px; }
.trust-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.trust-list li { position: relative; padding-left: 28px; color: var(--slate); line-height: 1.65; }
.trust-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.content-card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 30px; }
.content-card h3 { font-size: 26px; margin: 0 0 15px; }
.content-card ul { padding-left: 20px; }
.guarantee-band { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding: 34px; background: rgba(69, 177, 100, 0.1); border: 1px solid rgba(49, 151, 81, 0.24); border-radius: 24px; }
.guarantee-band .check { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: white; font-size: 22px; }
.guarantee-band h2 { font-size: 34px; margin: 0 0 12px; }
.guarantee-band p { margin: 0; color: var(--slate); line-height: 1.65; }

.contact { background: var(--bright-green); color: var(--deep-navy); padding: 100px max(24px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.contact h2 { font-size: 56px; margin-bottom: 25px; }
.contact > div > p:last-child { line-height: 1.65; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: var(--cream); padding: 30px; border: 1px solid rgba(23, 29, 38, 0.1); border-radius: 24px; box-shadow: 0 22px 50px rgba(15, 20, 29, 0.12); }
.lead-form-intro { grid-column: 1 / -1; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.lead-form-intro > p { margin: 0 0 14px; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 19px; color: var(--navy); }
.lead-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lead-benefits li { padding: 8px 11px; background: rgba(69, 177, 100, 0.11); border: 1px solid rgba(49, 151, 81, 0.18); border-radius: 99px; color: var(--navy); font-size: 11px; line-height: 1.3; }
.lead-form label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.lead-form label:nth-of-type(3) { grid-column: 1 / -1; }
.lead-form input { display: block; width: 100%; margin-top: 8px; border: 1px solid rgba(23, 29, 38, 0.2); border-radius: 12px; padding: 14px; background: #fff; color: var(--deep-navy); transition: border-color 180ms ease, box-shadow 180ms ease; }
.lead-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(69, 177, 100, 0.13); }
.gotcha { position: absolute !important; left: -9999px; }
.lead-form button { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
.lead-form button:disabled { cursor: wait; opacity: 0.68; transform: none; box-shadow: none; }
.form-note { grid-column: 1 / -1; margin: -3px 0 0; text-align: center; color: var(--slate); font-size: 11px; line-height: 1.5; }
.form-status { grid-column: 1 / -1; margin: 0; line-height: 1.5; }
.form-status:not(:empty) { padding: 12px 14px; border-radius: 12px; background: rgba(69, 177, 100, 0.11); color: var(--navy); }
.lead-form.has-error .form-status { background: rgba(170, 49, 49, 0.09); color: #7f2525; }
.form-status a { text-decoration: underline; }

footer { background: var(--deep-navy); color: var(--cream); padding: 60px max(24px, calc((100vw - 1200px) / 2)); display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { display: block; width: min(250px, 70vw); height: auto; }
footer div:last-child { text-align: right; }
footer p { color: rgba(252, 248, 243, 0.58); line-height: 1.6; }
.legal-links { display: flex; justify-content: flex-end; gap: 18px; margin: 16px 0; font-size: 13px; color: rgba(252, 248, 243, 0.76); }
.legal-links a { text-decoration: underline; text-decoration-color: rgba(69, 177, 100, 0.55); text-underline-offset: 4px; }
.legal-links a:hover { color: var(--bright-green); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; font-size: 13px; color: rgba(252, 248, 243, 0.76); }
.footer-links a { text-decoration: underline; text-decoration-color: rgba(69, 177, 100, 0.55); text-underline-offset: 4px; }
.footer-links a:hover { color: var(--bright-green); }
.privacy-choices-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-decoration-color: rgba(69, 177, 100, 0.55); text-underline-offset: 4px; cursor: pointer; }
.privacy-choices-button:hover { color: var(--bright-green); }

.privacy-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 980px; margin: 0 auto; padding: 22px 24px; border: 1px solid rgba(252, 248, 243, 0.18); border-radius: 18px; background: var(--deep-navy); color: var(--cream); box-shadow: 0 24px 70px rgba(15, 20, 29, 0.34); }
.privacy-banner strong { display: block; margin-bottom: 6px; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 19px; }
.privacy-banner p { max-width: 650px; margin: 0; color: rgba(252, 248, 243, 0.72); font-size: 13px; line-height: 1.55; }
.privacy-banner a { color: var(--bright-green); text-decoration: underline; text-underline-offset: 3px; }
.privacy-banner-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.privacy-banner .privacy-allow { min-width: 150px; padding: 13px 18px; background: var(--bright-green); color: var(--deep-navy); }
.privacy-decline { min-width: 125px; padding: 12px 16px; border: 1px solid rgba(252, 248, 243, 0.34); border-radius: 99px; background: transparent; color: var(--cream); font: inherit; cursor: pointer; }
.privacy-decline:hover { border-color: var(--bright-green); color: var(--bright-green); }

.legal-page { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 110px; }
.legal-page .breadcrumb { padding: 0 0 46px; }
.legal-document { padding: 0; border: 0; border-radius: 0; min-height: 0; }
.legal-document h1 { max-width: 780px; margin: 14px 0 16px; font-size: clamp(50px, 7vw, 82px); line-height: 0.98; letter-spacing: -0.055em; }
.legal-meta { margin: 0 0 52px; color: var(--slate); font-size: 13px; }
.legal-document h2 { margin: 46px 0 14px; font-size: 27px; letter-spacing: -0.025em; }
.legal-document h3 { margin: 28px 0 10px; font-size: 19px; }
.legal-document p, .legal-document li { color: var(--slate); line-height: 1.75; font-weight: 500; }
.legal-document ul { padding-left: 24px; }
.legal-document a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 38px 0; padding: 24px 26px; background: rgba(69, 177, 100, 0.09); border: 1px solid rgba(49, 151, 81, 0.23); border-radius: 18px; }
.legal-callout p { margin: 0; color: var(--navy); }

@media (max-width: 800px) {
  html { scroll-padding-top: 78px; }
  .nav-shell { min-height: 76px; flex-wrap: wrap; padding: 12px 0; }
  .brand img { width: 180px; }
  .site-header-light .nav-shell { min-height: 64px; padding: 10px 0; }
  .site-header-light .brand img { width: 164px; }
  .site-header-light .menu-toggle { min-height: 38px; padding: 8px 12px; border-radius: 11px; font-size: 12px; }
  .menu-toggle { display: inline-block; }
  .nav-links { display: none; width: 100%; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 0 15px; }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.nav-cta), .industry-menu > summary { padding: 13px 5px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .industry-dropdown { position: static; width: 100%; margin: 3px 0 8px; box-shadow: none; }
  .hero, .hero-compact { grid-template-columns: minmax(0, 1fr); padding-top: 40px; min-height: 0; }
  .hero h1, .hero-compact h1 { font-size: clamp(54px, 16vw, 74px); }
  .about-hero { padding-top: 24px; padding-bottom: 60px; }
  .about-hero .hero-copy { padding-top: 0; }
  .about-hero .founder-card { max-width: 520px; justify-self: start; }
  .about-trust-panel .trust-list { grid-template-columns: 1fr 1fr; }
  .call-card { margin-top: 10px; }
  .hero-visual { min-height: 0; aspect-ratio: 4 / 5; margin-top: 8px; }
  .hero-visual > img { min-height: 0; }
  .hero-call-card { margin: 0; }
  .hero-home { min-height: 760px; padding-top: 36px; padding-bottom: 34px; }
  .hero-home .hero-copy { align-self: start; transform: none; }
  .hero-home .actions { position: static; margin: 0 0 18px; }
  .hero-home .hero-visual { position: absolute; inset: 0; min-height: 100%; aspect-ratio: auto; margin: 0; }
  .hero-home h1 span { white-space: normal; }
  .hero-home .hero-visual > picture > img { min-height: 100%; object-position: 66% center; }
  .hero-home .hero-visual::after { background: linear-gradient(180deg, rgba(10, 14, 20, 0.86) 0%, rgba(10, 14, 20, 0.58) 49%, rgba(10, 14, 20, 0.82) 100%); }
  .call-cta { background: transparent; color: var(--navy); }
  .proof { padding-block: 34px; }
  .proof-stat { grid-template-columns: 1fr; row-gap: 10px; }
  .proof-stat strong { grid-row: auto; font-size: 80px; }
  .proof-stat span { max-width: none; font-size: clamp(24px, 7vw, 30px); }
  .section-intro { display: block; }
  .section-note { margin: -28px 0 45px; }
  .three, .contact, .content-grid, .local-proof { grid-template-columns: 1fr; }
  .service-offer { grid-template-columns: 1fr; }
  .service-offer-copy, .service-offer-details { padding: 32px; }
  .product-path-intro { grid-template-columns: 1fr; }
  .product-path-intro .eyebrow { grid-column: auto; }
  .product-path-list { grid-template-columns: 1fr; }
  .product-step { min-height: 0; }
  .product-step h4 { margin-top: 30px; }
  .product-path-note { margin-right: auto; margin-left: auto; text-align: center; }
  .plan-card.featured, .plan-card.featured:hover, .plan-card.featured:focus-visible { transform: none; }
  .industries { grid-template-columns: 1fr; }
  .industries a:nth-child(odd) { margin-right: 0; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form label:nth-of-type(3) { grid-column: auto; }
  footer { flex-direction: column; }
  footer div:last-child { text-align: left; }
  .legal-links { justify-content: flex-start; flex-wrap: wrap; }
  .privacy-banner { align-items: stretch; flex-direction: column; gap: 18px; }
  .privacy-banner-actions { align-items: stretch; flex-direction: column; }
}

@media (max-width: 460px) {
  .brand img, .site-header-light .brand img { width: 150px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero h1, .hero-compact h1 { font-size: 52px; }
  .hero-visual { border-radius: 24px; }
  .hero-call-card { top: auto; right: 18px; bottom: 18px; left: 18px; width: auto; transform: none; }
  .hero-home { min-height: calc(100svh - 64px); padding-top: 30px; padding-bottom: 28px; }
  .hero-home .hero-visual { border-radius: 0; }
  .hero-recording { margin: 0; padding: 12px; border-radius: 14px; }
  .hero-recording .audio-player { min-width: 0; grid-template-columns: 42px minmax(0, 1fr); gap: 10px 12px; }
  .hero-recording .audio-toggle, .hero-recording .audio-toggle-icon { width: 42px; height: 42px; }
  .hero-recording .audio-timeline { grid-column: 1 / -1; }
  .hero-home .actions { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 16px; }
  .hero-home .button { min-height: 46px; }
  .mobile-live-demo { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 8px 2px; color: var(--cream); font-size: 12px; text-decoration: underline; text-decoration-color: rgba(252, 248, 243, 0.42); text-underline-offset: 5px; }
  .mobile-live-demo span { color: var(--bright-green); text-decoration: none; }
  .mobile-live-demo:focus-visible { border-radius: 4px; }
  .section, .contact { padding-left: 20px; padding-right: 20px; }
  .about-trust-panel { padding: 23px 22px 25px; }
  .about-trust-panel .trust-list { grid-template-columns: 1fr; }
  .section h2, .contact h2 { font-size: 42px; }
  .call-card, .detail-card, .content-card, .lead-form { padding: 24px; }
  .service-offer-copy, .service-offer-details { padding: 26px 24px; }
  .service-offer-actions { align-items: flex-start; flex-direction: column; }
  .product-path { margin-top: 54px; padding-top: 42px; }
  .product-step { padding: 24px; }
  .call-card dl div { display: block; }
  .call-card dd { text-align: left; margin-top: 4px; }
  .guarantee-band { grid-template-columns: 1fr; }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .site-header-light .nav-shell { gap: 20px; }
  .site-header-light .brand img { width: 176px; }
  .site-header-light .nav-links { gap: 14px; font-size: 12px; }
  .site-header-light .nav-links .portal-login, .site-header-light .nav-cta { padding-right: 12px !important; padding-left: 12px !important; }
}

@media (max-width: 600px) {
  .hero-home .actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-home .hero-visual > picture > img { object-position: 20% center; }
  .mobile-live-demo { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 8px 2px; color: var(--cream); font-size: 12px; text-decoration: underline; text-decoration-color: rgba(252, 248, 243, 0.42); text-underline-offset: 5px; }
  .mobile-live-demo span { color: var(--bright-green); text-decoration: none; }
  .mobile-live-demo:focus-visible { border-radius: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .plan-card:hover, .plan-card:focus-visible, .plan-card.featured:hover, .plan-card.featured:focus-visible, .button:hover { transform: none; }
}

/* Launch-ready refinement */
body { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 400; }
button, input { font-family: inherit; }
p, li, dd { font-weight: 400; }
.nav-links, .button, .eyebrow, summary, label, .plan-name { font-weight: 500; }
.mobile-menu-head, .mobile-menu-call { display: none; }

.hero-home { min-height: min(760px, calc(100svh - 72px)); padding-block: clamp(52px, 8vh, 88px); }
.hero-home .hero-copy { max-width: 690px; transform: none; align-self: center; }
.hero-home h1 { max-width: 690px; font-size: clamp(68px, 6.4vw, 98px); line-height: .94; }
.hero-home .lede { font-size: clamp(18px, 1.45vw, 21px); }
.hero-home .actions { margin-top: 24px; }
.hero-recording { position: relative; inset: auto; left: auto; width: min(100%, 570px); max-width: none; margin: 24px 0 0; padding: 13px 15px; transform: none; }
.hero-recording .audio-player { grid-template-columns: 46px minmax(190px, 1fr); }
.hero-recording .audio-timeline { grid-column: 1 / -1; }
.recording-meta strong { font-size: 15px; }
.recording-meta span { font-weight: 400; }

.section { padding-block: 88px; }
.section h2, .contact h2 { font-size: clamp(40px, 5vw, 66px); margin-bottom: 42px; }
.steps article { min-height: 250px; padding: 27px; border-radius: 17px; box-shadow: 0 10px 28px rgba(15,20,29,.045); }
.steps article::before { left: 27px; right: 27px; }
.steps article h3 { margin-top: 40px; font-size: 25px; }
.steps article p, .content-card p, .faq details p { font-weight: 400; }
.industries-section { padding-block: 82px; }

.product-path { margin-top: 72px; }
.product-path-intro { max-width: 920px; }
.product-path-intro h3 { max-width: 850px; }
.product-path-list { align-items: stretch; }
.product-step { min-height: 390px; cursor: pointer; border-radius: 18px; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.product-step:hover, .product-step:focus-visible { transform: translateY(-5px); border-color: rgba(49,151,81,.55); box-shadow: 0 20px 42px rgba(15,20,29,.1); }
.product-step-featured { background: var(--navy); color: var(--cream); border-color: var(--navy); box-shadow: 0 24px 55px rgba(15,20,29,.16); }
.product-step-featured > p:not(.product-step-price) { color: rgba(252,248,243,.72); }
.product-step-featured .product-step-price, .product-step-featured > div p { color: var(--bright-green); }
.product-step-featured > div span { background: var(--bright-green); color: var(--deep-navy); }
.product-path-note { font-weight: 400; }

.faq details { padding: 18px 22px; border-radius: 12px; box-shadow: none; }
.faq summary { font-size: 18px; }
.contact-compact { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding-block: 68px; }
.contact-compact h2 { max-width: 720px; margin: 12px 0 16px; font-size: clamp(38px, 4.5vw, 60px); }
.contact-compact p { max-width: 650px; margin-bottom: 0; }
.contact-compact > .button { min-width: 210px; text-align: center; }

.site-footer { display: block; padding: 50px max(24px, calc((100vw - 1200px) / 2)) 28px; }
.site-footer > .footer-main { width: 100%; max-width: 1200px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 72px; align-items: start; }
.footer-company { max-width: 460px; text-align: left; }
.footer-company .footer-brand { width: min(230px, 70vw); }
.footer-company p { max-width: 430px; margin: 18px 0 10px; }
.footer-email { display: inline-flex; min-height: 44px; align-items: center; color: var(--cream); font-size: 15px; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 34px; justify-content: end; margin: 0; color: rgba(252,248,243,.76); font-size: 13px; }
.footer-links a { min-height: 38px; display: flex; align-items: center; text-decoration: none; transition: color 160ms ease; }
.footer-links a:hover { color: var(--bright-green); }
.footer-links a:focus-visible, .footer-email:focus-visible { outline: 2px solid var(--bright-green); outline-offset: 4px; border-radius: 3px; }
.footer-legal-name { width: 100%; max-width: 1200px; margin: 34px 0 0; padding-top: 20px; border-top: 1px solid rgba(252,248,243,.12); color: rgba(252,248,243,.48); font-size: 12px; text-align: left; }

.about-hero { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 68px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .95fr); gap: clamp(52px, 6vw, 82px); align-items: center; }
.about-hero .hero-copy { padding: 0; }
.about-hero h1 { max-width: 680px; margin: 14px 0 24px; font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(48px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.about-hero .lede { max-width: 650px; }
.about-hero .founder-card { width: 100%; max-width: 420px; max-height: 610px; margin: 0; justify-self: end; align-self: center; overflow: hidden; border-radius: 18px; }
.founder-portrait { aspect-ratio: 4 / 5; overflow: hidden; background: #d9d9d7; }
.about-hero .founder-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; transform: scale(1.38); transform-origin: 50% 34%; }
.about-hero .founder-card figcaption { position: relative; padding: 18px 22px 20px; background: var(--navy); }
.about-hero .founder-card strong { font-size: 22px; }
.about-story { padding-top: 64px; padding-bottom: 68px; border-top: 1px solid var(--line); }
.about-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(44px, 6vw, 76px); align-items: start; }
.about-intro h2 { max-width: 650px; margin: 16px 0 0; font-size: clamp(42px, 4.6vw, 62px); }
.about-intro > p { max-width: 520px; margin: 20px 0 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.trust-points { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-points article { min-height: 0; padding: 24px 26px 26px 0; border: 0; border-radius: 0; }
.trust-points article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.trust-points span { color: var(--green); font-size: 11px; }
.trust-points h3 { margin: 17px 0 10px; font-size: 22px; }
.trust-points p { margin: 0; color: var(--slate); line-height: 1.65; }

.marketing-dialog { width: min(610px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 22px; background: var(--paper); color: var(--navy); box-shadow: 0 36px 100px rgba(15,20,29,.34); }
.marketing-dialog::backdrop { background: rgba(15,20,29,.68); backdrop-filter: blur(4px); }
.dialog-panel { position: relative; padding: 34px; overflow: auto; }
.dialog-x { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--navy); cursor: pointer; font-size: 25px; }
.dialog-panel h2 { max-width: 500px; margin: 12px 45px 13px 0; font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(32px, 5vw, 45px); line-height: 1; letter-spacing: -.04em; }
.dialog-intro { max-width: 500px; margin: 0 0 24px; color: var(--slate); line-height: 1.6; }
.modal-lead-form { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.modal-lead-form label { margin-top: 8px; }
.modal-lead-form input:not(.gotcha) { width: 100%; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid rgba(23,29,38,.2); border-radius: 10px; background: #fff; color: var(--navy); }
.modal-lead-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(69,177,100,.13); }
.modal-lead-form .button { margin-top: 14px; }
.modal-lead-form .form-note { margin: 2px 0 0; }
.modal-lead-form.is-success > :not(.form-status):not(input[type="hidden"]) { display: none; }
.modal-lead-form.is-success .form-status { padding: 20px; font-size: 17px; }
.tier-price { margin: 0 0 25px; color: var(--green); font-family: 'Space Grotesk', Arial, sans-serif; font-size: 24px; font-weight: 700; }
.tier-dialog dl { margin: 0 0 28px; border-top: 1px solid var(--line); }
.tier-dialog dl div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.tier-dialog dt { margin-bottom: 7px; color: var(--green); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.tier-dialog dd { margin: 0; color: var(--slate); line-height: 1.6; }

@media (max-width: 800px) {
  body.menu-open { overflow: hidden; }
  .nav-shell { min-height: 68px; padding: 9px 0; }
  .site-header-light .nav-shell { min-height: 68px; }
  .menu-toggle { min-width: 72px; min-height: 44px; padding: 9px 14px; border-radius: 12px; }
  .nav-links { position: fixed; z-index: 60; top: 68px; left: 0; right: 0; width: 100%; max-height: calc(100dvh - 68px); overflow-y: auto; padding: 14px 18px max(20px, env(safe-area-inset-bottom)); background: var(--paper); color: var(--navy); border-top: 1px solid var(--line); box-shadow: 0 24px 55px rgba(15,20,29,.2); }
  .nav-links.is-open { display: flex; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; min-height: 44px; color: var(--slate); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
  .menu-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--navy); font-size: 24px; }
  .nav-links > a:not(.nav-cta), .site-header-light .nav-links > a:not(.nav-cta), .industry-menu > summary, .site-header-light .industry-menu > summary { min-height: 48px; display: flex; align-items: center; padding: 11px 4px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 16px; }
  .industry-dropdown { margin: 0 0 8px; padding: 4px; border: 0; border-radius: 0; background: var(--cream-deep); }
  .industry-dropdown a { min-height: 44px; display: flex; align-items: center; }
  .nav-links .portal-login, .site-header-light .nav-links .portal-login { margin-top: 8px; justify-content: center; border: 1px solid var(--line); border-radius: 10px; color: var(--navy) !important; }
  .mobile-menu-call { display: flex !important; justify-content: center; margin-top: 8px; border: 0 !important; border-radius: 10px; background: var(--navy); color: var(--cream) !important; }
  .nav-cta, .site-header-light .nav-cta { min-height: 48px; display: flex; align-items: center; justify-content: center; margin-top: 8px; border-radius: 10px; background: var(--bright-green); color: var(--deep-navy); }
  .hero-home { min-height: 670px; padding: 42px 20px 28px; }
  .hero-home .hero-copy { align-self: start; }
  .hero-home h1 { max-width: 530px; font-size: clamp(52px, 13.5vw, 72px); }
  .hero-home h1 span { white-space: normal; }
  .hero-home .actions { display: grid; gap: 9px; margin-top: 22px; }
  .mobile-live-demo { min-height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--bright-green); color: var(--deep-navy); font-size: 16px; font-weight: 600; }
  .hero-home .business-cta { min-height: 50px; text-align: center; }
  .hero-recording { margin-top: 18px; }
  .hero-home .hero-visual::after { background: linear-gradient(90deg, rgba(8,12,18,.8), rgba(8,12,18,.35) 74%, rgba(8,12,18,.2)), linear-gradient(0deg, rgba(8,12,18,.42), transparent 55%); }
  .section { padding-block: 68px; }
  .section h2, .contact h2 { font-size: clamp(38px, 10vw, 52px); }
  .steps article { min-height: 0; }
  .product-path { margin-top: 58px; }
  .product-step { min-height: 0; }
  .contact-compact { grid-template-columns: 1fr; gap: 26px; }
  .contact-compact > .button { justify-self: start; }
  .about-hero { width: min(100% - 40px, 1200px); padding: 46px 0 54px; grid-template-columns: 1fr; gap: 34px; }
  .about-hero h1 { max-width: 700px; font-size: clamp(46px, 10.5vw, 64px); }
  .about-hero .founder-card { width: min(100%, 310px); max-height: none; justify-self: start; }
  .founder-portrait { aspect-ratio: 1 / 1; }
  .about-story { padding-top: 54px; padding-bottom: 56px; }
  .about-intro { grid-template-columns: 1fr; gap: 0; }
  .about-intro > p { margin-top: 20px; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points article, .trust-points article + article { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .trust-points article:last-child { border-bottom: 0; }
  .site-footer { padding-top: 42px; padding-bottom: 24px; }
  .site-footer > .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: start; gap: 4px 22px; }
  .footer-legal-name { margin-top: 26px; }
}

@media (max-width: 460px) {
  .brand img, .site-header-light .brand img { width: 164px; }
  .hero-home { min-height: 660px; }
  .hero-home h1 { font-size: clamp(48px, 13vw, 58px); margin-bottom: 14px; }
  .hero-home .lede { font-size: 17px; }
  .hero-recording { padding: 12px; }
  .hero-recording .audio-player { grid-template-columns: 44px minmax(0,1fr); gap: 11px; }
  .recording-meta strong { font-size: 13px; }
  .recording-meta span { font-size: 9px; }
  .dialog-panel { padding: 28px 22px; }
  .about-hero { width: min(100% - 36px, 1200px); padding-top: 38px; }
  .about-hero h1 { font-size: clamp(42px, 12vw, 52px); }
  .about-hero .founder-card { width: min(100%, 286px); }
  .about-intro h2 { font-size: clamp(38px, 10.5vw, 48px); }
  .footer-links { grid-template-columns: 1fr; }
}

/* Compact hero audio proof */
.hero-home .actions { max-width: 780px; align-items: center; flex-wrap: nowrap; }
.hero-recording { position: relative; inset: auto; left: auto; width: auto; max-width: 380px; margin: 0; padding: 0; border: 0; border-radius: 16px; background: transparent; color: var(--cream); box-shadow: none; transform: none; transition: width 180ms ease, padding 180ms ease, background 180ms ease, border-color 180ms ease; }
.hero-recording .audio-player { display: grid; grid-template-columns: 68px max-content; align-items: center; gap: 0 14px; margin: 0; }
.hero-recording .audio-toggle { width: 68px; height: 68px; padding: 0; overflow: visible; border: 0; border-radius: 50%; background: transparent; color: var(--cream); box-shadow: none; transition: width 180ms ease, height 180ms ease, transform 160ms ease; }
.hero-recording .audio-toggle:hover { background: transparent; }
.hero-recording .audio-toggle:active { transform: scale(.97); }
.hero-recording .audio-toggle:focus-visible { outline: none; }
.hero-recording .audio-toggle:focus-visible .audio-toggle-icon { outline: 3px solid var(--cream); outline-offset: 4px; }
.hero-recording .audio-toggle-icon { width: 68px; height: 68px; border: 1px solid rgba(108, 220, 139, .78); background: var(--bright-green); box-shadow: 0 0 0 7px rgba(69,177,100,.1), 0 12px 28px rgba(0,0,0,.22); animation: hero-demo-pulse 2.8s ease-out infinite; transition: width 180ms ease, height 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.hero-recording .audio-toggle-icon::before { border-top-width: 9px; border-bottom-width: 9px; border-left-width: 14px; border-left-color: var(--deep-navy); }
.hero-recording .audio-toggle:hover .audio-toggle-icon { transform: scale(1.035); background: #55c775; box-shadow: 0 0 0 9px rgba(69,177,100,.13), 0 15px 32px rgba(0,0,0,.25); }
.hero-recording .audio-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hero-recording .recording-meta { min-width: 220px; gap: 4px; }
.hero-recording .recording-meta strong { color: var(--cream); font-size: 14px; line-height: 1.2; }
.hero-recording .recording-meta span { color: rgba(252,248,243,.64); font-size: 10px; font-weight: 400; letter-spacing: .04em; }
.hero-recording .audio-timeline { grid-column: 2; display: grid; grid-template-columns: 28px minmax(110px,1fr) 28px; gap: 6px; width: 100%; max-height: 0; margin: 0; overflow: hidden; opacity: 0; transform: translateY(-3px); transition: max-height 180ms ease, margin 180ms ease, opacity 150ms ease, transform 180ms ease; }
.hero-recording.is-engaged { width: 380px; padding: 9px 12px; border: 1px solid rgba(252,248,243,.16); background: rgba(8,12,18,.78); backdrop-filter: blur(12px); }
.hero-recording.is-engaged .audio-player { grid-template-columns: 52px minmax(0,1fr); gap: 0 12px; }
.hero-recording.is-engaged .audio-toggle, .hero-recording.is-engaged .audio-toggle-icon { width: 52px; height: 52px; }
.hero-recording.is-engaged .audio-toggle-icon { animation: none; box-shadow: 0 0 0 5px rgba(69,177,100,.09); }
.hero-recording.is-engaged .audio-toggle-icon::before { border-top-width: 7px; border-bottom-width: 7px; border-left-width: 11px; }
.hero-recording.is-engaged .audio-toggle.is-playing .audio-toggle-icon::before { width: 14px; height: 18px; background: linear-gradient(to right, var(--deep-navy) 0 4px, transparent 4px 10px, var(--deep-navy) 10px 14px); }
.hero-recording.is-engaged .audio-timeline { max-height: 22px; margin-top: 4px; opacity: 1; transform: none; }
.hero-recording .audio-current, .hero-recording .audio-duration { color: rgba(252,248,243,.58); font-size: 9px; }
.hero-recording .audio-progress::-webkit-slider-runnable-track { background: linear-gradient(to right, var(--bright-green) 0 var(--audio-progress,0%), rgba(252,248,243,.2) var(--audio-progress,0%) 100%); }
.hero-recording .audio-progress::-webkit-slider-thumb { border-color: var(--deep-navy); }
.hero-recording .audio-progress::-moz-range-track { background: rgba(252,248,243,.2); }
.hero-recording .audio-error { grid-column: 1 / -1; color: #ffd3cd; }

@keyframes hero-demo-pulse {
  0%, 52%, 100% { box-shadow: 0 0 0 7px rgba(69,177,100,.1), 0 12px 28px rgba(0,0,0,.22); }
  70% { box-shadow: 0 0 0 13px rgba(69,177,100,0), 0 12px 28px rgba(0,0,0,.22); }
}

@media (max-width: 800px) {
  .hero-home .actions { max-width: 520px; align-items: stretch; flex-wrap: wrap; }
  .hero-recording { width: min(100%, 360px); margin-top: 5px; }
  .hero-recording .audio-player { grid-template-columns: 64px minmax(0,1fr); }
  .hero-recording .audio-toggle, .hero-recording .audio-toggle-icon { width: 64px; height: 64px; }
  .hero-recording.is-engaged { width: min(100%, 380px); }
  .hero-recording .recording-meta { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-recording .audio-toggle-icon { animation: none; }
}
