/**
 * Just4You Pro — Besten product landing
 * Loaded only on /producto/besten/ via inc/enqueue.php.
 * Scoped to .j4y-besten so it never bleeds into other product pages.
 */

.j4y-besten { font-family: 'Inter', system-ui, sans-serif; line-height: 1.7; color: var(--c-ink); }
.j4y-besten h1, .j4y-besten h2, .j4y-besten h3, .j4y-besten 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 h1 em, .j4y-besten h2 em, .j4y-besten h3 em {
    color: var(--c-terracotta-dark); font-style: italic; font-family: inherit;
}
.j4y-besten p { margin: 0 0 1rem; }
.j4y-besten img { max-width: 100%; height: auto; display: block; }

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

/* ===== 1. HERO ===== */
.j4y-besten__hero {
    position: relative; min-height: 80vh;
    display: flex; align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--c-cream) 0%, var(--c-cream-warm) 100%);
}
.j4y-besten__hero-blob-a {
    position: absolute; width: 720px; height: 720px;
    border-radius: 50%; background: var(--c-sage); opacity: .35;
    top: -260px; right: -300px; filter: blur(60px); z-index: 0;
}
.j4y-besten__hero-blob-b {
    position: absolute; width: 500px; height: 500px;
    border-radius: 50%; background: var(--c-terracotta-light); opacity: .35;
    bottom: -200px; left: -180px; filter: blur(60px); z-index: 0;
}
.j4y-besten__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__hero-copy h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); margin-bottom: 1.4rem; }
.j4y-besten__hero-lede {
    font-size: 1.15rem; line-height: 1.7;
    color: var(--c-sage-deep); max-width: 50ch; margin-bottom: 2rem;
    font-weight: 400;
}
.j4y-besten__hero-cta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.j4y-besten__hero-media { position: relative; }
.j4y-besten__hero-circle {
    aspect-ratio: 1; border-radius: 50%;
    background: linear-gradient(135deg, var(--c-sage) 0%, var(--c-sage-dark) 100%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg); position: relative;
    max-width: 520px; margin-left: auto;
}
.j4y-besten__hero-circle::before {
    content: ""; position: absolute; inset: 26px;
    border-radius: 50%; border: 1px dashed rgba(255,255,255,.4); z-index: 1; pointer-events: none;
}
.j4y-besten__hero-circle img {
    width: 70%;
    filter: drop-shadow(0 18px 32px rgba(38,71,7,.20));
    position: relative; z-index: 2;
}
.j4y-besten__hero-slide {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity .8s ease; z-index: 2;
}
.j4y-besten__hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 3; }
@media (prefers-reduced-motion: reduce) {
    .j4y-besten__hero-slide { transition: none; }
}
.j4y-besten__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;
}
.j4y-besten__hero-tag::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c-terracotta);
}
.j4y-besten__hero-tag--top { top: 8%; right: -6%; }
.j4y-besten__hero-tag--bottom { bottom: 14%; left: -4%; }
.j4y-besten__hero-tag--bottom::before { background: var(--c-sage-dark); }

/* ===== 2. PROMESA ===== */
.j4y-besten__promesa {
    padding: 80px 0; text-align: center;
    background: var(--c-cream-warm);
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}
.j4y-besten__promesa h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    max-width: 24ch; margin: 0 auto;
    line-height: 1.25;
}

/* ===== 3. ¿ES PARA TI? ===== */
.j4y-besten__foryou { padding: 100px 0; background: var(--c-cream); }
.j4y-besten__foryou-head { text-align: center; margin-bottom: 60px; }
.j4y-besten__foryou-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-bottom: .8rem; }
.j4y-besten__foryou-head p { color: var(--c-muted); font-size: 1.05rem; max-width: 50ch; margin: 0 auto; }
.j4y-besten__foryou-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.j4y-besten__foryou-card {
    padding: 44px 36px; border-radius: var(--r-lg);
    background: rgba(168,192,154,.18);
    border: 1px solid rgba(168,192,154,.4);
}
.j4y-besten__foryou-card--no { background: rgba(229,182,158,.22); border-color: rgba(201,125,92,.35); }
.j4y-besten__foryou-card h3 { font-size: 1.5rem; margin-bottom: 24px; }
.j4y-besten__foryou-list { list-style: none; padding: 0; margin: 0; }
.j4y-besten__foryou-list li {
    padding: 14px 0; padding-left: 32px; position: relative;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 1rem; color: var(--c-ink);
}
.j4y-besten__foryou-list li:last-child { border-bottom: 0; }
.j4y-besten__foryou-list li::before {
    content: ""; position: absolute; left: 0; top: 18px;
    width: 18px; height: 18px; border-radius: 50%;
}
.j4y-besten__foryou-card--yes .j4y-besten__foryou-list li::before { background: var(--c-sage-dark); }
.j4y-besten__foryou-card--no .j4y-besten__foryou-list li::before { background: var(--c-terracotta); opacity: .7; }

