:root{--bg: #ffffff;--bg-soft: #f5f5f7;--ink: #1d1d1f;--muted: #6e6e73;--line: rgba(0, 0, 0, .08);--green: #2bc24a;--green-deep: #15913a;--green-soft: rgba(43, 194, 74, .1);--blue: #2a9ef5;--blue-deep: #1278c7;--font: "Instrument Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 20px;--radius-lg: 28px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}#root{display:flex;flex-direction:column;min-height:100vh}#root>main{flex:1 0 auto}body{margin:0;font-family:var(--font);font-size:17px;line-height:1.55;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit}img{max-width:100%}.container{max-width:1344px;margin:0 auto;padding:0 20px}h1,h2,h3{margin:0;letter-spacing:-.03em}h1{font-size:clamp(48px,7vw,84px);font-weight:700;line-height:1.02}h2{font-size:clamp(32px,4.2vw,52px);font-weight:700;line-height:1.06}h3{font-size:24px;font-weight:600;letter-spacing:-.02em}.accent-text{color:var(--blue)}.eyebrow{display:inline-block;font-size:13.5px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-deep);margin-bottom:20px}.section-head{max-width:660px;margin:0 auto 72px;text-align:center}.section-head p{color:var(--muted);font-size:19px;margin:18px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:999px;font-family:var(--font);font-weight:600;font-size:15px;line-height:1;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn-lg{padding:17px 32px;font-size:16.5px}.btn-block{width:100%}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 10px 24px #2a9ef54d}.btn-quiet{background:var(--bg-soft);color:var(--ink)}.btn-quiet:hover{background:#e9e9ec}.btn-ghost{background:transparent;color:var(--muted)}.btn-ghost:hover{color:var(--ink)}.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0000004d}.nav-bar{position:sticky;top:0;z-index:50;background:#fffc;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;padding-bottom:14px}.nav-logo img{height:22px;display:block}.nav-links{display:flex;gap:36px}.nav-links a{font-size:14.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s ease}.nav-links a:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:10px}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-10px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--ink)}.nav-toggle-icon{position:relative;display:block;width:22px;height:16px}.nav-toggle-icon i{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.nav-toggle-icon i:nth-child(1){top:0}.nav-toggle-icon i:nth-child(2){top:7px}.nav-toggle-icon i:nth-child(3){top:14px}.nav-toggle-icon.is-open i:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle-icon.is-open i:nth-child(2){opacity:0}.nav-toggle-icon.is-open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);animation:nav-drop .22s ease}@keyframes nav-drop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.nav-mobile-links{display:flex;flex-direction:column;padding:8px 0 4px}.nav-mobile-links a{padding:15px 2px;font-size:17px;font-weight:500;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.nav-mobile-actions{display:flex;flex-direction:column;gap:10px;padding:20px 0 24px}.footer{padding:36px 0 40px;background:var(--bg-soft)}.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid var(--line)}.footer-logo{height:18px;display:block}.footer-links{display:flex;flex-wrap:wrap;gap:26px}.footer-links a{font-size:13.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s ease}.footer-links a:hover{color:var(--ink)}.footer-socials{display:flex;gap:10px}.footer-socials a{width:34px;height:34px;border-radius:50%;background:#fff;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.footer-socials a:hover{background:var(--ink);color:#fff}.footer-compliance{color:#9d9da3;font-size:12px;line-height:1.65;margin:20px 0 14px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12.5px}.footer-bottom a{color:var(--muted);text-decoration:none}.footer-bottom a:hover{color:var(--ink)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width: 880px){.nav-links,.nav-actions{display:none}.nav-toggle{display:inline-flex}}@media (min-width: 881px){.nav-mobile{display:none}}.hero{position:relative;padding:110px 0;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.hero-copy h1{font-size:clamp(38px,5vw,64px);line-height:1.06}.hero-line{display:block}.hero-copy>*{opacity:0;animation:rise .8s cubic-bezier(.22,1,.36,1) forwards}.hero-copy>:nth-child(2){animation-delay:.08s}.hero-copy>:nth-child(3){animation-delay:.16s}.hero-copy>:nth-child(4){animation-delay:.24s}@keyframes rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.lede{font-size:21px;color:var(--muted);max-width:540px;margin:28px 0 38px}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:64px;margin:52px 0 0;padding-top:32px;border-top:1px solid var(--line)}.hero-stats dt{font-size:13.5px;color:var(--muted)}.hero-stats dd{margin:0 0 2px;font-size:27px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.hero-visual{position:relative;display:flex;justify-content:center;animation:rise .9s cubic-bezier(.22,1,.36,1) .25s both}.phone{position:relative;z-index:1;width:300px;aspect-ratio:9 / 19;border-radius:56px;padding:4px;background:#3b3b3f;box-shadow:0 70px 100px -30px #0f121966,0 30px 50px -25px #0f12194d,inset 0 1px 1px #ffffff52,inset 0 -1px 1px #00000073}.phone-island{position:absolute;top:19px;left:50%;transform:translate(-50%);width:82px;height:22px;background:#000;border-radius:999px;z-index:3}.phone-screen{background:#fff;border:9px solid #000000;border-radius:52px;height:100%;padding:12px 13px 14px;display:flex;flex-direction:column;gap:9px;overflow:hidden;text-align:left}.status-bar{display:flex;align-items:center;justify-content:space-between;padding:3px 12px 0}.status-time{font-size:13px;font-weight:700;letter-spacing:-.01em}.status-set{display:flex;align-items:center;gap:5px;color:var(--ink)}.sig{display:flex;align-items:flex-end;gap:1.5px}.sig i{width:3px;background:var(--ink);border-radius:1px}.sig i:nth-child(1){height:4px}.sig i:nth-child(2){height:6px}.sig i:nth-child(3){height:8px}.sig i:nth-child(4){height:10px}.battery{position:relative;width:22px;height:11px;border:1px solid rgba(29,29,31,.4);border-radius:3.5px;padding:1.5px}.battery i{display:block;height:100%;width:72%;background:var(--ink);border-radius:1.5px}.battery:after{content:"";position:absolute;right:-3.5px;top:50%;transform:translateY(-50%);width:2px;height:4px;border-radius:0 2px 2px 0;background:#1d1d1f66}.chat-head{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 0 11px;border-bottom:1px solid #ececf0}.chat-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center}.chat-head strong{font-size:12px;font-weight:600}.chat-day{text-align:center;font-size:10.5px;color:#8e8e93;margin:4px 0 1px}.bubble{max-width:80%;padding:9px 13px;border-radius:18px;font-size:13.5px;line-height:1.4;opacity:0;animation:pop .5s cubic-bezier(.34,1.56,.64,1) forwards}.bubble.out{align-self:flex-start;background:#e9e9eb;color:var(--ink);border-bottom-left-radius:5px}.bubble.in{align-self:flex-end;background:var(--blue);color:#fff;font-weight:500;border-bottom-right-radius:5px}.delivered{align-self:flex-end;font-size:10.5px;font-weight:500;color:#8e8e93;margin-top:-4px;padding-right:5px;opacity:0;animation:pop .4s ease forwards}.b1{animation-delay:.7s}.b2{animation-delay:1.5s}.b3{animation-delay:2.3s}.b4{animation-delay:3.1s}.b5{animation-delay:3.7s}.chat-input{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border:1px solid #d8d8dc;border-radius:999px;padding:5px 5px 5px 14px;color:#8e8e93;font-size:13px}.send-up{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}.phone-shadow{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);width:230px;height:30px;background:#0f121938;border-radius:50%;filter:blur(20px)}@keyframes drift{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2.5deg)}}@keyframes pop{0%{opacity:0;transform:translateY(14px) scale(.92)}to{opacity:1;transform:none}}.integrations{padding:8px 0 32px}.integrations-inner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:28px}.integrations-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#b0b0b6;margin:0;white-space:nowrap}.integration-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 32px}.integration-item{font-size:15px;font-weight:600;color:#9d9da3;letter-spacing:-.01em;white-space:nowrap;transition:color .2s ease}.integration-item:hover{color:var(--ink)}.features{padding:96px 0;background:var(--bg-soft)}.features-head{text-align:center;max-width:760px;margin:0 auto 80px}.features-head h2{font-size:clamp(38px,5.2vw,68px);letter-spacing:-.035em}.features-head p{font-size:21px;color:var(--muted);margin:18px 0 0}.features-all-link{display:inline-block;margin-top:22px;font-weight:600;color:var(--blue-deep);text-decoration:none}.features-all-link:hover{text-decoration:underline}.bento{display:grid;grid-template-columns:1fr 1fr;gap:20px}.bento>.reveal{display:flex}.bento .bento-span{grid-column:1 / -1}.bento-card{position:relative;overflow:hidden;background:#fff;border-radius:32px;padding:56px;display:flex;flex-direction:column;width:100%;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.bento-card:hover{transform:translateY(-5px);box-shadow:0 28px 56px #1d1d1f17}.bento-wide:before,.bento-wide:after{content:"";position:absolute;border-radius:50%;pointer-events:none;animation:drift 9s ease-in-out infinite}.bento-wide:before{width:280px;height:280px;top:-130px;right:-90px;background:#2a9ef512}.bento-wide:after{width:220px;height:220px;bottom:-100px;left:-70px;background:#2bc24a12;animation-delay:3.5s}.bento-wide .bento-text,.bento-wide .bento-visual{position:relative;z-index:1}.bento-wide{flex-direction:row;align-items:center;justify-content:space-between;gap:64px}.bento-text{max-width:480px}.feature-kicker{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-deep);margin-bottom:16px}.bento-card h3{font-size:clamp(26px,3vw,40px);letter-spacing:-.025em;margin-bottom:14px}.bento-card p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}.bento-card>p{margin-bottom:40px}.mini-points{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:12px 26px}.mini-points li{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:600}.mini-points li:before{content:"✓";color:var(--green-deep);font-weight:700}.bento-visual{margin-top:auto}.bento-wide .bento-visual{margin:0;flex:1;max-width:440px}.viz-ai{background:var(--bg-soft);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:12px}.viz-ai .spark{display:inline-block;color:var(--blue);margin-right:8px;animation:twinkle 2.4s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}.ai-prompt{background:#fff;border-radius:14px;padding:13px 16px;font-size:14px;color:var(--muted)}.ai-result{background:var(--blue);color:#fff;border-radius:16px 16px 16px 6px;padding:14px 16px;font-size:14.5px;line-height:1.5}.ai-actions{display:flex;justify-content:flex-end;gap:10px}.ai-actions span{font-size:13px;font-weight:600;padding:9px 16px;border-radius:999px;background:#fff;color:var(--muted)}.ai-actions .ai-use{background:var(--ink);color:#fff}.viz-sync{background:var(--bg-soft);border-radius:22px;padding:24px 26px;display:flex;flex-direction:column;gap:14px}.sync-head{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600}.sync-head em{margin-left:auto;font-style:normal;font-size:14px;font-weight:600;color:var(--muted)}.sync-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(42,158,245,.25);border-top-color:var(--blue);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sync-bar{height:8px;border-radius:999px;background:#e3e8ee;overflow:hidden}.sync-bar i{display:block;height:100%;border-radius:999px;background:var(--blue);animation:sync-fill 3.4s ease-in-out infinite}@keyframes sync-fill{0%{width:10%;opacity:1}72%{width:94%;opacity:1}92%{width:94%;opacity:0}to{width:10%;opacity:0}}.sync-sources{display:flex;flex-wrap:wrap;gap:8px}.sync-sources span{font-size:12.5px;font-weight:600;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 13px}.sync-sources b{color:var(--green-deep)}.viz-dialer{display:flex;align-items:center;gap:14px;background:var(--bg-soft);border-radius:22px;padding:24px 26px}.call-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.call-meta strong{display:block;font-size:15.5px}.call-meta span{font-size:13px;color:var(--muted)}.wave{display:flex;align-items:center;gap:3px;height:26px;margin-left:auto}.wave i{width:3.5px;border-radius:2px;background:var(--blue);animation:wave-bounce 1.1s ease-in-out infinite}.wave i:nth-child(1){height:10px;animation-delay:0s}.wave i:nth-child(2){height:18px;animation-delay:.15s}.wave i:nth-child(3){height:26px;animation-delay:.3s}.wave i:nth-child(4){height:16px;animation-delay:.45s}.wave i:nth-child(5){height:11px;animation-delay:.6s}@keyframes wave-bounce{0%,to{transform:scaleY(.45)}50%{transform:scaleY(1)}}.call-end{width:40px;height:40px;border-radius:50%;background:#ff453a;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;transform:rotate(135deg);margin-left:12px;flex-shrink:0}.agent-premium{margin-top:26px!important;font-size:14.5px}.premium-tag{display:inline-block;margin-left:8px;padding:3px 9px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.08em;vertical-align:middle}.viz-agent{background:var(--bg-soft);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:10px}.agent-msg{max-width:86%;padding:10px 14px;border-radius:16px;font-size:13.5px;line-height:1.45;opacity:0;animation:pop .5s cubic-bezier(.34,1.56,.64,1) forwards}.agent-msg.customer{align-self:flex-start;background:#fff;color:var(--ink);border-bottom-left-radius:5px;box-shadow:0 2px 8px #1d1d1f0d}.agent-msg.ai{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:5px}.agent-msg.ai b{display:inline-block;background:#ffffff40;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.08em;padding:2px 6px;margin-right:8px}.agent-msg:nth-child(1){animation-delay:.2s}.agent-msg:nth-child(2){animation-delay:.9s}.agent-msg:nth-child(3){animation-delay:1.6s}.agent-msg:nth-child(4){animation-delay:2.3s}.drip-line{flex:1;height:2px;min-width:28px;background:#d2d2d7;margin-bottom:34px}.how{padding:96px 0}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.how-grid .reveal{display:flex}.how-step{width:100%;background:var(--bg-soft);border-radius:28px;padding:40px 36px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.how-step:hover{transform:translateY(-4px)}.how-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-size:17px;font-weight:700;margin-bottom:22px}.how-step h3{font-size:20px;margin-bottom:8px}.how-step p{margin:0;color:var(--muted);font-size:15px}.how-cta{display:flex;justify-content:center;margin-top:48px}.pricing{padding:96px 0;background:var(--bg-soft)}.pricing-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:44px;box-shadow:0 30px 60px #1d1d1f14}.price-types{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--line)}.price-type{padding:8px 16px;border-radius:999px;border:1px solid var(--line);background:#fff;font-family:var(--font);font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.price-type:hover{color:var(--ink);border-color:#c9c9cf}.price-type.is-active{background:var(--blue);border-color:var(--blue);color:#fff}.price-tag{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-deep)}.price-figure{display:flex;align-items:baseline;gap:10px;margin:16px 0 28px}.price-from{color:var(--muted);font-size:15px}.price-amount{font-size:clamp(48px,5vw,64px);font-weight:700;letter-spacing:-.04em;color:var(--ink)}.price-unit{color:var(--muted);font-size:16px}.price-included{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:13px}.price-included li{display:flex;align-items:center;gap:12px;font-size:15.5px}.check{flex-shrink:0;width:21px;height:21px;border-radius:50%;background:var(--green-soft);color:var(--green-deep);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.rate-notes{display:flex;flex-direction:column;gap:14px}.rate-note{background:#fff;border-radius:var(--radius);padding:28px 32px;transition:transform .25s ease,box-shadow .25s ease}.rate-note:hover{transform:translate(6px);box-shadow:0 14px 30px #1d1d1f12}.rate-note h3{font-size:18.5px;margin-bottom:6px}.rate-note p{margin:0;color:var(--muted);font-size:15px}.rate-note-row{display:flex;align-items:center;justify-content:space-between;gap:28px}.type-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.type-chips span{font-size:12.5px;font-weight:600;background:var(--bg-soft);border-radius:999px;padding:7px 14px}.rate-bars{display:flex;align-items:flex-end;gap:6px;height:60px;flex-shrink:0;padding-right:4px}.rate-bars i{width:13px;border-radius:4px;background:var(--green)}.rate-bars i:nth-child(1){height:32%;opacity:.5}.rate-bars i:nth-child(2){height:54%;opacity:.65}.rate-bars i:nth-child(3){height:76%;opacity:.82}.rate-bars i:nth-child(4){height:100%}.globe-section{padding:96px 0}.globe-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.globe-copy h2{margin:0 0 16px}.globe-copy>p{color:var(--muted);font-size:17px;max-width:440px;margin:0}.globe-points{list-style:none;display:flex;gap:44px;margin:40px 0 0;padding:28px 0 0;border-top:1px solid var(--line)}.globe-points li{flex:1}.globe-points strong{display:block;font-size:24px;font-weight:700;letter-spacing:-.02em}.globe-points span{font-size:13.5px;color:var(--muted)}.globe-wrap{position:relative;display:flex;justify-content:center}.globe-wrap svg{width:min(440px,100%);height:auto}.globe-base{fill:#eef5fc}.globe-dot{fill:#6f9cc6}.globe-orbit{stroke:#c4d4e3;stroke-width:1.2;stroke-dasharray:3 9;stroke-linecap:round;transform-box:fill-box;transform-origin:center;animation:orbit-spin 60s linear infinite}@keyframes orbit-spin{to{transform:rotate(360deg)}}.globe-shadow{position:absolute;bottom:-14px;left:50%;transform:translate(-50%);width:250px;height:26px;background:#0f121924;border-radius:50%;filter:blur(18px)}.globe-arcs .arc{stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-dasharray:5 10;animation:dash-flow 2.8s linear infinite}.globe-arcs .a2{animation-delay:.9s}.globe-arcs .a3{animation-delay:1.8s}@keyframes dash-flow{to{stroke-dashoffset:-60}}.ping-dot{fill:var(--blue)}.ping-dot{stroke:#fff;stroke-width:2}.ping-ring{fill:none;stroke:var(--blue);stroke-width:1.5;transform-box:fill-box;transform-origin:center;animation:ping 3s ease-out infinite}.ping:nth-of-type(2) .ping-ring{animation-delay:.6s}.ping:nth-of-type(3) .ping-ring{animation-delay:1.2s}.ping:nth-of-type(4) .ping-ring{animation-delay:1.8s}.ping:nth-of-type(5) .ping-ring{animation-delay:2.4s}@keyframes ping{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(2.6);opacity:0}}.affiliate{padding:0 0 96px}.affiliate-band{display:flex;align-items:center;justify-content:space-between;gap:36px;border-radius:var(--radius-lg);padding:52px 56px;background:var(--bg-soft)}.affiliate-band h2{font-size:clamp(24px,3vw,34px);margin:0 0 8px}.affiliate-band p{margin:0;color:var(--muted)}.affiliate-band .eyebrow{margin-bottom:12px}.affiliate-band .btn-outline,.affiliate-band .btn-quiet{background:#fff}.blog{padding:96px 0 140px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{display:flex;flex-direction:column;height:100%;padding:32px;background:var(--bg-soft);border-radius:var(--radius-lg);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000014}.blog-card-meta{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.blog-card h3{margin:16px 0 12px;font-size:22px;line-height:1.3}.blog-card p{margin:0 0 24px;color:var(--muted);font-size:16px;line-height:1.6}.blog-card-link{margin-top:auto;font-weight:600;color:var(--blue-deep)}.blog-article{padding:96px 0 140px}.blog-article-inner{max-width:720px}.blog-back{display:block;margin-bottom:24px;font-weight:600;color:var(--muted);text-decoration:none}.blog-back:hover{color:var(--ink)}.blog-meta{margin:16px 0 0;font-size:15px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.blog-body{margin-top:40px}.blog-body p{margin:0 0 24px;font-size:19px;line-height:1.75;color:var(--ink)}.blog-notfound-actions{text-align:center}@media (max-width: 900px){.blog-grid{grid-template-columns:1fr}}.contact{padding:96px 0 140px}.contact-layout{display:grid;grid-template-columns:1.45fr .55fr;gap:56px;background:var(--bg-soft);border-radius:32px;padding:56px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form select,.contact-form textarea{font-family:var(--font);font-size:15.5px;font-weight:400;color:var(--ink);background:#fff;border:1.5px solid transparent;border-radius:14px;padding:14px 16px;outline:none;transition:border-color .15s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.contact-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236e6e73' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a8a8ad}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue)}.contact-form textarea{resize:vertical;min-height:120px}.consent{flex-direction:row!important;align-items:flex-start;gap:11px!important}.consent input[type=checkbox]{margin:2px 0 0;width:17px;height:17px;flex-shrink:0;accent-color:var(--blue)}.consent span{font-size:13px;font-weight:400;color:var(--muted);line-height:1.55}.contact-form .btn{align-self:flex-start;margin-top:8px}.contact-form .btn:disabled{opacity:.6;cursor:default;transform:none;box-shadow:none}.contact-status{margin:4px 0 0;font-size:15px;font-weight:600;color:var(--muted)}.contact-label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px}.contact-side{display:flex;flex-direction:column;gap:36px;padding-top:6px}.contact-email{font-size:clamp(17px,1.8vw,21px);font-weight:600;color:var(--ink);text-decoration:none}.contact-email:hover{color:var(--blue-deep)}.contact-socials{display:flex;gap:18px}.contact-socials a{font-size:14px;color:var(--muted);text-decoration:none}.contact-socials a:hover{color:var(--ink)}.cta-band{padding:0 0 96px}.cta-panel{position:relative;text-align:center;background:var(--blue);border-radius:var(--radius-lg);padding:88px 40px;overflow:hidden;box-shadow:0 30px 60px #2a9ef54d}.cta-panel:before,.cta-panel:after{content:"";position:absolute;border-radius:50%;background:#ffffff17;animation:drift 8s ease-in-out infinite}.cta-panel:before{width:280px;height:280px;top:-120px;left:-80px}.cta-panel:after{width:360px;height:360px;bottom:-180px;right:-100px;animation-delay:3s}.cta-panel h2{color:#fff;font-size:clamp(32px,4.4vw,54px)}.cta-panel p{color:#ffffffe6;font-size:18px;margin:18px auto 36px;max-width:460px}.cta-panel .btn{position:relative;z-index:1}@media (max-width: 980px){.hero{padding:64px 0 72px}.hero-grid{grid-template-columns:1fr;gap:72px}.hero-stats{gap:36px;flex-wrap:wrap}.bento{grid-template-columns:1fr}.bento-wide{flex-direction:column;align-items:flex-start}.bento-wide .bento-visual{max-width:100%;width:100%}.how-grid{grid-template-columns:repeat(2,1fr)}.rate-note-row{flex-direction:column;align-items:flex-start}.pricing{padding:72px 0}.pricing-grid{grid-template-columns:1fr;gap:24px}.section-head{margin-bottom:48px}.globe-grid{grid-template-columns:1fr;gap:48px}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-side{border-top:1px solid var(--line);padding-top:32px}.affiliate-band{flex-direction:column;align-items:flex-start}}@media (max-width: 560px){.hero-stats{gap:26px}.hero-stats dd{font-size:24px}.bento-card{padding:32px 26px}.contact-layout,.affiliate-band{padding:36px 28px}.form-row{grid-template-columns:1fr}.price-card{padding:32px 26px}.globe-points{gap:16px}.globe-points strong{font-size:19px}.how-grid{grid-template-columns:1fr}}.features-hero{position:relative;padding:104px 0 72px;text-align:center;overflow:hidden}.features-hero:before{content:"";position:absolute;width:520px;height:520px;top:-260px;left:50%;transform:translate(-50%);border-radius:50%;background:radial-gradient(closest-side,rgba(42,158,245,.12),transparent);pointer-events:none}.features-hero-copy{position:relative;max-width:760px;margin:0 auto}.features-hero-copy>*{opacity:0;animation:rise .8s cubic-bezier(.22,1,.36,1) forwards}.features-hero-copy>:nth-child(2){animation-delay:.08s}.features-hero-copy>:nth-child(3){animation-delay:.16s}.features-hero-copy>:nth-child(4){animation-delay:.24s}.features-hero-copy h1{font-size:clamp(42px,6vw,76px);line-height:1.04}.features-hero-copy .lede{margin:24px auto 36px;max-width:560px}.features-hero-copy .cta-row{justify-content:center}.features-spotlight{padding:110px 0;background:var(--bg-soft)}.features-more{padding:110px 0}.features-more .section-head{margin-bottom:56px}.feature-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-tile{height:100%;padding:36px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.feature-tile:hover{transform:translateY(-5px);box-shadow:0 28px 56px #1d1d1f17}.feature-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:22px;border-radius:14px;background:#2a9ef51a;color:var(--blue-deep)}.feature-tile h3{font-size:20px;letter-spacing:-.02em;margin-bottom:10px}.feature-tile p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.6}.features-cta{padding:40px 0 120px}.features-cta-panel{position:relative;text-align:center;background:var(--blue);border-radius:var(--radius-lg);padding:80px 40px;overflow:hidden;box-shadow:0 30px 60px #2a9ef54d}.features-cta-panel:before,.features-cta-panel:after{content:"";position:absolute;border-radius:50%;background:#ffffff17;animation:drift 8s ease-in-out infinite}.features-cta-panel:before{width:280px;height:280px;top:-120px;left:-80px}.features-cta-panel:after{width:360px;height:360px;bottom:-180px;right:-100px;animation-delay:3s}.features-cta-panel h2{color:#fff;font-size:clamp(32px,4.4vw,54px)}.features-cta-panel p{color:#ffffffe6;font-size:18px;margin:18px auto 36px;max-width:460px}.features-cta-panel .btn{position:relative;z-index:1}@media (max-width: 980px){.features-hero{padding:72px 0 48px}.features-spotlight,.features-more{padding:72px 0}.feature-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.feature-tiles{grid-template-columns:1fr}}.legal{padding:96px 0 120px}.legal-inner{max-width:760px}.legal-inner h1{margin-top:8px;font-size:clamp(36px,5vw,56px)}.legal-intro{margin:18px 0 0;color:var(--muted);font-size:18px}.legal-body{margin-top:44px}.legal-section{margin-bottom:36px}.legal-section h2{font-size:22px;letter-spacing:-.02em;margin-bottom:14px}.legal-section p{margin:0 0 14px;color:var(--ink);font-size:16.5px;line-height:1.7}.legal-section ul{margin:0 0 14px;padding-left:22px}.legal-section li{margin-bottom:8px;color:var(--ink);font-size:16.5px;line-height:1.7}.resources{padding:96px 0 120px}.resources .section-head{margin-bottom:56px}.resources .section-head .btn{margin-top:28px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.resource-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000014}.resource-thumb{aspect-ratio:16 / 10;background:var(--bg-soft);overflow:hidden}.resource-thumb img{width:100%;height:100%;object-fit:cover;display:block}.resource-body{display:flex;flex-direction:column;flex:1;padding:24px 26px 28px}.resource-meta{font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.resource-body h3{margin:12px 0 10px;font-size:18px;line-height:1.35}.resource-body p{margin:0 0 20px;color:var(--muted);font-size:14.5px;line-height:1.6}.resource-link{margin-top:auto;font-weight:600;color:var(--blue-deep)}@media (max-width: 900px){.resource-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.resources{padding:64px 0 80px}.resource-grid{grid-template-columns:1fr}}.resource-search{position:relative;max-width:460px;margin:0 auto 48px}.resource-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.resource-search input{width:100%;padding:14px 18px 14px 46px;font-family:var(--font);font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:999px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.resource-search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2a9ef526}.resource-empty{text-align:center;color:var(--muted);font-size:16px}.resource-article{padding:80px 0 120px}.resource-article-inner{max-width:760px}.resource-back{display:inline-block;margin-bottom:24px;font-weight:600;color:var(--muted);text-decoration:none}.resource-back:hover{color:var(--ink)}.resource-article .resource-meta{display:block;margin-bottom:12px}.resource-article h1{font-size:clamp(30px,4vw,46px);line-height:1.12}.resource-hero{width:100%;margin:36px 0 8px;border-radius:var(--radius-lg);display:block}.resource-content{margin-top:28px}.resource-content h2{font-size:24px;margin:36px 0 14px;letter-spacing:-.02em}.resource-content p{margin:0 0 18px;font-size:17px;line-height:1.7;color:var(--ink)}.resource-content ul{margin:0 0 18px;padding-left:22px}.resource-content li{margin-bottom:8px;font-size:17px;line-height:1.7;color:var(--ink)}.resource-content-img{width:100%;border-radius:var(--radius);margin:20px 0;display:block}
