:root {
  --blue: #0072ce;
  --blue-dark: #004f93;
  --blue-soft: #e8f4ff;
  --blue-pale: #f4f9ff;
  --white: #ffffff;
  --ink: #102033;
  --muted: #5f7188;
  --line: #d7e5f2;
  --green: #16b66a;
  --shadow: 0 22px 52px rgba(0, 60, 120, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

li::before,
li::after {
  content: none;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(0, 114, 206, 0.13);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.nav-shell,
.container,
.hero-inner,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  width: 168px;
  flex: 0 0 auto;
}

.brand img {
  width: 168px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.header-supersalud {
  width: 132px;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--white);
}

.header-phone {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--blue-dark);
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.phone-emoji {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 0 18px;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  line-height: 1.1;
}

.btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(0, 114, 206, 0.22);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

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

.btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn.full {
  width: 100%;
}

.section {
  padding: 96px 0;
}

.section-blue {
  background:
    linear-gradient(135deg, rgba(0, 114, 206, 0.96), rgba(0, 79, 147, 0.98)),
    var(--blue);
  color: var(--white);
}

.section-soft {
  background: var(--blue-pale);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -18vw -24vw auto;
  width: 54vw;
  height: 54vw;
  border: 70px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 56px;
  padding: 64px 0 76px;
}

.eyebrow {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.eyebrow::before {
  content: none;
}

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

.eyebrow.light {
  color: rgba(255, 255, 255, 0.88);
}

h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-copy > p {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
}

.institutional {
  width: fit-content;
  border-left: 4px solid var(--white);
  padding: 12px 0 12px 18px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 750;
}

.hero-visual {
  position: relative;
}

.hero-card {
  min-height: 560px;
  display: grid;
  place-items: end center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.78)),
    var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.domi-main {
  width: min(420px, 94%);
  margin-bottom: 0;
}

.hero-culture-note {
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
}

.hero-culture-note strong {
  color: var(--white);
}

.two-column,
.coverage,
.contact-grid,
.culture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: center;
}

.section > .container,
.section > .hero-inner {
  position: relative;
}

.content-block p,
.culture-grid p,
.coverage p,
.contact-grid p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 680px;
}

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

.stats-grid article {
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(0, 69, 128, 0.05);
}

.stats-grid strong {
  display: block;
  color: var(--blue);
  font-size: 1.8rem;
}

.stats-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.section-head {
  max-width: 820px;
  margin-bottom: 38px;
}

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

.service-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 69, 128, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 69, 128, 0.1);
}

.service-card.service-wide {
  grid-column: span 2;
}

.service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: var(--blue);
  color: var(--white);
}

.service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
}

.service-card a {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-weight: 850;
}

.fleet-section {
  border-top: 1px solid var(--line);
}

.fleet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 48px;
  align-items: center;
}

.fleet-content p {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.06rem;
}

.fleet-content .btn {
  margin-top: 28px;
}

.fleet-image {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(0, 69, 128, 0.1);
}

.fleet-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  object-fit: contain;
}

.culture-section {
  overflow: hidden;
}

.culture-image {
  min-height: 500px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 48% 42%, rgba(0, 114, 206, 0.16), transparent 42%),
    var(--blue-pale);
  border: 1px solid var(--line);
}

.culture-image img {
  width: min(400px, 92%);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.values-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--blue-dark);
  background: var(--white);
  font-weight: 800;
}

.quality .two-column {
  align-items: start;
}

.quality h2 {
  color: var(--white);
}

.quality-list {
  display: grid;
  gap: 14px;
}

.quality-list article {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.quality-list strong {
  display: block;
  color: var(--white);
  font-size: 1.08rem;
}

.quality-list p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.coverage {
  align-items: stretch;
}

.coverage .btn {
  margin-top: 28px;
}

.coverage-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(0, 114, 206, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(0, 114, 206, 0.08) 1px, transparent 1px),
    var(--blue-pale);
  background-size: 42px 42px;
  border: 1px solid var(--line);
}

.map-card {
  width: min(420px, 88%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.map-card span {
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(0, 69, 128, 0.08);
}

.transparency-section {
  border-top: 1px solid var(--line);
}

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

.transparency-grid article {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 69, 128, 0.06);
}

.transparency-grid strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.04rem;
  line-height: 1.25;
}

