.landing-root{--cream:#FAF6EF;--white:#FFFFFF;--terracotta:#C4572B;--terracotta-dark:#A6481F;--terracotta-soft:#F3DFD0;--peach:#F7DEC8;--ink:#221B15;--ink-soft:#3D362E;--grey:#6E655A;--grey-light:#9B9288;--line:#E9E0D2;--green:#2E9E6B;--radius-lg:22px;--shadow-sm:0 2px 10px rgba(34,27,21,0.05);--shadow-md:0 14px 40px rgba(34,27,21,0.09);--shadow-lg:0 30px 70px rgba(34,27,21,0.14);--font:"Plus Jakarta Sans","Segoe UI",system-ui,-apple-system,sans-serif}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root{scroll-padding-top:96px;font-family:var(--font);background:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.landing-root img,.landing-root svg{display:block}.landing-root a{text-decoration:none;color:inherit}.landing-root ul{list-style:none}.landing-root button{font-family:inherit;cursor:pointer}.landing-root .container{width:min(1140px,92%);margin-inline:auto}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;line-height:1;border-radius:999px;padding:14px 28px;border:1.5px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;will-change:transform}.landing-root .btn:active{transform:scale(.97)}.landing-root .btn-primary{background:var(--terracotta);color:#fff;box-shadow:0 10px 24px rgba(196,87,43,.32)}.landing-root .btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-2px);box-shadow:0 16px 32px rgba(196,87,43,.38)}.landing-root .btn-outline{background:transparent;color:var(--ink-soft);border-color:#D8CFC0}.landing-root .btn-outline:hover{border-color:var(--terracotta);color:var(--terracotta);background:rgba(196,87,43,.05);transform:translateY(-2px)}.landing-root .btn-light{background:#fff;color:var(--terracotta);box-shadow:0 12px 30px rgba(0,0,0,.18)}.landing-root .btn-light:hover{transform:translateY(-2px);background:var(--peach)}.landing-root .btn-outline-on-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.landing-root .btn-outline-on-dark:hover{border-color:#fff;background:rgba(255,255,255,.1);transform:translateY(-2px)}.landing-root .btn-sm{padding:10px 20px;font-size:14px}.landing-root .btn-lg{padding:16px 34px;font-size:16px}.landing-root .btn-block{width:100%}.landing-root .site-header{position:sticky;top:0;z-index:60;background:rgba(250,246,239,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(233,224,210,.7);transition:box-shadow .25s ease}.landing-root .site-header.is-scrolled{box-shadow:0 8px 30px rgba(34,27,21,.07)}.landing-root .header-inner{display:flex;align-items:center;justify-content:space-between;height:76px}.landing-root .brand{display:inline-flex;align-items:center;gap:10px}.landing-root .brand-mark{width:34px;height:34px;filter:drop-shadow(0 4px 8px rgba(196,87,43,.3))}.landing-root .brand-name{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.landing-root .main-nav{display:flex;gap:38px}.landing-root .main-nav a{color:var(--ink-soft);font-weight:600;font-size:15px;position:relative;padding:6px 0}.landing-root .main-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:2px;background:var(--terracotta);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.landing-root .main-nav a:hover{color:var(--terracotta)}.landing-root .main-nav a:hover:after{transform:scaleX(1)}.landing-root .header-actions{display:flex;align-items:center;gap:14px}.landing-root .nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px}.landing-root .nav-toggle span{width:22px;height:2.4px;border-radius:2px;background:var(--ink);transition:transform .25s ease,opacity .2s ease}.landing-root .nav-toggle.is-open span:first-child{transform:translateY(7.4px) rotate(45deg)}.landing-root .nav-toggle.is-open span:nth-child(2){opacity:0}.landing-root .nav-toggle.is-open span:nth-child(3){transform:translateY(-7.4px) rotate(-45deg)}.landing-root .hero{position:relative;padding:88px 0 110px;overflow:hidden}.landing-root .hero-glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.landing-root .hero-glow-1{width:520px;height:520px;top:-160px;left:-140px;background:rgba(196,87,43,.14)}.landing-root .hero-glow-2{width:620px;height:620px;bottom:-260px;right:-180px;background:rgba(196,87,43,.1)}.landing-root .hero-inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px}.landing-root .badge{display:inline-flex;align-items:center;gap:9px;background:var(--peach);color:var(--terracotta);font-weight:700;font-size:13px;letter-spacing:.02em;padding:9px 18px;border-radius:999px;box-shadow:var(--shadow-sm);margin-bottom:26px}.landing-root .badge-dot{width:8px;height:8px;border-radius:50%;background:var(--terracotta);animation:landing-pulse 2.2s ease-in-out infinite}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.75)}}.landing-root .hero h1{font-size:clamp(40px,5vw,58px);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:22px}.landing-root .hero h1 .accent{color:var(--terracotta);position:relative;white-space:nowrap}.landing-root .hero h1 .accent:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:10px;background:var(--terracotta-soft);z-index:-1;border-radius:4px}.landing-root .hero .lead{font-size:18px;color:var(--grey);max-width:520px;margin-bottom:34px}.landing-root .hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}.landing-root .hero-trust{display:flex;gap:22px;flex-wrap:wrap}.landing-root .hero-trust li{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--ink-soft)}.landing-root .hero-trust svg{width:17px;height:17px;color:var(--green)}.landing-root .hero-visual{position:relative;display:flex;justify-content:center}.landing-root .cube-stage{position:relative;width:460px;height:470px;perspective:1300px}.landing-root .cube{position:absolute;inset:34px 0 0 20px;transform-style:preserve-3d;transform:rotateX(-16deg) rotateY(26deg);transition:transform .6s cubic-bezier(.2,.7,.3,1)}.landing-root .cube-stage:hover .cube{transform:rotateX(-10deg) rotateY(18deg)}.landing-root .cube-face{position:absolute;border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(34,27,21,.06)}.landing-root .cube-front{width:420px;height:300px;background:#fff;transform:translateZ(150px);box-shadow:var(--shadow-lg)}.landing-root .dash{display:flex;flex-direction:column;height:100%}.landing-root .dash-topbar{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fffdf8}.landing-root .dots{display:flex;gap:5px}.landing-root .dots span{width:9px;height:9px;border-radius:50%}.landing-root .dots span:first-child{background:#E9A36B}.landing-root .dots span:nth-child(2){background:#EFCF9B}.landing-root .dots span:nth-child(3){background:#A8C7A0}.landing-root .dash-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--cream);border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:12px;color:var(--grey-light)}.landing-root .dash-search-icon{width:12px;height:12px;border:2px solid var(--grey-light);border-radius:50%;position:relative}.landing-root .dash-search-icon:after{content:"";position:absolute;width:6px;height:2px;background:var(--grey-light);transform:rotate(45deg);right:-5px;bottom:-3px;border-radius:2px}.landing-root .dash-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--terracotta),#E99A6B)}.landing-root .dash-body{display:flex;flex:1;min-height:0}.landing-root .dash-sidebar{width:108px;background:#2A221B;padding:14px 10px;display:flex;flex-direction:column;gap:8px}.landing-root .menu-item{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:600;color:rgba(255,255,255,.55);padding:7px 9px;border-radius:8px;transition:background .2s ease,color .2s ease}.landing-root .menu-item.is-active{background:var(--terracotta);color:#fff}.landing-root .mi-icon{width:9px;height:9px;border-radius:3px;background:currentColor;opacity:.8}.landing-root .dash-main{flex:1;padding:14px;display:flex;flex-direction:column;gap:12px;background:#FBF7F0}.landing-root .stat-row{display:flex;gap:10px}.landing-root .stat{flex:1;background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 11px;display:flex;flex-direction:column}.landing-root .stat-label{font-size:9.5px;color:var(--grey-light);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.landing-root .stat-value{font-size:14px;font-weight:800;color:var(--ink);margin-top:2px}.landing-root .stat-delta{font-size:9px;font-weight:700;margin-top:2px}.landing-root .stat-delta.up{color:var(--green)}.landing-root .chart{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 12px 8px;flex:1}.landing-root .chart-bars{display:flex;align-items:flex-end;gap:8px;height:64px}.landing-root .chart-bars span{flex:1;background:linear-gradient(180deg,#E9A06B,var(--terracotta));border-radius:4px 4px 2px 2px;transition:height .5s ease}.landing-root .thumb-row{display:flex;gap:10px}.landing-root .thumb{flex:1;border-radius:9px;padding:8px;display:flex;flex-direction:column;gap:3px;min-height:62px}.landing-root .t1{background:#F7DFD1}.landing-root .t2{background:#E3E0F6}.landing-root .t3{background:#D9F0EB}.landing-root .thumb-label{font-size:9px;font-weight:700;color:var(--ink)}.landing-root .thumb-price{font-size:9px;font-weight:700;color:rgba(34,27,21,.55)}.landing-root .cube-top{width:420px;height:180px;background:#FFF3E8;transform:rotateX(90deg) translateZ(150px);transform-origin:top;box-shadow:inset 0 0 0 1px rgba(34,27,21,.05)}.landing-root .top-card{padding:20px;display:flex;flex-direction:column;gap:10px}.landing-root .top-card-head{display:flex;justify-content:space-between}.landing-root .top-pill{width:54px;height:14px;background:var(--terracotta);border-radius:999px;opacity:.85}.landing-root .top-line{height:9px;border-radius:6px;background:#E5CDB8}.landing-root .top-line.w60{width:60%}.landing-root .top-line.w40{width:40%}.landing-root .top-bar{height:34px;border-radius:8px;background:#E5CDB8;margin-top:4px}.landing-root .cube-right{width:180px;height:300px;right:0;background:#E7D8C8;transform:rotateY(90deg) translateZ(210px);transform-origin:right;box-shadow:inset 0 0 0 1px rgba(34,27,21,.05)}.landing-root .side-panel{padding:18px 16px;display:flex;flex-direction:column;gap:12px}.landing-root .side-panel-head{width:44px;height:44px;border-radius:10px;background:#D5C3B0;margin-bottom:6px}.landing-root .side-line{height:10px;border-radius:6px;background:#D5C3B0}.landing-root .side-line.w70{width:70%}.landing-root .side-line.w50{width:50%}.landing-root .side-row{height:26px;border-radius:7px;background:#D5C3B0}.landing-root .notif-pill{position:absolute;left:0;bottom:38px;display:flex;align-items:center;gap:12px;background:#fff;border-radius:16px;padding:12px 20px 12px 13px;box-shadow:var(--shadow-lg);border:1px solid rgba(233,224,210,.9);animation:landing-floaty 5s ease-in-out infinite;z-index:5}@keyframes landing-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing-root .notif-icon{width:42px;height:42px;border-radius:12px;background:var(--terracotta-soft);color:var(--terracotta);display:flex;align-items:center;justify-content:center}.landing-root .notif-icon svg{width:21px;height:21px}.landing-root .notif-text{display:flex;align-items:baseline;gap:6px}.landing-root .notif-text strong{font-size:14.5px;font-weight:800;color:var(--ink)}.landing-root .notif-text span{font-size:14px;font-weight:700;color:var(--terracotta)}.landing-root .section{padding:96px 0}.landing-root .section-head{text-align:center;max-width:640px;margin:0 auto 56px}.landing-root .section-head h2{font-size:clamp(30px,3.6vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.landing-root .section-head p{color:var(--grey);font-size:17px}.landing-root .card{background:var(--white);border:1px solid rgba(233,224,210,.85);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-root .features{background:linear-gradient(180deg,var(--cream) 0,#F6F0E6 100%)}.landing-root .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.landing-root .feature-card{padding:40px 32px;position:relative;overflow:hidden}.landing-root .feature-card:nth-child(2){--card-accent:#7C6BD4}.landing-root .feature-card:nth-child(3){--card-accent:#0F9D8C}.landing-root .feature-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--card-accent,var(--terracotta));opacity:0;transition:opacity .25s ease}.landing-root .feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.landing-root .feature-card:hover:before{opacity:1}.landing-root .feature-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .25s ease}.landing-root .feature-card:hover .feature-icon{transform:scale(1.08) rotate(-4deg)}.landing-root .feature-icon svg{width:28px;height:28px}.landing-root .icon-terracotta{background:var(--terracotta-soft);color:var(--terracotta)}.landing-root .icon-purple{background:#ECE8FB;color:#7C6BD4}.landing-root .icon-teal{background:#DFF3EF;color:#0F9D8C}.landing-root .feature-card h3{font-size:21px;font-weight:800;margin-bottom:12px;letter-spacing:-.01em}.landing-root .feature-card p{color:var(--grey);font-size:15.5px;margin-bottom:20px}.landing-root .card-link{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;font-weight:700;color:var(--terracotta)}.landing-root .card-link span{transition:transform .2s ease}.landing-root .card-link:hover span{transform:translateX(4px)}.landing-root .pricing{position:relative}.landing-root .billing-toggle{display:flex;align-items:center;gap:4px;width:fit-content;margin:0 auto 52px;background:#F0E9DD;border:1px solid var(--line);border-radius:999px;padding:5px}.landing-root .billing-btn{border:0;background:transparent;color:var(--grey);font-weight:700;font-size:14.5px;padding:10px 22px;border-radius:999px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.landing-root .billing-btn.is-active{background:var(--white);color:var(--ink);box-shadow:var(--shadow-sm)}.landing-root .billing-discount{background:#E8F6EF;color:var(--green);font-size:12px;font-weight:800;padding:3px 9px;border-radius:999px;margin-left:6px}.landing-root .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.landing-root .price-card{padding:38px 30px;display:flex;flex-direction:column;position:relative}.landing-root .price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.landing-root .price-card.featured{border:2px solid var(--terracotta);box-shadow:0 24px 60px rgba(196,87,43,.16);background:linear-gradient(180deg,#FFFDFB,#FFF8F2)}.landing-root .price-card.featured:hover{box-shadow:0 30px 70px rgba(196,87,43,.22)}.landing-root .featured-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#E8833A;color:#fff;font-size:12.5px;font-weight:800;padding:7px 18px;border-radius:999px;box-shadow:0 8px 20px rgba(232,131,58,.4);white-space:nowrap}.landing-root .price-name{font-size:23px;font-weight:800;margin-bottom:4px}.landing-root .price-sub{color:var(--grey);font-size:14.5px;margin-bottom:26px}.landing-root .price{display:flex;align-items:baseline;gap:8px;margin-bottom:30px}.landing-root .price-current{font-size:42px;font-weight:800;letter-spacing:-.03em}.landing-root .price-per{color:var(--grey);font-size:15px;font-weight:600}.landing-root .price-old{font-size:16px;color:var(--grey-light);text-decoration:line-through;font-weight:600}.landing-root .price-contact{font-size:32px;font-weight:800}.landing-root .price-card .btn{margin-bottom:30px}.landing-root .price-features{display:flex;flex-direction:column;gap:14px}.landing-root .price-features li{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:600;color:var(--ink-soft)}.landing-root .price-features svg{width:19px;height:19px;color:var(--green);flex-shrink:0}.landing-root .pricing-note{text-align:center;margin-top:40px;color:var(--grey);font-size:14.5px}.landing-root .price-card .price{transition:opacity .2s ease,transform .2s ease}.landing-root .price.switching{opacity:.72;transform:translateY(2px)}.landing-root .cta{padding-top:20px}.landing-root .cta-card{position:relative;overflow:hidden;text-align:center;background:linear-gradient(135deg,#B34E27 0,var(--terracotta) 55%,#DF7B42 100%);border-radius:28px;padding:76px 40px;box-shadow:0 30px 70px rgba(196,87,43,.35);color:#fff}.landing-root .cta-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.14);filter:blur(70px);top:-180px;left:50%;transform:translateX(-50%);pointer-events:none}.landing-root .cta-card h2{font-size:clamp(28px,3.4vw,38px);font-weight:800;letter-spacing:-.02em;margin-bottom:14px;position:relative}.landing-root .cta-card p{font-size:17px;opacity:.9;margin-bottom:34px;position:relative}.landing-root .cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative}.landing-root .footer{background:#F1EEE9;border-top:1px solid var(--line);margin-top:90px}.landing-root .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding:64px 0 48px}.landing-root .footer-brand .brand{margin-bottom:18px}.landing-root .footer-brand p{color:var(--grey);font-size:15px;max-width:320px;margin-bottom:24px}.landing-root .socials{display:flex;gap:12px}.landing-root .socials a{width:40px;height:40px;border-radius:12px;border:1px solid #dfd8cb;background:#fff;color:var(--grey);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease,border-color .2s ease,background .2s ease}.landing-root .socials a:hover{transform:translateY(-3px);color:var(--terracotta);border-color:var(--terracotta);background:#FFF8F3}.landing-root .socials svg{width:18px;height:18px}.landing-root .footer-col h4{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin-bottom:20px}.landing-root .footer-col ul{display:flex;flex-direction:column;gap:12px}.landing-root .footer-col ul a{color:var(--grey);font-size:15px;transition:color .2s ease}.landing-root .footer-col ul a:hover{color:var(--terracotta)}.landing-root .contact-list li{display:flex;align-items:center;gap:12px;color:var(--grey);font-size:15px}.landing-root .contact-list svg{width:18px;height:18px;color:var(--terracotta);flex-shrink:0}.landing-root .footer-bottom{border-top:1px solid var(--line);padding:22px 0}.landing-root .footer-bottom p{text-align:center;font-size:13.5px;color:var(--grey-light)}.landing-root .modal-backdrop{position:fixed;inset:0;background:rgba(34,27,21,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:landing-fade-in .2s ease}.landing-root .modal-backdrop[hidden]{display:none}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}.landing-root .modal{position:relative;background:#fff;border-radius:24px;padding:40px 36px 36px;width:min(440px,100%);box-shadow:var(--shadow-lg);animation:landing-modal-in .28s cubic-bezier(.2,.8,.3,1.1)}@keyframes landing-modal-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-root .modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--cream);color:var(--grey);font-size:14px;transition:background .2s ease,color .2s ease,transform .2s ease}.landing-root .modal-close:hover{background:var(--terracotta);color:#fff;transform:rotate(90deg)}.landing-root .modal-logo{display:flex;justify-content:center;margin-bottom:18px}.landing-root .modal-logo svg{width:52px;height:52px}.landing-root .modal h3{font-size:24px;font-weight:800;text-align:center;margin-bottom:8px}.landing-root .modal>p{text-align:center;color:var(--grey);font-size:15px;margin-bottom:26px}.landing-root .modal-form{display:flex;flex-direction:column;gap:16px}.landing-root .modal-form label{display:flex;flex-direction:column;gap:7px;font-size:13.5px;font-weight:700;color:var(--ink-soft)}.landing-root .modal-form input{font-family:inherit;font-size:15px;padding:13px 16px;border-radius:12px;border:1.5px solid var(--line);background:var(--cream);color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.landing-root .modal-form input:focus{outline:none;border-color:var(--terracotta);box-shadow:0 0 0 4px rgba(196,87,43,.12)}.landing-root .modal-success{color:var(--green)!important;font-weight:700}.landing-root .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0s)}.landing-root .reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :after,.landing-root :before{animation:none!important;transition:none!important}.landing-root .reveal{opacity:1;transform:none}.landing-root{scroll-behavior:auto}}@media (max-width:1024px){.landing-root .hero-inner{grid-template-columns:1fr;gap:70px;text-align:center}.landing-root .hero .lead{margin-inline:auto}.landing-root .hero-actions,.landing-root .hero-trust{justify-content:center}.landing-root .cube-stage{margin-inline:auto}.landing-root .feature-grid,.landing-root .pricing-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}@media (max-width:860px){.landing-root .main-nav{position:fixed;top:76px;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(34,27,21,.1);padding:12px 6%;transform:translateY(-12px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .25s ease,visibility .25s}.landing-root .main-nav.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.landing-root .main-nav a{padding:14px 4px;border-bottom:1px solid #f3ede3}.landing-root .main-nav a:after{display:none}.landing-root .nav-toggle{display:flex}.landing-root .nav-cta{display:none}}@media (max-width:620px){.landing-root .hero{padding:56px 0 80px}.landing-root .hero-actions .btn{width:100%}.landing-root .cube-stage{transform:scale(.68);transform-origin:top center;width:100%}.landing-root .notif-pill{left:4%}.landing-root .footer-grid{grid-template-columns:1fr;gap:36px}.landing-root .cta-card{padding:56px 24px}.landing-root .billing-btn{padding:9px 15px;font-size:13.5px}}.landing-root{scroll-behavior:smooth}.landing-root [id],.landing-root section[id]{scroll-margin-top:88px}body{margin:0;overflow-x:hidden}