/**
 * Just4You Pro — Besten Kids product landing
 * Loaded only on /product/besten-kids/ via inc/enqueue.php.
 * Scoped to .j4y-besten-kids so it never bleeds into other product pages.
 *
 * Palette: same family as Besten (cream/sage/terracotta) + honey/amber accent for "kids".
 */

.j4y-besten-kids { font-family: 'Inter', system-ui, sans-serif; line-height: 1.7; color: var(--c-ink); }
.j4y-besten-kids h1, .j4y-besten-kids h2, .j4y-besten-kids h3, .j4y-besten-kids h4 {
    font-family: 'DM Serif Display', Georgia, serif; font-weight: 400;
    color: var(--c-sage-deep); letter-spacing: -.018em; line-height: 1.1;
    margin: 0 0 1rem;
}
.j4y-besten-kids h1 em, .j4y-besten-kids h2 em, .j4y-besten-kids h3 em {
    color: #c98c2e; font-style: italic; font-family: inherit;
}
.j4y-besten-kids p { margin: 0 0 1rem; }
.j4y-besten-kids img { max-width: 100%; height: auto; display: block; }

.j4y-besten-kids .j4y-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .82rem; font-weight: 600; letter-spacing: .14em;
    color: #c98c2e; text-transform: uppercase;
    margin: 0 0 1.4rem;
}
.j4y-besten-kids .j4y-eyebrow::before {
    content: ""; width: 22px; height: 1px; background: #e8c98c;
}

/* ===== 1. HERO ===== */
.j4y-besten-kids__hero {
    position: relative; min-height: 80vh;
    display: flex; align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--c-cream) 0%, #fbf3e2 100%);
}
.j4y-besten-kids__hero-blob-a {
    position: absolute; width: 720px; height: 720px;
    border-radius: 50%; background: #f0d99c; opacity: .55;
    top: -260px; right: -300px; filter: blur(60px); z-index: 0;
}
.j4y-besten-kids__hero-blob-b {
    position: absolute; width: 500px; height: 500px;
    border-radius: 50%; background: var(--c-sage); opacity: .35;
    bottom: -200px; left: -180px; filter: blur(60px); z-index: 0;
}
.j4y-besten-kids__hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px;
    align-items: center; padding: 80px 0;
}
.j4y-besten-kids__hero-copy h1 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); margin-bottom: 1.4rem; }
.j4y-besten-kids__hero-lede {
    font-size: 1.1rem; line-height: 1.7;
    color: var(--c-sage-deep); max-width: 52ch; margin-bottom: 2rem;
    font-weight: 400;
}
.j4y-besten-kids__hero-cta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.j4y-besten-kids__hero-media { position: relative; }
.j4y-besten-kids__hero-circle {
    aspect-ratio: 1; border-radius: 50%;
    background: linear-gradient(135deg, #f0d99c 0%, #c98c2e 100%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg); position: relative;
    max-width: 520px; margin-left: auto;
}
.j4y-besten-kids__hero-circle::before {
    content: ""; position: absolute; inset: 26px;
    border-radius: 50%; border: 1px dashed rgba(255,255,255,.5); z-index: 1; pointer-events: none;
}
.j4y-besten-kids__hero-circle img {
    width: 70%; position: relative; z-index: 2;
    filter: drop-shadow(0 18px 32px rgba(120,80,20,.25));
}
.j4y-besten-kids__hero-tag {
    position: absolute; background: #fff; padding: 12px 18px;
    border-radius: var(--r-pill); font-size: .9rem; font-weight: 600;
    color: var(--c-sage-deep); box-shadow: var(--shadow-md);
    display: inline-flex; align-items: center; gap: .5rem; z-index: 4;
}
.j4y-besten-kids__hero-tag::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%; background: #c98c2e;
}
.j4y-besten-kids__hero-tag--top { top: 8%; right: -6%; }
.j4y-besten-kids__hero-tag--bottom { bottom: 14%; left: -4%; }
.j4y-besten-kids__hero-tag--bottom::before { background: var(--c-sage-dark); }

