.hero-section{background:linear-gradient(135deg,#f4a55e 0%,#ff7b3d 100%);padding:4rem 2rem;margin:-2rem -2rem 3rem;border-radius:16px;text-align:center;color:#fff;box-shadow:0 4px 12px rgba(244,165,94,.3)}.dark .hero-section{background:linear-gradient(135deg,#d4903a 0%,#e5631f 100%);box-shadow:0 4px 12px rgba(212,144,58,.4)}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;color:#fff;max-width:600px;margin-left:auto;margin-right:auto}.hero-logo{margin-bottom:2rem}.hero-brand-logo{width:100px;height:100px;border-radius:50%;margin:0 auto;border:3px solid rgba(255,255,255,.3);display:block;object-fit:cover}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s;font-size:1rem}.btn:hover{transform:translateY(-2px);text-decoration:none}.btn-primary{background:rgba(255,255,255,.9);color:#d4903a}.btn-primary:hover{background:#fff;color:#d4903a}.btn-secondary{background:rgba(255,255,255,.2);color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.8);color:#fff}.features-section{margin:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem auto;max-width:1000px}.feature-card{background:rgba(128,128,128,.1);border:1px solid rgba(128,128,128,.3);border-radius:12px;padding:2rem;text-align:center;color:rgb(var(--color-foreground));box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:rgb(var(--color-foreground));margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card p{color:rgb(var(--color-muted-foreground));line-height:1.5}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:200px;justify-content:center}}