/* Puente LMS ↔ diseño Plantabase: gestiones, cookies, utilidades sin romper el look */

.teamimg {
    background-image: url(/img/section_medio.png);
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-success {
    color: #198754;
    font-weight: 500;
    margin: 0.75rem 0;
}

.pb-tag-curso {
    background-color: #0CC0DF !important;
}

.pb-text-black {
    color: #000 !important;
}

.pb-badge-soon {
    color: black !important;
}

.pb-whatsapp-green {
    color: green;
}

.pb-mail-blue {
    color: #0c2ff3;
}

.pb-link-dark {
    text-decoration: none;
    color: #000;
}

.pb-contact-icons {
    text-align: center;
    padding-top: 60px;
}

.pb-overflow-hidden {
    overflow: hidden;
}

.pb-site-body {
    overflow-x: clip;
}

.pb-shop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem 1.5rem;
    justify-content: center;
    padding: 1.25rem 1rem 2.5rem;
}

.pb-shop-grid .pb-card,
.pb-shop-grid .preview-block {
    width: min(260px, 100%);
}

/* Tarjetas tienda — color por categoría */
.pb-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(260px, 100%);
    padding: 0 0 1.15rem;
    text-decoration: none;
    color: #3e4555;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    border: 1px solid #eceff4;
    border-radius: 18px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pb-card:hover,
.pb-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(62, 69, 85, 0.1);
    border-color: #FBBEDC;
    color: #3e4555;
    text-decoration: none;
}

.pb-card-tag {
    display: inline-block;
    margin: 1rem 0 0.85rem;
    padding: 0.35rem 1.1rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pb-card--curso .pb-card-tag { background: #0CC0DF; }
.pb-card--sesion .pb-card-tag { background: #FFBBDC; color: #3e4555; }
.pb-card--pack .pb-card-tag { background: #7ed957; color: #23401a; }
.pb-card--recetario .pb-card-tag,
.pb-card--ebook .pb-card-tag,
.pb-card--gratis .pb-card-tag { background: #FFDD5D; color: #3e4555; }
.pb-card--producto .pb-card-tag { background: #F1A8C8; color: #3e4555; }

.pb-card-media {
    width: calc(100% - 1.75rem);
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(160deg, #fff5f9, #f7f8fa);
    box-shadow: 0 8px 18px rgba(62, 69, 85, 0.08);
}

.pb-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.pb-card:hover .pb-card-media img {
    transform: scale(1.04);
}

.pb-card-body {
    width: 100%;
    padding: 1rem 1.1rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    flex: 1;
}

.pb-card-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #3e4555;
}

.pb-card-excerpt {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #8d97ad;
    font-weight: 400;
}

.pb-card-price {
    margin: 0.35rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3e4555;
}

.pb-card-price-usd {
    display: inline-block;
    margin-left: 0.15rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #8d97ad;
}

.pb-card-cta.pb-home-btn {
    margin-top: auto;
    margin-bottom: 0.15rem;
    border-bottom: 0;
    min-width: 7.5rem;
    pointer-events: none;
}

.shops .pb-card {
    margin: 0.5rem auto;
}

.pb-shop-hero {
    min-height: 280px !important;
    height: auto !important;
    padding: 4.25rem 0 2.75rem !important;
}

.pb-shop-hero .subportada {
    min-height: 110px !important;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pb-shop-hero-title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    margin: 1rem 0 0.35rem;
}

.pb-shop-hero-lead {
    color: rgba(255, 255, 255, 0.96);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.05rem, 2.4vw, 1.25rem);
    font-weight: 500;
    line-height: 1.45;
    max-width: 28rem;
    margin: 0.85rem auto 0;
}

/* Tienda — layout estable + look home */
.shop.pb-shop,
.shop.pb-shop * {
    box-sizing: border-box;
}

.shop.pb-shop {
    text-align: center;
}

.shop.pb-shop .pb-shop-toolbar,
.shop.pb-shop .pb-shop-howto,
.shop.pb-shop .pb-shop-section,
.shop.pb-shop .pb-shop-footer,
.shop.pb-shop .pb-shop-howto-inner,
.shop.pb-shop .pb-shop-section-head,
.shop.pb-shop .pb-shop-footer-actions {
    display: block;
}

.shop.pb-shop .pb-shop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem 1.5rem;
    justify-content: center;
    align-content: flex-start;
    padding: 1.25rem 1rem 1.5rem;
}

.shop.pb-shop .pb-shop-steps {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.shop.pb-shop .pb-shop-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.shop.pb-shop .pb-shop-filters,
.shop.pb-shop .store-pagination,
.shop.pb-shop .pb-shop-toolbar,
.shop.pb-shop .pb-shop-footer-actions {
    display: flex;
    flex-wrap: wrap;
}

.pb-shop-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.15rem 1.25rem 0.25rem;
}

.pb-shop-howto {
    background: linear-gradient(180deg, #fff5f9 0%, #fff 100%);
    border-bottom: 1px solid #ffe4f0;
    padding: 2rem 1.25rem 2.25rem;
}

.pb-shop-howto-inner {
    max-width: 960px;
    margin: 0 auto;
}

.pb-shop-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #F1A8C8;
    margin: 0 0 0.5rem;
}

.pb-shop-heading {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #3e4555;
    margin: 0 0 1.35rem;
}

.pb-shop-step {
    background: #fff;
    border: 1px solid #FBBEDC;
    border-radius: 16px;
    padding: 1.25rem 1rem 1.15rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-shop-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(241, 168, 200, 0.18);
}

.pb-shop-step strong {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #3e4555;
}

.pb-shop-step p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
    color: #8d97ad;
    line-height: 1.5;
}

.pb-shop-step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(to right, #FBBEDC 0%, #F1A8C8 100%);
    box-shadow: 0 6px 14px rgba(241, 168, 200, 0.28);
}

.pb-shop-section {
    padding: 2.5rem 0 1rem;
    background: #fff;
}

.pb-shop-section-head {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 1.25rem 0.5rem;
}

.pb-shop-filters {
    justify-content: center;
    gap: 0.45rem;
    margin: 1.1rem auto 0.25rem;
    padding: 0.7rem 0.85rem;
    background: #fff;
    border: 1px solid #FBBEDC;
    border-radius: 999px;
    max-width: 760px;
}

.pb-shop-empty {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-size: 0.95rem;
    margin: 1.5rem auto;
    width: 100%;
}

.pb-shop-footer {
    padding: 2rem 1rem 3.5rem;
    background: #f7f8fa;
}

.pb-shop-footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
}

@media (max-width: 768px) {
    .shop.pb-shop .pb-shop-steps {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .pb-shop-filters {
        border-radius: 18px;
        max-width: 100%;
    }

    .pb-shop-toolbar {
        justify-content: center;
    }
}

.pb-page-pad {
    padding: 2rem 1rem 4rem;
}

.pb-legal {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #3e4555;
    line-height: 1.7;
}

.pb-legal h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.legal-hero {
    background: var(--primary-mist);
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem);
    border-bottom: 1px solid var(--primary-pale);
    font-family: var(--font-sans);
}

.legal-hero-title {
    font-family: var(--font-sans);
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--text-dark);
}

.legal-hero-updated {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 0.5rem;
}

.legal-body {
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 5rem);
    background: var(--white);
    font-family: var(--font-sans);
}

