/* ============================================
   GABO PETIT — overrides para línea infantil
   Paleta dusty rose, tono más cálido y juguetón
============================================ */

.petit-body {
  --tan: #D4B5A0;        /* dusty rose en lugar de champagne */
  --rose-dark: #B89478;
  --soft-pink: #F5E6E0;
  background: #FBF6F2;
}

.petit-header {
  background: rgba(251, 246, 242, 0.96);
}

.logo-petit { height: 44px; }

.btn-wa-header.petit {
  background: var(--charcoal);
  color: #fff;
}

.btn-wa-header.petit:hover { background: var(--rose-dark); }

.link-back {
  font-size: 0.78rem !important;
  color: var(--mocha);
  font-style: italic;
}

/* ============================================
   PETIT HERO
============================================ */
.petit-hero {
  padding: 0;
  min-height: calc(100vh - 72px);
  background: linear-gradient(180deg, #FBF6F2 0%, var(--soft-pink) 100%);
}

.petit-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100vh - 72px);
}

@media (min-width: 900px) {
  .petit-hero-grid { grid-template-columns: 1fr 1fr; }
}

.petit-hero-content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 3rem var(--pad);
}

@media (min-width: 900px) {
  .petit-hero-content { padding: 4rem 5rem; }
}

.petit-eyebrow { color: var(--rose-dark); }

.petit-hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.petit-hero h1 em {
  font-style: italic;
  color: var(--rose-dark);
}

.petit-hero .lead {
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 480px;
}

.petit-bullets {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(184, 148, 120, 0.3);
  display: flex; flex-direction: column; gap: 0.6rem;
}
.petit-bullets li {
  font-size: 0.9rem;
  color: var(--mocha);
  position: relative;
  padding-left: 1.4rem;
}
.petit-bullets li::before {
  content: '✦';
  color: var(--rose-dark);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
}
.petit-bullets strong { color: var(--charcoal); font-weight: 600; }

.petit-hero-img {
  position: relative;
  background: var(--soft-pink);
  min-height: 50vh;
}
.petit-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
}

/* ============================================
   PETIT BUTTONS
============================================ */
.btn-petit-primary {
  background: var(--rose-dark);
  color: #fff;
}
.btn-petit-primary:hover {
  background: var(--charcoal);
  transform: translateY(-1px);
}
.btn-petit-primary.big {
  padding: 1.2rem 2.4rem;
  font-size: 0.9rem;
}

.divider-petit { background: var(--rose-dark); }

/* ============================================
   QUÉ INCLUYE
============================================ */
.petit-incluye { background: #FBF6F2; }

.incluye-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 700px) { .incluye-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .incluye-grid { grid-template-columns: repeat(4, 1fr); } }

.incluye-card {
  background: var(--white);
  padding: 2rem 1.6rem;
  border: 1px solid rgba(184, 148, 120, 0.25);
}
.incluye-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--rose-dark);
  display: block;
  margin-bottom: 0.8rem;
}
.incluye-card h3 {
  font-style: italic;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}
.incluye-card p { font-size: 0.95rem; }

/* ============================================
   PAQUETES PETIT
============================================ */
.petit-paquetes { background: var(--soft-pink); }

.petit-paquetes-grid {
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}
@media (min-width: 800px) {
  .petit-paquetes-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

.petit-paquete { background: var(--white); }
.petit-paquete:hover { border-color: var(--rose-dark); }

.petit-paquete-featured {
  border: 2px solid var(--rose-dark);
  position: relative;
  transform: scale(1.02);
}

.btn-paquete.petit { background: var(--rose-dark); }
.btn-paquete.petit:hover { background: var(--charcoal); }

.addons-petit {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--white);
  border-left: 3px solid var(--rose-dark);
}
.addons-petit h4 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rose-dark);
  margin-bottom: 1rem;
}
.addons-petit ul { display: flex; flex-direction: column; gap: 0.5rem; }
.addons-petit li {
  font-size: 0.92rem;
  color: var(--mocha);
}
.addons-petit strong { color: var(--charcoal); font-weight: 600; }

/* ============================================
   TESTIMONIOS PETIT
============================================ */
.petit-testimonios { background: #FBF6F2; }

/* ============================================
   FAQ PETIT
============================================ */
.petit-faq { background: var(--soft-pink); }
.petit-faq .faq-item { border-color: rgba(184, 148, 120, 0.3); }
.petit-faq .faq-q .icon { color: var(--rose-dark); }
.petit-faq .faq-q:hover { color: var(--rose-dark); }

/* ============================================
   CONTACTO PETIT
============================================ */
.petit-contacto {
  background: var(--charcoal);
  color: var(--base);
}
.petit-contacto h2 { color: var(--base); }
.petit-contacto p { color: var(--ivory); }
.petit-contacto .eyebrow { color: var(--rose-dark); }

.petit-contacto-actions {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1.5rem;
}
.contacto-or {
  font-style: italic;
  font-size: 0.85rem;
  color: var(--ivory);
  margin: 0.5rem 0;
}
.petit-form { width: 100%; text-align: left; }

/* ============================================
   FOOTER PETIT
============================================ */
.petit-footer { background: var(--charcoal); }
.petit-footer .logo-petit { filter: invert(1); height: 38px; }
