.caracteristicas-map {
  --map-ink: oklch(20% 0.055 286);
  --map-muted: oklch(43% 0.04 286);
  --map-violet: oklch(27% 0.2 286);
  --map-violet-strong: oklch(21% 0.17 286);
  --map-violet-active: oklch(52% 0.24 286);
  --map-coral: oklch(70% 0.17 8);
  --map-coral-soft: oklch(94% 0.04 8);
  --map-lavender: oklch(95% 0.03 286);
  --map-surface: oklch(99% 0.006 286);
  --map-surface-warm: oklch(98% 0.012 40);
  --map-border: oklch(87% 0.03 286);
  --map-line: oklch(73% 0.09 286 / 0.38);
  background:
    linear-gradient(180deg, oklch(96% 0.026 286) 0, oklch(99% 0.006 286) 30rem);
  color: var(--map-ink);
  font-family: "Titillium Web", sans-serif;
  overflow-x: clip;
}

.caracteristicas-map h1,
.caracteristicas-map h2,
.caracteristicas-map h3,
.caracteristicas-map strong,
.caracteristicas-map summary,
.caracteristicas-map__button {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0;
}

.caracteristicas-map h1,
.caracteristicas-map h2,
.caracteristicas-map h3,
.caracteristicas-map p {
  margin: 0;
}

.caracteristicas-map__hero {
  position: relative;
  padding: clamp(3.75rem, 7vw, 6.5rem) 1.25rem clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 88% 14%, oklch(70% 0.17 8 / 0.28), transparent 20rem),
    radial-gradient(circle at 28% 72%, oklch(55% 0.22 286 / 0.28), transparent 24rem),
    linear-gradient(135deg, var(--map-violet-strong), oklch(30% 0.22 286));
  color: var(--map-surface);
}

.caracteristicas-map__hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 7rem;
  background: linear-gradient(to top, oklch(96% 0.026 286), transparent);
  pointer-events: none;
}

.caracteristicas-map__hero-inner,
.caracteristicas-map__overview,
.caracteristicas-map__intent,
.caracteristicas-map__matrix,
.caracteristicas-map__faq {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.caracteristicas-map__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(21rem, 1.06fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.caracteristicas-map__hero-copy {
  max-width: 42rem;
}

.caracteristicas-map__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--map-coral);
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.caracteristicas-map__eyebrow::before {
  content: "";
  width: 2.35rem;
  height: 2px;
  background: currentColor;
}

.caracteristicas-map__hero h1 {
  max-width: 13ch;
  margin-top: 1rem;
  color: var(--map-surface);
  font-size: clamp(3rem, 6.5vw, 5.6rem);
  font-weight: 900;
  line-height: 0.93;
  text-wrap: balance;
}

.caracteristicas-map__hero p {
  max-width: 40rem;
  margin-top: 1.4rem;
  color: oklch(93% 0.03 286);
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.caracteristicas-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.caracteristicas-map__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.15rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.caracteristicas-map__button--primary {
  background: var(--map-coral);
  color: var(--map-violet-strong);
}

.caracteristicas-map__button--secondary {
  border: 1px solid oklch(91% 0.03 286 / 0.42);
  color: var(--map-surface);
}

.caracteristicas-map__button--on-dark {
  border: 1px solid oklch(95% 0.02 286 / 0.5);
  color: var(--map-surface);
}

.caracteristicas-map__button:focus-visible,
.caracteristicas-map a:focus-visible,
.caracteristicas-map summary:focus-visible {
  outline: 3px solid var(--map-coral);
  outline-offset: 4px;
}

@media (hover: hover) {
  .caracteristicas-map__button:hover {
    transform: translateY(-2px);
  }

  .caracteristicas-map__button--primary:hover {
    background: oklch(76% 0.16 8);
  }

  .caracteristicas-map__button--secondary:hover,
  .caracteristicas-map__button--on-dark:hover {
    background: oklch(99% 0.006 286 / 0.12);
    border-color: oklch(95% 0.02 286 / 0.78);
  }
}

.caracteristicas-map__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.caracteristicas-map__trust li {
  padding: 0.35rem 0.55rem;
  border: 1px solid oklch(91% 0.03 286 / 0.3);
  border-radius: 999px;
  background: oklch(99% 0.006 286 / 0.08);
  color: oklch(93% 0.035 286);
  font-size: 0.86rem;
}

.caracteristicas-map__panel {
  position: relative;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid oklch(84% 0.06 286 / 0.42);
  border-radius: 14px;
  background:
    linear-gradient(135deg, oklch(38% 0.21 286 / 0.96), oklch(25% 0.18 286 / 0.96));
  box-shadow: 0 26px 72px oklch(12% 0.08 286 / 0.28);
}

.caracteristicas-map__panel::before {
  content: "";
  position: absolute;
  inset: 2.3rem 50% 2.3rem auto;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--map-coral), var(--map-line), transparent);
}

