:root {
  --ex-navy: #0c263f;
  --ex-blue: #173f63;
  --ex-blue-light: #2f668d;
  --ex-yellow: #e4b82a;
  --ex-yellow-light: #ffd866;
  --ex-ink: #152130;
  --ex-muted: #596674;
  --ex-line: #d9e0e6;
  --ex-soft: #fff9df;
  --ex-white: #ffffff;
  --ex-shadow: 0 18px 44px rgba(7, 27, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ex-white);
  color: var(--ex-ink);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.ex-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.ex-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(217, 224, 230, 0.9);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(7, 27, 51, 0.06);
  backdrop-filter: blur(12px);
}

.ex-nav {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ex-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ex-navy);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.ex-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 6px;
  background: var(--ex-yellow);
  color: var(--ex-navy);
  font-size: 20px;
}

.ex-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ex-muted);
  font-size: 14px;
  font-weight: 600;
}

.ex-nav-links a {
  text-decoration: none;
}

.ex-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--ex-yellow);
  border-radius: 6px;
  background: var(--ex-yellow);
  box-shadow: 0 12px 24px rgba(18, 53, 91, 0.2);
  color: var(--ex-navy);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ex-button:hover {
  border-color: var(--ex-yellow-light);
  background: var(--ex-yellow-light);
  transform: translateY(-1px);
}

.ex-button-small {
  min-height: 42px;
  padding: 0 15px;
  font-size: 13px;
}

.ex-breadcrumb {
  border-bottom: 1px solid var(--ex-line);
  background: var(--ex-soft);
  color: var(--ex-muted);
  font-size: 13px;
}

.ex-breadcrumb .ex-wrap {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  white-space: nowrap;
}

.ex-breadcrumb a {
  color: var(--ex-blue);
  text-decoration: none;
}

.ex-breadcrumb strong {
  overflow: hidden;
  color: var(--ex-ink);
  text-overflow: ellipsis;
}

.ex-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  align-items: end;
  overflow: hidden;
  background: var(--ex-navy);
  color: var(--ex-white);
}

.ex-hero-image,
.ex-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ex-hero-image {
  object-fit: cover;
}

.ex-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 38, 63, 0.9) 0%, rgba(23, 63, 99, 0.66) 52%, rgba(23, 63, 99, 0.12) 100%),
    linear-gradient(0deg, rgba(12, 38, 63, 0.62), transparent 60%);
}

.ex-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 80px;
}

.ex-eyebrow,
.ex-kicker {
  margin: 0 0 14px;
  color: var(--ex-yellow-light);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ex-eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border-left: 4px solid var(--ex-yellow-light);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ex-white);
}

.ex-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
}

.ex-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.ex-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ex-button-outline {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ex-white);
  box-shadow: none;
}

.ex-button-outline:hover {
  border-color: var(--ex-white);
  background: rgba(255, 255, 255, 0.18);
}

.ex-proof {
  background: var(--ex-blue);
  color: var(--ex-white);
}

.ex-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ex-proof-grid > div {
  min-height: 126px;
  padding: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ex-proof-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ex-proof strong,
.ex-proof span {
  display: block;
}

.ex-proof strong {
  margin-bottom: 6px;
  color: var(--ex-yellow-light);
  font-size: 18px;
}

.ex-proof span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.ex-section {
  padding: 78px 0;
}

.ex-section-soft {
  border-top: 1px solid var(--ex-line);
  border-bottom: 1px solid var(--ex-line);
  background: var(--ex-soft);
}

.ex-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.ex-section-heading h2,
.ex-split h2,
.ex-two-columns h2,
.ex-faq-layout h2,
.ex-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.ex-section-heading > p,
.ex-copy {
  margin: 0;
  color: var(--ex-muted);
  font-size: 16px;
}

.ex-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ex-service-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--ex-line);
  border-top: 4px solid var(--ex-yellow);
  border-radius: 7px;
  background: var(--ex-white);
  box-shadow: 0 12px 30px rgba(7, 27, 51, 0.06);
}

.ex-service-card-accent {
  border-color: rgba(184, 135, 24, 0.55);
  background: #fffaf0;
}

.ex-card-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--ex-yellow);
  color: var(--ex-navy);
  font-size: 12px;
  font-weight: 800;
}

.ex-service-card-accent .ex-card-number {
  background: var(--ex-navy);
  color: var(--ex-yellow-light);
}

.ex-service-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
}

.ex-service-card p {
  margin: 0;
  color: var(--ex-muted);
  font-size: 14px;
}

.ex-split {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.ex-photo-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  box-shadow: var(--ex-shadow);
  object-fit: cover;
}

.ex-steps {
  display: grid;
  gap: 20px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ex-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
}

.ex-steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 6px;
  background: var(--ex-yellow);
  color: var(--ex-navy);
  font-weight: 800;
}