/* ===== 2. PROMESA ===== */
.j4y-besten-kids__promesa {
    padding: 80px 0; text-align: center;
    background: var(--c-cream);
}
.j4y-besten-kids__promesa h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    max-width: 800px; margin: 0 auto;
}

/* ===== 3. ¿ES PARA TU HIJO? ===== */
.j4y-besten-kids__foryou {
    padding: clamp(80px, 11vw, 120px) 0;
    background: linear-gradient(180deg, var(--c-cream) 0%, #fbf3e2 100%);
}
.j4y-besten-kids__foryou-head {
    text-align: center; max-width: 720px; margin: 0 auto 4rem;
}
.j4y-besten-kids__foryou-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.2rem; }
.j4y-besten-kids__foryou-head p { color: var(--c-sage-deep); opacity: .8; }
.j4y-besten-kids__foryou-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
    max-width: 1000px; margin: 0 auto;
}
.j4y-besten-kids__foryou-card {
    padding: 2.4rem; border-radius: var(--r-lg);
    background: #fff; box-shadow: var(--shadow-md);
    border-top: 4px solid transparent;
}
.j4y-besten-kids__foryou-card--yes { border-top-color: var(--c-sage-dark); }
.j4y-besten-kids__foryou-card--no { border-top-color: #c98c2e; }
.j4y-besten-kids__foryou-card h3 { font-size: 1.5rem; margin-bottom: 1.2rem; }
.j4y-besten-kids__foryou-list { list-style: none; padding: 0; margin: 0; }
.j4y-besten-kids__foryou-list li {
    padding: .8rem 0 .8rem 1.8rem; position: relative;
    border-bottom: 1px dashed rgba(38,71,7,.15);
    line-height: 1.55;
}
.j4y-besten-kids__foryou-list li:last-child { border-bottom: none; }
.j4y-besten-kids__foryou-card--yes .j4y-besten-kids__foryou-list li::before {
    content: "✓"; position: absolute; left: 0; top: .8rem;
    color: var(--c-sage-dark); font-weight: 700;
}
.j4y-besten-kids__foryou-card--no .j4y-besten-kids__foryou-list li::before {
    content: "!"; position: absolute; left: .35rem; top: .8rem;
    color: #c98c2e; font-weight: 700;
}

/* ===== 4. BENEFICIOS ===== */
.j4y-besten-kids__benefits {
    padding: clamp(90px, 13vw, 140px) 0;
    background: var(--c-cream);
}
.j4y-besten-kids__benefits-head {
    text-align: center; max-width: 720px; margin: 0 auto 5rem;
}
.j4y-besten-kids__benefits-head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.j4y-besten-kids__benefit {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
    padding: 4rem 0; border-bottom: 1px solid rgba(38,71,7,.08);
}
.j4y-besten-kids__benefit:last-child { border-bottom: none; }
.j4y-besten-kids__benefit:nth-child(odd) > div:first-child { order: 2; }
.j4y-besten-kids__benefit:nth-child(odd) > .j4y-besten-kids__benefit-visual { order: 1; }
.j4y-besten-kids__benefit-num {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 4rem; line-height: 1;
    color: #e8c98c; opacity: .65;
    margin-bottom: 1rem;
}
.j4y-besten-kids__benefit h3 { font-size: clamp(1.6rem, 2.6vw, 2rem); }
.j4y-besten-kids__benefit p {
    color: var(--c-ink); font-size: 1.02rem; line-height: 1.75;
    max-width: 50ch;
}
.j4y-besten-kids__benefit-visual {
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--shadow-md);
}
.j4y-besten-kids__benefit-visual img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
}

