/**
 * Landing Diseño Web — estructura tipo B2B (hero, rejilla, zigzag, CTA, logos).
 * Accent teal; texto oscuro; compatible con cabecera Camaltec existente.
 */

.dw-landing.site-main--page {
  padding-top: 0;
}

.dw-landing {
  --dw-teal: #0d9488;
  --dw-teal-light: #5eead4;
  --dw-teal-dark: #0f766e;
  --dw-ink: #0f172a;
  --dw-muted: #475569;
  --dw-bg-soft: #f1f5f9;
  --dw-radius: 12px;
  --dw-max: 1120px;
}

.dw-landing .dw-wrap {
  max-width: var(--dw-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

/* ---------- Hero ---------- */
.dw-hero {
  position: relative;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 0;
  /* Cabecera fija del sitio */
  padding-top: clamp(3.75rem, 10vw, 5rem);
}

.dw-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.82) 0%, rgba(13, 148, 136, 0.45) 100%),
    url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--grafico .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.85) 0%, rgba(13, 148, 136, 0.45) 100%),
    url("https://images.unsplash.com/photo-1626785774573-4b799315345d?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--marketing .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(13, 148, 136, 0.42) 100%),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--posicionamiento .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.48) 100%),
    url("https://images.unsplash.com/photo-1432888498266-38ff1f0b81b8?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--seo-local .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.91) 0%, rgba(234, 88, 12, 0.35) 100%),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--penalizaciones-seo .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.93) 0%, rgba(185, 28, 28, 0.38) 100%),
    url("https://images.unsplash.com/photo-1633265486064-086b219458ec?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--seo-marca-blanca .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(79, 70, 229, 0.42) 100%),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--auditoria-seo .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(14, 165, 233, 0.4) 100%),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--link-building .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.91) 0%, rgba(22, 163, 74, 0.38) 100%),
    url("https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--posicionamiento-sem .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(234, 179, 8, 0.38) 100%),
    url("https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--pago-por-conversion .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(217, 70, 239, 0.32) 100%),
    url("https://images.unsplash.com/photo-1556742502-ec7c0e9f34b1?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--retargeting .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.91) 0%, rgba(59, 130, 246, 0.4) 100%),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--notas-de-prensa .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 64, 175, 0.45) 100%),
    url("https://images.unsplash.com/photo-1504711434969-e33886168f5c?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--redes-sociales .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(236, 72, 153, 0.38) 100%),
    url("https://images.unsplash.com/photo-1611162617474-5b21e879e113?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--redaccion-contenidos .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.91) 0%, rgba(20, 184, 166, 0.4) 100%),
    url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--blog-seo-express .dw-hero__bg {
  background:
    linear-gradient(115deg, rgba(15, 23, 42, 0.92) 0%, rgba(99, 102, 241, 0.45) 100%),
    url("https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--video-marketing .dw-hero__bg {
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.93) 0%, rgba(236, 72, 153, 0.35) 55%, rgba(249, 115, 22, 0.25) 100%),
    url("https://images.unsplash.com/photo-1536240478700-b869070f9279?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-text-center {
  text-align: center;
}

.dw-prose {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  text-align: left;
  color: var(--dw-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.dw-text-measure {
  max-width: 44rem;
  margin-inline: auto;
}

.dw-subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dw-ink);
  margin: 2rem 0 0.75rem;
}

.fp-proceso-list--narrow {
  max-width: 40rem;
}

.dw-faq {
  max-width: 40rem;
  margin: 0 auto;
}

.dw-faq dt {
  font-weight: 700;
  color: var(--dw-ink);
  margin-top: 1.25rem;
}

.dw-faq dt:first-child {
  margin-top: 0;
}

.dw-faq dd {
  margin: 0.5rem 0 0;
  padding: 0;
  color: var(--dw-muted);
  line-height: 1.6;
}

.dw-hero--apps .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.38) 100%),
    url("https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-android .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.92) 0%, rgba(34, 197, 94, 0.35) 100%),
    url("https://images.unsplash.com/photo-1607252650355-f7fd0460ccdb?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-ios .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.94) 0%, rgba(99, 102, 241, 0.4) 100%),
    url("https://images.unsplash.com/photo-1510557880182-3d4d3cba35a5?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-smart-tv .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.92) 0%, rgba(234, 88, 12, 0.32) 100%),
    url("https://images.unsplash.com/photo-1593359677879-a4bb92f829d1?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-vender .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.93) 0%, rgba(168, 85, 247, 0.35) 100%),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-geo .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.92) 0%, rgba(14, 165, 233, 0.38) 100%),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-abogados .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.93) 0%, rgba(71, 85, 105, 0.45) 100%),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--apps-restaurantes .dw-hero__bg {
  background:
    linear-gradient(110deg, rgba(15, 23, 42, 0.9) 0%, rgba(220, 38, 38, 0.28) 100%),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--hosting .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(13, 148, 136, 0.35) 100%),
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--foto .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.4) 100%),
    url("https://images.unsplash.com/photo-1526170375885-4d8ecf77b99f?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--web-basica .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.88) 0%, rgba(13, 148, 136, 0.42) 100%),
    url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--web-corporativa .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.4) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad4ab?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--tiendas-virtuales .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.91) 0%, rgba(13, 148, 136, 0.38) 100%),
    url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--mantenimiento-web .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.4) 100%),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--directorios-empresas .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.38) 100%),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--traduccion-paginas-web .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.4) 100%),
    url("https://images.unsplash.com/photo-1456513080510-7bf3a84b82f8?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--programacion-a-medida .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 58, 95, 0.45) 100%),
    url("https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--pasarelas-de-pago .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.9) 0%, rgba(13, 148, 136, 0.42) 100%),
    url("https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero--desarrollo-api .dw-hero__bg {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.93) 0%, rgba(59, 130, 246, 0.35) 100%),
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2000&q=80") center / cover no-repeat;
}

.dw-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vw, 5rem) 1rem;
  max-width: 40rem;
}

