.stats-section{background:linear-gradient(#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);padding:60px 0;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.theme-toggle-wrapper{opacity:0;justify-content:center;margin-bottom:24px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.stats-section.visible .theme-toggle-wrapper{opacity:1;transform:translateY(0)}.theme-toggle{cursor:pointer;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 100%);border:1px solid rgba(255,255,255,.12);border-radius:100px;align-items:center;gap:0;width:72px;height:36px;padding:4px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.theme-toggle:hover{border-color:rgba(99,102,241,.4);box-shadow:0 0 20px rgba(99,102,241,.15)}.toggle-icon{z-index:1;justify-content:center;align-items:center;width:28px;height:28px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute}.toggle-icon svg{width:16px;height:16px;transition:all .4s}.toggle-icon.dark{color:#a5b4fc;left:4px}.toggle-icon.light{color:rgba(255,255,255,.3);right:4px}.theme-toggle.active .toggle-icon.dark{color:rgba(0,0,0,.3)}.theme-toggle.active .toggle-icon.light{color:#f59e0b}.toggle-slider{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;width:28px;height:28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;left:4px;box-shadow:0 2px 8px rgba(99,102,241,.4)}.theme-toggle.active .toggle-slider{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);left:calc(100% - 32px);box-shadow:0 2px 8px rgba(245,158,11,.4)}.stats-section:before{content:"";background:linear-gradient(90deg,transparent,rgba(99,102,241,.5),transparent);height:1px;position:absolute;top:0;left:0;right:0}.stats-section:after{content:"";background:linear-gradient(90deg,transparent,rgba(99,102,241,.5),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.stats-bg{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.stats-glow{filter:blur(80px);opacity:.4;border-radius:50%;animation:8s ease-in-out infinite glowFloat;position:absolute}.stats-glow-1{background:radial-gradient(circle,rgba(99,102,241,.4) 0%,transparent 70%);width:400px;height:400px;animation-delay:0s;top:-100px;left:10%}.stats-glow-2{background:radial-gradient(circle,rgba(168,85,247,.4) 0%,transparent 70%);width:350px;height:350px;animation-delay:-3s;bottom:-80px;right:15%}.stats-glow-3{background:radial-gradient(circle,rgba(236,72,153,.3) 0%,transparent 70%);width:300px;height:300px;animation-delay:-5s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-20px)scale(1.05)}66%{transform:translate(-15px,15px)scale(.95)}}.stats-container{z-index:1;max-width:1300px;margin:0 auto;padding:0 24px;position:relative}.stats-header{text-align:center;opacity:0;margin-bottom:48px;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.stats-section.visible .stats-header{opacity:1;transform:translateY(0)}.stats-badge{color:#a5b4fc;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,rgba(99,102,241,.15) 0%,rgba(168,85,247,.15) 100%);border:1px solid rgba(99,102,241,.3);border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:12px;font-weight:600;display:inline-flex}.stats-badge:before{content:"";background:#6366f1;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.stats-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800;line-height:1.3}.stats-title .highlight{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 50%,#f59e0b 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{0%{background-position:0%}to{background-position:200%}}.stats-title .subtitle{background:linear-gradient(135deg,#e2e8f0 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:600}.stats-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.stat-card{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay);background:linear-gradient(145deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transform:translateY(40px)}.stats-section.visible .stat-card{opacity:1;transform:translateY(0)}.stat-card:before{content:"";background:var(--card-glow);opacity:0;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.stat-card:hover:before{opacity:1}.stat-card:hover{box-shadow:0 20px 40px -15px rgba(0,0,0,.5),0 0 30px -10px var(--card-glow);border-color:rgba(255,255,255,.15);transform:translateY(-8px)scale(1.02)}.stat-card-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:28px 20px;display:flex;position:relative}.stat-card-shine{pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.stat-card:hover .stat-card-shine{left:100%}.stat-icon-wrapper{margin-bottom:16px;position:relative}.stat-icon{z-index:1;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s;display:flex;position:relative;box-shadow:0 8px 24px -8px rgba(0,0,0,.4)}.stat-card:hover .stat-icon{transform:scale(1.1)rotate(-5deg);box-shadow:0 12px 32px -8px rgba(0,0,0,.5)}.stat-icon svg{color:#fff;width:26px;height:26px}.stat-icon-ring{opacity:0;border:2px dashed rgba(255,255,255,.15);border-radius:20px;transition:all .4s;position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}.stat-card:hover .stat-icon-ring{opacity:1;animation:8s linear infinite ringRotate}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-section .stat-content{margin-bottom:10px}.stats-section .stat-value{background:var(--card-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800;line-height:1.1}.stats-section .stat-label{color:#e2e8f0;letter-spacing:-.01em;margin-top:4px;font-size:14px;font-weight:600}.stats-section .stat-description{color:#94a3b8;max-width:180px;margin:0;font-size:12px;line-height:1.5}.stats-cta{text-align:center;opacity:0;margin-top:40px;transition:all .8s cubic-bezier(.16,1,.3,1) .6s;transform:translateY(20px)}.stats-section.visible .stats-cta{opacity:1;transform:translateY(0)}.stats-cta-row{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.01) 100%);border:1px solid rgba(255,255,255,.08);border-radius:100px;align-items:center;gap:16px;padding:10px 16px;display:inline-flex}.stats-cta-text{border-radius:100px;align-items:center;gap:8px;margin:0;padding:8px 16px;font-size:13px;transition:all .3s;display:inline-flex}.stats-cta-text.weekly{color:#a5b4fc;background:linear-gradient(135deg,rgba(99,102,241,.15) 0%,rgba(139,92,246,.1) 100%);border:1px solid rgba(99,102,241,.2)}.stats-cta-text.weekly strong{color:#818cf8;font-size:15px}.stats-cta-text.live{color:#6ee7b7;background:linear-gradient(135deg,rgba(16,185,129,.15) 0%,rgba(5,150,105,.1) 100%);border:1px solid rgba(16,185,129,.2)}.stats-cta-text.live strong{color:#34d399;text-align:center;min-width:18px;font-size:15px;transition:all .3s}.stats-icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.stats-icon svg{color:#818cf8;width:16px;height:16px}.stats-divider{background:rgba(255,255,255,.2);border-radius:50%;width:4px;height:4px}.pulse-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative}.pulse-dot:after{content:"";border:2px solid #10b981;border-radius:50%;animation:2s ease-out infinite pulseDot;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}@keyframes pulseDot{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2)}}@media (max-width:1100px){.stats-grid{grid-template-columns:repeat(5,1fr);gap:16px}.stat-card-inner{padding:24px 16px}.stat-icon{width:50px;height:50px}.stat-icon svg{width:24px;height:24px}.stats-section .stat-value{font-size:28px}.stats-section .stat-label{font-size:13px}.stats-section .stat-description{font-size:11px}}@media (max-width:900px){.stats-section{padding:50px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px}.stat-card.hide-mobile{display:none}.stat-card-inner{padding:22px 14px}.stats-title{font-size:30px}.stats-title .subtitle{font-size:24px}.stats-section .stat-value{font-size:26px}}@media (max-width:639px){.stats-section{padding:40px 0}.stats-container{padding:0 16px}.theme-toggle-wrapper{margin-bottom:20px}.theme-toggle{width:64px;height:32px}.toggle-icon{width:24px;height:24px}.toggle-icon svg{width:14px;height:14px}.toggle-slider{width:24px;height:24px}.theme-toggle.active .toggle-slider{left:calc(100% - 28px)}.stats-header{margin-bottom:32px}.stats-badge{margin-bottom:16px;padding:6px 14px;font-size:10px}.stats-title{font-size:24px}.stats-title .subtitle{font-size:18px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{border-radius:16px}.stat-card-inner{padding:20px 14px}.stat-icon-wrapper{margin-bottom:12px}.stat-icon{border-radius:12px;width:44px;height:44px}.stat-icon svg{width:22px;height:22px}.stat-icon-ring{border-radius:16px;top:-4px;bottom:-4px;left:-4px;right:-4px}.stats-section .stat-value{font-size:24px}.stats-section .stat-label{font-size:12px}.stats-section .stat-description{max-width:140px;font-size:11px}.stats-section .stat-content{margin-bottom:8px}.stats-cta{margin-top:28px}.stats-cta-row{border-radius:20px;flex-direction:column;gap:10px;padding:12px}.stats-cta-text{gap:6px;padding:8px 14px;font-size:11px}.stats-cta-text.weekly strong,.stats-cta-text.live strong{font-size:13px}.stats-divider{display:none}.stats-icon{width:16px;height:16px}.stats-icon svg{width:14px;height:14px}.pulse-dot{width:6px;height:6px}.pulse-dot:after{top:-3px;bottom:-3px;left:-3px;right:-3px}.stats-glow-1{width:250px;height:250px}.stats-glow-2{width:200px;height:200px}.stats-glow-3{display:none}}@media (max-width:374px){.stats-section{padding:32px 0}.stats-title{font-size:20px}.stats-title .subtitle{font-size:16px}.stats-grid{gap:10px}.stat-card-inner{padding:16px 10px}.stats-section .stat-icon{width:40px;height:40px}.stats-section .stat-icon svg{width:20px;height:20px}.stats-section .stat-value{font-size:20px}.stats-section .stat-label{font-size:11px}.stats-section .stat-description{max-width:120px;font-size:10px}.stats-cta-row{gap:8px;padding:10px}.stats-cta-text{padding:6px 12px;font-size:10px}.stats-cta-text.weekly strong,.stats-cta-text.live strong{font-size:12px}}.stats-section.light-mode{background:linear-gradient(#fff 0%,#f8fafc 50%,#f1f5f9 100%)}.stats-section.light-mode:before,.stats-section.light-mode:after{background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent)}.stats-section.light-mode .stats-glow-1{background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%)}.stats-section.light-mode .stats-glow-2{background:radial-gradient(circle,rgba(168,85,247,.15) 0%,transparent 70%)}.stats-section.light-mode .stats-glow-3{background:radial-gradient(circle,rgba(236,72,153,.1) 0%,transparent 70%)}.stats-section.light-mode .theme-toggle{background:linear-gradient(135deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.02) 100%);border-color:rgba(0,0,0,.1)}.stats-section.light-mode .theme-toggle:hover{border-color:rgba(245,158,11,.4);box-shadow:0 0 20px rgba(245,158,11,.15)}.stats-section.light-mode .stats-badge{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(168,85,247,.1) 100%);border-color:rgba(99,102,241,.2)}.stats-section.light-mode .stats-badge:before{background:#6366f1}.stats-section.light-mode .stats-title{color:#0f172a}.stats-section.light-mode .stats-title .subtitle{background:linear-gradient(135deg,#475569 0%,#64748b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stats-section.light-mode .stat-card{background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.7) 100%);border-color:rgba(0,0,0,.06);box-shadow:0 4px 20px rgba(0,0,0,.06)}.stats-section.light-mode .stat-card:hover{box-shadow:0 20px 40px -15px rgba(0,0,0,.15),0 0 30px -10px var(--card-glow);border-color:rgba(99,102,241,.2)}.stats-section.light-mode .stat-card:before{background:var(--card-glow);opacity:0}.stats-section.light-mode .stat-card:hover:before{opacity:.5}.stats-section.light-mode .stat-label{color:#475569}.stats-section.light-mode .stat-description{color:#64748b}.stats-section.light-mode .stat-icon-ring{border-color:rgba(0,0,0,.1)}.stats-section.light-mode .stat-card-shine{background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}.stats-section.light-mode .stats-cta-row{background:linear-gradient(135deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.01) 100%);border-color:rgba(0,0,0,.06)}.stats-section.light-mode .stats-cta-text.weekly{color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(139,92,246,.08) 100%);border-color:rgba(99,102,241,.15)}.stats-section.light-mode .stats-cta-text.weekly strong{color:#4f46e5}.stats-section.light-mode .stats-cta-text.live{color:#059669;background:linear-gradient(135deg,rgba(16,185,129,.1) 0%,rgba(5,150,105,.08) 100%);border-color:rgba(16,185,129,.15)}.stats-section.light-mode .stats-cta-text.live strong{color:#047857}.stats-section.light-mode .stats-icon svg{color:#6366f1}
.review-section{background:linear-gradient(#f8fafc 0%,#fff 50%,#f8fafc 100%);padding:40px 0 60px;overflow:hidden}.review-container{max-width:1400px;margin:0 auto;padding:0 32px}.review-header{text-align:center;margin-bottom:32px}.review-badge{background:linear-gradient(135deg,rgba(251,191,36,.1) 0%,rgba(245,158,11,.1) 100%);border:1px solid rgba(251,191,36,.2);border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 16px;display:inline-flex}.review-badge svg{color:#f59e0b}.review-badge span{color:#b45309;font-size:13px;font-weight:600}.review-title{color:#0f172a;letter-spacing:-.03em;font-size:32px;font-weight:800}.review-title .gradient-text{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.review-scroller-wrapper{margin:0 -32px;position:relative}.review-scroller{padding:10px 0;overflow:hidden}.review-track{gap:20px;width:-moz-fit-content;width:fit-content;animation:40s linear infinite scrollReviews;display:flex}.review-track:hover{animation-play-state:paused}@keyframes scrollReviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;flex-shrink:0;width:320px;padding:20px;transition:all .3s;box-shadow:0 2px 4px rgba(0,0,0,.02),0 4px 12px rgba(0,0,0,.04)}.review-card:hover{border-color:rgba(99,102,241,.15);transform:translateY(-4px);box-shadow:0 8px 24px rgba(99,102,241,.12),0 4px 12px rgba(0,0,0,.06)}.review-card-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex}.review-user-info{flex:1;min-width:0}.review-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:14px;font-weight:700;overflow:hidden}.review-role{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.review-rating{flex-shrink:0;gap:2px;display:flex}.review-rating svg{color:#fbbf24}.review-text{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.review-location{color:#94a3b8;align-items:center;gap:6px;font-size:11px;display:flex}.review-location svg{color:#94a3b8}.review-fade{pointer-events:none;z-index:2;width:100px;position:absolute;top:0;bottom:0}.review-fade-left{background:linear-gradient(90deg,#f8fafc 0%,transparent 100%);left:0}.review-fade-right{background:linear-gradient(270deg,#f8fafc 0%,transparent 100%);right:0}.review-stats{justify-content:center;align-items:stretch;gap:16px;margin-top:40px;display:flex}.review-stat{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;align-items:center;gap:14px;padding:18px 24px;transition:all .3s;display:flex;box-shadow:0 2px 4px rgba(0,0,0,.02),0 4px 12px rgba(0,0,0,.04)}.review-stat:hover{border-color:rgba(99,102,241,.12);transform:translateY(-3px);box-shadow:0 8px 24px rgba(99,102,241,.12),0 4px 12px rgba(0,0,0,.04)}.review-stat .stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.review-stat .stat-icon svg{width:22px!important;height:22px!important}.review-stat .stat-icon-rating{background:linear-gradient(135deg,rgba(251,191,36,.2) 0%,rgba(245,158,11,.15) 100%);border:1px solid rgba(251,191,36,.3)}.review-stat .stat-icon-rating svg{color:#f59e0b!important;fill:#f59e0b!important}.review-stat .stat-icon-users{background:linear-gradient(135deg,rgba(99,102,241,.2) 0%,rgba(139,92,246,.15) 100%);border:1px solid rgba(99,102,241,.3)}.review-stat .stat-icon-users svg{color:#6366f1!important;stroke:#6366f1!important}.review-stat .stat-icon-success{background:linear-gradient(135deg,rgba(34,197,94,.2) 0%,rgba(22,163,74,.15) 100%);border:1px solid rgba(34,197,94,.3)}.review-stat .stat-icon-success svg{color:#22c55e!important;stroke:#22c55e!important}.review-stat .stat-icon-companies{background:linear-gradient(135deg,rgba(59,130,246,.2) 0%,rgba(37,99,235,.15) 100%);border:1px solid rgba(59,130,246,.3)}.review-stat .stat-icon-companies svg{color:#3b82f6!important;stroke:#3b82f6!important}.stat-content{flex-direction:column;display:flex}.review-stat .stat-value{letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1.1;color:#0f172a!important}.review-stat .stat-suffix{font-size:16px;font-weight:600;color:#64748b!important}.review-stat .stat-label{white-space:nowrap;margin-top:2px;font-size:13px;font-weight:500;color:#64748b!important}@media (max-width:1024px){.review-section{padding:50px 0}.review-title{font-size:28px}.review-card{width:290px;padding:18px}.review-stats{flex-wrap:wrap;gap:12px}.review-stat{gap:12px;padding:14px 18px}.review-stat .stat-icon{border-radius:12px;width:42px;height:42px}.review-stat .stat-icon svg{width:18px!important;height:18px!important}.review-stat .stat-value{font-size:22px}.review-stat .stat-suffix{font-size:14px}.review-stat .stat-label{font-size:12px}}@media (max-width:768px){.review-container{padding:0 20px}.review-scroller-wrapper{margin:0 -20px}.review-title{font-size:26px}.review-card{width:270px;padding:16px}.review-avatar{width:38px;height:38px;font-size:13px}.review-text{font-size:12px}.review-stats{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.review-stat{gap:10px;padding:14px 16px}.review-stat .stat-icon{width:40px;height:40px}.review-stat .stat-value{font-size:20px}.review-stat .stat-suffix{font-size:13px}.review-stat .stat-label{font-size:11px}.review-fade{width:60px}}@media (max-width:639px){.review-section{padding:40px 0}.review-container{padding:0 16px}.review-scroller-wrapper{margin:0 -16px}.review-header{margin-bottom:24px}.review-badge{padding:6px 12px}.review-badge span{font-size:11px}.review-title{font-size:22px}.review-card{border-radius:12px;width:250px;padding:14px}.review-track{gap:14px}.review-card-header{gap:10px;margin-bottom:12px}.review-avatar{border-radius:10px;width:36px;height:36px;font-size:12px}.review-name{font-size:13px}.review-role{font-size:11px}.review-rating svg{width:12px;height:12px}.review-text{margin-bottom:10px;font-size:12px;line-height:1.5}.review-location{font-size:10px}.review-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:28px;display:grid}.review-stat{border-radius:12px;gap:10px;padding:12px 14px}.review-stat .stat-icon{border-radius:10px;width:36px;height:36px}.review-stat .stat-icon svg{width:16px!important;height:16px!important}.review-stat .stat-value{font-size:18px}.review-stat .stat-suffix{font-size:12px}.review-stat .stat-label{font-size:10px}.review-fade{width:40px}.review-fade-left{background:linear-gradient(90deg,#f8fafc 0%,transparent 100%)}.review-fade-right{background:linear-gradient(270deg,#f8fafc 0%,transparent 100%)}}@media (max-width:374px){.review-title{font-size:20px}.review-card{width:230px;padding:12px}.review-stats{gap:8px}.review-stat{gap:8px;padding:10px 12px}.review-stat .stat-icon{border-radius:8px;width:32px;height:32px}.review-stat .stat-icon svg{width:14px!important;height:14px!important}.review-stat .stat-value{font-size:16px}.review-stat .stat-suffix{font-size:11px}.review-stat .stat-label{font-size:9px}}
.hero-section{background:linear-gradient(#fafbff 0%,#fff 50%,#f8fafc 100%);justify-content:center;align-items:center;min-height:auto;padding-top:75px;padding-bottom:40px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:2;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hero-grid{background-image:linear-gradient(rgba(99,102,241,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.04) 1px,transparent 1px);background-size:60px 60px;animation:8s ease-in-out infinite grid-pulse;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(90% 60%,#000 10%,transparent 70%);mask-image:radial-gradient(90% 60%,#000 10%,transparent 70%)}@keyframes grid-pulse{0%,to{opacity:1}50%{opacity:.6}}.hero-glow{filter:blur(120px);opacity:.6;border-radius:50%;animation:6s ease-in-out infinite glow-breathe;position:absolute}@keyframes glow-breathe{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.hero-glow-1{background:radial-gradient(circle,rgba(99,102,241,.18) 0%,transparent 70%);width:700px;height:700px;animation-delay:0s;top:-250px;right:-150px}.hero-glow-2{background:radial-gradient(circle,rgba(168,85,247,.12) 0%,transparent 70%);width:550px;height:550px;animation-delay:-2s;bottom:-150px;left:-150px}.hero-glow-3{background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);width:450px;height:450px;animation-delay:-4s;top:50%;left:30%;transform:translate(-50%,-50%)}.floating-icons{pointer-events:none;z-index:5;position:absolute;top:0;bottom:0;left:0;right:0}.floating-icon{-webkit-backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border:1px solid rgba(99,102,241,.12);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;animation:8s ease-in-out infinite float-smooth;display:flex;position:absolute;box-shadow:0 8px 32px rgba(99,102,241,.1),0 2px 8px rgba(0,0,0,.04),inset 0 1px rgba(255,255,255,.8)}.floating-icon:hover{transform:scale(1.1);box-shadow:0 12px 40px rgba(99,102,241,.15),0 4px 12px rgba(0,0,0,.06)}.floating-icon .icon-svg{color:#6366f1;opacity:.7;width:26px;height:26px}.icon-1{animation-delay:0s;top:18%;left:8%}.icon-2{animation-delay:-2s;top:22%;right:10%}.icon-3{animation-delay:-4s;top:55%;left:5%}.icon-4{animation-delay:-1s;bottom:25%;right:7%}.icon-5{width:48px;height:48px;animation-delay:-3s;top:38%;left:12%}.icon-5 .icon-svg{width:22px;height:22px}.icon-6{width:48px;height:48px;animation-delay:-5s;bottom:38%;right:12%}.icon-6 .icon-svg{width:22px;height:22px}@keyframes float-smooth{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-12px)rotate(2deg)}75%{transform:translateY(8px)rotate(-2deg)}}.hero-container{z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:0 48px;position:relative}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.hero-text-content{max-width:600px}.hero-badge{cursor:default;background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(168,85,247,.08));border:1px solid rgba(99,102,241,.15);border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:10px 22px;transition:all .3s;display:inline-flex}.hero-badge:hover{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(168,85,247,.12));transform:translateY(-2px);box-shadow:0 6px 20px rgba(99,102,241,.12)}.badge-icon{color:#6366f1;width:18px;height:18px;animation:2s ease-in-out infinite pulse-icon}@keyframes pulse-icon{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-badge span{color:#4f46e5;letter-spacing:.01em;font-size:14px;font-weight:600}.hero-headline{color:#0f172a;letter-spacing:-.025em;margin-bottom:24px;font-size:54px;font-weight:800;line-height:1.1}.hero-headline-highlight{margin-top:4px;display:block;position:relative}.highlight-text{z-index:2;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.highlight-glow{display:none}.hero-subheadline{color:#64748b;max-width:520px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-features{gap:16px;margin-bottom:40px;display:flex}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:16px 20px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.feature-card:hover{border-color:#c7d2fe;transform:translateY(-5px);box-shadow:0 14px 45px rgba(99,102,241,.14),0 6px 16px rgba(0,0,0,.05)}.feature-icon-wrap{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.feature-icon{color:#6366f1;width:22px;height:22px}.feature-text{flex-direction:column;gap:2px;display:flex}.feature-title{color:#1e293b;font-size:15px;font-weight:700}.feature-desc{color:#64748b;font-size:13px}.hero-buttons{gap:16px;margin-bottom:28px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(99,102,241,.35),0 3px 8px rgba(99,102,241,.2)}.btn-primary:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(99,102,241,.4),0 6px 14px rgba(99,102,241,.25)}.btn-primary:active{transform:translateY(-2px)}.btn-secondary{color:#4f46e5;cursor:pointer;background:#fff;border:2px solid #e0e7ff;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-secondary:hover{background:#fafaff;border-color:#6366f1;transform:translateY(-4px);box-shadow:0 10px 30px rgba(99,102,241,.14)}.btn-secondary:active{transform:translateY(-2px)}.btn-icon{width:18px;height:18px;transition:transform .3s}.btn-primary:hover .btn-icon{transform:translate(4px)}.hero-stats-row{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff 0%,#fafbff 50%,#f5f7ff 100%);border:1px solid rgba(99,102,241,.12);border-radius:24px;flex-wrap:nowrap;justify-content:center;gap:0;width:100%;max-width:1100px;margin-top:68px;margin-left:auto;margin-right:auto;padding:12px;display:flex;box-shadow:0 10px 40px rgba(99,102,241,.1),0 4px 12px rgba(0,0,0,.04),inset 0 1px rgba(255,255,255,.95)}.stat-pill{background:0 0;border:none;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:18px 28px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.stat-pill:not(:last-child):after{content:"";background:linear-gradient(transparent,rgba(99,102,241,.18),transparent);width:1px;height:45px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-pill:hover{background:rgba(255,255,255,.9);transform:translateY(-4px);box-shadow:0 8px 24px rgba(99,102,241,.14)}.stat-number{letter-spacing:-.02em;font-size:26px;font-weight:800;line-height:1;transition:transform .3s}.stat-pill:hover .stat-number{transform:scale(1.05)}.stat-pill:first-child .stat-number{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-pill:nth-child(2) .stat-number{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-pill:nth-child(3) .stat-number{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-pill:nth-child(4) .stat-number{background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-pill:nth-child(5) .stat-number{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-text{color:#64748b;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600;transition:color .3s}.stat-pill:hover .stat-text{color:#475569}.hero-preview{justify-content:center;align-items:center;display:flex;position:relative}.preview-ring{pointer-events:none;border-radius:50%;position:absolute;top:-40px;bottom:-40px;left:-40px;right:-40px}.preview-ring:before{content:"";border:1px dashed rgba(99,102,241,.2);border-radius:50%;animation:45s linear infinite rotate-slow;position:absolute;top:0;bottom:0;left:0;right:0}.preview-ring:after{content:"";border:1px solid rgba(99,102,241,.08);border-radius:50%;animation:60s linear infinite reverse rotate-slow;position:absolute;top:-15px;bottom:-15px;left:-15px;right:-15px}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.score-badge{z-index:20;width:110px;height:110px;animation:5s ease-in-out infinite float-badge;position:absolute;top:-10px;left:-45px}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.score-ring{position:absolute;top:0;bottom:0;left:0;right:0}.score-ring svg{filter:drop-shadow(0 4px 15px rgba(34,197,94,.2));width:100%;height:100%;transform:rotate(-90deg)}.score-bg{fill:none;stroke:#f1f5f9;stroke-width:10px}.score-progress{fill:none;stroke:#22c55e;stroke-width:10px;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:14px;animation:2s ease-out forwards score-fill}@keyframes score-fill{0%{stroke-dashoffset:283px}to{stroke-dashoffset:14px}}.score-content{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;margin:10px;transition:box-shadow .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:0 6px 25px rgba(0,0,0,.08)}.score-badge:hover .score-content{box-shadow:0 8px 30px rgba(0,0,0,.12)}.hero-score-value{color:#22c55e;font-size:32px;font-weight:800;line-height:1}.hero-score-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:11px;font-weight:700}.ai-badge{z-index:20;cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:8px;padding:12px 22px;transition:all .3s;animation:6s ease-in-out -3s infinite float-badge;display:flex;position:absolute;bottom:20px;right:-40px;box-shadow:0 10px 35px rgba(0,0,0,.1)}.ai-badge:hover{transform:translateY(-3px);box-shadow:0 14px 45px rgba(0,0,0,.14)}.ai-badge-icon{color:#6366f1;width:18px;height:18px;animation:2s ease-in-out infinite pulse-icon}.ai-badge span{color:#4f46e5;font-size:14px;font-weight:700}.pdf-badge{z-index:20;cursor:default;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;transition:all .3s;animation:5s ease-in-out -1s infinite float-badge;display:flex;position:absolute;top:-5px;right:-40px;box-shadow:0 8px 25px rgba(239,68,68,.3)}.pdf-badge:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(239,68,68,.4)}.pdf-badge-icon{color:#fff;width:16px;height:16px}.pdf-badge span{color:#fff;font-size:13px;font-weight:700}.templates-badge{z-index:20;cursor:default;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;transition:all .3s;animation:7s ease-in-out -4s infinite float-badge;display:flex;position:absolute;bottom:20px;left:-45px;box-shadow:0 8px 25px rgba(34,197,94,.3)}.templates-badge:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(34,197,94,.4)}.templates-badge-icon{color:#fff;width:16px;height:16px}.templates-badge span{color:#fff;font-size:13px;font-weight:700}.cta-section-premium{background:linear-gradient(#f8fafc 0%,#fff 50%,#f5f7ff 100%);padding:60px 24px;position:relative;overflow:hidden}.cta-bg-premium{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.cta-mesh-gradient{background:radial-gradient(80% 50% at 50% 0,rgba(99,102,241,.08) 0%,transparent 50%),radial-gradient(60% 40% at 20% 80%,rgba(168,85,247,.06) 0%,transparent 50%),radial-gradient(60% 40% at 80% 60%,rgba(59,130,246,.05) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.cta-grid-pattern{background-image:linear-gradient(rgba(99,102,241,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.04) 1px,transparent 1px);background-size:50px 50px;animation:20s linear infinite grid-move;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(80% 60%,#000 20%,transparent 70%);mask-image:radial-gradient(80% 60%,#000 20%,transparent 70%)}@keyframes grid-move{0%{transform:translateY(0)}to{transform:translateY(50px)}}.cta-glow-orb{filter:blur(100px);border-radius:50%;animation:8s ease-in-out infinite orb-float;position:absolute}.cta-orb-1{background:radial-gradient(circle,rgba(99,102,241,.12) 0%,transparent 70%);width:600px;height:600px;animation-delay:0s;top:-200px;left:-100px}.cta-orb-2{background:radial-gradient(circle,rgba(168,85,247,.08) 0%,transparent 70%);width:500px;height:500px;animation-delay:-3s;bottom:-150px;right:-100px}.cta-orb-3{background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 70%);width:400px;height:400px;animation-delay:-5s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-float{0%,to{opacity:.6;transform:scale(1)translate(0)}50%{opacity:.8;transform:scale(1.1)translate(20px,-20px)}}.cta-orb-3{animation-name:orb-float-center}@keyframes orb-float-center{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.2)}}.cta-floating-elements{pointer-events:none;z-index:5;position:absolute;top:0;bottom:0;left:0;right:0}.cta-float-card{-webkit-backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border:1px solid rgba(99,102,241,.12);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;animation:8s ease-in-out infinite float-smooth;display:flex;position:absolute;box-shadow:0 8px 32px rgba(99,102,241,.1)}.cta-float-icon{color:#6366f1;width:24px;height:24px}.cta-float-1{animation-delay:0s;top:15%;left:10%}.cta-float-2{animation-delay:-2s;top:25%;right:12%}.cta-float-3{animation-delay:-4s;bottom:20%;left:15%}.cta-container-premium{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.cta-badge{background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(168,85,247,.08));border:1px solid rgba(99,102,241,.15);border-radius:100px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 20px;transition:all .3s;display:inline-flex}.cta-badge:hover{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(168,85,247,.12));transform:translateY(-2px);box-shadow:0 6px 20px rgba(99,102,241,.12)}.cta-badge-icon{color:#6366f1;width:18px;height:18px}.cta-badge span{color:#4f46e5;letter-spacing:.02em;font-size:13px;font-weight:600}.cta-headline-premium{color:#0f172a;letter-spacing:-.03em;margin-bottom:16px;font-size:44px;font-weight:800;line-height:1.15}.cta-headline-gradient{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.cta-subheadline-premium{color:#64748b;max-width:550px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.7}.cta-subheadline-premium strong{color:#6366f1;font-weight:700}.cta-mini-stats{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:0;margin-bottom:32px;padding:14px 28px;display:inline-flex;box-shadow:0 4px 20px rgba(0,0,0,.04)}.cta-mini-stat{flex-direction:column;align-items:center;gap:4px;padding:0 20px;display:flex}.cta-mini-stat-divider{background:linear-gradient(transparent,#e2e8f0,transparent);width:1px;height:36px}.cta-stat-value{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:800}.cta-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.cta-buttons-premium{justify-content:center;gap:14px;margin-bottom:20px;display:flex}.cta-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:700;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(99,102,241,.35),0 3px 8px rgba(99,102,241,.2)}.cta-btn-primary:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-btn-primary:hover:before{left:100%}.cta-btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(99,102,241,.4),0 6px 14px rgba(99,102,241,.25)}.cta-btn-arrow{width:18px;height:18px;transition:transform .3s}.cta-btn-primary:hover .cta-btn-arrow{transform:translate(4px)}.cta-btn-secondary{color:#4f46e5;cursor:pointer;background:#fff;border:2px solid #e0e7ff;border-radius:14px;justify-content:center;align-items:center;padding:18px 32px;font-size:15px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.cta-btn-secondary:hover{background:#fafaff;border-color:#6366f1;transform:translateY(-4px);box-shadow:0 10px 30px rgba(99,102,241,.14)}.cta-trust-text{color:#64748b;align-items:center;gap:8px;font-size:13px;display:inline-flex}.cta-trust-icon{color:#22c55e;width:15px;height:15px}@media (min-width:1400px){.hero-headline{font-size:62px}.hero-content{gap:100px}.score-badge{width:120px;height:120px;top:-15px;left:-55px}.hero-score-value{font-size:36px}.pdf-badge{top:-10px;right:-50px}.ai-badge{bottom:15px;right:-50px}.templates-badge{bottom:15px;left:-55px}}@media (min-width:1200px) and (max-width:1399px){.hero-container{padding:0 40px}.hero-headline{font-size:52px}.hero-content{gap:70px}}@media (min-width:1024px) and (max-width:1199px){.hero-container{padding:0 32px}.hero-headline{font-size:46px}.hero-content{gap:50px}.hero-features{flex-wrap:wrap}.feature-card{flex:calc(50% - 8px)}.score-badge{width:95px;height:95px;top:-10px;left:-30px}.hero-score-value{font-size:28px}.pdf-badge{padding:8px 16px;top:-5px;right:-30px}.pdf-badge span{font-size:12px}.ai-badge{padding:10px 18px;bottom:15px;right:-30px}.ai-badge span{font-size:13px}.templates-badge{padding:8px 16px;bottom:15px;left:-30px}.templates-badge span{font-size:12px}.floating-icon{width:48px;height:48px}.floating-icon .icon-svg{width:22px;height:22px}}@media (min-width:768px) and (max-width:1023px){.hero-section{min-height:auto;padding:70px 0 40px}.hero-container{padding:0 24px}.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.hero-text-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-headline{font-size:44px}.hero-subheadline{max-width:500px}.hero-features{flex-wrap:wrap;justify-content:center}.feature-card{flex:none}.hero-buttons{justify-content:center}.hero-stats-row{flex-wrap:wrap;justify-content:center;width:100%;max-width:500px}.stat-pill{padding:10px 14px}.stat-number{font-size:16px}.stat-text{font-size:10px}.hero-preview{order:-1;max-width:420px;margin:0 auto}.floating-icon{display:none}.score-badge{width:85px;height:85px;top:-10px;left:-20px}.hero-score-value{font-size:24px}.ai-badge{padding:10px 16px;bottom:10px;right:-15px}.ai-badge span{font-size:12px}.pdf-badge{padding:8px 14px;top:-5px;right:-15px}.pdf-badge span{font-size:11px}.templates-badge{padding:8px 14px;bottom:10px;left:-20px}.templates-badge span{font-size:11px}.preview-ring{display:none}}@media (min-width:640px) and (max-width:767px){.hero-section{min-height:auto;padding:68px 0 30px}.hero-container{padding:0 20px}.hero-content{text-align:center;grid-template-columns:1fr;gap:30px}.hero-text-content{flex-direction:column;align-items:center;display:flex}.hero-headline{font-size:36px}.hero-subheadline{font-size:16px}.hero-features{flex-direction:column;align-items:center;gap:12px}.feature-card{width:100%;max-width:300px}.hero-buttons{flex-direction:column;width:100%;max-width:320px}.btn-primary,.btn-secondary{width:100%;padding:16px 28px}.hero-stats-row{flex-wrap:wrap;justify-content:center;width:100%;max-width:400px}.stat-pill{padding:8px 12px}.stat-pill:not(:last-child):after{display:none}.stat-number{font-size:14px}.stat-text{font-size:9px}.hero-preview{order:-1;max-width:340px;margin:0 auto}.floating-icon,.preview-ring{display:none}.score-badge{width:70px;height:70px;top:-10px;left:-5px}.hero-score-value{font-size:20px}.hero-score-label{font-size:8px}.pdf-badge{gap:4px;padding:6px 10px;display:flex;top:-10px;right:-5px}.pdf-badge-icon{width:12px;height:12px}.pdf-badge span{font-size:9px}.ai-badge{gap:4px;padding:6px 10px;display:flex;bottom:-5px;right:-5px}.ai-badge-icon{width:12px;height:12px}.ai-badge span{font-size:9px}.templates-badge{gap:4px;padding:6px 10px;display:flex;bottom:-5px;left:-5px}.templates-badge-icon{width:12px;height:12px}.templates-badge span{font-size:9px}.cta-headline{font-size:32px}}@media (max-width:639px){.hero-section{min-height:auto;padding:75px 0 25px}.hero-container{padding:0 20px}.hero-content{text-align:center;grid-template-columns:1fr;gap:28px}.hero-text-content{flex-direction:column;order:0;align-items:center;display:flex}.hero-badge{margin-bottom:18px;padding:10px 16px}.hero-badge span{font-size:12px}.badge-icon{width:14px;height:14px}.hero-headline{margin-bottom:16px;font-size:30px;line-height:1.15}.hero-subheadline{max-width:340px;margin-bottom:24px;font-size:15px;line-height:1.6}.hero-features{flex-flow:wrap;justify-content:center;gap:10px;width:100%;margin-bottom:24px}.feature-card{gap:10px;width:calc(50% - 5px);max-width:none;padding:12px 10px}.feature-icon-wrap{border-radius:10px;width:34px;height:34px}.feature-icon{width:16px;height:16px}.feature-title{font-size:12px}.feature-desc{font-size:10px}.hero-buttons{flex-direction:column;gap:12px;width:100%;margin-bottom:0}.btn-primary,.btn-secondary{border-radius:12px;width:100%;padding:16px 24px;font-size:15px}.hero-stats-row{border-radius:16px;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:28px;padding:12px;display:grid}.stat-pill:nth-child(5){display:none}.stat-pill{background:rgba(255,255,255,.7);border-radius:12px;flex:none;padding:14px 10px}.stat-pill:not(:last-child):after{display:none}.stat-number{font-size:20px}.stat-text{text-align:center;font-size:9px}.hero-preview{order:1;width:100%;max-width:260px;margin:0 auto;padding:15px 0}.floating-icon,.preview-ring{display:none}.score-badge{width:58px;height:58px;top:-8px;left:-8px}.hero-score-value{font-size:16px}.hero-score-label{font-size:7px}.score-content{margin:5px}.score-bg,.score-progress{stroke-width:7px}.pdf-badge{gap:3px;padding:5px 8px;display:flex;top:-8px;right:-8px}.pdf-badge-icon{width:10px;height:10px}.pdf-badge span{font-size:8px}.ai-badge{gap:3px;padding:5px 8px;display:flex;bottom:0;right:-8px}.ai-badge-icon{width:10px;height:10px}.ai-badge span{font-size:8px}.templates-badge{gap:3px;padding:5px 8px;display:flex;bottom:0;left:-8px}.templates-badge-icon{width:10px;height:10px}.templates-badge span{font-size:8px}.cta-section{padding:60px 16px}.cta-icon{border-radius:16px;width:60px;height:60px;margin-bottom:18px}.cta-icon-svg{width:26px;height:26px}.cta-headline{font-size:26px}.cta-subheadline{margin-bottom:24px;font-size:14px}.cta-button{padding:14px 28px;font-size:14px}}@media (max-width:374px){.hero-headline{font-size:24px}.hero-subheadline{font-size:13px}.hero-preview{max-width:90vw}.feature-card{padding:8px 6px}.feature-title{font-size:10px}.feature-desc{font-size:8px}.stat-number{font-size:16px}.stat-text{font-size:7px}.score-badge{width:55px;height:55px;top:-5px;left:0}.hero-score-value{font-size:15px}.hero-score-label{font-size:6px}.pdf-badge,.ai-badge,.templates-badge{gap:3px;padding:5px 7px}.pdf-badge span,.ai-badge span,.templates-badge span{font-size:8px}.pdf-badge-icon,.ai-badge-icon,.templates-badge-icon{width:10px;height:10px}.cta-headline{font-size:22px}}@media print{.hero-section{background:#fff;min-height:auto}.hero-bg,.floating-icons,.preview-ring,.score-badge,.ai-badge,.pdf-badge,.templates-badge{display:none}}@media (min-width:768px) and (max-width:1023px){.cta-section-premium{padding:50px 24px}.cta-headline-premium{font-size:36px}.cta-floating-elements{display:none}.cta-mini-stats{padding:12px 18px}.cta-mini-stat{padding:0 14px}.cta-stat-value{font-size:18px}}@media (min-width:640px) and (max-width:767px){.cta-section-premium{padding:45px 20px}.cta-headline-premium{font-size:30px}.cta-subheadline-premium{margin-bottom:24px;font-size:15px}.cta-floating-elements{display:none}.cta-mini-stats{flex-wrap:wrap;gap:10px;padding:14px}.cta-mini-stat{padding:0 12px}.cta-mini-stat-divider{display:none}.cta-stat-value{font-size:18px}.cta-buttons-premium{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.cta-btn-primary,.cta-btn-secondary{width:100%;padding:14px 20px}}@media (max-width:639px){.cta-section-premium{padding:40px 16px}.cta-floating-elements{display:none}.cta-badge{margin-bottom:18px;padding:8px 16px}.cta-badge-icon{width:14px;height:14px}.cta-badge span{font-size:11px}.cta-headline-premium{margin-bottom:12px;font-size:26px}.cta-subheadline-premium{margin-bottom:20px;font-size:14px}.cta-mini-stats{flex-flow:wrap;justify-content:center;gap:0;width:100%;max-width:100%;padding:12px 16px}.cta-mini-stat{flex:1;min-width:80px;padding:8px 12px}.cta-mini-stat:not(:last-child){border-right:1px solid #e2e8f0}.cta-mini-stat-divider{display:none}.cta-stat-value{font-size:18px}.cta-stat-label{font-size:9px}.cta-buttons-premium{flex-direction:column;gap:10px;width:100%;margin-bottom:16px}.cta-btn-primary{border-radius:12px;width:100%;padding:14px 20px;font-size:14px}.cta-btn-secondary{border-radius:12px;width:100%;padding:12px 20px;font-size:13px}.cta-trust-text{flex-wrap:wrap;justify-content:center;font-size:11px}}@media (max-width:374px){.cta-section-premium{padding:32px 12px}.cta-headline-premium{font-size:22px}.cta-subheadline-premium{font-size:13px}.cta-stat-value{font-size:16px}}
