.logo,.nav-links a:hover{color:#2563eb}footer a:hover,footer h3{color:#38bdf8}.copyright,.cta-section,.dashboard-card,.pricing-card,.section-title,.step{text-align:center}body{font-family:Poppins,sans-serif;background:#f5fbff;color:#0f172a;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:auto}header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);box-shadow:0 2px 10px rgba(0,0,0,.05)}nav{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.logo{font-size:24px;font-weight:700}.nav-links{display:flex;gap:25px}.nav-links a{font-size:15px;color:#334155;transition:.3s}.btn{padding:12px 24px;border-radius:12px;font-weight:600;display:inline-block;transition:.3s}.submit-btn{cursor:pointer;position:relative;min-width:180px}.submit-btn:hover{transform:translateY(-3px)}.submit-btn:active{transform:scale(.98)}.loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top:2px solid #fff;border-radius:50%;display:none;animation:.8s linear infinite spin;margin:auto}@keyframes spin{100%{transform:rotate(360deg)}}.submit-btn:focus{outline:0}.btn-outline:hover,.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#115e59;transform:translateY(-2px)}.btn-outline{border:2px solid #2563eb;color:#2563eb}.hero{padding:100px 0;background:radial-gradient(circle at top left,rgba(15,118,110,.12),transparent 35%),radial-gradient(circle at bottom right,rgba(56,189,248,.12),transparent 35%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero h1{font-size:58px;line-height:1.2;margin-bottom:20px;color:#0f172a}.hero p{font-size:18px;color:#475569;margin-bottom:30px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.hero-image,.icon{justify-content:center;font-size:28px}.hero-image{background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:30px;height:420px;display:flex;align-items:center;color:#fff;font-weight:600;box-shadow:0 20px 40px rgba(15,118,110,.15)}section{padding:90px 0}.section-title{margin-bottom:50px}.section-title h2{font-size:40px;margin-bottom:10px;color:#0f172a}.faq-item p,.section-title p{color:#64748b}.card,.dashboard-card,.faq-item,.pricing-card{background:#fff;border-radius:24px;transition:.3s;box-shadow:0 10px 30px rgba(15,23,42,.06)}.card{padding:30px}.card:hover,.dashboard-card:hover,.pricing-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(15,118,110,.15)}.card h3{margin:15px 0;color:#0f172a}.card p,.dashboard-card p,.pricing-card p{color:#475569}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}.icon{width:60px;height:60px;border-radius:16px;background:rgba(15,118,110,.1);display:flex;align-items:center}.dashboard{background:linear-gradient(135deg,#dff6ff,#ecfeff);border-radius:30px;padding:40px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px}.dashboard-card{padding:25px}.dashboard-card h3{font-size:34px;color:#2563eb;margin-bottom:10px}.benefits-grid,.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.step{padding:30px}.step-number{width:70px;height:70px;margin:auto auto 20px;border-radius:50%;background:#2563eb;color:#fff;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:700}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}.pricing-card{padding:40px 30px}.price{font-size:46px;color:#2563eb;margin:20px 0;font-weight:700}.faq{max-width:800px;margin:auto}.faq-item{margin-bottom:15px;padding:20px}.faq-item h3{color:#0f172a;margin-bottom:10px}.cta-section{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;border-radius:30px;padding:70px 30px;box-shadow:0 20px 40px rgba(15,118,110,.15)}.cta-section h2{font-size:42px;margin-bottom:20px}.cta-section p{margin-bottom:30px;color:#e2e8f0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}form input,form textarea{width:100%;padding:15px;margin-bottom:15px;border:1px solid #dbeafe;border-radius:14px;background:#fff;color:#0f172a;outline:0;box-shadow:0 5px 15px rgba(15,23,42,.04)}form input::placeholder,form textarea::placeholder{color:#94a3b8}textarea{resize:none;height:140px}footer{background:#0f172a;color:#fff;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-bottom:30px}footer h3{margin-bottom:15px}footer a,footer p{color:#cbd5e1;font-size:14px}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:20px;color:#94a3b8}@media(max-width:900px){.contact-grid,.hero-content{grid-template-columns:1fr}.hero h1{font-size:42px}.nav-links{display:none}.hero-image{height:300px}.cta-section h2{font-size:32px}}.toast{position:fixed;top:30px;right:30px;background:#fff;color:#0f172a;padding:18px 22px;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.12);width:320px;z-index:9999;opacity:0;visibility:hidden;transform:translateY(-20px);transition:.4s;border-left:5px solid #2563eb}.toast.show{opacity:1;visibility:visible;transform:translateY(0)}.toast-title{font-size:18px;font-weight:700;color:#2563eb;margin-bottom:5px}.toast-message{font-size:14px;color:#475569}