:root {
  --cv-navy: #071427;
  --cv-blue: #0b1f3a;
  --cv-cream: #f8e6c8;
  --cv-orange: #f97316;
  --cv-yellow: #facc15;
  --cv-light: #f8fafc;
  --cv-dark-text: #111827;
  --cv-muted: #64748b;
  --cv-border: rgba(15, 23, 42, 0.1);
  --cv-shadow: 0 24px 60px rgba(7, 20, 39, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--cv-dark-text);
  background: var(--cv-light);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.btn,
.section-kicker,
.navbar-brand strong {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.site-header {
  z-index: 1035;
}

.site-header .navbar {
  padding: 0.9rem 0;
  background: rgba(7, 20, 39, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: padding 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.site-header .container {
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  flex: 1 1 auto;
  color: #fff;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
  color: #fff;
}

.navbar-brand:hover .brand-text strong,
.navbar-brand:focus .brand-text strong,
.navbar-brand:active .brand-text strong {
  color: #fff;
}

.navbar-brand:hover .brand-text small,
.navbar-brand:focus .brand-text small,
.navbar-brand:active .brand-text small {
  color: rgba(248, 230, 200, 0.82);
}

.navbar-brand img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  transition: width 0.22s ease, height 0.22s ease;
}

.brand-text strong,
.brand-text small {
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.brand-text strong {
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  transition: font-size 0.22s ease;
}

.brand-text small {
  margin-top: 0.3rem;
  color: rgba(248, 230, 200, 0.82);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: font-size 0.22s ease, margin-top 0.22s ease;
}

.site-header.is-scrolled .navbar {
  padding: 0.55rem 0;
  background: rgba(7, 20, 39, 0.98);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.site-header.is-scrolled .navbar-brand img {
  width: 74px;
  height: 74px;
}

.site-header.is-scrolled .brand-text strong {
  font-size: 1.62rem;
}

.site-header.is-scrolled .brand-text small {
  font-size: 0.78rem;
  margin-top: 0.18rem;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.8rem 0.95rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--cv-cream);
}

.navbar-toggler {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 1rem 1.6rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: scale(1.03);
}

.cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.cta-pair-nav {
  flex-wrap: nowrap;
}

.cta-pair-inline {
  gap: 0.5rem;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, var(--cv-orange), #fb923c);
  color: #fff;
  border: none;
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.28);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: #fff;
  border: none;
  box-shadow: 0 18px 38px rgba(34, 197, 94, 0.24);
}

.btn-call:hover,
.btn-call:focus,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--cv-navy);
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: contrast(1.01) saturate(0.99);
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(248, 230, 200, 0.08), transparent 38%),
    linear-gradient(96deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.64) 42%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-row {
  min-height: 82vh;
  padding: 5.8rem 0 5rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--cv-yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  margin-bottom: 1.1rem;
}

.hero-lead {
  max-width: 58ch;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 1.55rem;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-trust-list i {
  color: var(--cv-yellow);
}

.hero-panel {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: var(--cv-shadow);
}

.hero-panel-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-panel-top img {
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.panel-kicker {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--cv-cream);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-top strong {
  font-size: 1.3rem;
  line-height: 1.1;
}

.hero-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--cv-dark-text);
  min-height: 82px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(7, 20, 39, 0.18);
}

.hero-badge i {
  color: var(--cv-orange);
  font-size: 1.35rem;
}

.mini-emergency-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  background: rgba(248, 230, 200, 0.13);
  border: 1px solid rgba(248, 230, 200, 0.18);
}

.mini-emergency-card span {
  display: block;
  margin-bottom: 0;
  color: var(--cv-cream);
  font-weight: 700;
}

.trust-strip {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
}

.trust-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.05rem 1.1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--cv-border);
  box-shadow: var(--cv-shadow);
  font-weight: 700;
}

.trust-card i {
  color: var(--cv-orange);
  font-size: 1.3rem;
}