.ex-steps strong {
  font-size: 17px;
}

.ex-steps p {
  margin: 4px 0 0;
  color: var(--ex-muted);
  font-size: 14px;
}

.ex-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 50px;
  align-items: start;
}

.ex-two-columns .ex-copy {
  margin-top: 20px;
}

.ex-check-list {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.ex-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ex-muted);
  font-weight: 600;
}

.ex-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--ex-yellow);
  content: "✓";
  font-size: 18px;
  font-weight: 800;
}

.ex-notice {
  padding: 28px;
  border-top: 5px solid var(--ex-yellow);
  border-radius: 7px;
  background: var(--ex-navy);
  box-shadow: var(--ex-shadow);
  color: var(--ex-white);
}

.ex-notice h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.ex-notice p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.ex-notice a {
  color: var(--ex-yellow-light);
  font-weight: 700;
  text-decoration: none;
}

.ex-coverage {
  border-top: 1px solid var(--ex-line);
  background: var(--ex-soft);
}

.ex-city-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ex-line);
  border-left: 1px solid var(--ex-line);
}

.ex-city-links a {
  border-top: 2px solid rgba(198, 146, 20, 0.55);
  min-height: 54px;
  padding: 15px;
  border-right: 1px solid var(--ex-line);
  border-bottom: 1px solid var(--ex-line);
  background: var(--ex-white);
  color: var(--ex-blue);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ex-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 54px;
}

.ex-faq-layout .ex-copy {
  margin-top: 18px;
}

.ex-faq {
  display: grid;
  gap: 10px;
}

.ex-faq details {
  padding: 18px 20px;
  border: 1px solid var(--ex-line);
  border-radius: 6px;
  background: var(--ex-white);
}

.ex-faq summary {
  color: var(--ex-ink);
  cursor: pointer;
  font-weight: 700;
}

.ex-faq p {
  margin: 12px 0 0;
  color: var(--ex-muted);
  font-size: 14px;
}

.ex-cta {
  padding: 62px 0;
  background: var(--ex-blue);
  color: var(--ex-white);
}

.ex-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.ex-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.ex-button-yellow {
  border-color: var(--ex-yellow-light);
  background: var(--ex-yellow-light);
  box-shadow: none;
  color: var(--ex-navy);
}

.ex-button-yellow:hover {
  border-color: var(--ex-yellow);
  background: var(--ex-yellow);
}

.ex-phone-link {
  color: var(--ex-white);
  font-weight: 700;
  text-decoration: none;
}

.ex-footer {
  padding: 48px 0 22px;
  background: var(--ex-navy);
  color: var(--ex-white);
}

.ex-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 44px;
}

.ex-footer strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ex-yellow-light);
}

.ex-footer p,
.ex-footer a {
  display: block;
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  text-decoration: none;
}

.ex-footer-bottom {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.ex-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 3px solid var(--ex-white);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 28px rgba(7, 27, 51, 0.24);
  color: var(--ex-white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .ex-nav-links {
    display: none;
  }

  .ex-proof-grid,
  .ex-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ex-section-heading,
  .ex-split,
  .ex-two-columns,
  .ex-faq-layout,
  .ex-cta-inner {
    grid-template-columns: 1fr;
  }

  .ex-city-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ex-wrap {
    width: min(100% - 28px, 1160px);
  }

  .ex-nav {
    min-height: 66px;
    gap: 12px;
  }

  .ex-brand {
    font-size: 16px;
  }

  .ex-brand-mark {
    width: 34px;
    height: 34px;
  }

  .ex-button-small {
    min-height: 40px;
    max-width: 148px;
    padding: 7px 11px;
    font-size: 11px;
    line-height: 1.2;
  }

  .ex-hero {
    min-height: 610px;
  }

  .ex-hero-shade {
    background: linear-gradient(90deg, rgba(12, 38, 63, 0.9), rgba(23, 63, 99, 0.62));
  }

  .ex-hero-content {
    padding-top: 82px;
    padding-bottom: 54px;
  }

  .ex-hero h1 {
    font-size: 39px;
  }

  .ex-lead {
    font-size: 17px;
  }

  .ex-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ex-proof-grid,
  .ex-service-grid {
    grid-template-columns: 1fr;
  }

  .ex-proof-grid > div {
    min-height: auto;
    padding: 19px 5px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .ex-section {
    padding: 58px 0;
  }

  .ex-section-heading {
    gap: 18px;
  }

  .ex-service-card {
    min-height: auto;
  }

  .ex-split {
    gap: 32px;
  }

  .ex-photo-panel img {
    aspect-ratio: 5 / 4;
  }

  .ex-city-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ex-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ex-whatsapp {
    right: 15px;
    bottom: 15px;
    width: 58px;
    height: 58px;
  }
}