.transparency-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
}

.financial-info {
  margin-top: 24px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 69, 128, 0.06);
}

.financial-info p {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.04rem;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-card img {
  width: 210px;
  margin-bottom: 22px;
}

.contact-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
}

.contact-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--blue);
  background: var(--blue-soft);
  flex: 0 0 auto;
}

.contact-icon.phone-emoji {
  font-size: 18px;
}

.contact-card .btn {
  margin-top: 22px;
}

.site-footer {
  background: #071d34;
  color: var(--white);
  overflow: hidden;
}

.footer-inner {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr) auto;
  align-items: center;
  gap: 30px;
  padding: 38px 0;
}

.footer-logo {
  width: 220px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  font-weight: 750;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.footer-supersalud {
  max-width: 360px;
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  color: var(--ink);
}

.footer-supersalud img {
  width: 260px;
  height: auto;
  object-fit: contain;
}

.footer-supersalud p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-domi {
  width: 160px;
  max-height: 205px;
  object-fit: contain;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(22, 182, 106, 0.34);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

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

  .hero-inner,
  .two-column,
  .coverage,
  .contact-grid,
  .culture-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 46px;
  }

  .hero-card {
    min-height: 480px;
  }

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

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

  .header-supersalud {
    width: 118px;
  }

  .header-phone span {
    display: inline-flex;
  }

  .header-phone {
    width: auto;
    padding: 0 10px;
    justify-content: center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-domi {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 8px 0 10px;
  }

  .nav-shell {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
  }

  .brand,
  .brand img {
    width: 128px;
  }

  .brand {
    order: 2;
    justify-self: center;
  }

  .header-actions {
    width: 100%;
    order: 1;
    display: grid;
    grid-template-columns: 82px minmax(118px, 1fr) minmax(118px, auto);
    align-items: center;
    gap: 8px;
    justify-content: stretch;
  }

  .header-supersalud {
    width: 82px;
    justify-self: start;
  }

  .header-phone {
    min-height: 42px;
    display: inline-flex;
    justify-content: center;
    padding: 0 8px;
    font-size: 0.9rem;
  }

  .nav-cta {
    min-height: 42px;
    width: auto;
    padding: 0 14px;
    font-size: 0.95rem;
    justify-self: end;
  }

  .nav-cta .btn-icon {
    display: flex;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
    line-height: 1.12;
  }

  h3 {
    font-size: 1.08rem;
  }

  .eyebrow {
    margin-bottom: 12px;
    padding: 6px 10px;
    font-size: 0.7rem;
    white-space: normal;
  }

  .hero-copy > p {
    font-size: 1.04rem;
  }

  .hero-card {
    min-height: 360px;
  }

  .domi-main {
    width: min(300px, 92%);
  }

  .trust-strip,
  .hero-actions {
    flex-direction: column;
  }

  .btn,
  .trust-strip span {
    width: 100%;
    white-space: normal;
  }

  .stats-grid,
  .services-grid,
  .values-grid,
  .map-card,
  .transparency-grid {
    grid-template-columns: 1fr;
  }

  .fleet-image {
    padding: 10px;
  }

  .service-card.service-wide {
    grid-column: auto;
  }

  .culture-image {
    min-height: 330px;
  }

  .culture-image img {
    width: min(280px, 90%);
  }

  .coverage-panel {
    min-height: 300px;
  }

  .map-card span {
    min-height: 70px;
  }

  .contact-card {
    padding: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-domi {
    width: 130px;
  }

  .footer-supersalud {
    width: 100%;
  }

  .footer-supersalud img {
    width: min(260px, 100%);
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 420px) {
  .nav-shell {
    width: min(100% - 20px, 1180px);
  }

  .brand,
  .brand img {
    width: 120px;
  }

  .header-actions {
    grid-template-columns: 70px minmax(104px, 1fr) minmax(106px, auto);
    gap: 6px;
  }

  .header-supersalud {
    width: 72px;
  }

  .header-phone {
    min-height: 40px;
    padding: 0 6px;
    font-size: 0.76rem;
    gap: 4px;
  }

  .phone-emoji {
    width: 18px;
    height: 18px;
    font-size: 16px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 9px;
    font-size: 0.82rem;
    gap: 6px;
  }

  .btn svg {
    width: 18px;
    height: 18px;
  }
}
