html:has(.landing-root){scroll-behavior:smooth}.landing-root{--black: #080808;--white: #F5F5F5;--blue: #1A6BF5;--teal: #00D68F;--cyan: #22D3EE;--yellow: #F5C518;--green: #16A34A;--purple: #7C3AED;--orange: #EA580C;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;overflow-x:hidden;color:#fff;background:var(--black)}.landing-root *,.landing-root *:before,.landing-root *:after{margin:0;padding:0;box-sizing:border-box}.landing-root h1,.landing-root h2,.landing-root h3,.landing-root .display{font-family:Anton,ui-sans-serif,system-ui,sans-serif;letter-spacing:1px}.landing-root .lp-nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;background:#080808e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1300px;margin:0 auto;height:100%;padding:0 24px}.landing-root .nav-links{display:flex;gap:32px;list-style:none}.landing-root .nav-links a{color:#ffffff8c;text-decoration:none;font-size:16px;font-weight:600;transition:color .2s}.landing-root .nav-links a:hover{color:#fff}.landing-root .nav-cta{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-weight:700;font-size:15px;padding:11px 26px;border-radius:7px;text-decoration:none;transition:opacity .2s,transform .15s;border:none;cursor:pointer}.landing-root .nav-cta:hover{opacity:.9;transform:translateY(-1px)}.landing-root .nav-actions{display:flex;align-items:center;gap:20px}.landing-root .nav-login{color:#ffffff8c;text-decoration:none;font-size:15px;font-weight:600;transition:color .2s}.landing-root .nav-login:hover{color:#fff}.landing-root .logo-svg{height:30px}.landing-root .hero{background:var(--black);min-height:100vh;display:flex;align-items:center;padding:100px 0 60px;position:relative;overflow:hidden}.landing-root .hero-inner{position:relative;z-index:2;width:100%;max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:64px;padding:0 24px}.landing-root .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(26,107,245,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(26,107,245,.06) 1px,transparent 1px);background-size:80px 80px}.landing-root .hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 80% 50%,rgba(26,107,245,.12) 0%,transparent 60%)}.landing-root .hero-left{position:relative;z-index:2}.landing-root .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#00d68f1a;border:1px solid rgba(0,214,143,.25);color:var(--teal);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:24px}.landing-root .pulse{width:6px;height:6px;background:var(--teal);border-radius:50%;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.landing-root .hero h1{font-size:clamp(48px,5vw,70px);line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:6px;animation:lp-fadeUp .5s ease both}.landing-root .hero h1 .accent{color:var(--teal);display:block}.landing-root .hero-rule{width:48px;height:4px;background:linear-gradient(90deg,var(--blue),var(--teal));border-radius:2px;margin:20px 0}.landing-root .hero-sub{font-size:18px;color:#ffffff8c;line-height:1.65;max-width:420px;margin-bottom:36px}.landing-root .hero-sub strong{color:#fff}.landing-root .hero-btns{display:flex;gap:12px;flex-wrap:wrap}.landing-root .btn-primary{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-weight:700;font-size:15px;padding:14px 32px;border-radius:9px;text-decoration:none;box-shadow:0 0 40px #1a6bf566;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer;display:inline-block}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 50px #00d68f59}.landing-root .btn-ghost-dark{border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:15px;padding:14px 32px;border-radius:9px;text-decoration:none;transition:background .2s;background:transparent;cursor:pointer;display:inline-block}.landing-root .btn-ghost-dark:hover{background:#ffffff0f}.landing-root .hero-right{position:relative;z-index:2}.landing-root .tv-wrap{filter:drop-shadow(0 0 80px rgba(26,107,245,.3)) drop-shadow(0 0 30px rgba(0,214,143,.15))}.landing-root .tv-frame{background:linear-gradient(145deg,#1a2540,#0d1520);border-radius:18px;padding:14px;border:1px solid rgba(255,255,255,.1);position:relative}.landing-root .tv-screen{background:#060e1b;border-radius:10px;aspect-ratio:16/9;overflow:hidden;position:relative;transition:opacity .4s ease}.landing-root .tv-screen.fade{opacity:0}.landing-root .tv-screen video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.landing-root .tv-stand{width:28%;height:10px;background:linear-gradient(180deg,#1a2540,#0d1520);margin:0 auto;border-radius:0 0 6px 6px}.landing-root .tv-base{width:44%;height:5px;background:#0d1520;margin:0 auto;border-radius:3px}.landing-root .slide-nav{display:flex;align-items:center;justify-content:space-between;padding:10px 4px 0}.landing-root .slide-lbl{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80}.landing-root .slide-dots{display:flex;gap:6px}.landing-root .sdot{width:6px;height:6px;border-radius:50%;background:#fff3;cursor:pointer;transition:background .3s,transform .3s;border:none;padding:0}.landing-root .sdot.active{background:var(--teal);transform:scale(1.3)}.landing-root .tw{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:7px;overflow:hidden}.landing-root .tw-lbl{font-size:6.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffffff59;margin-bottom:3px}.landing-root .tw-val{font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:18px;color:#fff;line-height:1}.landing-root .tw-sub{font-size:7px;color:#fff6;margin-top:2px}.landing-root .tw-teal{color:var(--teal)}.landing-root .tw-span2{grid-column:span 2}.landing-root .tw-span3{grid-column:span 3}.landing-root .tw-frase{font-size:7px;color:#ffffff80;line-height:1.4;font-style:italic}.landing-root .tw-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.landing-root .tw-num-row{display:flex;gap:2px;margin-top:3px}.landing-root .tw-num{width:13px;height:13px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:6px;font-weight:800;color:#000}.landing-root .tw-banner{grid-column:span 3;display:flex;align-items:center;justify-content:space-between;padding:6px 10px}.landing-root .tw-banner-title{font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:12px;color:#fff}.landing-root .tw-banner-sub{font-size:7px;color:var(--teal)}.landing-root .features-strip{background:#111;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.landing-root .features-strip-inner{display:flex;width:100%;max-width:1300px;margin:0 auto;padding:0 24px}.landing-root .fstrip{flex:1;display:flex;align-items:center;gap:12px;padding:18px 24px;border-right:1px solid rgba(255,255,255,.07)}.landing-root .fstrip:last-child{border-right:none}.landing-root .fstrip-icon{width:34px;height:34px;border-radius:8px;flex-shrink:0;background:#00d68f1a;border:1px solid rgba(0,214,143,.15);display:flex;align-items:center;justify-content:center}.landing-root .fstrip-icon svg{width:16px;height:16px;stroke:var(--teal)}.landing-root .fstrip-label{font-size:11px;font-weight:700;letter-spacing:.5px;color:#ffffff73;text-transform:uppercase}.landing-root .theme-section{position:relative;overflow:hidden}.landing-root .section-inner{position:relative;z-index:2;max-width:1300px;margin:0 auto}.landing-root .sec-dark{background:var(--black);color:#fff}.landing-root .sec-light{background:var(--white);color:var(--black)}.landing-root .sec-black{background:#000;color:#fff}.landing-root .sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:12px;opacity:.7}.landing-root .sec-h{font-size:clamp(48px,5vw,80px);line-height:1.1;margin-bottom:16px}.landing-root .sec-sub{font-size:17px;line-height:1.7;max-width:480px;opacity:.6}.landing-root .sec-rule{width:44px;height:4px;border-radius:2px;margin:16px 0}.landing-root .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:100px 24px}.landing-root .grid-2.reverse{direction:rtl}.landing-root .grid-2.reverse>*{direction:ltr}.landing-root .grid-center{text-align:center;padding:100px 24px}.landing-root .football-bg{background:#0a1f0a;position:relative}.landing-root .football-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(255,255,255,.04) 48%,rgba(255,255,255,.04) 52%,transparent 52%),linear-gradient(90deg,transparent 10%,rgba(255,255,255,.03) 10%,rgba(255,255,255,.03) 12%,transparent 12%),linear-gradient(90deg,transparent 88%,rgba(255,255,255,.03) 88%,rgba(255,255,255,.03) 90%,transparent 90%),radial-gradient(ellipse 30% 40% at 50% 50%,rgba(255,255,255,.03) 0%,rgba(255,255,255,.03) 60%,transparent 61%),radial-gradient(ellipse 60% 80% at 50% 50%,rgba(22,163,74,.15) 0%,transparent 70%);background-size:100% 100%}.landing-root .football-bg:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 80px)}.landing-root .lottery-bg{background:#0d0d1a;position:relative}.landing-root .lottery-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle 60px at 8% 24%,rgba(0,168,89,.06) 0%,rgba(0,168,89,.06) 97%,transparent 98%),radial-gradient(circle 30px at 90% 14%,rgba(0,61,166,.07) 0%,rgba(0,61,166,.07) 97%,transparent 98%),radial-gradient(circle 45px at 76% 72%,rgba(108,45,140,.06) 0%,rgba(108,45,140,.06) 97%,transparent 98%),radial-gradient(circle 25px at 30% 86%,rgba(232,25,44,.05) 0%,rgba(232,25,44,.05) 97%,transparent 98%),radial-gradient(circle 35px at 55% 30%,rgba(255,107,0,.05) 0%,rgba(255,107,0,.05) 97%,transparent 98%),radial-gradient(circle 20px at 18% 62%,rgba(0,61,166,.06) 0%,rgba(0,61,166,.06) 97%,transparent 98%),radial-gradient(circle 40px at 95% 56%,rgba(0,168,89,.05) 0%,rgba(0,168,89,.05) 97%,transparent 98%)}.landing-root .weather-bg{background:linear-gradient(135deg,#0c1a3a,#1a3a6a 40%,#0a4a6a,#0a3020);position:relative}.landing-root .weather-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 70% 30%,rgba(34,211,238,.1) 0%,transparent 60%)}.landing-root .horoscope-bg{background:#06020f;position:relative}.landing-root .stars-layer{position:absolute;inset:0;background-image:radial-gradient(1px 1px at 10% 15%,rgba(255,255,255,.8) 0%,transparent 100%),radial-gradient(1px 1px at 25% 35%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 40% 10%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 55% 55%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 70% 20%,rgba(255,255,255,.9) 0%,transparent 100%),radial-gradient(1px 1px at 85% 45%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 15% 70%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 60% 80%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 90% 65%,rgba(255,255,255,.8) 0%,transparent 100%),radial-gradient(1px 1px at 35% 90%,rgba(255,255,255,.4) 0%,transparent 100%),radial-gradient(2px 2px at 80% 10%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(2px 2px at 5% 50%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 45% 65%,rgba(255,200,255,.4) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 20% 20%,rgba(200,200,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 75% 75%,rgba(255,255,255,.3) 0%,transparent 100%),radial-gradient(1px 1px at 92% 30%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 30% 55%,rgba(255,255,255,.4) 0%,transparent 100%),radial-gradient(1px 1px at 65% 40%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 50% 25%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 8% 88%,rgba(255,255,255,.4) 0%,transparent 100%)}.landing-root .horoscope-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 30% 50%,rgba(124,58,237,.2) 0%,transparent 60%)}.landing-root .market-bg{background:#1a0e05;position:relative}.landing-root .market-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 20% 50%,rgba(234,88,12,.15) 0%,transparent 60%)}.landing-root .market-bg .sec-h{line-height:1.15}.landing-root .inspire-bg{background:#0a1424;position:relative}.landing-root .inspire-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 65% at 70% 50%,rgba(0,214,143,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 70% at 10% 30%,rgba(26,107,245,.08) 0%,transparent 60%)}.landing-root .copa-bg{position:relative;background-image:url(/images/football-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.landing-root .copa-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.landing-root .copa-bg:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 80px)}.landing-root .copa-ball{position:absolute;top:-24px;right:4vw;z-index:1;font-size:180px;line-height:1;opacity:.06;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-root .copa-badge{display:inline-flex;align-items:center;gap:8px;background:#00d68f1f;border:1px solid rgba(0,214,143,.3);color:var(--teal);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:24px}.landing-root .copa-star{color:var(--yellow);font-size:14px}.landing-root .copa-continuity{margin-top:24px;max-width:560px;font-size:12.5px;line-height:1.6;color:#ffffff73;border-left:2px solid rgba(0,214,143,.3);padding-left:14px}.landing-root .sec-tags{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.landing-root .sec-tag{border-radius:100px;padding:6px 16px;font-size:12px;font-weight:700;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff9}.landing-root .sec-tag.on-light{border-color:#00000014;background:#0000000a;color:#5a6a85}.landing-root .widget-card-light{background:#fff;border:1.5px solid #E8EDF5;border-top:4px solid var(--cat, #E8EDF5);border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:24px;transition:transform .25s ease,box-shadow .25s ease,border-top-color .25s ease;display:flex;flex-direction:column;height:100%}.landing-root .widget-card-light:hover{transform:translateY(-4px);box-shadow:0 14px 38px #0000001a;border-top-color:var(--cat-hover, var(--cat))}.landing-root .cat-btn-outline{border:1.5px solid currentColor;background:transparent;transition:background .18s ease;cursor:pointer}.landing-root .cat-btn-outline:hover{background:#0d1f350a}.landing-root .cat-btn-solid{border:none;color:#fff;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 8px #00000026}.landing-root .cat-btn-solid:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.landing-root .cat-btn-solid:disabled{cursor:not-allowed;filter:grayscale(.4) brightness(.9);transform:none;box-shadow:none}.landing-root .plugin-card{background:#fff;border-radius:16px;box-shadow:0 2px 20px #0d1f3514;border:1px solid #E2E8F4;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}.landing-root .plugin-card:hover{box-shadow:0 10px 40px #0d1f3521;transform:translateY(-3px)}@media(min-width:1024px){.landing-root .plugin-card{flex-direction:row}}.landing-root .plugin-card-preview{position:relative;overflow:hidden;flex-shrink:0}.landing-root .plugin-card-info{flex:1;padding:24px 20px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #E2E8F4}@media(min-width:1024px){.landing-root .plugin-card-info{border-bottom:none;border-right:1px solid #E2E8F4;min-height:215px}}.landing-root .plugin-card-plans{display:flex;flex-direction:column;flex-shrink:0}@media(min-width:640px){.landing-root .plugin-card-plans{flex-direction:row}}.landing-root .plugin-plan-block{padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;flex:1}@media(min-width:1024px){.landing-root .plugin-plan-block{width:172px;flex:none}.landing-root .plugin-plan-block--solo{width:344px;padding-block:64px}}.landing-root .plugin-plan-btn{width:100%;min-height:44px;padding:10px 16px;border-radius:8px;border:none;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px #00000026}.landing-root .plugin-plan-btn:hover:not(:disabled){box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.landing-root .plugin-plan-btn:disabled{cursor:not-allowed}.landing-root .plugin-plan-btn--blue{font-size:12px;padding:10px 12px}.landing-root .widget-coming-soon-badge{background:#e8edf5;color:#5a6a85;border:1px solid #CBD5E1;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:800;letter-spacing:1.2px;padding:3px 9px;border-radius:100px;text-transform:uppercase;white-space:nowrap}.landing-root .sec-cta{margin-top:32px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.landing-root .sec-cta-link{font-size:13px;font-weight:600;color:#ffffff80;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.landing-root .sec-cta-link:hover{color:#fff}.landing-root .sec-cta-link.on-light{color:#5a6a85}.landing-root .sec-cta-link.on-light:hover{color:var(--blue)}.landing-root .plans-section{background:#fff;padding:100px 0;color:#000}.landing-root .plans-section .inner{max-width:1200px;margin:0 auto;padding:0 24px}.landing-root .plans-header{margin-bottom:60px}.landing-root .plans-header h2{font-size:clamp(44px,5vw,72px);line-height:.95;color:#000}.landing-root .plans-header h2 span{color:var(--blue)}.landing-root .plans-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.landing-root .plans-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.landing-root .plan-card{background:#fff;border:1.5px solid #E8EDF5;border-radius:18px;padding:28px 24px;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s}.landing-root .plan-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a}.landing-root .plan-card.featured{border-color:var(--teal);background:linear-gradient(145deg,#f0fdf8,#fff)}.landing-root .plan-card.dark{background:#000;border-color:#111;color:#fff}.landing-root .plan-pop{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:4px 18px;border-radius:100px;white-space:nowrap}.landing-root .plan-name{font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:22px;letter-spacing:1px;margin-bottom:4px;color:#000}.landing-root .plan-card.dark .plan-name{color:#fff}.landing-root .plan-desc{font-size:13px;color:#6b7a96;margin-bottom:18px;min-height:28px}.landing-root .plan-desc.light{color:#ffffff80}.landing-root .plan-price-val{font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:44px;line-height:1;color:#000}.landing-root .plan-price-val.white{color:#fff}.landing-root .plan-price-val sup{font-size:18px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-weight:500;color:#6b7a96}.landing-root .plan-period{font-size:11px;color:#6b7a96;margin-top:2px;margin-bottom:18px}.landing-root .plan-economy{display:inline-block;background:#00d68f1a;color:#007a52;font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;margin-bottom:18px}.landing-root .plan-feats{list-style:none;flex:1;margin-bottom:20px;padding:0}.landing-root .plan-feats li{display:flex;align-items:flex-start;gap:9px;font-size:13px;padding:6px 0;border-bottom:1px solid #F0F2F7;color:#1a2e4a}.landing-root .plan-feats.dark-list li{border-bottom-color:#ffffff14;color:#fffc;font-weight:600;letter-spacing:.025em}.landing-root .plan-feats li:last-child{border-bottom:none}.landing-root .plan-feats li:before{content:"✓";color:var(--teal);font-weight:700;font-size:12px;flex-shrink:0;margin-top:2px}.landing-root .plan-feats li.no:before{content:"✗";color:#c0cadb}.landing-root .plan-btn{display:block;text-align:center;text-decoration:none;font-weight:700;font-size:14px;padding:13px;border-radius:9px;transition:all .2s;border:none;cursor:pointer}.landing-root .pb-solid{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;box-shadow:0 4px 20px #1a6bf540}.landing-root .pb-solid:hover{box-shadow:0 8px 36px #00d68f4d;transform:translateY(-1px)}.landing-root .pb-outline{border:1.5px solid #D1D9E6;color:#1a2e4a;background:transparent}.landing-root .pb-outline:hover{background:#f5f8ff}.landing-root .cta-std{height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 32px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:all .2s}.landing-root .cta-std:hover{transform:scale(1.05)}.landing-root .pb-outline-white{border:1.5px solid rgba(255,255,255,.2);color:#fff;background:transparent}.landing-root .pb-outline-white:hover{background:#ffffff0f}.landing-root .plan-premium{background:#000;border-radius:18px;padding:32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:center;position:relative;border:1.5px solid rgba(0,214,143,.3)}.landing-root .plan-premium .plan-name{color:#fff}.landing-root .plan-icon{color:var(--teal);margin-bottom:12px;display:block}.landing-root .plan-icon svg{stroke:var(--teal)}.landing-root .period-tabs{display:flex;gap:8px;margin-top:12px}.landing-root .ptab{padding:6px 14px;border-radius:7px;border:1px solid rgba(255,255,255,.15);font-size:12px;font-weight:700;color:#ffffff80;cursor:pointer;transition:all .2s;background:transparent}.landing-root .ptab.active{background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;border-color:transparent}.landing-root .how-section{background:#0d1f35;padding:100px 0;color:#fff}.landing-root .how-inner{max-width:1100px;margin:0 auto;padding:0 24px}.landing-root .how-header{text-align:center;max-width:640px;margin:0 auto 64px}.landing-root .how-label{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.landing-root .how-title{font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:clamp(44px,5vw,72px);line-height:.95;text-transform:uppercase;color:#fff;margin-bottom:24px}.landing-root .how-title .accent{color:var(--teal)}.landing-root .how-sub{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.6;color:#fff9}.landing-root .how-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.landing-root .how-steps:before{content:"";position:absolute;top:28px;left:16.67%;right:16.67%;border-top:2px dashed rgba(255,255,255,.14);z-index:0}.landing-root .how-steps:after{content:"";position:absolute;top:27px;left:16.67%;width:0;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--teal),var(--cyan));box-shadow:0 0 14px #00d68f8c;z-index:0;transition:width 1.8s ease}.landing-root .how-steps.is-active:after{width:66.66%}.landing-root .how-step{position:relative;z-index:1;opacity:.4;transition:opacity .5s ease;text-align:center}.landing-root .how-step-head{margin-bottom:20px}.landing-root .how-step-num{width:56px;height:56px;border-radius:50%;background:#1b3149;color:#ffffff80;display:flex;align-items:center;justify-content:center;font-family:Anton,ui-sans-serif,system-ui,sans-serif;font-size:26px;margin:0 auto 18px;position:relative;z-index:1;box-shadow:0 0 0 6px #0d1f35;transition:background .4s ease,color .4s ease,box-shadow .4s ease}.landing-root .how-steps.is-active .how-step{opacity:1}.landing-root .how-steps.is-active .how-step .how-step-num{background:var(--teal);color:#0d1f35;box-shadow:0 0 0 6px #0d1f35,0 8px 24px #00d68f59}.landing-root .how-steps.is-active .how-step:nth-child(1),.landing-root .how-steps.is-active .how-step:nth-child(1) .how-step-num{transition-delay:.15s}.landing-root .how-steps.is-active .how-step:nth-child(2),.landing-root .how-steps.is-active .how-step:nth-child(2) .how-step-num{transition-delay:.6s}.landing-root .how-steps.is-active .how-step:nth-child(3),.landing-root .how-steps.is-active .how-step:nth-child(3) .how-step-num{transition-delay:1.05s}.landing-root .how-step-title{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:19px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:0}.landing-root .how-step-desc{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#ffffff8c}.landing-root .how-media{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.landing-root .how-shot{width:100%;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;display:block;background:#15202e;border:1px solid rgba(255,255,255,.08);border-radius:16px}.landing-root .how-outro{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;text-align:center;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:15px;font-weight:500;color:#ffffff8c}.landing-root .how-outro svg{color:var(--teal);flex-shrink:0}.landing-root .how-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px}.landing-root .how-benefit{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px 16px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;color:#fff;line-height:1.3;text-align:left}.landing-root .how-benefit svg{color:var(--teal);flex-shrink:0}.landing-root .how-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:720px;margin:36px auto 0;background:#162540;border:1.5px solid rgba(0,214,143,.4);border-radius:16px;padding:18px 28px}.landing-root .how-cta-text{text-align:left}.landing-root .how-cta-icon{color:var(--teal);flex-shrink:0}.landing-root .how-cta-title{display:flex;align-items:center;gap:8px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:19px;font-weight:700;color:#fff;margin-bottom:2px}.landing-root .how-cta-sub{font-size:14px;color:#fff9}.landing-root .how-cta-btn{font-size:15px;flex-shrink:0;white-space:nowrap}.landing-root .cta-section{background:#000;padding:120px 0;text-align:center;position:relative;overflow:hidden}.landing-root .cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 20% 50%,rgba(26,107,245,.15) 0%,transparent 60%),radial-gradient(ellipse 50% 60% at 80% 50%,rgba(0,214,143,.12) 0%,transparent 60%)}.landing-root .cta-inner{position:relative;z-index:2;max-width:1300px;margin:0 auto;padding:0 24px}.landing-root .cta-section h2{font-size:clamp(52px,7vw,112px);line-height:.9;color:#fff;margin-bottom:20px}.landing-root .cta-section h2 .accent{background:linear-gradient(135deg,var(--cyan),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-root .cta-section p{font-size:18px;color:#ffffff73;margin-bottom:40px}.landing-root .cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing-root .lp-footer{background:#080808;border-top:1px solid rgba(255,255,255,.08);padding:56px 0 28px}.landing-root .footer-inner{display:flex;flex-direction:column;gap:40px;width:100%;max-width:1300px;margin:0 auto;padding:0 24px}.landing-root .footer-cols{display:flex;justify-content:space-between;flex-wrap:wrap;gap:48px}.landing-root .footer-col{display:flex;flex-direction:column;gap:12px}.landing-root .footer-brand{max-width:280px;gap:16px}.landing-root .footer-col-title{font-size:13px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.04em}.landing-root .footer-col a{color:#ffffff8c;text-decoration:none;font-size:15px;font-weight:600;transition:color .2s}.landing-root .footer-col a:hover{color:#fff}.landing-root .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.landing-root .footer-copy,.landing-root .footer-tagline{font-size:12px;color:#ffffff4d}.landing-root .footer-tagline strong{color:var(--teal)}.landing-root .footer-sister{font-size:12px;color:#ffffff4d}.landing-root .footer-sister a{color:var(--cyan);text-decoration:none;font-weight:600}@keyframes lp-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.landing-root .hero-inner{grid-template-columns:1fr;gap:48px}.landing-root .grid-2{grid-template-columns:1fr;gap:48px;padding:60px 24px}.landing-root .plans-row,.landing-root .plans-row-2{grid-template-columns:1fr}.landing-root .premium-inner-grid{grid-template-columns:1fr!important}.landing-root .premium-inner-grid>div:nth-child(2){border-left:none!important;border-right:none!important;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);padding:16px 0!important;text-align:left!important}.landing-root .premium-inner-grid>div:nth-child(2)>div:last-child{display:block}.landing-root .how-steps{grid-template-columns:1fr;gap:40px}.landing-root .how-steps:before,.landing-root .how-steps:after{display:none}.landing-root .how-media{grid-template-columns:1fr;gap:20px}.landing-root .how-benefits{grid-template-columns:1fr;gap:10px}.landing-root .how-cta{flex-direction:column;align-items:stretch;text-align:center;gap:16px}.landing-root .how-cta-text{text-align:center}.landing-root .how-cta-title{justify-content:center}.landing-root .how-cta-btn{text-align:center}.landing-root .features-strip-inner{flex-wrap:wrap}.landing-root .fstrip{width:50%;border-bottom:1px solid rgba(255,255,255,.07)}.landing-root .lp-nav .nav-links{display:none}}@media(max-width:600px){.landing-root .hero h1{font-size:48px}.landing-root .cta-section h2{font-size:44px}.landing-root .how-steps,.landing-root .how-media{grid-template-columns:1fr}.landing-root .footer-cols{flex-direction:column;gap:32px}}
