.call-preview{padding:48px 0 64px;scroll-margin-top:20px}.call-preview-card{max-width:880px;margin:auto;border:1px solid #dce9fa;border-radius:20px;background:var(--sky);overflow:hidden}.call-preview-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px}.call-preview-header h2{font-size:28px;letter-spacing:-1px;line-height:1.2}.call-preview-choices{display:flex;gap:8px}.call-preview-choices button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 17px;border:1px solid #dbe7f6;border-radius:999px;background:#fff;font-size:14px;font-weight:500;white-space:nowrap}.call-preview-choices button:hover{border-color:#7eb5fa;color:var(--blue)}.call-preview-choices button[aria-expanded=true]{background:var(--blue);border-color:var(--blue);color:#fff}.call-preview-choices button[aria-expanded=true] svg:last-child{transform:rotate(180deg)}.call-preview-drawer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .4s var(--ease),opacity .25s}.call-preview-drawer[data-open=true]{grid-template-rows:1fr;opacity:1}.call-preview-clip{overflow:hidden;min-height:0}.call-preview-panel{border-top:1px solid #dce9fa;padding:18px 24px;background:#fff}.call-conversation{height:236px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbddee transparent;padding:10px 6px;display:flex;flex-direction:column;gap:15px;border-radius:12px;background:#fafcff}.call-turn{display:flex;align-items:flex-end;gap:8px;max-width:84%;flex-shrink:0;animation:call-turn-in .28s var(--ease)}.call-turn-zappy{flex-direction:row-reverse;align-self:flex-end}.call-speaker{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:40px;font-size:10px;font-weight:500}.call-avatar{width:30px;height:30px;display:grid;place-items:center;background:#edf2f7;border-radius:50%}.call-avatar img{width:30px;height:30px;border-radius:50%}.call-turn p{font-size:14px;line-height:1.5;padding:11px 14px;border-radius:15px;border:1px solid #e1e8ef;background:#fff;text-align:left;transition:border-color .2s}.call-turn-zappy p{background:#eaf3ff;border-color:#d0e3fb}.call-turn-active p{border-color:#74aefa}.call-conversation-empty{margin:auto;display:flex;align-items:center;flex-direction:column;gap:12px;color:var(--muted)}.call-conversation-empty svg{color:var(--blue)}.call-conversation-empty p{font-size:14px}.call-preview-player{display:flex;align-items:center;gap:15px;padding:16px 0 0}.call-preview-play{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;flex-shrink:0}.call-preview-play:hover{background:#06d}.call-preview-time{font-size:12px;color:var(--ink);white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right}.call-preview-time small{display:block;margin-top:4px;font-size:10px;color:var(--muted)}.call-mute{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:#f0f5fb;color:var(--ink)}.call-mute[aria-pressed=true]{background:#fff0f0;color:#bf3545}.call-preview-error{padding-top:12px;font-size:13px;color:#b32929}.call-live-controls{padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.call-live-status{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.call-live-status i{width:6px;height:6px;background:#a2afbd;border-radius:50%;flex-shrink:0}.call-live-status i[data-active=true]{background:#168649}.call-live-actions{display:flex;gap:10px;align-items:center}.call-live-actions .button{font-size:13px;min-height:44px;padding:11px 17px;gap:8px}.call-end{background:#fff0f0;color:#c33b48;border-color:#f8d6da}.call-end:hover{background:#ffe5e8}@keyframes call-turn-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:800px){.call-preview-header{padding:24px}.call-preview-header h2{font-size:25px}.call-preview-choices button{padding-inline:13px}}@media(max-width:600px){.call-preview{padding:30px 0 40px}.call-preview-card{border-radius:18px}.call-preview-header{flex-direction:column;align-items:flex-start;gap:17px;padding:22px}.call-preview-header h2{font-size:25px;letter-spacing:-.9px}.call-preview-choices{width:100%;gap:8px}.call-preview-choices button{flex:1;font-size:13px;padding:11px 10px;gap:7px}.call-preview-panel{padding:12px 12px 16px}.call-conversation{height:228px;padding:8px 2px;gap:12px}.call-turn{max-width:95%;gap:5px}.call-turn p{font-size:13px;padding:10px 12px}.call-speaker{min-width:34px;font-size:9px}.call-avatar,.call-avatar img{width:27px;height:27px}.call-preview-player{gap:12px;padding-inline:4px}.call-preview-time{font-size:11px}.call-preview-time small{font-size:9px}.call-live-controls{gap:8px;padding-inline:2px}.call-live-status{font-size:10px;max-width:130px;line-height:1.5}.call-live-actions{gap:5px}.call-live-actions .button{font-size:12px;padding-inline:13px}}.call-preview-header{padding:26px 28px;align-items:center}.call-preview-heading h2{font-size:25px;letter-spacing:-.8px}.call-preview-number{display:block;color:var(--blue);font-size:clamp(31px,3.3vw,46px);font-weight:600;letter-spacing:-1.8px;line-height:1.2;margin-top:10px;white-space:nowrap;width:fit-content}.call-preview-number:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.call-number-note{display:block;font-size:12px;color:var(--muted);margin-top:7px}.call-preview-choices button{min-height:52px;font-size:16px;padding:14px 21px;gap:9px}.call-preview-choices button>svg:first-child{width:19px;height:19px}.call-recording-label{font-size:14px;color:var(--muted);flex:1}.call-preview-player{gap:14px}.call-preview-play{width:48px;height:48px}.call-preview-time{font-size:14px}.call-turn p{font-size:16px;line-height:1.5}.call-speaker{font-size:12px;min-width:44px}.call-avatar,.call-avatar img{width:32px;height:32px}.call-live-status{font-size:14px}.call-live-actions .button{font-size:15px;min-height:48px}@media(max-width:800px){.call-preview-header{flex-wrap:wrap;gap:22px}.call-preview-choices button{padding-inline:18px}}@media(max-width:600px){.call-preview-header{padding:23px 20px;gap:20px}.call-preview-heading{width:100%}.call-preview-heading h2{font-size:25px}.call-preview-number{font-size:35px;letter-spacing:-1.4px;margin-top:10px}.call-number-note{font-size:12px;line-height:1.5;margin-top:7px}.call-preview-choices button{font-size:16px;min-height:52px;padding:13px 12px;gap:8px}.call-conversation{height:245px}.call-turn{max-width:100%;gap:6px}.call-turn p{font-size:16px;line-height:1.48;padding:11px 12px}.call-speaker{font-size:11px;min-width:37px}.call-avatar,.call-avatar img{width:30px;height:30px}.call-preview-panel{padding:12px 10px 16px}.call-preview-player{gap:12px;padding-inline:4px}.call-recording-label{font-size:14px}.call-preview-time{font-size:13px}.call-live-status{font-size:13px;max-width:145px}.call-live-actions .button{font-size:14px;padding-inline:14px}.call-conversation-empty p{font-size:16px}}@media(max-width:360px){.call-preview-number{font-size:31px}.call-preview-choices button{font-size:15px;padding-inline:10px}.call-recording-label{font-size:13px}.call-preview-time{font-size:12px}}@font-face{font-family:Inter;src:url(/assets/inter-400.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-500.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-600.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-700.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-800.ttf) format("truetype");font-weight:800;font-display:swap}:root{font-family:Inter,Helvetica,Arial,sans-serif;color:#071b35;background:#fff;font-synthesis:none;-webkit-font-smoothing:antialiased;--ink:#071b35;--blue:#0575f5;--muted:#65768d;--line:#dce7f4;--sky:#f1f7ff;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:36px}body{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button{color:inherit}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,div[tabindex]:focus-visible{outline:3px solid #2f88ef;outline-offset:5px}a{color:inherit;text-decoration:none}button{border:0;background:none}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}h2{font-size:clamp(42px,4.25vw,62px);letter-spacing:-3.4px;line-height:1.08;font-weight:700}h3{font-weight:600;letter-spacing:-1.4px}p{line-height:1.65}svg{flex-shrink:0}button svg{transition:transform .3s var(--ease)}[hidden]{display:none!important}.container{width:min(1200px,calc(100% - 112px));margin-inline:auto}.section-pad{padding-block:110px}.text-blue{color:var(--blue)}.muted-heading{color:#708197}.rotate{transform:rotate(180deg)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:15px 25px;border-radius:999px;font-size:15px;font-weight:600;line-height:1.3;white-space:nowrap;transition:background .2s,box-shadow .2s,transform .3s var(--ease);border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-blue{background:var(--blue);color:#fff;box-shadow:0 4px 10px #0575f516}.button-blue:hover{background:#06d;box-shadow:0 6px 18px #0575f52a}.button-navy{background:var(--ink);color:#fff}.button-navy:hover{background:#163455}.button-white{border-color:var(--line);background:#fff}.button-white:hover{border-color:#88b4ea;background:#fafdff}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;flex-shrink:0}.icon-button:hover{background:#071b3508}.text-link,.subtle-link{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:500}.text-link:hover,.subtle-link:hover{color:var(--blue)}.small-label{font-size:11px;line-height:1.5;font-weight:600;letter-spacing:1.5px}.skip-link{position:fixed;top:12px;left:20px;transform:translateY(-150%);background:var(--ink);color:#fff;padding:14px 20px;border-radius:8px;z-index:100}.skip-link:focus{transform:translateY(0)}.site-header{height:86px;background:#fff;position:relative;z-index:10}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:23px;font-weight:700;letter-spacing:-.9px;white-space:nowrap}.brand img{width:43px;height:43px;border-radius:12px}.header-inner nav{display:flex;align-items:center;gap:35px}.header-inner nav a,.header-inner nav button{font-size:14px;font-weight:500;padding:12px 0}.header-inner nav a:hover,.header-inner nav button:hover{color:var(--blue)}.header-actions{display:flex;gap:12px;align-items:center}.header-cta{min-height:46px;padding:12px 22px;font-size:14px}.menu-button{display:none}.hero{position:relative;overflow:hidden}.hero-copy{text-align:center;padding:30px 24px 0;position:relative;z-index:1;animation:hero-in .9s var(--ease) both}.hero h1{font-size:clamp(78px,8.2vw,118px);font-weight:700;letter-spacing:-8px;line-height:.96;color:#0068f2}.hero-copy>p{margin:21px auto 0;font-size:18px;line-height:1.55;letter-spacing:-.4px;max-width:640px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:23px}.hero-note{font-size:12px;color:var(--muted);display:block;margin-top:15px}.hero-wave{height:210px;margin-top:-3px;position:relative}.voice-wave{display:block;width:100%;height:100%;pointer-events:none}.hero-assurances{display:flex;justify-content:center;align-items:center;gap:0;padding:25px 0;border-top:1px solid var(--line);font-size:13px}.hero-assurances span{display:inline-flex;align-items:center;gap:13px;padding:0 54px;position:relative}.hero-assurances span+span:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:1px;background:#d1deec}.hero-assurances svg{stroke-width:1.6}.product-section{background:#fbfdff;overflow:hidden;padding-block:100px}.product-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:80px}.product-copy h2{font-size:62px;letter-spacing:-3.5px}.section-description{font-size:17px;color:var(--muted);line-height:1.65;margin-top:26px}.feature-list{margin-top:44px}.feature-row{border-bottom:1px solid var(--line)}.feature-row>button{width:100%;display:flex;align-items:center;gap:16px;text-align:left;padding:21px 0;font-size:14px;font-weight:500}.feature-row>button>span:nth-child(2){flex:1}.feature-row>button>svg{color:#7190b2}.feature-number{height:30px;width:30px;border-radius:50%;background:#eaf3ff;color:#547394;display:grid;place-items:center;font-size:11px;transition:background .2s}.feature-active .feature-number{background:var(--blue);color:#fff}.feature-active>button>svg{color:var(--blue)}.feature-detail,.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--ease),opacity .3s;opacity:0}.feature-detail[data-open=true],.faq-answer[data-open=true]{grid-template-rows:1fr;opacity:1}.feature-detail>div,.faq-answer>div{overflow:hidden;min-height:0}.feature-detail p{padding:0 30px 23px 46px;font-size:14px;color:var(--muted)}.product-visual{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:740px}.phone-halo{width:670px;height:670px;position:absolute;border-radius:50%;background:radial-gradient(ellipse,#cbe5ff 0,#e9f5ff 42%,#fafdff00 70%);pointer-events:none}.iphone-frame{position:relative;background:#161b20;width:318px;padding:8px;border-radius:48px;box-shadow:0 0 0 1px #607283,0 0 0 4px #d7dfe5,0 24px 36px -15px #08274744,6px 0 1px 1px #e0e4e7;transform:rotate(2deg);transition:transform .8s var(--ease)}.product-visual:hover .iphone-frame{transform:rotate(0)}.phone-screens{aspect-ratio:1206 / 2622;position:relative;overflow:hidden;border-radius:40px;background:#fafaf8}.phone-screens img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s}.phone-screens img.screen-active{opacity:1}.dynamic-island{position:absolute;top:20px;left:50%;transform:translate(-50%);height:22px;width:78px;border-radius:40px;background:#070a0c}.product-caption{position:relative;font-size:11px;margin-top:27px;color:#647c97}.product-caption span{color:#8d9db0}.setup-heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.setup-heading h2{font-size:53px}.setup-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:59px}.setup-step{padding-right:30px}.setup-step+.setup-step{border-left:1px solid var(--line);padding-left:40px}.setup-step>span{font-size:14px;font-weight:500;color:var(--blue)}.setup-step h3{font-size:23px;margin-top:20px;letter-spacing:-.9px}.setup-step p{font-size:15px;color:var(--muted);margin-top:11px;line-height:1.6;max-width:250px}.mobile-break{display:none}.pricing-section{background:var(--sky)}.center-heading{text-align:center}.pricing-grid{max-width:820px;margin:50px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.plan{background:#fff;border:1px solid #d7e7f9;border-radius:22px;padding:34px}.plan-pro{border-color:#77b0fa}.plan-top h3{font-size:28px}.plan-top>span{font-size:12px;color:var(--muted);display:block;margin-top:6px}.plan-price{font-size:59px;font-weight:600;letter-spacing:-3px;line-height:1.25;margin-top:28px;display:flex;align-items:baseline;gap:10px}.plan-price span{font-size:13px;letter-spacing:0;font-weight:400;color:var(--muted)}.plan-minutes{font-size:14px;margin-top:5px;color:#526987}.plan ul{list-style:none;padding:25px 0 0;border-top:1px solid var(--line);margin:25px 0 30px;display:flex;flex-direction:column;gap:17px}.plan li{font-size:13px;display:flex;align-items:center;gap:10px}.plan li svg{color:var(--blue);padding:3px;width:24px;height:24px;background:#eaf4ff;border-radius:50%;stroke-width:2.5}.plan>.button{width:100%;justify-content:space-between;min-height:50px}.pricing-note{text-align:center;font-size:11px;color:#647c9a;margin-top:28px}.faq-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.faq-grid h2{font-size:54px}.faq-grid .text-link{margin-top:30px;font-size:14px;color:var(--muted)}.faq-list{border-top:1px solid var(--line)}.faq-row{border-bottom:1px solid var(--line)}.faq-row>button{display:flex;align-items:center;justify-content:space-between;width:100%;gap:30px;text-align:left;font-size:14px;font-weight:500;padding:25px 0;line-height:1.5}.faq-row>button svg{color:#6885a6}.faq-answer p{color:var(--muted);font-size:14px;padding:0 26px 22px 0}.site-footer{background:var(--ink);color:#fff;padding:80px 0 32px;position:relative;overflow:hidden}.footer-cta{padding-bottom:70px}.footer-cta h2{font-size:clamp(45px,4.5vw,65px);letter-spacing:-3.3px;line-height:1.12}.footer-cta h2 span{color:#91b8df}.footer-cta>.button{margin-top:33px;font-size:14px}.footer-bottom{border-top:1px solid #ffffff1b;display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:30px}.brand-inverse{color:#fff;font-size:19px}.brand-inverse img{width:36px;height:36px}.copyright{font-size:10px;color:#8ea3b9}.footer-bottom nav{display:flex;gap:25px;font-size:12px;color:#b5c7d9}.footer-bottom nav a:hover{color:#fff}.app-dialog{border:1px solid var(--line);border-radius:28px;padding:48px;max-width:440px;width:calc(100% - 32px);text-align:center;color:var(--ink);overflow:visible;box-shadow:0 25px 100px #051c3555}.app-dialog::backdrop{background:#071b3566;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-close{position:absolute;right:12px;top:12px}.dialog-app-icon{margin:0 auto 25px;border-radius:20px}.app-dialog h2{font-size:32px;letter-spacing:-1.5px}.app-dialog p{font-size:14px;color:var(--muted);margin-top:17px}.app-dialog .button{margin:28px auto 0}.app-dialog .subtle-link{display:flex;justify-content:center;font-size:12px;margin-top:22px;color:var(--muted)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes hero-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes orbit-breathe{50%{transform:scale(1.045);opacity:.6}}@keyframes status-pulse{50%{opacity:.4}}@keyframes chat-arrive{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(min-width:1700px){.hero-copy{padding-top:75px}.hero-wave{height:330px}.container{max-width:1280px}}@media(max-width:1100px){.container{width:calc(100% - 72px)}.hero h1{letter-spacing:-6px}.hero-assurances span{padding:0 32px}.product-grid{gap:45px}.product-copy h2{font-size:52px;letter-spacing:-2.9px}.product-visual{min-height:665px}.iphone-frame{width:280px;border-radius:44px}.phone-screens{border-radius:36px}.dynamic-island{top:18px;height:20px;width:69px}.feature-row>button{font-size:13px}.setup-heading h2{font-size:46px}.setup-steps{gap:25px}.setup-step+.setup-step{padding-left:25px}.setup-step{padding-right:10px}.faq-grid{gap:60px}.faq-grid h2{font-size:46px}.footer-cta h2{font-size:56px}}@media(max-width:800px){.site-header{height:85px}.container{width:calc(100% - 48px)}.brand{font-size:20px}.brand img{width:37px;height:37px;border-radius:10px}.header-inner{gap:16px}.header-inner nav{gap:19px}.header-inner nav a,.header-inner nav button{font-size:12px}.header-cta{font-size:12px;min-height:42px;padding:11px 17px}.header-cta svg{display:none}.hero-copy{padding-top:50px}.hero h1{font-size:102px;letter-spacing:-6.5px}.hero-copy>p{font-size:17px;margin-top:24px}.hero-wave{height:230px}.hero-assurances span{padding:0 22px;gap:8px;font-size:11px}.hero-assurances svg{width:18px}.section-pad{padding-block:80px}.product-grid{gap:35px}.product-copy h2{font-size:42px;letter-spacing:-2.5px}.section-description{font-size:14px}.feature-list{margin-top:30px}.feature-row>button{gap:10px;font-size:12px}.feature-number{width:25px;height:25px;font-size:10px}.feature-detail p{font-size:12px;padding-left:35px;padding-right:5px}.product-visual{min-height:585px}.iphone-frame{width:248px;border-radius:39px;padding:7px}.phone-screens{border-radius:32px}.dynamic-island{height:18px;width:64px;top:15px}.phone-halo{width:450px;height:450px}.product-caption{font-size:10px}.setup-heading h2{font-size:41px;letter-spacing:-2.3px}.setup-heading .text-link{font-size:13px}.setup-step h3{font-size:20px;letter-spacing:-.7px}.setup-step p{font-size:13px}.setup-steps{gap:21px;margin-top:42px}.setup-step+.setup-step{padding-left:21px}.center-heading h2{font-size:46px;letter-spacing:-2.7px}.plan{padding:28px}.faq-grid{gap:40px;grid-template-columns:.85fr 1.15fr}.faq-grid h2{font-size:40px;letter-spacing:-2px}.faq-row>button{font-size:13px;gap:20px}.footer-cta h2{font-size:47px}.footer-bottom{flex-wrap:wrap}.copyright{order:3;width:100%}}@media(max-width:600px){html{scroll-padding-top:22px}.container{width:calc(100% - 40px)}.site-header{height:78px}.header-inner{gap:8px}.brand{font-size:19px;gap:8px;letter-spacing:-.6px}.brand img{width:34px;height:34px;border-radius:9px}.header-actions{gap:5px}.header-cta{font-size:11px;min-height:38px;padding:10px 15px}.menu-button{display:flex;width:35px;height:40px}.menu-button svg{width:21px}.header-inner nav{display:none;position:absolute;top:70px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 18px;box-shadow:0 12px 30px #071b3510}.header-inner nav.nav-open{display:flex;flex-direction:column;align-items:stretch;gap:2px}.header-inner nav a,.header-inner nav button{text-align:left;font-size:15px;padding:12px}.hero-copy{padding:39px 20px 0}.hero h1{font-size:clamp(73px,17vw,100px);letter-spacing:-5px;line-height:.98}.hero-copy>p{font-size:15px;line-height:1.65;max-width:340px;margin-top:22px}.desktop-break{display:none}.hero-actions{flex-direction:column;gap:9px;margin-top:24px}.hero-actions .button{font-size:13px;min-height:48px;min-width:230px;padding:13px 20px}.hero-actions>.button-white{border-color:transparent;min-height:41px;padding:10px 18px}.hero-note{font-size:10px;margin-top:11px}.hero-wave{height:167px;margin-top:0;width:150%;margin-left:-25%}.hero-assurances{padding:18px 0;align-items:flex-start;justify-content:space-between;gap:7px}.hero-assurances span{padding:0;flex-direction:column;gap:9px;font-size:9px;flex:1;text-align:center}.hero-assurances span+span:before{height:28px;top:10px;left:-4px}.hero-assurances svg{width:18px;height:18px}.section-pad{padding-block:66px}h2{font-size:38px;letter-spacing:-2px}.product-grid{grid-template-columns:1fr;gap:26px}.product-copy h2{font-size:44px;letter-spacing:-1.8px}.product-copy h2 br:nth-child(2){display:none}.section-description{font-size:14px;margin-top:20px}.section-description br{display:none}.feature-list{margin-top:27px}.feature-row>button{font-size:13px;gap:13px;padding:18px 0}.feature-number{height:29px;width:29px;font-size:11px}.feature-detail p{font-size:13px;padding-left:42px;padding-right:22px}.product-visual{min-height:605px}.iphone-frame{width:260px;padding:7px;border-radius:42px}.phone-screens{border-radius:35px}.dynamic-island{width:66px;height:18px;top:16px}.product-caption{margin-top:25px;font-size:10px}.setup-heading{display:block}.setup-heading h2{font-size:41px;line-height:1.1;letter-spacing:-2px}.mobile-break{display:block}.setup-heading .text-link{margin-top:20px}.setup-steps{grid-template-columns:1fr;gap:0;margin-top:25px}.setup-step,.setup-step+.setup-step{position:relative;padding:25px 5px 25px 52px;border-left:0;border-bottom:1px solid var(--line)}.setup-step>span{position:absolute;left:0;top:29px;font-size:12px}.setup-step h3{font-size:21px;margin:0}.setup-step p{font-size:14px;margin-top:7px;max-width:260px}.center-heading h2{font-size:39px;letter-spacing:-2.1px}.pricing-grid{grid-template-columns:1fr;max-width:370px;margin-top:32px;gap:18px}.plan{border-radius:19px;padding:28px}.plan-top h3{font-size:27px}.plan-price{font-size:57px;margin-top:21px}.plan-minutes,.plan li{font-size:14px}.plan>.button{font-size:14px}.pricing-note{font-size:10px;line-height:1.8;margin-top:23px}.faq-grid{grid-template-columns:1fr;gap:30px}.faq-grid h2{font-size:40px;letter-spacing:-2px}.faq-grid h2 br{display:none}.faq-grid .text-link{margin-top:18px;font-size:13px}.faq-row>button{font-size:14px;padding:22px 0;gap:20px}.faq-answer p{font-size:13px}.site-footer{padding:58px 0 26px}.footer-cta{padding-bottom:40px}.footer-cta h2{font-size:38px;letter-spacing:-2px;line-height:1.15}.footer-cta .button{font-size:12px;padding:14px 18px;margin-top:25px;min-height:49px;gap:9px}.footer-bottom{gap:22px;padding-top:25px;align-items:center}.footer-bottom .brand{font-size:17px}.footer-bottom .brand img{width:31px;height:31px}.footer-bottom nav{gap:17px;font-size:10px}.copyright{font-size:9px}.app-dialog{padding:41px 25px 32px}.app-dialog h2{font-size:30px}.app-dialog p{font-size:13px}}@media(max-width:360px){.container{width:calc(100% - 32px)}.brand{font-size:17px}.header-cta{padding:9px 13px}.hero h1{font-size:72px}.hero-note{font-size:9px}.product-copy h2{font-size:40px}.footer-bottom{align-items:flex-start}.footer-bottom nav{gap:13px}.footer-cta h2{font-size:34px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.iphone-frame{transform:none}}@media(max-width:600px){.hero-copy>p,.section-description{font-size:17px}.hero-note{font-size:12px}.hero-assurances span{font-size:11px}.hero-actions .button{font-size:15px}.header-cta{font-size:13px}.feature-row>button,.feature-detail p,.setup-step p,.faq-row>button,.faq-answer p{font-size:16px}.plan-top>span,.plan-price span{font-size:14px}.plan-minutes,.plan li,.plan>.button{font-size:16px}.pricing-note,.product-caption{font-size:12px}.footer-bottom nav{font-size:13px}.copyright{font-size:11px}}
