.lp-home{--pink:#ff2060;--pink2:#ff4d80;--pink3:#ff0050;--pdim:rgba(255,32,96,.12);--pdim2:rgba(255,32,96,.07);--pbdr:rgba(255,32,96,.25);--bg:#08080a;--bg2:#0f0f13;--bg3:#16161c;--txt:#f0f0f4;--sub:#7a7a8c;--sub2:#5a5a6c;--bdr:hsla(0,0%,100%,.06);--shadow-card:0 8px 32px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3);--radius-card:20px;--radius-sm:12px;--transition:cubic-bezier(0.16,1,0.3,1);background:var(--bg);color:var(--txt);font-family:Sora,sans-serif;font-size:15px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.lp-home *,.lp-home :after,.lp-home :before{box-sizing:border-box;margin:0;padding:0}.lp-home{scroll-behavior:smooth}.lp-home #lp-progress-bar{position:fixed;top:0;left:0;height:2px;z-index:600;background:linear-gradient(90deg,var(--pink),var(--pink2));width:0;transition:width .1s linear;box-shadow:0 0 8px rgba(255,32,96,.6)}.lp-home nav{position:fixed;top:0;left:0;right:0;z-index:500;height:60px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:rgba(8,8,10,.88);backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid var(--bdr);transition:background .3s,box-shadow .3s}.lp-home nav.scrolled{background:rgba(8,8,10,.97);box-shadow:0 4px 32px rgba(0,0,0,.4)}.lp-home .logo{display:flex;align-items:center;gap:8px;text-decoration:none}.lp-home .logo img{width:24px}.lp-home .logo-name{font-weight:800;font-size:16px;color:var(--txt);letter-spacing:-.5px}.lp-home .nav-r{display:flex;gap:8px;align-items:center}.lp-home .nb{padding:9px 18px;border-radius:100px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.lp-home .nb-g{color:var(--sub);border:1px solid var(--bdr)}.lp-home .nb-g:hover{color:var(--txt);border-color:var(--pbdr);background:var(--pdim)}.lp-home .nb-f{background:var(--pink);color:#fff;box-shadow:0 4px 20px rgba(255,32,96,.35)}.lp-home .nb-f:hover{background:#d91852;transform:translateY(-1px);box-shadow:0 6px 28px rgba(255,32,96,.5)}.lp-home .hero{position:relative;min-height:100svh;overflow:hidden;display:flex;align-items:center;padding-top:60px;padding-bottom:60px}.lp-home .hero-carousel{position:absolute;inset:0;z-index:0}.lp-home .hslide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s cubic-bezier(.4,0,.2,1);overflow:hidden}.lp-home .hslide.active{opacity:1}.lp-home .hslide img{position:absolute;top:0;right:0;height:100%;width:100%;object-fit:cover;object-position:center top;display:block}@media (min-width:768px){.lp-home .hslide img{width:56%;left:auto;right:0;object-position:center top}}@media (min-width:1200px){.lp-home .hslide img{width:58%;object-position:center top}}.lp-home .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,8,10,.9) 0,rgba(8,8,10,.55) 30%,rgba(8,8,10,.72) 68%,#08080a)}@media (min-width:768px){.lp-home .hero-overlay{background:linear-gradient(90deg,#08080a 0,#08080a 32%,rgba(8,8,10,.95) 38%,rgba(8,8,10,.7) 46%,rgba(8,8,10,.2) 56%,rgba(8,8,10,0) 64%),linear-gradient(180deg,rgba(8,8,10,.5) 0,rgba(8,8,10,0) 8%,rgba(8,8,10,0) 80%,rgba(8,8,10,.95)),radial-gradient(ellipse 40% 55% at 16% 52%,rgba(255,32,96,.07),transparent 70%)}}.lp-home .hero-copy{position:relative;z-index:10;padding:36px 24px 28px;flex-shrink:0}.lp-home .hero-title{font-size:clamp(32px,6vw,56px);font-weight:900;line-height:1.05;letter-spacing:-2px;margin-bottom:18px}.lp-home .hero-title em{font-style:normal;color:var(--pink);text-shadow:0 0 40px rgba(255,32,96,.3)}.lp-home .hero-sub{font-size:15px;color:hsla(0,0%,100%,.58);line-height:1.8;margin-bottom:30px;max-width:480px}.lp-home .hero-sub b{color:var(--txt);font-weight:600}.lp-home .cta-row{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.lp-home .btn-main{flex:1;min-width:140px;background:var(--pink);color:#fff;padding:15px 20px;border-radius:100px;font-size:15px;font-weight:700;text-align:center;text-decoration:none;box-shadow:0 4px 28px rgba(255,32,96,.45);transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.lp-home .btn-main:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.15),transparent 60%);border-radius:inherit}.lp-home .btn-main:hover{background:#d91852;transform:translateY(-2px);box-shadow:0 8px 36px rgba(255,32,96,.55)}.lp-home .btn-out{flex:1;min-width:140px;background:transparent;color:var(--txt);padding:15px 20px;border-radius:100px;font-size:15px;font-weight:600;text-align:center;text-decoration:none;border:1.5px solid hsla(0,0%,100%,.16);transition:all .3s cubic-bezier(.16,1,.3,1)}.lp-home .btn-out:hover{border-color:var(--pbdr);color:var(--pink);background:var(--pdim)}.lp-home .proof-row{display:flex;align-items:center;gap:12px;padding-bottom:32px}.lp-home .avs{display:flex}.lp-home .av{width:34px;height:34px;border-radius:50%;border:2px solid var(--bg);object-fit:cover;margin-left:-9px;background:var(--bg3)}.lp-home .avs .av:first-child{margin-left:0}.lp-home .proof-txt{font-size:12px;color:hsla(0,0%,100%,.5);line-height:1.45}.lp-home .proof-txt b{color:var(--txt)}.lp-home .marquee{background:var(--pink);padding:11px 0;overflow:hidden;position:relative;z-index:10}.lp-home .mtrack{display:flex;width:max-content;animation:scroll 18s linear infinite}@keyframes scroll{to{transform:translateX(-50%)}}.lp-home .mi{display:inline-flex;align-items:center;gap:14px;padding:0 24px;font-weight:700;font-size:12px;color:hsla(0,0%,100%,.9);white-space:nowrap;letter-spacing:.4px}.lp-home .msep{color:hsla(0,0%,100%,.3);font-size:6px}.lp-home .sec{padding:72px 24px}.lp-home .sec-alt{background:var(--bg2)}.lp-home .stag{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--pink);margin-bottom:14px}.lp-home .stag:before{content:"";width:16px;height:1px;background:var(--pink);opacity:.8}.lp-home h2{font-size:clamp(28px,7vw,44px);font-weight:800;line-height:1.05;letter-spacing:-1.5px;margin-bottom:12px}.lp-home h2 em{color:var(--pink);font-style:normal}.lp-home .sdesc{font-size:14px;color:var(--sub);line-height:1.8;margin-bottom:36px;max-width:500px}.lp-home .mosaic{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 -24px;width:calc(100% + 48px)}.lp-home .mc{position:relative;overflow:hidden;background:var(--bg3)}.lp-home .mc img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.lp-home .mc:hover img{transform:scale(1.06)}.lp-home .mc-veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,8,10,.92) 0,rgba(8,8,10,.05) 55%,transparent)}.lp-home .mc-body{position:absolute;bottom:0;left:0;right:0;padding:14px 16px}.lp-home .mc-name{font-size:12px;font-weight:700;color:#fff;margin-bottom:4px}.lp-home .mc-tag{display:inline-flex;align-items:center;gap:4px;background:var(--pdim);border:1px solid var(--pbdr);border-radius:100px;padding:2px 9px;font-size:9px;color:var(--pink);font-weight:700;backdrop-filter:blur(8px)}.lp-home .mc-wide{grid-column:span 2}.lp-home .mc-portrait{aspect-ratio:3/4}.lp-home .mc-wide-img{aspect-ratio:16/7}.lp-home .feat-list{display:flex;flex-direction:column;gap:12px}.lp-home .fc{background:var(--bg3);border:1px solid var(--bdr);border-radius:20px;overflow:hidden;transition:border-color .3s,transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.lp-home .fc:hover{border-color:var(--pbdr);transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 0 1px var(--pdim)}.lp-home .fv{height:300px;position:relative;overflow:hidden}.lp-home .fv img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s cubic-bezier(.16,1,.3,1)}.lp-home .fc:hover .fv img{transform:scale(1.06)}.lp-home .fveil{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 20%,var(--bg3) 100%)}.lp-home .fbadge{position:absolute;top:12px;left:12px;background:rgba(8,8,10,.85);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:4px 10px;font-size:10px;font-weight:700;color:var(--txt);backdrop-filter:blur(12px);display:flex;align-items:center;gap:5px}.lp-home .ldot{width:5px;height:5px;border-radius:50%;background:#2ecc71;animation:blink 1.5s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.lp-home .fb{padding:18px 20px 20px}.lp-home .fchip{display:inline-block;background:var(--pdim);color:var(--pink);font-size:10px;font-weight:700;padding:3px 10px;border-radius:100px;border:1px solid var(--pbdr);margin-bottom:8px;letter-spacing:.3px}.lp-home .fb h3{font-size:18px;font-weight:700;letter-spacing:-.4px;margin-bottom:6px}.lp-home .fb p{font-size:13px;color:var(--sub);line-height:1.65}.lp-home .tgv{height:160px;flex-direction:column;gap:10px;background:linear-gradient(160deg,#051015,#040c14)}.lp-home .tgi,.lp-home .tgv{display:flex;align-items:center;justify-content:center}.lp-home .tgi{width:52px;height:52px;border-radius:15px;background:linear-gradient(135deg,#29b6f6,#0288d1);font-size:26px;box-shadow:0 8px 24px rgba(41,182,246,.3)}.lp-home .tgs{display:flex;gap:9px}.lp-home .tgst{background:rgba(41,182,246,.08);border:1px solid rgba(41,182,246,.2);border-radius:8px;padding:7px 11px;text-align:center}.lp-home .tgn{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;font-style:italic;color:#29b6f6;letter-spacing:-1px}.lp-home .tgl{font-size:9px;color:var(--sub)}.lp-home .stv{padding:13px;background:linear-gradient(160deg,#0e0a18,#090c10);display:flex;flex-direction:column;gap:6px}.lp-home .si{background:hsla(0,0%,100%,.04);border:1px solid var(--bdr);border-radius:8px;padding:8px 10px;justify-content:space-between}.lp-home .si,.lp-home .sil{display:flex;align-items:center}.lp-home .sil{gap:8px}.lp-home .sico{font-size:15px}.lp-home .snm{font-size:10px;font-weight:600;color:var(--txt)}.lp-home .ssb{font-size:9px;color:var(--sub)}.lp-home .spr{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;font-style:italic;color:var(--pink);letter-spacing:-.5px}.lp-home .cmp-wrap{background:var(--bg3);border:1px solid var(--bdr);border-radius:20px;overflow:hidden;margin-top:30px}.lp-home .cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:20px}.lp-home .cmp-scroll table{min-width:420px}.lp-home .cmp-hint{display:none;align-items:center;justify-content:center;gap:6px;margin-top:10px;font-size:11px;color:var(--sub2);letter-spacing:.3px}.lp-home .cmp-hint-arrow{color:var(--pink);font-size:14px;animation:nudge 1.6s ease-in-out infinite}@keyframes nudge{0%,to{transform:translateX(0)}50%{transform:translateX(4px)}}@media (max-width:767px){.lp-home .cmp-wrap{overflow:visible;background:none;border:none;border-radius:0;margin-top:30px}.lp-home .cmp-scroll{background:var(--bg3);border:1px solid var(--bdr);border-radius:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.lp-home .cmp-scroll table{min-width:400px;width:100%}.lp-home .cmp-mob-label{padding:12px 10px!important;font-size:11px!important;line-height:1.35!important}.lp-home .cmp-mob-val{padding:12px 4px!important;font-size:15px!important}.lp-home .cmp-mob-val-txt{padding:12px 4px!important;font-size:12px!important}.lp-home .cmp-mob-head{padding:12px 4px!important;font-size:10px!important}.lp-home .cmp-mob-head-label{padding:12px 10px!important;font-size:10px!important}.lp-home .cmp-mob-badge span{font-size:10px!important;padding:4px 10px!important}.lp-home .cmp-mob-commission-label{padding:14px 10px!important;font-size:11px!important}.lp-home .cmp-mob-commission-val{font-size:13px!important}.lp-home .cmp-mob-commission-highlight{font-size:18px!important}.lp-home .cmp-hint{display:flex}}.lp-home .earn-inner{display:flex;flex-direction:column;gap:36px}.lp-home .earn-card{background:var(--bg3);border:1px solid var(--bdr);border-radius:20px;padding:24px;position:relative;overflow:hidden;transition:border-color .3s}.lp-home .earn-card:hover{border-color:var(--pbdr)}.lp-home .earn-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--pink) 50%,transparent);opacity:.4}.lp-home .earn-big{font-family:Cormorant Garamond,serif;font-size:56px;font-weight:300;font-style:italic;letter-spacing:-3px;color:var(--txt);line-height:1}.lp-home .earn-big span{color:var(--pink)}.lp-home .earn-up{font-size:11px;color:#2ecc71;font-weight:700;margin-top:5px;display:flex;align-items:center;gap:4px}.lp-home .earn-lbl{font-size:11px;color:var(--sub);margin-bottom:8px;letter-spacing:.2px}.lp-home .barchart{display:flex;align-items:flex-end;gap:6px;height:110px;padding-bottom:22px;position:relative;margin-top:20px}.lp-home .barchart:after{content:"";position:absolute;bottom:22px;left:0;right:0;height:1px;background:var(--bdr)}.lp-home .bc{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px;height:100%}.lp-home .bcv{font-family:Cormorant Garamond,serif;font-size:9px;font-style:italic;color:var(--sub)}.lp-home .bcb{width:100%;border-radius:5px 5px 0 0;transition:opacity .2s}.lp-home .bcb.dim{background:rgba(255,32,96,.18)}.lp-home .bcb.hot{background:linear-gradient(180deg,var(--pink2),var(--pink));box-shadow:0 0 16px rgba(255,32,96,.5);position:relative}.lp-home .bcb.hot:after{content:"";position:absolute;top:-5px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:var(--pink);box-shadow:0 0 10px rgba(255,32,96,.7)}.lp-home .bcm{font-size:8px;color:var(--sub);padding-top:3px}.lp-home .bcm.a{color:var(--pink);font-weight:700}.lp-home .ecallout{background:var(--pdim);border:1px solid var(--pbdr);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px;margin-top:14px}.lp-home .ect{font-size:12px;color:var(--sub);line-height:1.55}.lp-home .ect b{color:var(--txt);font-weight:600}.lp-home .elist{display:flex;flex-direction:column;gap:16px}.lp-home .ei{display:flex;align-items:flex-start;gap:14px}.lp-home .eico{width:40px;height:40px;min-width:40px;border-radius:12px;background:var(--pdim);border:1px solid var(--pbdr);font-size:18px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.lp-home .ei:hover .eico{transform:scale(1.1)}.lp-home .et{font-size:14px;font-weight:700;margin-bottom:4px;letter-spacing:-.2px}.lp-home .ed{font-size:12px;color:var(--sub);line-height:1.6}.lp-home .faq-grid{display:flex;flex-direction:column;gap:32px}.lp-home .faq-intro .btn-main{display:inline-flex!important;flex:none!important;min-width:0!important;width:auto!important;margin-top:20px;padding:12px 24px!important;font-size:13px!important}.lp-home .faq-list{display:flex;flex-direction:column;gap:8px}.lp-home .faq-item{background:var(--bg3);border:1px solid var(--bdr);border-radius:14px;padding:16px 18px;cursor:pointer;transition:border-color .25s,background .25s}.lp-home .faq-item:hover{border-color:var(--pbdr);background:rgba(255,32,96,.03)}.lp-home .faq-item.open{border-color:var(--pbdr);background:rgba(255,32,96,.04)}.lp-home .faq-q{justify-content:space-between;gap:12px;font-size:14px;font-weight:600;letter-spacing:-.2px}.lp-home .faq-q,.lp-home .fiq{display:flex;align-items:center}.lp-home .fiq{width:24px;height:24px;min-width:24px;border-radius:50%;background:var(--pdim);color:var(--pink);justify-content:center;font-size:16px;transition:transform .35s cubic-bezier(.16,1,.3,1),background .25s}.lp-home .faq-item.open .fiq{transform:rotate(45deg);background:var(--pbdr)}.lp-home .faq-a{font-size:13px;color:var(--sub);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.16,1,.3,1),margin-top .35s}.lp-home .faq-item.open .faq-a{max-height:150px;margin-top:10px}.lp-home .ctaf{padding:80px 24px;text-align:center;position:relative;overflow:hidden}.lp-home .ctaf-glow{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);width:500px;height:350px;background:radial-gradient(ellipse,rgba(255,32,96,.12),transparent 70%);pointer-events:none}.lp-home .ctaf h2{max-width:580px;margin:0 auto 12px}.lp-home .ctaf .sdesc{margin:0 auto 34px;text-align:center}.lp-home .ctaf .btn-main{display:inline-flex;align-items:center;gap:8px;padding:16px 38px;font-size:16px}.lp-home .cta-note{font-size:11px;color:var(--sub2);margin-top:14px;letter-spacing:.2px}.lp-home footer{background:var(--bg2);padding:28px 24px;border-top:1px solid var(--bdr);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.lp-home .fl a{font-size:12px;color:var(--sub);text-decoration:none;transition:color .2s;margin:0 10px}.lp-home .fl a:hover{color:var(--txt)}.lp-home .fc2{font-size:11px;color:var(--sub2)}.lp-home .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.lp-home .reveal.visible{opacity:1;transform:none}.lp-home .reveal[data-delay="1"]{transition-delay:.1s}.lp-home .reveal[data-delay="2"]{transition-delay:.2s}.lp-home .reveal[data-delay="3"]{transition-delay:.3s}.lp-home .reveal[data-delay="4"]{transition-delay:.4s}.lp-home .buzz-sec{position:relative;overflow:hidden;padding:0;min-height:480px;display:flex;align-items:flex-end}.lp-home .buzz-bg{position:absolute;inset:0}.lp-home .buzz-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.lp-home .buzz-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,11,.96) 0,rgba(9,9,11,.8) 55%,rgba(9,9,11,.3)),linear-gradient(0deg,rgba(9,9,11,.6) 0,transparent 50%)}.lp-home .buzz-content{position:relative;z-index:10;padding:48px 22px 56px;max-width:520px}.lp-home .buzz-label{font-size:13px;color:var(--pink);margin-bottom:16px;letter-spacing:.3px}.lp-home .buzz-avs{display:flex;align-items:center;margin-bottom:24px}.lp-home .hex-av{width:52px;height:60px;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);overflow:hidden;background:var(--bg3);flex-shrink:0}.lp-home .hex-av img{width:100%;height:100%;object-fit:cover}.lp-home .hex-pink{background:var(--pink);display:flex;align-items:center;justify-content:center}.lp-home .buzz-title{font-size:clamp(28px,7vw,46px);font-weight:800;line-height:1.08;letter-spacing:-1.5px;color:var(--txt);margin-bottom:28px}.lp-home .buzz-cta{display:inline-flex;align-items:center;gap:8px;background:var(--pink);color:#fff;padding:12px 24px;border-radius:100px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 4px 20px rgba(255,32,96,.35);transition:all .2s}.lp-home .buzz-cta:hover{background:#d91852;transform:translateY(-1px)}@media (min-width:768px){.lp-home nav{padding:0 52px}.lp-home .hero-copy{padding:80px 52px;max-width:min(680px,50vw);width:100%}.lp-home .hero-title{font-size:clamp(40px,4.8vw,68px);letter-spacing:-2.5px}.lp-home .hero-sub{font-size:16px}.btn-out,.lp-home .btn-main{flex:none;min-width:0;padding:16px 32px;font-size:15px}.lp-home .sec{padding:96px 52px}.lp-home .mosaic{margin:0;width:100%;grid-template-columns:repeat(3,1fr)}.lp-home .mc-wide{grid-column:span 1}.lp-home .feat-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lp-home .earn-inner{flex-direction:row;gap:64px;align-items:start}.lp-home .earn-inner>*{flex:1}.lp-home .faq-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.lp-home .faq-intro .btn-main{margin-top:20px}.lp-home .ctaf{padding:120px 52px}.lp-home footer{flex-direction:row;justify-content:space-between;padding:28px 52px;text-align:left}.lp-home .buzz-sec{min-height:560px}.lp-home .buzz-content{padding:80px 52px}}@media (min-width:1200px){.lp-home nav{padding:0 72px;height:64px}.lp-home .hero-copy{padding:100px 72px;max-width:min(720px,48vw)}.lp-home .hero-title{font-size:clamp(52px,5vw,76px);letter-spacing:-3px}.lp-home .hero-sub{font-size:17px;max-width:520px}.lp-home .sec{padding:112px 72px}.lp-home .ctaf{padding:140px 72px}.lp-home footer{padding:32px 72px}.lp-home .buzz-sec{min-height:620px}.lp-home .buzz-content{padding:100px 72px;max-width:680px}}@media (min-width:1600px){.lp-home nav{padding:0 100px}.lp-home .hero-copy{padding:120px 100px;max-width:min(760px,46vw)}.lp-home .sec{padding:128px 100px}.lp-home .ctaf{padding:160px 100px}.lp-home footer{padding:36px 100px}.lp-home .buzz-content{padding:120px 100px}}.lp-home .cmp-table-outer{margin-top:30px;border-radius:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--bdr);background:var(--bg3)}.lp-home .cmp-table-wrap{min-width:480px}.lp-home .cmp-row{display:grid;grid-template-columns:1fr 110px 110px 130px;align-items:stretch;border-bottom:1px solid var(--bdr)}.lp-home .cmp-row:last-child{border-bottom:none}.lp-home .cmp-head-row{background:hsla(0,0%,100%,.03)}.lp-home .cmp-data-row{transition:background .2s}.lp-home .cmp-data-row:hover{background:hsla(0,0%,100%,.02)}.lp-home .cmp-col-label{padding:18px 20px;font-size:13px;color:var(--sub);font-weight:400;display:flex;align-items:center}.lp-home .cmp-head-row .cmp-col-label{font-size:12px;font-weight:600;color:var(--sub);padding:16px 20px}.lp-home .cmp-col-other{padding:18px 0;text-align:center;font-size:13px;color:var(--sub2);font-weight:500;display:flex;align-items:center;justify-content:center}.lp-home .cmp-head-row .cmp-col-other{font-size:12px;font-weight:600;color:var(--sub);padding:16px 0}.lp-home .cmp-col-ours{padding:18px 16px;text-align:center;background:rgba(255,32,96,.06);border-left:1px solid var(--pbdr);display:flex;align-items:center;justify-content:center}.lp-home .cmp-head-row .cmp-col-ours{padding:14px 12px}.lp-home .cmp-ours-badge{background:var(--pink);color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:100px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.lp-home .cmp-check{color:#2ecc71;font-size:18px;font-weight:700}.lp-home .cmp-x{color:hsla(0,0%,100%,.2);font-size:15px}.lp-home .cmp-foot-row{background:rgba(255,32,96,.05);border-top:1px solid var(--pbdr)!important}.lp-home .cmp-foot-row .cmp-col-label{font-size:13px;font-weight:600;color:var(--txt)}.lp-home .cmp-foot-val{font-size:13px;color:var(--sub)}.lp-home .cmp-foot-highlight{font-size:22px!important;font-weight:800!important;color:var(--pink)!important;font-family:Cormorant Garamond,serif;font-style:italic;letter-spacing:-1px}.lp-home .cmp-desktop{display:block}.lp-home .cmp-mobile{display:none}@media (max-width:767px){.lp-home .cmp-desktop{display:none}.lp-home .cmp-mobile{display:block;margin-top:24px}.lp-home .cmp-mob-header{display:grid;grid-template-columns:1fr 64px 64px 84px;background:hsla(0,0%,100%,.03);border:1px solid var(--bdr);border-radius:14px 14px 0 0;overflow:hidden}.lp-home .cmp-mob-h-empty{padding:14px}.lp-home .cmp-mob-h-col{padding:14px 0;text-align:center;font-size:10px;font-weight:600;color:var(--sub)}.lp-home .cmp-mob-h-ours{background:var(--pink);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:4px}.lp-home .cmp-mob-row{display:grid;grid-template-columns:1fr 64px 64px 84px;align-items:center;border:1px solid var(--bdr);border-top:none;background:var(--bg3);transition:background .2s}.lp-home .cmp-mob-row:last-child{border-radius:0 0 14px 14px}.lp-home .cmp-mob-row:hover{background:hsla(0,0%,100%,.02)}.lp-home .cmp-mob-feat{padding:14px;font-size:12px;color:var(--sub);line-height:1.4}.lp-home .cmp-mob-val{text-align:center;font-size:15px;display:flex;align-items:center;justify-content:center;padding:14px 0}.lp-home .cmp-mob-val-ours{background:rgba(255,32,96,.06);border-left:1px solid var(--pbdr);height:100%}.lp-home .cmp-mob-commission{background:rgba(255,32,96,.05)!important;border-top:1px solid var(--pbdr)!important}.lp-home .cmp-mob-commission .cmp-mob-feat{font-size:12px;color:var(--txt)}}.lp-home .sec,.lp-home .sec-alt{padding:88px max(24px,5vw)}.lp-home .hero-copy{padding-bottom:40px}.lp-home .hero-title{letter-spacing:-.03em;margin-bottom:22px}.lp-home .hero-sub{margin-bottom:28px;max-width:28rem}.lp-home .cta-row{margin-bottom:28px;gap:12px}.lp-home .proof-row{padding-bottom:0;margin-top:8px}.lp-home .sdesc{margin-bottom:32px;max-width:36rem}.lp-home .stag{margin-bottom:16px;letter-spacing:.18em}.lp-home h2{letter-spacing:-.025em;margin-bottom:16px}.lp-home .feat-list{gap:20px;max-width:1120px;margin-left:auto;margin-right:auto}.lp-home .fb{padding:22px 24px 26px}.lp-home .fb h3{margin-bottom:10px;font-size:17px}.lp-home .fb p{font-size:14px;line-height:1.7}.lp-home .faq-list{gap:10px}.lp-home .faq-item{padding:18px 20px}.lp-home .faq-q{font-size:15px}.lp-home .ctaf{padding:96px max(24px,5vw) 104px}.lp-home .ctaf .sdesc{margin-bottom:28px}.lp-home .cta-note{margin-top:18px;letter-spacing:.02em}.lp-home footer{padding:36px max(24px,5vw);gap:20px}.lp-home .mi{gap:18px;padding:0 28px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.lp-home .msep{opacity:.45;font-size:8px}.lp-home .earn-up{font-size:12px;color:rgba(46,204,113,.95);letter-spacing:.01em}.lp-home .ecallout{align-items:flex-start;gap:14px}.lp-home .ecallout svg{flex-shrink:0;margin-top:2px}.lp-home .eico{font-size:0;display:flex;align-items:center;justify-content:center}.lp-home .eico svg{width:20px;height:20px;color:var(--pink);opacity:.95}.lp-home .buzz-label{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}.lp-home .mc-tag{font-size:10px;letter-spacing:.04em}@media (min-width:768px){.lp-home .sec,.lp-home .sec-alt{padding:104px max(40px,6vw)}.lp-home .ctaf{padding:120px max(40px,6vw) 128px}.lp-home footer{padding:36px max(40px,6vw)}}@media (min-width:1200px){.lp-home .sec,.lp-home .sec-alt{padding:120px max(56px,7vw)}.lp-home .ctaf{padding:140px max(56px,7vw) 148px}}