:root{--teal: #1ec8c0;--blue: #4e8fe8;--purple: #9477ec;--ink: #26344a;--ink-soft: #5d6e86;--ink-faint: #93a2b8;--line: #e4ecf6;--wa: #25d366;--wa-dark: #15a64c;--bg: #eef4fc;--surface: #ffffff;--surface-2: #f6f9fe;--brand-grad: linear-gradient(115deg, #1ec8c0 0%, #4e8fe8 52%, #9477ec 100%);--brand-grad-soft: linear-gradient(115deg, #d9f6f4 0%, #dde9fc 52%, #e9e4fc 100%);--radius-xl: 36px;--radius-lg: 26px;--radius-md: 18px;--radius-sm: 12px;--shadow-sm: 0 4px 16px rgba(46, 86, 150, .08);--shadow-md: 0 16px 44px rgba(46, 86, 150, .12);--shadow-lg: 0 30px 80px rgba(46, 86, 150, .18);--maxw: 1180px;--ease: cubic-bezier(.22, 1, .36, 1)}[data-bg=clean]{--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f8fd}[data-bg=tint]{--bg: #e6effb;--surface: #ffffff;--surface-2: #f1f6fd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Nunito,system-ui,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,.display{font-family:"Baloo 2",Nunito,sans-serif;font-weight:700;line-height:1.04;margin:0;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}.grad-text{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:#4e8fe81a;padding:8px 14px;border-radius:999px;margin-bottom:18px}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--brand-grad)}.section{padding:clamp(70px,9vw,130px) 0;position:relative}.section-head{max-width:720px;margin:0 auto 56px;text-align:center}.section-head h2{font-size:clamp(32px,4.4vw,52px);margin:18px 0 16px}.section-head p{font-size:clamp(17px,1.5vw,20px);color:var(--ink-soft);line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:"Baloo 2",sans-serif;font-weight:600;font-size:17px;padding:16px 28px;border-radius:999px;border:none;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s;white-space:nowrap;text-align:center}.btn svg{width:20px;height:20px}.btn-wa{background:var(--wa);color:#fff;box-shadow:0 12px 28px #25d3665c}.btn-wa:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 38px #25d36675}.btn-grad{background:var(--brand-grad);color:#fff;box-shadow:0 12px 30px #4e8fe861;background-size:160% 160%}.btn-grad:hover{transform:translateY(-3px) scale(1.02);animation:gradPan 3s linear infinite}.btn-ghost{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.btn-ghost:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-lg{font-size:19px;padding:19px 36px}@keyframes gradPan{0%{background-position:0% 50%}to{background-position:160% 50%}}.nav{position:sticky;top:0;z-index:50;transition:background .3s,box-shadow .3s,padding .3s;padding:18px 0}.nav.scrolled{background:#ffffffd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line),0 8px 30px #2e56960f;padding:12px 0}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-logo img{height:38px;width:auto}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{font-weight:700;color:var(--ink-soft);font-size:15.5px;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-cta{display:flex;align-items:center;gap:14px}.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;z-index:60;transition:background .2s}.nav-burger:hover{background:#0000000f}.nav-burger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .28s var(--ease),opacity .2s}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;padding:90px 28px 40px;overflow-y:auto}.nav-mobile a{font-family:"Baloo 2";font-size:20px;font-weight:700;color:var(--ink);padding:16px 20px;border-bottom:1px solid var(--line);display:block;transition:color .2s,background .2s;border-radius:12px}.nav-mobile a:last-of-type{border-bottom:none}.nav-mobile a:hover{color:var(--blue);background:#4e8fe80f}.nav-mob-cta{display:flex!important;align-items:center;gap:10px;margin-top:24px;justify-content:center;background:var(--wa)!important;color:#fff!important;border-radius:999px!important;padding:16px 28px!important;box-shadow:0 12px 28px #25d3665c;border-bottom:none!important;font-size:18px!important}.nav-mob-cta:hover{background:#1db954!important}@media(max-width:900px){.nav-links,.nav-cta{display:none}.nav-burger{display:flex}}.mascot{filter:drop-shadow(0 24px 26px rgba(46,86,150,.18));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.float{animation:float 6s ease-in-out infinite}.float-2{animation:float 7.5s ease-in-out infinite}.float-3{animation:float 5.2s ease-in-out infinite .4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}[data-anim=subtle] .float,[data-anim=subtle] .float-2,[data-anim=subtle] .float-3{animation-duration:9s}[data-anim=still] .float,[data-anim=still] .float-2,[data-anim=still] .float-3{animation:none}.mascot-wrap:hover .mascot{animation:wiggle .7s var(--ease)}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg) scale(1.02)}60%{transform:rotate(2.5deg) scale(1.02)}}[data-anim=still] .mascot-wrap:hover .mascot{animation:none}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal[data-rv=in]{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}[data-anim=still] .reveal{opacity:1!important;transform:none!important;transition:none}@media(prefers-reduced-motion:reduce){.float,.float-2,.float-3{animation:none!important}.reveal{opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.hero{position:relative;padding:clamp(40px,6vw,80px) 0 clamp(60px,8vw,110px);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5}.hero-blob.b1{width:min(520px,80vw);height:min(520px,80vw);top:-160px;right:-120px;background:radial-gradient(circle,#b9ecea,transparent 70%)}.hero-blob.b2{width:min(480px,75vw);height:min(480px,75vw);bottom:-180px;left:-140px;background:radial-gradient(circle,#d6dcfb,transparent 70%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.hero-copy{max-width:600px}.hero h1{font-size:clamp(38px,5.6vw,70px);font-weight:800}.hero-sub{font-size:clamp(17px,1.65vw,21px);color:var(--ink-soft);line-height:1.55;margin:24px 0 32px;max-width:540px}.hero-cta{display:flex;flex-wrap:wrap;gap:14px}.hero-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:30px}.hero-trust span{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--ink-soft)}.hero-trust .tick{color:var(--teal);display:inline-flex}.hero-stage{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center}.hero-mascot-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:min(440px,90%);aspect-ratio:1}.hero-mascot-wrap .mascot{width:85%;position:relative;z-index:1}.hero-disc{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:90%;aspect-ratio:1;border-radius:50%;background:var(--brand-grad-soft);z-index:0}.chip{position:absolute;z-index:3;background:#fff;border-radius:16px;box-shadow:var(--shadow-md);padding:12px 16px;display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px}.chip small{display:block;font-weight:700;font-size:11.5px;color:var(--ink-faint);letter-spacing:.02em}.chip .big{font-family:"Baloo 2";font-size:20px;line-height:1}.chip-ic{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:none}.chip.c1{top:6%;left:-2%}.chip.c2{bottom:12%;left:-4%}.stars{color:#f5b21b;letter-spacing:1px;font-size:15px}@media(max-width:880px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:12px}.hero-copy{margin:0 auto;position:relative;z-index:2}.hero-cta,.hero-trust{justify-content:center}.hero-stage{min-height:320px;order:-1}.hero-mascot-wrap{width:min(340px,86%)}.chip{display:none}}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.vcard{background:var(--surface);border-radius:var(--radius-lg);padding:30px 26px 32px;box-shadow:var(--shadow-sm);border:1px solid var(--line);transition:transform .3s var(--ease),box-shadow .3s var(--ease);position:relative;overflow:hidden}.vcard:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.vcard-ic{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;margin-bottom:20px;background:var(--brand-grad-soft);color:var(--blue)}.vcard-ic svg{width:28px;height:28px}.vcard h3{font-size:21px;margin-bottom:10px}.vcard p{color:var(--ink-soft);font-size:15.5px;line-height:1.5}.vcard .vnum{position:absolute;top:18px;right:22px;font-family:"Baloo 2";font-weight:700;font-size:15px;color:var(--ink-faint);opacity:.5}@media(max-width:980px){.values{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.values{grid-template-columns:1fr}}.steps-section{background:var(--surface)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative}.step{text-align:center;position:relative;padding:0 10px}.step-num{width:64px;height:64px;border-radius:20px;margin:0 auto 20px;display:grid;place-items:center;background:var(--brand-grad);color:#fff;font-family:"Baloo 2";font-weight:700;font-size:28px;box-shadow:0 12px 26px #4e8fe852;transform:rotate(-4deg)}.step:nth-child(2) .step-num{transform:rotate(4deg)}.step h3{font-size:21px;margin-bottom:10px}.step p{color:var(--ink-soft);font-size:16px;line-height:1.5;max-width:300px;margin:0 auto}.steps-line{position:absolute;top:32px;left:16%;right:16%;height:3px;background:repeating-linear-gradient(90deg,var(--line) 0 10px,transparent 10px 20px);z-index:0}@media(max-width:820px){.steps{grid-template-columns:1fr;gap:40px}.steps-line{display:none}}.spot{display:grid;grid-template-columns:.92fr 1.08fr;gap:50px;align-items:center}.spot-stage{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.spot-stage .mascot{width:min(380px,88%)}.spot-disc{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:80%;aspect-ratio:1;border-radius:50%;background:var(--brand-grad-soft);z-index:-1}.spot h2{font-size:clamp(30px,3.8vw,46px);margin:16px 0 18px}.spot>div>p{color:var(--ink-soft);font-size:18px;line-height:1.55}.spot-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}.spot-list li{display:flex;gap:14px;align-items:flex-start;font-size:16px;line-height:1.45;font-weight:600}.spot-list .li-ic{flex:none;width:30px;height:30px;border-radius:9px;background:var(--brand-grad-soft);color:var(--blue);display:grid;place-items:center;margin-top:1px}.spot-list .li-ic svg{width:17px;height:17px}.spot-note{margin-top:24px;font-size:14.5px;color:var(--ink-faint);font-style:italic}@media(max-width:880px){.spot{grid-template-columns:1fr;gap:20px}.spot-stage{min-height:340px;order:-1}}.proof-section{background:var(--surface)}.proof-card{max-width:980px;margin:0 auto;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 36px;position:relative;overflow:hidden}.proof-card h3{font-size:20px;margin-bottom:6px}.proof-card .sub{color:var(--ink-soft);font-size:14.5px;margin-bottom:0;line-height:1.5}.ex-tag{position:absolute;top:18px;right:20px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);background:#fff;padding:5px 10px;border-radius:999px;border:1px solid var(--line)}.proof-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;flex-wrap:wrap}.proof-card-head>div:first-child{flex:1;min-width:0}.pchart-legend{display:flex;gap:22px;flex-wrap:wrap;flex-shrink:0;padding-top:4px}.pchart-legend .lg{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:800;color:var(--ink-soft)}.pchart-legend .lg-bar{width:13px;height:13px;border-radius:4px;background:var(--brand-grad)}.pchart-legend .lg-line{width:18px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--teal),var(--purple))}.pchart{width:100%;height:auto;display:block;overflow:visible;margin-top:4px}.pchart .grid{stroke:#e7edf6;stroke-width:1;stroke-dasharray:2 6}.pchart .axis{fill:var(--ink-faint);font-size:14px;font-weight:800;font-family:Nunito,sans-serif}@keyframes barRise{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes lineDraw{0%{stroke-dashoffset:var(--dash-len, 980)}to{stroke-dashoffset:0}}@keyframes dotPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.pchart .bar{transform-box:fill-box;transform-origin:center bottom;transform:scaleY(0)}.pchart .bar.live{animation:barRise .65s var(--ease) both}.pchart .rline{fill:none;stroke:url(#lineGrad);stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:980;stroke-dashoffset:980}.pchart .rline.live{animation:lineDraw 1.4s var(--ease) both}.pchart .rdot{transform-box:fill-box;transform-origin:center center;opacity:0}.pchart .rdot.live{animation:dotPop .45s cubic-bezier(.34,1.56,.64,1) both}@media(prefers-reduced-motion:reduce){.pchart .bar{transform:scaleY(1)!important;animation:none!important}.pchart .rline{stroke-dashoffset:0!important;animation:none!important}.pchart .rdot{opacity:1!important;transform:scale(1)!important;animation:none!important}}.proof-stats{display:flex;align-items:stretch;gap:0;margin-top:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.pstat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px 20px;opacity:0;transform:translateY(16px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.pstat.ps-in{opacity:1;transform:none}.pstat:nth-child(1){transition-delay:.55s}.pstat:nth-child(3){transition-delay:.72s}.pstat:nth-child(5){transition-delay:.88s}.pstat-cause{background:#1ec8c00d;position:relative;overflow:hidden}.pstat-cause:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(30,200,192,.08) 50%,transparent 60%);transform:translate(-100%);transition:transform 0s}.pstat-cause.ps-in:after{transform:translate(100%);transition:transform .9s var(--ease) 1s}.pstat-label{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:800;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.pstat-reviews{display:flex;align-items:center;justify-content:center;gap:8px;font-family:"Baloo 2";font-weight:800;line-height:1;margin-bottom:6px}.pstat-before{font-size:38px;color:#c2cede}.pstat-big{font-family:"Baloo 2";font-weight:800;font-size:44px;line-height:1;margin-bottom:6px}.pstat-note{font-size:12.5px;font-weight:700;color:var(--wa-dark)}.pstat-cause .pstat-note{color:var(--ink-faint);font-style:italic}.pstat-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 6px;color:var(--blue);flex-shrink:0;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.5;animation:nudge 2.4s var(--ease) infinite}[data-anim=still] .pstat-arrow{animation:none}.pstat-sep{width:1px;background:var(--line);align-self:stretch;margin:20px 0;flex-shrink:0}.proof-note-wrap{max-width:980px;margin:26px auto 0;text-align:center}@media(max-width:700px){.proof-card{padding:24px 20px}.proof-card-head{flex-direction:column;gap:12px}.proof-stats{flex-direction:column}.pstat-arrow{flex-direction:row;padding:6px 20px;animation:none}.pstat-sep{width:auto;height:1px;margin:0 20px;align-self:auto}}@media(prefers-reduced-motion:reduce){.pstat{opacity:1!important;transform:none!important}.pstat-cause:after{display:none}.pstat-arrow{animation:none}}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.plan{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.plan:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.plan.featured{border:none;background:var(--brand-grad);color:#fff;box-shadow:var(--shadow-lg);transform:scale(1.03)}.plan.featured:hover{transform:scale(1.03) translateY(-6px)}.plan-tag{font-weight:800;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:999px;background:#ffffff38;align-self:flex-start;margin-bottom:18px}.plan:not(.featured) .plan-tag{background:#4e8fe81f;color:var(--blue)}.plan h3{font-size:26px;margin-bottom:6px}.plan .plan-for{font-size:14.5px;opacity:.85;margin-bottom:16px}.plan:not(.featured) .plan-for{color:var(--ink-soft)}.plan .price{font-family:"Baloo 2";font-weight:700;font-size:22px;margin-bottom:22px}.plan .price small{display:block;font-size:13px;font-weight:600;opacity:.8;margin-top:2px}.plan ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}.plan li{display:flex;gap:10px;align-items:flex-start;font-size:15px;font-weight:600;line-height:1.4}.plan li .ck{flex:none;margin-top:2px}.plan:not(.featured) li .ck{color:var(--teal)}.plan .btn{margin-top:auto}.plan:not(.featured) .btn{background:var(--surface-2);color:var(--ink);border:1px solid var(--line)}.plan:not(.featured) .btn:hover{background:#fff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.plan.featured .btn{background:#fff;color:var(--blue)}.plan.featured .btn:hover{transform:translateY(-2px) scale(1.01)}@media(max-width:940px){.plans{grid-template-columns:1fr;max-width:460px;margin:0 auto}.plan.featured{transform:none}.plan.featured:hover,.plan:hover{transform:translateY(-4px)}}.faq-wrap{max-width:820px;margin:0 auto;display:grid;gap:14px}.faq{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .25s,border-color .25s}.faq.open{box-shadow:var(--shadow-md);border-color:transparent}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;font-family:"Baloo 2";font-weight:600;font-size:19px;width:100%;background:none;border:none;text-align:left;color:inherit}.faq-q .pl{flex:none;width:28px;height:28px;border-radius:8px;background:var(--brand-grad-soft);color:var(--blue);display:grid;place-items:center;transition:transform .3s var(--ease)}.faq.open .faq-q .pl{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-a-inner{padding:0 26px 24px;color:var(--ink-soft);font-size:16px;line-height:1.6}.cta-band{position:relative}.cta-box{position:relative;background:var(--brand-grad);border-radius:var(--radius-xl);padding:clamp(40px,6vw,76px);overflow:hidden;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;box-shadow:var(--shadow-lg)}.cta-box h2{font-size:clamp(30px,4vw,50px);margin-bottom:16px}.cta-box p{font-size:clamp(16px,1.6vw,20px);opacity:.94;line-height:1.5;margin-bottom:30px;max-width:520px}.cta-actions{display:flex;flex-wrap:wrap;gap:14px}.cta-box .btn-wa{box-shadow:0 14px 32px #0000002e}.cta-box .btn-line{background:#ffffff29;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.cta-box .btn-line:hover{background:#ffffff42;transform:translateY(-3px)}.cta-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px}.cta-stage .mascot{width:min(300px,80%)}.cta-deco{position:absolute;border-radius:50%;background:#ffffff1a}.cta-deco.d-a{width:320px;height:320px;top:-120px;right:-80px}.cta-deco.d-b{width:220px;height:220px;bottom:-110px;left:-60px}@media(max-width:820px){.cta-box{grid-template-columns:1fr;text-align:center}.cta-actions{justify-content:center}.cta-stage{order:-1;min-height:220px}}.footer{padding:60px 0 40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;flex-wrap:wrap;padding-bottom:30px;border-bottom:1px solid var(--line)}.footer-logo img{height:36px;margin-bottom:14px}.footer-logo p{color:var(--ink-soft);max-width:320px;font-size:15px;line-height:1.5}.footer-cols{display:flex;gap:60px;flex-wrap:wrap}.footer-col h4{font-family:"Baloo 2";font-size:15px;margin-bottom:14px;color:var(--ink)}.footer-col a{display:block;color:var(--ink-soft);font-size:14.5px;font-weight:600;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;flex-wrap:wrap;color:var(--ink-faint);font-size:13.5px;font-weight:600}.cu{font-variant-numeric:tabular-nums}.head-split{display:grid;grid-template-columns:300px 1fr;gap:44px;align-items:center;max-width:980px;margin:0 auto 56px}.head-split.right{grid-template-columns:1fr 300px}.head-split .hs-mascot{position:relative;display:flex;justify-content:center}.head-split .hs-mascot .mascot{width:100%;max-width:300px}.head-split .hs-mascot .hs-disc{position:absolute;width:86%;aspect-ratio:1;border-radius:50%;background:var(--brand-grad-soft);top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.head-split .hs-text{text-align:left}.head-split.right .hs-text{order:-1}.head-split .hs-text h2{font-size:clamp(30px,4vw,48px);margin:16px 0 14px}.head-split .hs-text p{font-size:clamp(16px,1.5vw,19px);color:var(--ink-soft);line-height:1.5}@media(max-width:860px){.head-split,.head-split.right{grid-template-columns:1fr;gap:6px;text-align:center;max-width:560px}.head-split .hs-text{text-align:center}.head-split.right .hs-text{order:0}.head-split .hs-mascot{order:-1;max-width:240px;margin:0 auto}}.footer-logo{position:relative}.footer-mascot{width:84px;height:auto;float:left;margin:-6px 16px 0 0}.cmp2-head{max-width:640px}.cmp2-title{font-size:clamp(40px,5.5vw,66px)!important;line-height:1.08!important}.cmp2-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.cmp2-problems{display:flex;flex-direction:column;gap:10px}.cmp2-pcard{display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 22px;box-shadow:var(--shadow-sm);transition:transform .26s var(--ease),box-shadow .26s var(--ease)}.cmp2-pcard:hover{transform:translate(5px);box-shadow:var(--shadow-md)}.cmp2-avatar{width:44px;height:44px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--brand-grad-soft);color:var(--blue)}.cmp2-avatar svg{width:21px;height:21px}.cmp2-pcard p{flex:1;margin:0;font-size:15.5px;line-height:1.5;color:var(--ink);font-weight:500}.cmp2-solution{position:relative;background:var(--brand-grad);border-radius:var(--radius-xl);padding:32px 30px 30px;color:#fff;box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:cardFloat 6s ease-in-out infinite}[data-anim=subtle] .cmp2-solution{animation-duration:10s}[data-anim=still] .cmp2-solution{animation:none}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cmp2-dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.16) 1.2px,transparent 1.2px);background-size:22px 22px;pointer-events:none}.cmp2-sol-brand{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.22);position:relative}.cmp2-sol-brand-text{display:flex;flex-direction:column;gap:3px}.cmp2-sol-name{font-family:"Baloo 2";font-size:22px;font-weight:800;color:#fff;line-height:1}.cmp2-sol-tag{font-size:13px;font-weight:700;color:#ffffffeb}.cmp2-mascot{width:72px;height:auto;flex:none;filter:drop-shadow(0 10px 20px rgba(0,0,0,.22));margin-bottom:-4px}.cmp2-sol-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px;flex:1;position:relative}.cmp2-sol-item{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;font-weight:700;line-height:1.45;color:#fff}.cmp2-sol-ck{width:22px;height:22px;border-radius:50%;flex:none;margin-top:2px;background:#ffffff47;display:grid;place-items:center;flex-shrink:0}.cmp2-cta{width:100%;justify-content:center;margin-top:auto;background:#fff;color:#1a5fc4;font-size:15.5px;font-weight:700;padding:14px 24px;transition:transform .2s var(--ease),box-shadow .2s}.cmp2-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0003}@media(max-width:860px){.cmp2-grid{grid-template-columns:1fr}.cmp2-solution{animation:none}.cmp2-pcard:hover{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.cmp2-solution{animation:none}}@keyframes nudge{0%,to{transform:translate(-3px)}50%{transform:translate(3px)}}@media(max-width:768px){.section{padding:clamp(48px,8vw,80px) 0}.section-head{margin-bottom:36px}.footer-top{flex-direction:column;align-items:flex-start;gap:24px}.footer-cols{gap:32px}.footer-bottom{flex-direction:column;text-align:center;gap:6px}.head-split .hs-mascot{max-width:200px}.proof-stats{flex-direction:column}.pstat-arrow{flex-direction:row;padding:8px 20px;animation:none}.pstat-sep{width:100%;height:1px;margin:0;align-self:auto}.pstat{padding:18px 16px}}@media(max-width:640px){.wrap{padding:0 18px}.nav-logo img{height:32px}.hero .eyebrow{flex-direction:column;align-items:center;gap:4px;border-radius:14px;padding:10px 20px;font-size:11px;letter-spacing:.08em;margin-bottom:22px}.ey-first{display:inline-flex;align-items:center;gap:7px}.ey-sep{display:none}.ey-second{opacity:.85}.hero-stage{min-height:240px}.hero-mascot-wrap{width:min(280px,80%)}.hero-blob{filter:blur(40px);opacity:.4}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;justify-content:center}.section-head h2{font-size:clamp(26px,6vw,40px)}.proof-card{padding:20px 18px}.proof-card-head{flex-direction:column;gap:10px}.pchart-legend{gap:14px}.cmp2-solution{padding:24px 22px 22px}.cmp2-sol-name{font-size:18px}.cmp2-mascot{width:56px}.cmp2-pcard{padding:16px 18px;gap:12px}.cmp2-avatar{width:38px;height:38px}.cmp2-avatar svg{width:18px;height:18px}.cmp2-pcard p{font-size:14px}.plans{max-width:100%}.faq-q{padding:18px;font-size:17px;gap:12px}.faq-a-inner{padding:0 18px 20px}.cta-box h2{font-size:clamp(22px,6vw,34px)}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%;justify-content:center}.footer-cols{flex-wrap:wrap;gap:20px}}@media(max-width:480px){.wrap{padding:0 16px}.hero h1{font-size:clamp(28px,7.5vw,40px)}.hero-sub{font-size:15.5px}.hero-stage{min-height:200px}.hero-mascot-wrap{width:min(220px,72%)}.hero-blob{filter:blur(32px);opacity:.35}.hero-trust{gap:6px 16px;font-size:13px}.cta-deco.d-a{width:min(320px,60vw);height:min(320px,60vw)}.cta-deco.d-b{width:min(220px,45vw);height:min(220px,45vw)}.hs-disc{width:90%}.eyebrow{font-size:10.5px;padding:6px 12px}.vcard{padding:22px 18px 24px}.vcard h3{font-size:19px}.step-num{width:54px;height:54px;font-size:24px}.spot-stage{min-height:260px}.spot-list li{font-size:14.5px}.proof-card{padding:18px 14px}.pstat-big{font-size:36px}.pstat-before{font-size:30px}.plan{padding:24px 20px}.faq-q{padding:16px 14px;font-size:16px}.faq-a-inner{padding:0 14px 18px;font-size:15px}.cta-box p{font-size:clamp(14px,3.5vw,17px)}.footer-cols{flex-direction:column;gap:14px}.footer-col a{margin-bottom:8px}.footer{padding:36px 0 24px}.footer-bottom{font-size:12px}}@media(max-width:375px){.wrap{padding:0 14px}.hero h1{font-size:clamp(26px,7vw,34px)}.hero-sub{font-size:15px}.btn-lg{font-size:16px;padding:15px 22px}.cmp2-pcard{padding:14px;gap:10px}.cmp2-avatar{width:34px;height:34px}.faq-q{font-size:15px;padding:14px 12px}.plan{padding:20px 16px}.pstat-big{font-size:32px}.pstat-before{font-size:28px}.pstat-reviews{gap:6px}}
