/* @2026 Mario Machado. */
.zonas-page {
  position: relative;
  max-width: 1536px;
  margin: 0 auto 52px;
  padding: 82px 54px 32px;
  color: var(--ink);
  overflow: hidden;
}

.zonas-inner {
  display: grid;
  gap: 54px;
}

.zonas-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}

.zonas-copy h2,
.zonas-list h2,
.zonas-budget h2 {
  margin: 20px 0 14px;
  color: var(--ink);
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1;
  font-weight: 800;
}

.zonas-copy h2 {
  max-width: 600px;
}

.zonas-copy h2 {
  color: var(--ink);
}

.zonas-copy h2 span {
  color: var(--blue);
}

.zonas-copy > i,
.zonas-list > i {
  display: block;
  width: 46px;
  height: 3px;
  margin: 0 0 28px;
  border-radius: 999px;
  background: var(--blue);
}

.zonas-copy > p {
  max-width: 560px;
  margin: 0;
  color: #1b2d48;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.zonas-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.zonas-highlight span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--blue);
  background: #e8f4ff;
}

.zonas-highlight span svg {
  width: 31px;
  height: 31px;
}

.zonas-highlight strong {
  display: block;
  margin-top: 18px;
  color: #071b3b;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 800;
}

.zonas-highlight p {
  margin: 8px 0 0;
  color: #1f3556;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.zonas-map {
  position: relative;
  min-height: 470px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(20, 92, 157, 0.14);
}

.zonas-map img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.zonas-pins {
  position: absolute;
  inset: 0;
}

.zonas-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #071b3b;
  font-size: 15px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.zonas-pin span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue);
  filter: drop-shadow(0 8px 12px rgba(0, 84, 178, 0.24));
}

.zonas-pin span svg {
  fill: var(--blue);
  stroke: var(--white);
  stroke-width: 1.6;
}

.zonas-list {
  text-align: center;
}

.zonas-list h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.6vw, 36px);
}

.zonas-list > i {
  margin: 0 auto 30px;
}

.zonas-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  text-align: left;
}

.zona-card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(20, 92, 157, 0.12);
}

.zona-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.zona-card-body {
  padding: 24px 22px 26px;
}

.zona-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.zona-card h3 span {
  width: 28px;
  height: 28px;
}

.zona-card p {
  margin: 0 0 20px;
  color: #112747;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.zona-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zona-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c2240;
  font-size: 14px;
  font-weight: 600;
}

.zona-card li span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  flex: 0 0 auto;
}

.zona-card li svg {
  width: 10px;
  height: 10px;
}

.zonas-contact-strip {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 1px 72px minmax(0, 1fr) 188px;
  align-items: center;
  gap: 28px;
  min-height: 126px;
  padding: 24px 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(20, 92, 157, 0.1);
}

.zonas-contact-strip > span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
}

.zonas-contact-strip > span svg {
  width: 42px;
  height: 42px;
}

.zonas-contact-strip > i {
  width: 1px;
  height: 64px;
  background: var(--line);
}

.zonas-contact-strip h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.zonas-contact-strip p {
  margin: 0;
  color: #142a48;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.zonas-contact-strip a,
.zonas-budget-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  border-radius: 12px;
  font-weight: 800;
}

.zonas-contact-strip a {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  background: var(--white);
}

.zonas-contact-strip a span,
.zonas-budget-copy a span {
  width: 22px;
  height: 22px;
}

.zonas-budget {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) minmax(310px, 0.9fr);
  overflow: hidden;
  min-height: 290px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-deep), #006bd2);
  box-shadow: 0 18px 42px rgba(0, 93, 190, 0.18);
}

.zonas-budget > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zonas-budget-copy {
  padding: 54px 56px;
}

.zonas-budget-copy > span {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.zonas-budget h2 {
  max-width: 560px;
  margin: 14px 0 12px;
  color: var(--white);
  font-size: 34px;
  line-height: 1.08;
}

.zonas-budget p {
  max-width: 520px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.zonas-budget-copy a {
  min-width: 248px;
  margin-top: 32px;
  color: var(--blue);
  background: var(--white);
}

.zonas-budget-benefits {
  display: grid;
  gap: 28px;
  align-content: center;
  padding: 44px 46px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.zonas-budget-benefits article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
}

.zonas-budget-benefits article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.zonas-budget-benefits strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 800;
}

.zonas-budget-benefits p {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.zonas-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  min-height: 92px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(20, 92, 157, 0.1);
}

.zonas-trust article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 26px;
}

.zonas-trust article + article {
  border-left: 1px solid var(--line);
}

.zonas-trust span {
  width: 32px;
  height: 32px;
  color: var(--blue);
}

.zonas-trust strong {
  color: #0c2240;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .zonas-hero,
  .zonas-budget {
    grid-template-columns: 1fr;
  }

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

  .zonas-contact-strip {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .zonas-contact-strip > i {
    display: none;
  }

  .zonas-contact-strip a {
    grid-column: 1 / -1;
    width: min(260px, 100%);
    justify-self: end;
  }

  .zonas-budget > img {
    display: none;
  }

  .zonas-budget-benefits {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
  }

  .zonas-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zonas-trust article + article {
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .zonas-page {
    padding: 72px 18px 28px;
  }

  .zonas-inner {
    gap: 42px;
  }

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

  .zonas-highlights,
  .zonas-grid,
  .zonas-contact-strip,
  .zonas-trust {
    grid-template-columns: 1fr;
  }

  .zonas-map,
  .zonas-map img {
    min-height: 360px;
  }

  .zonas-contact-strip a {
    justify-self: stretch;
  }

  .zonas-budget-copy,
  .zonas-budget-benefits {
    padding: 34px 24px;
  }

  .zonas-budget h2 {
    font-size: 28px;
  }

  .zonas-budget p {
    font-size: 17px;
  }
}