.legal-body-inner {
    max-width: 760px;
    margin: 0 auto;
}

.legal-body-inner h2 {
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 2.5rem 0 1rem;
}

.legal-body-inner h2:first-child {
    margin-top: 0;
}

.legal-body-inner p,
.legal-body-inner li {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.85;
}

.legal-body-inner ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.legal-body-inner li {
    margin-bottom: 0.5rem;
}

:root {
    --primary: #FBBEDC;
    --primary-dark: #F1A8C8;
    --primary-pale: #ffe4f0;
    --primary-mist: #fff5f9;
    --slate-pale: #e8ecf2;
    --slate-mist: #f7f8fa;
    --slate-dark: #3e4555;
    --text-dark: #3e4555;
    --text-mid: #8d97ad;
    --text-light: #a0aab8;
    --white: #fff;
    --font-sans: "Montserrat", sans-serif;
    --font-serif: "Montserrat", sans-serif;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: linear-gradient(to right, #FBBEDC 0%, #F1A8C8 100%);
    border: 0;
    color: #fff;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: #fff;
    border: 1px solid #FBBEDC;
    color: #3e4555;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dde2ea;
    color: #3e4555;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
}

.btn-block { width: 100%; }
.btn-nowrap { white-space: nowrap; }

/* Cookie consent (compatible con cookie-consent.js) */
.cookie-consent,
#cookie-consent-banner.cookie-consent {
    display: none;
    position: fixed !important;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 99999;
    width: auto;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    background: #1e293b;
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat", sans-serif;
}