/* ===== 5. 4 MODOS DE TOMARLO (NUEVA SECCIÓN) ===== */
.j4y-besten-kids__modos {
    padding: clamp(90px, 13vw, 140px) 0;
    background: linear-gradient(180deg, #fbf3e2 0%, var(--c-cream) 100%);
    position: relative; overflow: hidden;
}
.j4y-besten-kids__modos::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 320px; height: 320px; border-radius: 50%;
    background: #f0d99c; opacity: .4; filter: blur(80px);
}
.j4y-besten-kids__modos-head {
    text-align: center; max-width: 760px; margin: 0 auto 4.5rem;
    position: relative; z-index: 1;
}
.j4y-besten-kids__modos-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.2rem; }
.j4y-besten-kids__modos-head p {
    color: var(--c-sage-deep); opacity: .85;
    max-width: 56ch; margin: 0 auto;
}
.j4y-besten-kids__modos-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem;
    max-width: 1100px; margin: 0 auto;
    position: relative; z-index: 1;
}
.j4y-besten-kids__modo {
    background: #fff; border-radius: var(--r-lg);
    overflow: hidden; box-shadow: var(--shadow-md);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex; flex-direction: column;
}
.j4y-besten-kids__modo:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(38,71,7,.12);
}
.j4y-besten-kids__modo-image {
    aspect-ratio: 4/3; overflow: hidden;
    background: linear-gradient(135deg, #f4e9d8 0%, #e8c98c 100%);
}
.j4y-besten-kids__modo-image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s ease;
}
.j4y-besten-kids__modo:hover .j4y-besten-kids__modo-image img {
    transform: scale(1.04);
}
.j4y-besten-kids__modo-copy { padding: 2rem; }
.j4y-besten-kids__modo-num {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.4rem; color: #c98c2e;
    display: inline-block; margin-bottom: .6rem;
    letter-spacing: .04em;
}
.j4y-besten-kids__modo h3 {
    font-size: 1.5rem; margin-bottom: .8rem;
}
.j4y-besten-kids__modo p {
    font-size: .96rem; line-height: 1.7;
    color: var(--c-ink);
}

