@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes notifIn{0%{opacity:0;transform:translateY(-10px) scale(.96)}15%{opacity:1;transform:translateY(0) scale(1)}78%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0}}.landing-root{--white:#fff;--bg:#fafafa;--surface:#f4f4f5;--border:#e4e4e7;--ink:#09090b;--ink2:#3f3f46;--ink3:#71717a;--accent:#2563eb;--accent2:#1d4ed8;--green:#16a34a;--red:#dc2626;--f-sans:"Instrument Sans",system-ui,sans-serif;--f-serif:"Instrument Serif",Georgia,serif;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.08);--shadow-lg:0 20px 48px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.06);background:var(--white);color:var(--ink);font-family:var(--f-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.landing-root *,.landing-root :after,.landing-root :before{margin:0;padding:0;box-sizing:border-box}.landing-root .wrap{max-width:1120px;margin:0 auto;padding:0 32px}.landing-root .tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.02em;padding:4px 12px;border-radius:100px;border:1px solid var(--border);color:var(--ink2);background:var(--white)}.landing-root .tag.blue{background:#eff6ff;color:var(--accent);border-color:#bfdbfe}.landing-root .tag.green{background:#f0fdf4;color:var(--green);border-color:#bbf7d0}.landing-root nav{position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.landing-root .nav-inner{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 32px;max-width:1120px;margin:0 auto}.landing-root .nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.landing-root .nav-icon{width:30px;height:30px;background:var(--ink);border-radius:8px;display:flex;align-items:center;justify-content:center}.landing-root .nav-icon svg{width:16px;height:16px;fill:#fff}.landing-root .nav-mark{font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.02em}.landing-root .nav-mark em{color:var(--accent);font-style:normal}.landing-root .nav-center{display:flex;gap:4px}.landing-root .nav-center a{font-size:14px;font-weight:500;color:var(--ink3);text-decoration:none;padding:6px 12px;border-radius:var(--r-sm);transition:background .15s,color .15s}.landing-root .nav-center a:hover{background:var(--surface);color:var(--ink)}.landing-root .nav-right{display:flex;align-items:center;gap:8px}.landing-root .nav-login{font-size:14px;font-weight:500;color:var(--ink2);text-decoration:none;padding:7px 14px;border-radius:var(--r-sm);transition:background .15s}.landing-root .nav-login:hover{background:var(--surface)}.landing-root .nav-cta{font-size:14px;font-weight:600;background:var(--ink);color:var(--white);border:none;border-radius:var(--r-sm);padding:8px 18px;cursor:pointer;text-decoration:none;transition:background .15s,transform .12s}.landing-root .nav-cta:hover{background:var(--accent);transform:translateY(-1px)}.landing-root .hero{padding:96px 32px 80px;text-align:center;max-width:1120px;margin:0 auto}.landing-root .hero>*{animation:fadeUp .6s ease both}.landing-root .hero>:first-child{animation-delay:0s}.landing-root .hero>:nth-child(2){animation-delay:.08s}.landing-root .hero>:nth-child(3){animation-delay:.16s}.landing-root .hero>:nth-child(4){animation-delay:.24s}.landing-root .hero>:nth-child(5){animation-delay:.32s}.landing-root .hero-tag{margin-bottom:24px}.landing-root .hero-title{font-size:clamp(40px,5.5vw,68px);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--ink);margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.landing-root .hero-title em{font-style:italic;font-family:var(--f-serif);font-weight:400;color:var(--accent)}.landing-root .hero-sub{font-size:18px;font-weight:400;color:var(--ink3);line-height:1.7;max-width:520px;margin:0 auto 36px}.landing-root .hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.landing-root .btn-primary{font-size:15px;font-weight:600;background:var(--ink);color:var(--white);border:none;border-radius:var(--r-md);padding:13px 24px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:background .15s,transform .12s,box-shadow .15s;box-shadow:0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.08)}.landing-root .btn-primary:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.landing-root .btn-outline{font-size:15px;font-weight:600;background:var(--white);color:var(--ink);border:1px solid var(--border);border-radius:var(--r-md);padding:12px 24px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:background .15s,border-color .15s,transform .12s}.landing-root .btn-outline:hover{background:var(--surface);border-color:#d4d4d8;transform:translateY(-1px)}.landing-root .hero-proof{font-size:13px;color:var(--ink3);display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.landing-root .hero-proof span{display:flex;align-items:center;gap:5px}.landing-root .hero-proof svg{width:14px;height:14px}.landing-root .hero-visual{margin-top:64px;position:relative;display:flex;justify-content:center;align-items:flex-start;gap:16px}.landing-root .phone-outer{width:260px;flex-shrink:0;position:relative;z-index:2}.landing-root .phone-frame{background:#18181b;border-radius:40px;padding:12px;box-shadow:var(--shadow-lg),0 0 0 1px hsla(0,0%,100%,.05) inset}.landing-root .phone-screen{background:#09090b;border-radius:30px;overflow:hidden;min-height:500px}.landing-root .phone-island{width:88px;height:26px;background:#18181b;border-radius:0 0 20px 20px;margin:0 auto;display:flex;align-items:center;justify-content:center}.landing-root .phone-island-dot{width:8px;height:8px;border-radius:50%;background:#3f3f46}.landing-root .phone-body{padding:12px 14px 20px}.landing-root .phone-time{font-size:42px;font-weight:300;color:#fff;text-align:center;letter-spacing:-.02em;margin-bottom:2px}.landing-root .phone-date{font-size:13px;color:hsla(0,0%,100%,.4);text-align:center;margin-bottom:20px}.landing-root .notif{background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:11px 13px;display:flex;gap:10px;align-items:flex-start;margin-bottom:8px;animation:notifIn 5s ease-in-out infinite}.landing-root .notif:nth-child(2){animation-delay:2.5s;opacity:0}.landing-root .notif-app-icon{width:34px;height:34px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px}.landing-root .notif-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.landing-root .notif-app{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.45)}.landing-root .notif-time-txt{font-size:10px;color:hsla(0,0%,100%,.25)}.landing-root .notif-title{font-size:13px;font-weight:600;color:#fff;line-height:1.3;margin-bottom:1px}.landing-root .notif-body{font-size:12px;color:hsla(0,0%,100%,.55);line-height:1.4}.landing-root .wallet-card{background:linear-gradient(135deg,#1e3a5f,#0f1f3d);border-radius:14px;padding:14px 16px;border:1px solid rgba(37,99,235,.3);margin-top:4px}.landing-root .wc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.landing-root .wc-brand{font-size:12px;font-weight:700;color:#fff;line-height:1.2}.landing-root .wc-sub{font-size:9px;color:hsla(0,0%,100%,.35);margin-top:2px;font-weight:400}.landing-root .wc-badge{font-size:8px;font-weight:600;color:#fff;background:var(--accent);padding:2px 7px;border-radius:100px}.landing-root .wc-pts-label{font-size:9px;color:hsla(0,0%,100%,.4);font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.landing-root .wc-pts{font-size:32px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:12px}.landing-root .wc-pts small{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.35)}.landing-root .wc-progress-bg{height:4px;background:hsla(0,0%,100%,.1);border-radius:100px;margin-bottom:8px}.landing-root .wc-progress-fill{height:100%;width:80%;background:var(--accent);border-radius:100px}.landing-root .wc-footer{display:flex;justify-content:space-between;align-items:center}.landing-root .wc-name{font-size:11px;color:hsla(0,0%,100%,.45)}.landing-root .wc-next{font-size:10px;font-weight:600;color:#93c5fd}.landing-root .float-cards{display:flex;flex-direction:column;gap:12px;padding-top:80px;flex-shrink:0;width:220px}.landing-root .float-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:16px;box-shadow:var(--shadow-md)}.landing-root .fc-label{font-size:11px;font-weight:600;color:var(--ink3);margin-bottom:8px;letter-spacing:.02em}.landing-root .fc-value{font-size:28px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1;margin-bottom:4px}.landing-root .fc-value.blue{color:var(--accent)}.landing-root .fc-sub{font-size:12px;color:var(--ink3)}.landing-root .fc-mini-chart{display:flex;align-items:flex-end;gap:3px;height:32px;margin-top:10px}.landing-root .fc-bar{background:var(--surface);border-radius:3px;flex:1;transition:background .2s}.landing-root .fc-bar.active{background:var(--accent)}.landing-root .float-cards-right{padding-top:140px}.landing-root .notif-mini{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:14px;box-shadow:var(--shadow-md);display:flex;gap:10px;align-items:flex-start}.landing-root .nm-icon{width:36px;height:36px;border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.landing-root .nm-title{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:2px}.landing-root .nm-sub{font-size:12px;color:var(--ink3);line-height:1.4}.landing-root .nm-status{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:11px;font-weight:600;color:var(--green)}.landing-root .nm-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.landing-root .logos-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 32px;background:var(--bg)}.landing-root .logos-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap;justify-content:center}.landing-root .logos-label{font-size:13px;color:var(--ink3);white-space:nowrap}.landing-root .logo-item{font-size:14px;font-weight:700;color:#c4c4c8;letter-spacing:-.01em;white-space:nowrap}.landing-root .stats{padding:80px 32px;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden}.landing-root .stat-cell{padding:36px 32px;border-right:1px solid var(--border);background:var(--white)}.landing-root .stat-cell:last-child{border-right:none}.landing-root .stat-num{font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--ink);margin-bottom:6px}.landing-root .stat-num.blue{color:var(--accent)}.landing-root .stat-lbl{font-size:14px;color:var(--ink3);line-height:1.5}.landing-root .problem{padding:80px 32px;max-width:1120px;margin:0 auto}.landing-root .section-tag{margin-bottom:16px}.landing-root .section-title{font-size:clamp(28px,3.5vw,44px);font-weight:700;letter-spacing:-.03em;color:var(--ink);line-height:1.15;margin-bottom:16px}.landing-root .section-title em{font-style:italic;font-family:var(--f-serif);font-weight:400}.landing-root .section-sub{font-size:17px;color:var(--ink3);line-height:1.7;max-width:520px;margin-bottom:48px}.landing-root .channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.landing-root .channel-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;transition:box-shadow .2s}.landing-root .channel-card:hover{box-shadow:var(--shadow-md)}.landing-root .channel-card.winner{background:var(--ink);border-color:var(--ink);grid-column:span 2}.landing-root .channel-icon{font-size:24px;margin-bottom:16px;display:block}.landing-root .channel-name{font-size:13px;font-weight:600;color:var(--ink3);margin-bottom:8px;letter-spacing:.02em}.landing-root .channel-card.winner .channel-name{color:hsla(0,0%,100%,.45)}.landing-root .channel-stat{font-size:36px;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin-bottom:6px}.landing-root .channel-card.winner .channel-stat{color:var(--white);font-size:48px}.landing-root .channel-unit{font-size:12px;color:var(--ink3);margin-bottom:12px}.landing-root .channel-card.winner .channel-unit{color:hsla(0,0%,100%,.4)}.landing-root .channel-desc{font-size:13px;color:var(--ink3);line-height:1.6}.landing-root .channel-card.winner .channel-desc{color:hsla(0,0%,100%,.55)}.landing-root .channel-verdict{display:inline-flex;align-items:center;gap:5px;margin-top:16px;font-size:12px;font-weight:600;padding:5px 12px;border-radius:100px}.landing-root .cv-bad{background:#fef2f2;color:var(--red)}.landing-root .cv-good{background:var(--accent);color:#fff}.landing-root .features{padding:80px 32px;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-root .features-inner{max-width:1120px;margin:0 auto}.landing-root .features-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:56px}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.landing-root .feat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px 24px;transition:box-shadow .2s,transform .2s}.landing-root .feat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-root .feat-icon-wrap{width:44px;height:44px;background:var(--surface);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;border:1px solid var(--border)}.landing-root .feat-title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}.landing-root .feat-desc{font-size:13px;color:var(--ink3);line-height:1.65}.landing-root .feat-badge{display:inline-block;margin-top:14px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px}.landing-root .fb-blue{background:#eff6ff;color:var(--accent)}.landing-root .fb-green{background:#f0fdf4;color:var(--green)}.landing-root .fb-gray{background:var(--surface);color:var(--ink3);border:1px solid var(--border)}.landing-root .steps{padding:80px 32px;max-width:1120px;margin:0 auto}.landing-root .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;margin-top:48px}.landing-root .step-card{padding:32px 28px;border-right:1px solid var(--border);background:var(--white);transition:background .2s}.landing-root .step-card:last-child{border-right:none}.landing-root .step-card:hover{background:var(--bg)}.landing-root .step-num{font-size:12px;font-weight:700;color:var(--accent);margin-bottom:16px;letter-spacing:.06em}.landing-root .step-title{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em;line-height:1.3}.landing-root .step-desc{font-size:13px;color:var(--ink3);line-height:1.65}.landing-root .step-time{display:inline-block;margin-top:16px;font-size:11px;font-weight:700;color:var(--ink);background:var(--surface);padding:4px 10px;border-radius:100px;border:1px solid var(--border)}.landing-root .pricing{padding:80px 32px;background:var(--bg);border-top:1px solid var(--border)}.landing-root .pricing-inner{max-width:1120px;margin:0 auto}.landing-root .pricing-head{text-align:center;margin-bottom:48px}.landing-root .plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-root .plan-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);padding:32px 28px;position:relative;transition:box-shadow .2s,transform .2s}.landing-root .plan-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-root .plan-card.featured{background:var(--ink);border-color:var(--ink);transform:scale(1.02)}.landing-root .plan-card.featured:hover{transform:scale(1.02) translateY(-2px)}.landing-root .plan-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:700;background:var(--accent);color:#fff;padding:4px 14px;border-radius:100px;white-space:nowrap;box-shadow:0 2px 8px rgba(37,99,235,.35)}.landing-root .plan-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}.landing-root .plan-card.featured .plan-name{color:hsla(0,0%,100%,.6)}.landing-root .plan-price{font-size:52px;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--ink);margin-bottom:4px}.landing-root .plan-card.featured .plan-price{color:var(--white)}.landing-root .plan-period{font-size:13px;color:var(--ink3);margin-bottom:24px}.landing-root .plan-card.featured .plan-period{color:hsla(0,0%,100%,.4)}.landing-root .plan-divider{height:1px;background:var(--border);margin-bottom:20px}.landing-root .plan-card.featured .plan-divider{background:hsla(0,0%,100%,.1)}.landing-root .plan-features{list-style:none;margin-bottom:28px}.landing-root .plan-features li{font-size:14px;color:var(--ink3);padding:8px 0;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--border);line-height:1.4}.landing-root .plan-card.featured .plan-features li{color:hsla(0,0%,100%,.6);border-color:hsla(0,0%,100%,.08)}.landing-root .plan-features li:last-child{border-bottom:none}.landing-root .plan-features li.check:before{content:"";width:16px;height:16px;border-radius:50%;background:#dcfce7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%2316A34A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;flex-shrink:0;margin-top:2px}.landing-root .plan-card.featured .plan-features li.check:before{background-color:rgba(22,163,74,.25)}.landing-root .plan-features li.cross{opacity:.35}.landing-root .plan-features li.cross:before{content:"—";font-size:12px;color:var(--ink3);flex-shrink:0;width:16px;text-align:center}.landing-root .plan-btn{display:block;width:100%;font-size:15px;font-weight:700;text-align:center;padding:13px;border-radius:var(--r-md);cursor:pointer;border:none;text-decoration:none;transition:background .15s,transform .12s}.landing-root .plan-btn:hover{transform:translateY(-1px)}.landing-root .pb-outline{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.landing-root .pb-outline:hover{background:var(--border)}.landing-root .pb-blue{background:var(--accent);color:#fff}.landing-root .pb-blue:hover{background:var(--accent2)}.landing-root .pb-white{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.15)}.landing-root .pb-white:hover{background:hsla(0,0%,100%,.18)}.landing-root .comparison-section{margin-top:64px;text-align:center}.landing-root .comparison-title{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin-bottom:8px}.landing-root .comparison-sub{font-size:15px;color:var(--ink3);margin-bottom:32px}.landing-root .comparison-scroll{overflow-x:auto}.landing-root .comparison-table{width:100%;border-collapse:collapse;text-align:center;font-size:14px}.landing-root .comparison-table thead th{padding:16px 12px;font-size:15px;font-weight:700;color:var(--ink);border-bottom:2px solid var(--border);vertical-align:bottom}.landing-root .comparison-table thead th:first-child{text-align:left}.landing-root .comparison-table .th-price{font-weight:400;font-size:12px;color:var(--ink3)}.landing-root .comparison-table .th-featured{background:var(--ink);color:var(--white);border-radius:8px 8px 0 0}.landing-root .comparison-table .th-featured .th-price{color:hsla(0,0%,100%,.5)}.landing-root .comparison-table tbody td{padding:12px;border-bottom:1px solid var(--border);color:var(--ink2)}.landing-root .comparison-table tbody td:first-child{text-align:left;font-weight:500;color:var(--ink);min-width:200px}.landing-root .comparison-table tbody tr:last-child td{border-bottom:none}.landing-root .comparison-table .cat-row td{font-size:13px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.06em;background:var(--surface);padding:10px 12px;border-bottom:1px solid var(--border)}.landing-root .comparison-table .cell-check{color:#16a34a;font-weight:700;font-size:16px}.landing-root .comparison-table .cell-cross{color:#d4d4d8;font-size:14px}.landing-root .comparison-table .cell-unlimited{color:#16a34a;font-weight:600;font-size:13px}.landing-root .comparison-table .cell-limit{color:var(--accent);font-weight:600;font-size:13px}.landing-root .comparison-table .cell-sub{font-size:12px;color:var(--ink3);font-weight:400}.landing-root .testimonials{padding:80px 32px;max-width:1120px;margin:0 auto}.landing-root .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.landing-root .testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px 24px;transition:box-shadow .2s}.landing-root .testi-card:hover{box-shadow:var(--shadow-md)}.landing-root .testi-stars{color:#fbbf24;font-size:14px;margin-bottom:16px;letter-spacing:1px}.landing-root .testi-text{font-size:15px;color:var(--ink2);line-height:1.7;margin-bottom:20px;font-style:italic}.landing-root .testi-author{display:flex;align-items:center;gap:12px}.landing-root .testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--ink2);flex-shrink:0;border:1px solid var(--border)}.landing-root .testi-name{font-size:14px;font-weight:700;color:var(--ink)}.landing-root .testi-role{font-size:12px;color:var(--ink3)}.landing-root .cta-section{padding:80px 32px;background:var(--ink);border-top:1px solid var(--border)}.landing-root .cta-inner{max-width:640px;margin:0 auto;text-align:center}.landing-root .cta-title{font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--white);margin-bottom:16px}.landing-root .cta-title em{font-style:italic;font-family:var(--f-serif);font-weight:400;color:#93c5fd}.landing-root .cta-sub{font-size:17px;color:hsla(0,0%,100%,.5);line-height:1.7;margin-bottom:36px}.landing-root .cta-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.landing-root .btn-cta-main{font-size:16px;font-weight:700;background:var(--white);color:var(--ink);border:none;border-radius:var(--r-md);padding:14px 28px;cursor:pointer;text-decoration:none;transition:background .15s,transform .12s}.landing-root .btn-cta-main:hover{background:#f4f4f5;transform:translateY(-1px)}.landing-root .btn-cta-sec{font-size:16px;font-weight:600;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--r-md);padding:13px 28px;cursor:pointer;text-decoration:none;transition:background .15s}.landing-root .btn-cta-sec:hover{background:hsla(0,0%,100%,.12)}.landing-root .cta-proof{font-size:13px;color:hsla(0,0%,100%,.3)}.landing-root footer{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.06);padding:40px 32px}.landing-root .footer-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.landing-root .footer-logo{font-size:16px;font-weight:700;color:hsla(0,0%,100%,.7);letter-spacing:-.01em}.landing-root .footer-logo em{color:var(--accent);font-style:normal}.landing-root .footer-links{display:flex;gap:24px;list-style:none}.landing-root .footer-links a{font-size:13px;color:hsla(0,0%,100%,.3);text-decoration:none;transition:color .15s}.landing-root .footer-links a:hover{color:hsla(0,0%,100%,.7)}.landing-root .footer-copy{font-size:13px;color:hsla(0,0%,100%,.2)}.landing-root .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.landing-root .nav-center{display:none}.landing-root .hero-visual{flex-direction:column;align-items:center}.landing-root .float-cards,.landing-root .float-cards-right{display:none}.landing-root .stats{grid-template-columns:repeat(2,1fr)}.landing-root .stat-cell:nth-child(2){border-right:none}.landing-root .stat-cell:nth-child(3){border-top:1px solid var(--border)}.landing-root .channels-grid{grid-template-columns:1fr 1fr}.landing-root .channel-card.winner{grid-column:span 2}.landing-root .features-top{grid-template-columns:1fr;gap:24px}.landing-root .features-grid,.landing-root .steps-grid{grid-template-columns:1fr 1fr}.landing-root .step-card:nth-child(2n){border-right:none}.landing-root .step-card{border-bottom:1px solid var(--border)}.landing-root .plans-grid{grid-template-columns:1fr}.landing-root .plan-card.featured{transform:none}.landing-root .comparison-table{font-size:13px}.landing-root .comparison-table tbody td:first-child{min-width:150px}.landing-root .testimonials-grid{grid-template-columns:1fr}.landing-root .footer-inner{flex-direction:column;align-items:flex-start}}