.navbar{justify-content:space-between;align-items:center;padding-top:2rem;padding-bottom:2rem;display:flex}.logo{letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.nav-links{align-items:center;gap:1rem;display:flex}.hero{justify-content:space-between;align-items:center;gap:4rem;min-height:calc(100vh - 100px);padding-top:4rem;padding-bottom:4rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-cta{align-items:center;gap:1.5rem;display:flex}.hero-visual{flex:1;justify-content:center;display:flex;position:relative}.mock-card{z-index:10;width:100%;max-width:420px;position:relative}.mock-card:before{content:"";z-index:-1;filter:blur(20px);background:linear-gradient(135deg,#a855f733,#ec489933);border-radius:1.5rem;position:absolute;inset:-20px -20px 20px 20px}.mock-user{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.mock-avatar{background:var(--accent-gradient);border-radius:50%;width:50px;height:50px;padding:2px}.mock-avatar-inner{background-color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:700;display:flex}.mock-name{font-size:1.1rem;font-weight:700}.mock-title{color:var(--text-secondary);font-size:.9rem}.mock-feedback{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.5}.mock-tag{color:var(--accent-color);font-size:.85rem;font-weight:600}@media (max-width:992px){.hero{text-align:center;flex-direction:column;gap:3rem}.hero-content{margin:0 auto}.hero-cta{justify-content:center}.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero-title{font-size:2.8rem}.nav-links .btn-secondary{display:none}}
