:root{--font-main: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-accent: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--n-950: #0a0a0b;--n-900: #101012;--n-850: #151517;--n-800: #1d1d20;--n-0: #f7f7f8;--n-100: #dcdce0;--n-300: #adadb5;--n-500: #8a8a93;--accent: #e9e5dc;--accent-dim: #bfbbb2;--accent-deep: #8f8c85;--accent-ink: #111112;--positive: #9fb8a3;--caution: #c8a97e;--alarm: #c78d86;--surface: rgba(255, 255, 255, .026);--surface-hi: rgba(255, 255, 255, .046);--line: rgba(255, 255, 255, .085);--line-hi: rgba(255, 255, 255, .16);--radius: 12px;--radius-sm: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .5);--shell: min(1100px, 92vw);--nav-h: 64px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#0a0a0b}body{margin:0;background:#0a0a0b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.p-voice{--bg: var(--n-950);--bg-raised: var(--n-900);--ink-0: var(--n-0);--ink-1: var(--n-100);--ink-2: var(--n-300);--ink-3: var(--n-500);--accent-2: var(--accent-deep);--mint: var(--positive);--glass-fill: var(--surface);--glass-fill-hi: var(--surface-hi);--glass-rim: var(--line);--glass-rim-hi: var(--line-hi);--glass-blur: 0px}.p-voice *{box-sizing:border-box}.p-voice{margin:0;scroll-behavior:smooth;font-family:var(--font-main);font-size:16px;color:var(--ink-1);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.p-voice h1,.p-voice h2,.p-voice h3,.p-voice h4{margin:0;color:var(--ink-0);font-family:var(--font-accent);font-weight:600;letter-spacing:-.021em;line-height:1.12}.p-voice p{line-height:1.75;margin:0}.p-voice a{color:inherit;text-decoration:none}.p-voice button{font:inherit;color:inherit}.p-voice ul{margin:0;padding:0;list-style:none}.p-voice ::selection{background:#e9e5dc38;color:var(--ink-0)}.p-voice :focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.p-voice ::-webkit-scrollbar{width:10px}.p-voice ::-webkit-scrollbar-track{background:var(--bg)}.p-voice ::-webkit-scrollbar-thumb{background:var(--n-800);border-radius:99px;border:3px solid var(--bg)}.p-voice ::-webkit-scrollbar-thumb:hover{background:#2a2a2e}.p-voice .App{position:relative;width:100%}.p-voice .shell{width:var(--shell);margin:0 auto}.p-voice section{position:relative;z-index:1;scroll-margin-top:calc(var(--nav-h) + 24px);padding:clamp(4rem,8vw,6.5rem) 0}.p-voice .eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-accent);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-3);margin-bottom:1.1rem}.p-voice .eyebrow:before{content:"";width:22px;height:1px;background:currentColor;opacity:.55}.p-voice .section-title{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:600;max-width:20ch}.p-voice .section-sub{margin-top:1.1rem;max-width:62ch;font-size:clamp(1rem,1.6vw,1.08rem);color:var(--ink-2)}.p-voice .section-head{margin-bottom:clamp(2rem,4vw,3rem)}@media (max-width: 430px){.p-voice .section-title{font-size:clamp(1.45rem,6.4vw,1.85rem)}.p-voice .section-sub{font-size:.97rem}}@media (min-width: 1000px){.p-voice .section-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);column-gap:clamp(2rem,5vw,4rem);align-items:end}.p-voice .section-head>.eyebrow{grid-column:1 / -1}.p-voice .section-head>.section-title{grid-column:1;max-width:none}.p-voice .section-head>.section-sub{grid-column:2;margin-top:0;padding-bottom:.5rem}.p-voice .section-head>*:not(.eyebrow):not(.section-title):not(.section-sub){grid-column:1 / -1;justify-self:start}}.p-voice .panel,.p-voice .glass{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .25s ease,background .25s ease}.p-voice .panel:hover,.p-voice .glass:hover{background:var(--surface-hi);border-color:var(--line-hi)}.p-voice .btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:var(--radius-pill);font-family:var(--font-accent);font-size:.94rem;font-weight:600;letter-spacing:-.005em;cursor:pointer;text-align:center;max-width:100%;text-wrap:balance;transition:filter .2s ease,background .2s ease,border-color .2s ease}.p-voice .btn-primary{color:var(--accent-ink);background:var(--accent)}.p-voice .btn-primary:hover{filter:brightness(1.06)}.p-voice .btn-ghost{color:var(--ink-0);background:transparent;border-color:var(--line)}.p-voice .btn-ghost:hover{background:var(--surface);border-color:var(--line-hi)}.p-voice .btn:active{transform:translateY(1px)}.p-voice .btn-lg{padding:1rem 1.9rem;font-size:1rem}.p-voice .btn-block{width:100%}@media (hover: none) and (pointer: coarse){.p-voice .btn{min-height:46px}}.p-voice .reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease var(--d, 0s),transform .5s cubic-bezier(.2,.8,.2,1) var(--d, 0s);will-change:opacity,transform}.p-voice .reveal.is-in{opacity:1;transform:none}@keyframes v-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes v-drop{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}@keyframes v-fade{0%{opacity:0}to{opacity:1}}.p-voice .tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}@media (prefers-reduced-motion: reduce){.p-voice{scroll-behavior:auto}.p-voice *,.p-voice *:before,.p-voice *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.15s!important;transition-delay:0s!important}.p-voice .reveal{opacity:1;transform:none;filter:none}.p-voice .btn:hover,.p-voice .btn:active{transform:none}}.p-voice .aurora{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.p-voice .aurora-blob{position:absolute;inset:0 0 auto 0;height:78vh;background:linear-gradient(180deg,rgba(255,255,255,.036) 0%,rgba(255,255,255,.012) 42%,transparent 100%)}.p-voice .aurora-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 45% at 50% 0%,#000 10%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse 80% 45% at 50% 0%,#000 10%,transparent 72%)}.p-voice .aurora-grain{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.p-voice .aurora-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 130% 90% at 50% 25%,transparent 60%,rgba(10,10,11,.55) 100%)}.p-voice .nav{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--nav-h);display:flex;align-items:center;background:#0a0a0bb8;border-bottom:1px solid transparent;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .3s ease,border-color .3s ease,height .3s ease;animation:v-drop .6s cubic-bezier(.2,.8,.2,1) both}.p-voice .nav.is-condensed{height:56px;background:#0a0a0beb;border-bottom-color:var(--line)}.p-voice .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:var(--shell);margin:0 auto}.p-voice .nav-brand{display:inline-flex;align-items:center;gap:.7rem;flex-shrink:0;min-height:44px}.p-voice .nav-mark{width:8px;height:8px;border-radius:50%;background:var(--accent)}.p-voice .nav-brand-text{display:flex;flex-direction:column;font-family:var(--font-accent);font-size:1rem;font-weight:600;color:var(--ink-0);line-height:1.15}.p-voice .nav-brand-text em{font-style:normal;font-size:.66rem;font-weight:500;letter-spacing:.04em;color:var(--ink-3)}.p-voice .nav-links{display:flex;align-items:center;gap:.1rem}.p-voice .nav-links a{position:relative;padding:.5rem .6rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;color:var(--ink-3);white-space:nowrap;transition:color .2s ease}.p-voice .nav-links a:hover,.p-voice .nav-links a.is-active{color:var(--ink-0)}.p-voice .nav-actions{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.p-voice .nav-phone{font-family:var(--font-accent);font-size:.86rem;font-weight:600;color:var(--ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;transition:color .2s ease}.p-voice .nav-phone:hover{color:var(--ink-0)}.p-voice .nav-cta{height:38px;padding:.62rem 1.15rem;font-size:.86rem;line-height:1;white-space:nowrap;text-wrap:nowrap}.p-voice .nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-hi);cursor:pointer}.p-voice .nav-burger span{display:block;height:1.5px;width:100%;border-radius:2px;background:var(--ink-0);transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .25s ease}.p-voice .nav-burger.is-open span:first-child{transform:translateY(3.25px) rotate(45deg)}.p-voice .nav-burger.is-open span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.p-voice .nav-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:890;display:flex;justify-content:flex-end;background:#0a0a0bad;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .3s ease}.p-voice .nav-sheet.is-open{opacity:1;pointer-events:auto}.p-voice .nav-sheet-inner{display:flex;flex-direction:column;gap:.4rem;width:min(320px,84vw);height:100%;padding:calc(var(--nav-h) + 1.5rem) 1.5rem 2rem;background:var(--n-900);border-left:1px solid var(--line);transform:translate(100%);transition:transform .38s cubic-bezier(.2,.8,.2,1)}.p-voice .nav-sheet.is-open .nav-sheet-inner{transform:none}.p-voice .nav-sheet-inner>*{opacity:0;transform:translate(14px);transition:opacity .35s ease,transform .35s ease}.p-voice .nav-sheet.is-open .nav-sheet-inner>*{opacity:1;transform:none;transition-delay:calc(.1s + var(--i) * 45ms)}.p-voice .nav-sheet-inner>a:not(.btn){padding:.85rem .5rem;border-bottom:1px solid var(--line);font-family:var(--font-accent);font-size:1.05rem;font-weight:600;color:var(--ink-0)}.p-voice .nav-sheet-cta{margin-top:1.2rem}.p-voice .nav-sheet-phone{text-align:center;border-bottom:0!important;color:var(--ink-2)!important;font-size:.9rem!important}@media (max-width: 1120px){.p-voice .nav-links{display:none}.p-voice .nav-burger{display:flex}}@media (max-width: 560px){.p-voice .nav-phone,.p-voice .nav-cta{display:none}.p-voice .nav-brand-text{font-size:.9rem}.p-voice .nav-brand-text em{font-size:.6rem}}@media (prefers-reduced-motion: reduce){.p-voice .nav{animation:none}}.pm{position:relative;flex:none;line-height:1.3}.pm-btn{display:inline-flex;align-items:center;gap:.45rem;height:32px;padding:0 .6rem 0 .55rem;border-radius:999px;cursor:pointer;font:600 .8rem/1 var(--font-main);white-space:nowrap;color:var(--n-300);background:var(--surface-hi);border:1px solid var(--line);transition:background .15s ease,border-color .15s ease,color .15s ease}.pm-btn:hover{background:#ffffff14;color:var(--n-0)}.pm-open .pm-btn{background:#ffffff17;color:var(--n-0)}.pm-dot{width:7px;height:7px;border-radius:50%;flex:none}.pm-current{white-space:nowrap}.pm-caret{width:9px;height:6px;opacity:.6;transition:transform .18s ease}.pm-open .pm-caret{transform:rotate(180deg)}.pm-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:1200;min-width:232px;padding:5px;border-radius:var(--radius);background:#141416;border:1px solid var(--line-hi);box-shadow:var(--shadow-md);animation:pm-in .16s ease-out}.pm-right .pm-menu{left:auto;right:0}@keyframes pm-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.pm-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--n-300);font-family:var(--font-main)}.pm-item:hover{background:#ffffff0f}.pm-item.on{background:var(--surface-hi)}.pm-item-text{display:flex;flex-direction:column;gap:1px;min-width:0}.pm-item-text strong{font-size:.855rem;font-weight:600;line-height:1.35;color:var(--n-0)}.pm-item-text small{font-size:.72rem;line-height:1.35;color:var(--n-500);white-space:nowrap}.pm-tick{margin-left:auto;font-size:.78rem;color:var(--n-500)}.pm-btn:focus-visible,.pm-item:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (max-width: 620px){.pm-current{display:none}.pm-btn{padding:0 .5rem}.pm-menu{left:auto;right:0}}.p-voice .hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:calc(var(--nav-h) + clamp(2rem,6vw,4rem));padding-bottom:clamp(4rem,8vw,6rem)}.p-voice .hero-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.p-voice .hero-title{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:600;line-height:1.05}.p-voice .hero-title-accent{color:var(--ink-0)}.p-voice .hero-title{color:var(--ink-2)}.p-voice .hero-lede{margin-top:1.4rem;max-width:52ch;font-size:clamp(1.02rem,1.7vw,1.15rem);color:var(--ink-1)}.p-voice .hero-ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.p-voice .hero-note{margin-top:1rem;font-size:.88rem;color:var(--ink-3);max-width:46ch}.p-voice .hero-marks{display:flex;flex-wrap:wrap;gap:.55rem 1.6rem;margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid var(--line)}.p-voice .hero-marks li{position:relative;padding-left:1.15rem;font-size:.86rem;color:var(--ink-2)}.p-voice .hero-marks li:before{content:"";position:absolute;left:0;top:.52em;width:4px;height:4px;border-radius:50%;background:var(--ink-3)}.p-voice .hero-stagger{opacity:0;animation:v-rise .8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:calc(.15s + var(--i) * .09s)}.p-voice .hero-demo{position:relative;animation-duration:1s}.p-voice .hero-scroll{position:absolute;left:50%;bottom:1.8rem;translate:-50% 0;width:22px;height:36px;display:grid;place-items:start center;padding-top:7px;border:1px solid var(--line);border-radius:var(--radius-pill);opacity:0;animation:v-fade 1s ease 1.2s forwards}.p-voice .hero-scroll-line{width:2px;height:6px;border-radius:99px;background:var(--ink-3);animation:v-scroll-hint 2s ease-in-out infinite}@keyframes v-scroll-hint{0%,to{transform:translateY(0);opacity:1}60%{transform:translateY(12px);opacity:0}}@media (max-width: 430px){.p-voice .hero-title{font-size:clamp(1.65rem,7.2vw,2.05rem)}.p-voice .hero-lede{font-size:1rem}.p-voice .hero-ctas{gap:.7rem}.p-voice .hero-marks{gap:.5rem 1rem;margin-top:1.8rem;padding-top:1.3rem}}@media (max-width: 980px){.p-voice .hero-shell{grid-template-columns:1fr}.p-voice .hero{min-height:auto}.p-voice .hero-scroll{display:none}.p-voice .hero-demo{max-width:520px}}@media (prefers-reduced-motion: reduce){.p-voice .hero-stagger,.p-voice .hero-scroll{opacity:1;animation:none}.p-voice .hero-scroll-line{animation:none}}.p-voice .calldemo{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.p-voice .calldemo-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.9rem;border-bottom:1px solid var(--glass-rim)}.p-voice .calldemo-live{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-accent);font-size:.82rem;font-weight:600;color:var(--ink-0)}.p-voice .calldemo-dot{width:7px;height:7px;border-radius:50%;background:var(--positive);box-shadow:0 0 color-mix(in srgb,var(--positive) 60%,transparent);animation:v-pulse-dot 2s ease-out infinite}@keyframes v-pulse-dot{0%{box-shadow:0 0 color-mix(in srgb,var(--positive) 50%,transparent)}70%{box-shadow:0 0 0 8px transparent}to{box-shadow:0 0 0 0 transparent}}.p-voice .calldemo-num{font-family:var(--font-accent);font-size:.82rem;color:var(--ink-2);font-variant-numeric:tabular-nums}.p-voice .wave{display:flex;align-items:center;justify-content:center;gap:3px;height:46px}.p-voice .wave-bar{width:3px;height:100%;border-radius:99px;transform-origin:center;transform:scaleY(.09);background:var(--ink-3);transition:background .4s ease}.p-voice .wave.is-idle .wave-bar{animation:v-wave-idle 2.4s ease-in-out infinite;animation-delay:var(--delay)}.p-voice .wave.is-gus .wave-bar{background:var(--accent-dim);animation:v-wave-talk .62s ease-in-out infinite;animation-delay:var(--delay)}.p-voice .wave.is-caller .wave-bar{background:var(--accent-deep);animation:v-wave-talk .78s ease-in-out infinite;animation-delay:var(--delay)}@keyframes v-wave-idle{0%,to{transform:scaleY(.07)}50%{transform:scaleY(.14)}}@keyframes v-wave-talk{0%,to{transform:scaleY(.12)}50%{transform:scaleY(var(--peak))}}.p-voice .calldemo-log{display:flex;flex-direction:column;gap:.55rem;height:214px;overflow:hidden;justify-content:flex-end;font-size:.9rem;line-height:1.55;mask-image:linear-gradient(180deg,transparent 0%,#000 7%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 7%)}.p-voice .calldemo-line{margin:0;padding:.5rem .75rem;border-radius:12px;animation:v-line-in .35s cubic-bezier(.2,.8,.2,1) both}.p-voice .calldemo-line.is-gus{background:var(--surface-hi);border-left:2px solid var(--accent);color:var(--ink-0)}.p-voice .calldemo-line.is-caller{background:var(--surface);border-left:2px solid var(--n-800);color:var(--ink-2)}.p-voice .calldemo-who{display:block;font-family:var(--font-accent);font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.15rem}.p-voice .calldemo-line.is-gus .calldemo-who{color:var(--ink-2)}.p-voice .calldemo-caret{display:inline-block;width:2px;height:.95em;margin-left:2px;vertical-align:text-bottom;background:currentColor;animation:v-blink 1s steps(2) infinite}@keyframes v-blink{50%{opacity:0}}@keyframes v-line-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.p-voice .calldemo-out{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.p-voice .calldemo-slot{padding:.7rem .8rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);transition:border-color .5s ease,background .5s ease}.p-voice .calldemo-slot.is-set{background:color-mix(in srgb,var(--positive) 8%,transparent);border-color:color-mix(in srgb,var(--positive) 34%,transparent);animation:v-slot-land .55s cubic-bezier(.2,.8,.2,1)}@keyframes v-slot-land{0%{transform:scale(1)}45%{transform:scale(1.035)}to{transform:scale(1)}}.p-voice .calldemo-slot-label{display:block;font-family:var(--font-accent);font-size:.64rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.25rem}.p-voice .calldemo-slot-value{display:block;font-size:.82rem;font-weight:600;color:var(--ink-2);line-height:1.4;transition:color .5s ease}.p-voice .calldemo-slot.is-set .calldemo-slot-value{color:var(--ink-0)}@media (max-width: 480px){.p-voice .calldemo-out{grid-template-columns:1fr}.p-voice .calldemo-log{height:190px}}@media (prefers-reduced-motion: reduce){.p-voice .wave-bar{animation:none!important;transform:scaleY(.12)}.p-voice .calldemo-dot{animation:none}.p-voice .calldemo-caret{display:none}.p-voice .calldemo-log{height:auto;max-height:none;mask-image:none;-webkit-mask-image:none}}.p-voice .bleed-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(1.6rem,4vw,3.2rem);padding:clamp(1.5rem,3.5vw,2.6rem)}.p-voice .bleed-verticals{display:flex;flex-wrap:wrap;gap:.5rem}.p-voice .bleed-chip{min-height:44px;padding:.5rem 1rem;border-radius:var(--radius-pill);border:1px solid var(--line);background:transparent;color:var(--ink-3);font-family:var(--font-accent);font-size:.86rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.p-voice .bleed-chip:hover{color:var(--ink-0);border-color:var(--line-hi)}.p-voice .bleed-chip.is-active{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}.p-voice .bleed-vertical-detail{margin:.7rem 0 1.8rem;font-size:.84rem;color:var(--ink-3)}.p-voice .bleed-slider{display:block;margin-bottom:1.7rem}.p-voice .bleed-slider-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.p-voice .bleed-slider-label{font-size:.92rem;font-weight:600;color:var(--ink-1)}.p-voice .bleed-slider-value{font-family:var(--font-accent);font-size:1.1rem;font-weight:600;color:var(--ink-0)}.p-voice .bleed-slider-hint{display:block;margin-top:.5rem;font-size:.76rem;color:var(--ink-3)}.p-voice .bleed-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:99px;cursor:pointer;background:linear-gradient(90deg,var(--accent-deep) 0%,var(--accent-deep) var(--pct),rgba(255,255,255,.08) var(--pct),rgba(255,255,255,.08) 100%)}.p-voice .bleed-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);border:0;transition:transform .15s ease}.p-voice .bleed-slider input[type=range]::-webkit-slider-thumb:hover,.p-voice .bleed-slider input[type=range]:active::-webkit-slider-thumb{transform:scale(1.12)}.p-voice .bleed-slider input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);border:0}.p-voice .bleed-slider input[type=range]::-moz-range-track{height:4px;border-radius:99px;background:#ffffff14}.p-voice .bleed-slider input[type=range]::-moz-range-progress{height:4px;border-radius:99px;background:var(--accent-deep)}.p-voice .bleed-result{display:flex;flex-direction:column;gap:1.4rem;justify-content:center}.p-voice .bleed-figure{padding:1.4rem 1.5rem;border-radius:var(--radius);background:color-mix(in srgb,var(--alarm) 7%,transparent);border:1px solid color-mix(in srgb,var(--alarm) 24%,transparent);text-align:center}.p-voice .bleed-figure-label,.p-voice .bleed-figure-unit{display:block;font-family:var(--font-accent);font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--alarm)}.p-voice .bleed-figure-value{display:block;margin:.35rem 0 .15rem;font-family:var(--font-accent);font-size:clamp(2.2rem,5vw,3.1rem);font-weight:600;line-height:1;color:var(--ink-0)}.p-voice .bleed-figure-unit{opacity:.8}.p-voice .bleed-figure-year{display:block;margin-top:.8rem;padding-top:.8rem;border-top:1px solid color-mix(in srgb,var(--alarm) 18%,transparent);font-size:.86rem;color:var(--ink-2)}.p-voice .bleed-verdict{padding:1.3rem 1.4rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}.p-voice .bleed-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.94rem;color:var(--ink-2)}.p-voice .bleed-row strong{font-family:var(--font-accent);font-size:1.14rem;color:var(--ink-0)}.p-voice .bleed-row.is-kept{border-top:1px solid var(--line);margin-top:.3rem;padding-top:.8rem}.p-voice .bleed-row.is-kept strong{color:var(--positive);font-size:1.45rem}.p-voice .bleed-bar{height:5px;margin:1rem 0 .65rem;border-radius:99px;background:color-mix(in srgb,var(--positive) 32%,transparent);overflow:hidden}.p-voice .bleed-bar-fill{display:block;height:100%;border-radius:99px;background:var(--ink-3);transition:width .6s cubic-bezier(.2,.8,.2,1)}.p-voice .bleed-bar-note{font-size:.82rem;color:var(--ink-3);margin-bottom:1.1rem}.p-voice .bleed-bar-note strong{color:var(--ink-1)}.p-voice .bleed-verdict.is-disqualified{border-color:var(--line-hi)}.p-voice .bleed-verdict.is-disqualified h3{font-size:1.12rem;margin-bottom:.6rem}.p-voice .bleed-verdict.is-disqualified p{font-size:.9rem;color:var(--ink-2)}.p-voice .bleed-anchor{margin-top:1.6rem;text-align:center;font-size:.92rem;color:var(--ink-3)}.p-voice .bleed-anchor strong{color:var(--ink-1)}@media (max-width: 900px){.p-voice .bleed-panel{grid-template-columns:1fr}}.p-voice .audio-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.9rem}.p-voice .audio-tab{display:flex;flex-direction:column;gap:.2rem;min-height:52px;padding:.75rem 1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease}.p-voice .audio-tab:hover{border-color:var(--line-hi);background:var(--surface)}.p-voice .audio-tab.is-active{border-color:var(--line-hi);background:var(--surface-hi);box-shadow:inset 2px 0 0 var(--accent)}.p-voice .audio-tab-trade{font-size:.9rem;font-weight:600;color:var(--ink-2);transition:color .2s ease}.p-voice .audio-tab.is-active .audio-tab-trade{color:var(--ink-0)}.p-voice .audio-tab-biz{font-size:.76rem;color:var(--ink-3)}.p-voice .audio-panel{padding:clamp(1.1rem,2.6vw,1.75rem)}.p-voice .audio-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1.1rem;border-bottom:1px solid var(--line)}.p-voice .audio-player{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--line)}.p-voice .audio-play{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;border:0;border-radius:50%;background:var(--accent);color:var(--accent-ink);cursor:pointer;transition:filter .2s ease,transform .15s ease}.p-voice .audio-play:hover{filter:brightness(1.06)}.p-voice .audio-play:active{transform:scale(.96)}.p-voice .audio-play:disabled{opacity:.4;cursor:default}.p-voice .audio-track{flex:1;min-width:0}.p-voice .audio-meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.55rem}.p-voice .audio-scenario{font-size:.86rem;color:var(--ink-2);min-width:0}.p-voice .audio-time{font-size:.78rem;color:var(--ink-3);flex-shrink:0}.p-voice .audio-wave-wrap{position:relative}.p-voice .audio-wave{display:flex;align-items:center;gap:2px;height:34px}.p-voice .audio-bar{flex:1;min-width:1px;height:calc(var(--h) * 100%);border-radius:99px;background:var(--n-800);transition:background .15s ease}.p-voice .audio-bar.is-past{background:var(--accent-deep)}.p-voice .audio-wave.is-playing .audio-bar.is-past{background:var(--accent-dim);animation:v-audio-bar 1.1s ease-in-out infinite;animation-delay:calc(var(--i) * 14ms)}@keyframes v-audio-bar{0%,to{transform:scaleY(1)}50%{transform:scaleY(.82)}}.p-voice .audio-scrub{position:absolute;top:-6px;right:0;bottom:-6px;left:0;width:100%;height:calc(100% + 12px);margin:0;opacity:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.p-voice .audio-scrub:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.p-voice .audio-failed{margin-bottom:1rem;font-size:.85rem;color:var(--caution)}.p-voice .audio-transcript{display:flex;flex-direction:column;gap:.15rem;max-height:380px;overflow-y:auto;padding-right:.4rem}.p-voice .audio-cue{display:grid;grid-template-columns:108px minmax(0,1fr);gap:0 1rem;align-items:baseline;padding:.5rem .6rem;border-radius:var(--radius-sm);border-left:2px solid transparent;transition:background .25s ease,border-color .25s ease}.p-voice .audio-cue.is-current{background:var(--surface-hi);border-left-color:var(--accent)}.p-voice .audio-cue-btn{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.p-voice .audio-cue-btn.is-static{cursor:default}.p-voice .audio-cue-who{font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);transition:color .25s ease}.p-voice .audio-cue.is-agent .audio-cue-who{color:var(--ink-2)}.p-voice .audio-cue.is-current .audio-cue-who{color:var(--accent)}.p-voice .audio-cue-at{font-size:.72rem;color:var(--ink-3);opacity:.75}.p-voice .audio-cue-text{font-size:.92rem;line-height:1.65;color:var(--ink-2);transition:color .25s ease}.p-voice .audio-cue.is-agent .audio-cue-text{color:var(--ink-1)}.p-voice .audio-cue.is-current .audio-cue-text{color:var(--ink-0)}.p-voice .audio-outcomes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:1.35rem;padding-top:1.35rem;border-top:1px solid var(--line)}.p-voice .audio-outcome{padding:.7rem .85rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line)}.p-voice .audio-outcome-label{display:block;margin-bottom:.25rem;font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.p-voice .audio-outcome-value{display:block;font-size:.84rem;font-weight:600;line-height:1.45;color:var(--ink-1)}@media (max-width: 760px){.p-voice .audio-tabs,.p-voice .audio-outcomes{grid-template-columns:1fr}.p-voice .audio-cue{grid-template-columns:1fr;gap:.15rem}.p-voice .audio-cue-btn{width:100%}}@media (prefers-reduced-motion: reduce){.p-voice .audio-wave.is-playing .audio-bar.is-past{animation:none}}.p-voice .caps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.p-voice .caps-grid>.reveal{display:flex}.p-voice .cap{display:flex;flex-direction:column;width:100%;padding:1.6rem 1.5rem}.p-voice .cap-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--glass-rim)}.p-voice .cap-kicker{font-family:var(--font-accent);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);padding-top:.45rem}.p-voice .cap-stat{text-align:right;line-height:1.1}.p-voice .cap-stat strong{display:block;font-family:var(--font-accent);font-size:1.5rem;font-weight:700;color:var(--ink-0)}.p-voice .cap-stat em{display:block;margin-top:.15rem;font-style:normal;font-size:.68rem;letter-spacing:.06em;color:var(--ink-3)}.p-voice .cap h3{font-size:1.12rem;margin-bottom:.6rem}.p-voice .cap p{font-size:.88rem;color:var(--ink-2)}@media (max-width: 960px){.p-voice .caps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.p-voice .caps-grid{grid-template-columns:1fr}}.p-voice .persona-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(1.6rem,4vw,3rem);padding:clamp(1.5rem,3.5vw,2.4rem)}.p-voice .persona-controls{display:flex;flex-direction:column;gap:1.6rem}.p-voice .persona-label{display:block;margin-bottom:.65rem;font-family:var(--font-accent);font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3)}.p-voice .persona-chips{display:flex;flex-wrap:wrap;gap:.45rem}.p-voice .persona-chip{min-height:44px;padding:.45rem .9rem;border-radius:var(--radius-pill);border:1px solid var(--line);background:transparent;color:var(--ink-3);font-family:var(--font-accent);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.p-voice .persona-chip:hover{color:var(--ink-0);border-color:var(--line-hi)}.p-voice .persona-chip.is-active{color:var(--accent-ink);background:var(--accent);border-color:var(--accent)}.p-voice .persona-input{min-height:46px;width:100%;max-width:260px;margin-top:.65rem;padding:.6rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--n-850);color:var(--ink-0);font-family:var(--font-main);font-size:.92rem;transition:border-color .2s ease}.p-voice .persona-input.is-wide{max-width:340px;margin-top:0}.p-voice .persona-input::placeholder{color:var(--ink-3)}.p-voice .persona-input:focus{outline:none;border-color:var(--line-hi)}.p-voice .persona-voices{display:flex;flex-direction:column;gap:.5rem}.p-voice .persona-voice{display:block;width:100%;padding:.75rem .95rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:transparent;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease}.p-voice .persona-voice:hover{border-color:var(--line-hi);background:var(--surface)}.p-voice .persona-voice.is-active{border-color:var(--line-hi);background:var(--surface-hi);box-shadow:inset 2px 0 0 var(--accent)}.p-voice .persona-voice strong{display:block;font-family:var(--font-accent);font-size:.92rem;font-weight:600;color:var(--ink-2);transition:color .2s ease}.p-voice .persona-voice.is-active strong{color:var(--ink-0)}.p-voice .persona-voice em{display:block;margin-top:.2rem;font-style:normal;font-size:.79rem;line-height:1.55;color:var(--ink-3)}.p-voice .persona-preview{display:flex;flex-direction:column;justify-content:center;padding:1.5rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}.p-voice .persona-preview-label{font-family:var(--font-accent);font-size:.64rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3)}.p-voice .persona-wave{display:flex;align-items:center;justify-content:center;gap:3px;height:48px;margin:1.3rem 0}.p-voice .persona-wave span{width:3px;height:100%;border-radius:99px;background:var(--accent-deep);transform-origin:center;transform:scaleY(.12);animation:v-persona-talk var(--speed) ease-in-out infinite;animation-delay:var(--delay)}@keyframes v-persona-talk{0%,to{transform:scaleY(.12)}50%{transform:scaleY(var(--peak))}}.p-voice .persona-greeting{min-height:4.6em;font-family:var(--font-accent);font-size:clamp(1.02rem,2vw,1.22rem);font-weight:500;line-height:1.55;color:var(--ink-0)}.p-voice .persona-caret{display:inline-block;width:2px;height:.95em;margin-left:2px;vertical-align:text-bottom;background:var(--ink-3);animation:v-blink 1s steps(2) infinite}.p-voice .persona-preview-note{margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--ink-3)}.p-voice .persona-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;margin-top:1.2rem}.p-voice .persona-point{padding:1.3rem 1.4rem;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface)}.p-voice .persona-point h3{font-size:1rem;margin-bottom:.5rem}.p-voice .persona-point p{font-size:.87rem;color:var(--ink-2)}@media (max-width: 900px){.p-voice .persona-panel,.p-voice .persona-points{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.p-voice .persona-wave span{animation:none;transform:scaleY(.14)}.p-voice .persona-caret{display:none}.p-voice .persona-greeting{min-height:0}}.p-voice .steps-list{display:flex;flex-direction:column;max-width:760px}.p-voice .step{display:grid;grid-template-columns:56px 1fr;gap:1.5rem;padding-bottom:2.4rem;opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.p-voice .step.is-in{opacity:1;transform:none}.p-voice .step.is-last{padding-bottom:0}.p-voice .step-marker{position:relative;display:flex;flex-direction:column;align-items:center}.p-voice .step-n{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border-radius:50%;border:1px solid var(--line);background:var(--surface);font-family:var(--font-accent);font-size:.84rem;font-weight:600;color:var(--ink-3);transition:color .4s ease .2s,border-color .4s ease .2s}.p-voice .step.is-in .step-n{color:var(--ink-0);border-color:var(--line-hi)}.p-voice .step-line{flex:1;width:1px;margin-top:.6rem;background:linear-gradient(180deg,var(--line-hi),transparent);transform:scaleY(0);transform-origin:top;transition:transform .8s cubic-bezier(.2,.8,.2,1) .25s}.p-voice .step.is-in .step-line{transform:scaleY(1)}.p-voice .step-head{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap;margin-bottom:.5rem}.p-voice .step-head h3{font-size:1.2rem}.p-voice .step-time{padding:.2rem .6rem;border-radius:var(--radius-pill);background:#ffffff0d;font-family:var(--font-accent);font-size:.72rem;color:var(--ink-3)}.p-voice .step-body p{font-size:.92rem;color:var(--ink-2);max-width:58ch}@media (max-width: 600px){.p-voice .step{grid-template-columns:42px 1fr;gap:1rem}.p-voice .step-n{width:38px;height:38px;font-size:.76rem}}@media (prefers-reduced-motion: reduce){.p-voice .step{opacity:1;transform:none}.p-voice .step-line{transform:scaleY(1)}}.p-voice .pricing-toggle{display:inline-flex;gap:.25rem;margin-top:2rem;padding:.3rem;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--line)}.p-voice .pricing-toggle button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.6rem 1.25rem;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--ink-3);font-family:var(--font-accent);font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease}.p-voice .pricing-toggle button.is-active{color:var(--accent-ink);background:var(--accent)}.p-voice .pricing-toggle-save{padding:.15rem .5rem;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--positive) 22%,transparent);color:var(--positive);font-size:.68rem;letter-spacing:.03em;transition:background .2s ease,color .2s ease}.p-voice .pricing-toggle button.is-active .pricing-toggle-save{background:#11111224;color:var(--accent-ink)}.p-voice .pricing-grid{scroll-margin-top:calc(var(--nav-h) + 28px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.p-voice .pricing-grid>.reveal{display:flex}.p-voice .plan{display:flex;flex-direction:column;width:100%;padding:1.8rem 1.5rem}.p-voice .plan.is-popular{border-color:var(--line-hi);background:var(--surface-hi)}.p-voice .plan.is-targeted{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.p-voice .plan{scroll-margin-top:calc(var(--nav-h) + 20px);scroll-margin-bottom:20px}.p-voice .plan-badge{align-self:flex-start;margin-bottom:.9rem;padding:.32rem .75rem;border-radius:var(--radius-pill);background:var(--accent);color:var(--accent-ink);font-family:var(--font-accent);font-size:.68rem;font-weight:600;letter-spacing:.04em}.p-voice .plan-badge-slot{height:1.62rem;margin-bottom:.9rem}.p-voice .plan-name{font-size:1.35rem;font-weight:600}.p-voice .plan-blurb{margin-top:.5rem;font-size:.9rem;color:var(--ink-2);min-height:3.1em}.p-voice .plan-price{display:flex;align-items:baseline;gap:.35rem;margin-top:1.4rem}.p-voice .plan-price-value{font-family:var(--font-accent);font-size:clamp(2.2rem,4vw,2.75rem);font-weight:600;line-height:1;color:var(--ink-0)}.p-voice .plan-price-unit{font-size:.95rem;color:var(--ink-3)}.p-voice .plan-price-note{margin-top:.5rem;font-size:.8rem;color:var(--ink-3);min-height:2.4em}.p-voice .plan-fit{margin:1.1rem 0;min-height:3.6em;display:flex;align-items:center;padding:.6rem .8rem;border-radius:var(--radius-sm);background:var(--surface);font-size:.78rem;color:var(--ink-2)}.p-voice .plan-includes{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.6rem;flex:1}.p-voice .plan-includes li{display:flex;align-items:flex-start;gap:.6rem;font-size:.87rem;color:var(--ink-1);line-height:1.55}.p-voice .plan-includes svg{flex-shrink:0;margin-top:.22em;color:var(--ink-3)}.p-voice .plan.is-popular .plan-includes svg{color:var(--positive)}.p-voice .plan-actions{margin-top:auto}.p-voice .plan-alt{display:block;padding:.7rem .5rem;margin-top:.3rem;text-align:center;font-size:.8rem;color:var(--ink-3);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.p-voice .plan-alt:hover{color:var(--ink-0)}.p-voice .pricing-fine{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--line)}.p-voice .pricing-fine-item h4{font-size:.96rem;margin-bottom:.5rem;color:var(--ink-0)}.p-voice .pricing-fine-item p{font-size:.85rem;color:var(--ink-2)}.p-voice .pricing-footnote{margin-top:2rem;text-align:center;font-size:.84rem;color:var(--ink-3)}.p-voice .pricing-footnote a{color:var(--ink-1);text-decoration:underline;text-underline-offset:3px}.p-voice .pricing-swipe-hint,.p-voice .pricing-dots{display:none}@media (max-width: 960px){.p-voice .pricing-fine{grid-template-columns:1fr}.p-voice .pricing-grid{display:grid;grid-auto-flow:column;grid-auto-columns:min(82%,340px);grid-template-columns:none;gap:.9rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;margin-inline:calc(50% - 50vw);padding:.25rem max(4vw,1rem) .5rem;scrollbar-width:none}.p-voice .pricing-grid::-webkit-scrollbar{display:none}.p-voice .pricing-grid>.reveal{scroll-snap-align:center;min-width:0}.p-voice .pricing-swipe-hint{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;font-family:var(--font-accent);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.p-voice .pricing-swipe-hint:after{content:"";width:26px;height:1px;background:linear-gradient(90deg,var(--ink-3),transparent);animation:v-swipe-nudge 1.9s ease-in-out infinite}.p-voice .pricing-dots{display:flex;justify-content:center;gap:.4rem;margin-top:1.1rem}.p-voice .pricing-dot{min-height:44px;padding:.4rem .85rem;border:1px solid var(--line);border-radius:var(--radius-pill);background:transparent;color:var(--ink-3);font-family:var(--font-accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.p-voice .pricing-dot.is-active{color:var(--ink-0);border-color:var(--line-hi);background:var(--surface-hi)}.p-voice .plan{padding:1.5rem 1.25rem}}@keyframes v-swipe-nudge{0%,to{transform:translate(0);opacity:.5}50%{transform:translate(5px);opacity:1}}@media (prefers-reduced-motion: reduce){.p-voice .pricing-swipe-hint:after{animation:none}}.p-voice .proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-bottom:1.2rem}.p-voice .proof-card{padding:1.5rem 1.4rem;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface)}.p-voice .proof-stat{display:block;font-family:var(--font-accent);font-size:1.95rem;font-weight:600;line-height:1;color:var(--ink-0)}.p-voice .proof-label{display:block;margin:.6rem 0 .7rem;font-family:var(--font-accent);font-size:.86rem;font-weight:600;color:var(--ink-0)}.p-voice .proof-card p{font-size:.86rem;color:var(--ink-2)}.p-voice .proof-note{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.6rem,3.5vw,2.4rem)}.p-voice .proof-note h3{font-size:1.3rem;margin-bottom:.9rem}.p-voice .proof-note-body p{font-size:.92rem;color:var(--ink-2);max-width:66ch}.p-voice .proof-note-body p+p{margin-top:.9rem}.p-voice .proof-reference{margin-top:1.2rem!important;padding:.9rem 1.1rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);color:var(--ink-1)!important}.p-voice .proof-reference strong{color:var(--ink-0)}@media (max-width: 960px){.p-voice .proof-grid,.p-voice .proof-note{grid-template-columns:1fr}}.p-voice .faq-list{display:flex;flex-direction:column;gap:.7rem;max-width:860px}.p-voice .faq-item{border-radius:var(--radius);border:1px solid var(--glass-rim);background:var(--glass-fill);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;transition:border-color .4s ease,background .4s ease}.p-voice .faq-item:hover{border-color:var(--glass-rim-hi)}.p-voice .faq-item.is-open{border-color:color-mix(in srgb,var(--accent) 38%,transparent);background:color-mix(in srgb,var(--accent) 4%,var(--glass-fill))}.p-voice .faq-q{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1.15rem 1.4rem;border:0;background:transparent;text-align:left;cursor:pointer;font-family:var(--font-accent);font-size:1rem;font-weight:600;color:var(--ink-0);transition:color .3s ease}.p-voice .faq-item.is-open .faq-q{color:var(--accent)}.p-voice .faq-icon{position:relative;flex-shrink:0;width:18px;height:18px}.p-voice .faq-icon i{position:absolute;top:50%;left:0;width:100%;height:1.5px;border-radius:2px;background:currentColor;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.p-voice .faq-icon i:last-child{transform:rotate(90deg)}.p-voice .faq-item.is-open .faq-icon i:last-child{transform:rotate(0)}.p-voice .faq-a{height:0;overflow:hidden;transition:height .42s cubic-bezier(.2,.8,.2,1)}.p-voice .faq-a p{padding:0 1.4rem 1.35rem;font-size:.91rem;color:var(--ink-2);max-width:72ch}@media (prefers-reduced-motion: reduce){.p-voice .faq-a{transition:none}}.p-voice .contact-card{padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,5vw,4rem);text-align:center}.p-voice .contact-inner{display:flex;flex-direction:column;align-items:center}.p-voice .contact-title{font-size:clamp(1.8rem,3.8vw,2.6rem);font-weight:600;max-width:18ch}.p-voice .contact-sub{margin-top:1.1rem;max-width:54ch;color:var(--ink-2);font-size:1.02rem}.p-voice .contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:2.2rem}.p-voice .contact-email{margin-top:1.6rem;font-size:.86rem;color:var(--ink-3)}.p-voice .contact-email a{color:var(--ink-1);text-decoration:underline;text-underline-offset:3px}.p-voice .footer{position:relative;z-index:1;padding:3rem 0 2rem;border-top:1px solid var(--line);background:var(--bg)}.p-voice .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.p-voice .footer-name{display:block;font-family:var(--font-accent);font-size:1.1rem;font-weight:600;color:var(--ink-0)}.p-voice .footer-by{display:block;margin-top:.2rem;font-size:.8rem;color:var(--ink-3)}.p-voice .footer-mid{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;font-size:.86rem;color:var(--ink-2)}.p-voice .footer-mid a{transition:color .2s ease}.p-voice .footer-mid a:hover{color:var(--ink-0)}.p-voice .footer-social{display:flex;gap:.6rem}.p-voice .footer-social a{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);color:var(--ink-3);font-size:1rem;transition:color .2s ease,border-color .2s ease}.p-voice .footer-social a:hover{color:var(--ink-0);border-color:var(--line-hi)}.p-voice .footer-legal{width:var(--shell);margin:2.2rem auto 0;padding-top:1.4rem;border-top:1px solid var(--glass-rim);font-size:.78rem;color:var(--ink-3)}@media (max-width: 720px){.p-voice .footer-inner{flex-direction:column;align-items:flex-start}}.p-text{--bg: var(--n-950);--bg-raised: var(--n-900);--panel: var(--surface);--panel-line: var(--line);--ink: var(--n-0);--ink-2: var(--n-300);--ink-3: var(--n-500);--accent-soft: var(--n-0);--sms: #4a6f93;--whatsapp: #4e7d5f;--warn: var(--caution);--danger: var(--alarm);--maxw: 1100px;--font: var(--font-main);--display: var(--font-main)}.p-text *{box-sizing:border-box}.p-text{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){.p-text{scroll-behavior:auto}.p-text *,.p-text *:before,.p-text *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.p-text{margin:0;background:var(--bg);color:var(--ink-2);font-family:var(--font);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}.p-text h1,.p-text h2,.p-text h3{font-family:var(--display);color:var(--ink);line-height:1.12;letter-spacing:-.021em;margin:0}.p-text h1{font-size:clamp(2.1rem,4.6vw,3.3rem);font-weight:600}.p-text h2{font-size:clamp(1.7rem,3.2vw,2.35rem);font-weight:600}.p-text h3{font-size:1.08rem;font-weight:600;letter-spacing:-.01em}.p-text p{margin:0}.p-text a{color:inherit}.p-text .wrap{width:min(100% - 2.5rem,var(--maxw));margin-inline:auto}.p-text section{padding:clamp(4rem,8vw,6.5rem) 0;position:relative}.p-text .eyebrow{display:inline-flex;align-items:center;gap:.65rem;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-3);margin-bottom:1.15rem}.p-text .eyebrow:before{content:"";width:22px;height:1px;background:currentColor;opacity:.55}.p-text .lede{color:var(--ink-2);font-size:1.03rem;max-width:46ch}.p-text .section-head{display:grid;gap:1.75rem 4rem;align-items:start;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);margin-bottom:3rem}@media (max-width: 880px){.p-text .section-head{grid-template-columns:1fr}}.p-text .card{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);padding:1.5rem;transition:border-color .25s ease,background .25s ease}.p-text .card:hover{border-color:var(--line-hi);background:var(--surface-hi)}.p-text .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.8rem 1.45rem;border-radius:999px;font:inherit;font-weight:600;font-size:.94rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:filter .15s ease,background .15s ease,border-color .15s ease}.p-text .btn:active{transform:translateY(1px)}.p-text .btn-primary{background:var(--accent);color:var(--accent-ink)}.p-text .btn-primary:hover{filter:brightness(1.06)}.p-text .btn-ghost{background:transparent;border-color:var(--panel-line);color:var(--ink)}.p-text .btn-ghost:hover{border-color:var(--line-hi);background:var(--surface)}.p-text :where(a,.p-text button,.p-text input,.p-text textarea):focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.p-text .muted{color:var(--ink-3);font-size:.85rem}.p-text .aurora{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.p-text .aurora span{position:absolute;display:block}.p-text .aurora-a{inset:0 0 auto 0;height:78vh;background:linear-gradient(180deg,rgba(255,255,255,.036) 0%,rgba(255,255,255,.012) 42%,transparent 100%)}.p-text .aurora-b{display:none}.p-text .aurora-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;background-image:radial-gradient(rgba(255,255,255,.016) 1px,transparent 1px);background-size:3px 3px}.p-text .nav{position:sticky;top:0;z-index:40;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease;border-bottom:1px solid transparent}.p-text .nav.stuck{background:#0a0a0bd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--panel-line)}.p-text .nav-inner{display:flex;align-items:center;gap:2rem;height:var(--nav-h)}.p-text .nav-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.p-text .nav-brand span{display:flex;flex-direction:column;line-height:1.15}.p-text .nav-brand strong{font-family:var(--display);font-size:1rem;font-weight:600;color:var(--ink)}.p-text .nav-brand small{font-size:.66rem;color:var(--ink-3);letter-spacing:.02em}.p-text .nav-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.p-text .nav-links{display:flex;gap:1.6rem;margin-left:auto}.p-text .nav-links a{text-decoration:none;font-size:.875rem;color:var(--ink-3);transition:color .15s ease}.p-text .nav-links a:hover{color:var(--ink)}.p-text .nav-actions{display:flex;align-items:center;gap:1.1rem;margin-left:auto}.p-text .nav-phone{font-size:.86rem;font-weight:600;line-height:1;color:var(--ink-2);text-decoration:none;font-variant-numeric:tabular-nums;transition:color .2s ease;white-space:nowrap}.p-text .nav-phone:hover{color:var(--ink)}.p-text .nav-cta{height:38px;padding:.62rem 1.15rem;font-size:.86rem;line-height:1}.p-text .nav-burger{display:none;width:38px;height:38px;flex:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:var(--radius-sm);cursor:pointer;background:var(--surface-hi);border:1px solid var(--panel-line)}.p-text .nav-burger span{display:block;width:16px;height:1.5px;border-radius:2px;background:var(--ink);transition:transform .28s ease}.p-text .nav-burger.is-open span:first-child{transform:translateY(3.25px) rotate(45deg)}.p-text .nav-burger.is-open span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.p-text .nav-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0a0a0bb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .28s ease}.p-text .nav-sheet.is-open{opacity:1;pointer-events:auto}.p-text .nav-sheet-inner{display:flex;flex-direction:column;justify-content:center;width:min(84vw,340px);height:100%;padding:1.5rem 1.6rem;background:var(--n-900);border-left:1px solid var(--panel-line);transform:translate(100%);transition:transform .32s cubic-bezier(.2,.85,.3,1)}.p-text .nav-sheet.is-open .nav-sheet-inner{transform:none}.p-text .nav-sheet-inner>*{opacity:0;transform:translate(14px);transition:opacity .3s ease,transform .3s ease;transition-delay:calc(var(--i) * .04s + .08s)}.p-text .nav-sheet.is-open .nav-sheet-inner>*{opacity:1;transform:none}.p-text .nav-sheet-inner>a:not(.btn){padding:.95rem 0;font-family:var(--display);font-size:1.2rem;font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--panel-line)}.p-text .nav-sheet-cta{margin-top:1.2rem;width:100%}.p-text .btn-block{display:flex;width:100%}.p-text .nav-sheet-phone{border-bottom:none;margin-top:.9rem;text-align:center;font-size:.95rem;font-weight:600;color:var(--ink-2);text-decoration:none}@media (max-width: 1040px){.p-text .nav-links{display:none}.p-text .nav-burger{display:flex}}@media (max-width: 560px){.p-text .nav-phone,.p-text .nav-cta{display:none}}@media (prefers-reduced-motion: reduce){.p-text .nav-sheet-inner,.p-text .nav-sheet-inner>*{transition-duration:.01ms}}@media (max-width: 560px){.p-text .nav-brand strong{font-size:.9rem}.p-text .nav-brand small{font-size:.6rem}}.p-text .hero{padding-top:clamp(3rem,7vw,5rem);padding-bottom:clamp(4rem,8vw,6.5rem)}.p-text .hero-grid{display:grid;gap:clamp(2.5rem,5vw,4.5rem);grid-template-columns:minmax(0,1fr) 420px;align-items:center}.p-text .hero-copy,.p-text .hero-demo{min-width:0}@media (max-width: 1000px){.p-text .hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center}.p-text .hero-copy{max-width:620px}.p-text .hero-points,.p-text .hero-actions{justify-content:center}}.p-text h1{color:var(--ink-2)}.p-text .hero-accent{color:var(--ink)}.p-text .hero-lede{margin-top:1.4rem;max-width:52ch}.p-text .hero-actions{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.p-text .hero-sub{margin-top:.9rem}.p-text .hero-sub a{color:var(--ink);text-decoration:underline;text-underline-offset:3px;font-weight:600}.p-text .hero-sub a:hover{color:var(--accent)}.p-text .hero-points{list-style:none;padding:0;margin:2.2rem 0 0;display:flex;flex-wrap:wrap;gap:.55rem 1.6rem;border-top:1px solid var(--panel-line);padding-top:1.5rem}.p-text .hero-points li{position:relative;padding-left:1rem;font-size:.875rem;color:var(--ink-2)}.p-text .hero-points li:before{content:"";position:absolute;left:0;top:.65em;width:4px;height:4px;border-radius:50%;background:var(--ink-3)}.p-text .hero-demo{display:flex;justify-content:center;scroll-margin-top:90px}.p-text .hero-sep{margin:0 .5rem;opacity:.5}.p-text .demo{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.p-text .demo-bar{display:flex;align-items:center;gap:.6rem}.p-text .demo-close{font:inherit;font-size:.8rem;font-weight:600;padding:.42rem .9rem;border-radius:999px;cursor:pointer;background:var(--surface-hi);border:1px solid var(--panel-line);color:var(--ink-2)}.p-text .demo-close:hover{color:var(--ink);border-color:var(--line-hi)}.p-text .demo-hold{width:100%}.p-text .demo-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0a0a0bbd;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:t-fade-in .2s ease-out}@keyframes t-fade-in{0%{opacity:0}to{opacity:1}}.p-text .demo.is-expanded{position:fixed;z-index:91;top:50%;left:50%;transform:translate(-50%,-50%);width:min(100% - 2rem,520px);max-height:min(100vh - 2rem,900px);animation:t-lift .24s cubic-bezier(.2,.9,.3,1)}@keyframes t-lift{0%{opacity:0;transform:translate(-50%,-46%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.p-text .demo.is-expanded .phone{max-width:520px;height:min(68vh,620px)}@media (prefers-reduced-motion: reduce){.p-text .demo.is-expanded,.p-text .demo-backdrop{animation:none}}.p-text .demo-switch{display:inline-flex;padding:4px;gap:4px;background:var(--surface);border:1px solid var(--panel-line);border-radius:999px}.p-text .demo-switch-btn{border:0;background:transparent;color:var(--ink-3);font:inherit;font-size:.85rem;font-weight:600;padding:.45rem 1.1rem;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.p-text .demo-switch-btn.on{background:var(--accent);color:var(--accent-ink)}.p-text .is-wa .demo-switch-btn.on{background:var(--whatsapp);color:#f2f7f3}.p-text .phone{width:100%;max-width:380px;height:620px;display:flex;flex-direction:column;background:var(--n-900);border:1px solid var(--line-hi);border-radius:28px;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.p-text .is-wa .phone{background:#111413}.p-text .phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:108px;height:22px;border-radius:999px;background:#000;z-index:3}.p-text .phone-head{display:flex;align-items:center;gap:.7rem;padding:2.5rem 1rem .85rem;border-bottom:1px solid var(--panel-line);background:var(--surface)}.p-text .phone-avatar{width:34px;height:34px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--n-800);color:var(--ink);font-weight:600;font-size:.9rem}.p-text .phone-who{display:flex;flex-direction:column;line-height:1.25;min-width:0}.p-text .phone-who strong{font-size:.9rem;font-weight:600;color:var(--ink)}.p-text .phone-who span{font-size:.735rem;color:var(--ink-3)}.p-text .phone-live{margin-left:auto;font-size:.62rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px}.p-text .phone-live.on{color:var(--positive);background:color-mix(in srgb,var(--positive) 14%,transparent)}.p-text .phone-live.off{color:var(--warn);background:color-mix(in srgb,var(--warn) 14%,transparent)}.p-text .phone-body{flex:1;overflow-y:auto;padding:1rem .9rem;display:flex;flex-direction:column;gap:.45rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}.p-text .phone-body::-webkit-scrollbar{width:6px}.p-text .phone-body::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:99px}.p-text .bubble{max-width:82%;padding:.58rem .85rem;border-radius:16px;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;animation:t-pop .22s ease-out}@keyframes t-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.p-text .bubble.theirs{align-self:flex-start;background:var(--n-800);color:var(--ink);border-bottom-left-radius:5px}.p-text .bubble.mine{align-self:flex-end;background:var(--sms);color:#eef3f8;border-bottom-right-radius:5px}.p-text .is-wa .bubble.mine{background:var(--whatsapp);color:#eff5f1}.p-text .is-wa .bubble.theirs{background:#1b201d}.p-text .bubble.typing{display:flex;gap:4px;padding:.75rem .9rem}.p-text .bubble.typing span{width:6px;height:6px;border-radius:50%;background:var(--ink-3);animation:t-blink 1.3s infinite}.p-text .bubble.typing span:nth-child(2){animation-delay:.2s}.p-text .bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes t-blink{0%,60%,to{opacity:.25}30%{opacity:1}}.p-text .chip{align-self:center;display:inline-flex;align-items:center;gap:.45rem;font-size:.7rem;font-weight:600;letter-spacing:.01em;padding:.3rem .7rem;margin:.15rem 0;border-radius:999px;background:color-mix(in srgb,var(--positive) 10%,transparent);border:1px solid color-mix(in srgb,var(--positive) 28%,transparent);color:var(--positive);animation:t-pop .22s ease-out}.p-text .chip-owner{background:color-mix(in srgb,var(--warn) 10%,transparent);border-color:color-mix(in srgb,var(--warn) 30%,transparent);color:var(--warn)}.p-text .chip-icon{opacity:.85}.p-text .phone-empty{margin:auto;text-align:center;color:var(--ink-3);display:flex;flex-direction:column;gap:.9rem;align-items:center;font-size:.875rem;padding:1rem}.p-text .phone-compose{display:flex;gap:.5rem;padding:.7rem;border-top:1px solid var(--panel-line);background:var(--surface)}.p-text .phone-compose input{flex:1;min-width:0;background:var(--n-850);border:1px solid var(--panel-line);border-radius:999px;padding:.6rem .95rem;color:var(--ink);font:inherit;font-size:.875rem}.p-text .phone-compose input::placeholder{color:var(--ink-3)}.p-text .phone-compose input:disabled{opacity:.55}.p-text .phone-send{flex:none;width:36px;height:36px;border-radius:50%;border:0;cursor:pointer;font-size:1.05rem;font-weight:700;background:var(--accent);color:var(--accent-ink);transition:opacity .15s ease}.p-text .phone-send:disabled{opacity:.35;cursor:default}.p-text .demo-prompts{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center;max-width:420px}.p-text .prompt{font:inherit;font-size:.775rem;font-weight:500;padding:.4rem .8rem;border-radius:999px;cursor:pointer;background:var(--surface);border:1px solid var(--panel-line);color:var(--ink-2);transition:border-color .15s ease,color .15s ease}.p-text .prompt:hover:not(:disabled){border-color:var(--line-hi);color:var(--ink)}.p-text .prompt:disabled{opacity:.4;cursor:default}.p-text .prompt-reset{color:var(--ink-3)}.p-text .demo-note{max-width:400px;text-align:center;line-height:1.55}.p-text .demo.mode-page{max-width:560px}.p-text .demo.mode-page .phone{max-width:520px;height:min(70vh,660px)}.p-text .demo.mode-page .demo-prompts{max-width:520px}.p-text .demo-capped{display:flex;flex-direction:column;align-items:center;gap:.85rem;max-width:420px;text-align:center;padding:1rem 1.1rem;border:1px solid color-mix(in srgb,var(--warn) 30%,transparent);background:color-mix(in srgb,var(--warn) 8%,transparent);border-radius:var(--radius-sm)}.p-text .demo-capped p{font-size:.86rem;color:var(--ink-2);line-height:1.55}.p-text .demo-capped .btn{padding:.6rem 1.2rem;font-size:.875rem}@media (max-width: 520px){.p-text .phone{height:560px;border-radius:24px}.p-text .demo.is-expanded{width:calc(100% - 1.5rem);max-height:calc(100vh - 1.5rem)}.p-text .demo.is-expanded .phone{height:62vh}}.p-text .grid-2{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.p-text .grid-3{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 940px){.p-text .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.p-text .grid-2,.p-text .grid-3{grid-template-columns:1fr}}.p-text .band{background:linear-gradient(180deg,transparent,rgba(255,255,255,.018) 18%,transparent)}.p-text .note{margin-top:1.75rem;color:var(--ink-3);font-size:.85rem;max-width:72ch;line-height:1.7}.p-text .channel{display:flex;flex-direction:column;gap:.85rem}.p-text .channel p{color:var(--ink-2);font-size:.94rem}.p-text .channel-tag{align-self:flex-start;font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px}.p-text .channel-sms .channel-tag{background:#4a6f9338;color:#9fbcd8}.p-text .channel-whatsapp .channel-tag{background:#4e7d5f38;color:#9fc9ae}.p-text .feature{display:flex;flex-direction:column;gap:.55rem}.p-text .feature p{color:var(--ink-2);font-size:.9rem}.p-text .feature-stat{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;margin-bottom:.35rem;border-bottom:1px solid var(--panel-line)}.p-text .feature-stat strong{font-family:var(--display);font-size:1.55rem;font-weight:600;color:var(--ink)}.p-text .feature-stat span{font-size:.72rem;color:var(--ink-3);text-align:right}.p-text .trigger{display:flex;flex-direction:column;gap:.6rem}.p-text .trigger p{color:var(--ink-2);font-size:.94rem}.p-text .trigger-tag{align-self:flex-start;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.p-text .trigger-detail{margin-top:.35rem;padding-top:.7rem;border-top:1px dashed var(--panel-line);color:var(--ink-3)!important;font-size:.82rem!important}.p-text .guardrails{gap:1.75rem 3rem}.p-text .guardrail{padding-left:1.15rem;border-left:2px solid var(--line-hi)}.p-text .guardrail h3{margin-bottom:.4rem}.p-text .guardrail p{color:var(--ink-2);font-size:.92rem}.p-text .steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.9rem;max-width:760px}.p-text .steps li{display:flex;gap:1.15rem}.p-text .steps-n{flex:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--panel-line);background:var(--surface);color:var(--ink-2);font-size:.82rem;font-weight:600;letter-spacing:.04em}.p-text .steps h3{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;margin-bottom:.4rem}.p-text .steps h3 em{font-style:normal;font-size:.7rem;font-weight:600;padding:.18rem .55rem;border-radius:999px;background:var(--surface-hi);color:var(--ink-3)}.p-text .steps p{color:var(--ink-2);font-size:.94rem}.p-text .tiers{align-items:stretch}.p-text .tier{display:flex;flex-direction:column;gap:.5rem;position:relative}.p-text .tier.featured{border-color:var(--line-hi);background:var(--surface-hi)}.p-text .tier-flag{position:absolute;top:-10px;left:1.5rem;font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:var(--accent-ink);padding:.2rem .6rem;border-radius:999px}.p-text .tier-tagline{color:var(--ink-3);font-size:.84rem}.p-text .tier-price{display:flex;align-items:baseline;gap:.25rem;margin:.6rem 0 .5rem}.p-text .tier-price strong{font-family:var(--display);font-size:2.3rem;font-weight:600;color:var(--ink)}.p-text .tier-price span{color:var(--ink-3);font-size:.9rem}.p-text .tier ul{list-style:none;margin:.4rem 0 1.4rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.p-text .tier li{position:relative;padding-left:1.35rem;font-size:.885rem;color:var(--ink-2)}.p-text .tier li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--ink-3);font-size:.82rem;font-weight:600}.p-text .tier.featured li:before{color:var(--positive)}.p-text .tier-cta{margin-top:auto;width:100%}.p-text .proof{max-width:760px}.p-text .proof h2{margin-bottom:1.1rem}.p-text .proof .lede{max-width:none}.p-text .faq{display:flex;flex-direction:column;border-top:1px solid var(--panel-line);max-width:860px}.p-text .faq-item{border-bottom:1px solid var(--panel-line)}.p-text .faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:none;border:0;cursor:pointer;text-align:left;padding:1.25rem 0;color:var(--ink);font:inherit;font-size:1rem;font-weight:500}.p-text .faq-mark{color:var(--ink-3);font-size:1.3rem;line-height:1;flex:none}.p-text .faq-item p{padding:0 0 1.4rem;color:var(--ink-2);font-size:.94rem;max-width:68ch;animation:t-fade .2s ease-out}@keyframes t-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.p-text .contact{max-width:680px}.p-text .contact h2{margin-bottom:1.1rem}.p-text .footer{border-top:1px solid var(--panel-line);padding:2.25rem 0}.p-text .footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--ink-3)}.p-both{--v: var(--n-300);--t: var(--n-500);--mix: var(--accent);--mix-lift: var(--n-0);--ink0: var(--n-0);--ink1: var(--n-100);--ink2: var(--n-300);--rim: var(--line);--fill: var(--surface);position:relative;min-height:100vh;background:var(--n-950);color:var(--ink1);font-family:var(--font-main);overflow-x:hidden}.both-glow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.036) 0%,rgba(255,255,255,.012) 34%,transparent 72%)}.both-main{position:relative;z-index:1;width:min(100% - 2.5rem,1100px);margin-inline:auto}.both-main section{padding:clamp(3.5rem,7vw,6rem) 0}.both-main h1,.both-main h2,.both-main h3{font-family:var(--font-main);color:var(--ink0);line-height:1.12;letter-spacing:-.021em;margin:0}.both-hero{text-align:center;padding-top:clamp(3rem,6vw,5rem)!important}.both-hero h1{font-size:clamp(2rem,4.4vw,3.2rem);font-weight:600}.both-grad{color:var(--ink2)}.both-eyebrow{display:inline-block;margin-bottom:1.1rem;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--n-500)}.both-lede{margin:1.5rem auto 0;max-width:60ch;font-size:1.03rem;line-height:1.75;color:var(--ink1)}.both-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.both-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;border-radius:999px;font-size:.94rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:filter .15s ease,border-color .15s ease,background .15s ease}.both-btn:active{transform:translateY(1px)}.both-btn-primary{background:var(--accent);color:var(--accent-ink)}.both-btn-primary:hover{filter:brightness(1.06)}.both-btn-ghost{border-color:var(--rim);color:var(--ink0)}.both-btn-ghost:hover{border-color:var(--line-hi);background:var(--surface)}.both-btn-wide{width:100%}.both-split{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;position:relative}.both-card{background:var(--fill);border:1px solid var(--rim);border-radius:var(--radius);padding:1.75rem}.both-card h2{font-size:1.25rem;margin-bottom:1.1rem}.both-card-voice{border-top:2px solid var(--v)}.both-card-text{border-top:2px solid var(--t)}.both-card ul{list-style:none;margin:0 0 1.35rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.both-card li{position:relative;padding-left:1.4rem;font-size:.92rem}.both-card li:before{content:"";position:absolute;left:0;top:.58em;width:5px;height:5px;border-radius:50%}.both-card-voice li:before{background:var(--v)}.both-card-text li:before{background:var(--t)}.both-more{font-size:.86rem;font-weight:600;text-decoration:none;color:var(--ink2)}.both-more:hover{color:var(--ink0)}.both-join{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--n-900);border:1px solid var(--rim);font-size:1.05rem;font-weight:600;color:var(--ink0)}.both-why h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:2.25rem}.both-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 3rem}.both-why-grid h3{font-size:1.02rem;margin-bottom:.5rem}.both-why-grid p{font-size:.93rem;line-height:1.7;color:var(--ink2);margin:0}.both-price{display:flex;justify-content:center}.both-price-card{width:min(100%,480px);text-align:center;background:var(--fill);border:1px solid var(--rim);border-radius:var(--radius);padding:2rem 1.75rem;position:relative}.both-flag{position:absolute;top:-11px;left:50%;transform:translate(-50%);font-size:.66rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:var(--accent-ink);padding:.22rem .75rem;border-radius:999px;white-space:nowrap}.both-amount{display:flex;align-items:baseline;justify-content:center;gap:.3rem;margin:.5rem 0 .9rem}.both-amount strong{font-family:var(--font-main);font-size:2.8rem;font-weight:600;color:var(--ink0)}.both-amount span{color:var(--ink2)}.both-price-note{font-size:.9rem;color:var(--ink1);margin:0 auto 1.35rem;max-width:40ch}.both-price-card ul{list-style:none;margin:0 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:.55rem;text-align:left}.both-price-card li{position:relative;padding-left:1.5rem;font-size:.89rem}.both-price-card li:before{content:"✓";position:absolute;left:0;color:var(--ink2);font-weight:600;font-size:.85rem}.both-fine{margin-top:.9rem;font-size:.78rem;color:var(--ink2);line-height:1.6}.both-foot{text-align:center;border-top:1px solid var(--rim)}.both-foot p{font-size:.92rem;color:var(--ink2)}.both-foot a{color:var(--ink0);text-decoration:underline;text-underline-offset:3px;font-weight:600}.both-foot a:hover{color:var(--accent)}@media (max-width: 780px){.both-split,.both-why-grid{grid-template-columns:1fr}.both-join{display:none}}.both-nav{position:sticky;top:0;z-index:50;width:min(100% - 2.5rem,1100px);margin-inline:auto;height:var(--nav-h);display:flex;align-items:center;gap:2rem}.both-brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;flex:none}.both-brand-text{display:flex;flex-direction:column;line-height:1.15}.both-brand-text{font-family:var(--font-main);font-size:1rem;font-weight:600;color:var(--ink0)}.both-brand-text em{font-style:normal;font-size:.66rem;font-weight:500;color:var(--ink2);letter-spacing:.02em}.both-mark{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none}.both-links{display:flex;gap:1.6rem;margin-left:auto}.both-links a{font-size:.88rem;color:var(--ink2);text-decoration:none;transition:color .15s ease;white-space:nowrap}.both-links a:hover{color:var(--ink0)}.both-actions-nav{display:flex;align-items:center;gap:1.1rem;flex:none}.both-phone{font-size:.86rem;font-weight:600;line-height:1;color:var(--ink2);text-decoration:none;font-variant-numeric:tabular-nums;white-space:nowrap;transition:color .2s ease}.both-phone:hover{color:var(--ink0)}.both-cta{height:38px;padding:.62rem 1.15rem;font-size:.86rem;line-height:1}.both-burger{display:none;width:38px;height:38px;flex:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:var(--radius-sm);cursor:pointer;background:var(--surface-hi);border:1px solid var(--rim)}.both-burger span{display:block;width:16px;height:1.5px;border-radius:2px;background:var(--ink0);transition:transform .28s ease}.both-burger.is-open span:first-child{transform:translateY(3.25px) rotate(45deg)}.both-burger.is-open span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.both-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0a0a0bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .28s ease}.both-sheet.is-open{opacity:1;pointer-events:auto}.both-sheet-inner{display:flex;flex-direction:column;justify-content:center;width:min(84vw,340px);height:100%;padding:1.5rem 1.6rem;background:var(--n-900);border-left:1px solid var(--rim);transform:translate(100%);transition:transform .32s cubic-bezier(.2,.85,.3,1)}.both-sheet.is-open .both-sheet-inner{transform:none}.both-sheet-inner>*{opacity:0;transform:translate(14px);transition:opacity .3s ease,transform .3s ease;transition-delay:calc(var(--i) * .04s + .08s)}.both-sheet.is-open .both-sheet-inner>*{opacity:1;transform:none}.both-sheet-inner>a:not(.both-btn){padding:.95rem 0;font-family:var(--font-main);font-size:1.2rem;font-weight:600;color:var(--ink0);text-decoration:none;border-bottom:1px solid var(--rim)}.both-sheet-cta{margin-top:1.2rem;width:100%}.both-sheet-phone{border-bottom:none;margin-top:.9rem;text-align:center;font-size:.95rem;font-weight:600;color:var(--ink0);text-decoration:none}@media (max-width: 1040px){.both-links{display:none}.both-burger{display:flex}.both-actions-nav{margin-left:auto}}@media (max-width: 560px){.both-phone,.both-cta{display:none}.both-brand-text,.both-brand-text em{font-size:0}}@media (prefers-reduced-motion: reduce){.both-sheet-inner,.both-sheet-inner>*{transition-duration:.01ms}}.p-text .demopage{min-height:100vh;display:flex;flex-direction:column}.p-text .demopage-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(100% - 2.5rem,var(--maxw));margin-inline:auto;height:68px;flex:none}.p-text .demopage-back{font-size:.855rem;color:var(--ink-3);text-decoration:none;transition:color .15s ease}.p-text .demopage-back:hover{color:var(--ink)}.p-text .demopage-main{flex:1;width:min(100% - 2.5rem,var(--maxw));margin-inline:auto;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:minmax(0,1fr) 560px;align-items:center;padding:clamp(1.5rem,4vw,3rem) 0 clamp(2.5rem,5vw,4rem)}.p-text .demopage-main>*{min-width:0}.p-text .demopage-intro{max-width:34ch}.p-text .demopage-intro h1{font-size:clamp(2.1rem,4vw,3.1rem);margin-bottom:1.2rem}.p-text .demopage-intro .lede{font-size:1rem}.p-text .demopage-foot{flex:none;border-top:1px solid var(--panel-line);width:min(100% - 2.5rem,var(--maxw));margin-inline:auto;padding:1.75rem 0 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem 2rem;flex-wrap:wrap}.p-text .demopage-foot p{color:var(--ink-2);font-size:.95rem}.p-text .demopage-actions{display:flex;gap:.65rem;flex-wrap:wrap}.p-text .demopage-actions .btn{padding:.7rem 1.3rem;font-size:.9rem}@media (max-width: 1000px){.p-text .demopage-main{grid-template-columns:1fr;justify-items:center;text-align:center;padding-top:1rem}.p-text .demopage-intro{max-width:46ch}.p-text .demopage-foot{justify-content:center;text-align:center}}.pm-menu{z-index:1200}.p-voice .nav,.p-voice .nav-inner,.p-text .nav,.p-both .both-nav{overflow:visible}.p-voice [id]{scroll-margin-top:96px}.p-text [id],.p-both [id]{scroll-margin-top:88px}
