/* ===== Base ===== */
*{box-sizing:border-box;margin:0;padding:0}
body{
  background:#F4F7FB;
  -webkit-font-smoothing:antialiased;
  font-family:Inter,sans-serif;
  color:#566072;
  min-height:100vh;
  overflow-x:hidden;
}
@keyframes nsfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

img{max-width:100%}
.clash{font-family:'Clash Display',Inter,sans-serif}

.eyebrow{
  font-size:13px;font-weight:600;letter-spacing:0.06em;color:#0E4C92;margin-bottom:14px;
}
.eyebrow-center{text-align:center}

.section-title{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:44px;
  line-height:1.08;letter-spacing:-0.02em;color:#10182B;
}

/* ===== Buttons ===== */
.btn{
  text-decoration:none;display:inline-block;font-size:15px;font-weight:600;
  padding:14px 22px;border-radius:10px;transition:background .15s,transform .15s;
}
.btn-primary{background:#0E4C92;color:#fff;box-shadow:0 6px 18px rgba(14,76,146,0.28)}
.btn-primary:hover{background:#0A3B73;transform:translateY(-2px)}
.btn-orange{background:#F97316;color:#fff;box-shadow:0 6px 18px rgba(249,115,22,0.3)}
.btn-orange:hover{background:#EA6A0C;transform:translateY(-2px)}
.btn-lg{font-size:16px;padding:15px 26px;box-shadow:0 8px 22px rgba(249,115,22,0.4)}

/* ===== Navbar ===== */
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,247,251,0.85);backdrop-filter:blur(12px);
  border-bottom:1px solid #E4EAF2;
}
.nav{
  max-width:1200px;margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex:none}
.brand-mark{
  width:36px;height:36px;display:block;flex:none;background:none;border-radius:0;box-shadow:none;
}
.brand-name{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:20px;
  color:#10182B;letter-spacing:-0.01em;
}

.nav-links{display:flex;align-items:center;gap:4px}
.nav-link{
  text-decoration:none;font-size:15px;font-weight:500;color:#10182B;
  padding:8px 14px;border-radius:8px;
}
.nav-link:hover{background:#EAF1FA}

.dropdown{position:relative}
.dropdown-toggle{
  display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;
  font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#10182B;
  padding:8px 14px;border-radius:8px;
}
.dropdown-toggle:hover{background:#EAF1FA}
.dropdown-menu{
  display:none;position:absolute;top:100%;left:0;min-width:240px;
  background:#fff;border:1px solid #E4EAF2;border-radius:12px;
  box-shadow:0 16px 40px rgba(16,24,43,0.12);padding:8px;
  animation:nsfade .14s ease;
}
.dropdown.open .dropdown-menu{display:block}
.dropdown-menu a{
  display:block;text-decoration:none;color:#566072;font-size:14px;font-weight:500;
  padding:10px 12px;border-radius:8px;
}
.dropdown-menu a:hover{background:#EAF1FA;color:#0E4C92}

.nav-cta{display:flex;align-items:center;gap:12px;flex:none}
.badge-emergency{
  display:inline-flex;align-items:center;gap:7px;background:#EAF6EE;
  border:1px solid #CFE8D6;color:#1B7A3D;font-size:12px;font-weight:600;
  padding:5px 11px;border-radius:999px;
}
.badge-dot{
  width:8px;height:8px;border-radius:50%;background:#22A24C;
  box-shadow:0 0 0 3px rgba(34,162,76,0.18);
}
.btn-call{
  display:inline-flex;align-items:center;gap:8px;text-decoration:none;
  background:#0E4C92;color:#fff;font-size:14px;font-weight:600;
  padding:10px 16px;border-radius:9px;box-shadow:0 4px 14px rgba(14,76,146,0.3);
  transition:background .15s,transform .15s;
}
.btn-call:hover{background:#0A3B73;transform:translateY(-1px)}

/* ===== Hero ===== */
.hero{max-width:1200px;margin:0 auto;padding:72px 24px 0}
.hero .eyebrow{margin-bottom:18px}
.hero-top{display:grid;grid-template-columns:1.15fr 0.85fr;gap:48px;align-items:end}
.hero-title{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:62px;
  line-height:1.03;letter-spacing:-0.025em;color:#10182B;
}
.hero-aside{padding-bottom:6px}
.hero-sub{font-size:17px;line-height:1.65;color:#566072;margin-bottom:24px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}

.hero-image-wrap{
  position:relative;margin-top:44px;border-radius:18px;overflow:hidden;
  box-shadow:0 24px 60px rgba(16,24,43,0.14);border:1px solid #E4EAF2;
}
.hero-image{width:100%;aspect-ratio:1200 / 520;object-fit:cover;display:block}
.hero-tags{position:absolute;left:20px;bottom:20px;display:flex;gap:10px}
.hero-tag{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(255,255,255,0.95);backdrop-filter:blur(6px);
  border:1px solid #E4EAF2;color:#10182B;font-size:13px;font-weight:600;
  padding:9px 14px;border-radius:10px;box-shadow:0 4px 14px rgba(16,24,43,0.12);
}

/* ===== Trust bar ===== */
.trust{max-width:1200px;margin:0 auto;padding:48px 24px 8px;text-align:center}
.trust-label{font-size:14px;color:#8A93A6;font-weight:500;margin-bottom:22px}
.trust-brands{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:42px}
.brand-logo{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:22px;
  color:#AEB7C6;letter-spacing:-0.01em;filter:grayscale(1);
}

/* ===== Services ===== */
.section-services{max-width:1200px;margin:0 auto;padding:96px 24px}
.section-services .eyebrow{margin-bottom:14px}
.services-title{max-width:680px}
.accordion{
  margin-top:40px;background:#fff;border:1px solid #E4EAF2;border-radius:16px;
  box-shadow:0 8px 30px rgba(16,24,43,0.05);overflow:hidden;
}
.acc-item{border-top:1px solid #E4EAF2}
.acc-item:first-child{border-top:none}
.acc-trigger{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:none;border:none;cursor:pointer;text-align:left;padding:24px 28px;
  font-family:'Clash Display',Inter,sans-serif;
}
.acc-trigger-left{display:flex;align-items:center;gap:16px}
.acc-icon{
  width:42px;height:42px;flex:none;border-radius:10px;background:#EAF1FA;
  display:flex;align-items:center;justify-content:center;
}
.acc-title{font-weight:600;font-size:21px;color:#10182B;letter-spacing:-0.01em}
.acc-sign{font-family:Inter,sans-serif;font-size:24px;font-weight:400;color:#0E4C92;line-height:1}
.acc-panel{
  padding:0 28px 30px;display:grid;grid-template-columns:0.95fr 1.05fr;gap:30px;
  align-items:center;animation:nsfade .2s ease;
}
.acc-image{aspect-ratio:4/3;border-radius:12px;overflow:hidden;border:1px solid #E4EAF2}
.acc-image img{width:100%;height:100%;object-fit:cover;display:block}
.acc-desc{font-size:16px;line-height:1.7;color:#566072;margin-bottom:22px}
.acc-link{
  text-decoration:none;display:inline-block;background:#0E4C92;color:#fff;
  font-size:14px;font-weight:600;padding:12px 20px;border-radius:9px;transition:background .15s;
}
.acc-link:hover{background:#0A3B73}

/* ===== Why us ===== */
.why{background:#fff;border-top:1px solid #E4EAF2;border-bottom:1px solid #E4EAF2}
.why-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.why-title{max-width:760px;line-height:1.12}
.stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:54px;
  border:1px solid #E4EAF2;border-radius:16px;overflow:hidden;background:#E4EAF2;
}
.stat{padding:34px 26px;background:#fff}
.stat-value{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:40px;
  color:#0E4C92;letter-spacing:-0.02em;line-height:1;
}
.stat-label{font-size:14px;color:#566072;margin-top:10px;font-weight:500}

/* ===== Testimonial ===== */
.testimonial{max-width:1000px;margin:0 auto;padding:104px 24px;text-align:center}
.testimonial-head{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:30px}
.testimonial-avatar{
  width:54px;height:54px;border-radius:50%;object-fit:cover;display:block;border:1px solid #E4EAF2;
}
.testimonial-meta{text-align:left}
.testimonial-name{font-weight:600;color:#10182B;font-size:16px}
.testimonial-role{font-size:13px;color:#8A93A6}
.testimonial-quote{
  font-family:'Clash Display',Inter,sans-serif;font-weight:600;font-size:32px;
  line-height:1.4;letter-spacing:-0.01em;color:#10182B;max-width:840px;margin:0 auto;text-wrap:balance;
}
.testimonial-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:38px}
.t-arrow{
  width:44px;height:44px;border-radius:50%;border:1px solid #E4EAF2;background:#fff;
  cursor:pointer;font-size:16px;color:#10182B;display:flex;align-items:center;
  justify-content:center;transition:border-color .15s;
}
.t-arrow:hover{border-color:#0E4C92}
.t-dots{display:flex;gap:8px}
.t-dot{width:9px;height:9px;border-radius:50%;border:none;cursor:pointer;padding:0;background:#CBD5E4}
.t-dot.active{background:#0E4C92}

/* ===== Our work ===== */
.work{background:#fff;border-top:1px solid #E4EAF2}
.work-inner{max-width:1200px;margin:0 auto;padding:96px 24px}
.projects{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:44px}
.project{border:1px solid #E4EAF2;border-radius:16px;overflow:hidden;background:#F4F7FB}
.project-images{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#E4EAF2}
.project-img{position:relative;aspect-ratio:1/1}
.project-img img{width:100%;height:100%;object-fit:cover;display:block}
.project-tag{
  position:absolute;left:12px;bottom:12px;font-family:Inter,sans-serif;
  font-size:11px;font-weight:600;background:rgba(255,255,255,0.95);padding:3px 9px;border-radius:6px;
}
.project-tag.before{color:#566072}
.project-tag.after{color:#0E4C92}
.project-body{padding:24px}
.project-title{
  font-family:'Clash Display',Inter,sans-serif;font-weight:600;font-size:21px;
  color:#10182B;letter-spacing:-0.01em;
}
.project-desc{font-size:15px;line-height:1.6;color:#566072;margin:10px 0 18px}
.project-link{
  text-decoration:none;display:inline-flex;align-items:center;gap:6px;
  color:#0E4C92;font-size:14px;font-weight:600;
}

/* ===== FAQ ===== */
.faq{max-width:880px;margin:0 auto;padding:104px 24px}
.faq-title{font-size:42px;line-height:1.1;text-align:center;margin-bottom:40px}
.faq-item{border-top:1px solid #E4EAF2}
.faq-trigger{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:none;border:none;cursor:pointer;text-align:left;padding:22px 4px;
}
.faq-q{font-weight:600;font-size:18px;color:#10182B;font-family:Inter,sans-serif}
.faq-sign{font-size:24px;font-weight:300;color:#0E4C92;line-height:1;flex:none}
.faq-a{font-size:16px;line-height:1.7;color:#566072;padding:0 4px 24px;max-width:680px;animation:nsfade .18s ease}

/* ===== CTA ===== */
.cta{background:linear-gradient(135deg,#0E4C92,#0A3B73)}
.cta-inner{max-width:1000px;margin:0 auto;padding:84px 24px;text-align:center}
.cta-title{
  font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:48px;
  line-height:1.08;letter-spacing:-0.02em;color:#fff;
}
.cta-sub{font-size:17px;color:#BFD3EC;margin:16px auto 32px;max-width:520px}
.cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}
.cta-phone{
  text-decoration:none;color:#fff;font-size:18px;font-weight:600;
  display:inline-flex;align-items:center;gap:8px;
}

/* ===== Footer ===== */
.footer{background:#0C1B33;color:#9FB0C9}
.footer-grid{
  max-width:1200px;margin:0 auto;padding:72px 24px 0;
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:40px;
}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer-mark{
  width:34px;height:34px;display:block;flex:none;background:none;border-radius:0;box-shadow:none;
}
.footer-name{font-family:'Clash Display',Inter,sans-serif;font-weight:700;font-size:19px;color:#fff}
.footer-blurb{font-size:14px;line-height:1.65;max-width:280px}
.footer-license{font-size:13px;color:#6E82A0;margin-top:18px}
.footer-col-title{color:#fff;font-weight:600;font-size:14px;margin-bottom:16px;letter-spacing:0.02em}
.footer-col a{
  display:block;text-decoration:none;color:#9FB0C9;font-size:14px;padding:6px 0;transition:color .15s;
}
.footer-col a:hover{color:#fff}
.footer-bottom{
  max-width:1200px;margin:48px auto 0;padding:28px 24px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;
}
.footer-bottom span{font-size:13px;color:#6E82A0}

/* ===== Responsive ===== */
@media (max-width:980px){
  .hero-top{grid-template-columns:1fr;gap:24px;align-items:start}
  .hero-title{font-size:48px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .projects{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .footer-brand{grid-column:1 / -1}
}
@media (max-width:720px){
  .nav-links{display:none}
  .badge-emergency{display:none}
  .hero{padding-top:48px}
  .hero-title{font-size:38px}
  .section-title{font-size:32px}
  .faq-title{font-size:30px}
  .cta-title{font-size:34px}
  .testimonial-quote{font-size:24px}
  .acc-panel{grid-template-columns:1fr;gap:18px}
  .acc-title{font-size:18px}
  .section-services,.why-inner,.work-inner{padding-top:64px;padding-bottom:64px}
  .testimonial,.faq{padding-top:72px;padding-bottom:72px}
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .trust-brands{gap:24px}
  .brand-logo{font-size:18px}
}
