.hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:100vh;max-height:100vh;height:100vh;padding:2rem 1.5rem}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);z-index:-2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#00000026);z-index:-1}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.06) 0%,transparent 50%);background-size:100% 100%;z-index:-1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1280px;margin:0 auto;width:100%}.hero-text{color:#fff;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;backdrop-filter:blur(12px);padding:.5rem 1rem;border-radius:2rem;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a}.badge-icon{font-size:1rem}.hero-title{font-size:3.25rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.025em}.text-gradient{background:linear-gradient(135deg,#fbbf24,#fcd34d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-description{font-size:1.0625rem;color:#fffffff2;margin-bottom:1.75rem;line-height:1.6;max-width:560px}.hero-stats{display:flex;gap:2rem;margin-bottom:1.75rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.stat-item{text-align:left}.stat-number{font-size:2rem;font-weight:700;color:#fbbf24;line-height:1;margin-bottom:.4rem;text-shadow:0 2px 8px rgba(251,191,36,.3)}.stat-label{font-size:.8125rem;color:#ffffffd9;font-weight:500}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.trust-badge{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.875rem;font-weight:500}.trust-badge svg{color:#fbbf24;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;box-shadow:0 10px 25px #fbbf244d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #fbbf2466}.btn-outline{color:#fff;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;backdrop-filter:blur(10px)}.btn-outline:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)}.hero-visual{position:relative;height:500px}.hero-cards{position:relative;height:100%}@media screen and (max-width: 778px){.hero-visual{display:none}}.hero-card{position:absolute;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px #0003;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.main-card{width:320px;padding:2rem;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon{font-size:2rem}.card-info h3{color:#1f2937;margin:0 0 .25rem;font-size:1.25rem}.live-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #10b9814d}.test-progress{margin-bottom:1.5rem}.progress-bar{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.875rem;color:#6b7280;font-weight:500}.test-details{margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.75rem}.detail-label{color:#6b7280;font-weight:500}.detail-value{color:#1f2937;font-weight:600}.card-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:100%;padding:.875rem;border-radius:.75rem;font-weight:600;box-shadow:0 4px 12px #3b82f64d}.floating-card{width:200px;padding:1rem;animation:float 6s ease-in-out infinite}.floating-card-1{top:10%;right:10%;animation-delay:-2s}.floating-card-2{bottom:15%;left:5%;animation-delay:-4s}.mini-card-content{display:flex;align-items:center;gap:.75rem}.mini-icon{font-size:1.5rem}.mini-title{font-weight:700;color:#1f2937;font-size:1.125rem}.mini-subtitle{font-size:.875rem;color:#6b7280}.features{padding:2rem 0;background:#fff}.section-header{text-align:left;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.25rem;color:#6b7280;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 8px 16px #3b82f64d}.feature-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0}.feature-list li{color:#374151;margin-bottom:.5rem;font-weight:500}.stats-section{position:relative;padding:6rem 0;overflow:hidden}.stats-background{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);z-index:-1}.stats-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.1) 0%,transparent 50%);z-index:1}.stats-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;z-index:0}.stats-glow-1{width:500px;height:500px;background:#ffffff26;top:-150px;left:-150px;animation:pulse 8s ease-in-out infinite}.stats-glow-2{width:450px;height:450px;background:#fbbf2433;bottom:-100px;right:-100px;animation:pulse 8s ease-in-out infinite;animation-delay:-4s}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.4}}.stats-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.stats-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.stats-subtitle{font-size:1.25rem;color:#ffffffb3;font-weight:400}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:2}.stat-card{position:relative;background:#ffffff14;backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--card-color),transparent);opacity:0;transition:opacity .4s ease}.stat-card:hover:before{opacity:1}.stat-card-1{--card-color: #fbbf24}.stat-card-2{--card-color: #f59e0b}.stat-card-3{--card-color: #fbbf24}.stat-card-4{--card-color: #f59e0b}.stat-card:hover{transform:translateY(-8px);background:#ffffff26;border-color:#ffffff40;box-shadow:0 20px 40px #0003,0 0 20px #fbbf244d}.stat-icon-wrapper{position:relative;width:80px;height:80px;margin:0 auto 1.5rem}.stat-icon-bg{position:absolute;inset:0;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:1.5rem;opacity:.2;transform:rotate(45deg);transition:all .4s ease}.stat-card:hover .stat-icon-bg{transform:rotate(45deg) scale(1.1);opacity:.3}.stat-icon{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fbbf24;transition:all .4s ease}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 15px rgba(251,191,36,.6))}.stat-content{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .4s ease}.stat-card:hover .stat-number{transform:scale(1.05);filter:drop-shadow(0 0 20px rgba(255,255,255,.5))}.stat-label{color:#ffffffb3;font-weight:500;font-size:1rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.stat-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:1rem}.stat-bar-fill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:2px;width:0%;transition:width 1.5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #fbbf2480}.stat-card:hover .stat-bar-fill{width:100%}.cta-section{position:relative;padding:8rem 0;overflow:hidden}.cta-background{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);z-index:-1}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);z-index:0}.cta-circle{position:absolute;border-radius:50%;background:#ffffff0d;animation:float-circle 20s ease-in-out infinite}.cta-circle-1{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.cta-circle-2{width:300px;height:300px;bottom:-80px;left:-80px;animation-delay:-7s}.cta-circle-3{width:200px;height:200px;top:50%;left:10%;animation-delay:-14s}@keyframes float-circle{0%,to{transform:translate(0) scale(1);opacity:.05}50%{transform:translate(30px,-30px) scale(1.1);opacity:.08}}.cta-content{position:relative;text-align:center;max-width:800px;margin:0 auto;z-index:2}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2);animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 10px #fff0}}.cta-badge svg{animation:lightning-flash 2s ease-in-out infinite}@keyframes lightning-flash{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.cta-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.cta-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;max-width:650px;margin-left:auto;margin-right:auto}.cta-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:500;font-size:.95rem}.cta-feature-icon{width:24px;height:24px;background:#fbbf2433;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-feature-icon svg{color:#fbbf24;width:16px;height:16px}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;color:#1f2937!important;box-shadow:0 10px 30px #fbbf2466!important;font-size:1.125rem;padding:1rem 2.5rem;transition:all .3s ease}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fbbf2480!important}.cta-btn-outline{color:#fff!important;border:2px solid rgba(255,255,255,.3)!important;background:#ffffff1a!important;backdrop-filter:blur(10px);font-size:1.125rem;padding:1rem 2.5rem;transition:all .3s ease}.cta-btn-outline:hover{background:#fff3!important;border-color:#ffffff80!important;transform:translateY(-3px)}.cta-trust{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.trust-item{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-weight:500;font-size:.95rem}.trust-item svg{color:#fbbf24;flex-shrink:0}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-title{font-size:3rem}.section-title{font-size:2.5rem}}@media (max-width: 770px){.hero{min-height:100vh;max-height:100vh;height:100vh;padding:2rem 1.25rem;display:flex;align-items:center}.hero-content{grid-template-columns:1fr;gap:0;text-align:center}.hero-text{max-width:100%}.hero-badge{font-size:.75rem;padding:.4rem .875rem;margin-bottom:1rem}.badge-icon{font-size:.875rem}.hero-title{font-size:2rem;margin-bottom:.875rem;line-height:1.2}.hero-description{font-size:.9375rem;max-width:none;margin-bottom:1.5rem;line-height:1.5}.hero-stats{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 0;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:1.625rem;margin-bottom:.25rem}.stat-label{font-size:.75rem}.hero-buttons{justify-content:center;margin-bottom:1.25rem;gap:.75rem}.btn-lg{width:100%;justify-content:center;font-size:.9375rem;padding:.8125rem 1.25rem}.hero-trust-badges{justify-content:center;gap:.875rem}.trust-badge{font-size:.75rem}.trust-badge svg{width:15px;height:15px}.hero-visual{display:none}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats-title{font-size:2rem}.stats-subtitle{font-size:1rem}.stat-card{padding:2rem 1.5rem}.stat-icon-wrapper{width:60px;height:60px}.stat-number{font-size:2.5rem}.section-title{font-size:2rem}.cta-section{padding:5rem 0}.cta-title{font-size:2rem}.cta-description{font-size:1.125rem}.cta-features,.cta-trust{gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.cta-btn-primary,.cta-btn-outline{padding:.875rem 2rem;font-size:1rem}}@media (max-width: 480px){.hero{padding:1.5rem 1rem}.hero-badge{font-size:.6875rem;padding:.375rem .75rem;margin-bottom:.75rem}.hero-title{font-size:1.75rem;letter-spacing:-.015em;margin-bottom:.75rem}.hero-description{font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.hero-stats{gap:1rem;padding:.875rem 0;margin-bottom:1.25rem}.stat-number{font-size:1.5rem;margin-bottom:.25rem}.stat-label{font-size:.6875rem}.btn-lg{font-size:.875rem;padding:.75rem 1.125rem}.hero-trust-badges{gap:.625rem;flex-wrap:wrap}.trust-badge{font-size:.6875rem}.trust-badge svg{width:14px;height:14px}.main-card{width:260px;padding:1.25rem}.stats-section{padding:4rem 0}}@media (max-width: 900px) and (max-height: 500px){.hero{min-height:auto;max-height:none;height:auto;padding:2rem 1.5rem}.hero-badge{font-size:.75rem;padding:.375rem .875rem;margin-bottom:.5rem}.hero-title{font-size:1.75rem;margin-bottom:.5rem}.hero-description{font-size:.875rem;margin-bottom:1rem}.hero-stats{gap:1.5rem;padding:.75rem 0;margin-bottom:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.hero-buttons{margin-bottom:.875rem;gap:.75rem}.btn-lg{padding:.625rem 1.25rem;font-size:.875rem}.hero-trust-badges{gap:.75rem}.trust-badge{font-size:.75rem}.stats-header{margin-bottom:3rem}.stats-title{font-size:1.75rem}.stats-subtitle{font-size:.875rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem 1.25rem}.stat-icon-wrapper{width:50px;height:50px;margin-bottom:1rem}.stat-icon svg{width:24px;height:24px}.stat-number{font-size:2rem}.stat-label{font-size:.875rem}.cta-section{padding:4rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.cta-features{flex-direction:column;gap:1rem;align-items:center}.cta-trust{flex-direction:column;gap:1rem}.cta-circle{display:none}.btn{padding:.875rem 1.5rem;font-size:1rem}.cta-btn-primary,.cta-btn-outline{padding:.875rem 1.5rem;font-size:.95rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-float[data-astro-cid-j7pv25f6]{animation:float 6s ease-in-out infinite}.animate-float-delayed[data-astro-cid-j7pv25f6]{animation:float-delayed 6s ease-in-out infinite 1s}
