.home-container{flex-direction:column;min-height:calc(100vh - 80px);display:flex}.hero-section{align-items:center;min-height:80vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-layout{z-index:10;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex;position:relative}.hero-columns{z-index:10;grid-template-columns:1.25fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-text{flex-direction:column;display:flex}.hero-eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.15rem;font-weight:500}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#a1a1aa;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-image-container{justify-content:flex-end;display:flex}.hero-profile-pic{object-fit:cover;object-position:80% center;border:2px solid #9d4edd4d;border-radius:50%;width:400px;height:400px;box-shadow:0 0 50px #9d4edd26}.hero-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#9d4edd26 0%,#0f101500 70%);border-radius:50%;width:60vw;height:60vw;animation:15s ease-in-out infinite alternate float-pulse;position:absolute;top:50%;right:-10%;transform:translateY(-50%)}.social-proof-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-family:var(--font-mono);color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:5rem;padding:2.5rem 0;font-size:.85rem;display:flex}.proof-divider{color:var(--border)}.features-section{background-color:var(--background);padding:2rem 0 8rem}.features-intro-label{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:2.5rem;font-size:.85rem;font-weight:600}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);height:100%;padding:2.5rem 2rem;transition:all .2s}.feature-card:hover{background-color:var(--surface-hover);border-color:#9d4edd80;transform:translateY(-6px);box-shadow:0 10px 30px -15px #9d4edd33}.feature-icon{width:50px;height:50px;color:var(--primary);background-color:#9d4edd1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#a1a1aa;margin-bottom:0;font-size:1rem}@media (max-width:900px){.hero-columns{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-image-container{order:-1;justify-content:center}.hero-actions{justify-content:center}.hero-eyebrow{text-align:center}.hero-subtitle{margin:0 auto 2.5rem}.hero-profile-pic{width:280px;height:280px}.social-proof-strip{text-align:center;flex-direction:column;gap:1.5rem}.proof-divider{display:none}}@media (max-width:768px){.hero-section{min-height:auto;padding:6rem 0 4rem}.hero-title{font-size:3.5rem}.hero-glow{width:80vw;height:80vw;right:-20%}}
