.home-content{position:relative;padding-bottom:var(--section-padding-lg);background:hsl(var(--background));color:hsl(var(--foreground))}.content-container{max-width:var(--width-2xl);padding-left:max(env(safe-area-inset-left),1.5rem);padding-right:max(env(safe-area-inset-right),1.5rem);margin:0 auto}.hero-section{padding:clamp(3rem,6vw,6rem) 0 clamp(2rem,4vw,4rem);border-bottom:1px solid hsl(var(--border));background:radial-gradient(circle at top,hsl(var(--primary)/.08),transparent 55%)}.hero-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,4vw,3rem);align-items:center}.hero-copy{display:flex;flex-direction:column;gap:1rem}.hero-logo{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:999px;background:hsl(var(--primary)/.12);box-shadow:var(--shadow)}.hero-kicker{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--muted-foreground))}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}@media (min-width:768px){.hero-actions{justify-content:flex-start}}.hero-stats{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:.5rem}.hero-stats dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.hero-stats dd{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground))}.hero-panel{border-radius:calc(var(--radius) + 1.5rem);border:1px solid hsl(var(--border));background:linear-gradient(180deg,hsl(var(--card)) 0,hsl(var(--card)/.9) 100%);padding:clamp(1.5rem,3vw,2.5rem);box-shadow:var(--shadow-lg)}.hero-panel__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.hero-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.hero-panel li{font-size:.95rem;line-height:1.6;color:hsl(var(--foreground));position:relative;padding-left:1.5rem}.hero-panel li:before{content:"";position:absolute;left:0;top:.65rem;width:.5rem;height:.5rem;border-radius:999px;background:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary)/.15)}.features-container{margin-top:var(--section-gap);padding:var(--section-padding-md) 0;border-bottom:1px solid hsl(var(--border))}.downloads-container{padding:var(--section-padding-md) 0 var(--section-padding-lg);background:hsl(var(--background));border-top:1px solid hsl(var(--border))}.headline{display:inline-flex;font-size:min(4.5rem,max(6vw,2.75rem));font-weight:700;letter-spacing:var(--letter-h1);margin-top:.5rem;line-height:1.05;background-image:linear-gradient(146deg,hsl(var(--foreground)),hsl(var(--foreground)/.65));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:min(1.25rem,max(3vw,1rem));line-height:1.7;color:hsl(var(--muted-foreground));max-width:38rem}@media screen and (max-width:1200px){.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:640px){.hero-stats{grid-template-columns:1fr}}