.dw-hero__kicker {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.dw-hero__title {
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  text-wrap: balance;
}

.dw-hero__lead {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
  opacity: 0.95;
  margin: 0;
}

.dw-hero__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.dw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dw-btn:hover {
  transform: translateY(-1px);
}

.dw-btn--primary {
  background: #fff;
  color: var(--dw-teal-dark);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.dw-btn--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

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

/* ---------- Intro + rejilla ---------- */
.dw-intro {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #fff;
}

.dw-intro--muted {
  background: var(--dw-bg-soft);
  padding-top: clamp(2rem, 5vw, 3rem);
}

.dw-intro__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--dw-ink);
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 1.5rem;
  line-height: 1.25;
}

.dw-intro__title em {
  font-style: normal;
  color: var(--dw-teal);
}

.dw-intro__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem 2rem;
  margin-bottom: 2.5rem;
  color: var(--dw-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.dw-intro__cols p {
  margin: 0;
}

.dw-grid4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.dw-card {
  border: 1px solid #e2e8f0;
  border-radius: var(--dw-radius);
  padding: 1.5rem 1.35rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dw-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.dw-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.15), rgba(94, 234, 212, 0.35));
  color: var(--dw-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.dw-card__icon svg {
  width: 26px;
  height: 26px;
}

.dw-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dw-ink);
  margin: 0 0 0.5rem;
}

.dw-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--dw-muted);
  line-height: 1.55;
}

/* ---------- Zigzag ---------- */
.dw-zigzag {
  padding: 0 0 clamp(3rem, 6vw, 4rem);
}

.dw-zigzag__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 3rem) 0;
  border-bottom: 1px solid #e2e8f0;
}

.dw-zigzag__row:last-child {
  border-bottom: none;
}

.dw-zigzag__row--reverse .dw-zigzag__media {
  order: 2;
}

.dw-zigzag__row--reverse .dw-zigzag__body {
  order: 1;
}

.dw-zigzag__media {
  border-radius: var(--dw-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--dw-bg-soft);
}

.dw-zigzag__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dw-zigzag__body h2 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--dw-ink);
  margin: 0 0 1rem;
  line-height: 1.3;
}

.dw-zigzag__body p {
  margin: 0 0 0.85rem;
  color: var(--dw-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.dw-zigzag__body ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: var(--dw-muted);
  line-height: 1.55;
}

.dw-zigzag__body a {
  color: var(--dw-teal-dark);
  font-weight: 600;
}

@media (max-width: 768px) {
  .dw-zigzag__row,
  .dw-zigzag__row--reverse {
    grid-template-columns: 1fr;
  }

  .dw-zigzag__row--reverse .dw-zigzag__media,
  .dw-zigzag__row--reverse .dw-zigzag__body {
    order: unset;
  }
}

/* ---------- CTA band ---------- */
.dw-cta-band {
  position: relative;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.dw-cta-band__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, var(--dw-teal-dark) 0%, var(--dw-teal) 50%, #0ea5a4 100%);
  opacity: 1;
}

.dw-cta-band__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30 30 60 0 30z' fill='%23ffffff' fill-opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.9;
}

