:root {
  --blue-dark: #25245f;
  --blue: #254f9b;
  --blue-soft: #eef4ff;
  --gold: #f2a900;
  --gold-dark: #d99000;
  --paper: #f3f7ff;
  --white: #ffffff;
  --ink: #25245f;
  --grey: #5d6b7a;
  --line: #d9e7f2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 60px;
  font-family: "Archivo", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

/* HEADER */
.topbar {
  z-index: 80;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  height: 54px;
  width: auto;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text strong {
  color: var(--blue-dark);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-text span {
  color: var(--grey);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.top-call {
  background: var(--gold);
  color: var(--blue-dark);
  text-decoration: none;
  font-weight: 900;
  padding: 10px 15px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(242, 169, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

.top-call span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.top-call strong {
  font-size: 15px;
}

/* HERO */
.hero {
  padding: 42px 18px 58px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(37, 79, 155, 0.18), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
}

.eyebrow {
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: 39px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  color: var(--blue-dark);
  margin-bottom: 18px;
}

.hero-text {
  font-size: 17px;
  color: var(--grey);
  margin-bottom: 22px;
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border-radius: 999px;
  padding: 16px 22px;
  margin-bottom: 11px;
}

.btn-main {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: var(--blue-dark);
  box-shadow: 0 10px 26px rgba(242, 169, 0, 0.35);
}

.hero-note {
  margin: 20px auto 0;
  color: var(--grey);
  font-size: 15px;
  font-weight: 700;
  max-width: 850px;
}

/* BADGES */
.trust-badges {
  text-align: center;
  padding: 58px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-badges h2 {
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--blue-dark);
  margin-bottom: 30px;
}

.badge-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.badge-grid img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.trust-badges p {
  color: var(--grey);
  font-weight: 800;
  font-size: 17px;
  max-width: 820px;
  margin: 0 auto;
}

/* IICRC / CERT SECTION */
.cert-section {
  padding: 44px 18px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  text-align: center;
}

.cert-section img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.cert-section h2 {
  color: var(--blue-dark);
  margin-bottom: 8px;
  font-size: 30px;
}

.cert-section p {
  color: var(--grey);
}

/* GENERAL SECTIONS */
.section {
  padding: 54px 18px;
}

.section h2 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--blue-dark);
  margin-bottom: 24px;
}

/* SERVICES */
.services-grid {
  display: grid;
  gap: 12px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(37, 36, 95, 0.05);
}

.service-card span {
  color: var(--gold-dark);
  font-weight: 900;
}

.service-card h3 {
  color: var(--blue-dark);
  font-size: 21px;
  margin: 8px 0;
}

.service-card p {
  color: var(--grey);
  margin-bottom: 0;
}

/* PROCESS */
.dark {
  background:
    linear-gradient(180deg, rgba(37, 36, 95, 0.98), rgba(24, 26, 75, 0.98));
  color: white;
}

.dark h2 {
  color: white;
}

.dark .eyebrow {
  color: var(--gold);
}

.process-section {
  text-align: center;
}

.steps,
.process-steps {
  display: grid;
  gap: 13px;
}

.process-steps {
  margin-top: 28px;
}

.process-steps div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
}

.process-steps strong {
  display: inline-block;
  background: var(--gold);
  color: var(--blue-dark);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
}

.process-steps h3 {
  color: white;
  font-size: 22px;
  margin: 0 0 10px;
}

.process-steps p {
  color: #e2e9ff;
  margin: 0;
  font-weight: 500;
}

/* REVIEWS */
.reviews-section {
  text-align: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

/* FAQ */
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 17px 19px;
  margin-bottom: 12px;
  box-shadow: 0 8px 22px rgba(37, 36, 95, 0.04);
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--blue-dark);
}

.faq details p {
  margin: 14px 0 0;
  color: var(--grey);
}

/* LOCATION / MAP */
.location-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(37, 36, 95, 0.12);
}

.location-info {
  padding: 24px;
}

.location-info p {
  color: var(--grey);
  font-size: 16px;
  margin-bottom: 15px;
}

.location-info a {
  color: var(--blue);
  font-weight: 900;
  font-size: 18px;
}

.location-emergency {
  color: var(--gold-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 16px;
}

.location-call {
  display: inline-block;
  background: var(--gold);
  color: var(--blue-dark) !important;
  text-decoration: none;
  font-weight: 900;
  padding: 13px 20px;
  border-radius: 999px;
  margin: 8px 0 16px;
  box-shadow: 0 8px 20px rgba(242, 169, 0, 0.25);
}

.location-note {
  color: var(--grey);
  font-size: 15px;
}

.location-card iframe {
  width: 100%;
  height: 310px;
  border: 0;
  display: block;
}

/* FOOTER */
.footer {
  background: var(--blue-dark);
  color: white;
  text-align: center;
  padding: 42px 18px 95px;
}

.footer h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.footer p {
  color: #e2e9ff;
}

.footer a {
  color: var(--gold);
  font-weight: 900;
  font-size: 21px;
}

/* STICKY MOBILE CALL */
.sticky-call {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 8px;
  z-index: 999;
  text-align: center;
  text-decoration: none;
  background: var(--gold);
  color: var(--blue-dark);
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* DESKTOP */
@media (min-width: 720px) {
  body {
    padding-bottom: 0;
  }

  .topbar {
    padding: 16px 32px;
  }

  .brand img {
    height: 72px;
  }

  .brand-text strong {
    font-size: 30px;
  }

  .brand-text span {
    font-size: 15px;
  }

  .top-call {
    padding: 12px 24px;
  }

  .top-call span {
    font-size: 11px;
  }

  .top-call strong {
    font-size: 17px;
  }

  .hero {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 28px 90px;
  }

  .hero h1 {
    font-size: 62px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    font-size: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn {
    display: inline-block;
    width: auto;
    padding: 17px 44px;
    margin-right: 10px;
  }

  .trust-badges {
    padding: 70px 28px;
  }

  .trust-badges h2 {
    font-size: 42px;
  }

  .badge-grid {
    gap: 54px;
  }

  .badge-grid img {
    height: 112px;
  }

  .cert-section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 58px 28px;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    text-align: left;
    border-radius: 22px;
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgba(37, 36, 95, 0.08);
  }

  .cert-section img {
    max-width: 360px;
  }

  .cert-section h2 {
    font-size: 42px;
  }

  .section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 82px 28px;
  }

  .section h2 {
    font-size: 44px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .dark {
    max-width: none;
  }

  .dark > * {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-steps div {
    min-height: 245px;
  }

  .location-card {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
  }

  .location-card iframe {
    height: 420px;
  }

  .faq {
    max-width: 760px;
  }

  .sticky-call {
    display: none;
  }
}