*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#8b5cf6;--success:#10b981;--danger:#ef4444;--dark:#1e293b;--light:#f8fafc;--gray:#64748b;--gradient-hero:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);--gradient-1:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-2:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);--gradient-3:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}body{color:#1e293b;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 20px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;text-decoration:none}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary)}.btn-primary{background:var(--gradient-1);color:#fff;border-radius:50px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.hero{background:var(--gradient-hero);color:#fff;text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";background:#ffffff1a;border-radius:50%;width:500px;height:500px;animation:20s infinite float;position:absolute;top:-250px;right:-250px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-content{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.9rem;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1}.hero-subtitle{opacity:.95;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-hero{border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero-white{color:var(--primary);background:#fff;box-shadow:0 4px 20px #00000026}.btn-hero-white:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0003}.btn-hero-outline{color:#fff;background:0 0;border:2px solid #fff}.btn-hero-outline:hover{color:var(--primary);background:#fff}.section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:800}.section-subtitle{text-align:center;color:var(--gray);margin-bottom:4rem;font-size:1.2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background:#fff;border:1px solid #6366f11a;border-radius:20px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #6366f133}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-description{color:var(--gray);line-height:1.7}.providers-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.provider-card{background:#fff;border-radius:15px;align-items:center;gap:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0000000d}.provider-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.provider-logo{font-size:2.5rem}.provider-info h3{margin-bottom:.3rem;font-size:1.1rem}.provider-status{color:var(--success);align-items:center;gap:.3rem;font-size:.9rem;display:flex}.cta{background:var(--gradient-2);color:#fff;text-align:center;padding:6rem 2rem}.cta h2{margin-bottom:1.5rem;font-size:3rem}.cta p{opacity:.95;margin-bottom:2rem;font-size:1.3rem}.footer{background:var(--dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-section h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:2rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.section-title{font-size:2rem}.nav-links{display:none}}
