/* ================================
   BASE & RESET
================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: color .2s; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ================================
   LAYOUT
================================ */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.section { padding: 96px 0; }
.section--gray { background: #f6f7fb; }
.section--dark { background: #0f1560; }

/* ================================
   TYPOGRAPHY
================================ */
h1, h2, h3 { font-family: 'Syne', sans-serif; line-height: 1.15; }

h2 { font-size: clamp(30px, 4vw, 44px); color: #0f1560; margin-bottom: 16px; }
.section--dark h2 { color: #fff; }

.section-head { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.section-head p { color: #64748b; font-size: 17px; }
.section-head--light p { color: rgba(255,255,255,.65); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #E8101A;
  background: rgba(232,16,26,.08);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.eyebrow--orange { color: #FF6D2E; background: rgba(255,109,46,.12); }

/* ================================
   BUTTONS
================================ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #E8101A; color: #fff;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 30px; border-radius: 8px; border: 2px solid #E8101A;
  cursor: pointer; transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #c40d16; border-color: #c40d16; color: #fff; transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 30px; border-radius: 8px; border: 2px solid rgba(255,255,255,.55);
  cursor: pointer; transition: all .2s;
}
.btn-ghost:hover { background: #fff; color: #0f1560; border-color: #fff; }

.btn-ghost--dark {
  color: #0f1560; border-color: #0f1560;
}
.btn-ghost--dark:hover { background: #0f1560; color: #fff; }

.btn-full { width: 100%; justify-content: center; }

/* ================================
   TOP BAR
================================ */
.topbar { background: #0f1560; padding: 9px 0; font-size: 13px; color: rgba(255,255,255,.8); }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar__left { display: flex; gap: 22px; }
.topbar__left a, .topbar__emergency {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.8); font-size: 13px;
}
.topbar__left a:hover, .topbar__emergency:hover { color: #fff; }
.topbar__secondary { color: rgba(255,255,255,.8); }

/* ================================
   HEADER
================================ */
.header {
  position: sticky; top: 0; z-index: 200;
  background: #fff;
  border-bottom: 1px solid #eaecf5;
  transition: box-shadow .25s;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(15,21,96,.1); }

.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px;
}

.header__logo img { height: 68px; width: auto; }

.header__nav {
  display: flex; align-items: center; gap: 6px;
}
.header__nav a {
  font-size: 14.5px; font-weight: 500; color: #374151;
  padding: 8px 12px; border-radius: 6px;
  transition: background .15s, color .15s;
}
.header__nav a:hover { color: #E8101A; background: rgba(232,16,26,.06); }

.nav__cta {
  background: #E8101A !important; color: #fff !important;
  padding: 10px 20px !important; border-radius: 7px !important;
  font-weight: 700 !important; margin-left: 8px;
}
.nav__cta:hover { background: #c40d16 !important; }

/* Burger */
.header__burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.header__burger span {
  display: block; width: 24px; height: 2px;
  background: #0f1560; border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.header__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__burger.open span:nth-child(2) { opacity: 0; }
.header__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================
   HERO
================================ */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #080c3e 0%, #0f1560 50%, #1a237e 100%);
}

.hero__overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 70% 50%, rgba(232,16,26,.12) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.hero__content {
  position: relative; z-index: 2;
  padding: 100px 28px 60px;
  max-width: 700px;
}

.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,109,46,.15); color: #FF6D2E;
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 24px;
  border: 1px solid rgba(255,109,46,.3);
}

.hero__content h1 {
  font-size: clamp(38px, 6vw, 66px);
  color: #fff;
  line-height: 1.08;
  margin-bottom: 22px;
  font-weight: 800;
}
.hero__content h1 em { font-style: normal; color: #FF6D2E; }

.hero__content p {
  color: rgba(255,255,255,.78);
  font-size: 18px; max-width: 560px;
  margin-bottom: 38px; line-height: 1.7;
}

.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Stats bar at bottom of hero */
.hero__stats {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.1);
}

.hero__stats-inner {
  display: flex; justify-content: space-around; flex-wrap: wrap;
  padding: 28px 28px;
  gap: 20px;
}

.hstat { text-align: center; }
.hstat__n {
  display: block;
  font-family: 'Syne', sans-serif; font-size: 34px; font-weight: 800;
  color: #fff; line-height: 1;
}
.hstat__l {
  display: block; font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.6); letter-spacing: .08em; text-transform: uppercase;
  margin-top: 5px;
}

/* ================================
   SERVICES
================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.scard {
  background: #fff;
  border: 1.5px solid #e8eaf5;
  border-radius: 14px;
  padding: 32px 26px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.scard:hover {
  box-shadow: 0 12px 40px rgba(15,21,96,.1);
  border-color: #c5c9ef;
  transform: translateY(-4px);
}

.scard__icon {
  width: 52px; height: 52px;
  background: #eef0ff;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: #0f1560;
  transition: background .2s;
}
.scard:hover .scard__icon { background: #E8101A; color: #fff; }

.scard__icon svg { width: 26px; height: 26px; }

.scard h3 {
  font-size: 18px; font-weight: 700; color: #0f1560;
  margin-bottom: 10px;
}

.scard p { color: #64748b; font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; }

.scard__link { font-size: 14px; font-weight: 700; color: #E8101A; }
.scard__link:hover { color: #c40d16; }

/* ================================
   ABOUT
================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}

.about-img { position: relative; }
.about-img img {
  width: 100%; border-radius: 16px;
  box-shadow: 0 24px 64px rgba(15,21,96,.15);
  object-fit: cover;
  aspect-ratio: 4/5;
}
.about-img::before {
  content: '';
  position: absolute;
  inset: -12px -12px 12px 12px;
  border: 3px solid #E8101A;
  border-radius: 18px;
  z-index: -1;
}

.about-text .eyebrow { display: block; }
.about-text h2 { text-align: left; }
.about-text p { color: #64748b; margin-bottom: 16px; font-size: 16px; }

.about-checks {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin: 28px 0 32px;
}
.check {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 500; color: #374151;
}
.check span {
  display: flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; min-width: 20px;
  background: #E8101A; color: #fff;
  border-radius: 50%; font-size: 11px; font-weight: 700;
}

/* ================================
   WHY US
================================ */
.why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.why-card {
  flex: 1 1 calc(33.333% - 14px);
  min-width: 220px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 30px 26px;
  transition: background .2s, border-color .2s;
}
.why-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.2);
}
.why-card h3 { font-size: 18px; color: #fff; margin-bottom: 10px; }
.why-card p { color: rgba(255,255,255,.6); font-size: 14.5px; line-height: 1.7; }

/* ================================
   CTA STRIP
================================ */
.cta-strip { background: #E8101A; padding: 64px 0; }

.cta-strip__inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}

.cta-strip__text h2 {
  font-size: clamp(22px, 3vw, 32px);
  color: #fff; margin-bottom: 8px;
}
.cta-strip__text p { color: rgba(255,255,255,.82); font-size: 16px; }

.cta-strip__btns { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.cta-strip .btn-primary { background: #fff; color: #E8101A; border-color: #fff; }
.cta-strip .btn-primary:hover { background: #f0f0f0; border-color: #f0f0f0; }

/* ================================
   CONTACT
================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px; align-items: start;
}

.contact-info .eyebrow { display: block; }
.contact-info h2 { text-align: left; margin-bottom: 12px; }
.contact-info > p { color: #64748b; margin-bottom: 36px; }

.cinfo-items { display: flex; flex-direction: column; gap: 22px; }
.cinfo { display: flex; gap: 16px; align-items: flex-start; }

.cinfo__icon {
  width: 44px; height: 44px; min-width: 44px;
  background: #eef0ff; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #0f1560;
}
.cinfo__icon svg { width: 20px; height: 20px; }
.cinfo__icon--red { background: rgba(232,16,26,.1); color: #E8101A; }

.cinfo strong {
  display: block; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #94a3b8; margin-bottom: 3px;
}
.cinfo a, .cinfo span { font-size: 16px; font-weight: 600; color: #1a1a2e; }
.cinfo a:hover { color: #E8101A; }

/* Form */
.contact-form {
  background: #f6f7fb;
  border-radius: 18px;
  padding: 44px 40px;
  border: 1.5px solid #e8eaf5;
}
.contact-form h3 {
  font-family: 'Syne', sans-serif;
  font-size: 24px; color: #0f1560;
  margin-bottom: 28px;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: #374151; }

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border: 1.5px solid #dde1f0;
  border-radius: 8px;
  font-family: 'Inter', sans-serif; font-size: 15px;
  color: #1a1a2e; background: #fff;
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #0f1560;
  box-shadow: 0 0 0 3px rgba(15,21,96,.08);
}
.form-group textarea { resize: vertical; }

.form-success {
  display: none;
  background: #ecfdf5;
  color: #065f46;
  border: 1.5px solid #6ee7b7;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
.form-success.visible { display: block; }

/* ================================
   FOOTER
================================ */
.footer { background: #080c3e; padding: 64px 0 0; }

.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
}

.footer__logo { height: 52px; width: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer__brand p { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.75; max-width: 320px; }

.footer__col h4 {
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-bottom: 18px;
}
.footer__col a, .footer__col span {
  display: block; color: rgba(255,255,255,.65);
  font-size: 14.5px; margin-bottom: 10px;
}
.footer__col a:hover { color: #FF6D2E; }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 18px 0;
}
.footer__bottom p { color: rgba(255,255,255,.3); font-size: 13px; }

/* ================================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card { flex: 1 1 calc(50% - 10px); }
  .about-grid { gap: 48px; }
  .contact-grid { gap: 40px; }
}

/* Large mobile / small tablet */
@media (max-width: 860px) {
  /* Nav */
  .header__nav {
    display: none; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid #eaecf5;
    padding: 12px 20px 20px; gap: 2px;
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
    z-index: 100;
  }
  .header__nav.open { display: flex; }
  .header__inner { position: relative; }
  .header__burger { display: flex; }
  .header__nav a { padding: 12px 10px; font-size: 15px; border-radius: 6px; }
  .nav__cta { margin-left: 0 !important; margin-top: 8px; text-align: center; }

  /* Topbar */
  .topbar__inner { justify-content: center; gap: 12px; }
  .topbar__left { gap: 14px; }

  /* Layout */
  .about-grid { grid-template-columns: 1fr; }
  .about-img::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }

  /* Hero stats — 2x2 grid */
  .hero__stats-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .hstat { padding: 20px 16px; }
  .hstat__n { font-size: 28px; }
}

/* Mobile */
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 40px; }
  .section-head p { font-size: 15px; }

  /* Topbar — stack on very small screens */
  .topbar__inner { flex-direction: column; align-items: center; gap: 6px; text-align: center; }
  .topbar__left { flex-direction: column; align-items: center; gap: 6px; }

  /* Header */
  .header__logo img { height: 52px; }

  /* Hero */
  .hero { min-height: auto; }
  .hero__content { padding: 60px 18px 40px; }
  .hero__content h1 { font-size: 32px; margin-bottom: 16px; }
  .hero__badge { font-size: 11px; padding: 5px 12px; }
  .hero__content p { font-size: 15px; margin-bottom: 28px; }
  .hero__btns { flex-direction: column; gap: 10px; }
  .hero__btns .btn-primary,
  .hero__btns .btn-ghost { justify-content: center; width: 100%; }
  .hstat__n { font-size: 24px; }
  .hstat__l { font-size: 11px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .scard { padding: 24px 20px; }

  /* Why Us */
  .why-card { flex: 1 1 100%; }
  .why-card h3 { font-size: 16px; }

  /* About */
  .about-checks { grid-template-columns: 1fr; gap: 8px; }
  .about-text p { font-size: 15px; }

  /* CTA Strip */
  .cta-strip { padding: 48px 0; }
  .cta-strip__inner { flex-direction: column; text-align: center; gap: 24px; }
  .cta-strip__btns { width: 100%; flex-direction: column; gap: 10px; }
  .cta-strip__btns a { text-align: center; justify-content: center; width: 100%; }

  /* Contact */
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .contact-info h2 { font-size: 28px; }

  /* Footer */
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__logo { height: 44px; }
  .footer { padding: 48px 0 0; }
}

/* Very small phones */
@media (max-width: 380px) {
  .hero__content h1 { font-size: 28px; }
  .hero__stats-inner { grid-template-columns: 1fr 1fr; }
  .hstat__n { font-size: 22px; }
  .btn-primary, .btn-ghost { font-size: 14px; padding: 12px 20px; }
}