.section-spacing {
  padding: 7rem 0;
}

.section-light {
  background: var(--cv-light);
}

.section-dark {
  background: linear-gradient(180deg, var(--cv-blue) 0%, var(--cv-navy) 100%);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 3rem;
}

.section-intro h2,
.section-dark h2,
.coverage-panel h2,
.cta-band h2,
.contact-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.service-card h3,
.process-card h3,
.feature-item h3,
.faq-card h3,
.form-panel h3,
.site-footer h2,
.site-footer h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-intro p,
.section-copy,
.coverage-note,
.contact-panel p,
.form-panel p,
.service-card p,
.process-card p,
.footer-links a,
.footer-links span,
.site-footer p {
  color: var(--cv-muted);
  line-height: 1.8;
}

.service-card,
.process-card,
.faq-card,
.form-panel,
.coverage-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--cv-border);
  box-shadow: var(--cv-shadow);
}

.service-card,
.process-card,
.faq-card,
.form-panel {
  padding: 1.75rem;
  background: #fff;
}

.service-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cv-orange), var(--cv-yellow));
}

.icon-wrap {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border-radius: 18px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--cv-orange);
  font-size: 1.4rem;
}

.service-card h3,
.process-card h3,
.site-footer h2,
.site-footer h3,
.form-panel h3,
.contact-list a,
.contact-list p {
  color: var(--cv-dark-text);
}

.feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.feature-item i {
  color: var(--cv-yellow);
  font-size: 1.25rem;
}

.feature-item h3 {
  color: #fff;
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
}

.feature-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.image-card,
.image-stack {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.image-stack {
  padding: 0;
}

.about-image-col {
  padding-top: 7.25rem;
}

.image-card img,
.image-stack img {
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center 74px;
}

.image-card .image-overlay-card,
.floating-proof {
  position: absolute;
  left: 24px;
  bottom: 18px;
  width: min(360px, calc(100% - 48px));
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--cv-shadow);
  z-index: 5;
}

.proof-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--cv-orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-proof strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cv-dark-text);
}

.floating-proof span:last-child {
  display: block;
  color: var(--cv-muted);
  line-height: 1.6;
}

.process-card {
  height: 100%;
}

.step-number {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--cv-orange);
  font-size: 1.25rem;
  font-weight: 800;
}

.coverage-panel {
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.14), transparent 35%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.coverage-top {
  margin-top: 1.6rem;
  margin-bottom: 1.35rem;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.coverage-locations {
  margin-top: 1.5rem;
}

.areas-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--cv-shadow);
}

.areas-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 39, 0.08) 0%, rgba(7, 20, 39, 0.48) 100%);
}

.areas-banner img {
  width: 100%;
  height: clamp(280px, 38vw, 430px);
  display: block;
  object-fit: cover;
  object-position: center 56%;
}

.areas-visual-copy {
  position: absolute;
  right: 0.75rem;
  bottom: 0.35rem;
  width: min(390px, calc(100% - 1.5rem));
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(7, 20, 39, 0.52);
  color: #fff;
  backdrop-filter: blur(8px);
}

.areas-kicker {
  color: rgba(248, 230, 200, 0.88);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.areas-visual-copy strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.areas-visual-copy span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.coverage-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.coverage-pill {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(7, 20, 39, 0.06);
  color: var(--cv-dark-text);
  font-weight: 700;
  border: 1px solid rgba(7, 20, 39, 0.08);
}

.coverage-pill i {
  color: var(--cv-orange);
  font-size: 1.1rem;
}

.location-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: var(--cv-navy);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 34px rgba(7, 20, 39, 0.12);
}

.cta-band {
  padding: 0 0 7rem;
  background: var(--cv-light);
}

.cta-band-inner {
  padding: 2rem 2.2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 30%),
    linear-gradient(135deg, var(--cv-navy) 0%, var(--cv-blue) 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  box-shadow: var(--cv-shadow);
}

