:root{--primary:#0a0a0a;--text:#0a0a0a;--text-2:#3d3d3d;--text-m:#71717a;--text-l:#a1a1aa;--white:#fff;--g50:#fafafa;--g100:#f4f4f5;--g200:#e4e4e7;--g300:#d4d4d8;--border:#e4e4e7;--green:#10b981;--blue:#3b82f6;--orange:#f59e0b;--purple:#8b5cf6;--radius:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}body{color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;cursor:none;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.js-tilt-glare{border-radius:inherit}.cursor{pointer-events:none;z-index:9999;width:8px;height:8px;transition:width height background .2s cubic-bezier(.22, 1, .36, 1);mix-blend-mode:difference;background:#0a0a0a;border-radius:50%;position:fixed;transform:translate(-50%,-50%)}.cursor.hover{background:#fff;width:48px;height:48px}.cursor-follower{pointer-events:none;z-index:9998;mix-blend-mode:difference;border:1.5px solid #0000001f;border-radius:50%;width:36px;height:36px;transition:width .35s cubic-bezier(.22,1,.36,1),height .35s cubic-bezier(.22,1,.36,1),border .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-follower.hover{border-color:#ffffff40;width:64px;height:64px}.scroll-progress{z-index:10001;transform-origin:0;background:linear-gradient(90deg,#0a0a0a,#555);width:0;height:3px;position:fixed;top:0;left:0}.btn{cursor:none;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#fff0);transition:opacity .3s;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn-md{border-radius:10px;padding:10px 22px}.btn-lg{border-radius:12px;padding:14px 30px;font-size:15px}.btn-primary{color:#fff;background:#0a0a0a;box-shadow:0 2px 8px #0000001f,0 0 0 1px #0000000a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-secondary{color:#0a0a0a;background:#fff;border:1.5px solid #e4e4e7}.btn-secondary:hover{background:#fafafa;border-color:#d4d4d8;transform:translateY(-1px)}.btn-ghost{color:#3d3d3d;background:0 0;border-radius:8px;padding:8px 14px}.btn-ghost:hover{background:#f4f4f5}.btn-white{color:#0a0a0a;background:#fff;box-shadow:0 4px 14px #0000001a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000026}.navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffc;border-bottom:1px solid #0000;height:60px;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffff2;border-bottom-color:#e4e4e7;box-shadow:0 1px #0000000a}.nav-container{align-items:center;height:60px;display:flex}.nav-brand{letter-spacing:-.5px;color:#0a0a0a;flex-shrink:0;margin-right:40px;font-size:17px;font-weight:800}.nav-brand span{color:#a1a1aa;font-weight:400}.nav-links{flex:1;gap:2px;display:flex}.nav-links a{color:#71717a;border-radius:8px;padding:6px 14px;font-size:13.5px;font-weight:500;transition:color .2s}.nav-links a:hover{color:#0a0a0a}.nav-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.nav-login{color:#71717a;padding:6px 14px;font-size:13.5px;font-weight:500;transition:color .2s}.nav-login:hover{color:#0a0a0a}.nav-cta{color:#fff;background:#0a0a0a;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #0000001a}.nav-cta svg{transition:transform .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.nav-cta:hover svg{transform:translate(2px)}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.mobile-toggle span{background:#0a0a0a;border-radius:1px;width:18px;height:1.5px;transition:all .3s}@media (width<=768px){.navbar{height:52px}.nav-container{height:52px;padding:0 16px}.nav-brand{margin-right:0;font-size:15px}.nav-links,.nav-actions{display:none}.mobile-toggle{display:flex}.nav-links.open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999;background:#fffffffa;flex-direction:column;gap:0;padding:16px 24px;animation:.2s menuIn;display:flex;position:fixed;inset:52px 0 0}.nav-links.open a{color:#0a0a0a;border-bottom:1px solid #e4e4e7;border-radius:0;padding:16px 0;font-size:16px;font-weight:600}.nav-links.open a:last-child{border-bottom:none}.nav-links.open a:hover{color:#71717a;background:0 0}.nav-links.open~.nav-actions{z-index:1000;background:#fff;border-top:1px solid #e4e4e7;flex-direction:column;gap:8px;padding:16px 24px 32px;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-links.open~.nav-actions .btn{justify-content:center;width:100%;padding:14px;font-size:14px}}@keyframes menuIn{0%{opacity:0}to{opacity:1}}@media (width<=1024px){.nav-brand{margin-right:24px}.nav-links a{padding:6px 10px;font-size:13px}.nav-actions .btn{font-size:13px}}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-mesh{pointer-events:none;background:radial-gradient(circle at 20% 30%,#3b82f60f 0%,#0000 50%),radial-gradient(circle at 80% 20%,#10b9810d 0%,#0000 50%),radial-gradient(circle at 50% 80%,#f59e0b0a 0%,#0000 50%),radial-gradient(circle at 70% 60%,#8b5cf608 0%,#0000 40%);animation:20s ease-in-out infinite meshFloat;position:absolute;inset:-50%}@keyframes meshFloat{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(2%,-3%)rotate(1deg)}50%{transform:translate(-1%,2%)rotate(-1deg)}75%{transform:translate(3%,1%)rotate(.5deg)}}.hero-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{opacity:.06;background:#0a0a0a;border-radius:50%;width:4px;height:4px;position:absolute}.hero-container{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:60px;display:grid;position:relative}.hero-content{position:relative}.hero-badge{color:#71717a;opacity:0;background:#fff;border:1px solid #e4e4e7;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:5px 14px 5px 6px;font-size:13px;font-weight:500;display:inline-flex;box-shadow:0 1px 3px #0000000a}.badge-dot-wrap{background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.badge-dot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:.5;transform:scale(1);box-shadow:0 0 #10b98166}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 0 6px #10b98100}}.hero-title{letter-spacing:-2.5px;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.hero-title .char{opacity:0;transform-origin:bottom;color:#d4d4d8;transition:color;display:inline-block;transform:translateY(80px)rotateX(-90deg)}.hero-title .char.filled{color:#0a0a0a;transition:color .3s}.hero-title .whitespace{width:.3em;display:inline-block}.hero-title .word:last-child .char{--fill-target:#71717a}.hero-subtitle{color:#71717a;opacity:0;max-width:460px;margin-bottom:36px;font-size:17px;line-height:1.7}.hero-cta{opacity:0;gap:12px;display:flex}.hero-trust{opacity:0;align-items:center;gap:16px;margin-top:36px;display:flex}.trust-avatars{display:flex}.trust-av{color:#fff;background:#0a0a0a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:11px;font-weight:700;display:flex}.trust-av:first-child{margin-left:0}.trust-stars{gap:1px;display:flex}.trust-text{color:#71717a;font-size:13px;font-weight:500}.trust-info{flex-direction:column;gap:2px;display:flex}.scroll-hint{color:#a1a1aa;letter-spacing:.5px;opacity:0;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-mouse{border:2px solid #d4d4d8;border-radius:11px;width:22px;height:34px;position:relative}.scroll-wheel{background:#71717a;border-radius:2px;width:3px;height:6px;animation:1.5s ease-in-out infinite scrollAnim;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollAnim{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(12px)}}.hero-pin{height:400vh;position:relative}.hero-pin-inner{background:#fff;align-items:center;height:100vh;transition:background .6s,color .6s;display:flex;position:sticky;top:0;overflow:hidden}.hero-pin-inner.hp-dark{background:#0a0a0a}.hero-pin-inner.hp-dark .hp-title{color:#fff}.hero-pin-inner.hp-dark .hp-title span{color:#71717a}.hero-pin-inner.hp-dark .hp-desc{color:#52525b}.hero-pin-inner.hp-dark .hp-tag{color:#71717a}.hero-pin-inner.hp-dark .hp-tag span{color:#0a0a0a;background:#fff}.hero-pin-inner.hp-dark .hp-nums strong{color:#fff}.hero-pin-inner.hp-dark .hp-nums span{color:#52525b}.hero-pin-inner.hp-dark .hp-step{color:#555;background:#000000e6;border-color:#333}.hero-pin-inner.hp-dark .hp-step.active{color:#0a0a0a;background:#fff;border-color:#fff}.hp-steps{z-index:20;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;left:28px;transform:translateY(-50%)}.hp-step{color:#d4d4d4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:2px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;transition:all .4s;display:flex}.hp-step.active{color:#fff;background:#0a0a0a;border-color:#0a0a0a;transform:scale(1.1)}.hp-scroll-line{z-index:5;background:#ebebeb;border-radius:1px;width:2px;position:absolute;top:10%;bottom:10%;left:50%;transform:translate(-50%)}.hp-dark .hp-scroll-line{background:#27272a}.hp-scroll-line-fill{background:#0a0a0a;border-radius:1px;width:100%;height:0%;transition:height .3s;position:absolute;top:0;left:0}.hp-dark .hp-scroll-line-fill{background:#fff}.hp-scroll-dot{background:#0a0a0a;border-radius:50%;width:10px;height:10px;transition:top .3s;position:absolute;top:0%;left:50%;transform:translate(-50%,-50%)}.hp-scroll-dot:after{content:"";opacity:.2;border:2px solid #0a0a0a;border-radius:50%;animation:2s ease-in-out infinite hpDotRing;position:absolute;inset:-4px}.hp-dark .hp-scroll-dot{background:#fff}.hp-dark .hp-scroll-dot:after{border-color:#fff}@keyframes hpDotRing{0%,to{opacity:.2;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}.hp-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;padding-left:80px;display:grid;position:relative}.hp-left,.hp-right{align-items:center;min-height:460px;display:flex;position:relative}.hp-slide{opacity:0;pointer-events:none;align-items:center;transition:opacity .5s,transform .5s;display:flex;position:absolute;inset:0;transform:translateY(30px)}.hp-slide.active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.hp-slide-text{flex-direction:column;justify-content:center;align-items:flex-start}.hp-slide-visual{justify-content:center}.hp-slide-visual>*{width:100%}.hp-tag{color:#a1a1aa;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:700;display:flex}.hp-tag span{color:#fff;letter-spacing:0;background:#0a0a0a;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:flex}.hp-title{letter-spacing:-1.5px;color:#0a0a0a;margin-bottom:16px;font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.15}.hp-title span{color:#71717a}.hp-desc{color:#71717a;max-width:440px;margin-bottom:28px;font-size:15px;line-height:1.7}.hp-nums{gap:28px;display:flex}.hp-nums div{flex-direction:column;display:flex}.hp-nums strong{color:#0a0a0a;letter-spacing:-.5px;font-size:22px;font-weight:800}.hp-nums span{color:#a1a1aa;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:11px;font-weight:600}.hp-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000012}.hp-card-dark{color:#fff;background:#18181b;border-color:#27272a;box-shadow:0 20px 60px #0000004d}.hp-v-full{flex-direction:column;display:flex}.hp-card-head{color:#0a0a0a;border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:14px 18px;font-size:13px;font-weight:700;display:flex}.hp-card-dark .hp-card-head{color:#fff;border-color:#27272a}.hp-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px}.hp-pulse{animation:1.5s ease-in-out infinite hpPulse}@keyframes hpPulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}.hp-timer{font-variant-numeric:tabular-nums;letter-spacing:.5px;margin-left:auto;font-size:14px;font-weight:800}.hp-head-counter{color:#71717a;background:#f0f0f0;border-radius:6px;align-items:center;gap:5px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:700;display:flex}.hp-counter-pulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite hpPulse}.hp-toast{background:#f0fdf4;border:1px solid #dcfce7;border-radius:10px;align-items:center;gap:10px;margin:10px 14px;padding:10px 14px;animation:.5s hpToastIn;display:flex}@keyframes hpToastIn{0%{opacity:0;transform:translateY(-8px)}}.hp-toast-icon{background:#dcfce7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hp-toast-text strong{color:#059669;font-size:12px;font-weight:700;display:block}.hp-toast-text span{color:#6b7280;font-size:11px}.hp-lead-item{border-bottom:1px solid #f5f5f5;align-items:center;gap:12px;padding:12px 18px;display:flex}.hp-lead-item:last-child{border-bottom:none}.hp-li-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hp-li-info{flex:1;min-width:0}.hp-li-info strong{color:#0a0a0a;font-size:13px;font-weight:700;display:block}.hp-li-info span{color:#a1a1aa;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}.hp-li-time{color:#d4d4d4;flex-shrink:0;font-size:10px;font-weight:600}.hp-li-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:5px;flex-shrink:0;padding:3px 9px;font-size:10px;font-weight:700}.hp-b-new{color:#1d4ed8;background:#eff6ff}.hp-b-proc{color:#b45309;background:#fffbeb}.hp-b-qual{color:#15803d;background:#f0fdf4}.hp-caller{align-items:center;gap:12px;padding:14px 18px;display:flex}.hp-caller-av{color:#fff;background:#3f3f46;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:700;display:flex}.hp-caller-detail{flex:1}.hp-caller-name{font-size:15px;font-weight:700}.hp-caller-sub{color:#71717a;margin-top:2px;font-size:11px}.hp-hot-badge{color:#f87171;text-transform:uppercase;letter-spacing:.5px;background:#ef444426;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:10px;font-weight:800}.hp-wave-lg{justify-content:center;align-items:center;gap:2.5px;height:48px;margin:4px 0;padding:0 18px;display:flex}.hp-wave-lg span{background:#fff;border-radius:2px;width:3px;animation:.65s ease-in-out infinite alternate hpWave}.hp-wave-lg span:first-child{height:24px;animation-delay:30ms}.hp-wave-lg span:nth-child(2){height:25px;animation-delay:60ms}.hp-wave-lg span:nth-child(3){height:7px;animation-delay:90ms}.hp-wave-lg span:nth-child(4){height:34px;animation-delay:.12s}.hp-wave-lg span:nth-child(5){height:22px;animation-delay:.15s}.hp-wave-lg span:nth-child(6){height:20px;animation-delay:.18s}.hp-wave-lg span:nth-child(7){height:33px;animation-delay:.21s}.hp-wave-lg span:nth-child(8){height:18px;animation-delay:.24s}.hp-wave-lg span:nth-child(9){height:14px;animation-delay:.27s}.hp-wave-lg span:nth-child(10){height:27px;animation-delay:.3s}.hp-wave-lg span:nth-child(11){height:20px;animation-delay:.33s}.hp-wave-lg span:nth-child(12){height:35px;animation-delay:.36s}.hp-wave-lg span:nth-child(13){height:17px;animation-delay:.39s}.hp-wave-lg span:nth-child(14){height:9px;animation-delay:.42s}.hp-wave-lg span:nth-child(15){height:26px;animation-delay:.45s}.hp-wave-lg span:nth-child(16){height:6px;animation-delay:.48s}.hp-wave-lg span:nth-child(17){height:21px;animation-delay:.51s}.hp-wave-lg span:nth-child(18){height:29px;animation-delay:.54s}.hp-wave-lg span:nth-child(19){height:36px;animation-delay:.57s}.hp-wave-lg span:nth-child(20){height:21px;animation-delay:.6s}.hp-wave-lg span:nth-child(21){height:27px;animation-delay:.63s}.hp-wave-lg span:nth-child(22){height:26px;animation-delay:.66s}.hp-wave-lg span:nth-child(23){height:9px;animation-delay:.69s}.hp-wave-lg span:nth-child(24){height:29px;animation-delay:.72s}.hp-wave-lg span:nth-child(25){height:13px;animation-delay:.75s}.hp-wave-lg span:nth-child(26){height:10px;animation-delay:.78s}.hp-wave-lg span:nth-child(27){height:11px;animation-delay:.81s}.hp-wave-lg span:nth-child(28){height:6px;animation-delay:.84s}.hp-wave-lg span:nth-child(29){height:16px;animation-delay:.87s}.hp-wave-lg span:nth-child(30){height:30px;animation-delay:.9s}.hp-wave-lg span:nth-child(31){height:6px;animation-delay:.93s}.hp-wave-lg span:nth-child(32){height:22px;animation-delay:.96s}.hp-wave-lg span:nth-child(33){height:9px;animation-delay:.99s}.hp-wave-lg span:nth-child(34){height:34px;animation-delay:1.02s}.hp-wave-lg span:nth-child(35){height:25px;animation-delay:1.05s}@keyframes hpWave{0%{opacity:.2;transform:scaleY(.2)}to{opacity:1;transform:scaleY(1)}}.hp-transcript-lg{flex-direction:column;gap:8px;max-height:180px;padding:10px 18px;display:flex;overflow:hidden}.hp-tl{color:#a1a1aa;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6;display:flex}.hp-tl b{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;flex-shrink:0;margin-top:2px;padding:3px 6px;font-size:9px;font-weight:800;display:inline-block}.hp-tl span{flex:1}.hp-tl-ai b{color:#111;background:#fff}.hp-tl-lead b{color:#a1a1aa;background:#3f3f46}.hp-dots{gap:4px;padding:6px 0;display:flex}.hp-dots span{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite hpDots}.hp-dots span:nth-child(2){animation-delay:.2s}.hp-dots span:nth-child(3){animation-delay:.4s}@keyframes hpDots{0%,60%,to{opacity:.2;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.hp-verify-row{border-top:1px solid #27272a;align-items:center;gap:16px;padding:12px 18px;display:flex}.hp-verify-checks{flex-direction:column;flex:1;gap:6px;display:flex}.hp-vck{color:#71717a;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.hp-vck.done{color:#34d399;font-weight:600}.hp-vck.active{color:#fff;font-weight:600}.hp-score-gauge{flex-shrink:0;width:80px;height:80px;position:relative}.hp-score-gauge svg{width:100%;height:100%}.hp-gauge-val{color:#10b981;justify-content:center;align-items:center;font-size:22px;font-weight:900;display:flex;position:absolute;inset:0}.hp-gauge-val small{font-size:12px;font-weight:600}.hp-assign-lead{background:#fafafa;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:12px 18px;display:flex}.hp-al-av{color:#fff;background:#111;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.hp-al-info{color:#71717a;flex:1;font-size:12px}.hp-al-info strong{color:#0a0a0a;font-weight:700}.hp-al-badge{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;background:#ef44441a;border-radius:5px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:800}.hp-agent-item{border-bottom:1px solid #f5f5f5;align-items:center;gap:10px;padding:12px 18px;display:flex;position:relative}.hp-agent-item:last-of-type{border-bottom:none}.hp-ag-matched{background:#f0fdf4;border-left:3px solid #10b981}.hp-ag-av{color:#fff;background:#111;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.hp-ag-info{flex:1;min-width:0}.hp-ag-info strong{color:#0a0a0a;font-size:13px;font-weight:700;display:block}.hp-ag-info span{color:#a1a1aa;font-size:10px}.hp-ag-match{color:#a1a1aa;text-align:center;flex-shrink:0;width:36px;font-size:14px;font-weight:800}.hp-ag-match-best{color:#059669}.hp-ag-bar{background:#f0f0f0;border-radius:3px;flex-shrink:0;width:50px;height:5px;overflow:hidden}.hp-ag-bar div{opacity:.25;background:#0a0a0a;border-radius:3px;height:100%}.hp-ag-bar-best div{opacity:.6;background:#10b981}.hp-ag-on{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px}.hp-ag-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#059669;border-radius:5px;align-items:center;gap:3px;padding:3px 8px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-6px;right:14px}.hp-reason{color:#059669;background:#f0fdf4;border:1px solid #dcfce7;border-radius:10px;align-items:flex-start;gap:8px;margin:6px 14px 14px;padding:12px 14px;font-size:12px;line-height:1.6;display:flex}.hp-reason svg{flex-shrink:0;margin-top:2px}.hp-reason strong{margin-bottom:2px;font-weight:700;display:block}.hp-stat-grid{grid-template-columns:1fr 1fr;gap:8px;padding:14px 18px;display:grid}.hp-sg{background:#27272a;border-radius:10px;padding:12px 14px}.hp-sg-val{color:#fff;letter-spacing:-.5px;font-size:22px;font-weight:800;display:block}.hp-sg-label{color:#71717a;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:10px;font-weight:600;display:block}.hp-sg-change{align-items:center;gap:4px;margin-top:4px;font-size:10px;font-weight:700;display:flex}.hp-sg-change.up{color:#34d399}.hp-sg-live{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite hpPulse}.hp-chart-lg{padding:8px 18px 4px;position:relative}.hp-chart-label{color:#52525b;margin-bottom:6px;font-size:10px;font-weight:600}.hp-chart-lg svg{width:100%;height:80px;display:block}.hp-vtable{padding:0 18px 14px}.hp-vtr{color:#71717a;border-bottom:1px solid #27272a;grid-template-columns:1.5fr .6fr .7fr .7fr;align-items:center;padding:8px 0;font-size:12px;display:grid}.hp-vtr:last-child{border-bottom:none}.hp-vth{color:#52525b;text-transform:uppercase;letter-spacing:.5px;padding-bottom:6px;font-size:10px;font-weight:700}.hp-vt-name{color:#fff;align-items:center;gap:6px;font-weight:600;display:flex}.hp-vt-av{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;font-weight:700;display:flex}.hp-vt-score{color:#10b981;font-weight:700}.hp-vt-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 7px;font-size:9px;font-weight:700}.hp-vb-verified{color:#34d399;background:#10b98126}.hp-vb-calling{color:#60a5fa;background:#3b82f626}@media (width<=768px){.hp-container{grid-template-columns:1fr;gap:30px;padding-left:20px}.hp-steps{display:none}.hp-title{font-size:26px}.hero-pin{height:200vh}.hp-scroll-line{display:none}}.section-header{text-align:center;margin-bottom:72px}.section-badge{color:#71717a;text-transform:uppercase;letter-spacing:2px;background:#fafafa;border:none;border-left:2px solid #0a0a0a;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}.section-title{letter-spacing:-1.8px;color:#0a0a0a;max-width:640px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.1}.section-subtitle{color:#71717a;max-width:540px;margin:0 auto;font-size:17px;font-weight:400;line-height:1.75}.split-title .char{opacity:0;display:inline-block;transform:translateY(40px)}.split-title .whitespace{width:.3em;display:inline-block}.logos-section{background:#fff;border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7;padding:56px 0;position:relative;overflow:hidden}.logos-section:before,.logos-section:after{content:"";z-index:2;pointer-events:none;width:200px;position:absolute;top:0;bottom:0}.logos-section:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.logos-section:after{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.logos-track{width:max-content;animation:35s linear infinite marquee;display:flex}.logos-track:hover{animation-play-state:paused}.logos-slide{align-items:center;gap:80px;padding:0 40px;display:flex}.logo-text{color:#d4d4d8;letter-spacing:-.5px;white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;font-size:22px;font-weight:800;transition:color .4s cubic-bezier(.22,1,.36,1)}.logo-text:hover{color:#0a0a0a}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-strip{background:#0a0a0a;padding:80px 0;position:relative;overflow:hidden}.stats-strip:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff08 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ss-row{z-index:1;justify-content:center;align-items:center;gap:0;display:flex;position:relative}.ss-item{text-align:center;flex:1;padding:0 24px}.ss-number{color:#fff;letter-spacing:-2px;font-variant-numeric:tabular-nums;margin-bottom:8px;font-size:clamp(36px,5vw,52px);font-weight:900;line-height:1}.ss-label{color:#fff6;font-size:13px;font-weight:500;line-height:1.4}.ss-divider{background:#ffffff14;flex-shrink:0;width:1px;height:60px}@media (width<=768px){.stats-strip{padding:48px 0}.ss-row{flex-wrap:wrap;gap:32px}.ss-item{flex:none;width:calc(50% - 16px);padding:0}.ss-divider{display:none}.ss-number{font-size:32px}.ss-label{font-size:11px}.section-header{margin-bottom:48px}.section-badge{font-size:10px}.section-subtitle{font-size:15px}.logos-section{padding:40px 0}.logos-section:before,.logos-section:after{width:80px}.logo-text{font-size:18px}.logos-slide{gap:48px}}.features-section{background:#fff;padding:120px 0;position:relative;overflow:hidden}.features-section:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 20% 80%,#00000004,#0000),radial-gradient(50% 40% at 80% 20%,#00000003,#0000);position:absolute;inset:0}.features-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:relative}.feature-card{cursor:default;counter-increment:feature-counter;border-radius:16px;position:relative;overflow:visible}.features-grid{counter-reset:feature-counter}.fc-inner{background:#fff;border:1px solid #e4e4e7;border-radius:16px;height:100%;padding:40px 32px;transition:all .5s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.fc-inner:before{content:"";opacity:.3;background:linear-gradient(90deg,#0000 0%,#0a0a0a 50%,#0000 100%);height:2px;transition:opacity .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;right:0}.fc-inner:after{content:counter(feature-counter, decimal-leading-zero);color:#e4e4e7;letter-spacing:-.5px;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700;transition:color .4s cubic-bezier(.22,1,.36,1);position:absolute;top:24px;right:28px}.fc-inner:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 32px 64px #00000014,0 8px 16px #0000000a,0 0 0 1px #00000005}.fc-inner:hover:before{opacity:0}.fc-inner:hover:after{color:#d4d4d8}.fc-shine{pointer-events:none;z-index:2;background:linear-gradient(120deg,#fff0 30%,#fffc 50%,#fff0 70%);border-radius:16px;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.feature-card:hover .fc-shine{transform:translate(100%)}.fc-icon{background:#fafafa;border:1px solid #e4e4e7;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.fc-icon svg{color:#0a0a0a;width:24px;height:24px;transition:color .3s cubic-bezier(.22,1,.36,1)}.fc-inner:hover .fc-icon{background:#0a0a0a;border-color:#0a0a0a}.fc-inner:hover .fc-icon svg{color:#fff}.fc-title{letter-spacing:-.3px;color:#0a0a0a;margin-bottom:12px;font-size:17px;font-weight:700;line-height:1.3}.fc-desc{color:#71717a;font-size:14px;line-height:1.8}@media (width<=768px){.features-section{padding:64px 0}.features-grid{grid-template-columns:1fr;gap:14px}.fc-inner{padding:28px 24px}.fc-inner:after{top:20px;right:22px}}.big-text-section{background:#fff;padding:140px 0;overflow:hidden}.big-text{flex-wrap:wrap;justify-content:center;gap:20px 44px;display:flex}.bt-word{letter-spacing:-4px;will-change:transform;font-size:clamp(48px,8vw,120px);font-weight:900;line-height:1;display:inline-block;position:relative}.bt-word .bt-base{color:#e4e4e7}.bt-word .bt-fill{color:#0a0a0a;white-space:nowrap;width:0%;position:absolute;inset:0;overflow:hidden}@media (width<=768px){.big-text-section{padding:80px 0}.big-text{gap:10px 20px}.bt-word{letter-spacing:-2px;font-size:clamp(32px,12vw,56px)}}@media (width<=480px){.big-text-section{padding:56px 0}.big-text{gap:8px 14px}.bt-word{letter-spacing:-1.5px;font-size:clamp(28px,11vw,44px)}}.testimonials-section{background:#0a0a0a;padding:120px 0;position:relative}.testimonials-section .section-badge{color:#a1a1aa;background:#ffffff0f;border-left-color:#ffffff4d}.testimonials-section .section-title{color:#fff}.testimonials-section .section-subtitle{color:#ffffff73}.testimonials-rating-summary{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.trs-stars{gap:3px;display:flex}.trs-stars svg{color:#f59e0b;fill:#f59e0b;width:18px;height:18px}.trs-text{color:#ffffff80;font-size:15px;font-weight:500}.trs-text strong{color:#fff;font-weight:700}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.testi-card{background:#18181b;border:1px solid #27272a;border-radius:16px;flex-direction:column;padding:36px 28px;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.testi-card:hover{border-color:#3f3f46;transform:translateY(-4px);box-shadow:0 24px 48px #0000004d}.testi-card:before{content:"“";color:#27272a;pointer-events:none;font-size:52px;font-weight:900;line-height:1;position:absolute;top:20px;right:24px}.tc-stars{gap:3px;margin-bottom:18px;display:flex}.tc-stars svg{color:#f59e0b;fill:#f59e0b;width:16px;height:16px}.tc-quote{color:#e5e5e5;flex:1;margin-bottom:28px;font-size:15px;font-style:normal;font-weight:400;line-height:1.8}.tc-author{border-top:1px solid #27272a;align-items:center;gap:14px;padding-top:20px;display:flex}.tc-avatar{color:#ffffffb3;background:#27272a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex}.tc-name{color:#fff;font-size:14px;font-weight:700}.tc-role{color:#fff6;margin-top:2px;font-size:12px}@media (width<=768px){.testimonials-section{padding:64px 0}.testimonials-grid{grid-template-columns:1fr}.testi-card{padding:28px 24px}.testimonials-rating-summary{margin-bottom:32px}}.pricing-section{background:#fff;border-top:1px solid #e4e4e7;padding:120px 0}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.pricing-card{background:#fff;border:1px solid #e4e4e7;border-radius:20px;flex-direction:column;padding:40px 32px;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0000000f}.pricing-card.popular{color:#fff;z-index:2;background:#0a0a0a;border-color:#0000;transform:scale(1.03);box-shadow:0 24px 64px #0000002e}.pricing-card.popular:hover{transform:scale(1.03)translateY(-4px);box-shadow:0 32px 80px #00000040}.pricing-card.popular .pc-period,.pricing-card.popular .pc-desc{color:#ffffff73}.pricing-card.popular .pc-features li{color:#fffc;border-bottom-color:#ffffff14}.pricing-card.popular .pc-features li svg{stroke:#10b981}.pricing-card.popular .pc-btn{color:#0a0a0a;background:#fff}.pricing-card.popular .pc-btn:hover{background:#f4f4f5}.pc-popular-badge{color:#fff;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase;background:#10b981;border-radius:100px;padding:5px 20px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pc-header{margin-bottom:32px}.pc-name{letter-spacing:-.3px;margin-bottom:14px;font-size:18px;font-weight:700}.pc-price{align-items:baseline;gap:2px;margin-bottom:10px;display:flex}.pc-currency{align-self:flex-start;margin-top:8px;font-size:22px;font-weight:700}.pc-amount{letter-spacing:-3px;font-size:48px;font-weight:900;line-height:1}.pc-period{color:#71717a;margin-left:4px;font-size:14px;font-weight:500}.pc-desc{color:#71717a;font-size:14px;line-height:1.6}.pc-features{flex-direction:column;flex:1;margin-bottom:32px;list-style:none;display:flex}.pc-features li{border-bottom:1px solid #e4e4e7;align-items:center;gap:10px;padding:12px 0;font-size:14px;font-weight:500;display:flex}.pc-features li:last-child{border-bottom:none}.pc-features li svg{flex-shrink:0;width:18px;height:18px}.pc-btn{width:100%;margin-top:auto}@media (width<=768px){.pricing-section{padding:64px 0}.pricing-grid{grid-template-columns:1fr;gap:24px;max-width:420px;margin:0 auto}.pricing-card{padding:32px 24px}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-4px)}.pc-amount{font-size:42px}}.cta-section{background:#fff;padding:100px 0}.cta-card{color:#fff;text-align:center;background:#0a0a0a;border-radius:32px;padding:96px 48px;position:relative;overflow:hidden}.cta-grid-pattern{pointer-events:none;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.cta-particles{pointer-events:none;position:absolute;inset:0}.cta-particles span{background:#ffffff1a;border-radius:50%;width:4px;height:4px;position:absolute}.cta-particles span:first-child{top:15%;left:8%}.cta-particles span:nth-child(2){top:55%;left:82%}.cta-particles span:nth-child(3){top:25%;left:72%}.cta-particles span:nth-child(4){top:78%;left:18%}.cta-particles span:nth-child(5){top:12%;left:48%}.cta-particles span:nth-child(6){top:88%;left:62%}.cta-particles span:nth-child(7){top:40%;left:5%}.cta-particles span:nth-child(8){top:65%;left:92%}.cta-particles span:nth-child(9){top:35%;left:35%}.cta-particles span:nth-child(10){top:80%;left:45%}.cta-particles span:nth-child(11){top:10%;left:90%}.cta-particles span:nth-child(12){top:92%;left:12%}.cta-title{letter-spacing:-2px;max-width:640px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(36px,5vw,52px);font-weight:800;line-height:1.1;position:relative}.cta-title .char{color:#fff}.cta-subtitle{color:#ffffff73;max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6;position:relative}.cta-actions{margin-bottom:20px;position:relative}.cta-actions .btn{color:#0a0a0a;background:#fff;border-radius:12px;padding:16px 40px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.22,1,.36,1)}.cta-actions .btn:hover{background:#f4f4f5;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.cta-note{color:#ffffff4d;align-items:center;gap:6px;font-size:13px;display:inline-flex;position:relative}.cta-note:before{content:"";border:1.5px solid #ffffff40;border-radius:3px;flex-shrink:0;width:16px;height:12px;display:inline-block}@media (width<=768px){.cta-section{padding:64px 0}.cta-card{border-radius:24px;padding:64px 24px}.cta-subtitle{font-size:15px}.cta-actions .btn{padding:14px 32px}}.footer{color:#ffffff80;background:#0a0a0a;padding:80px 0 32px}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:56px;margin-bottom:56px;display:grid}.footer-brand{letter-spacing:-.5px;color:#fff;margin-bottom:16px;font-size:20px;font-weight:800;display:inline-block}.footer-brand span{color:#fff6;font-weight:400}.footer-desc{color:#fff6;max-width:280px;margin-bottom:24px;font-size:14px;line-height:1.8}.footer-social{gap:10px;display:flex}.footer-social a{color:#fff6;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.footer-social a:hover{color:#fff;background:#ffffff1f;border-color:#ffffff26}.footer-social a svg{width:16px;height:16px}.footer-col{flex-direction:column;gap:12px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:1.5px;color:#ffffff40;margin-bottom:8px;font-size:12px;font-weight:700}.footer-col a{color:#ffffff80;cursor:pointer;width:fit-content;font-size:14px;transition:color .3s cubic-bezier(.22,1,.36,1);display:inline-block;position:relative}.footer-col a:after{content:"";background:#ffffff80;width:0;height:1px;transition:width .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0}.footer-col a:hover{color:#fff}.footer-col a:hover:after{width:100%}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:28px;display:flex}.footer-bottom p{color:#ffffff40;font-size:13px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffff40;font-size:13px;transition:color .3s cubic-bezier(.22,1,.36,1)}.footer-bottom-links a:hover{color:#fff9}@media (width<=768px){.footer{padding:56px 0 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 32px;margin-bottom:40px}.footer-brand-col{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-bottom-links{gap:16px}}@media (width<=1024px){.cursor,.cursor-follower{display:none}body,a,.btn,.logo-text,.feature-card,.footer-col a{cursor:auto}.hero-pin{height:300vh}.hp-container{grid-template-columns:1fr;gap:32px;padding-left:20px;padding-right:20px}.hp-steps{display:none}.hp-left,.hp-right{min-height:320px}.hp-title{font-size:30px}.hp-desc{font-size:14px}.hp-nums{gap:20px}.hp-nums strong{font-size:18px}.hp-scroll-line{display:none}.features-grid{grid-template-columns:repeat(2,1fr);gap:14px}.testimonials-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid .pricing-card:nth-child(2){grid-column:1/-1;justify-self:center;max-width:420px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand-col{grid-column:1/-1}}@media (width<=768px){.hero-pin{height:250vh}.hp-container{gap:24px}.hp-left,.hp-right{min-height:280px}.hp-title{letter-spacing:-1px;font-size:24px}.hp-desc{margin-bottom:20px;font-size:13px}.hp-nums{flex-wrap:wrap;gap:16px}.hp-nums strong{font-size:16px}.hp-nums span{font-size:9px}.hp-tag{letter-spacing:1.5px;margin-bottom:12px;font-size:10px}.hp-tag span{width:22px;height:22px;font-size:9px}.hp-card{border-radius:12px}.hp-card-head{padding:10px 14px;font-size:11px}.hp-lead-item{gap:8px;padding:8px 12px}.hp-li-icon{border-radius:8px;width:28px;height:28px}.hp-li-info strong{font-size:11px}.hp-li-info span{font-size:10px}.hp-li-badge{padding:2px 6px;font-size:8px}.hp-li-time{font-size:9px}.hp-caller{gap:8px;padding:10px 12px}.hp-caller-av{width:32px;height:32px;font-size:10px}.hp-caller-name{font-size:12px}.hp-caller-sub{font-size:9px}.hp-hot-badge{padding:3px 7px;font-size:8px}.hp-wave-lg{height:36px}.hp-transcript-lg{max-height:120px;padding:8px 12px}.hp-tl{font-size:10px}.hp-verify-row{flex-wrap:wrap;gap:10px;padding:10px 12px}.hp-vck{font-size:10px}.hp-score-gauge{width:60px;height:60px}.hp-gauge-val{font-size:16px}.hp-assign-lead{gap:8px;padding:8px 12px}.hp-agent-item{gap:6px;padding:8px 12px}.hp-ag-av{width:26px;height:26px;font-size:9px}.hp-ag-info strong{font-size:11px}.hp-ag-info span{font-size:9px}.hp-ag-match{font-size:12px}.hp-reason{margin:4px 8px 8px;padding:8px;font-size:10px}.hp-stat-grid{gap:6px;padding:10px 12px}.hp-sg{border-radius:8px;padding:8px 10px}.hp-sg-val{font-size:16px}.hp-sg-label{font-size:8px}.hp-vtable{padding:0 12px 10px}.hp-vtr{padding:6px 0;font-size:10px}.hp-vt-av{width:18px;height:18px;font-size:7px}.logos-section{padding:32px 0}.logos-section:before,.logos-section:after{width:60px}.logo-text{font-size:16px}.logos-slide{gap:40px;padding:0 20px}.features-section{padding:64px 0}.features-grid{grid-template-columns:1fr;gap:12px}.fc-inner{padding:24px 20px}.fc-icon{border-radius:12px;width:44px;height:44px;margin-bottom:16px}.fc-title{font-size:15px}.fc-desc{font-size:13px}.section-header{margin-bottom:40px}.section-badge{padding:5px 12px;font-size:9px}.section-subtitle{font-size:14px}.jh-section{padding:64px 0}.jh-card-split{flex-direction:column}.jh-card-text,.jh-card-visual{width:100%}.big-text-section{padding:48px 0}.bt-word{letter-spacing:-1.5px;font-size:36px!important}.testimonials-section{padding:64px 0}.testimonials-grid{grid-template-columns:1fr}.testi-card{padding:24px 20px}.pricing-section{padding:64px 0}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.pc-amount{font-size:36px}.cta-section{padding:48px 0}.cta-card{border-radius:20px;padding:48px 20px}.cta-actions .btn{padding:14px 28px;font-size:14px}.footer{padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:28px;margin-bottom:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px;padding-top:20px}}@media (width<=480px){.hp-title{font-size:20px}.hp-desc{font-size:12px}.hp-nums strong{font-size:14px}.hero-pin{height:200vh}.section-title{font-size:24px!important}.bt-word{font-size:28px!important}.cta-card{padding:36px 16px}}