.caracteristicas-map__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.15rem 1rem;
}

.caracteristicas-map__panel-header span {
  color: oklch(89% 0.035 286);
  font-size: 0.9rem;
}

.caracteristicas-map__panel-header strong {
  color: var(--map-coral);
  font-size: 1rem;
}

.caracteristicas-map__routes {
  display: grid;
  gap: 0.75rem;
}

.caracteristicas-map__route {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 4.3rem;
  padding: 0.85rem;
  border: 1px solid oklch(88% 0.04 286 / 0.22);
  border-radius: 10px;
  background: oklch(99% 0.006 286 / 0.08);
  color: var(--map-surface);
  text-decoration: none;
}

.caracteristicas-map__route span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 8px;
  background: var(--map-coral);
  color: var(--map-violet-strong);
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.caracteristicas-map__route strong {
  font-size: 1rem;
  line-height: 1.15;
}

.caracteristicas-map__route small {
  color: oklch(88% 0.035 286);
  font-size: 0.82rem;
}

.caracteristicas-map__overview {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(4rem, 8vw, 6rem);
}

.caracteristicas-map__overview h2,
.caracteristicas-map__intent h2,
.caracteristicas-map__matrix h2,
.caracteristicas-map__faq h2,
.caracteristicas-map__cta h2 {
  margin-top: 0.75rem;
  color: var(--map-violet);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.03;
  text-wrap: balance;
}

.caracteristicas-map__overview p,
.caracteristicas-map__intent-copy p,
.caracteristicas-map__matrix-copy p,
.caracteristicas-map__faq p,
.caracteristicas-map__cta p {
  color: var(--map-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.caracteristicas-map__overview > p {
  align-self: end;
  max-width: 45rem;
}

.caracteristicas-map__intent {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  border-top: 1px solid var(--map-border);
  scroll-margin-top: 6rem;
}

.caracteristicas-map__intent-copy {
  position: sticky;
  top: 6rem;
  align-self: start;
}

.caracteristicas-map__intent-index {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--map-coral);
  font-family: "Nunito", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
}

.caracteristicas-map__intent h2 {
  max-width: 12ch;
  margin-top: 0;
}

.caracteristicas-map__intent-copy p {
  max-width: 29rem;
  margin-top: 1rem;
}

.caracteristicas-map__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 1rem;
}

