.landing-root{--bg:#050505;--bg-elevated:#0c0c0e;--bg-soft:#121214;--text:#f4f4f5;--text-muted:#a1a1aa;--text-dim:#71717a;--red:#e11d2e;--red-bright:#ff2d3d;--red-deep:#9f1239;--red-glow:#e11d2e66;--border:#ffffff14;--border-strong:#ffffff24;--font:"DM Sans", system-ui, sans-serif;--nav-h:72px;--max:1140px;font-family:var(--font-dm-sans), var(--font), system-ui, sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;min-height:100vh;line-height:1.55;overflow-x:hidden}.landing-root *,.landing-root :before,.landing-root :after{box-sizing:border-box}.landing-root img,.landing-root video{max-width:100%;display:block}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.landing-root ul{margin:0;padding:0;list-style:none}.landing-root .page-bg{z-index:-2;background:radial-gradient(70% 50% at 15% 10%,#e11d2e38,#0000 55%),radial-gradient(55% 45% at 85% 20%,#7f1d1d47,#0000 50%),radial-gradient(60% 40% at 50% 100%,#e11d2e1f,#0000 55%),linear-gradient(#080808 0%,#050505 40%,#0a0606 100%);position:fixed;inset:0}.landing-root .page-bg:after{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 75%);mask-image:radial-gradient(#000 30%,#0000 75%)}.landing-root .container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}.landing-root .section{padding:clamp(4.2rem,8vw,6.8rem) 0;position:relative}.landing-root .section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red-bright);align-items:center;gap:.45rem;margin-bottom:.9rem;font-size:.72rem;font-weight:600;display:inline-flex}.landing-root .section-label:before{content:"";background:var(--red);width:6px;height:6px;box-shadow:0 0 10px var(--red-glow);border-radius:50%}.landing-root .section-title{letter-spacing:-.03em;max-width:18ch;font-size:clamp(1.85rem,3.8vw,2.85rem);font-weight:700;line-height:1.12}.landing-root .section-title em,.landing-root .section-title .grad{background:linear-gradient(110deg, #fff 10%, var(--red-bright) 45%, #ff7a85 90%);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-root .section-lead{color:var(--text-muted);max-width:44ch;margin-top:1rem;font-size:1.02rem}.landing-root .btn{border-radius:999px;justify-content:center;align-items:center;gap:.45rem;height:48px;padding:0 1.35rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .25s,background .25s,border-color .25s,color .25s;display:inline-flex}.landing-root .btn:hover{transform:translateY(-1px)}.landing-root .btn-primary{background:linear-gradient(135deg, var(--red-bright), var(--red-deep));color:#fff;box-shadow:0 12px 32px var(--red-glow)}.landing-root .btn-primary:hover{box-shadow:0 16px 40px #e11d2e8c}.landing-root .btn-outline{border:1px solid var(--border-strong);color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08}.landing-root .btn-outline:hover{background:#ffffff0f;border-color:#ffffff47}.landing-root .btn-soft{color:#fff;border:1px solid var(--border);background:#ffffff14}.landing-root .btn-soft:hover{background:#ffffff24}.landing-root .check-list{gap:.7rem;margin-top:1.4rem;display:grid}.landing-root .check-list li{color:var(--text-muted);align-items:flex-start;gap:.65rem;font-size:.96rem;display:flex}.landing-root .check-list li svg{color:var(--red-bright);flex-shrink:0;margin-top:.15rem}.landing-root .nav{z-index:100;height:var(--nav-h);background:0 0;border-bottom:1px solid #0000;transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;position:fixed;inset:0 0 auto}.landing-root .nav.scrolled{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border-bottom-color:var(--border);background:#0505058c;box-shadow:0 10px 40px #00000059}.landing-root .nav-inner{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,1200px);height:100%;margin-inline:auto;display:flex}.landing-root .nav-logo{z-index:2;align-items:center;gap:.5rem;display:flex}.landing-root .nav-logo img{object-fit:contain;width:26px;height:26px;filter:drop-shadow(0 0 10px var(--red-glow))}.landing-root .nav-logo span{letter-spacing:.02em;font-size:1.05rem;font-weight:700}.landing-root .nav-logo .hot{color:var(--red-bright)}.landing-root .nav-links{align-items:center;gap:1.55rem;display:flex}.landing-root .nav-links a{color:#f4f4f5b8;font-size:.9rem;font-weight:500;transition:color .2s}.landing-root .nav-links a:hover{color:#fff}.landing-root .nav-actions{align-items:center;gap:.6rem;display:flex}.landing-root .nav-actions .btn{height:42px;font-size:.88rem}.landing-root .nav-toggle{border:1px solid var(--border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.landing-root .nav-toggle span{background:#fff;width:18px;height:2px;display:block}@media (max-width:900px){.landing-root .nav-toggle{display:flex}.landing-root .nav-links,.landing-root .nav-actions .btn-outline{display:none}.landing-root .nav.open .nav-links{top:var(--nav-h);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050505f5;flex-direction:column;align-items:stretch;gap:0;padding:1rem;display:flex;position:absolute;left:0;right:0}.landing-root .nav.open .nav-links a{border-bottom:1px solid var(--border);padding:.9rem .75rem}}.landing-root .hero{min-height:100svh;padding:calc(var(--nav-h) + 1.5rem) 0 3.5rem;align-items:center;display:flex;position:relative;overflow:visible}.landing-root .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,3.5rem);width:min(100% - 2.5rem,1200px);margin-inline:auto;display:grid}@media (max-width:960px){.landing-root .hero-grid{grid-template-columns:1fr}}.landing-root .hero-badge{color:#fecaca;background:#e11d2e1a;border:1px solid #e11d2e59;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;display:inline-flex}.landing-root .hero-badge .dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulseDot;box-shadow:0 0 10px #4ade80b3}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.landing-root .hero-title{letter-spacing:-.035em;max-width:16ch;font-size:clamp(2.35rem,5.2vw,3.7rem);font-weight:700;line-height:1.05}.landing-root .hero-title .hero-flip{min-height:1.2em;display:block;position:relative;overflow:hidden}.landing-root .hero-title .flip-word-letter,.landing-root .hero-title .grad{background:linear-gradient(105deg,#fff 0%,#ff4d5c 40%,#ff8a95 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.landing-root .hero-sub{color:var(--text-muted);max-width:38ch;margin-top:1.1rem;font-size:1.05rem}.landing-root .hero-ctas{flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;display:flex}.landing-root .hero-bullets{color:#fca5a5;flex-wrap:wrap;gap:.85rem 1.25rem;margin-top:1.5rem;font-size:.85rem;font-weight:500;display:flex}.landing-root .hero-bullets span{align-items:center;gap:.35rem;display:inline-flex}.landing-root .hero-bullets span:before{content:"â€º";color:var(--red-bright);font-weight:700}.landing-root .phone-cluster{justify-content:center;align-items:center;width:100%;height:clamp(500px,70vw,680px);min-height:clamp(500px,70vw,680px);display:flex;position:relative;overflow:visible}.landing-root .phone-cluster:before{content:"";filter:blur(28px);z-index:0;background:radial-gradient(circle,#e11d2e61,#0000 65%);border-radius:50%;width:80%;height:70%;animation:4s ease-in-out infinite alternate glowPulse;position:absolute}@keyframes glowPulse{0%{opacity:.55;transform:scale(.92)}to{opacity:1;transform:scale(1.08)}}.landing-root .phone{aspect-ratio:9/19.2;z-index:1;background:#0a0a0a;border-radius:34px;width:clamp(170px,20vw,230px);padding:0;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 28px 55px #0009,0 0 0 2px #ffffff24,0 0 0 5px #000000d9}.landing-root .phone:after{content:"";z-index:4;pointer-events:none;background:#000;border-radius:999px;width:34%;height:9px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.landing-root .phone-screen{z-index:1;background:#111;border-radius:28px;position:absolute;inset:7px;overflow:hidden}.landing-root .phone-screen video{object-fit:cover;object-position:center center;background:#1a1a1a;width:100%;max-width:none;height:112%;display:block;position:absolute;top:-6%;left:0}.landing-root .phone-left{z-index:1;transform:translate(-132%,-46%)rotate(-16deg)}.landing-root .phone-center{z-index:3;width:clamp(200px,24vw,275px);transform:translate(-50%,-50%)}.landing-root .phone-right{z-index:2;transform:translate(32%,-46%)rotate(16deg)}@media (max-width:960px){.landing-root .hero{overflow:visible}.landing-root .phone-cluster{height:460px;min-height:460px;margin-top:.75rem}.landing-root .phone-left{width:150px;transform:translate(-118%,-46%)rotate(-14deg)}.landing-root .phone-right{width:150px;transform:translate(18%,-46%)rotate(14deg)}.landing-root .phone-center{width:185px}}@media (max-width:520px){.landing-root .phone-cluster{height:400px;min-height:400px}.landing-root .phone-left{width:120px;transform:translate(-108%,-46%)rotate(-12deg)}.landing-root .phone-right{width:120px;transform:translate(8%,-46%)rotate(12deg)}.landing-root .phone-center{width:155px}}.landing-root .marquee{border-block:1px solid var(--border);background:#ffffff05;padding:1rem 0;overflow:hidden}.landing-root .marquee-track{gap:2.5rem;width:max-content;animation:38s linear infinite marquee;display:flex}.landing-root .marquee-item{white-space:nowrap;color:var(--text-muted);align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.landing-root .marquee-item strong{color:#fff;font-weight:700}.landing-root .marquee-dot{background:var(--red);width:6px;height:6px;box-shadow:0 0 8px var(--red-glow);border-radius:50%}@keyframes marquee{to{transform:translate(-50%)}}.landing-root .split{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.landing-root .split.reverse{grid-template-columns:.95fr 1.05fr}.landing-root .split.reverse .split-copy{order:2}@media (max-width:900px){.landing-root .split,.landing-root .split.reverse{grid-template-columns:1fr}.landing-root .split.reverse .split-copy{order:0}}.landing-root .visual-frame{border:1px solid var(--border);aspect-ratio:4/5;background:#0a0a0a;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073,0 0 40px #e11d2e14}.landing-root .visual-frame img,.landing-root .visual-frame video{object-fit:cover;width:100%;max-width:none;height:112%;margin-top:-6%}.landing-root .visual-badge{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.06em;color:#fff;white-space:nowrap;background:#000000b8;border:1px solid #ffffff1f;border-radius:999px;padding:.45rem .85rem;font-size:.7rem;font-weight:600;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.landing-root .vitrine-frame{border:1px solid var(--border);background:#0b0b0d;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073,0 0 40px #e11d2e14}.landing-root .vitrine-chrome{border-bottom:1px solid var(--border);background:#ffffff08;align-items:center;gap:.4rem;padding:.7rem .9rem;display:flex}.landing-root .vitrine-chrome span{background:#3f3f46;border-radius:50%;width:8px;height:8px}.landing-root .vitrine-chrome span:first-child{background:#ef4444}.landing-root .vitrine-chrome span:nth-child(2){background:#eab308}.landing-root .vitrine-chrome span:nth-child(3){background:#22c55e}.landing-root .vitrine-chrome p{border:1px solid var(--border);min-width:0;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#ffffff0d;border-radius:999px;flex:1;margin-left:.55rem;padding:.28rem .65rem;font-size:.68rem;overflow:hidden}.landing-root .vitrine-body{padding:0 1rem 1.1rem;position:relative}.landing-root .vitrine-cover{height:118px;margin:0 -1rem;overflow:hidden}.landing-root .vitrine-cover img{object-fit:cover;object-position:center 20%;filter:brightness(.78);width:100%;height:100%}.landing-root .vitrine-profile{text-align:center;z-index:1;flex-direction:column;align-items:center;margin-top:-38px;margin-bottom:1rem;display:flex;position:relative}.landing-root .vitrine-avatar{object-fit:cover;border:3px solid #0b0b0d;border-radius:50%;width:72px;height:72px;margin-bottom:.55rem;box-shadow:0 0 0 2px #e11d2e8c}.landing-root .vitrine-profile strong{color:#fff;font-size:1rem;font-weight:700}.landing-root .vitrine-profile span{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.landing-root .vitrine-products{gap:.55rem;display:grid}.landing-root .vitrine-product{border:1px solid var(--border);background:#ffffff0a;border-radius:14px;grid-template-columns:48px 1fr auto;align-items:center;gap:.7rem;padding:.55rem;display:grid}.landing-root .vitrine-product img{object-fit:cover;border-radius:12px;width:48px;height:48px}.landing-root .vitrine-product strong{color:#fff;font-size:.82rem;font-weight:600;display:block}.landing-root .vitrine-product span{color:var(--text-dim);margin-top:.12rem;font-size:.68rem;display:block}.landing-root .vitrine-product em{color:var(--red-bright);white-space:nowrap;font-size:.78rem;font-style:normal;font-weight:700}.landing-root .vitrine-pix{text-align:center;color:#fecaca;letter-spacing:.04em;background:linear-gradient(90deg,#e11d2e2e,#e11d2e0d);border:1px solid #e11d2e59;border-radius:12px;margin-top:.75rem;padding:.55rem .75rem;font-size:.72rem;font-weight:600}.landing-root .tools-head{max-width:640px;margin-bottom:2rem}.landing-root .tools-head .section-title{max-width:none}.landing-root .tools-list{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (max-width:800px){.landing-root .tools-list{grid-template-columns:1fr}}.landing-root .tool-row{border:1px solid var(--border);background:linear-gradient(#ffffff0a,#ffffff04);border-radius:16px;align-items:flex-start;gap:.9rem;padding:1.05rem 1.1rem;display:flex}.landing-root .tool-row .tool-icon{width:42px;height:42px;color:var(--red-bright);background:#e11d2e1f;border:1px solid #e11d2e38;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.landing-root .tool-row h3{margin-bottom:.2rem;font-size:1rem;font-weight:700}.landing-root .tool-row p{color:var(--text-muted);font-size:.88rem;line-height:1.45}.landing-root .content-gallery{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:.85rem;margin-top:2.25rem;display:flex}.landing-root .gallery-card{aspect-ratio:3/4.2;border:1px solid var(--border);background:#111;border-radius:18px;width:clamp(140px,17vw,200px);transition:transform .3s;overflow:hidden;box-shadow:0 16px 40px #0006}.landing-root .gallery-card img,.landing-root .gallery-card video{object-fit:cover;width:100%;max-width:none;height:112%;margin-top:-6%}.landing-root .gallery-card:first-child{transform:translateY(-18px)}.landing-root .gallery-card:nth-child(2){transform:translateY(-6px)}.landing-root .gallery-card:nth-child(3){transform:translateY(18px)}.landing-root .gallery-card:nth-child(4){transform:translateY(-10px)}.landing-root .gallery-card:nth-child(5){transform:translateY(-22px)}.landing-root .gallery-card:hover{transform:translateY(-28px)scale(1.03)}@media (max-width:700px){.landing-root .gallery-card{width:calc(33.33% - .5rem)}.landing-root .gallery-card:nth-child(n){transform:none}.landing-root .gallery-card:nth-child(4),.landing-root .gallery-card:nth-child(5){display:none}}.landing-root .gallery-heading{text-align:center}.landing-root .gallery-heading .section-title{max-width:none;margin-inline:auto}.landing-root .plaques-wrap{perspective:1400px;grid-template-columns:repeat(5,1fr);gap:1.1rem;margin-top:2.5rem;display:grid}@media (max-width:1100px){.landing-root .plaques-wrap{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.landing-root .plaques-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.landing-root .plaques-wrap{grid-template-columns:1fr;max-width:300px;margin-inline:auto}}.landing-root .plaque-shell{justify-content:center;display:flex}.landing-root .plaque-card{aspect-ratio:3/4.2;width:100%;max-width:300px;transform-style:preserve-3d;will-change:transform;cursor:pointer;background:#050505;border:1px solid #ffffff1a;border-radius:16px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.landing-root .plaque-card:hover,.landing-root .plaque-card.is-hot{border-color:#e11d2eb3;box-shadow:0 24px 50px #e11d2e4d}.landing-root .plaque-card img{object-fit:cover;pointer-events:none;width:100%;height:100%;transform:translateZ(28px)}.landing-root .plaque-shine{pointer-events:none;z-index:2;opacity:0;background:radial-gradient(420px circle at var(--mouse-x,50%) var(--mouse-y,50%), #ff3c4659, transparent 70%);mix-blend-mode:screen;transition:opacity .3s;position:absolute;inset:0}.landing-root .plaque-card.is-hot .plaque-shine{opacity:1}.landing-root .plaque-flash{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-root .plaque-flash-bar{background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:45%;height:100%;animation:1.1s cubic-bezier(.2,.8,.2,1) forwards flashSweep;position:absolute;top:0;left:-50%;transform:skew(-12deg)}@keyframes flashSweep{0%{opacity:0;transform:skew(-12deg)translate(-100%)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:skew(-12deg)translate(320%)}}.landing-root .plaque-meta{z-index:4;background:linear-gradient(#0000,#000000e6);padding:.85rem 1rem;position:absolute;bottom:0;left:0;right:0;transform:translateZ(40px)}.landing-root .plaque-meta strong{letter-spacing:.03em;font-size:.95rem;display:block}.landing-root .plaque-meta span{color:#ffffffb3;font-size:.75rem}.landing-root .plaque-copy .section-title{max-width:20ch}.landing-root .plaque-copy .section-lead+.section-lead{margin-top:.85rem}.landing-root .stats-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.25rem;display:grid}@media (max-width:800px){.landing-root .stats-row{grid-template-columns:repeat(2,1fr)}}.landing-root .stat{border:1px solid var(--border);background:#ffffff05;border-radius:16px;padding:1.2rem 1rem;transition:border-color .25s,transform .25s}.landing-root .stat:hover{border-color:#e11d2e59;transform:translateY(-2px)}.landing-root .stat strong{color:var(--red-bright);margin-bottom:.25rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;display:block}.landing-root .stat span{color:var(--text-muted);font-size:.88rem}.landing-root .fee-pill{color:#fff;background:#e11d2e1a;border:1px solid #e11d2e59;border-radius:999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.5rem .9rem;font-size:.88rem;font-weight:600;display:inline-flex}.landing-root .pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.15rem;margin-top:2.5rem;display:grid}@media (max-width:900px){.landing-root .pricing-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}}.landing-root .price-card{border:1px solid var(--border);background:#ffffff05;border-radius:20px;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.landing-root .price-card:hover{transform:translateY(-4px)}.landing-root .price-card.featured{background:linear-gradient(#e11d2e24,#ffffff05 45%);border-color:#e11d2e80;box-shadow:0 20px 60px #e11d2e33}.landing-root .price-badge{z-index:2;white-space:nowrap;background:var(--red);color:#fff;box-shadow:0 8px 20px var(--red-glow);border-radius:999px;padding:.35rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:.85rem;left:50%;transform:translate(-50%)}.landing-root .price-media{aspect-ratio:1;background:#000;overflow:hidden}.landing-root .price-media img{object-fit:cover;width:100%;height:100%}.landing-root .price-body{flex-direction:column;flex:1;gap:.3rem;padding:1.25rem;display:flex}.landing-root .price-body h3{font-size:1.25rem;font-weight:700}.landing-root .price-value{letter-spacing:-.02em;font-size:1.85rem;font-weight:700}.landing-root .price-value small{color:var(--text-muted);font-size:.95rem;font-weight:500}.landing-root .price-credits{color:var(--red-bright);align-items:center;gap:.4rem;margin:.3rem 0 .7rem;font-size:.88rem;font-weight:600;display:inline-flex}.landing-root .price-credits img{object-fit:contain;background:0 0;width:16px;height:16px}.landing-root .price-features{flex:1;gap:.5rem;margin-bottom:1.15rem;display:grid}.landing-root .price-features li{color:var(--text-muted);gap:.5rem;font-size:.9rem;display:flex}.landing-root .price-features svg{color:var(--red-bright);flex-shrink:0;margin-top:.15rem}.landing-root .faq-list{gap:.7rem;max-width:760px;margin:2rem auto 0;display:grid}.landing-root .faq-item{border:1px solid var(--border);background:#ffffff05;border-radius:14px;overflow:hidden}.landing-root .faq-item button{text-align:left;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.05rem 1.15rem;font-size:.98rem;font-weight:600;display:flex}.landing-root .faq-item button span{color:var(--red-bright);font-size:1.3rem;line-height:1}.landing-root .faq-answer{color:var(--text-muted);padding:0 1.15rem 1.1rem;font-size:.94rem}.landing-root .final-cta{text-align:center;background:radial-gradient(at 30% 0,#e11d2e47,#0000 55%),linear-gradient(#151010,#0a0a0a);border:1px solid #e11d2e59;border-radius:24px;padding:clamp(2.4rem,5vw,3.5rem)}.landing-root .final-cta h2{letter-spacing:-.03em;max-width:18ch;margin:.45rem auto .8rem;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:700;line-height:1.15}.landing-root .final-cta p{color:var(--text-muted);max-width:42ch;margin:0 auto 1.4rem}.landing-root .footer{border-top:1px solid var(--border);margin-top:1rem;padding:2.25rem 0 1.75rem}.landing-root .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.landing-root .footer-brand{letter-spacing:.02em;align-items:center;gap:.5rem;font-weight:700;display:flex}.landing-root .footer-brand img{width:22px;height:22px}.landing-root .footer-brand .hot{color:var(--red-bright)}.landing-root .footer-links{color:var(--text-muted);flex-wrap:wrap;gap:1.15rem;font-size:.9rem;display:flex}.landing-root .footer-copy{border-top:1px solid var(--border);width:100%;color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:1.35rem;padding-top:1.15rem;font-size:.82rem;display:flex}.landing-root .ia-headline{letter-spacing:-.03em;max-width:14ch;font-size:clamp(2rem,4.2vw,3rem);font-weight:700;line-height:1.1}.landing-root .ia-headline .line{display:block}.landing-root .ia-headline .red{background:linear-gradient(100deg,#ff4d5c,#fff);color:#0000;-webkit-background-clip:text;background-clip:text}