/* ===== 4. BENEFICIOS ===== */
.j4y-besten__benefits { padding: 100px 0; background: var(--c-cream-warm); }
.j4y-besten__benefits-head { text-align: center; margin-bottom: 80px; }
.j4y-besten__benefits-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
.j4y-besten__benefit {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
    align-items: center; margin-bottom: 80px;
}
.j4y-besten__benefit:last-child { margin-bottom: 0; }
.j4y-besten__benefit:nth-child(even) .j4y-besten__benefit-visual { order: 2; }
.j4y-besten__benefit-num {
    font-family: 'DM Serif Display', serif; font-size: 5rem;
    color: var(--c-terracotta-dark); line-height: 1;
    margin-bottom: 18px; font-style: italic;
}
.j4y-besten__benefit h3 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 1rem; line-height: 1.2;
}
.j4y-besten__benefit p { font-size: 1.06rem; color: var(--c-muted); max-width: 50ch; }
.j4y-besten__benefit-visual {
    aspect-ratio: 4/3; border-radius: var(--r-lg);
    overflow: hidden; box-shadow: var(--shadow-md);
    position: relative;
}
.j4y-besten__benefit-visual img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ===== 5. PREGUNTAS / OBJECIONES ===== */
.j4y-besten__objections { padding: 100px 0; background: var(--c-sage-deep); color: var(--c-cream); }
.j4y-besten__objections h2, .j4y-besten__objections h3 { color: var(--c-cream); }
.j4y-besten__objections-head { text-align: center; margin-bottom: 60px; max-width: 40ch; margin-left: auto; margin-right: auto; }
.j4y-besten__objections-head .j4y-eyebrow { color: var(--c-terracotta-light); }
.j4y-besten__objections-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-bottom: 1rem; }
.j4y-besten__objections-head p { opacity: .85; font-size: 1.08rem; }
.j4y-besten__objections-list { max-width: 760px; margin: 0 auto; }
.j4y-besten__objection {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--r-md); padding: 28px 32px; margin-bottom: 16px;
}
.j4y-besten__objection h3 {
    font-size: 1.25rem; margin-bottom: .8rem;
    display: flex; align-items: flex-start; gap: 14px;
}
.j4y-besten__objection h3::before {
    content: "?"; flex-shrink: 0;
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--c-terracotta); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: .9rem; font-weight: 700; font-family: 'Inter', sans-serif; margin-top: 2px;
}
.j4y-besten__objection p { color: rgba(244,233,216,.85); margin: 0; padding-left: 42px; }

/* ===== 6. CÓMO SE PREPARA ===== */
.j4y-besten__howto { padding: 100px 0; background: var(--c-cream); text-align: center; }
.j4y-besten__howto-head { margin-bottom: 60px; }
.j4y-besten__howto-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); }
.j4y-besten__howto-head p { color: var(--c-muted); max-width: 48ch; margin: 0 auto; }
.j4y-besten__howto-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.j4y-besten__howto-step { text-align: center; }
.j4y-besten__howto-num {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--c-terracotta); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'DM Serif Display', serif; font-size: 1.6rem;
    margin-bottom: 24px; box-shadow: var(--shadow-terra);
}
.j4y-besten__howto-icon {
    width: 100px; height: 100px; border-radius: 50%;
    background: var(--c-sage-tint); margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.4rem;
}
.j4y-besten__howto-step h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.j4y-besten__howto-step p { color: var(--c-muted); font-size: .98rem; }
.j4y-besten__howto-tip {
    background: var(--c-cream-deep); padding: 20px 32px; border-radius: var(--r-md);
    max-width: 600px; margin: 0 auto; font-style: italic;
    color: var(--c-sage-deep); border-left: 3px solid var(--c-terracotta); text-align: left;
}