.caracteristicas-map__card {
  display: flex;
  min-height: 17.5rem;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--map-border);
  border-radius: 10px;
  background:
    linear-gradient(180deg, var(--map-surface), var(--map-surface-warm));
  color: var(--map-ink);
  text-decoration: none;
  box-shadow: 0 14px 34px oklch(28% 0.12 286 / 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.caracteristicas-map__card-tag {
  align-self: flex-start;
  padding: 0.34rem 0.5rem;
  border-radius: 999px;
  background: var(--map-coral-soft);
  color: oklch(42% 0.16 8);
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.caracteristicas-map__card h3 {
  margin-top: 1.1rem;
  color: var(--map-violet);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
}

.caracteristicas-map__card p {
  margin-top: 0.75rem;
  color: var(--map-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.caracteristicas-map__card-proof {
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--map-violet-active);
  font-family: "Nunito", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
}

.caracteristicas-map__card-link {
  margin-top: 0.45rem;
  color: var(--map-coral);
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

@media (hover: hover) {
  .caracteristicas-map__card:hover,
  .caracteristicas-map__mini-card:hover {
    border-color: oklch(76% 0.08 286);
    box-shadow: 0 20px 44px oklch(28% 0.12 286 / 0.1);
    transform: translateY(-3px);
  }
}

.caracteristicas-map__matrix {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--map-border);
}

.caracteristicas-map__matrix-copy p {
  max-width: 34rem;
  margin-top: 1rem;
}

.caracteristicas-map__mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0.75rem;
}

.caracteristicas-map__mini-card {
  display: grid;
  gap: 0.45rem;
  min-height: 6rem;
  align-content: start;
  padding: 0.95rem;
  border: 1px solid var(--map-border);
  border-radius: 8px;
  background: var(--map-surface);
  color: var(--map-violet);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.caracteristicas-map__mini-card span {
  color: var(--map-coral);
  font-family: "Nunito", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
}

.caracteristicas-map__mini-card strong {
  font-size: 1rem;
  line-height: 1.15;
}

.caracteristicas-map__faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--map-border);
}

.caracteristicas-map__faq-list {
  display: grid;
  gap: 0.75rem;
}

.caracteristicas-map__faq details {
  border: 1px solid var(--map-border);
  border-radius: 8px;
  background: var(--map-surface);
}

.caracteristicas-map__faq summary {
  min-height: 4rem;
  padding: 1rem 1.2rem;
  color: var(--map-violet);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.caracteristicas-map__faq summary::-webkit-details-marker {
  display: none;
}

.caracteristicas-map__faq summary::after {
  content: "+";
  float: right;
  color: var(--map-coral);
  font-size: 1.25rem;
  line-height: 1;
}

.caracteristicas-map__faq details[open] summary::after {
  content: "-";
}

.caracteristicas-map__faq details p {
  padding: 0 1.2rem 1.1rem;
}

.caracteristicas-map__cta {
  padding: clamp(4rem, 8vw, 6rem) 1.25rem;
  background:
    radial-gradient(circle at 85% 30%, oklch(70% 0.17 8 / 0.24), transparent 20rem),
    linear-gradient(135deg, var(--map-violet-strong), oklch(31% 0.23 286));
  color: var(--map-surface);
  text-align: center;
}

.caracteristicas-map__cta > div {
  width: min(760px, 100%);
  margin-inline: auto;
}

.caracteristicas-map__cta .caracteristicas-map__eyebrow {
  justify-content: center;
}

.caracteristicas-map__cta h2 {
  color: var(--map-surface);
}

.caracteristicas-map__cta p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: oklch(92% 0.03 286);
}

.caracteristicas-map__actions--center {
  justify-content: center;
}

@media (max-width: 1023px) {
  .caracteristicas-map__hero-inner,
  .caracteristicas-map__overview,
  .caracteristicas-map__intent,
  .caracteristicas-map__matrix,
  .caracteristicas-map__faq {
    grid-template-columns: 1fr;
  }

  .caracteristicas-map__hero h1 {
    max-width: 15ch;
  }

  .caracteristicas-map__intent-copy {
    position: static;
  }

  .caracteristicas-map__intent h2,
  .caracteristicas-map__intent-copy p,
  .caracteristicas-map__matrix-copy p {
    max-width: 46rem;
  }
}

@media (max-width: 640px) {
  .caracteristicas-map__hero {
    padding-inline: 1rem;
  }

  .caracteristicas-map__hero-inner,
  .caracteristicas-map__overview,
  .caracteristicas-map__intent,
  .caracteristicas-map__matrix,
  .caracteristicas-map__faq {
    width: min(100% - 1rem, 1180px);
  }

  .caracteristicas-map__hero h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 12vw, 3.05rem);
    line-height: 0.98;
  }

  .caracteristicas-map__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .caracteristicas-map__button {
    width: 100%;
  }

  .caracteristicas-map__route {
    grid-template-columns: auto 1fr;
  }

  .caracteristicas-map__route small {
    grid-column: 2;
  }

  .caracteristicas-map__card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .caracteristicas-map *,
  .caracteristicas-map *::before,
  .caracteristicas-map *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