/* ===== 6. OBJECIONES ===== */
.j4y-besten-kids__objections {
    padding: clamp(90px, 13vw, 140px) 0;
    background: var(--c-sage-deep);
    color: var(--c-cream);
    position: relative; overflow: hidden;
}
.j4y-besten-kids__objections-head {
    text-align: center; max-width: 720px; margin: 0 auto 4rem;
}
.j4y-besten-kids__objections-head .j4y-eyebrow { color: #f0d99c; }
.j4y-besten-kids__objections-head .j4y-eyebrow::before { background: #f0d99c; }
.j4y-besten-kids__objections-head h2 {
    color: var(--c-cream); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.2rem;
}
.j4y-besten-kids__objections-head h2 em { color: #f0d99c; }
.j4y-besten-kids__objections-head p { color: rgba(244,233,216,.85); }
.j4y-besten-kids__objections-list {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem;
    max-width: 1000px; margin: 0 auto;
}
.j4y-besten-kids__objection {
    background: rgba(255,255,255,.05); padding: 2rem;
    border-radius: var(--r-lg); border: 1px solid rgba(244,233,216,.1);
}
.j4y-besten-kids__objection h3 {
    color: var(--c-cream); font-size: 1.2rem; margin-bottom: .8rem;
}
.j4y-besten-kids__objection p {
    color: rgba(244,233,216,.85); font-size: .98rem; line-height: 1.7;
    margin: 0;
}

/* ===== 7. CÓMO SE PREPARA ===== */
.j4y-besten-kids__howto {
    padding: clamp(90px, 13vw, 140px) 0;
    background: var(--c-cream);
}
.j4y-besten-kids__howto-head {
    text-align: center; max-width: 720px; margin: 0 auto 4rem;
}
.j4y-besten-kids__howto-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.2rem; }
.j4y-besten-kids__howto-head p { color: var(--c-sage-deep); opacity: .8; }
.j4y-besten-kids__howto-steps {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
    max-width: 1000px; margin: 0 auto;
}
.j4y-besten-kids__howto-step {
    background: #fff; padding: 2.4rem 1.8rem;
    border-radius: var(--r-lg); text-align: center;
    box-shadow: var(--shadow-sm); position: relative;
}
.j4y-besten-kids__howto-num {
    position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: #c98c2e; color: #fff;
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.4rem; line-height: 40px;
}
.j4y-besten-kids__howto-icon {
    font-size: 2.4rem; margin: 1rem 0;
}
.j4y-besten-kids__howto-step h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.j4y-besten-kids__howto-step p { font-size: .96rem; color: var(--c-ink); }

/* ===== 8. INGREDIENTES ===== */
.j4y-besten-kids__ingredients {
    padding: clamp(90px, 13vw, 140px) 0;
    background: linear-gradient(180deg, var(--c-cream) 0%, #fbf3e2 100%);
}
.j4y-besten-kids__ingredients-inner {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem;
    align-items: center; max-width: 1100px; margin: 0 auto;
}
.j4y-besten-kids__ingredients-visual {
    background: linear-gradient(135deg, #f0d99c 0%, #e8c98c 100%);
    border-radius: var(--r-lg); padding: 2.5rem; text-align: center;
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg);
}
.j4y-besten-kids__ingredients-visual img {
    width: 75%;
    filter: drop-shadow(0 18px 32px rgba(120,80,20,.25));
}
.j4y-besten-kids__ingredients-copy h2 { font-size: clamp(2rem, 4vw, 2.8rem); }
.j4y-besten-kids__ingredients-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.j4y-besten-kids__ingredients-list li {
    display: flex; gap: 1rem; align-items: flex-start;
    padding: 1.2rem 0; border-bottom: 1px solid rgba(38,71,7,.1);
}
.j4y-besten-kids__ingredients-list li:last-child { border-bottom: none; }
.j4y-besten-kids__ingredients-icon {
    font-size: 1.6rem; flex-shrink: 0; width: 44px;
    text-align: center;
}
.j4y-besten-kids__ingredients-content strong {
    display: block; font-weight: 700; color: var(--c-sage-deep);
    margin-bottom: .25rem;
}
.j4y-besten-kids__ingredients-content span {
    font-size: .94rem; color: var(--c-ink); line-height: 1.6;
}

/* ===== 9. GUARANTEE ===== */
.j4y-besten-kids__guarantee {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid rgba(38,71,7,.08);
    border-bottom: 1px solid rgba(38,71,7,.08);
}
.j4y-besten-kids__guarantee-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
    max-width: 900px; margin: 0 auto;
}
.j4y-besten-kids__guarantee-item { text-align: center; }
.j4y-besten-kids__guarantee-icon { font-size: 2rem; margin-bottom: .8rem; }
.j4y-besten-kids__guarantee-item h4 {
    font-family: 'Inter', sans-serif; font-weight: 700;
    font-size: 1rem; color: var(--c-sage-deep);
    margin-bottom: .3rem; text-transform: none; letter-spacing: 0;
}
.j4y-besten-kids__guarantee-item p {
    font-size: .88rem; color: var(--c-ink); opacity: .8; margin: 0;
}

/* ===== 10. CTA FINAL ===== */
.j4y-besten-kids__cta {
    padding: clamp(90px, 13vw, 140px) 0;
    background: linear-gradient(180deg, #fbf3e2 0%, var(--c-cream) 100%);
    text-align: center;
}
.j4y-besten-kids__cta h2 {
    font-size: clamp(2.2rem, 4.4vw, 3.2rem); margin-bottom: 1rem;
}
.j4y-besten-kids__cta-intro {
    max-width: 56ch; margin: 0 auto 3rem;
    color: var(--c-sage-deep); font-size: 1.05rem;
}
.j4y-besten-kids__cta-card {
    display: grid; grid-template-columns: 1fr 1.3fr; gap: 3rem;
    align-items: center;
    max-width: 880px; margin: 0 auto;
    background: #fff; border-radius: var(--r-lg);
    padding: 3rem; box-shadow: var(--shadow-lg);
    text-align: left;
}
.j4y-besten-kids__cta-image {
    background: linear-gradient(135deg, #f0d99c 0%, #c98c2e 100%);
    border-radius: var(--r-md); padding: 2rem;
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
}
.j4y-besten-kids__cta-image img {
    width: 80%;
    filter: drop-shadow(0 14px 24px rgba(120,80,20,.3));
}
.j4y-besten-kids__cta-eyebrow {
    font-size: .82rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #c98c2e;
    margin-bottom: 1rem;
}
.j4y-besten-kids__cta-name {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0 0 1rem;
}
.j4y-besten-kids__cta-desc {
    color: var(--c-ink); font-size: 1rem; line-height: 1.7;
    margin-bottom: 1.4rem;
}
.j4y-besten-kids__cta-price {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 2.4rem; color: var(--c-sage-deep);
    margin-bottom: 1.5rem;
}
.j4y-besten-kids__cta-btn { display: inline-block !important; }
.j4y-besten-kids__cta-fineprint {
    font-size: .82rem; color: var(--c-ink); opacity: .7;
    margin-top: 1.2rem;
}

/* ===== 11. FAQ RESIDUAL ===== */
.j4y-besten-kids__faq {
    padding: clamp(80px, 11vw, 120px) 0;
    background: var(--c-cream);
}
.j4y-besten-kids__faq-head {
    text-align: center; max-width: 720px; margin: 0 auto 3rem;
}
.j4y-besten-kids__faq-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.j4y-besten-kids__faq-list {
    max-width: 760px; margin: 0 auto;
}
.j4y-besten-kids__faq-item {
    background: #fff; padding: 1.4rem 1.8rem;
    border-radius: var(--r-md); margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
}
.j4y-besten-kids__faq-item summary {
    cursor: pointer; font-weight: 600; color: var(--c-sage-deep);
    font-size: 1.05rem; list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.j4y-besten-kids__faq-item summary::after {
    content: "+"; font-size: 1.4rem; color: #c98c2e;
    font-weight: 400; transition: transform .3s ease;
}
.j4y-besten-kids__faq-item[open] summary::after {
    transform: rotate(45deg);
}
.j4y-besten-kids__faq-item p {
    margin-top: 1rem; padding-top: 1rem;
    border-top: 1px dashed rgba(38,71,7,.15);
    color: var(--c-ink); line-height: 1.7;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .j4y-besten-kids__hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 60px 0; }
    .j4y-besten-kids__hero-media { order: -1; max-width: 360px; margin: 0 auto; }
    .j4y-besten-kids__foryou-grid { grid-template-columns: 1fr; }
    .j4y-besten-kids__benefit { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 0; }
    .j4y-besten-kids__benefit:nth-child(odd) > div:first-child,
    .j4y-besten-kids__benefit:nth-child(odd) > .j4y-besten-kids__benefit-visual { order: initial; }
    .j4y-besten-kids__modos-grid { grid-template-columns: 1fr; }
    .j4y-besten-kids__objections-list { grid-template-columns: 1fr; }
    .j4y-besten-kids__howto-steps { grid-template-columns: 1fr; gap: 2.5rem; }
    .j4y-besten-kids__ingredients-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .j4y-besten-kids__guarantee-row { grid-template-columns: 1fr; gap: 1.5rem; }
    .j4y-besten-kids__cta-card { grid-template-columns: 1fr; padding: 2rem; gap: 2rem; }
    .j4y-besten-kids__cta-image { max-width: 280px; margin: 0 auto; }
}

@media (max-width: 560px) {
    .j4y-besten-kids__hero { min-height: auto; }
    .j4y-besten-kids__hero-tag--top,
    .j4y-besten-kids__hero-tag--bottom { font-size: .76rem; padding: 8px 12px; }
    .j4y-besten-kids__promesa h2,
    .j4y-besten-kids__foryou-head h2,
    .j4y-besten-kids__benefits-head h2,
    .j4y-besten-kids__modos-head h2,
    .j4y-besten-kids__objections-head h2,
    .j4y-besten-kids__howto-head h2,
    .j4y-besten-kids__ingredients-copy h2,
    .j4y-besten-kids__cta h2,
    .j4y-besten-kids__faq-head h2 { font-size: 1.85rem; }
    .j4y-besten-kids__benefit-num { font-size: 3rem; }
}
