html{scroll-behavior:smooth}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-root{--cream:#f5f0e4;--cream2:#ede7d5;--cream3:#e4ddc8;--white:#fff;--ink:#111;--muted:#666;--border:#111;--orange:#e8621a;--teal:#1a9e75;--yellow:#f5c842;--green:#22c55e;--red:#e83a2a;--blue:#3b82f6;--purple:#7c5cbf;background:var(--cream);color:var(--ink);font-family:var(--font-jakarta),sans-serif;min-height:100vh;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box;margin:0;padding:0}.landing-root a{color:inherit;text-decoration:none}.landing-root nav{background:var(--cream);border-bottom:2px solid var(--ink);z-index:100;justify-content:space-between;align-items:center;height:68px;padding:0 48px;display:flex;position:sticky;top:0}.landing-root .nav-logo{align-items:center;display:flex}.landing-root .nav-logo svg{width:auto;height:28px}.landing-root .nav-links{align-items:center;gap:36px;display:flex}.landing-root .nav-links a:not(.nav-btn){color:var(--muted);font-size:14px;font-weight:600;transition:color .2s}.landing-root .nav-links a:not(.nav-btn):hover{color:var(--ink)}.landing-root .nav-btn{background:var(--white);color:var(--ink);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);cursor:pointer;border-radius:100px;align-items:center;gap:7px;padding:11px 26px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex}.landing-root .nav-btn:hover{background:var(--ink);color:var(--white);box-shadow:3px 5px 0 var(--ink);transform:translateY(-2px)}.landing-root .nav-btn .btn-arrow{background:#00000014;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;transition:transform .2s;display:inline-flex}.landing-root .nav-btn:hover .btn-arrow{background:#ffffff26;transform:translate(2px)}.landing-root .nav-ghost{box-shadow:none;background:0 0}.landing-root .hero{max-width:1240px;margin:0 auto;padding:80px 48px 0}.landing-root .hero-top{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:56px;display:grid}.landing-root .hero-badge{background:var(--white);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 18px 6px 8px;font-size:12px;font-weight:700;display:inline-flex}.landing-root .hero-badge-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite blink}.landing-root h1{letter-spacing:-2px;font-size:clamp(48px,5.5vw,80px);font-weight:800;line-height:1}.landing-root h1 em{font-family:var(--font-instrument),serif;font-style:italic;font-weight:400}.landing-root .hero-right-col{padding-bottom:8px}.landing-root .hero-sub{color:var(--muted);margin-bottom:32px;font-size:17px;line-height:1.7}.landing-root .hero-sub strong{color:var(--ink);font-weight:700}.landing-root .hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;display:flex}.landing-root .btn-big{background:var(--ink);color:var(--cream);border:2px solid var(--ink);cursor:pointer;border-radius:100px;padding:15px 34px;font-size:15px;font-weight:700;transition:all .2s;display:inline-block}.landing-root .btn-big:hover{color:var(--ink);background:0 0;transform:translateY(-2px)}.landing-root .btn-outline{color:var(--ink);border:2px solid var(--ink);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:8px;padding:15px 30px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.landing-root .btn-outline:hover{background:var(--ink);color:var(--cream)}.landing-root .hero-note{color:var(--muted);font-size:12px;font-weight:500}.landing-root .hero-mockup{background:var(--ink);border:2px solid var(--ink);border-radius:24px;margin-top:0;overflow:hidden;box-shadow:6px 6px #00000026}.landing-root .mockup-topbar{background:#1e1e1e;border-bottom:1px solid #2a2a2a;align-items:center;gap:8px;padding:12px 20px;display:flex}.landing-root .dot{border-radius:50%;width:10px;height:10px}.landing-root .mockup-url{color:#888;text-align:center;background:#2a2a2a;border-radius:6px;flex:1;margin:0 12px;padding:5px 12px;font-family:monospace;font-size:11px}.landing-root .mockup-body{padding:20px}.landing-root .mockup-label{letter-spacing:2px;color:#555;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:10px;font-weight:700;display:flex}.landing-root .live-pill{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.landing-root .live-dot2{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:1.8s ease-in-out infinite blink}.landing-root .ai-block{background:#1e1e1e;border:1px solid #2e2e2e;border-radius:12px;margin-bottom:10px;padding:14px;transition:border-color .3s}.landing-root .ai-block.active{background:#e8621a0f;border-color:#e8621a80}.landing-root .ai-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.landing-root .ai-badge{letter-spacing:.5px;border-radius:100px;padding:3px 10px;font-size:9px;font-weight:700}.landing-root .badge-gpt{color:#1a9e75;background:#1a9e7526;border:1px solid #1a9e754d}.landing-root .badge-gem{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.landing-root .badge-cla{color:#f5a070;background:#e8621a26;border:1px solid #e8621a4d}.landing-root .ai-text{color:#888;font-size:11px;line-height:1.55}.landing-root .ai-block.active .ai-text{color:#aaa}.landing-root .use-tag{background:var(--orange);color:#fff;letter-spacing:.5px;border-radius:100px;margin-top:8px;padding:3px 10px;font-size:9px;font-weight:700;display:inline-block}.landing-root .tabs-row{gap:6px;margin-top:14px;display:flex}.landing-root .tab-pill{color:#555;background:#1e1e1e;border:1px solid #2e2e2e;border-radius:8px;padding:6px 12px;font-family:monospace;font-size:10px}.landing-root .tab-pill.active-tab{color:var(--orange);border-color:#e8621a66}.landing-root .stats-bar{background:var(--ink);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);padding:0 48px}.landing-root .stats-inner{justify-content:space-between;align-items:center;gap:0;max-width:1240px;height:80px;margin:0 auto;display:flex}.landing-root .stat-item{flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.landing-root .stat-item:not(:last-child){border-right:1px solid #2a2a2a}.landing-root .stat-num{color:var(--yellow);font-size:28px;font-weight:800;line-height:1}.landing-root .stat-lbl{color:#888;font-size:12px;font-weight:600;line-height:1.3}.landing-root .section{max-width:1240px;margin:0 auto;padding:88px 48px}.landing-root .eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--orange);align-items:center;gap:10px;margin-bottom:14px;font-size:13px;font-weight:800;display:inline-flex}.landing-root .eyebrow:before{content:"";background:var(--orange);border-radius:2px;width:28px;height:2px;display:block}.landing-root .sh{letter-spacing:-1.5px;margin-bottom:20px;font-size:clamp(36px,4vw,58px);font-weight:800;line-height:1.02}.landing-root .sh em{font-family:var(--font-instrument),serif;font-style:italic;font-weight:400}.landing-root .sdesc{color:var(--muted);max-width:500px;font-size:16px;line-height:1.7}.landing-root .prob-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-top:56px;display:grid}.landing-root .prob-cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.landing-root .prob-card{background:var(--white);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:20px;padding:28px}.landing-root .prob-num{color:var(--cream3);margin-bottom:14px;font-size:36px;font-weight:800;line-height:1}.landing-root .prob-card h3{margin-bottom:8px;font-size:16px;font-weight:700}.landing-root .prob-card p{color:var(--muted);font-size:13px;line-height:1.6}.landing-root .wave-wrap{margin:0;line-height:0;overflow:hidden}.landing-root .yellow-zone{background:var(--yellow);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.landing-root .yellow-inner{max-width:1240px;margin:0 auto;padding:88px 48px}.landing-root .compare-cols{grid-template-columns:1fr 1fr;gap:20px;margin-top:56px;display:grid}.landing-root .cc{background:var(--white);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:20px;padding:36px}.landing-root .cc-bad{background:var(--cream2)}.landing-root .cc-title{align-items:center;gap:10px;margin-bottom:24px;font-size:18px;font-weight:800;display:flex}.landing-root .ci{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.landing-root .ci-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.landing-root .dot-bad{color:var(--red);background:#ffd5d0}.landing-root .dot-good{color:var(--teal);background:#d0f5e6}.landing-root .ci p{color:var(--ink);font-size:14px;line-height:1.55}.landing-root .feat-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:56px;display:grid}.landing-root .uc-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.landing-root .uc-card{background:var(--white);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:20px;padding:30px 26px;transition:transform .22s,box-shadow .22s}.landing-root .uc-card:hover{box-shadow:7px 7px 0 var(--ink);transform:translate(-3px,-3px)}.landing-root .uc-ic{border:2px solid var(--ink);border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:21px;display:flex}.landing-root .uc-card h3{letter-spacing:-.01em;margin-bottom:9px;font-size:16px;font-weight:800}.landing-root .uc-card p{color:var(--muted);font-size:13px;line-height:1.65}.landing-root .fc{background:var(--white);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:20px;padding:32px;transition:transform .22s,box-shadow .22s}.landing-root .fc:hover{box-shadow:4px 9px 0 var(--ink);transform:translateY(-5px)}.landing-root .fi{border:2px solid var(--ink);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:22px;display:flex}.landing-root .fc h3{margin-bottom:9px;font-size:16px;font-weight:700}.landing-root .fc p{color:var(--muted);font-size:13px;line-height:1.65}.landing-root .models-layout{grid-template-columns:1fr 2fr;align-items:start;gap:56px;margin-top:56px;display:grid}.landing-root .model-cards{flex-direction:column;gap:14px;display:flex}.landing-root .mc{border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:20px;overflow:hidden}.landing-root .mc-head{border-bottom:2px solid var(--ink);padding:22px 24px 18px}.landing-root .mc-badge{border:2px solid var(--ink);letter-spacing:.5px;border-radius:100px;margin-bottom:12px;padding:4px 14px;font-size:10px;font-weight:700;display:inline-block}.landing-root .mc-head h3{margin-bottom:5px;font-size:20px;font-weight:800}.landing-root .mc-head p{color:var(--muted);font-size:13px;line-height:1.5}.landing-root .mc-body{padding:18px 24px}.landing-root .mc-use{color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.landing-root .mc-use:before{content:"→";color:var(--orange);font-size:16px}.landing-root .offer-banner{background:var(--yellow);border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:36px;padding:16px 22px;display:flex}.landing-root .offer-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.landing-root .offer-tag{background:var(--ink);color:var(--yellow);letter-spacing:.08em;white-space:nowrap;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:800}.landing-root .offer-txt{color:var(--ink);letter-spacing:-.01em;font-size:15px;font-weight:700}.landing-root .offer-txt em{background:var(--ink);color:var(--white);border-radius:6px;padding:1px 8px;font-style:normal}.landing-root .offer-timer{align-items:center;gap:6px;display:flex}.landing-root .offer-cell{background:var(--ink);color:var(--white);text-align:center;border-radius:8px;min-width:42px;padding:8px 6px;font-size:16px;font-weight:800;line-height:1}.landing-root .offer-cell span{color:#ffffff8c;letter-spacing:.08em;margin-top:4px;font-size:9px;font-weight:600;display:block}.landing-root .offer-sep{color:var(--ink);font-size:16px;font-weight:800}.landing-root .pricing-layout{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:24px;margin-top:56px;display:grid}.landing-root .pc{background:var(--white);border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:24px;padding:40px}.landing-root .pc.dark{background:var(--ink);color:var(--cream)}.landing-root .pc-label{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:18px;font-size:11px;font-weight:700}.landing-root .pc.dark .pc-label{color:#666}.landing-root .pc-price{letter-spacing:-2px;margin-bottom:4px;font-size:72px;font-weight:800;line-height:1}.landing-root .pc.dark .pc-price{color:var(--yellow)}.landing-root .pc-period{color:var(--muted);margin-bottom:28px;font-size:13px}.landing-root .pc.dark .pc-period{color:#555}.landing-root .pc-list{margin-bottom:32px;list-style:none}.landing-root .pc-list li{color:var(--muted);border-bottom:1px solid #0000000f;align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.landing-root .pc.dark .pc-list li{color:#888;border-bottom-color:#ffffff0f}.landing-root .pc-list li.yes{color:var(--ink)}.landing-root .pc.dark .pc-list li.yes{color:#f5f0e4d9}.landing-root .ic{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.landing-root .ic-y{color:var(--teal);background:#d0f5e6}.landing-root .ic-n{color:var(--red);background:#ffd5d0}.landing-root .ic-yw{color:var(--yellow);background:#f5c84233}.landing-root .pc-btn{text-align:center;cursor:pointer;border:2px solid;border-radius:100px;padding:15px;font-size:14px;font-weight:700;transition:all .2s;display:block}.landing-root .pc-btn.b-dark{color:var(--ink);border-color:var(--ink);background:0 0}.landing-root .pc-btn.b-dark:hover{background:var(--ink);color:var(--cream)}.landing-root .pc-btn.b-light{background:var(--cream);color:var(--ink);border-color:var(--cream)}.landing-root .pc-btn.b-light:hover{background:var(--yellow);border-color:var(--yellow)}.landing-root .best-badge{background:var(--yellow);color:var(--ink);letter-spacing:1px;border-radius:100px;margin-bottom:14px;padding:4px 14px;font-size:10px;font-weight:700;display:inline-block}.landing-root .nums-band{background:var(--orange);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);padding:56px 48px}.landing-root .nums-inner{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1240px;margin:0 auto;display:grid}.landing-root .nc{background:var(--white);border:2px solid var(--ink);text-align:center;box-shadow:4px 4px 0 var(--ink);border-radius:20px;padding:32px 24px}.landing-root .nc-num{color:var(--orange);letter-spacing:-2px;font-size:52px;font-weight:800;line-height:1}.landing-root .nc-lbl{color:var(--muted);margin-top:6px;font-size:12px;font-weight:600}.landing-root .faq-section{max-width:800px;margin:0 auto;padding:88px 48px}.landing-root .fi-item{border:2px solid var(--ink);background:var(--white);box-shadow:3px 3px 0 var(--ink);border-radius:16px;margin-bottom:12px;overflow:hidden}.landing-root .fi-q{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:700;transition:background .2s;display:flex}.landing-root .fi-q:hover{background:var(--cream2)}.landing-root .fi-plus{border:2px solid var(--ink);width:28px;height:28px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:transform .3s,background .2s;display:flex}.landing-root .fi-item.open .fi-plus{background:var(--ink);color:var(--cream);transform:rotate(45deg)}.landing-root .fi-a{color:var(--muted);max-height:0;padding:0 24px;font-size:14px;line-height:1.75;transition:max-height .4s,padding .3s;overflow:hidden}.landing-root .fi-item.open .fi-a{max-height:300px;padding:0 24px 22px}.landing-root .cta-band{background:var(--teal);border-top:2px solid var(--ink);padding:88px 48px}.landing-root .cta-inner{text-align:center;max-width:700px;margin:0 auto}.landing-root .cta-inner h2{color:var(--white);letter-spacing:-1.5px;margin-bottom:18px;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.02}.landing-root .cta-inner h2 em{font-family:var(--font-instrument),serif;font-style:italic;font-weight:400}.landing-root .cta-inner p{color:#ffffffb3;margin-bottom:36px;font-size:16px;line-height:1.65}.landing-root .btn-white{background:var(--white);color:var(--ink);border:2px solid var(--ink);cursor:pointer;border-radius:100px;padding:16px 40px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:4px 4px #0003}.landing-root .btn-white:hover{transform:translateY(-3px);box-shadow:4px 7px #0003}.landing-root .cta-note{color:#ffffff80;margin-top:12px;font-size:12px}.landing-root footer{background:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:36px 48px;display:flex}.landing-root .foot-logo svg{width:auto;height:24px}.landing-root .foot-links{gap:24px;display:flex}.landing-root .foot-links a{color:#555;font-size:13px;font-weight:600;transition:color .2s}.landing-root .foot-links a:hover{color:#aaa}.landing-root .foot-copy{color:#444;font-size:12px}.landing-root .foot-grid{grid-template-columns:1.4fr .8fr .8fr .8fr 1.15fr;gap:44px;margin-bottom:48px;display:grid}.landing-root .foot-desc{color:#777;max-width:260px;margin-bottom:22px;font-size:13.5px;line-height:1.65}.landing-root .foot-col-title{color:var(--white);margin-bottom:18px;font-size:13px;font-weight:700}.landing-root .foot-col a{color:#666;font-size:14px;transition:color .2s}.landing-root .foot-col a:hover{color:#aaa}.landing-root .foot-social a{border:1px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:border-color .2s;display:flex}.landing-root .foot-social a:hover{border-color:#555}.landing-root .foot-cta{background:var(--yellow);border:2px solid #1a1a1a;border-radius:14px;align-self:start;padding:24px 22px;box-shadow:5px 5px #000}.landing-root .foot-cta h4{color:var(--ink);letter-spacing:-.02em;margin-bottom:6px;font-size:17px;font-weight:800}.landing-root .foot-cta p{color:#000000a6;margin-bottom:16px;font-size:12.5px;line-height:1.5}.landing-root .foot-cta a{text-align:center;background:var(--ink);color:var(--white);border:2px solid var(--ink);border-radius:100px;padding:12px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .15s;display:block}.landing-root .foot-cta a:hover{transform:translate(-2px,-2px);box-shadow:3px 3px #00000059}.landing-root .marquee-track{animation:20s linear infinite ticker}.landing-root .reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(18px)}.landing-root .reveal.visible{opacity:1;transform:none}.landing-root .d1{transition-delay:.1s}.landing-root .d2{transition-delay:.18s}.landing-root .d3{transition-delay:.26s}.landing-root .d4{transition-delay:.34s}.landing-root .lang-switch{position:relative}.landing-root .lang-btn{background:var(--white);border:2px solid var(--ink);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink);border-radius:100px;align-items:center;gap:7px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.landing-root .lang-btn:hover{box-shadow:3px 5px 0 var(--ink);transform:translateY(-2px)}.landing-root .lang-btn svg{width:16px;height:16px}.landing-root .lang-btn .lang-caret{opacity:.6;font-size:9px;transition:transform .2s}.landing-root .lang-switch.open .lang-btn .lang-caret{transform:rotate(180deg)}.landing-root .lang-menu{background:var(--white);border:2px solid var(--ink);width:200px;max-height:320px;box-shadow:4px 4px 0 var(--ink);z-index:200;opacity:0;visibility:hidden;border-radius:14px;padding:6px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;transform:translateY(-6px)}.landing-root .lang-switch.open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.landing-root .lang-opt{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:flex}.landing-root .lang-opt:hover{background:var(--cream2)}.landing-root .lang-opt.active{background:var(--ink);color:var(--white)}.landing-root .lang-opt .lang-native{color:var(--muted);margin-left:auto;font-size:11px;font-weight:500}.landing-root .lang-opt.active .lang-native{color:#ffffffb3}.landing-root .nav-toggle{border:2px solid var(--ink);cursor:pointer;color:var(--ink);background:0 0;border-radius:10px;padding:6px;display:none}@media (max-width:960px){.landing-root .lang-menu{left:0;right:auto}.landing-root nav{padding:0 20px}.landing-root .hero,.landing-root .section,.landing-root .yellow-inner,.landing-root .faq-section,.landing-root .cta-band{padding:60px 20px}.landing-root .hero-top,.landing-root .prob-layout,.landing-root .compare-cols,.landing-root .feat-grid,.landing-root .pricing-layout,.landing-root .models-layout{grid-template-columns:1fr}.landing-root .prob-cards,.landing-root .nums-inner{grid-template-columns:1fr 1fr}.landing-root .stats-inner{flex-wrap:wrap;gap:16px;height:auto;padding:20px 0}.landing-root .stat-item{border-bottom:1px solid #2a2a2a;padding-bottom:16px;border-right:none!important}.landing-root footer{flex-direction:column;align-items:flex-start;padding:28px 20px}.landing-root .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .foot-grid>div:first-child,.landing-root .foot-cta{grid-column:1/-1}.landing-root .nums-band{padding:48px 20px}.landing-root .nav-links{display:none}.landing-root .nav-links.open{background:var(--cream);border-bottom:2px solid var(--ink);flex-direction:column;align-items:flex-start;gap:18px;padding:20px;display:flex;position:absolute;top:68px;left:0;right:0}.landing-root .nav-toggle{display:inline-flex}.landing-root .uc-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.landing-root .uc-grid{grid-template-columns:1fr}}.landing-root[dir=rtl] .nav-btn,.landing-root[dir=rtl] .hero-badge,.landing-root[dir=rtl] .lang-btn,.landing-root[dir=rtl] .fi-item{box-shadow:-3px 3px 0 var(--ink)}.landing-root[dir=rtl] .prob-card,.landing-root[dir=rtl] .cc,.landing-root[dir=rtl] .uc-card,.landing-root[dir=rtl] .fc,.landing-root[dir=rtl] .mc,.landing-root[dir=rtl] .pc,.landing-root[dir=rtl] .nc{box-shadow:-4px 4px 0 var(--ink)}.landing-root[dir=rtl] .offer-banner{box-shadow:-5px 5px 0 var(--ink)}.landing-root[dir=rtl] .foot-cta{box-shadow:-5px 5px #000}.landing-root[dir=rtl] .hero-mockup{box-shadow:-6px 6px #00000026}.landing-root[dir=rtl] .nav-btn:hover,.landing-root[dir=rtl] .lang-btn:hover{box-shadow:-3px 5px 0 var(--ink)}.landing-root[dir=rtl] .uc-card:hover{box-shadow:-7px 7px 0 var(--ink)}.landing-root[dir=rtl] .fc:hover{box-shadow:-4px 9px 0 var(--ink)}.landing-root[dir=rtl] .btn-white{box-shadow:-4px 4px #0003}.landing-root[dir=rtl] .btn-white:hover{box-shadow:-4px 7px #0003}.landing-root[dir=rtl] .lang-menu{left:0;right:auto}.landing-root[dir=rtl] .btn-arrow{transform:scaleX(-1)}.landing-root[dir=rtl] .mc-use:before{content:"←"}.landing-root[dir=rtl] .marquee-track{animation-direction:reverse}