.cookie-consent.is-visible,
#cookie-consent-banner.cookie-consent.is-visible {
    display: block !important;
}

.cookie-consent__text {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #ffffff;
}

.cookie-consent__text a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cookie-consent__actions .btn-primary,
#cookie-consent-accept {
    flex: 1;
    justify-content: center;
}

.cookie-consent__decline {
    flex: 1;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
}

.checkout-shell {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: var(--primary-mist);
}

.checkout-card {
    max-width: 480px;
    width: 100%;
    background: var(--white);
    border: 1px solid #FBBEDC;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.checkout-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.checkout-title--tight { margin-bottom: 0.5rem; }
.checkout-lead,
.checkout-lead--plain {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.checkout-free-price,
.checkout-price-total {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 1.5rem 0;
}

.checkout-price-wrap { margin: 1.5rem 0; }
.checkout-price-subtotal {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
    margin: 0;
    display: none;
}
.checkout-price-subtotal.is-visible { display: block; }
.checkout-price-total.is-discounted { color: var(--primary-dark); }
.checkout-coupon-feedback { font-size: 0.8rem; margin: 0.5rem 0 0; }
.checkout-coupon-feedback.is-error { color: #ef4444; }
.checkout-coupon-feedback.is-ok { color: var(--primary-dark); }
.checkout-errors {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    text-align: left;
}
.checkout-errors p { margin: 0; }
.checkout-field { text-align: left; margin-bottom: 1.25rem; }
.checkout-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-mid);
    margin-bottom: 0.5rem;
}
.checkout-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--slate-pale);
    border-radius: 10px;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    outline: none;
}
.checkout-footnote {
    font-size: 0.78rem;
    color: var(--text-light);
    margin-top: 1.25rem;
    line-height: 1.6;
}
.checkout-price-hint {
    font-size: 0.78rem;
    color: var(--text-light);
    margin: 0.35rem 0 0;
}
.checkout-pay-methods {
    border: 0;
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: left;
}
.checkout-pay-methods legend {
    margin-bottom: 0.65rem;
}
.checkout-pay-option {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    border: 1px solid var(--slate-pale);
    border-radius: 12px;
    margin-bottom: 0.65rem;
    cursor: pointer;
}
.checkout-pay-option:has(input:checked) {
    border-color: var(--primary, #f28ab8);
    background: rgba(242, 138, 184, 0.08);
}
.checkout-pay-option input {
    margin-top: 0.2rem;
}
.checkout-pay-option strong {
    display: block;
    font-size: 0.92rem;
    color: var(--text-dark);
}
.checkout-pay-option small {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: var(--text-light);
    line-height: 1.45;
}
.checkout-usd-notice {
    text-align: left;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.85rem;
    line-height: 1.55;
}
.checkout-usd-notice p { margin: 0 0 0.5rem; }
.checkout-usd-notice p:last-child { margin-bottom: 0; }
.checkout-usd-notice a { color: #9a3412; font-weight: 600; }
.checkout-usd-box {
    background: var(--primary-mist, #fff5f9);
    border: 1px dashed #FBBEDC;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    margin: 0 0 1.25rem;
}
.checkout-alias {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--text-dark);
    margin: 0.25rem 0 0;
    word-break: break-all;
}
.mt-cart { margin-top: 0.75rem; }
.product-sidebar-card .checkout-field { margin-bottom: 0.9rem; }
.product-sidebar-card .checkout-usd-notice { font-size: 0.8rem; }
.checkout-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}
.checkout-icon--ok { background: var(--primary-pale); }
.checkout-icon--pending { background: #fef3c7; }
.checkout-icon--fail { background: #fee2e2; }

.section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-dark);
    margin-bottom: 0.75rem;
}
.eyebrow-center { text-align: center; }

.store-pagination {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.25rem auto 1.75rem;
    padding: 0 1rem;
}

.store-pagination a,
.store-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #FBBEDC;
    color: #3e4555;
    text-decoration: none;
    font-size: 0.85rem;
    background: #fff;
}