/* ===== 7. INGREDIENTES ===== */
.j4y-besten__ingredients { padding: 100px 0; background: var(--c-cream-warm); }
.j4y-besten__ingredients-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.j4y-besten__ingredients-visual {
    aspect-ratio: 1; border-radius: var(--r-lg);
    background: linear-gradient(135deg, var(--c-sage) 0%, var(--c-sage-deep) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg); padding: 40px;
    position: relative; overflow: hidden;
}
.j4y-besten__ingredients-visual::before {
    content: ""; position: absolute; inset: 30px;
    border-radius: var(--r-md);
    border: 1px dashed rgba(255,255,255,.3); pointer-events: none;
}
.j4y-besten__ingredients-visual img {
    width: 88%; max-height: 80%; object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(38,71,7,.40));
    position: relative; z-index: 2;
}
.j4y-besten__ingredients-flavors {
    display: flex; gap: 10px; margin-top: 20px;
    position: relative; z-index: 2; flex-wrap: wrap; justify-content: center;
}
.j4y-besten__ingredients-flavor {
    background: rgba(255,255,255,.92); color: var(--c-sage-deep);
    padding: 8px 16px; border-radius: var(--r-pill);
    font-size: .85rem; font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
    box-shadow: 0 4px 12px rgba(38,71,7,.18);
}
.j4y-besten__ingredients-flavor::before {
    content: ""; width: 10px; height: 10px; border-radius: 50%;
}
.j4y-besten__ingredients-flavor--chocolate::before { background: #6B4423; }
.j4y-besten__ingredients-flavor--vainilla::before  { background: #E5C870; }
.j4y-besten__ingredients-flavor--fresa::before     { background: #D87C8E; }
.j4y-besten__ingredients-copy h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 1.2rem; }
.j4y-besten__ingredients-copy > p { color: var(--c-muted); margin-bottom: 2rem; font-size: 1.05rem; }
.j4y-besten__ingredients-list { list-style: none; padding: 0; margin: 0; }
.j4y-besten__ingredients-list li {
    padding: 16px 0; border-bottom: 1px solid var(--c-line);
    display: flex; gap: 16px; align-items: flex-start;
}
.j4y-besten__ingredients-list li:last-child { border-bottom: 0; }
.j4y-besten__ingredients-icon {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--c-sage-tint); flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}
.j4y-besten__ingredients-content strong {
    color: var(--c-sage-deep); display: block; margin-bottom: 2px;
    font-family: 'DM Serif Display', serif; font-size: 1.1rem; font-weight: 400;
}
.j4y-besten__ingredients-content span {
    color: var(--c-muted); font-size: .98rem; line-height: 1.5;
}

/* ===== 8. TESTIMONIALS ===== */
.j4y-besten__testimonials { padding: 100px 0; background: var(--c-cream); }
.j4y-besten__testimonials-head { text-align: center; margin-bottom: 60px; }
.j4y-besten__testimonials-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-bottom: 1rem; }
.j4y-besten__testimonials-head p { color: var(--c-muted); }
.j4y-besten__testimonials-head .stars {
    display: inline-flex; gap: 4px; margin-bottom: 16px;
    color: var(--c-terracotta); font-size: 1.2rem;
}
.j4y-besten__testimonials-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.j4y-besten__testimonial {
    background: #fff; padding: 32px;
    border-radius: var(--r-lg); box-shadow: var(--shadow-sm);
    border: 1px solid var(--c-line);
}
.j4y-besten__testimonial-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.j4y-besten__testimonial-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--c-sage) 0%, var(--c-terracotta) 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-family: 'DM Serif Display', serif; font-size: 1.2rem;
}
.j4y-besten__testimonial-name { font-weight: 600; color: var(--c-sage-deep); margin: 0; }
.j4y-besten__testimonial-meta { color: var(--c-muted); font-size: .85rem; margin: 0; }
.j4y-besten__testimonial-quote { color: var(--c-ink); font-size: 1rem; line-height: 1.6; margin: 0; }
.j4y-besten__testimonial-stars {
    display: flex; gap: 2px; margin-top: 14px; color: var(--c-terracotta); font-size: 1rem;
}

