.hero{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2.5rem;align-items:center;padding:2.5rem 0 3rem}.hero-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#a7a7a7;margin-bottom:.75rem}.hero-title{font-size:clamp(2.1rem, 4vw, 3rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-title span{color:#ffb347}.hero-text{font-size:.98rem;color:#d0d0d0;max-width:32rem;margin-bottom:1.5rem}.hero-text span{color:#ffb347}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-meta{font-size:.8rem;color:#999;margin-top:.75rem}.hero-card{border-radius:1.5rem;background:radial-gradient(circle at top,#222 0,#0b0d12 45%,#05070b 100%);border:1px solid #262626;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.hero-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.gradient-pill{padding:.2rem .7rem;border-radius:999px;font-size:.7rem;background:linear-gradient(120deg,rgba(255,179,71,.3),rgba(255,107,61,.2));border:1px solid rgba(255,179,71,.5);display:inline-flex;gap:.4rem;align-items:center;margin-bottom:.6rem}.pill-dot{width:6px;height:6px;border-radius:999px;background:#ffb347}.chip-row{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.75rem}.chip{padding:.25rem .7rem;border-radius:999px;border:1px solid #333;background:rgba(0,0,0,.3)}.stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;font-size:.8rem}.stat-label{color:#a7a7a7;margin-bottom:.1rem}.stat-value{font-weight:600;font-size:.95rem}.brands{font-size:.85rem;color:#a7a7a7;border-radius:.85rem;border:1px solid #252525;padding:.85rem 1rem;background:rgba(8,10,16,.9);display:inline-flex;flex-wrap:wrap;gap:.35rem;align-items:center}.brands span.highlight{color:#ffb347;font-weight:500}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:2rem;padding-top:1rem}.hero-text{max-width:100%}}@media (max-width:600px){.hero-title{font-size:1.9rem}.btn-primary,.btn-secondary{width:100%;justify-content:center}.brands{display:block;line-height:1.8}}