.filter-btn {
    font-size: 0.85rem;
    color: #3e4555;
    background: #fff;
    border: 1px solid #FBBEDC;
    min-height: 44px;
    padding: 0.65rem 1.05rem;
    border-radius: 100px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.15rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.filter-btn:hover {
    background: #fff5f9;
    color: #3e4555;
}

.filter-btn.active {
    background: #F1A8C8;
    color: #fff;
    border-color: #F1A8C8;
}

.btn-block-mt { width: 100%; margin-top: 0.75rem; }
.btn-block-spaced { width: 100%; margin: 0.75rem 0; }
.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--slate-pale);
    border-radius: 10px;
    font-family: var(--font-sans);
    font-size: 0.9rem;
}
.form-input.error { border-color: #dc3545; }
.section-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-family: var(--font-sans);
}
.section-title em { font-style: italic; color: var(--primary-dark); }
.meta-muted { font-size: 0.8rem; color: var(--text-light); line-height: 1.6; }
/* Detalle curso/producto — mismo lenguaje visual que home/tienda */
.product-hero {
    padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3.5rem) 3rem;
    background: var(--white);
    font-family: var(--font-sans);
}

.product-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(380px, 100%);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.product-hero-main {
    min-width: 0;
}

.product-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-light);
    text-decoration: none;
    margin-bottom: 1.25rem;
    transition: color 0.2s;
}

.product-back:hover {
    color: var(--text-dark);
}

.product-back svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.product-cat {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-dark);
    margin-bottom: 0.75rem;
}

.product-title {
    font-family: var(--font-sans);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.product-long-desc {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.8;
    padding-top: 1.25rem;
    border-top: 1px solid var(--primary-pale);
}

.product-sidebar-card {
    background: var(--primary-mist);
    border: 1px solid var(--primary-pale);
    border-radius: 18px;
    padding: clamp(1.15rem, 2.5vw, 1.75rem);
    position: sticky;
    top: 80px;
}

.product-image {
    height: clamp(160px, 28vw, 220px);
    background: linear-gradient(135deg, var(--primary-mist) 0%, var(--primary-pale) 100%);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-price {
    font-family: var(--font-sans);
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.buy-currency {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-light);
    margin-left: 0.25rem;
}

.buy-panel-form {
    margin-top: 0.65rem;
}

.product-sidebar-card .checkout-pay-methods {
    margin-bottom: 0.85rem;
    gap: 0.45rem;
}

.product-sidebar-card .checkout-pay-option {
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
}

.product-sidebar-card .checkout-price-hint,
.product-sidebar-card .checkout-footnote {
    font-size: 0.75rem;
}

.product-sidebar-card .btn-primary,
.product-sidebar-card .btn-secondary {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    min-height: 44px;
}

.owned-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--primary-pale);
    color: var(--slate-dark);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    width: 100%;
}

.product-divider {
    height: 1px;
    background: var(--primary-pale);
    margin: 1.15rem 0;
}

.duration-line {
    color: var(--text-mid);
    margin-bottom: 1rem;
}

.price-free,
.price-free-mb {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.product-price-old {
    text-decoration: line-through;
    color: var(--text-light);
}

.product-discount {
    display: inline-block;
    background: var(--primary-pale);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
    .product-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-sidebar-card {
        position: static;
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .product-hero {
        padding: 3rem 1.15rem 2.25rem;
    }

    .product-sidebar-card {
        max-width: none;
        border-radius: 16px;
    }
}

/* Gestiones modal */
.gestiones-modal {
    border: none;
    border-radius: 16px;
    padding: 0;
    max-width: 480px;
    width: calc(100% - 2rem);
    font-family: "Montserrat", sans-serif;
}

.gestiones-modal::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.gestiones-modal__panel {
    padding: 1.5rem;
    position: relative;
}

.gestiones-modal__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.gestiones-modal__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: #F1A8C8;
    margin: 0 0 0.5rem;
}

.gestiones-modal__title {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    color: #3e4555;
}

.gestiones-modal__lead {
    color: #8d97ad;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.gestiones-modal__form .form-group {
    margin-bottom: 0.75rem;
    text-align: left;
}

.gestiones-modal__form .form-label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    color: #3e4555;
}

.gestiones-modal__form .form-control {
    width: 100%;
    border: 1px solid #dde2ea;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
}

