.hero-section{position:relative;min-height:70vh;padding:180px 24px 40px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#FFFFFF}.hero-container{max-width:1000px;width:100%;text-align:center;position:relative;z-index:5}.status-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 24px;background:#f5f3ff;border:1px solid rgba(124,58,237,.1);border-radius:var(--radius-full);font-size:.9rem;font-weight:700;margin-bottom:32px;color:#7C3AED;box-shadow:0 4px 15px rgba(124,58,237,.05)}.status-dot{width:8px;height:8px;background:#7C3AED;border-radius:50%;box-shadow:0 0 0 4px rgba(139,92,246,.2)}.status-arrow{opacity:.3}.hero-title{font-size:4rem;font-weight:900;line-height:1.05;margin-bottom:24px;color:var(--text-main);letter-spacing:-.04em}.highlight-text{position:relative;z-index:1;color:#7C3AED;background:linear-gradient(135deg,#7C3AED,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.highlight-text:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:12px;background:rgba(139,92,246,.15);z-index:-1;border-radius:2px}.bolt-icon{display:inline-block;transform:rotate(15deg)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin:0 auto 40px;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:16px;margin-bottom:48px}.btn-hero-dark{background:linear-gradient(135deg,#6D28D9,#7C3AED);color:white;padding:18px 40px;border-radius:var(--radius-full);font-weight:700;font-size:1.1rem;display:inline-flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(109,40,217,.3);transition:all var(--transition-normal)}.btn-hero-dark:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px rgba(109,40,217,.4);opacity:1}.btn-logo-icon{width:28px;height:28px;background:white;color:#7C3AED;border-radius:8px;font-size:.9rem;font-weight:900;box-shadow:0 2px 10px rgba(0,0,0,.1)}.btn-logo-icon,.hero-reviews{display:flex;align-items:center;justify-content:center}.hero-reviews{gap:16px}.avatar,.avatar-group,.avatar-plus{display:flex;align-items:center}.avatar,.avatar-plus{width:32px;height:32px;border-radius:50%;background:#eee;border:2px solid white;margin-left:-12px;justify-content:center;font-size:.7rem;font-weight:700;overflow:hidden;transition:all .3s ease}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-group:hover .avatar{margin-left:-4px}.avatar:first-child{margin-left:0}.avatar-plus{background:var(--gradient-purple);color:white;font-size:.6rem}.review-content{text-align:left}.stars{color:#7C3AED;font-size:.8rem;line-height:1;margin-bottom:2px}.review-count{font-size:.75rem;color:var(--text-muted);font-weight:500}.floating-card{position:absolute;background:white;padding:24px;border-radius:var(--radius-lg);box-shadow:0 20px 40px rgba(139,92,246,.08);max-width:240px;z-index:10;border:1px solid rgba(139,92,246,.05);text-align:left}.left-card{bottom:25%;left:2%;transform:rotate(-5deg)}.right-card{bottom:25%;right:2%;transform:rotate(5deg)}.quote-mark{font-size:3rem;line-height:1;color:#7C3AED;opacity:.15;position:absolute;top:10px;left:15px}.floating-card p{font-size:.95rem;font-weight:500;line-height:1.5;margin-bottom:12px;position:relative;z-index:2}.floating-card .author{font-size:.8rem;color:var(--text-muted)}.hero-decor{position:absolute;font-size:2.5rem;opacity:.1;z-index:1}.decor-1{top:15%;right:15%;transform:rotate(15deg)}.decor-2{bottom:15%;left:15%;transform:rotate(-15deg)}.hero-glow-1{top:-150px;right:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.15) 0,rgba(139,92,246,0) 70%);filter:blur(80px)}.hero-glow-1,.hero-glow-2{position:absolute;z-index:0;pointer-events:none;border-radius:50%}.hero-glow-2{bottom:-150px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(167,139,250,.1) 0,rgba(167,139,250,0) 70%);filter:blur(60px)}@keyframes avatarPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.animate-avatar{animation:avatarPop .5s cubic-bezier(.175,.885,.32,1.275) forwards;opacity:0}.animate-avatar:first-child{animation-delay:.1s}.animate-avatar:nth-child(2){animation-delay:.2s}.animate-avatar:nth-child(3){animation-delay:.3s}@media (max-width:1024px){.hero-title{font-size:3.5rem}.floating-card{display:none}}@media (max-width:768px){.hero-section{padding-top:80px}.hero-title{font-size:2.75rem}}