.mixel-landing{--m-radius:0.6rem;--m-bg:#f8f9fa;--m-fg:#1a1d23;--m-card:#ffffff;--m-primary:#dc0018;--m-primary-fg:#ffffff;--m-secondary:#e8eef2;--m-secondary-fg:#2c3e50;--m-muted:#edf2f6;--m-muted-fg:#4f5d6b;--m-accent:#00b8a9;--m-accent-fg:#ffffff;--m-border:#d8e0e8;background:var(--m-bg);color:var(--m-fg);font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1rem,1.1vw,1.125rem);line-height:1.72;min-height:100vh;background-image:radial-gradient(circle at 8% 4%,rgba(0,184,169,.06),transparent 36%),radial-gradient(circle at 92% 0,rgba(220,0,24,.08),transparent 40%)}.mixel-landing,.mixel-landing *,.mixel-landing :after,.mixel-landing :before{box-sizing:border-box}.mixel-landing a{color:inherit;text-decoration:none}.mixel-landing img{max-width:100%;height:auto;display:block}.mixel-landing p{margin:0}.mixel-landing h1,.mixel-landing h2,.mixel-landing h3,.mixel-landing h4{font-family:Sora,Manrope,sans-serif;font-weight:700;line-height:1.14;letter-spacing:-.02em;margin:0;color:var(--m-fg);text-wrap:balance}.mixel-landing h1{font-size:clamp(2.35rem,5.5vw,3.8rem)}.mixel-landing h2{font-size:clamp(1.8rem,4.2vw,2.8rem)}.mixel-landing h3{font-size:clamp(1.25rem,2.6vw,1.7rem)}.mixel-landing .container{max-width:72rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.mixel-landing .container{padding:0 1.5rem}}.mixel-landing .header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--m-border);background:rgba(255,255,255,.85);backdrop-filter:blur(8px)}.mixel-landing .header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.mixel-landing .logo{display:flex;align-items:center;gap:.625rem}.mixel-landing .logo img{width:40px;height:40px;border-radius:.5rem}.mixel-landing .logo-text{display:flex;flex-direction:column;line-height:1.1}.mixel-landing .logo-name{font-family:Sora,sans-serif;font-weight:700;font-size:.95rem}.mixel-landing .logo-domain{font-size:.7rem;color:var(--m-muted-fg)}.mixel-landing .nav{display:none;align-items:center;gap:.25rem}@media (min-width:768px){.mixel-landing .nav{display:flex}}.mixel-landing .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--m-radius);border:0;font-family:inherit;font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease}.mixel-landing .btn-primary{background:var(--m-primary);color:var(--m-primary-fg);box-shadow:0 10px 25px -18px rgba(220,0,24,.9)}.mixel-landing .btn-primary:hover{transform:translateY(-1px);background:color-mix(in oklab,var(--m-primary) 92%,white);box-shadow:0 14px 30px -18px rgba(220,0,24,1)}.mixel-landing .btn-outline{background:rgba(255,255,255,.9);color:var(--m-fg);border:2px solid var(--m-border);padding:calc(.75rem - 2px) calc(1.5rem - 2px)}.mixel-landing .btn-outline:hover{transform:translateY(-1px);background:var(--m-secondary);border-color:color-mix(in oklab,var(--m-primary) 30%,var(--m-border))}.mixel-landing .btn-ghost{background:transparent;padding:.5rem .75rem;font-weight:600;font-size:.9rem;border-radius:.5rem}.mixel-landing .btn-ghost:hover{background:var(--m-muted)}.mixel-landing .locale-pill{display:inline-flex;align-items:center;padding:.25rem;border-radius:9999px;border:1px solid var(--m-border);background:white}.mixel-landing .locale-pill button{padding:.35rem .7rem;border-radius:9999px;border:0;background:transparent;color:var(--m-muted-fg);font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background .18s ease,color .18s ease}.mixel-landing .locale-pill button[aria-pressed=true]{background:var(--m-primary);color:var(--m-primary-fg)}.mixel-landing .locale-pill button:hover:not([aria-pressed=true]){background:var(--m-muted);color:var(--m-fg)}.mixel-landing .hero{position:relative;overflow:hidden;color:white;background:linear-gradient(120deg,rgba(10,36,99,.92),rgba(44,62,80,.88) 46%,rgba(0,184,169,.75))}.mixel-landing .hero-inner{display:grid;gap:2.5rem;padding:4rem 0}@media (min-width:768px){.mixel-landing .hero-inner{grid-template-columns:1.15fr .85fr;padding:6rem 0}}.mixel-landing .hero-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:9999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);backdrop-filter:blur(5px);font-size:.8rem;font-weight:600;letter-spacing:.04em;align-self:flex-start}.mixel-landing .hero h1{color:white}.mixel-landing .hero p{color:rgba(255,255,255,.92);max-width:36rem;font-size:1.125rem}.mixel-landing .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.mixel-landing .hero-note{font-size:.875rem;color:rgba(255,255,255,.7)}.mixel-landing .hero-art{display:flex;align-items:center;justify-content:center}.mixel-landing .hero-art-glow{position:relative}.mixel-landing .hero-art-glow:before{content:"";position:absolute;inset:-2rem;border-radius:9999px;background:radial-gradient(circle,rgba(255,255,255,.25),transparent 60%);pointer-events:none}.mixel-landing .hero-art img{position:relative;width:min(420px,80vw);height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.4))}.mixel-landing .section{border-bottom:1px solid var(--m-border);padding:4rem 0}@media (min-width:768px){.mixel-landing .section{padding:5rem 0}}.mixel-landing .section-pulse{position:relative;overflow:hidden}.mixel-landing .section-pulse:after{content:"";position:absolute;inset:auto -22% -58% auto;width:380px;height:380px;border-radius:9999px;background:radial-gradient(circle,rgba(220,0,24,.12),rgba(220,0,24,0));pointer-events:none}.mixel-landing .kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;color:var(--m-accent)}.mixel-landing .muted{color:var(--m-muted-fg)}.mixel-landing .grid{display:grid;gap:1.25rem}@media (min-width:640px){.mixel-landing .grid-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mixel-landing .grid-3{grid-template-columns:repeat(3,1fr)}.mixel-landing .grid-4{grid-template-columns:repeat(4,1fr)}}.mixel-landing .card{background:var(--m-card);border:1px solid var(--m-border);border-radius:.85rem;padding:1.5rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.mixel-landing .card-lift:hover{transform:translateY(-6px);border-color:color-mix(in oklab,var(--m-primary) 24%,var(--m-border));box-shadow:0 20px 35px -20px rgba(17,23,41,.22),0 14px 24px -20px rgba(220,0,24,.42)}.mixel-landing .feature-icon{width:2.75rem;height:2.75rem;border-radius:.85rem;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--m-primary) 12%,white);color:var(--m-primary);margin-bottom:1rem;font-size:1.25rem}.mixel-landing .flow-step{font-size:.8rem;font-weight:800;letter-spacing:.15em;color:var(--m-primary)}.mixel-landing .eco-section{background:color-mix(in oklab,var(--m-accent) 6%,white);padding:4rem 0;border-bottom:1px solid var(--m-border)}@media (min-width:768px){.mixel-landing .eco-section{padding:5rem 0}}.mixel-landing .eco-head{max-width:40rem;margin:0 auto 2.5rem;text-align:center}.mixel-landing .eco-card{background:var(--m-card);border:1px solid var(--m-border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.mixel-landing .eco-card:hover{transform:translateY(-4px);border-color:color-mix(in oklab,var(--m-accent) 32%,var(--m-border));box-shadow:0 20px 35px -20px rgba(0,184,169,.35)}.mixel-landing .eco-card-head{display:flex;align-items:center;gap:.75rem}.mixel-landing .eco-card-logo{width:3rem;height:3rem;border-radius:.75rem;background:white;border:1px solid var(--m-border);padding:.25rem}.mixel-landing .eco-card-app,.mixel-landing .eco-card-title{font-family:Sora,sans-serif;font-weight:700}.mixel-landing .eco-card-title{font-size:1rem}.mixel-landing .eco-card-title:before{content:"→";color:var(--m-accent);margin-right:.5rem;font-weight:700}.mixel-landing .eco-card-body{font-size:.9rem;color:var(--m-muted-fg)}.mixel-landing .cta-band{padding:4rem 0}.mixel-landing .cta-band-inner{background:linear-gradient(135deg,var(--m-primary),color-mix(in oklab,var(--m-primary) 78%,black));color:white;border-radius:1.25rem;padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}@media (min-width:768px){.mixel-landing .cta-band-inner{padding:4rem 3rem}}.mixel-landing .cta-band-inner h2{color:white}.mixel-landing .cta-band-inner p{color:rgba(255,255,255,.92);max-width:36rem;margin:.75rem auto 0}.mixel-landing .cta-band-actions{margin-top:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.mixel-landing .btn-on-band-light{background:white;color:var(--m-fg);border:2px solid white;padding:calc(.75rem - 2px) calc(1.5rem - 2px)}.mixel-landing .btn-on-band-ghost{background:transparent;color:white;border:2px solid rgba(255,255,255,.5);padding:calc(.75rem - 2px) calc(1.5rem - 2px)}.mixel-landing .btn-on-band-ghost:hover{background:rgba(255,255,255,.1);border-color:white}.mixel-landing .footer{border-top:1px solid var(--m-border);background:white;padding:3rem 0}.mixel-landing .footer-inner{display:grid;gap:2rem}@media (min-width:768px){.mixel-landing .footer-inner{grid-template-columns:2fr 1fr 1fr 1fr}}.mixel-landing .footer-col h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-family:Manrope,sans-serif}.mixel-landing .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.mixel-landing .footer-col a:hover{text-decoration:underline}.mixel-landing .footer-brand{display:flex;align-items:center;gap:.5rem;font-family:Sora,sans-serif;font-weight:700;font-size:1.1rem}.mixel-landing .footer-tagline{margin-top:.75rem;font-size:.85rem;color:var(--m-muted-fg)}.mixel-landing .fade-up{animation:m-fade-up .7s ease both}.mixel-landing .fade-up-2{animation:m-fade-up .82s ease 90ms both}.mixel-landing .fade-up-3{animation:m-fade-up .92s ease .18s both}@keyframes m-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}