.gestiones-modal__form .btn-primary {
    background: linear-gradient(to right, #FBBEDC 0%, #F1A8C8 100%);
    border: 0;
    color: #fff;
    padding: 0.6rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    width: 100%;
    margin-top: 0.5rem;
}

.gestiones-modal__success {
    background: #e8f8ef;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.form-error {
    color: #dc3545;
    font-size: 0.8rem;
}

.footer-legal-links a {
    color: #3e4555;
    text-decoration: none;
    margin: 0 0.35rem;
    font-size: 0.8rem;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}

.pb-newsletter {
    background: linear-gradient(180deg, #fff5f9 0%, #ffe4f0 100%);
    padding: 3.25rem 1.25rem 3.5rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.pb-newsletter-card {
    max-width: 560px;
    margin: 0 auto;
    padding: 2rem 1.5rem 2.15rem;
    background: #fff;
    border: 1px solid #FBBEDC;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(241, 168, 200, 0.16);
}

.pb-newsletter-card h4 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #3e4555;
}

.pb-newsletter-lead {
    margin: 0 auto 1.25rem;
    max-width: 36ch;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #8d97ad;
}

.pb-newsletter .newsletter-form {
    display: flex;
    gap: 0.55rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.pb-newsletter .newsletter-input {
    flex: 1;
    min-width: 200px;
    border: 1px solid #FBBEDC;
    border-radius: 999px;
    padding: 0.75rem 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.pb-newsletter .newsletter-input:focus {
    border-color: #F1A8C8;
    box-shadow: 0 0 0 3px rgba(251, 190, 220, 0.35);
}

.pb-newsletter .btn-primary {
    background: linear-gradient(to right, #FBBEDC 0%, #F1A8C8 100%);
    border: 0;
    color: #fff;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
}

.pb-detail {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.pb-detail-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 768px) {
    .pb-detail-grid {
        grid-template-columns: 1fr;
    }
}

.pb-detail-cover {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #fff5f9;
}

.pb-detail-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.pb-detail-card {
    background: #fff;
    border: 1px solid #FBBEDC;
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 5rem;
}

.pb-detail-card .btn-info-gradiant {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

/* ——— Home (/) — mismo formato Plantabase, ritmo más limpio ——— */
.pb-home-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #F1A8C8;
    margin: 0 0 0.65rem;
}

.pb-home-feature-inner {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.pb-home-feature--alt .pb-home-feature-inner {
    background: #f7f8fa;
}

.pb-home-copy .details-about h3 {
    font-weight: 600;
    margin-bottom: 0.85rem;
}

.pb-home-copy .details-about p {
    line-height: 1.75;
    color: #6b7280;
}

.pb-home-checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    text-align: left;
    line-height: 1.55;
    border-bottom: 1px solid rgba(251, 190, 220, 0.35);
    padding-bottom: 0.65rem !important;
    margin-bottom: 0.15rem;
}

.pb-home-checks li:last-child {
    border-bottom: 0;
}

.pb-home .sectionabout .text-info {
    color: #1dc8cc !important;
}

.pb-home-price h5,
.pb-home-price {
    color: #3e4555;
    font-weight: 600;
    margin: 0.5rem 0 0;
}

.pb-home-note {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #8d97ad;
    margin-bottom: 1.35rem;
}

.pb-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 48px;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(to right, #FBBEDC 0%, #F1A8C8 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(241, 168, 200, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

.pb-home-btn span {
    color: inherit;
}

.pb-home-btn:hover,
.pb-home-btn:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(241, 168, 200, 0.35);
    background: linear-gradient(to right, #F1A8C8 0%, #FBBEDC 100%);
}

.pb-home-btn--ghost {
    background: #fff;
    color: #3e4555;
    border: 2px solid #FBBEDC;
    box-shadow: none;
}

.pb-home-btn--ghost:hover,
.pb-home-btn--ghost:focus-visible {
    background: #fff5f9;
    color: #3e4555;
    box-shadow: none;
}

.pb-home-btn--sm {
    min-height: 40px;
    padding: 0.55rem 1.15rem;
    font-size: 0.78rem;
}

.pb-home-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
}

.pb-home-form-actions {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
}

.pb-home-media {
    min-height: 320px;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(160deg, #fff5f9 0%, #ffffff 55%, #f0fbfd 100%);
    border: 1px solid #FBBEDC;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-home-media .img-right,
.pb-home-media .img-right-stockeado {
    min-height: 360px;
    border-radius: 14px;
    background-size: cover;
}

.pb-home-shop {
    padding: 3rem 0 3.5rem;
    background: #fff;
    overflow-x: clip;
}

.pb-home-shop .shops,
.pb-home-shop .owl-carousel,
.pb-home-shop .owl-stage-outer {
    overflow: hidden;
}

.pb-home-shop-intro {
    max-width: 820px;
    margin: 0 auto 1.25rem;
    padding: 0 1.25rem;
    text-align: center;
}

.pb-home-buy-flow {
    list-style: none;
    margin: 0.35rem auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.35rem 0.5rem;
}

.pb-home-buy-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 140px;
    padding: 0.85rem 1rem 0.9rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #FBBEDC;
    box-shadow: 0 6px 16px rgba(241, 168, 200, 0.12);
    font-family: "Montserrat", sans-serif;
}

.pb-home-buy-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fff5f9, #FBBEDC);
    color: #3e4555;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.pb-home-buy-num {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #F1A8C8;
}

.pb-home-buy-step strong {
    font-size: 0.92rem;
    font-weight: 700;
    color: #3e4555;
}

.pb-home-buy-step small {
    font-size: 0.72rem;
    color: #8d97ad;
    line-height: 1.35;
}

.pb-home-buy-connector {
    width: 28px;
    align-self: center;
    height: 2px;
    background: linear-gradient(90deg, #FBBEDC, #F1A8C8);
    border-radius: 999px;
    list-style: none;
}

@media (max-width: 700px) {
    .pb-home-buy-connector {
        display: none;
    }

    .pb-home-buy-step {
        min-width: calc(50% - 0.5rem);
        flex: 1 1 140px;
    }
}

.pb-home-carousel {
    padding: 1rem 0 1.5rem;
}

.pb-home-shop-cta {
    display: flex;
    justify-content: center;
    margin: 0.75rem 0 0.25rem;
    padding: 0 1rem 0.5rem;
}

.pb-home-testimonials .testimonial1 {
    background: #f7f8fa !important;
}

.pb-home-quote {
    border-radius: 16px !important;
    border: 1px solid #e8ecf2 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-home-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(62, 69, 85, 0.08);
}

.pb-home-quote .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pb-quote-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0 0 0.9rem;
}

.pb-quote-line {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #FBBEDC;
    flex-shrink: 0;
}

.pb-quote-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0;
    border-radius: 8px;
    display: block;
}

.pb-home-testimonials .owl-theme .owl-dots .owl-dot span {
    background: #FBBEDC;
    opacity: 0.55;
}

.pb-home-testimonials .owl-theme .owl-dots .owl-dot.active span,
.pb-home-testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #F1A8C8 !important;
    opacity: 1;
}

.pb-home-team .team-boxed {
    background: #fff5f9;
}

.pb-home-team .box {
    border: 1px solid #FBBEDC;
    border-radius: 18px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-home-team .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(241, 168, 200, 0.2);
}

.pb-nutri-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pb-nutri-avatar-fallback {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #FBBEDC, #F1A8C8);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.pb-nutri-activities {
    list-style: none;
    margin: 0.65rem auto 1rem;
    padding: 0;
    text-align: left;
    width: fit-content;
    max-width: 100%;
}

.pb-nutri-activities li {
    position: relative;
    font-size: 0.84rem;
    line-height: 1.35;
    color: #7d8285;
    padding: 0 0 0 0.95rem;
    margin: 0;
}

.pb-nutri-activities li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F1A8C8;
}

.pb-nutri-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    width: 100%;
}

.pb-nutri-socials {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid #ffe4f0;
    width: 100%;
}

.pb-nutri-socials a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8d97ad;
    background: #fff5f9;
    border: 1px solid #FBBEDC;
    font-size: 0.78rem;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.pb-nutri-socials a:hover {
    color: #3e4555;
    background: #FBBEDC;
    transform: translateY(-1px);
}

.pb-home-contact-card {
    border-radius: 20px !important;
    border: 1px solid #FBBEDC !important;
    overflow: hidden;
}

.pb-home-contact .contact-box .title {
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.pb-home-contact .form-control {
    border-radius: 10px;
    border-color: #e8ecf2;
}

.pb-home-contact .form-control:focus {
    border-color: #FBBEDC;
    box-shadow: 0 0 0 3px rgba(251, 190, 220, 0.25);
}

.pb-home .pb-newsletter {
    border-top: 1px solid #FBBEDC;
}

@media (max-width: 520px) {
    .pb-newsletter .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .pb-newsletter .newsletter-form .pb-home-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .pb-home-media {
        min-height: 240px;
        margin-bottom: 0.5rem;
    }

    .pb-home-media .img-right,
    .pb-home-media .img-right-stockeado {
        min-height: 260px;
    }

    .pb-home-ctas {
        justify-content: center;
    }

    .pb-home-ctas .pb-home-btn {
        width: 100%;
    }
}

/* Mobile polish: spacing + hit targets */
@media (max-width: 768px) {
    .pb-contact-icons {
        padding-top: 1.5rem;
    }

    .pb-detail-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .checkout-card {
        padding: 1.5rem 1.15rem;
        border-radius: 16px;
    }
}
