.website-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--surface-base);color:var(--text-primary)}.website-header{padding:1rem 0;background:var(--surface-raised);border-bottom:1px solid var(--border-subtle)}.website-nav{display:flex;align-items:center;justify-content:space-between}.website-brand{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary);text-decoration:none}.website-brand i{color:var(--accent);font-size:1.5rem}.website-nav-links{display:flex;align-items:center;gap:.75rem}.btn-accent{background:var(--accent);border-color:var(--accent);color:#1a1d23;font-weight:500}.btn-accent:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#1a1d23}.hero{padding:6rem 0;text-align:center;background:var(--surface-raised)}.hero h1{font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:540px;margin:0 auto 2.5rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center}.features{padding:5rem 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--surface-raised);border:1px solid var(--border-subtle);border-radius:.75rem;padding:2rem;text-align:center}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--accent-dim);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.25rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.95rem;margin:0;line-height:1.6}.website-footer{margin-top:auto;padding:2rem 0;text-align:center;border-top:1px solid var(--border-subtle)}.website-footer p{margin:0;color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.hero{padding:4rem 0}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}}
