/* Satoshi/Poppins, colors, CTA treatment and rhythm match the homepage and Figma 6142:858. */
@font-face{font-family:Satoshi;src:url('/uploads/2024/09/Satoshi-Bold.woff') format('woff');font-weight:700;font-display:swap}
@font-face{font-family:Satoshi;src:url('/uploads/2024/09/Satoshi-Medium.woff') format('woff');font-weight:500;font-display:swap}
@font-face{font-family:Satoshi;src:url('/uploads/2024/09/Satoshi-Regular.woff') format('woff');font-weight:400;font-display:swap}
:root{--voice-blue:#3551f2;--voice-navy:#060a39;--voice-ink:#030419;--voice-body:#555;--voice-tint:#f5f6ff;--voice-line:#e2e5f0;color-scheme:light}
/* Removes the 300ms double-tap delay and the default grey flash on tap. */
html{touch-action:manipulation;-webkit-tap-highlight-color:rgba(53,81,242,.12)}
/* Headings were wrapping to widows; the homepage sets this globally in
   index.html, which voice.css never inherits. */
h1,h2,h3{text-wrap:balance}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--voice-ink);font:16px/1.7 Poppins,sans-serif}a{color:inherit}img{max-width:100%}main p{color:var(--voice-body);margin:0 0 20px}main h1,main h2,main h3{font-family:Satoshi,sans-serif;margin:0 0 24px;font-weight:700}main h1{font-size:clamp(42px,4.4vw,64px);line-height:1.05;letter-spacing:-.03em}main h2{font-size:clamp(34px,3.7vw,52px);line-height:1.1;letter-spacing:-.026em}main h3{font-size:24px;line-height:1.4;letter-spacing:-.018em}main h1 span,main h2 span{color:var(--voice-blue)}.voice-container{width:min(1170px,calc(100% - 64px));margin-inline:auto}.voice-section{padding:96px 0;scroll-margin-top:110px}.voice-tint{background:var(--voice-tint)}.voice-eyebrow{font-size:12px;font-weight:500;letter-spacing:.12em;color:var(--voice-blue);text-transform:uppercase;margin-bottom:20px}.voice-hero{padding:152px 0 48px;background:radial-gradient(ellipse at 0% 38%,#e8ecff 0,transparent 53%);overflow:hidden}.voice-hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:24px;align-items:center}.voice-hero-copy{position:relative;z-index:2}.voice-hero-copy>p:not(.voice-eyebrow):not(.voice-micro){max-width:550px}.voice-lead{font-family:Satoshi,sans-serif;font-size:24px;line-height:1.4;color:var(--voice-navy);font-weight:500}.voice-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:32px 0 16px}.voice-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:56px;padding:14px 20px 14px 24px;background:var(--voice-blue);color:#fff;border-radius:16px;text-decoration:none;font-size:15px;font-weight:500;line-height:1.5;transition:background .2s}.voice-btn:hover{background:var(--voice-navy)}.voice-btn span{font-size:25px;line-height:1}.voice-text-link{font-size:14px;color:var(--voice-navy);font-weight:500;text-underline-offset:5px}.voice-micro{font-size:12px;line-height:1.7}.voice-hero-media{position:relative;min-height:600px;align-self:stretch;display:flex;align-items:flex-start;justify-content:center;padding-top:32px}/* Two masks composited: the horizontal one feathers both side edges, the
   vertical one stops the photo hard-cutting across the crew's legs. Without
   the second gradient the image ends in a straight chop mid-frame. */
.voice-hero-media>img{width:760px;max-width:none;height:560px;object-fit:cover;object-position:64% 18%;position:absolute;top:0;left:-100px;
  mask-image:linear-gradient(90deg,transparent,#000 16%,#000 86%,transparent),linear-gradient(180deg,#000 0,#000 58%,transparent 94%);
  -webkit-mask-composite:source-in;mask-composite:intersect}.voice-call-card{position:relative;align-self:flex-end;width:92%;margin:260px 0 16px 24px;padding:24px;border:1px solid var(--voice-line);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 24px 60px -25px #060a3933}.voice-call-top{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500}.voice-call-top>span:last-child{margin-left:auto;font-size:10px;color:var(--voice-body);font-weight:400}.voice-dot{width:8px;height:8px;border-radius:50%;background:var(--voice-blue)}.voice-call-card h2{font-size:28px;margin:24px 0 16px}.voice-wave{display:flex;height:65px;align-items:center;gap:5px;justify-content:center}.voice-wave i{display:block;width:5px;height:var(--height);border-radius:8px;background:var(--voice-blue);opacity:.72}.voice-call-steps{display:flex;gap:8px;justify-content:space-between;border-top:1px solid var(--voice-line);padding-top:16px;margin-top:16px;font-size:11px;color:var(--voice-navy)}.voice-call-steps span:before{content:'✓';color:var(--voice-blue);margin-right:5px}.voice-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
/* Mirrors the staging homepage .hero-trust-card: 18px radius, translucent fill
   with blur, 12px stack gap, 26px blue icon, Satoshi 18/23 title, 14/21 desc. */
.voice-proof>div{min-width:0;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:18px;background:rgba(255,255,255,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(3,4,25,.06);box-shadow:0 1px 2px rgba(9,11,56,.03),0 12px 28px -14px rgba(9,11,56,.12)}
.voice-proof-head{display:flex;flex-direction:row;align-items:flex-start;gap:7px}
.voice-proof-icon{display:inline-flex;color:var(--voice-blue);padding:2px;flex:0 0 auto}
.voice-proof-icon svg{width:26px;height:26px;display:block}
.voice-proof h3{margin:0;font-size:18px;line-height:23px;letter-spacing:normal;color:#030419}
.voice-proof p{margin:0;font-size:14px;line-height:21px}.voice-ribbon{background:var(--voice-blue);color:#fff;padding:24px 0}.voice-ribbon>div{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-family:Satoshi,sans-serif;font-size:21px;font-weight:500}.voice-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}/* Centred, matching the homepage's full-width section headers
   (#industries-section, #advantages-section, #partners-section). Left-aligning
   these left the right half of a 1170 container empty in six places. Split
   layouts below stay left-aligned, as the homepage does for #howitworks. */
.voice-section-heading{max-width:780px;margin:0 auto 48px;text-align:center}
.voice-section-heading>p:last-child{max-width:640px;margin-inline:auto}.voice-grid{display:grid;gap:24px}.voice-grid-two{grid-template-columns:repeat(2,1fr)}.voice-grid-three{grid-template-columns:repeat(3,1fr)}.voice-card{border:1px solid var(--voice-line);border-radius:20px;padding:32px;background:#fff}.voice-card h3{max-width:380px}.voice-card p:last-child{margin:0;font-size:14px}.voice-transcript{border:1px solid var(--voice-line);border-radius:24px;padding:24px;background:var(--voice-tint)}.voice-transcript-head{display:flex;justify-content:space-between;gap:16px;font-size:13px;margin-bottom:24px}.voice-transcript-head span{font-size:10px;color:var(--voice-body)}.voice-bubble{padding:16px 20px;border-radius:16px 16px 16px 0;background:#fff;max-width:90%;font-size:14px}.voice-bubble b{display:block;font-size:11px;color:var(--voice-blue);margin-bottom:8px}.voice-customer{margin-left:auto;background:#e5e9ff;border-radius:16px 16px 0 16px}.voice-outcome{border-top:1px solid #cbd2f6;padding-top:20px;font-family:Satoshi,sans-serif}.voice-outcome p{font-size:13px;margin:8px 0 0}.voice-dark{background:var(--voice-navy);color:#fff}.voice-dark .voice-eyebrow{color:#a9b6ff}.voice-dark p{color:#d2d5e4}.voice-dark .voice-card{background:#ffffff06;border-color:#ffffff26}.voice-dark h3{font-size:23px}.voice-industry-list>a{display:grid;grid-template-columns:1fr 1.45fr 24px;gap:32px;align-items:center;padding:28px 0;border-bottom:1px solid var(--voice-line);text-decoration:none}.voice-industry-list h3{margin:0;font-size:23px}.voice-industry-list p{margin:0;font-size:14px}.voice-industry-list>a>span{font-size:24px;color:var(--voice-blue)}.voice-industry-list>a:hover h3{color:var(--voice-blue)}.voice-standards>div{padding:24px 0;border-bottom:1px solid var(--voice-line)}.voice-standards h3{margin:0 0 8px;font-size:22px}.voice-standards p{margin:0;font-size:14px}.voice-process{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.voice-process li>span{display:block;color:var(--voice-blue);font:700 40px/1 Satoshi,sans-serif;border-bottom:1px solid var(--voice-line);padding-bottom:24px;margin-bottom:24px}.voice-process p{font-size:14px}.voice-pricing-note{display:flex;align-items:center;gap:40px;justify-content:space-between;padding:32px;margin-top:40px;border:1px solid var(--voice-line);border-radius:20px}.voice-pricing-note h3{margin-bottom:8px}.voice-pricing-note p{font-size:14px;margin:0;max-width:740px}.voice-pricing-note a{white-space:nowrap}/* Was a .8/1.2 split, which left the whole left column empty under the
   heading. Centred header over a single constrained column instead. */
.voice-faq{max-width:900px;margin-inline:auto}
.voice-faq>div:first-child{text-align:center;margin-bottom:48px}
.voice-faq details{padding:24px 0;border-bottom:1px solid var(--voice-line)}
/* Kill the native disclosure triangle — it rendered as a raw browser glyph. */
.voice-faq summary{font-family:Satoshi,sans-serif;font-size:20px;line-height:1.4;font-weight:700;cursor:pointer;min-height:28px;list-style:none;position:relative;padding-right:44px}
.voice-faq summary::-webkit-details-marker{display:none}
.voice-faq summary::after{content:'';position:absolute;right:10px;top:9px;width:10px;height:10px;border-right:2px solid var(--voice-blue);border-bottom:2px solid var(--voice-blue);transform:rotate(45deg);transition:transform .2s var(--cc-ease,ease)}
.voice-faq details[open] summary::after{transform:rotate(-135deg);top:13px}
.voice-faq details p{font-size:14px;margin:16px 0 0;max-width:760px}.voice-final{background:radial-gradient(ellipse at 0 100%,#e5eaff,transparent 70%)}.voice-final .voice-btn{margin:12px 0 16px}.voice-audit{padding:40px;border-radius:24px;border:1px solid var(--voice-line);background:#fff;box-shadow:0 20px 50px -30px #060a3933}.voice-audit ul{padding-left:20px;margin:24px 0}.voice-audit li{padding:10px 0}.voice-audit li::marker{color:var(--voice-blue)}.voice-audit p{font-size:14px;margin:0}.skip-link{position:fixed;left:16px;top:-100px;z-index:10001;background:#fff;color:var(--voice-navy);padding:12px 20px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #7185ff;outline-offset:5px}
.voice-hero-grid>*{min-width:0}.voice-call-card{min-width:0}.voice-wave i{flex-shrink:1}
/* Hero social proof — matches the staging homepage hero row exactly: same
   assets, 24px gap, no divider rule, Satoshi 700/24 rating on #030419.
   Figma 6142:858 shows the same treatment. Wraps (homepage is nowrap) so the
   row survives 320px. */
.voice-logos{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:24px}
.voice-logos img{height:24px;width:auto}
.voice-rating{display:inline-flex;align-items:center;gap:6px;font-family:Satoshi,sans-serif;font-size:24px;font-weight:700;line-height:34px;color:#030419}
.voice-rating svg{width:24px;height:24px;display:block;flex:0 0 auto}
/* Owner-published problem figures. The number carries the weight; the note
   beneath the block keeps the attribution honest. */
.voice-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.voice-stats>div{padding:32px;border-radius:20px;background:var(--voice-tint);border:1px solid var(--voice-line)}
.voice-stats b{display:block;font-family:Satoshi,sans-serif;font-size:clamp(40px,3.4vw,52px);font-weight:700;line-height:1;letter-spacing:-.028em;color:var(--voice-blue);margin-bottom:16px}
.voice-stats p{margin:0;font-size:14px;line-height:1.65}
.voice-stats-note{margin-top:24px;margin-bottom:0;font-size:12px;line-height:1.7;max-width:780px}
.voice-guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.voice-guarantee>div{padding:32px;border:1px solid var(--voice-line);border-radius:20px;background:#fff;box-shadow:0 12px 28px -14px #090b381f}
.voice-guarantee h3{margin:0 0 12px;font-size:21px}
.voice-guarantee p{margin:0;font-size:14px}
/* Decorative panel headline — was an <h2>, which put a non-section element
   first in the document outline. */
.voice-call-title{font-family:Satoshi,sans-serif;font-weight:700;font-size:28px;line-height:1.2;letter-spacing:-.022em;color:var(--voice-ink);margin:24px 0 16px}
/* Transcript is a <dl> so the speaker/utterance pairing survives in a screen
   reader; the bubbles are the row wrappers. */
.voice-dialogue{margin:0}
.voice-bubble dt{font-size:11px;color:var(--voice-blue);font-weight:600;margin-bottom:8px}
.voice-bubble dd{margin:0}
.voice-tel{display:inline-block;margin-top:14px;font-size:14px;color:var(--voice-navy);text-decoration:none}
.voice-tel b{color:var(--voice-blue)}
.voice-tel:hover b{text-decoration:underline}
/* Repeating offer stack + CTA. Tighter than a full section so adding three of
   them does not lengthen the page the way a normal band would. */
.voice-cta-section{padding:56px 0}
.voice-cta-block{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center;padding:36px 40px;border:1px solid var(--voice-line);border-radius:24px;background:var(--voice-tint)}
.voice-cta-block h3{margin:0 0 16px}
.voice-cta-block ul{margin:0;padding-left:20px;display:grid;gap:6px}
.voice-cta-block li{font-size:14px;color:var(--voice-body)}
.voice-cta-block li::marker{color:var(--voice-blue)}
.voice-cta-block-act{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.voice-cta-block-act .voice-micro{margin:0}
/* Desktop keeps the in-page CTAs; the bar is a mobile-only affordance. */
.voice-sticky{display:none}
.voice-stats b{font-variant-numeric:tabular-nums}
@media(min-width:768px){.voice-hero-copy{padding-bottom:8px}}
@media(max-width:1100px){.voice-split{gap:40px}.voice-hero-grid{grid-template-columns:1.1fr 1fr}.voice-hero-media>img{left:-150px}.voice-grid-three{grid-template-columns:repeat(2,1fr)}.voice-call-top>span:last-child{max-width:75px;text-align:right}.voice-ribbon>div{font-size:18px}.voice-actions{gap:16px}}
@media(max-width:767px){.voice-container{width:calc(100% - 40px)}.voice-hero{padding:120px 0 40px}.voice-hero-grid,.voice-split,.voice-faq{grid-template-columns:1fr;gap:40px}main h1{font-size:44px}main h2{font-size:36px}.voice-hero-media{min-height:430px}.voice-hero-media>img{width:650px;left:50%;transform:translateX(-50%);height:340px;object-position:60% center}.voice-call-card{width:100%;max-width:430px;margin:245px 0 0}.voice-proof{grid-template-columns:1fr;gap:16px;margin-top:32px}.voice-proof>div{padding:20px}.voice-ribbon>div{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-size:16px}.voice-section{padding:64px 0}.voice-grid-two,.voice-grid-three,.voice-process{grid-template-columns:1fr}.voice-card{padding:24px}.voice-section-heading{margin-bottom:32px}.voice-industry-list>a{grid-template-columns:1fr 24px;gap:12px}.voice-industry-list p{grid-column:1;grid-row:2}.voice-industry-list>a>span{grid-column:2;grid-row:1}.voice-process{gap:24px}.voice-process li>span{font-size:32px}.voice-pricing-note{display:block;padding:24px}.voice-pricing-note a{display:inline-block;margin-top:16px}.voice-audit{padding:24px}.voice-lead{font-size:22px}.voice-faq>div:first-child{margin-bottom:32px}.voice-faq summary{font-size:18px;padding-right:32px}.voice-stats,.voice-guarantee{grid-template-columns:1fr}.voice-stats{margin-top:40px}.voice-stats>div,.voice-guarantee>div{padding:24px}.voice-logos{gap:16px;margin-top:20px}.voice-rating{font-size:20px;line-height:28px}
.voice-call-title{font-size:24px}
.voice-cta-section{padding:40px 0}
.voice-cta-block{grid-template-columns:1fr;gap:24px;padding:24px}
/* Persistent CTA: the mobile page is ~17,000px for one conversion action. */
.voice-sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9998;align-items:center;justify-content:space-between;gap:12px;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-top:1px solid var(--voice-line);box-shadow:0 -6px 24px -12px rgba(9,11,56,.25);
  transform:translateY(110%);transition:transform .25s var(--cc-ease,ease)}
.voice-sticky[hidden]{display:none}
.voice-sticky.is-in{transform:none}
.voice-sticky-txt{display:flex;flex-direction:column;line-height:1.3;min-width:0}
.voice-sticky-txt b{font-family:Satoshi,sans-serif;font-size:13px;color:var(--voice-ink);white-space:nowrap}
.voice-sticky-txt span{font-size:11px;color:var(--voice-body);white-space:nowrap}
.voice-sticky .voice-btn{min-height:46px;padding:10px 14px;font-size:14px;gap:10px;flex:0 0 auto;white-space:nowrap}
.voice-sticky .voice-btn span{font-size:17px}
@media(prefers-reduced-motion:reduce){.voice-sticky{transition:none}}
/* Clear the fixed bar so the footer's last row is never trapped under it. */
body{padding-bottom:76px}
/* Full-bleed bands must not run under a notch in landscape. */
.voice-container{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
