.home-page{padding-bottom:4rem}.home-hero{text-align:center;flex-direction:column;align-items:center;gap:3rem;padding:4rem 0 3rem;display:flex}.hero-content{max-width:600px}.hero-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.hero-accent{background:linear-gradient(135deg, var(--c-primary), #a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--c-text-muted);margin-bottom:2rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero-btn{padding:.75rem 1.75rem;font-size:.95rem}.hero-visual{width:240px;height:180px;position:relative}.hero-card-stack{width:100%;height:100%;position:relative}.hero-card{border-radius:var(--radius);border:1px solid var(--c-border);background:var(--c-surface);width:140px;height:180px;box-shadow:var(--shadow-md);position:absolute}.hero-card-1{background:linear-gradient(135deg,#7c3aed26,#a855f714);left:0;transform:rotate(-8deg)}.hero-card-2{z-index:1;border-color:var(--c-primary);background:linear-gradient(135deg,#7c3aed40,#a855f726);left:50px;transform:rotate(0)}.hero-card-3{background:linear-gradient(135deg,#7c3aed26,#a855f714);left:100px;transform:rotate(8deg)}.home-features{padding:2rem 0}.features-heading{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.features-grid{grid-template-columns:1fr;gap:.75rem;padding:1.5rem;display:grid}.feature-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:1.75rem}.feature-card:hover{border-color:var(--c-border-hover);box-shadow:var(--shadow-glow)}.feature-icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--c-primary-light);background:#7c3aed1f;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.feature-card p{color:var(--c-text-muted);font-size:.88rem;line-height:1.55}@media (width>=768px){.home-hero{text-align:left;flex-direction:row;padding:6rem 2.5rem 4rem}.hero-actions{justify-content:flex-start}.hero-visual{flex-shrink:0}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}
