
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
:root{--primary:#003366;--accent:#00B8E6;--bg:#f7fafc;--muted:#6b7280}
*{box-sizing:border-box;margin:0;padding:0}
html{overflow-y:scroll;}
body{font-family:'Poppins',sans-serif;background:var(--bg);color:#0f172a;line-height:1.6}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}

header{position:sticky;top:0;z-index:1000;background:linear-gradient(90deg,#00B8E6,#003366);box-shadow:0 2px 6px rgba(0,0,0,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:8px 0}
.container.header-inner{padding-left:1rem;padding-right:1rem}
.brand{display:flex;align-items:center;gap:12px;overflow:visible;min-height:64px}
.brand img{display:block;height:48px;width:auto;padding:4px 6px;border-radius:8px;background:rgba(255,255,255,0.9);box-shadow:0 1px 4px rgba(0,0,0,.25)}
.brand-title{font-size:1.1rem;font-weight:700;color:#fff;line-height:1.15}
.brand-punchline{display:block;font-size:1rem;font-weight:600;margin-top:2px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7)}
nav{margin-left:auto;display:flex;align-items:center;gap:18px}
nav a{color:#fff !important;text-shadow:0 1px 2px rgba(0,0,0,.7);text-decoration:none;font-weight:600;display:inline-block}
nav a:hover{color:#00B8E6 !important}
.menu-toggle{display:none;cursor:pointer}
.menu-toggle div{width:25px;height:3px;background:#fff;margin:5px 0;transition:0.4s}
@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){
  .header-inner{min-height:60px}
  nav{display:none;flex-direction:column;align-items:flex-start;background:rgba(255,255,255,0.95);width:100%;padding:1rem;animation:slideDown .3s ease forwards;margin-left:0}
  nav.show{display:flex}
  nav a{color:#003366 !important;text-shadow:none;margin:6px 0}
  .menu-toggle{display:block}
}

/* Hero with parallax, animated overlays, particles */
.hero{position:relative;z-index:0;background:url('hero-neo.jpg') center/cover no-repeat;padding:4rem 0 3rem;color:#fff;border-top:1px solid rgba(255,255,255,.14)}
.hero::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(1000px 400px at 20% 20%, rgba(0,184,230,.22), transparent 60%),radial-gradient(800px 300px at 80% 30%, rgba(255,255,255,.10), transparent 55%);pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(120deg, rgba(0,184,230,.12), rgba(0,51,102,.12) 50%, rgba(0,184,230,.12));background-size:200% 200%;animation:heroGlow 12s ease-in-out infinite alternate;pointer-events:none}
@keyframes heroGlow{to{background-position:100% 100%}}
.hero .hero-inner{max-width:900px;margin:0 auto;text-align:center;padding:2.5rem 0}
.hero h1{font-size:3rem;letter-spacing:.2px;text-shadow:0 8px 28px rgba(0,0,0,.35),0 1px 2px rgba(0,0,0,.8)}
.hero p{font-size:1.1rem;opacity:.98;margin-bottom:1.4rem;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.btn{display:inline-block;padding:.9rem 1.6rem;background:var(--accent);color:#003;border-radius:10px;font-weight:700;text-decoration:none;box-shadow:0 10px 28px rgba(0,184,230,.18),inset 0 0 0 1px rgba(0,0,0,.06);transition:transform .25s, box-shadow .25s}
.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 40px rgba(0,184,230,.28)}
@media(min-width:900px){.hero{background-attachment:fixed}}

.hero .particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}
.hero .particles span{position:absolute;display:block;width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.75);box-shadow:0 0 12px rgba(0,184,230,.6);opacity:0;filter:blur(.2px);animation:drift 14s linear infinite}
.hero .particles span:nth-child(odd){background:rgba(0,184,230,.85)}
@keyframes drift{0%{transform:translateY(20px) translateX(0);opacity:0}10%{opacity:.9}80%{opacity:.9}100%{transform:translateY(-120vh) translateX(60px);opacity:0}}
.hero .particles span:nth-child(1){left:8%;bottom:-10px;animation-delay:.2s;animation-duration:12s}
.hero .particles span:nth-child(2){left:18%;bottom:-20px;animation-delay:1.1s;animation-duration:16s}
.hero .particles span:nth-child(3){left:28%;bottom:-30px;animation-delay:.8s;animation-duration:15s}
.hero .particles span:nth-child(4){left:40%;bottom:-25px;animation-delay:2.2s;animation-duration:13s}
.hero .particles span:nth-child(5){left:52%;bottom:-15px;animation-delay:1.6s;animation-duration:17s}
.hero .particles span:nth-child(6){left:60%;bottom:-18px;animation-delay:.5s;animation-duration:16s}
.hero .particles span:nth-child(7){left:70%;bottom:-22px;animation-delay:2.8s;animation-duration:12s}
.hero .particles span:nth-child(8){left:78%;bottom:-35px;animation-delay:1.3s;animation-duration:18s}
.hero .particles span:nth-child(9){left:88%;bottom:-28px;animation-delay:.9s;animation-duration:14s}
.hero .particles span:nth-child(10){left:94%;bottom:-26px;animation-delay:2.0s;animation-duration:15s}

.services{padding:3rem 0}
.cards{display:flex;gap:1.6rem;flex-wrap:wrap;justify-content:center;align-items:stretch}
.card{background:#fff;border-radius:12px;padding:1.6rem;flex:1 1 300px;max-width:340px;box-shadow:0 12px 30px rgba(2,6,23,.06);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;display:flex;flex-direction:column;align-items:center;text-align:left;border:1px solid #f1f5f9}
.card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 18px 44px rgba(2,6,23,.12), 0 2px 8px rgba(2,6,23,.06);border-color:#cfe9f7}
.card img{width:84px;margin-bottom:.8rem}
.card h3{margin:0 0 .6rem;color:var(--primary);text-align:center;transition:color .25s}
.card:hover h3{color:var(--accent)}
.card p{margin:0 .6rem 0;color:var(--muted)}
.card ul{list-style:disc inside;margin-left:0;padding-left:0;color:var(--muted);font-size:.95rem;text-align:left;align-self:stretch}

.section-title{font-size:2rem;font-weight:700;text-align:center;color:#0f172a;margin-bottom:1rem}
.subtle{color:var(--muted);text-align:center;max-width:900px;margin:0 auto 2rem}
.badges{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:1.4rem 0}
.badge{background:#fff;border:1px solid #e6eef6;border-radius:999px;padding:.55rem .9rem;font-weight:600;box-shadow:0 6px 20px rgba(2,6,23,.06)}
.badge i{font-style:normal;opacity:.75}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0}
.stat{background:#fff;border-radius:12px;padding:1.2rem;text-align:center;box-shadow:0 12px 30px rgba(2,6,23,.06)}
.stat .num{font-size:1.8rem;font-weight:800;color:var(--primary)}
.stat .label{color:var(--muted);font-weight:600}
.logo-strip{display:flex;gap:1.8rem;flex-wrap:wrap;justify-content:center;align-items:center;opacity:.85;margin:1.6rem 0}
.logo-pill{background:#fff;border:1px dashed #e5eff7;border-radius:999px;padding:.6rem 1rem;font-weight:700;color:#0f172a;box-shadow:0 6px 14px rgba(2,6,23,.04)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:2rem 0}
.feature{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 12px 30px rgba(2,6,23,.06)}
.feature h4{margin:.2rem 0 .5rem;color:var(--primary)}
.feature p{color:var(--muted);font-size:.95rem}
.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin:2rem 0}
.quote{background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid #e6eef6;border-radius:12px;padding:1.2rem;box-shadow:0 10px 24px rgba(2,6,23,.05)}
.quote p{color:#0f172a;margin:0 0 .6rem}
.quote .by{color:var(--muted);font-weight:600}
.cta-wide{background:linear-gradient(90deg,#003366,#00B8E6);color:#fff;padding:1.6rem;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0}
.cta-wide h3{margin:0}
.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.btn-outline{background:transparent;border:2px solid #fff;color:#fff;border-radius:10px;padding:.85rem 1.2rem;font-weight:700;text-decoration:none;display:inline-block}
.btn-outline:hover{background:#fff;color:#003366}

@media(max-width:900px){
  .stats{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr}
  .testimonials{grid-template-columns:1fr}
  .cta-wide{flex-direction:column;align-items:flex-start}
}

footer{background:var(--primary);color:#fff;padding:2rem 1rem;margin-top:2rem}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
footer a{color:#bfeeff;text-decoration:none}
footer a:hover{text-decoration:underline}

/* mobile hero scale */
@media(max-width:480px){
  .hero h1{font-size:2.2rem}
  .hero p{font-size:1rem}
}

/* === Contact form layout improvements === */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:1rem auto 0;max-width:760px}
.form-grid .full{grid-column:1/-1}
.form-grid input,.form-grid textarea{width:100%;padding:.9rem;border:1px solid #e6eef6;border-radius:10px}
.form-actions{max-width:760px;margin:.6rem auto 0;display:flex;gap:.8rem}
.form-actions .btn{padding:.9rem 1.4rem}
label.visually-hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
@media(max-width:700px){.form-grid{grid-template-columns:1fr}}
