:root {
  --navy: #0b2748;
  --navy-deep: #061f3d;
  --blue: #123d6d;
  --blue-soft: #eaf3ff;
  --alert: #ffb020;
  --orange: #f97316;
  --ink: #122033;
  --muted: #526174;
  --line: #d9e4f2;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(11, 39, 72, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
.site-header::before,
.hero::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(11,39,72,.08); backdrop-filter: blur(10px); overflow: hidden; box-shadow: 0 8px 24px rgba(11,39,72,.06); }
.site-header::before { background: transparent; }
.wrap { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.topbar { background: #071a31; color: #dcecff; font-size: .86rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topbar a { color: #ffe2a4; font-weight: 800; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 6px 0; border: 0; border-radius: 0; color: var(--navy); font-weight: 800; font-size: .88rem; letter-spacing: 0; }
.logo img {
  width: 405px;
  height: 78px;
  max-width: 408px;
  object-fit: cover;
  object-position: center;
}
.main-nav { display: none; align-items: center; gap: 30px; color: #111827; font-weight: 800; font-size: 1rem; }
.main-nav a { position: relative; padding: 39px 0; }
.main-nav a:first-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--alert); border-radius: 999px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; border-radius: 6px; font-weight: 800; line-height: 1.15; border: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.btn:focus-visible { outline: 3px solid rgba(255, 176, 32, .55); outline-offset: 3px; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(5, 24, 44, .18); }
.btn-primary { background: linear-gradient(135deg, var(--alert), var(--orange)); color: #1e1400; }
.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--white);
  white-space: nowrap;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(18, 140, 126, .26);
}
.btn-whatsapp:hover { box-shadow: 0 16px 32px rgba(18, 140, 126, .34); }
.btn-header-whatsapp { background: var(--navy); color: #fff; border-radius: 6px; min-height: 52px; padding: 14px 20px; box-shadow: 0 12px 24px rgba(11,39,72,.18); }
.btn-secondary { background: rgba(255,255,255,.1); color: var(--white); border: 1px solid rgba(255,255,255,.18); }
.hero .btn-secondary { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.2); }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.whatsapp-logo { width: 24px; height: 24px; flex: 0 0 24px; object-fit: contain; }
.btn-header-whatsapp .whatsapp-logo { filter: drop-shadow(0 1px 1px rgba(0,0,0,.18)); }
.hero {
  position: relative;
  color: var(--navy);
  background: #f7f8fa;
  overflow: hidden;
}
.hero::before { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 45%, rgba(255,255,255,.66) 55%, rgba(255,255,255,.08) 70%, rgba(255,255,255,0) 82%); z-index: 1; }
.hero-inner { display: grid; gap: 0; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 0; position: relative; z-index: 2; }
.hero-copy { max-width: 650px; padding: 64px 0 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 18px; margin: 0 0 20px; color: var(--navy); font-size: 1rem; font-weight: 900; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 999px; background: var(--alert); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 16px; font-size: clamp(2.5rem, 4.45vw, 4.35rem); line-height: 1.04; letter-spacing: 0; color: var(--navy); }
.hero p { max-width: 560px; margin-bottom: 28px; color: #424b57; font-size: clamp(1.08rem, 1.55vw, 1.45rem); line-height: 1.45; }
.hero-chips, .final-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.hero-chips span, .final-pills span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: #eef5ff; font-size: .86rem; font-weight: 800; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; max-width: 720px; }
.hero-actions .btn { min-width: 238px; min-height: 52px; border-radius: 6px; background: linear-gradient(135deg, var(--alert), #ffc13d); color: var(--navy); box-shadow: 0 12px 24px rgba(255,176,32,.26); text-transform: uppercase; }
.hero-note { color: #4b5563; font-size: 1rem; display: inline-flex; align-items: center; gap: 8px; }
.hero-note::before { content: "♢"; color: var(--navy); }
.hero-panel {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
  min-height: 358px;
}
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 358px;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  object-position: center right;
  border-radius: 0;
  display: block;
}
.hero-panel-copy { display: none; }
.quick-cta { padding: 28px 0 32px; background: #f7f8fa; }
.quick-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.quick-card { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; row-gap: 12px; min-height: 162px; padding: 24px 28px 18px; border-radius: 6px; border: 1px solid rgba(11,39,72,.06); background: #fff; box-shadow: 0 16px 34px rgba(11, 39, 72, .10); position: relative; overflow: hidden; }
.quick-card::before { display: none; }
.quick-card .service-icon { width: 54px; height: 54px; border-radius: 999px; background: var(--navy); color: var(--alert); display: inline-flex; align-items: center; justify-content: center; font-size: 1.45rem; grid-row: span 2; }
.quick-card strong { color: var(--navy); font-size: 1.28rem; line-height: 1.08; align-self: center; }
.quick-card p { color: #4b5563; margin: 0; font-size: .88rem; line-height: 1.5; grid-column: 2; }
.quick-card::after { content: "→"; color: var(--alert); font-size: 1.5rem; line-height: 1; grid-column: 2; align-self: end; }
.quick-card:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(11,39,72,.14); }
.proof-band { padding: 0; background: linear-gradient(135deg, #002d5b, #061f3d); color: #fff; }
.proof-inner { display: grid; gap: 0; }
.proof-item { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 28px 0; }
.proof-item > span { width: 64px; height: 64px; border: 3px solid var(--alert); border-radius: 999px; color: var(--alert); display: inline-flex; align-items: center; justify-content: center; font-size: 2rem; }
.proof-item strong { display: block; color: #fff; font-size: 1.25rem; margin-bottom: 6px; }
.proof-item p { margin: 0; color: #dcecff; }
.proof-photo { margin: 0; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; }
.proof-photo img { aspect-ratio: 16 / 9; object-fit: cover; }
.proof-copy { padding: 4px 0 0; }
.proof-metrics { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 20px 0; }
.proof-metrics div { padding: 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--white); }
.proof-metrics strong { display: block; color: var(--navy); font-size: 1.05rem; }
.proof-metrics span { color: var(--muted); font-size: .88rem; }
.proof-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.inline-cta { padding: 24px 0; background: #fff; }
.inline-cta-inner { display: grid; gap: 20px; align-items: center; }
.inline-cta h2 { margin: 0 0 6px; color: var(--navy); font-size: 1.45rem; line-height: 1.15; }
.inline-cta p { margin: 0; color: var(--muted); }
.inline-cta-inner > div:first-child { padding-left: 18px; border-left: 4px solid var(--alert); }
.location-note { display: grid; gap: 3px; color: var(--muted); }
.location-note strong { color: var(--navy); }
section { padding: 54px 0; }
.section-title { margin-bottom: 10px; color: var(--navy); font-size: clamp(1.55rem, 5vw, 2.35rem); line-height: 1.12; letter-spacing: 0; }
.section-lead { max-width: 710px; margin-bottom: 26px; color: var(--muted); font-size: 1.05rem; }
.grid { display: grid; gap: 14px; }
.services { grid-template-columns: 1fr; }
.card { display: flex; gap: 14px; min-height: 96px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 24px rgba(11, 39, 72, .06); position: relative; overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--alert), var(--orange)); }
.card-icon, .seal-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 8px; background: var(--blue-soft); color: var(--blue); }
.card h3 { margin-bottom: 4px; color: var(--navy); font-size: 1.06rem; line-height: 1.2; }
.card p, .testimonial p { margin-bottom: 0; color: var(--muted); }
.trust, .coverage { background: #f6f9fd; }
.seals { grid-template-columns: 1fr; }
.seal { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-weight: 800; color: var(--navy); box-shadow: 0 8px 24px rgba(11,39,72,.04); }
.areas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0; margin: 0; list-style: none; }
.areas li { min-height: 48px; display: flex; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.testimonials { grid-template-columns: 1fr; }
.testimonial { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 24px rgba(11, 39, 72, .06); position: relative; overflow: hidden; }
.testimonial::after { content: ""; position: absolute; inset: auto 0 0 0; height: 4px; background: linear-gradient(90deg, rgba(255,176,32,.9), rgba(249,115,22,.9)); }
.stars { margin-bottom: 10px; color: var(--orange); font-weight: 800; }
.testimonial strong { display: block; margin-top: 14px; color: var(--navy); }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.trust-cta { display: grid; gap: 12px; margin-top: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.trust-cta p { margin: 0; color: var(--muted); }
.section-actions .btn { min-width: 220px; }
.coverage-cta { margin-top: 20px; }
.faq-grid { grid-template-columns: 1fr; }
.faq .card { min-height: auto; }
.final-cta { position: relative; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--blue)); text-align: center; overflow: hidden; }
.final-cta::before { background: radial-gradient(circle at 18% 22%, rgba(255,176,32,.16), transparent 0 18%), radial-gradient(circle at 84% 74%, rgba(255,255,255,.08), transparent 0 22%); }
.final-cta .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.final-cta .section-title { color: var(--white); }
.final-cta p { max-width: 650px; margin: 0 auto 24px; color: #dcecff; }
.final-cta .final-pills {
  justify-content: center;
}
.final-cta .btn { margin-top: 4px; }
.site-footer { padding: 28px 0 96px; background: #071a31; color: #dcecff; }
.footer-inner { display: grid; gap: 8px; }
.footer-inner strong { color: var(--white); }
.footer-credit { color: #9cc7ff; font-weight: 800; }
.footer-credit:hover { color: var(--white); }
.sticky-mobile { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; min-height: 56px; box-shadow: var(--shadow); }
@media (min-width: 720px) {
  .main-nav { display: flex; }
  .hero-inner { grid-template-columns: minmax(0, 57.5%) minmax(420px, 42.5%); align-items: stretch; }
  .hero-panel { margin-right: calc((50vw - 50%) * -1); }
  .proof-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
  .proof-item { padding: 28px 42px; border-right: 1px solid rgba(255,255,255,.18); }
  .proof-item:last-child { border-right: 0; }
  .quick-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seals { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .seal { align-items: flex-start; flex-direction: column; min-height: 132px; }
  .areas { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .testimonials { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sticky-mobile { display: none; }
  .site-footer { padding-bottom: 28px; }
  .hero-actions { max-width: 660px; }
  .proof-actions { align-items: center; }
  .hero-panel { align-self: center; }
  .inline-cta-inner { grid-template-columns: minmax(0, 1.35fr) auto minmax(230px, .35fr); }
  .inline-cta .btn-header-whatsapp { min-width: 250px; text-transform: uppercase; color: var(--alert); }
  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .footer-credit {
    justify-self: end;
  }
}
@media (max-width: 430px) {
  .wrap { width: min(100% - 24px, 1120px); }
  .header-inner { min-height: 74px; }
  .site-header .btn-header-whatsapp { display: none; }
  .logo { max-width: 132px; font-size: .78rem; }
  .logo img { width: 150px; height: 46px; max-width: 150px; }
  .hero-copy { padding: 48px 0 28px; }
  .hero-panel { min-height: auto; }
  .hero-image { min-height: 260px; aspect-ratio: 1.25 / 1; border-radius: 8px; }
  .quick-card { min-height: auto; }
  .areas { grid-template-columns: 1fr; }
  .proof-metrics { grid-template-columns: 1fr; }
  .footer-credit { margin-top: 6px; }
}