/* ===== 9. GUARANTEE BAR ===== */
.j4y-besten__guarantee {
    padding: 70px 0; background: var(--c-cream-warm);
    border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line);
}
.j4y-besten__guarantee-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; text-align: center; }
.j4y-besten__guarantee-icon {
    width: 56px; height: 56px; margin: 0 auto 18px;
    background: var(--c-sage-tint); border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.j4y-besten__guarantee-item h4 {
    font-size: 1.15rem; color: var(--c-sage-deep); margin-bottom: 6px;
    font-family: 'Inter', sans-serif; font-weight: 700;
}
.j4y-besten__guarantee-item p { color: var(--c-muted); font-size: .95rem; margin: 0; }

/* ===== 10. CTA FINAL CON FLAVOR CARDS ===== */
.j4y-besten__cta {
    padding: 110px 0 120px; text-align: center;
    background: linear-gradient(135deg, var(--c-sage-deep) 0%, var(--c-navy-dark) 100%);
    color: var(--c-cream);
    position: relative; overflow: hidden;
}
.j4y-besten__cta::before {
    content: ""; position: absolute; width: 600px; height: 600px;
    background: var(--c-terracotta); opacity: .12; border-radius: 50%;
    top: -200px; right: -200px; filter: blur(60px);
}
.j4y-besten__cta h2 {
    color: var(--c-cream); font-size: clamp(2.4rem, 4.6vw, 3.6rem);
    margin-bottom: 1.2rem; position: relative;
}
.j4y-besten__cta-intro {
    max-width: 52ch; margin: 0 auto 3rem; font-size: 1.1rem;
    opacity: .9; position: relative;
}
.j4y-besten__cta-sub {
    margin-top: 2.4rem; font-size: .92rem;
    color: rgba(244,233,216,.65); position: relative;
}
.j4y-besten__flavors {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px;
    max-width: 1080px; margin: 0 auto;
    position: relative; z-index: 2;
}
.j4y-besten__flavor {
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--r-lg);
    padding: 36px 28px 32px; text-align: center;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
    position: relative; overflow: hidden;
}
.j4y-besten__flavor::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--flavor-color, var(--c-terracotta));
}
.j4y-besten__flavor:hover {
    transform: translateY(-4px);
    border-color: var(--flavor-color, var(--c-terracotta));
    background: rgba(255,255,255,.07);
}
.j4y-besten__flavor-image {
    width: 100%; height: 220px;
    margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.j4y-besten__flavor-image::before {
    content: ""; position: absolute;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: var(--flavor-tint, rgba(255,255,255,.06));
    box-shadow: 0 14px 38px var(--flavor-shadow, rgba(0,0,0,.3));
    z-index: 0;
}
.j4y-besten__flavor-image img {
    max-height: 220px; width: auto; max-width: 90%;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.4));
    position: relative; z-index: 1;
}
.j4y-besten__flavor-eyebrow {
    font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    color: rgba(244,233,216,.5); font-weight: 600; margin-bottom: 6px;
}
.j4y-besten__flavor-name {
    font-family: 'DM Serif Display', serif; font-size: 1.85rem;
    color: var(--c-cream); margin: 0 0 8px;
}
.j4y-besten__flavor-desc {
    color: rgba(244,233,216,.78); font-size: .96rem;
    margin: 0 0 22px; line-height: 1.55;
}
.j4y-besten__flavor-price {
    font-family: 'DM Serif Display', serif; font-size: 2rem;
    color: var(--c-cream); margin-bottom: 4px;
}
.j4y-besten__flavor-price-sub {
    font-size: .85rem; color: rgba(244,233,216,.55);
    margin-bottom: 22px; letter-spacing: .04em;
}
.j4y-besten__flavor-btn {
    background: transparent; border: 1.5px solid var(--flavor-color);
    color: var(--c-cream); padding: 14px 26px;
    width: 100%;
    font-weight: 600; border-radius: var(--r-pill);
    font-size: .98rem; cursor: pointer;
    transition: all .2s ease; font-family: inherit;
    display: inline-flex; justify-content: center; align-items: center; gap: .5rem;
    text-decoration: none;
}
.j4y-besten__flavor-btn:hover { background: var(--flavor-color); color: #fff; }
.j4y-besten__flavor--chocolate { --flavor-color: #B98A6E; --flavor-shadow: rgba(107,68,35,.45); --flavor-tint: rgba(185,138,110,.10); }
.j4y-besten__flavor--vainilla  { --flavor-color: #E5C870; --flavor-shadow: rgba(229,200,112,.30); --flavor-tint: rgba(229,200,112,.08); }
.j4y-besten__flavor--fresa     { --flavor-color: #E18AA1; --flavor-shadow: rgba(216,124,142,.35); --flavor-tint: rgba(225,138,161,.10); }

/* ===== 11. FAQ RESIDUAL ===== */
.j4y-besten__faq { padding: 100px 0; background: var(--c-cream); }
.j4y-besten__faq-head { text-align: center; margin-bottom: 50px; }
.j4y-besten__faq-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.j4y-besten__faq-list { max-width: 760px; margin: 0 auto; }
.j4y-besten__faq-item { border-bottom: 1px solid var(--c-line); padding: 20px 0; }
.j4y-besten__faq-item summary {
    cursor: pointer; font-weight: 600; color: var(--c-sage-deep);
    font-size: 1.08rem; list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.j4y-besten__faq-item summary::-webkit-details-marker { display: none; }
.j4y-besten__faq-item summary::after {
    content: "+"; font-size: 1.6rem; color: var(--c-terracotta);
    font-weight: 300; transition: transform .2s;
}
.j4y-besten__faq-item[open] summary::after { transform: rotate(45deg); }
.j4y-besten__faq-item p { color: var(--c-muted); margin-top: 14px; padding-right: 40px; }

/* ===== Responsive ===== */
@media (max-width: 880px) {
    /* Ensure horizontal padding inside the theme container at mobile width */
    .j4y-besten .j4y-container { padding-left: 24px; padding-right: 24px; }

    .j4y-besten__hero { min-height: auto; padding: 0; }
    .j4y-besten__hero-inner { grid-template-columns: 1fr; padding: 56px 0; gap: 32px; }
    .j4y-besten__hero-media { order: -1; }
    .j4y-besten__hero-circle { max-width: 320px; margin: 0 auto; }
    .j4y-besten__hero-copy { padding-left: 36px; padding-right: 24px; }
    .j4y-besten__hero-copy h1 { font-size: clamp(2.1rem, 8vw, 2.8rem); }
    .j4y-besten__hero-cta { gap: .6rem; }
    .j4y-besten__hero-cta .j4y-btn { padding: 12px 22px; font-size: .95rem; }

    .j4y-besten__promesa,
    .j4y-besten__foryou,
    .j4y-besten__benefits,
    .j4y-besten__objections,
    .j4y-besten__howto,
    .j4y-besten__ingredients,
    .j4y-besten__testimonials,
    .j4y-besten__guarantee,
    .j4y-besten__cta,
    .j4y-besten__faq { padding-left: 0; padding-right: 0; }

    .j4y-besten__promesa { padding-top: 56px; padding-bottom: 56px; }
    .j4y-besten__foryou,
    .j4y-besten__benefits,
    .j4y-besten__objections,
    .j4y-besten__howto,
    .j4y-besten__ingredients,
    .j4y-besten__testimonials,
    .j4y-besten__faq,
    .j4y-besten__cta { padding-top: 70px; padding-bottom: 70px; }

    .j4y-besten__foryou-grid { grid-template-columns: 1fr; }
    .j4y-besten__foryou-card { padding: 32px 24px; }

    .j4y-besten__benefit { grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
    .j4y-besten__benefit:nth-child(even) .j4y-besten__benefit-visual { order: 0; }
    .j4y-besten__benefit-num { font-size: 3.6rem; }

    .j4y-besten__objection { padding: 22px 24px; }
    .j4y-besten__objection p { padding-left: 0; margin-top: .4rem; }

    .j4y-besten__howto-steps { grid-template-columns: 1fr; gap: 32px; }
    .j4y-besten__howto-tip { padding: 18px 22px; }

    .j4y-besten__ingredients-inner { grid-template-columns: 1fr; gap: 40px; }
    .j4y-besten__ingredients-visual { padding: 28px; }

    .j4y-besten__testimonials-grid { grid-template-columns: 1fr; }
    .j4y-besten__testimonial { padding: 26px; }

    .j4y-besten__guarantee-row { grid-template-columns: 1fr; gap: 30px; }

    .j4y-besten__flavors { grid-template-columns: 1fr; max-width: 480px; gap: 16px; }
    .j4y-besten__flavor { padding: 28px 22px 26px; }
    .j4y-besten__flavor-image { height: 180px; }
    .j4y-besten__flavor-image::before { width: 150px; height: 150px; }
    .j4y-besten__flavor-image img { max-height: 180px; }
}