.dw-cta-band .dw-wrap {
  position: relative;
  z-index: 1;
}

.dw-cta-band h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 1.25rem;
}

.dw-btn--on-teal {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.7rem 1.75rem;
}

.dw-btn--on-teal:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ---------- Logos ---------- */
.dw-logos {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
}

.dw-logos__title {
  text-align: center;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--dw-ink);
  margin: 0 0 2rem;
}

.dw-logos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: center;
  justify-items: center;
}

.dw-logo-placeholder {
  width: 100%;
  max-width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #94a3b8;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  text-transform: uppercase;
}

/* ---------- Tarifas (landings diseño web / gráfico) ---------- */
.dw-tarifas {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
}

.dw-tarifas__title {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: var(--dw-ink);
  text-align: center;
  margin: 0 0 0.5rem;
}

.dw-tarifas__lead {
  text-align: center;
  color: var(--dw-muted);
  max-width: 40rem;
  margin: 0 auto 2rem;
  font-size: 0.98rem;
}

.dw-tarifas__lead--spaced {
  margin-top: 1.5rem;
}

.dw-landing code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: #f1f5f9;
  color: var(--dw-ink);
}

.dw-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.dw-pricing-grid--pair {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 720px;
  margin-inline: auto;
}

.dw-pricing-grid--quad {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.dw-price-card {
  border: 1px solid #e2e8f0;
  border-radius: var(--dw-radius);
  padding: 1.35rem 1.1rem;
  text-align: center;
  background: #fafafa;
}

.dw-price-card--accent {
  border-color: var(--dw-teal);
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.06), #fff);
}

.dw-price-card__badge {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dw-teal-dark);
  margin: 0 0 0.25rem;
}

.dw-price-card__list {
  margin: 0.65rem 0 0;
  padding: 0 0 0 1rem;
  font-size: 0.78rem;
  color: var(--dw-muted);
  text-align: left;
  line-height: 1.45;
}

.dw-price-card__list li + li {
  margin-top: 0.2rem;
}

.dw-price-card__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dw-muted);
  margin: 0 0 0.35rem;
}

.dw-price-card__amount {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--dw-teal-dark);
  margin: 0 0 0.25rem;
}

.dw-price-card__unit {
  font-size: 0.8rem;
  color: var(--dw-muted);
  margin: 0 0 0.75rem;
}

.dw-price-card__note {
  font-size: 0.78rem;
  color: var(--dw-muted);
  line-height: 1.45;
  margin: 0;
}

.dw-price-card__note--after-list {
  margin-top: 0.75rem;
}

.dw-quote {
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--dw-teal);
  background: #f8fafc;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--dw-muted);
}

.dw-quote strong {
  color: var(--dw-ink);
}

.dw-tables {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
  background: var(--dw-bg-soft);
}

.dw-tables h3 {
  font-size: 1.05rem;
  margin: 2rem 0 0.75rem;
  color: var(--dw-ink);
}

.dw-tables h3:first-child {
  margin-top: 0;
}

.dw-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 0 #e2e8f0;
}

.dw-price-table th,
.dw-price-table td {
  padding: 0.55rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

.dw-price-table th {
  background: #f8fafc;
  font-weight: 600;
  color: var(--dw-ink);
}

.dw-price-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--dw-teal-dark);
  white-space: nowrap;
}

.fp-proceso-list {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  padding-left: 1.35rem;
  line-height: 1.65;
  color: var(--dw-ink);
}

.fp-proceso-list li {
  margin-bottom: 0.5rem;
}

.fp-proceso-list li:last-child {
  margin-bottom: 0;
}

/* ---------- Enlace sitio legacy ---------- */
.dw-legacy {
  padding: 2rem 1rem 3rem;
  text-align: center;
  background: var(--dw-bg-soft);
  font-size: 0.95rem;
  color: var(--dw-muted);
}

.dw-legacy a {
  color: var(--dw-teal-dark);
  font-weight: 600;
}
