*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#1a1a2e;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}

.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.97);backdrop-filter:blur(8px);border-bottom:1px solid #e8e8f0}
.nav-container{max-width:1100px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#4a90e2,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.nav-links{display:flex;gap:32px;font-size:0.9rem;font-weight:500;color:#444}
.nav-links a:hover{color:#4a90e2}

.hero{background:linear-gradient(135deg,#4a90e2 0%,#764ba2 100%);padding:100px 24px;text-align:center;color:#fff}
.hero-eyebrow{font-size:0.8rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;opacity:0.75;margin-bottom:16px}
.hero h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.1;margin-bottom:20px}
.hero-sub{font-size:1.15rem;opacity:0.85;max-width:560px;margin:0 auto}

.section{padding:84px 24px}
.section-alt{background:#f8f9fb}
.container{max-width:1100px;margin:0 auto}

.section-label{font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:#4a90e2;margin-bottom:12px}
.section-title{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800;margin-bottom:14px;line-height:1.2}
.section-subtitle{font-size:1rem;color:#555;line-height:1.65;max-width:620px;margin-bottom:52px}

.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}
.card{border:1px solid #e8e8f0;border-radius:20px;padding:40px 32px;background:#fff;transition:box-shadow 0.22s,transform 0.22s;display:flex;flex-direction:column}
.card:hover{box-shadow:0 16px 48px rgba(74,144,226,0.13);transform:translateY(-5px)}
.card-icon{font-size:2.2rem;margin-bottom:20px}
.card h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}
.card p{font-size:0.95rem;color:#555;line-height:1.65;flex:1}
.card-link{display:inline-block;margin-top:24px;font-size:0.9rem;font-weight:600;color:#4a90e2}
.card-link:hover{text-decoration:underline}

.features-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:36px}
.feature-item{display:flex;gap:18px;align-items:flex-start}
.feature-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#edf2fb,#f2edfb);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.feature-text h4{font-size:1rem;font-weight:700;margin-bottom:5px}
.feature-text p{font-size:0.9rem;color:#555;line-height:1.6}

.form-section{background:linear-gradient(135deg,#4a90e2 0%,#764ba2 100%);padding:84px 24px;color:#fff}
.form-wrap{max-width:640px;margin:0 auto}
.form-wrap .section-label{color:rgba(255,255,255,0.65)}
.form-wrap .section-title{color:#fff}
.form-wrap .section-subtitle{color:rgba(255,255,255,0.78)}
.lead-form{display:flex;flex-direction:column;gap:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-form input,.lead-form textarea{width:100%;padding:15px 18px;border-radius:10px;border:1.5px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);color:#fff;font-size:0.95rem;font-family:inherit;outline:none;transition:border-color 0.2s,background 0.2s}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:rgba(255,255,255,0.5)}
.lead-form input:focus,.lead-form textarea:focus{border-color:rgba(255,255,255,0.6);background:rgba(255,255,255,0.15)}
.lead-form textarea{min-height:140px;resize:vertical}

.btn{display:inline-block;padding:15px 36px;border-radius:10px;font-size:0.95rem;font-weight:700;cursor:pointer;transition:opacity 0.2s,transform 0.15s;border:none;font-family:inherit}
.btn:hover{opacity:0.88;transform:translateY(-2px)}
.btn-outline{background:transparent;border:2px solid rgba(255,255,255,0.7);color:#fff}
.btn-outline:hover{background:rgba(255,255,255,0.1)}

.footer{background:#0d0d1a;text-align:center;padding:44px 24px;font-size:0.875rem}
.footer-logo{display:inline-block;font-size:1.3rem;font-weight:800;background:linear-gradient(135deg,#4a90e2,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}
.footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin:12px 0 16px}
.footer-links a{color:#555;font-size:0.85rem}
.footer-links a:hover{color:#4a90e2}
.footer-copy{color:#444}

@media(max-width:640px){.hero{padding:72px 20px}.section{padding:60px 20px}.form-section{padding:60px 20px}.form-row{grid-template-columns:1fr}.nav-links{display:none}.btn{width:100%;text-align:center}}
