/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-white {
    color: var(--color-white);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1a1a2e;
  line-height: 1.75;
  background: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  z-index: 100;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0b3d91;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.nav-logo span {
  color: #8c1f01;
}
.nav-links {
  display: none;
  gap: 28px;
}
.nav-links a {
  color: #374151;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #0b3d91;
}
.nav-cta {
  background: #1e721e;
  color: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}
.nav-cta:hover {
  background: #1da851;
  transform: translateY(-2px);
}
.hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-block;
  background: rgba(232, 73, 29, 0.95);
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.hero p {
  font-size: 1.2rem;
  max-width: 750px;
  margin: 0 auto 16px;
  color: #e2e8f0;
}
.hero p:last-of-type {
  margin-bottom: 36px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.hero {
  position: relative;
  padding: 140px 20px 100px;
  background: linear-gradient(125deg, #0a2540 0%, #0b3d91 40%, #1e1a3a 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  mix-blend-mode: overlay;
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.btn-primary {
  background: #8c1f01;
  color: #fff;
  padding: 16px 38px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.25s;
  box-shadow: 0 8px 22px rgba(232, 73, 29, 0.4);
}
.btn-primary:hover {
  background: #d63e14;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(232, 73, 29, 0.5);
}
.btn-wa {
  background: #1e721e;
  color: #fff;
  padding: 16px 38px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-wa:hover {
  background: #1da851;
  transform: translateY(-3px);
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-stat span {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: #f97316;
}
.hero-stat p {
  font-size: 0.9rem;
  color: #cbd5e1;
  margin: 0;
}
section {
  padding: 90px 20px;
}
.section-label {
  color: #8c1f01;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 8px;
}
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-line {
  width: 70px;
  height: 4px;
  background: #0b3d91;
  border-radius: 4px;
  margin-bottom: 20px;
}
.section-line.center {
  margin-left: auto;
  margin-right: auto;
}
.section-desc {
  font-size: 1.1rem;
  color: #4b5563;
  max-width: 700px;
  margin-bottom: 32px;
}
.bg-light {
  background: #f8fafc;
}
.bg-dark {
  background: #0f172a;
  color: #fff;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.card {
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  border: 1px solid #edf2f7;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.card-img-top {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 20px;
}
.card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #0b3d91, #2563eb);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 18px;
}
.card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.card p {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.about-img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  max-height: 700px;
}
.about-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.highlight-box {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.2s;
}
.highlight-box:hover {
  transform: scale(1.02);
}
.highlight-box span {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #0b3d91;
}
.highlight-box p {
  font-size: 0.85rem;
  color: #4b5563;
  font-weight: 600;
  margin: 0;
}
.port-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #0b3d91;
  transition: all 0.3s;
  overflow: hidden;
}
.port-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.1);
}
.port-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.port-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0b3d91;
  margin-bottom: 12px;
}
.port-card p {
  color: #4b5563;
}
.process-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 36px;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.step-number {
  min-width: 56px;
  height: 56px;
  background: #0b3d91;
  color: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
}
.step-content h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.faq-item {
  background: #fff;
  padding: 28px 32px;
  border-radius: 24px;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
  transition: all 0.2s;
}
.faq-item h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 12px;
}
.faq-item p {
  color: #475569;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 20px;
  border-radius: 60px;
}
.contact-icon {
  width: 52px;
  height: 52px;
  background: #0b3d91;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
}
.btn-wa-lg {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1e721e;
  color: #fff;
  padding: 16px 40px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 16px;
  transition: all 0.2s;
}
.btn-wa-lg:hover {
  background: #1da851;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}
footer {
  background: #0a0a1a;
  color: #9ca3af;
  padding: 48px 20px;
  text-align: center;
}
.wa-float {
  position: fixed;
  bottom: 26px;
  left: 26px;
  background: #1e721e;
  color: #fff;
  padding: 14px 26px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.2s;
  font-size: 0.95rem;
}
.wa-float:hover {
  background: #1da851;
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: 1fr 2fr;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
strong.kw {
  color: #0b3d91;
}
.coverage-redesign .corredores-innovadores {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .coverage-redesign .corredores-innovadores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
}
.coverage-redesign .corredor-card-modern {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.25s;
  border: 1px solid #edf2f7;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.coverage-redesign .corredor-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
}
.coverage-redesign .corredor-icon-header {
  padding: 1.2rem 1.5rem 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eef2f6;
}
.coverage-redesign .corredor-icon {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #0b3d91, #2563eb);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  color: white;
  box-shadow: 0 6px 12px -4px rgba(11,61,145,0.3);
}
.coverage-redesign .corredor-badge {
  background: rgba(11, 61, 145, 0.1);
  color: #0b3d91;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.coverage-redesign .corredor-content {
  padding: 1.5rem;
  flex: 1;
}
.coverage-redesign .corredor-content h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #0f172a;
}
.coverage-redesign .corredor-content p {
  color: #475569;
  line-height: 1.55;
  font-size: 0.9rem;
}
.coverage-redesign .value-proposition-modern {
  background: white;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 12px 28px rgba(0,0,0,0.04);
  border: 1px solid #eef2f6;
  margin-top: 1rem;
}
.coverage-redesign .value-proposition-modern h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  text-align: center;
}
.coverage-redesign .value-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .coverage-redesign .value-flex {
    flex-direction: row;
    align-items: flex-start;
  }
  .coverage-redesign .value-text {
    flex: 2;
  }
  .coverage-redesign .value-stats-mini {
    flex: 1;
  }
}
.coverage-redesign .value-stats-mini {
  background: #f8fafc;
  border-radius: 1.5rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.coverage-redesign .mini-stat {
  background: white;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  font-weight: 800;
  font-size: 1rem;
  color: #0b3d91;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.coverage-redesign .mini-stat span {
  font-weight: 500;
  font-size: 0.8rem;
  color: #4b5563;
}
.coverage-redesign .value-text p {
  font-size: 0.95rem;
}
.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
  border: 1px solid #eef2f6;
}
.accordion-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
  border-radius: 1rem;
  transition: background-color 0.2s;
  background-color: #ffffff;
}
.accordion-header:hover {
  background-color: #f8fafc;
}
.accordion-header:focus-visible {
  outline: 2px solid #0b3d91;
  outline-offset: 2px;
  border-radius: 1rem;
}
.accordion-icon {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #0b3d91;
  transition: transform 0.25s ease;
  margin-left: 1rem;
  flex-shrink: 0;
}
.accordion-header[aria-expanded="true"] .accordion-icon {
  transform: rotate(45deg);
}
.accordion-panel {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-panel[hidden] {
  display: none;
}
.accordion-content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #334155;
  line-height: 1.65;
  font-size: 0.95rem;
  border-top: 1px solid #eef2f6;
  margin-top: 0.25rem;
}
.accordion-content p {
  margin: 0.75rem 0;
}
.accordion-content strong.kw {
  color: #0b3d91;
  font-weight: 700;
}
.accordion-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .accordion-header {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }
  .accordion-content {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
  .accordion-icon {
    font-size: 1.3rem;
  }
}
.contact-grid-enhanced {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .contact-grid-enhanced {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.contact-info-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 1rem 1.5rem;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
  border-color: rgba(255, 255, 255, 0.2);
}
.contact-icon-wrapper {
  flex-shrink: 0;
}
.contact-icon {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #0b3d91, #1e5bb8);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: white;
  box-shadow: 0 10px 15px -6px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}
.contact-card:hover .contact-icon {
  transform: scale(1.02);
}
.contact-details {
  flex: 1;
}
.contact-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.contact-link {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.contact-link:hover {
  color: #8c1f01;
  text-decoration: underline;
}
.contact-address {
  font-size: 1rem;
  color: #e2e8f0;
  line-height: 1.4;
  display: block;
}
.contact-note {
  font-size: 0.7rem;
  color: #94a3b8;
  display: block;
  margin-top: 4px;
}
.btn-wa-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #1e721e;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-top: 1rem;
  width: 100%;
  box-shadow: 0 12px 20px -10px rgba(37, 211, 102, 0.4);
  border: none;
  cursor: pointer;
  text-align: center;
}
.btn-wa-modern span {
  font-size: 1.3rem;
}
.btn-wa-modern:hover {
  background: #1da851;
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -12px rgba(37, 211, 102, 0.5);
}
.map-container {
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  min-height: 360px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.map-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 35px -12px rgba(0,0,0,0.4);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 640px) {
  .contact-card {
    padding: 0.9rem 1.2rem;
  }
  .contact-icon {
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
    border-radius: 14px;
  }
  .contact-link {
    font-size: 1rem;
  }
  .contact-address {
    font-size: 0.85rem;
  }
  .btn-wa-modern {
    font-size: 1rem;
    padding: 0.9rem 1.5rem;
  }
  .map-container {
    min-height: 280px;
  }
}
.coverage-redesign .value-proposition-modern {
  background: white;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 12px 28px rgba(0,0,0,0.04);
  border: 1px solid #eef2f6;
  margin-top: 1rem;
}
.coverage-redesign .value-proposition-modern h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  text-align: center;
}
.coverage-redesign .value-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .coverage-redesign .value-flex {
    flex-direction: row;
    align-items: flex-start;
  }
  .coverage-redesign .value-text {
    flex: 2;
  }
  .coverage-redesign .value-stats-mini {
    flex: 1;
  }
}
.coverage-redesign .value-stats-mini {
  background: #f8fafc;
  border-radius: 1.5rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.coverage-redesign .mini-stat {
  background: white;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  font-weight: 800;
  font-size: 1rem;
  color: #0b3d91;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.coverage-redesign .mini-stat span {
  font-weight: 500;
  font-size: 0.8rem;
  color: #4b5563;
}
.coverage-redesign .value-text p {
  font-size: 0.95rem;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