.cta-band-inner p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.faq-card {
  max-width: 1080px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.accordion-button {
  font-weight: 700;
  font-size: 1.03rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--cv-dark-text);
  padding: 1.2rem 0;
  background: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--cv-navy);
  background: transparent;
}

.accordion-body {
  color: var(--cv-muted);
  padding: 0 0 1.2rem;
  line-height: 1.8;
}

.contact-panel {
  height: 100%;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(248, 230, 200, 0.08) 0%, rgba(248, 230, 200, 0.02) 100%);
  border: 1px solid rgba(248, 230, 200, 0.14);
}

.contact-section-intro {
  max-width: 820px;
  margin-bottom: 2.4rem;
}

.contact-section .row {
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

.contact-list div {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-list span {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(248, 230, 200, 0.82);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.form-panel h3,
.form-panel p {
  text-align: left;
}

.form-submit-btn {
  width: auto;
  min-width: 280px;
}

.form-control,
.form-select {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0.88rem 1rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(249, 115, 22, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(249, 115, 22, 0.12);
}

.form-label {
  font-weight: 700;
  color: var(--cv-dark-text);
}

.site-footer {
  padding: 4rem 0 5.8rem;
  background: #04101f;
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-brand img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  margin-bottom: 0.9rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom {
  margin-top: 2.2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}

@media (max-width: 1199.98px) {
  .location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 96px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .site-header .container {
    flex-wrap: wrap;
    align-items: center;
  }

  .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0.9rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .navbar-nav {
    width: 100%;
    padding-bottom: 0.35rem;
  }

  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .about-image-col {
    padding-top: 0;
  }

  .hero-row {
    min-height: auto;
    padding: 5rem 0 4rem;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-badge-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-trust-list {
    gap: 0.7rem 1rem;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-stack {
    padding-left: 0;
  }

  .image-card .image-overlay-card,
  .floating-proof {
    left: 18px;
    bottom: 18px;
    width: min(340px, calc(100% - 36px));
    max-width: none;
  }

  .coverage-summary {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 86px;
  }

  .site-header .container {
    gap: 0.55rem;
  }

  .navbar,
  .site-header .container,
  .navbar-collapse,
  .navbar-nav {
    max-width: 100%;
  }

  .navbar-brand {
    max-width: calc(100% - 56px);
  }

  .navbar-brand img {
    width: 58px;
    height: 58px;
  }

  .brand-text strong,
  .brand-text small {
    white-space: normal;
  }

  .brand-text strong {
    font-size: 1.18rem;
  }

  .brand-text small {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .navbar-toggler {
    padding: 0.35rem 0.55rem;
  }

  .site-header.is-scrolled .navbar {
    padding: 0.45rem 0;
  }

  .site-header.is-scrolled .navbar-brand img {
    width: 50px;
    height: 50px;
  }

  .site-header.is-scrolled .brand-text strong {
    font-size: 1.05rem;
  }

  .site-header.is-scrolled .brand-text small {
    font-size: 0.6rem;
    margin-top: 0.12rem;
  }

  .section-spacing,
  .cta-band {
    padding-bottom: 5rem;
  }

  .section-spacing {
    padding-top: 5rem;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-badge-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .coverage-summary {
    grid-template-columns: 1fr;
  }

  .hero-trust-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-strip {
    padding-top: 1rem;
  }

  .trust-card,
  .hero-badge {
    min-height: unset;
  }

  .contact-panel,
  .form-panel,
  .coverage-panel {
    padding: 1.4rem;
  }

  .contact-section-intro {
    margin-bottom: 1.8rem;
  }

  .form-submit-btn {
    width: 100%;
    min-width: 0;
  }

  .areas-visual-copy {
    right: 0.75rem;
    bottom: 0.5rem;
    width: calc(100% - 2rem);
  }

  .image-card .image-overlay-card,
  .floating-proof {
    left: 14px;
    right: auto;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 1rem;
  }
}
