/**
 * KEEPER SPAIN — style_extra.css v6.0
 * Fix selector + Trust signals + Comparador + FAQ + CTA + Win-win + Mobile 50+
 */

/* ── HERO CTA BUTTONS ─────────────────────────────────────── */
.hero-cta-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.hero-btn-wa {
  background: #25D366;
  color: #fff;
}
.hero-btn-tg {
  background: #0088cc;
  color: #fff;
}
.cta-final-btn-tg {
  background: #0088cc;
  color: #fff;
  border-color: #0088cc;
}
.hero-btn-quote {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
}
.hero-btn-quote:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* ── TRUST SIGNALS (below hero) ───────────────────────────── */
.trust-signals {
  background: var(--black, #0a0a0a);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 500;
}
.trust-item svg {
  color: var(--gold, #C9A84C);
  flex-shrink: 0;
}
.trust-item strong {
  color: var(--gold, #C9A84C);
  font-weight: 700;
}

/* ── BANNER (not a rental agency) ─────────────────────────── */
.ks-banner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
.ks-banner-icon {
  flex-shrink: 0;
  color: var(--gold, #C9A84C);
  margin-top: 2px;
}
.ks-banner p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--gray-600, #666);
}
.ks-banner strong {
  color: #d32f2f;
  font-weight: 700;
}

/* ── PROPERTY TYPE SELECTOR (FIX: dark text on white bg) ──── */
.property-selector {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.prop-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border: 2px solid var(--gray-200, #e8e8e8);
  border-radius: 50px;
  background: var(--white, #fafafa);
  color: var(--gray-600, #666);
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s;
}
.prop-btn:hover {
  border-color: var(--gold, #C9A84C);
  color: var(--black, #0a0a0a);
}
.prop-btn.active {
  background: rgba(201,168,76,0.1);
  border-color: var(--gold, #C9A84C);
  color: var(--gold, #C9A84C);
  font-weight: 700;
}
.prop-btn svg {
  stroke: currentColor;
}

/* ── SERVICE CARD — Request info button ───────────────────── */
.service-btn-request {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  background: var(--gold, #C9A84C);
  color: var(--black, #1a1a2e);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  width: 100%;
  justify-content: center;
}
.service-btn-request:hover {
  background: var(--gold-light, #d4b85c);
  transform: translateY(-1px);
}
.service-btn-request svg {
  stroke: var(--black, #1a1a2e);
}

/* ── CONCIERGE BUTTON (inside service cards) ──────────────── */
.btn-concierge-open {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  background: transparent;
  border: 1.5px solid var(--gold, #C9A84C);
  border-radius: 8px;
  color: var(--gold, #C9A84C);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-concierge-open:hover {
  background: rgba(201,168,76,0.1);
}
.service-card.featured .btn-concierge-open {
  border-color: rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.9);
}

/* ── EXTRA CARDS (PM + Expert) — ALWAYS VISIBLE ──────────── */
.extra-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.extra-card-open {
  border: 1.5px solid var(--gray-200, #e8e8e8);
  border-radius: 16px;
  padding: 1.5rem;
  background: var(--white, #fafafa);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.extra-card-open:hover {
  border-color: var(--gold, #C9A84C);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.extra-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.extra-card-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black, #0a0a0a);
}
.extra-card-icon-photo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.extra-card-photo-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.extra-card-sub {
  font-size: 0.9rem;
  color: var(--gray-600, #666);
  margin-bottom: 12px;
  line-height: 1.5;
}
.extra-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.extra-card-list li {
  font-size: 0.88rem;
  color: var(--gray-600, #555);
  padding: 4px 0 4px 20px;
  position: relative;
  line-height: 1.5;
}
.extra-card-list li::before {
  content: "✓";
  color: var(--gold, #C9A84C);
  font-weight: 800;
  position: absolute;
  left: 0;
}
.extra-card-price {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gold, #C9A84C);
  background: rgba(201,168,76,0.08);
  padding: 8px 14px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 12px;
}
.extra-btn-request {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.3rem;
  background: var(--gold, #C9A84C);
  color: var(--black, #0a0a0a);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.2s;
}
.extra-btn-request:hover {
  background: var(--gold-light, #d4b85c);
}

/* ── WIN-WIN SECTION (rewritten: organisation focus) ──────── */
#win-win {
  padding: 80px 0;
  background: var(--gray-100, #f5f5f5);
}
.win-win-text {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gray-600, #666);
}
.win-win-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 2rem;
}
.win-pillar {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--white, #fff);
  border-radius: 16px;
  border: 1px solid var(--gray-200, #e8e8e8);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.win-pillar:hover {
  border-color: var(--gold, #C9A84C);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.win-pillar-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201,168,76,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--gold, #C9A84C);
}
.win-pillar h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--black, #0a0a0a);
}
.win-pillar p {
  font-size: 0.88rem;
  color: var(--gray-600, #666);
  line-height: 1.5;
}
.win-win-quote {
  text-align: center;
  font-style: italic;
  font-size: 1rem;
  color: var(--gray-600, #666);
  max-width: 600px;
  margin: 0 auto;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200, #e8e8e8);
}

/* ── FAQ SECTION ──────────────────────────────────────────── */
#faq {
  padding: 80px 0;
  background: var(--white, #fafafa);
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--gray-200, #e8e8e8);
}
.faq-item:first-child {
  border-top: 1px solid var(--gray-200, #e8e8e8);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--black, #0a0a0a);
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold, #C9A84C);
  transition: transform 0.3s;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-answer {
  padding: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--gray-600, #666);
}

/* ── CTA FINAL (before footer) ────────────────────────────── */
.cta-final {
  padding: 80px 0;
  background: var(--black, #0a0a0a);
  text-align: center;
}
.cta-final h2 {
  color: var(--white, #fafafa);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.cta-final p {
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-final-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta-final-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.cta-final-btn-gold {
  background: var(--gold, #C9A84C);
  color: var(--black, #0a0a0a);
}
.cta-final-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  color: var(--white, #fafafa);
}
.cta-final-btn-outline:hover {
  border-color: var(--gold, #C9A84C);
  color: var(--gold, #C9A84C);
}

/* ── SERVICES TYPE NOTE ───────────────────────────────────── */
.services-type-note {
  font-size: 0.85rem;
  color: var(--gray-400, #999);
  text-align: center;
  font-style: italic;
  margin-top: 12px;
}

/* ── FORM SUCCESS ─────────────────────────────────────────── */
.form-success {
  color: #16a34a;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.5rem;
  background: rgba(22,163,74,0.08);
  border-radius: 12px;
  border: 1px solid rgba(22,163,74,0.3);
  text-align: center;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — OPTIMIZED FOR 50+ AUDIENCE
   Larger touch targets, readable text, high contrast
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .win-win-pillars {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .trust-inner {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  /* Extra cards: stack on mobile */
  .extra-cards {
    grid-template-columns: 1fr;
  }

  /* Trust signals: stack vertically */
  .trust-inner {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    padding-left: 1rem;
  }
  .trust-item {
    font-size: 0.9rem;
  }

  /* Property selector: full width buttons */
  .property-selector {
    gap: 0.5rem;
  }
  .prop-btn {
    padding: 0.7rem 1.1rem;
    font-size: 0.88rem;
  }

  /* FAQ */
  .faq-item summary {
    font-size: 0.95rem;
    padding: 1.1rem 0;
  }

  /* CTA final */
  .cta-final h2 {
    font-size: 1.5rem;
  }
  .cta-final-btns {
    flex-direction: column;
    align-items: center;
  }
  .cta-final-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  /* Win-win pillars */
  .win-win-pillars {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 1rem;
  }
  .win-pillar {
    padding: 1.5rem 1.25rem;
  }
}

/* ── COMPETITOR COMPARISON TABLE ───────────────────────── */
.competitor-compare {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--gray-200, #e8e8e8);
}
.competitor-compare-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--black, #0a0a0a);
  margin-bottom: 1.5rem;
}
.competitor-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.competitor-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.competitor-table th {
  padding: 0.9rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--gray-600, #666);
  border-bottom: 2px solid var(--gray-200, #e8e8e8);
}
.competitor-table th.ct-col-ks {
  color: var(--gold, #C9A84C);
  font-size: 0.95rem;
}
.competitor-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--gray-200, #e8e8e8);
  vertical-align: middle;
}
.competitor-table td.ct-feature {
  text-align: left;
  font-weight: 500;
  color: var(--black, #0a0a0a);
}
.ct-yes {
  color: #16a34a;
  font-weight: 700;
  font-size: 1.1rem;
}
.ct-no {
  color: #dc2626;
  font-weight: 700;
  font-size: 1.1rem;
}
.ct-partial {
  color: #f59e0b;
  font-weight: 700;
  font-size: 1.1rem;
}
.competitor-table tbody tr:hover {
  background: rgba(201,168,76,0.04);
}

@media (max-width: 480px) {
  .hero-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0.85rem 1.2rem;
  }
  .prop-btn {
    flex: 1;
    justify-content: center;
    min-width: 0;
  }
  .ks-banner {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ── SERVICE CARD: IDEAL FOR & INCLUDES ───────────────── */
.service-ideal {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  font-style: italic;
}
.service-ideal strong {
  color: var(--gold);
  font-style: normal;
}
.service-includes {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e0e0e0;
  line-height: 1.4;
}
.featured .service-includes {
  color: #aaa;
  border-top-color: #444;
}
.featured .service-ideal {
  color: #ccc;
}


/* ═══════════════════════════════════════════════════════════
   CALCULADORA INTERACTIVA — Módulos dentro de cada tarjeta
   ═══════════════════════════════════════════════════════════ */

/* ── PRECIO COMBINADO ──────────────────────────────────── */
.service-price-combined {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.service-price-combined .price-total {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--gold, #C9A84C);
  line-height: 1;
}
.service-price-combined .price-period {
  font-size: 1rem;
  color: #888;
  font-weight: 400;
  margin-left: 2px;
}
.price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0.3rem;
}
.price-base-line  { font-size: 0.78rem; color: #888; }
.price-addon-line { font-size: 0.78rem; color: #4caf50; font-weight: 600; }
.price-discount-line { font-size: 0.78rem; color: #f5a623; font-weight: 700; }
.featured .price-base-line   { color: #aaa; }
.featured .price-addon-line  { color: #81c784; }
.featured .price-discount-line { color: var(--gold, #C9A84C); }

/* ── BADGES DENTRO DE LA TARJETA ──────────────────────── */
.plan-discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(76,175,80,0.10);
  color: #2e7d32;
  border: 1px solid rgba(76,175,80,0.28);
  border-radius: 20px;
  padding: 0.28rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.featured .plan-discount-badge {
  background: rgba(76,175,80,0.18);
  color: #81c784;
  border-color: rgba(76,175,80,0.38);
}
.plan-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(245,200,66,0.10);
  color: #b8860b;
  border: 1px solid rgba(245,200,66,0.32);
  border-radius: 20px;
  padding: 0.28rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.featured .plan-free-badge {
  background: rgba(245,200,66,0.18);
  color: var(--gold, #C9A84C);
  border-color: rgba(245,200,66,0.45);
}

/* ── CONTENEDOR DE MÓDULOS ─────────────────────────────── */
.plan-modules {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.1rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 0.9rem;
}
.featured .plan-modules { border-top-color: #3a3a3a; }

/* ── TOGGLE DE MÓDULO ──────────────────────────────────── */
.plan-module-toggle {
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  background: #fafafa;
  user-select: none;
}
.plan-module-toggle:hover:not(.disabled) {
  border-color: var(--gold, #C9A84C);
  background: #fffdf5;
  box-shadow: 0 2px 8px rgba(201,168,76,0.12);
}
.plan-module-toggle.active {
  border-color: var(--gold, #C9A84C);
  background: #fffdf0;
  box-shadow: 0 2px 12px rgba(201,168,76,0.16);
}
.plan-module-toggle.disabled {
  cursor: default;
  opacity: 0.42;
  background: #f5f5f5;
}
.featured .plan-module-toggle {
  background: #252525;
  border-color: #383838;
}
.featured .plan-module-toggle:hover:not(.disabled) {
  border-color: var(--gold, #C9A84C);
  background: #2c2c22;
}
.featured .plan-module-toggle.active {
  border-color: var(--gold, #C9A84C);
  background: #2c2c1e;
}
.featured .plan-module-toggle.disabled { background: #1e1e1e; }

/* ── CABECERA DEL TOGGLE ───────────────────────────────── */
.plan-module-toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.plan-module-toggle-left {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.plan-module-icon { font-size: 1.2rem; line-height: 1; flex-shrink: 0; }
.plan-module-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.featured .plan-module-label { color: #efefef; }
.plan-module-price {
  font-size: 0.78rem;
  color: var(--gold, #C9A84C);
  font-weight: 700;
  margin-top: 0.1rem;
}
.plan-module-unavailable {
  font-size: 0.73rem;
  color: #aaa;
  font-style: italic;
  margin-top: 0.1rem;
}

/* ── SWITCH ────────────────────────────────────────────── */
.plan-module-switch {
  width: 38px;
  height: 21px;
  border-radius: 11px;
  background: #ddd;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s;
}
.plan-module-switch.on { background: var(--gold, #C9A84C); }
.switch-knob {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}
.plan-module-switch.on .switch-knob { transform: translateX(17px); }

/* ── DESCRIPCIÓN DEL MÓDULO (cuando está activo) ────────── */
.plan-module-desc {
  font-size: 0.76rem;
  color: #666;
  margin-top: 0.55rem;
  line-height: 1.4;
  padding-top: 0.45rem;
  border-top: 1px dashed #e0e0e0;
}
.featured .plan-module-desc { color: #aaa; border-top-color: #3a3a3a; }

/* ── DETALLE MANTENIMIENTO ─────────────────────────────── */
.maint-detail { margin-top: 0.45rem; }
.maint-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.35rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.maint-features-list li {
  font-size: 0.74rem;
  color: #555;
  padding-left: 1rem;
  position: relative;
}
.maint-features-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: 700;
}
.featured .maint-features-list li { color: #bbb; }
.featured .maint-features-list li::before { color: #81c784; }
.maint-note {
  font-size: 0.70rem;
  color: #aaa;
  font-style: italic;
  margin: 0;
}

/* ── DESGLOSE RENTAL POR ESTANCIA ──────────────────────── */
.rental-stay-breakdown {
  margin-top: 0.55rem;
  border-top: 1px dashed #e0e0e0;
  padding-top: 0.45rem;
}
.featured .rental-stay-breakdown { border-top-color: #3a3a3a; }
.rental-stay-title {
  font-size: 0.70rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}
.featured .rental-stay-title { color: #666; }
.rental-stay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.76rem;
  color: #555;
  padding: 0.12rem 0;
}
.featured .rental-stay-row { color: #bbb; }
.rental-stay-row strong { font-weight: 700; color: #1a1a1a; }
.featured .rental-stay-row strong { color: #f0f0f0; }
.free-label {
  font-style: normal;
  color: #4caf50;
  font-weight: 700;
  font-size: 0.73rem;
}
.featured .free-label { color: #81c784; }
.rental-ical-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
  font-size: 0.70rem;
  color: #888;
  background: #f0f0f0;
  border-radius: 8px;
  padding: 0.18rem 0.45rem;
}
.featured .rental-ical-badge { background: #2a2a2a; color: #777; }

/* ── RESPONSIVE MÓDULOS ────────────────────────────────── */
@media (max-width: 480px) {
  .plan-module-toggle { padding: 0.6rem 0.75rem; }
  .plan-module-label  { font-size: 0.82rem; }
  .plan-module-price  { font-size: 0.74rem; }
  .plan-module-switch { width: 34px; height: 19px; }
  .switch-knob        { width: 14px; height: 14px; }
  .plan-module-switch.on .switch-knob { transform: translateX(15px); }
}

/* ══════════════════════════════════════════════════════════
   APP v10 — REDISEÑO TARJETAS (3 columnas PC, limpio móvil)
   ══════════════════════════════════════════════════════════ */

/* ── Grid 3 columnas en PC — centrado ── */
.base-plans-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Tarjeta base ── */
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ── Precio combinado mejorado ── */
.service-price-combined {
  margin-bottom: 12px;
}
.service-price-combined .price-main-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.service-price-combined .price-total {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
}
.featured .service-price-combined .price-total { color: var(--white); }
.service-price-combined .price-period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray-400);
}
.price-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 4px;
}
.price-breakdown span {
  font-size: 0.75rem;
  color: var(--gray-400);
  background: var(--gray-100, #f5f5f5);
  padding: 2px 7px;
  border-radius: 20px;
}
.featured .price-breakdown span {
  color: #aaa;
  background: rgba(255,255,255,0.08);
}

/* ── Precio base (sin módulos) ── */
.service-price .price-total {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
}
.featured .service-price .price-total { color: var(--white); }
.service-price .price-period {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray-400);
  margin-left: 2px;
}

/* ── Ideal for ── */
.service-ideal {
  font-size: 0.82rem;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1.4;
}
.service-ideal em { font-style: normal; font-weight: 600; }

/* ── Features con SVG check ── */
.service-feature {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 0.82rem;
  padding: 4px 0;
}
.service-feature::before { display: none; } /* quitar el ::before anterior */
.service-feature svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold);
  stroke: var(--gold);
}

/* ── Nota de trabajos extra ── */
.service-fee-note {
  font-size: 0.76rem;
  color: var(--gray-400);
  margin: 8px 0 16px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.4;
}
.featured .service-fee-note { color: rgba(255,255,255,0.35); }
.service-fee-note svg { flex-shrink: 0; margin-top: 2px; stroke: currentColor; }

/* ── Sección de módulos ── */
.plan-modules-section {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--gray-200);
}
.featured .plan-modules-section { border-top-color: #3a3a3a; }
.plan-modules-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 8px;
}
.featured .plan-modules-label { color: #666; }

/* ── Fila de módulo — línea simple, sin caja dentro de caja ── */
.plan-module-row {
  border: none;
  border-top: 1px solid var(--gray-200);
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  transition: background 0.2s;
  overflow: hidden;
  user-select: none;
}
.plan-module-row:hover:not(.disabled) {
  background: rgba(201,168,76,0.04);
}
.plan-module-row.active {
  background: rgba(201,168,76,0.05);
}
.plan-module-row.disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}
.featured .plan-module-row { border-top-color: #3a3a3a; }
.featured .plan-module-row:hover:not(.disabled) { background: rgba(201,168,76,0.08); }
.featured .plan-module-row.active { background: rgba(201,168,76,0.1); }

.plan-module-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  gap: 8px;
}
.plan-module-row-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.module-icon { font-size: 1.1rem; flex-shrink: 0; }
.module-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.module-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
}
.featured .module-label { color: #efefef; }
.module-subprice {
  font-size: 0.74rem;
  color: var(--gold);
  font-weight: 600;
}
.module-na {
  font-size: 0.72rem;
  color: var(--gray-400);
}

/* ── Módulo expandido ── */
.module-expanded {
  padding: 0 12px 12px;
  border-top: 1px solid var(--gray-200);
  margin-top: 0;
}
.featured .module-expanded { border-top-color: #3a3a3a; }
.module-expanded-desc {
  font-size: 0.78rem;
  color: var(--gray-600);
  margin: 8px 0 6px;
  line-height: 1.4;
}
.featured .module-expanded-desc { color: #aaa; }
.module-expanded-list {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}
.module-expanded-list li {
  font-size: 0.76rem;
  color: var(--gray-600);
  padding: 2px 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.featured .module-expanded-list li { color: #aaa; }
.module-expanded-list li svg { flex-shrink: 0; margin-top: 2px; stroke: var(--gold); }
.module-note {
  font-size: 0.7rem;
  color: var(--gray-400);
  margin: 6px 0 0;
  font-style: italic;
  line-height: 1.3;
}
.featured .module-note { color: #555; }

/* ── Rental stay grid ── */
.rental-stay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  margin: 8px 0 6px;
}
.rental-stay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: var(--gray-600);
  padding: 3px 0;
  border-bottom: 1px solid var(--gray-100, #f0f0f0);
}
.featured .rental-stay-row { color: #bbb; border-bottom-color: #2a2a2a; }
.rental-stay-row strong { font-weight: 700; color: var(--black); }
.featured .rental-stay-row strong { color: #f0f0f0; }
.rental-ical-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: var(--gray-400);
  margin-top: 6px;
}
.featured .rental-ical-badge { color: #666; }

/* ── Switch (reutilizado) ── */
.plan-module-switch {
  width: 36px;
  height: 20px;
  background: var(--gray-200);
  border-radius: 20px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s;
}
.plan-module-switch.on { background: var(--gold, #C9A84C); }
.switch-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.plan-module-switch.on .switch-knob { transform: translateX(16px); }

/* ── Botón CTA ── */
.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--black);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}
.service-btn:hover { opacity: 0.88; transform: translateY(-1px); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .base-plans-row { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (max-width: 860px) {
  .base-plans-row { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .base-plans-row { max-width: 100%; }
  .rental-stay-grid { grid-template-columns: 1fr; }
  .plan-module-row-header { padding: 9px 10px; }
}


/* ============================================================
   KEEPER SPAIN — Sección de Planes v11
   Diseño: tarjetas con 3 secciones + selector vivienda + precio al fondo
   ============================================================ */

/* ── Grid de planes ─────────────────────────────────────── */
#servicesGrid {
  width: 100%;
}
.base-plans-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ── Tarjeta ─────────────────────────────────────────────── */
.service-card {
  background: #1a1a2e;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.service-card.featured {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201,168,76,0.3);
}

/* ── Badge ───────────────────────────────────────────────── */
.service-badge {
  background: linear-gradient(135deg, #c9a84c, #e8c96a);
  color: #1a1a2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  text-align: center;
}

/* ── Top (nombre + ideal para) ───────────────────────────── */
.card-top {
  padding: 20px 20px 12px;
}
.service-name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}
.service-ideal {
  font-size: 13px;
  color: #a0a0b8;
  margin: 0;
  line-height: 1.4;
}
.service-ideal em {
  color: #c9a84c;
  font-style: normal;
  font-weight: 600;
}

/* ── Secciones (gestión / mantenimiento / rental) ─────────── */
.card-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 12px;
}
.card-section {
  border-radius: 10px;
  margin-bottom: 6px;
  overflow: hidden;
  transition: background 0.2s;
}
.card-section.card-section-mgmt {
  background: rgba(255,255,255,0.04);
}
.card-section.active:not(.card-section-mgmt) {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
}
.card-section:not(.active):not(.card-section-mgmt) {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
}
.card-section.disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ── Header de sección ───────────────────────────────────── */
.card-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}
.card-section-header.clickable {
  cursor: pointer;
  user-select: none;
}
.card-section-header.clickable:hover {
  background: rgba(255,255,255,0.03);
}
.card-section-icon {
  font-size: 16px;
  flex-shrink: 0;
}
.card-section-title {
  font-size: 13px;
  font-weight: 600;
  color: #e0e0f0;
  flex: 1;
}
.card-section-visits {
  font-size: 11px;
  color: #c9a84c;
  background: rgba(201,168,76,0.12);
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 600;
}
.card-section-always-on {
  font-size: 11px;
  color: #5cb85c;
  font-weight: 600;
}
.card-section-price {
  font-size: 13px;
  font-weight: 700;
  color: #c9a84c;
}
.card-section-free {
  font-size: 11px;
  font-weight: 700;
  color: #5cb85c;
  background: rgba(92,184,92,0.12);
  padding: 2px 7px;
  border-radius: 20px;
}
.card-section-na {
  font-size: 11px;
  color: #666;
}

/* ── Toggle switch ───────────────────────────────────────── */
.card-toggle {
  width: 36px;
  height: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s;
}
.card-toggle.on {
  background: #c9a84c;
}
.toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.card-toggle.on .toggle-knob {
  transform: translateX(16px);
}

/* ── Cuerpo de sección expandido ─────────────────────────── */
.card-section-body {
  padding: 0 12px 12px;
}
.card-section-desc {
  font-size: 13px;
  color: #b0b0c8;
  margin: 0 0 8px;
  line-height: 1.5;
}
.card-section-features {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-section-features li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 12.5px;
  color: #c8c8e0;
  line-height: 1.4;
}
.card-section-features li svg {
  color: #c9a84c;
  flex-shrink: 0;
  margin-top: 1px;
}
.card-section-note {
  font-size: 11.5px;
  color: #888;
  margin: 6px 0 0;
  font-style: italic;
}
.card-section-volume {
  font-size: 12px;
  color: #c9a84c;
  margin: 6px 0 0;
  font-weight: 600;
}

/* ── Rental grid de precios por estancia ─────────────────── */
.rental-stay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
  margin-bottom: 8px;
}
.rental-stay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 12px;
  color: #b0b0c8;
}
.rental-stay-row strong {
  color: #fff;
  font-weight: 700;
}
.rental-ical-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #888;
  background: rgba(255,255,255,0.04);
  padding: 4px 8px;
  border-radius: 20px;
  margin-bottom: 6px;
}

/* ── Selector de vivienda dentro de la tarjeta ───────────── */
.card-prop-selector {
  display: flex;
  gap: 6px;
  padding: 10px 12px 6px;
}
.card-prop-btn {
  flex: 1;
  padding: 6px 4px;
  font-size: 11.5px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: #a0a0b8;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.card-prop-btn:hover {
  border-color: rgba(201,168,76,0.4);
  color: #c9a84c;
}
.card-prop-btn.active {
  background: rgba(201,168,76,0.15);
  border-color: #c9a84c;
  color: #c9a84c;
}

/* ── Resumen de precio al fondo ──────────────────────────── */
.card-price-summary {
  margin: 8px 12px 0;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  overflow: hidden;
}
.price-summary-rows {
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #a0a0b8;
}
.price-summary-row strong {
  color: #e0e0f0;
  font-weight: 600;
}
.price-summary-row.accent strong {
  color: #c9a84c;
}
.price-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: rgba(255,255,255,0.04);
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 4px;
}
.price-summary-total > span:first-child {
  font-size: 13px;
  font-weight: 700;
  color: #e0e0f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price-total-big {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.price-total-big small {
  font-size: 13px;
  font-weight: 500;
  color: #a0a0b8;
}

/* ── Nota de tarifa ──────────────────────────────────────── */
.service-fee-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11.5px;
  color: #888;
  padding: 8px 12px 0;
  line-height: 1.4;
}
.service-fee-note svg {
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Botón CTA ───────────────────────────────────────────── */
.service-cta {
  padding: 12px 12px 16px;
  margin-top: auto;
}
.service-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 11px 16px;
  background: linear-gradient(135deg, #c9a84c, #e8c96a);
  color: #1a1a2e;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.service-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.service-card.featured .service-btn {
  background: linear-gradient(135deg, #e8c96a, #c9a84c);
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
}

/* ── Concierge btn ───────────────────────────────────────── */
.btn-concierge-open {
  display: block;
  width: calc(100% - 24px);
  margin: 0 12px 14px;
  padding: 8px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 8px;
  color: #c9a84c;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
}
.btn-concierge-open:hover {
  background: rgba(201,168,76,0.08);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .base-plans-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 680px) {
  .base-plans-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }
  .card-prop-btn {
    font-size: 11px;
    padding: 5px 2px;
  }
  .price-total-big {
    font-size: 22px;
  }
  .rental-stay-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   KEEPER SPAIN — Plan Cards v12 — Diseño limpio y legible
   ============================================================ */

/* Contenedor de las 3 tarjetas */
#planCardsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 1024px) {
  #planCardsContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  #planCardsContainer {
    grid-template-columns: 1fr;
  }
}

/* Tarjeta individual */
.plan-card {
  background: #1a1a2e;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.plan-card--featured {
  border-color: #c9a84c;
  background: #1e1e35;
  box-shadow: 0 0 0 2px #c9a84c40;
}

/* Badge "Más popular" */
.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c9a84c;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

/* Nombre del plan */
.plan-header {
  padding-top: 8px;
}

.plan-name {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Selector de tipo de vivienda dentro de la tarjeta */
.plan-prop-selector {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.prop-btn {
  flex: 1;
  min-width: 80px;
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.prop-btn:hover {
  border-color: #c9a84c;
  color: #c9a84c;
}

.prop-btn.active {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #000;
  font-weight: 600;
}

/* Descripción del plan */
.plan-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0;
}

/* Secciones (Gestión / Mantenimiento / Rental) */
.plan-section {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 14px;
}

.plan-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.plan-section--toggle .plan-section-header:hover .plan-section-title {
  color: #c9a84c;
}

.plan-section-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.plan-section-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  flex: 1;
  transition: color 0.2s;
}

.plan-section-price {
  font-size: 14px;
  font-weight: 700;
  color: #c9a84c;
  white-space: nowrap;
}

.plan-section-included {
  font-size: 13px;
  font-weight: 600;
  color: #4ade80;
  white-space: nowrap;
}

.plan-section-na {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  font-style: italic;
}

/* Sección deshabilitada */
.plan-section--disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Toggle switch */
.plan-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
  cursor: pointer;
}

.plan-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-toggle-slider {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  border-radius: 22px;
  transition: background 0.2s;
}

.plan-toggle-slider::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s;
}

.plan-toggle input:checked + .plan-toggle-slider {
  background: #c9a84c;
}

.plan-toggle input:checked + .plan-toggle-slider::before {
  transform: translateX(18px);
}

.plan-toggle-slider--included {
  background: #4ade80 !important;
}

/* Cuerpo de la sección (features, precios por estancia) */
.plan-section-body {
  margin-top: 10px;
  display: none;
}

.plan-section-service {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin: 0 0 8px 0;
}

/* Features */
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plan-features li {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.plan-features--dim li {
  color: rgba(255,255,255,0.65);
  font-size: 12px;
}

/* Nota informativa */
.plan-fee-note {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin: 8px 0 0 0;
  font-style: italic;
  line-height: 1.4;
}

.plan-section-note {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin: 8px 0 0 0;
  font-style: italic;
}

/* Precios por estancia (rental) */
.rental-prices {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rental-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  padding: 3px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.rental-price-row span:last-child {
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

/* TOTAL AL FONDO */
.plan-total {
  margin-top: auto;
  border-top: 2px solid rgba(201,168,76,0.4);
  padding-top: 14px;
}

.plan-total-breakdown {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  margin-bottom: 10px;
}

.plan-total-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.plan-total-value {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  text-align: right;
}

.plan-total-free {
  color: #4ade80 !important;
}

.plan-total-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-total-sum > span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

.plan-total-price {
  font-size: 24px;
  font-weight: 800;
  color: #c9a84c;
}

/* CTA botón */
.plan-cta-btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.2s;
  margin-top: 4px;
}

.plan-cta-btn:hover {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

.plan-cta-btn--featured {
  background: #c9a84c;
  color: #000;
  border-color: #c9a84c;
}

.plan-cta-btn--featured:hover {
  background: #d4b55e;
}

/* Ocultar el services-grid original si existe */
#servicesGrid {
  display: none !important;
}

/* Sección de servicios */
#services {
  padding: 80px 0;
}

.services-section-header {
  text-align: center;
  margin-bottom: 48px;
}

#servicesTitle {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

#servicesSubtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0 auto;
}


/* === TARJETAS CLARAS: Peace of Mind y Premium (fondo blanco) === */
/* Solo Full Care (plan-card--featured) mantiene fondo oscuro */
.plan-card:not(.plan-card--featured) {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1a1a2e;
}
.plan-card:not(.plan-card--featured):hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.plan-card:not(.plan-card--featured) .plan-name { color: #1a1a2e; }
.plan-card:not(.plan-card--featured) .plan-desc { color: #4b5563; }
.plan-card:not(.plan-card--featured) .plan-section-title { color: #1a1a2e; }
.plan-card:not(.plan-card--featured) .plan-section { border-top-color: #e5e7eb; }
.plan-card:not(.plan-card--featured) .plan-features li { color: #374151; }
.plan-card:not(.plan-card--featured) .plan-features--dim li { color: #6b7280; }
.plan-card:not(.plan-card--featured) .plan-fee-note { color: #9ca3af; }
.plan-card:not(.plan-card--featured) .plan-section-note { color: #9ca3af; }
.plan-card:not(.plan-card--featured) .plan-total { border-top-color: rgba(201,168,76,0.5); }
.plan-card:not(.plan-card--featured) .plan-total-label { color: #6b7280; }
.plan-card:not(.plan-card--featured) .plan-total-value { color: #374151; }
.plan-card:not(.plan-card--featured) .plan-total-sum > span:first-child { color: #374151; }
.plan-card:not(.plan-card--featured) .plan-section-na { color: #9ca3af; }
.plan-card:not(.plan-card--featured) .plan-toggle-slider { background: rgba(0,0,0,0.15); }
.plan-card:not(.plan-card--featured) .plan-toggle-slider::before { background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.plan-card:not(.plan-card--featured) .prop-btn { border-color: #d1d5db; color: #6b7280; }
.plan-card:not(.plan-card--featured) .prop-btn:hover { border-color: #c9a84c; color: #c9a84c; }
.plan-card:not(.plan-card--featured) .prop-btn.active { background: #c9a84c; border-color: #c9a84c; color: #000; }
.plan-card:not(.plan-card--featured) .rental-price-row { color: #6b7280; border-bottom-color: #f3f4f6; }
.plan-card:not(.plan-card--featured) .rental-price-row span:last-child { color: #1a1a2e; }
.plan-card:not(.plan-card--featured) .plan-section-service { color: #1a1a2e; }
.plan-card:not(.plan-card--featured) .plan-cta-btn { background: #f3f4f6; color: #374151; border-color: #d1d5db; }
.plan-card:not(.plan-card--featured) .plan-cta-btn:hover { background: #e5e7eb; color: #1a1a2e; }

/* === PRECIO TACHADO: Rental Peace of Mind cuando esta apagado === */
.plan-rental-strikethrough { text-decoration: line-through; color: #9ca3af; font-weight: 500; }
.plan-rental-price-peace { font-size: 13px; color: #9ca3af; }

/* === NOTA ESPECIAL: Full Care rental (check-in/check-out incluido) === */
.rental-fullcare-note {
  background: rgba(74,222,128,0.08);
  border: 1px solid rgba(74,222,128,0.25);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.rental-fullcare-note strong { display: block; font-size: 13px; color: #4ade80; margin-bottom: 4px; }
.rental-fullcare-note p { font-size: 12px; color: rgba(255,255,255,0.6); margin: 0; line-height: 1.4; }

/* === INTRO DEL CONFIGURADOR: texto explicativo antes de las tarjetas === */
.plan-configurator-intro-text {
  display: block;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px auto;
  padding: 16px 20px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 12px;
  font-size: 15px;
  color: #1a1a2e;
  line-height: 1.6;
  font-weight: 500;
}

/* === RENTAL: precio estándar en header (todos los packs) === */
.plan-rental-price-std {
  font-size: 0.85rem;
  font-weight: 600;
  color: #c9a84c;
  margin-left: auto;
  margin-right: 0.5rem;
}

/* === PER-BOOKING LINE: coste por cada alquiler === */
.plan-per-booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(201, 168, 76, 0.12);
  border-left: 3px solid #c9a84c;
  border-radius: 0 6px 6px 0;
  gap: 0.5rem;
}

.plan-per-booking-label {
  font-size: 0.78rem;
  color: #c9a84c;
  font-style: italic;
  line-height: 1.3;
  flex: 1;
}

.plan-per-booking-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #c9a84c;
  white-space: nowrap;
}

/* Ajuste para tarjeta oscura (Full Care) */
.plan-card--featured .plan-per-booking {
  background: rgba(201, 168, 76, 0.15);
}

.plan-card--featured .plan-per-booking-label,
.plan-card--featured .plan-per-booking-value {
  color: #f0c040;
}

/* === SELECTOR DE IDIOMA — OPCIONES DEL DROPDOWN === */
.lang-option {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: rgba(255,255,255,0.85);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: var(--font);
  transition: background 0.15s;
}
.lang-option:hover { background: rgba(255,255,255,0.1); color: #fff; }
.lang-option.active { color: var(--gold); font-weight: 600; }

/* ============================================================
   PLAN CARDS — MÓVIL FULL WIDTH (letras grandes, sin cortes)
   ============================================================ */
@media (max-width: 640px) {
  /* El contenedor de planes ocupa todo el ancho con margen mínimo */
  #planCardsContainer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
    max-width: 100%;
  }

  /* La tarjeta ocupa todo el ancho disponible */
  .plan-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  /* Nombre del plan — más grande */
  .plan-name {
    font-size: 26px !important;
  }

  /* Descripción — más legible */
  .plan-desc {
    font-size: 15px !important;
    line-height: 1.55;
  }

  /* Precio de sección — más grande */
  .plan-section-price {
    font-size: 16px !important;
  }

  /* Título de sección (Gestión / Mantenimiento / Rental) */
  .plan-section-title {
    font-size: 15px !important;
  }

  /* Features (lista de puntos) — más grandes */
  .plan-features li {
    font-size: 14px !important;
    line-height: 1.5;
  }

  /* Botones de tipo de propiedad (Apartment / Bungalow / Villa) */
  .prop-btn {
    font-size: 13px !important;
    padding: 7px 6px !important;
    min-width: 0;
  }

  /* Total mensual — más grande */
  .plan-total-value,
  .plan-total-sum > span:first-child {
    font-size: 18px !important;
  }

  /* Nota de tarifa extra */
  .plan-fee-note {
    font-size: 12px !important;
  }

  /* Botón CTA */
  .plan-cta-btn {
    font-size: 15px !important;
    padding: 13px 20px !important;
  }

  /* Texto "Not available for this property" */
  .plan-section-na {
    font-size: 13px !important;
  }

  /* Texto intro del configurador */
  .plan-configurator-intro-text {
    font-size: 14px !important;
    padding: 14px 16px !important;
    margin-bottom: 24px !important;
  }

  /* Precio por estancia (rental) */
  .plan-per-booking-label {
    font-size: 13px !important;
  }
  .plan-per-booking-value {
    font-size: 16px !important;
  }
}

/* Para pantallas muy pequeñas (< 380px) — iPhone SE, etc. */
@media (max-width: 380px) {
  #planCardsContainer {
    padding: 0 6px !important;
  }
  .plan-card {
    padding: 18px 14px !important;
  }
  .plan-name {
    font-size: 23px !important;
  }
  .prop-btn {
    font-size: 12px !important;
    padding: 6px 4px !important;
  }
}

/* ── TESTIMONIAL READ MORE BUTTON ─────────────────────── */
.testimonial-readmore {
  background: none;
  border: none;
  color: #b8963e;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0 8px 0;
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.testimonial-readmore:hover {
  color: #8a6d28;
}

/* ════════════════════════════════════════════════════════════
   CONFIGURADOR v14 — KEY HOLDING & CARE
   Mobile-first. Pensado para cliente de 60+ años en móvil.
   ════════════════════════════════════════════════════════════ */

/* ── Tarjeta contenedor ─────────────────────────────────── */
.cfg-card {
  background: #fff;
  border: 1.5px solid #e8e0d0;
  border-radius: 16px;
  padding: 28px 22px 24px;
  max-width: 540px;
  margin: 0 auto 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

/* ── Selector de propiedad ──────────────────────────────── */
.cfg-prop-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cfg-prop-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.cfg-prop-btn {
  flex: 1;
  padding: 11px 6px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-align: center;
  line-height: 1.2;
}
.cfg-prop-btn:hover {
  border-color: #b8963e;
  color: #b8963e;
}
.cfg-prop-btn.active {
  border-color: #b8963e;
  background: #b8963e;
  color: #fff;
}

/* ── Bloque base ────────────────────────────────────────── */
.cfg-base-block {
  background: #faf8f4;
  border: 1px solid #e8e0d0;
  border-radius: 12px;
  padding: 20px 18px 16px;
  margin-bottom: 16px;
}
.cfg-includes-title {
  font-size: 13px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}
.cfg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.cfg-feature-item {
  font-size: 15px;
  color: #333;
  padding: 5px 0;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #f0ece4;
}
.cfg-feature-item:last-child {
  border-bottom: none;
}
.cfg-feature-item::before {
  display: none;
}
.cfg-fee-note {
  font-size: 12px;
  color: #888;
  font-style: italic;
  margin: 0 0 14px;
  line-height: 1.5;
}
.cfg-base-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
}
.cfg-price-from {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}
.cfg-price-big {
  font-size: 42px;
  font-weight: 800;
  color: #b8963e;
  line-height: 1;
}
.cfg-price-period {
  font-size: 16px;
  color: #888;
  font-weight: 500;
}

/* ── Filas toggle (mantenimiento / alquiler) ────────────── */
.cfg-toggle-row {
  border: 1.5px solid #e8e0d0;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.18s;
}
.cfg-toggle-row--disabled {
  opacity: 0.55;
}
.cfg-toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  cursor: pointer;
  background: #fafafa;
  user-select: none;
  -webkit-user-select: none;
  gap: 10px;
}
.cfg-toggle-row--disabled .cfg-toggle-header {
  cursor: default;
}
.cfg-toggle-label {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  flex: 1;
}
.cfg-na-note {
  font-size: 12px;
  color: #aaa;
  font-style: italic;
}

/* ── Switch (toggle) ────────────────────────────────────── */
.cfg-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
}
.cfg-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cfg-switch-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #ccc;
  border-radius: 26px;
  transition: 0.2s;
}
.cfg-switch-slider::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
.cfg-switch input:checked + .cfg-switch-slider {
  background: #b8963e;
}
.cfg-switch input:checked + .cfg-switch-slider::before {
  transform: translateX(20px);
}

/* ── Cuerpo expandible ──────────────────────────────────── */
.cfg-toggle-body {
  padding: 14px 16px 16px;
  background: #fff;
  border-top: 1px solid #f0ece4;
}

/* ── Opciones de mantenimiento ──────────────────────────── */
.cfg-maint-opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cfg-maint-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 2px solid #e0d8c8;
  border-radius: 10px;
  background: #fafafa;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-align: left;
}
.cfg-maint-btn:hover {
  border-color: #b8963e;
  background: #fdf8ef;
}
.cfg-maint-btn.active {
  border-color: #b8963e;
  background: #fdf3dc;
  color: #7a5f1a;
}
.cfg-maint-price {
  font-size: 15px;
  font-weight: 700;
  color: #b8963e;
  white-space: nowrap;
  margin-left: 10px;
}

/* ── Nota informativa ───────────────────────────────────── */
.cfg-note {
  font-size: 12px;
  color: #888;
  font-style: italic;
  margin: 10px 0 0;
  line-height: 1.5;
}
.cfg-note--rental {
  background: #fdf8ef;
  border-left: 3px solid #b8963e;
  padding: 8px 10px;
  border-radius: 0 6px 6px 0;
  font-style: normal;
  font-weight: 500;
  color: #6b4f10;
  margin-bottom: 12px;
}

/* ── Precios de rental (check-in / check-out) ───────────── */
.cfg-rental-prices {
  margin-bottom: 14px;
}
.cfg-rental-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0ece4;
  font-size: 14px;
  color: #444;
}
.cfg-rental-row:last-child {
  border-bottom: none;
}
.cfg-price-tag {
  font-weight: 700;
  color: #b8963e;
  font-size: 14px;
}

/* ── Ropa de cama (radio buttons) ───────────────────────── */
.cfg-linens {
  margin-top: 12px;
  border-top: 1px solid #f0ece4;
  padding-top: 12px;
}
.cfg-linens-label {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin: 0 0 8px;
}
.cfg-radio-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid #f5f0e8;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  line-height: 1.3;
}
.cfg-radio-row:last-child {
  border-bottom: none;
}
.cfg-radio-row input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #b8963e;
  flex-shrink: 0;
  cursor: pointer;
}

/* ── Bloque total ───────────────────────────────────────── */
.cfg-total-block {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 16px 0 14px;
}
.cfg-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cfg-total-label {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
}
.cfg-total-price {
  font-size: 28px;
  font-weight: 800;
  color: #f0c040;
  line-height: 1;
}
.cfg-perstay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #333;
}
.cfg-perstay-label {
  font-size: 13px;
  color: #888;
}
.cfg-perstay-price {
  font-size: 16px;
  font-weight: 700;
  color: #ccc;
}

/* ── Botón CTA ──────────────────────────────────────────── */
.cfg-cta-btn {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #b8963e;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.18s, transform 0.1s;
  box-sizing: border-box;
}
.cfg-cta-btn:hover {
  background: #9a7a2e;
  transform: translateY(-1px);
}
.cfg-cta-btn:active {
  transform: translateY(0);
}

/* ── Responsive móvil ───────────────────────────────────── */
@media (max-width: 480px) {
  .cfg-card {
    padding: 22px 16px 20px;
    border-radius: 12px;
  }
  .cfg-price-big {
    font-size: 36px;
  }
  .cfg-prop-btn {
    font-size: 13px;
    padding: 10px 4px;
  }
  .cfg-toggle-label {
    font-size: 14px;
  }
  .cfg-cta-btn {
    font-size: 16px;
    padding: 15px 16px;
  }
  .cfg-total-price {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .cfg-card {
    padding: 18px 12px 16px;
  }
  .cfg-prop-btn {
    font-size: 12px;
    padding: 9px 2px;
  }
}

/* ══════════════════════════════════════════════════════════
   CONFIGURADOR v15 — Nuevos elementos
   ══════════════════════════════════════════════════════════ */

/* ── Intro section ──────────────────────────────────────── */
.cfg-intro {
  margin-bottom: 24px;
}
.cfg-intro-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 16px;
}
.cfg-intro-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.cfg-intro-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.cfg-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #b8963e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── Features con descripciones ─────────────────────────── */
.cfg-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f0ece4;
}
.cfg-feature-item:last-child {
  border-bottom: none;
}
.cfg-feature-item::before {
  display: none; /* Desactivar el bullet anterior */
}
.cfg-feature-check {
  color: #b8963e;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 1.4;
}
.cfg-feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cfg-feature-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}
.cfg-feature-desc {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

/* ── Toggle header con descripción ──────────────────────── */
.cfg-toggle-header-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.cfg-toggle-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  font-weight: 400;
}

/* ── Per stay note ───────────────────────────────────────── */
.cfg-perstay-note {
  font-size: 11px;
  color: #aaa;
  font-style: italic;
  margin: 6px 0 0;
  line-height: 1.4;
  text-align: center;
}

/* ── Radio text layout ───────────────────────────────────── */
.cfg-radio-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex: 1;
  font-size: 13px;
  color: #333;
}

/* ── Responsive desktop: intro a la izquierda ───────────── */
@media (min-width: 900px) {
  #planCardsContainer {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .cfg-intro {
    flex: 0 0 280px;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
  }
  .cfg-intro-text {
    font-size: 16px;
  }
  .cfg-card {
    flex: 1;
    margin: 0;
  }
}

/* ── Responsive móvil mejorado ───────────────────────────── */
@media (max-width: 599px) {
  .cfg-intro {
    margin-bottom: 20px;
  }
  .cfg-intro-text {
    font-size: 14px;
  }
  .cfg-feature-name {
    font-size: 13px;
  }
  .cfg-feature-desc {
    font-size: 11px;
  }
  .cfg-toggle-label {
    font-size: 14px;
  }
  .cfg-toggle-desc {
    font-size: 11px;
  }
  .cfg-prop-btn {
    font-size: 13px;
    padding: 12px 4px;
  }
  .cfg-price-big {
    font-size: 38px;
  }
  .cfg-total-price {
    font-size: 24px;
  }
  .cfg-cta-btn {
    font-size: 16px;
    padding: 15px 16px;
  }
}

/* ══════════════════════════════════════════════════════════
   CONFIGURADOR v16 — Bloques A/B Rental
   ══════════════════════════════════════════════════════════ */

/* ── Bloque rental (contenedor) ─────────────────────────── */
.cfg-rental-block {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.cfg-rental-block-a {
  background: #f9f6ef;
  border: 1px solid #e8dfc8;
}
.cfg-rental-block-b {
  background: #f0f7f4;
  border: 1px solid #c8dfd4;
}

/* ── Cabecera del bloque ─────────────────────────────────── */
.cfg-rental-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.cfg-rental-block-title {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cfg-rental-block-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.cfg-badge-owner {
  background: #b8963e;
  color: #fff;
}
.cfg-badge-guest {
  background: #2d7a5e;
  color: #fff;
}
.cfg-rental-block-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 12px;
  line-height: 1.4;
}

/* ── Botones Bloque A (check-in/out opciones) ────────────── */
.cfg-blockA-opts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cfg-blockA-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1.5px solid #e0d5be;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  font-size: 14px;
  color: #333;
  text-align: left;
  width: 100%;
}
.cfg-blockA-btn:hover {
  border-color: #b8963e;
  background: #fdf8ef;
}
.cfg-blockA-btn.active {
  border-color: #b8963e;
  background: #fdf8ef;
  color: #7a5c1e;
}
.cfg-blockA-name {
  font-weight: 500;
}
.cfg-blockA-price {
  font-size: 12px;
  color: #b8963e;
  font-weight: 600;
  font-style: italic;
}

/* ── Botones Bloque B (número de huéspedes) ──────────────── */
.cfg-guest-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.cfg-guest-btn {
  padding: 7px 12px;
  border: 1.5px solid #c8dfd4;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #2d7a5e;
  font-weight: 500;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  white-space: nowrap;
}
.cfg-guest-btn:hover {
  border-color: #2d7a5e;
  background: #e8f5f0;
}
.cfg-guest-btn.active {
  border-color: #2d7a5e;
  background: #2d7a5e;
  color: #fff;
}

/* ── Sección sábanas/toallas ─────────────────────────────── */
.cfg-linens-section {
  margin-top: 12px;
  border-top: 1px solid #c8dfd4;
  padding-top: 12px;
}
.cfg-linens-label {
  font-size: 13px;
  font-weight: 700;
  color: #2d7a5e;
  margin: 0 0 4px;
}
.cfg-linens-sublabel {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  font-style: italic;
}
.cfg-linens-total {
  font-size: 13px;
  color: #2d7a5e;
  margin: 8px 0 0;
  font-weight: 500;
}
.cfg-linens-total strong {
  font-size: 15px;
  font-weight: 700;
}

/* ── Disclaimer de precio ────────────────────────────────── */
.cfg-price-disclaimer {
  font-size: 11px;
  color: #aaa;
  font-style: italic;
  margin: 6px 0 0;
  text-align: center;
  line-height: 1.4;
}

/* ── Responsive móvil para bloques A/B ──────────────────── */
@media (max-width: 480px) {
  .cfg-rental-block {
    padding: 12px 12px;
  }
  .cfg-blockA-btn {
    font-size: 13px;
    padding: 9px 10px;
  }
  .cfg-guest-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
  .cfg-rental-block-title {
    font-size: 12px;
  }
}

/* ══════════════════════════════════════════════════════════
   CONFIGURADOR v18 — ESTILOS NUEVOS
   Diseño plano, botones uniformes, totales desglosados
   ══════════════════════════════════════════════════════════ */

/* Tarjeta plana v18 */
.cfg-card--flat {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.cfg-section {
  padding: 20px 22px;
}
.cfg-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 10px;
}
.cfg-divider {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 0;
}
.cfg-prop-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cfg-prop-btn {
  padding: 10px 6px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.cfg-prop-btn:hover { border-color: #b8963e; color: #b8963e; }
.cfg-prop-btn.active { border-color: #b8963e; background: #fff8ec; color: #b8963e; }
.cfg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: grid;
  gap: 6px;
}
.cfg-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.cfg-feature-check {
  color: #2d7a5e;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.cfg-feature-text { display: flex; flex-direction: column; }
.cfg-feature-name { font-size: 13px; font-weight: 600; color: #222; line-height: 1.3; }
.cfg-feature-desc { font-size: 11px; color: #888; line-height: 1.3; }
.cfg-base-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 10px 0 4px;
}
.cfg-price-big { font-size: 36px; font-weight: 800; color: #1a1a1a; line-height: 1; }
.cfg-price-period { font-size: 14px; color: #888; font-weight: 500; }
.cfg-fee-note { font-size: 11px; color: #aaa; font-style: italic; margin: 0 0 4px; }
.cfg-extra-visits-note-discrete { font-size: 11px; color: #bbb; font-style: italic; margin: 4px 0 0; }
.cfg-toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 12px;
}
.cfg-toggle-header--disabled { cursor: default; opacity: 0.55; }
.cfg-toggle-header-text { display: flex; flex-direction: column; gap: 2px; }
.cfg-toggle-label { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.cfg-toggle-desc { font-size: 12px; color: #888; }
.cfg-na-note { font-size: 11px; color: #bbb; font-style: italic; }
.cfg-toggle-body { margin-top: 14px; }
.cfg-maint-opts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}
.cfg-maint-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.cfg-maint-btn:hover { border-color: #2d7a5e; }
.cfg-maint-btn.active { border-color: #2d7a5e; background: #f0f9f5; }
.cfg-maint-name { font-size: 12px; font-weight: 600; color: #333; }
.cfg-maint-price { font-size: 13px; font-weight: 700; color: #2d7a5e; }
.cfg-rental-block {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.cfg-rental-block-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.cfg-rental-block-title { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.cfg-rental-block-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cfg-badge-owner { background: #fff3cd; color: #856404; }
.cfg-badge-guest { background: #d1ecf1; color: #0c5460; }
.cfg-rental-block-desc { font-size: 12px; color: #888; margin: 0 0 10px; line-height: 1.4; }
.cfg-blockA-opts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cfg-blockA-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.cfg-blockA-btn:hover { border-color: #b8963e; }
.cfg-blockA-btn.active { border-color: #b8963e; background: #fff8ec; }
.cfg-blockA-name { font-size: 12px; font-weight: 600; color: #333; line-height: 1.3; }
.cfg-blockA-price { font-size: 14px; font-weight: 700; color: #b8963e; }
.cfg-rental-prices { margin-bottom: 10px; }
.cfg-rental-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
.cfg-price-tag { font-weight: 700; color: #1a1a1a; }
.cfg-linens-section {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 10px;
}
.cfg-linens-label { font-size: 12px; font-weight: 700; color: #444; margin: 0 0 8px; }
/* Botones ropa de cama UNIFORMES v18 */
.cfg-linens-opts--uniform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cfg-linens-opt-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.cfg-linens-opt-btn:hover { border-color: #2d7a5e; }
.cfg-linens-opt-btn.active { border-color: #2d7a5e; background: #f0f9f5; }
.cfg-linens-opt-name { font-size: 12px; font-weight: 600; color: #333; line-height: 1.3; }
.cfg-linens-opt-price { font-size: 13px; font-weight: 700; color: #2d7a5e; }
.cfg-guest-selector { margin-top: 10px; }
.cfg-guest-label { font-size: 12px; color: #666; margin: 0 0 6px; }
.cfg-guest-opts { display: flex; flex-wrap: wrap; gap: 6px; }
.cfg-guest-btn {
  padding: 6px 12px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: all 0.15s;
}
.cfg-guest-btn:hover { border-color: #2d7a5e; }
.cfg-guest-btn.active { border-color: #2d7a5e; background: #f0f9f5; color: #2d7a5e; }
/* Bloque total v18 */
.cfg-total-block--v18 {
  background: #1a1a1a;
  border-radius: 0 0 16px 16px;
  padding: 20px 22px;
  margin: 0;
}
.cfg-breakdown { margin-bottom: 4px; }
.cfg-breakdown--stay { margin-top: 4px; }
.cfg-breakdown-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.cfg-breakdown-label { font-size: 13px; color: #aaa; }
.cfg-breakdown-value { font-size: 13px; font-weight: 600; color: #ccc; }
.cfg-breakdown-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 6px;
  border-top: 1px solid #333;
  margin-top: 6px;
}
.cfg-breakdown-total > span:first-child { font-size: 13px; color: #aaa; font-weight: 500; }
.cfg-total-price-big {
  font-size: 32px;
  font-weight: 800;
  color: #f0c040;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.cfg-total-period, .cfg-perstay-suffix { font-size: 13px; font-weight: 500; color: #888; }
.cfg-perstay-note { font-size: 11px; color: #666; font-style: italic; margin: 6px 0 0; line-height: 1.4; }
.cfg-note--visible { display: block !important; }
.cfg-price-disclaimer {
  font-size: 11px;
  color: #666;
  font-style: italic;
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.4;
}
.cfg-intro {
  padding: 18px 22px 16px;
  border-bottom: 1px solid #ebebeb;
  background: #fafafa;
  border-radius: 16px 16px 0 0;
}
.cfg-intro-text { font-size: 13px; color: #666; margin: 0 0 12px; line-height: 1.5; }
.cfg-intro-steps { display: flex; gap: 12px; flex-wrap: wrap; }
.cfg-intro-step { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #444; font-weight: 500; }
.cfg-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b8963e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.cfg-maint-opts .cfg-note--visible {
  grid-column: 1 / -1;
  font-size: 11px;
  color: #aaa;
  font-style: italic;
  margin: 2px 0 0;
}
@media (max-width: 480px) {
  .cfg-card--flat { border-radius: 12px; }
  .cfg-section { padding: 16px 16px; }
  .cfg-blockA-opts { grid-template-columns: 1fr; }
  .cfg-total-price-big { font-size: 26px; }
  .cfg-total-block--v18 { padding: 16px 16px; }
  .cfg-intro-steps { flex-direction: column; gap: 6px; }
}
@media (max-width: 360px) {
  .cfg-linens-opts--uniform { grid-template-columns: 1fr; }
  .cfg-maint-opts { grid-template-columns: 1fr; }
}

/* ── CONFIGURADOR v19 — DISEÑO PLANO (sin cajas dentro de cajas) ─────────── */
.cfg-flat-section {
  margin-bottom: 14px;
}
.cfg-flat-label {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cfg-flat-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cfg-flat-badge--owner {
  background: #fff3cd;
  color: #856404;
}
.cfg-flat-badge--guest {
  background: #d1ecf1;
  color: #0c5460;
}
.cfg-rental-row--flat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 12px;
}
.cfg-rental-row-name {
  font-weight: 500;
}
.cfg-flat-subsection {
  padding-top: 4px;
}

/* ── v19: Eliminar cajas contenedoras — solo bordes en botones individuales ── */
/* Sobreescribir cfg-rental-block para que no tenga borde ni fondo */
.cfg-card--flat .cfg-rental-block {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}
/* Eliminar también los fondos de colores de las variantes a y b */
.cfg-card--flat .cfg-rental-block-a,
.cfg-card--flat .cfg-rental-block-b {
  background: transparent !important;
  border: none !important;
}
/* Añadir separación entre secciones flat */
.cfg-flat-section + .cfg-flat-section {
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════
   v20 — BOTONES CONFIGURADOR UNIFICADOS
   Vertical, letras grandes, sin colores intermedios
   Solo negro/blanco + dorado para activo
   ══════════════════════════════════════════════════════════ */

.cfg-v20-opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.cfg-v20-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  text-align: left;
  box-sizing: border-box;
}

.cfg-v20-btn:hover {
  border-color: #b8963e;
  background: #fffdf7;
}

.cfg-v20-btn.active {
  border-color: #b8963e;
  background: #fffdf7;
  color: #1a1a1a;
}

.cfg-v20-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

.cfg-v20-price {
  font-size: 16px;
  font-weight: 700;
  color: #b8963e;
  white-space: nowrap;
  margin-left: 12px;
}

.cfg-v20-btn.active .cfg-v20-name {
  color: #7a5c1e;
}

/* ── Acordeón features ──────────────────────────────────── */
.cfg-feature-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  color: #b8963e;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.cfg-feature-more-btn:hover {
  color: #7a5c1e;
}

.cfg-more-icon {
  font-size: 10px;
  transition: transform 0.2s;
}

.cfg-feature-more-item {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════
   v20 — TARJETA GUEST & RENTAL MANAGEMENT
   ══════════════════════════════════════════════════════════ */
.ks-rental-mgmt-card {
  background: #1a1a1a;
  color: #fff;
  border-radius: 14px;
  padding: 32px 28px;
  margin: 32px 0 0;
  position: relative;
  overflow: hidden;
}

.ks-rental-mgmt-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b8963e, #e8c56a, #b8963e);
}

.ks-rental-mgmt-badge {
  display: inline-block;
  background: #b8963e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.ks-rental-mgmt-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}

.ks-rental-mgmt-subtitle {
  font-size: 14px;
  color: #aaa;
  margin: 0 0 20px;
  line-height: 1.5;
}

.ks-rental-mgmt-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

@media (max-width: 480px) {
  .ks-rental-mgmt-features {
    grid-template-columns: 1fr;
  }
}

.ks-rental-mgmt-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #ddd;
  line-height: 1.4;
}

.ks-rental-mgmt-features li::before {
  content: '✓';
  color: #b8963e;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ks-rental-mgmt-price {
  font-size: 13px;
  color: #888;
  margin: 0 0 20px;
}

.ks-rental-mgmt-cta {
  display: inline-block;
  background: #b8963e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s;
}

.ks-rental-mgmt-cta:hover {
  background: #a07830;
  color: #fff;
}

/* ═══════════════════════════════════════════════════════
   v21 — Botones WhatsApp/Telegram reales con color
   ═══════════════════════════════════════════════════════ */
.contact-channel-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.1s;
  color: #fff !important;
  border: none;
}
.contact-channel-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.contact-channel-btn svg {
  flex-shrink: 0;
}
.wa-btn {
  background: #25D366;
}
.tg-btn {
  background: #2AABEE;
}
.contact-channel-btn .channel-name {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.contact-channel-btn .channel-detail {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.82);
}

/* ═══════════════════════════════════════════════════════
   v21 — "Ver más" centrado y más visible
   ═══════════════════════════════════════════════════════ */
.cfg-features-toggle {
  display: flex;
  justify-content: center;
  margin: 8px 0 4px;
}
.cfg-features-toggle-btn {
  background: none;
  border: 1.5px solid var(--gold, #C9A84C);
  color: var(--gold, #C9A84C);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.cfg-features-toggle-btn:hover {
  background: var(--gold, #C9A84C);
  color: #fff;
}

/* ═══════════════════════════════════════════════════════
   v21 — Badge en tarjeta rental_mgmt (extra-card-open)
   ═══════════════════════════════════════════════════════ */
.extra-card-badge {
  display: inline-block;
  background: #f5f0e8;
  color: #b8963e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
  margin-top: 2px;
}
.extra-card-price-note {
  font-size: 0.85rem;
  color: var(--gray-400, #999);
  margin: 0 0 12px;
  font-style: italic;
}

/* ═══════════════════════════════════════════════════════
   v21 — Redes sociales en sección About
   ═══════════════════════════════════════════════════════ */
.about-social {
  display: flex;
  gap: 12px;
  margin: 16px 0 12px;
  flex-wrap: wrap;
}
.about-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff !important;
  transition: opacity 0.15s;
}
.about-social-btn:hover {
  opacity: 0.88;
}
.fb-btn {
  background: #1877F2;
}
.ig-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* ══════════════════════════════════════════════════════════
   v22 — TARJETA GUEST & RENTAL (dentro del grid, 2 columnas)
   ══════════════════════════════════════════════════════════ */
.extra-card-rental-full {
  grid-column: 1 / -1;
}
@media (min-width: 769px) {
  .extra-card-rental-full .rental-mgmt-body {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .extra-card-rental-full .extra-card-sub {
    flex: 0 0 36%;
    margin-bottom: 0;
  }
  .extra-card-rental-full .rental-mgmt-list {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
    margin-bottom: 0;
  }
  .extra-card-rental-full .rental-mgmt-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-200, #e8e8e8);
  }
  .extra-card-rental-full .rental-mgmt-footer .extra-card-price-note {
    margin: 0;
  }
  .extra-card-rental-full .extra-btn-request {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
