/* =========================================================
   Casa con Alberca para Fin de Semana – landing styles
   Companion to luxury-estate.css (same design line, Spanish
   weekend-rental / WhatsApp conversion model).
   ========================================================= */

/* ── WhatsApp CTA (green variant of the gold button) ─────── */
.le-cta-whats {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: #128c4a;
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .2s ease, transform .15s ease, box-shadow .2s ease;
    outline: none;
}
.le-cta-whats:hover {
    background: #0e7a3f;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(18,140,74,.35);
}
.le-cta-whats:focus-visible {
    outline: 2px solid #128c4a;
    outline-offset: 3px;
}

/* ── Secondary / ghost CTA ──────────────────────────────── */
.le-cta-ghost {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.7);
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, transform .15s ease;
}
.le-cta-ghost:hover {
    background: rgba(255,255,255,.14);
    border-color: #fff;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}
/* Ghost variant for use on light backgrounds */
.le-cta-ghost--dark {
    color: #4a5b3f !important;
    border-color: rgba(74,91,63,.5);
}
.le-cta-ghost--dark:hover {
    background: rgba(74,91,63,.08);
    border-color: #4a5b3f;
    color: #4a5b3f !important;
}

.le-atf-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* ── Momentos de estancia (4 cards) ─────────────────────── */
.le-momentos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 2rem;
}
.le-momento-card {
    background: #fff;
    border: 1px solid #ece5db;
    border-radius: 10px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(60,50,40,.05);
    transition: transform .2s ease, box-shadow .2s ease;
}
.le-momento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(60,50,40,.1);
}
.le-momento-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f4efe7;
    color: #c19b76;
    font-size: 1.3rem;
    margin-bottom: 14px;
}
.le-momento-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c2a27;
    margin-bottom: 8px;
}
.le-momento-card p {
    font-family: 'Jost', sans-serif;
    font-size: .92rem;
    color: #6b6459;
    margin: 0;
    line-height: 1.5;
}

/* ── Booking steps ──────────────────────────────────────── */
.le-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 2rem;
}
.le-step {
    position: relative;
    background: #fff;
    border: 1px solid #ece5db;
    border-radius: 10px;
    padding: 28px 22px 24px;
    box-shadow: 0 8px 24px rgba(60,50,40,.05);
}
.le-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #c19b76;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 14px;
}
.le-step h3 {
    font-family: 'Jost', sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    color: #2c2a27;
    margin-bottom: 8px;
}
.le-step p {
    font-family: 'Jost', sans-serif;
    font-size: .92rem;
    color: #6b6459;
    margin: 0;
    line-height: 1.55;
}

/* ── Filter / disclaimer block ──────────────────────────── */
.le-filter-note {
    margin-top: 1.75rem;
    padding: 20px 24px;
    background: #f7f3ec;
    border-left: 4px solid #c19b76;
    border-radius: 6px;
    font-family: 'Jost', sans-serif;
    color: #5b5347;
    line-height: 1.6;
}
.le-filter-note strong { color: #2c2a27; }

/* ── Cross-sell band (quinta completa) ──────────────────── */
.le-crosssell {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.le-crosssell p {
    color: #e8e2d6;
    font-family: 'Jost', sans-serif;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* ── Stay grid (lo que tendrás) reusing highlight styling ── */
.le-stay-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 1.75rem;
}
.le-stay-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ece5db;
    border-radius: 8px;
    padding: 16px 20px;
    font-family: 'Jost', sans-serif;
    color: #3c382f;
    font-weight: 500;
}
.le-stay-item i {
    color: #c19b76;
    font-size: 1.1rem;
    width: 22px;
    text-align: center;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .le-momentos-grid { grid-template-columns: repeat(2, 1fr); }
    .le-stay-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .le-momentos-grid { grid-template-columns: 1fr; }
    .le-stay-grid { grid-template-columns: 1fr; }
    .le-atf-cta-row { flex-direction: column; align-items: stretch; }
    .le-atf-cta-row .le-cta-whats,
    .le-atf-cta-row .le-cta-ghost { justify-content: center; }
}
