@media (max-width: 860px) {
    .hero {
        height: auto;
        min-height: 640px;
    }

    .slide {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 5%;
    }

    .slide-text {
        text-align: center;
    }

    .slide-desc {
        max-width: 100%;
        margin: 0 auto 28px;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .slide-visual {
        justify-content: center;
    }

    .gummy-showcase {
        width: min(100%, 360px);
        height: auto;
        margin: 0 auto;
    }

    .jar-wrap {
        width: min(100%, 280px);
        height: auto;
        margin: 40px auto 0;
    }

    .jar-body1 img,
    .jar-body2 img {
        width: 100%;
        height: auto;
    }

    .slide-counter {
        top: auto;
        bottom: 90px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .slide-dots {
        bottom: 50px;
    }

    .sarrow {
        top: auto;
        bottom: 20px;
        width: 44px;
        height: 44px;
    }

    .sp {
        left: 20px;
    }

    .sn {
        right: 20px;
    }
}

@media (max-width: 560px) {
    .slide {
        padding: 32px 4%;
    }

    .slide-badge {
        font-size: .68rem;
        padding: 6px 16px;
    }

    .htitle {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .slide-desc {
        font-size: .95rem;
    }

    .hero-btns {
        flex-direction: column;
    }

    .hbtn {
        width: 100%;
        justify-content: center;
    }

    .slide-counter {
        bottom: 70px;
    }

    .slide-dots {
        bottom: 20px;
    }
}

/* CTA SECTION */
/* Tablet Styles */
@media (max-width: 1024px) {
    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ps-section {
        padding: 60px 4%;
    }

    .ps-title {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }
}

/* Mobile Large */
@media (max-width: 860px) {
    .problem-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sol-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sol-desc,
    .sol-pills {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .sol-visual {
        order: -1;
    }

    .hamburger {
        display: flex;
    }

    .mob-menu {
        display: block;
    }

    .ing-head {
        flex-direction: column;
    }
}

/* Mobile Small */
@media (max-width: 560px) {
    .ps-section {
        padding: 56px 4%;
    }

    .proof-item {
        min-width: calc(50% - 12px);
    }

    .proof-item:nth-child(2n)::after {
        display: none;
    }

    .ps-cta {
        padding: 32px 20px;
    }

    .cta-btns {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-main,
    .btn-ghost {
        text-align: center;
        justify-content: center;
    }

    .sol-hero {
        padding: 28px 20px;
    }

    .eq-wrap {
        justify-content: center;
    }

    .ps-title {
        font-size: clamp(1.2rem, 5vw, 2rem);
    }

    .ps-sub {
        font-size: .85rem;
    }

    .prob-name {
        font-size: .85rem;
    }

    .prob-text {
        font-size: .75rem;
        display: none;
    }

    .prob-icon {
        width: 138px;
        height: 91px;

    }

    .prob-icon img {
        width: 140px;
    }

}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .ps-section {
        padding: 40px 3%;
    }

    .ps-header {
        margin-bottom: 40px;
    }

    .problem-grid {
        gap: 16px;
    }

    .prob-card {
        padding: 20px 16px;
    }

    .ps-cta {
        padding: 28px 16px;
        margin-top: 40px;
    }

    .cta-title {
        font-size: clamp(1.1rem, 4vw, 1.8rem);
    }

    .cta-sub {
        font-size: .8rem;
    }

    .btn-main,
    .btn-ghost {
        padding: 12px 24px;
        font-size: .85rem;
    }
}

/* Mobile chips small */
/* Tablet 641–960 */
@media (max-width: 960px) {
    .nb-ing-body {
        grid-template-columns: 280px 1fr;
        gap: 20px;
    }

    .nb-detail-card {
        padding: 28px 28px;
    }

    .nb-list-scroll {
        max-height: 460px;
    }
}

/* Mobile ≤640 — switch to accordion */
@media (max-width: 640px) {
    .nb-ing-header {
        padding: 70px 5% 40px;
    }

    .nb-cat-row {
        display: none;
    }

    .nb-ing-body {
        display: none;
    }

    .nb-summary-bar .nb-summary-inner {
        flex-direction: column;
        gap: 20px;
        display: none;
    }

    .nb-sdiv {
        width: 100%;
        height: 1px;
    }

    .nb-mobile-tabs {
        display: flex;
    }

    .nb-mob-cards {
        display: block;
    }

    .nb-summary-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .nb-summary-cta p {
        max-width: 100%;
    }

    .nb-lab-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .tc-d {
        display: none;
    }

    .tc {
        padding: 6px 22px !important;
    }
}

/* Very small ≤380 */
@media (max-width: 380px) {
    .nb-ing-title {
        font-size: 1.8rem;
    }

    .nb-stat-n {
        font-size: 1.6rem;
    }
}


@media (max-width: 640px) {
    .nb-hide-sm {
        display: none;
    }
}

/* ══════════════════════════════════════════
   08. PRODUCTS
══════════════════════════════════════════ */
/* 📱 Mobile (small devices) */

@media (max-width: 576px) {
    .pc-features {
        gap: 6px;
    }

    .pc-features span {
        font-size: 0.75rem;
        padding: 5px 10px;
    }

    .prob-icon {}
}

/* 📲 Tablet */
@media (max-width: 768px) {
    .pc-features span {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
}

/* 💻 Large screens */
@media (min-width: 1200px) {
    .pc-features span {
        font-size: 0.9rem;
        padding: 5px 8px;
    }
}

/* Subscribe button */

/* Responsive */
@media (max-width: 640px) {
    .hw-row {
        grid-template-columns: 1fr;
    }

    .plan-cards-grid {
        grid-template-columns: 1fr;
    }

    .modal-box {
        padding: 32px 24px;
        border-radius: 28px;
    }
}

@media (max-width: 400px) {
    .lock-banner {
        padding: 28px 18px;
    }
}

/* ══════════════════════════════════════════
   14. TESTIMONIALS
══════════════════════════════════════════ */
@media (max-width: 640px) {
    .reels-title {
        font-size: 1.4rem;
    }
}

/* ── Single reel card ── */
/* ── Responsive card sizing ── */
@media (max-width: 1199px) and (min-width: 768px) {
    .reel {
        flex: 0 0 185px;
        height: 335px;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .reel {
        flex: 0 0 155px;
        height: 280px;
        border-radius: 18px;
    }

    .reel-play-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .reel-info {
        padding: 10px;
    }

    .reel-name {
        font-size: .76rem;
    }

    .reel-txt {
        font-size: .66rem;
    }
}

@media (max-width: 480px) {
    .reel {
        flex: 0 0 138px;
        height: 248px;
        border-radius: 16px;
    }

    .reel-play-btn {
        width: 34px;
        height: 34px;
        font-size: .9rem;
    }

    .reel-info {
        padding: 8px 10px;
    }

    .reel-name {
        font-size: .72rem;
    }

    .reel-txt {
        font-size: .62rem;
    }

    .reel-prog {
        height: 2px;
    }

    .reels-btn {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .reel {
        flex: 0 0 122px;
        height: 220px;
    }
}

/* ══════════════════════════════════════════
   19-H. PDP RESPONSIVE
══════════════════════════════════════════ */

/* Tablet: ≤ 900px */
@media (max-width: 900px) {
    .pdp-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 90px 5% 40px;
    }

    .pdp-gallery {
        position: static;
    }

    .main-img-wrap {
        min-height: 300px;
        padding: 32px 24px;
    }

    .main-img-wrap .p-image img {
        max-width: 220px;
    }

    .transform-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .feat-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .doc-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rev-summary {
        flex-direction: column;
        gap: 20px;
    }

    .reel {
        min-width: 170px;
        width: 170px;
        height: 290px;
    }

    .wreviews {
        grid-template-columns: 1fr;
    }

    .comp-table {
        font-size: .7rem;
    }

    .comp-table th,
    .comp-table td {
        padding: 8px 6px;
    }
}

/* Mobile: ≤ 640px */
@media (max-width: 640px) {
    .pdp-hero {
        padding: 95px 1% 30px;
        gap: 24px;
    }

    .main-img-wrap {
        border-radius: 20px;
        padding: 24px 16px;
        min-height: 260px;
    }

    .main-img-wrap .p-image img {
        max-width: 250px;
    }

    .float-badge {
        font-size: .65rem;
        padding: 4px 10px;
    }

    .thumb-row {
        gap: 8px;
    }

    .thumb {
        width: 56px;
        height: 56px;
        border-radius: 12px;
    }

    .thumb img {
        width: 38px;
        height: 38px;
    }

    .pdp-name {
        font-size: 1.6rem;
    }

    .price-now {
        font-size: 1.6rem;
    }

    .price-box {
        padding: 16px 18px;
        border-radius: 16px;
    }

    .flavor-opt {
        padding: 10px 12px;
        min-width: 70px;
    }

    .qty-opt {
        padding: 10px 14px;
        font-size: .78rem;
    }

    .cta-row {
        flex-direction: column;
    }

    .btn-cart,
    .btn-buy {
        width: 100%;
        padding: 14px 20px;
        font-size: .92rem;
    }

    .guarantees {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px;
    }

    .guarantee {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
        padding: 8px;
    }

    .g-icon {
        margin-bottom: 0;
    }

    .highlights {
        padding: 18px;
    }

    .highlights h4 {
        font-size: .95rem;
    }

    .highlight-list li {
        font-size: .82rem;
    }

    .transform-grid {
        gap: 24px;
    }

    .transform-visual>div:first-child {
        font-size: 6rem !important;
    }

    .before-after {
        flex-direction: column;
        gap: 10px;
    }

    .ba-arrow {
        transform: rotate(90deg);
    }

    .tr-item {
        padding: 14px;
        gap: 12px;
    }

    .tr-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 1.2rem;
    }

    .features-section {
        padding: 50px 4%;
    }

    .feat-item {
        gap: 10px;
    }

    .comparison-box {
        padding: 20px 14px;
        border-radius: 18px;
    }

    .comp-title {
        font-size: 1rem;
    }

    .comp-table {
        font-size: .65rem;
    }

    .comp-table th,
    .comp-table td {
        padding: 7px 4px;
    }

    .how-section {
        padding: 50px 4%;
    }

    .steps {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .step {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .testi-section {
        padding: 50px 4%;
    }

    .rev-summary {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .rev-big-n {
        font-size: 2.2rem;
    }

    .reel {
        min-width: 150px;
        width: 150px;
        height: 260px;
        border-radius: 16px;
    }

    .wrev {
        padding: 20px;
        border-radius: 18px;
    }

    .faq-section {
        padding: 50px 4%;
    }

    .faq-q {
        padding: 14px 16px;
        font-size: .88rem;
    }

    .faq-item.open .faq-ans {
        padding: 0 16px 14px;
    }

    .newsletter {
        padding: 40px 4%;
    }

    .nl-form {
        flex-direction: column;
    }

    .nl-input {
        width: 100%;
    }

    .doc-section {
        padding: 50px 4%;
    }
}

/* Very Small: ≤ 400px */
@media (max-width: 400px) {
    .pdp-name {
        font-size: 1.35rem;
    }

    .variant-row {
        gap: 8px;
    }

    .flavor-opt {
        min-width: 60px;
        padding: 8px 8px;
    }

    .flavor-emoji {
        font-size: 1.2rem;
    }

    .flavor-name {
        font-size: .65rem;
    }

    .qty-opt {
        padding: 8px 10px;
        font-size: .72rem;
    }

    .thumb {
        width: 48px;
        height: 48px;
    }

    .thumb img {
        width: 32px;
        height: 32px;
    }

    .reel {
        min-width: 130px;
        width: 130px;
        height: 220px;
    }

    .comp-table th:nth-child(4),
    .comp-table td:nth-child(4),
    .comp-table th:nth-child(5),
    .comp-table td:nth-child(5) {
        display: none;
    }
}


/* ══════════════════════════════════════════
   19. RESPONSIVE (GLOBAL)
══════════════════════════════════════════ */

/* Tablet: 641–900px */
@media (max-width: 900px) {

    .nav-links li:nth-child(2),
    .nav-links li:nth-child(3) {
        display: none;
    }

    .nav-cta {
        padding: 9px 16px;
        font-size: .82rem;
    }

    .footer-widget-area {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .fw-subscribe {
        grid-column: 1 / -1;
    }

    .imgcar-arrow {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
    }

    .imgcar-item img {
        height: 150px;
    }

    .ing-panel.active {
        grid-template-columns: 1fr;
    }

    .ing-planet {
        width: 220px;
        height: 220px;
        font-size: 5.5rem;
        margin: 0 auto;
    }

    .quiz-cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 44px 28px;
    }

    .quiz-btn {
        margin: 0 auto;
    }

    .slide {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 40px 5%;
    }

    .slide-desc,
    .hero-trust {
        margin: 0 auto 20px;
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
    }
}

/* Mobile: ≤640px */
@media (max-width: 640px) {
    .slide-visual img {
        width: 260px !important;
    }

    .nav-links {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }

    .menu-overlay {
        display: block;
    }

    nav {
        padding: 0 4%;
        height: 85px;
    }

    .new-slide img {
        width: 245px !important;
    }

    .hero {
        min-height: 1125px;
    }

    .slide {
        flex-direction: column-reverse !important;
    }

    .new-slide img {
        width: 245px !important;
    }

    .diet-card {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .sp-line {
        width: 50px;
    }

    .age-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .meal-plan-grid {
        grid-template-columns: 1fr;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }

    .n-row {
        grid-template-columns: 100px 1fr 50px;
        gap: 10px;
    }

    .product-rec {
        flex-direction: column;
    }

    .result-actions {
        flex-direction: column;
    }

    .result-actions button {
        width: 100%;
        justify-content: center;
    }

    .stepper-progress {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
    }

    .footer-widget-area {
        grid-template-columns: 1fr 1fr;
        padding: 40px 5% 30px;
        gap: 24px;
    }

    .fw-brand {
        grid-column: 1 / -1;
    }

    .fw-subscribe {
        grid-column: 1 / -1;
    }

    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
        padding: 14px 5%;
    }

    .footer-bottom-bar .foot-links {
        justify-content: center;
    }

    #cart-popup {
        width: 100%;
        right: -100%;
    }

    .ci-qty-row {
        width: 100%;
        gap: 6px;
    }

    .ci-qty-row .qty-btn {
        width: 28px;
        height: 28px;
    }

    .ci-qty-row .qty-val {
        flex: 1;
        min-width: 0;
        width: auto;
    }

    .newsletter {
        padding: 44px 24px;
    }

    .quiz-cta {
        margin: 60px 4%;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rev-summary {
        flex-direction: column;
    }

    .imgcar-section {
        padding: 60px 4%;
    }

    .imgcar-wrapper {
        gap: 10px;
    }

    .imgcar-arrow {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .imgcar-item img {
        height: 130px;
        padding: 14px 16px;
    }
}

/* Very Small: ≤400px */
@media (max-width: 400px) {
    .logo-new img {
        width: 193px !important;
    }

    #cartIconBtn {
        width: 38px;
        height: 38px;
    }

    .footer-widget-area {
        grid-template-columns: 1fr;
    }

    .age-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gender-row {
        flex-direction: row;
    }
}

/* Summary Bar */

/* ── Mobile responsive for How It Works ── */
@media (max-width: 900px) {
    .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .steps::before {
        display: none;
    }

    .how-section {
        padding: 70px 5%;
    }
}

@media (max-width: 580px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 340px;
    }

    .how-section {
        padding: 60px 4%;
    }

    .how-section .sec-title {
        margin-bottom: 36px;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sball {
        width: 100px;
        height: 100px;
        margin-bottom: 14px;
    }

    .sball img {
        width: 48px;
        height: 48px;
    }

    .stitle {
        font-size: 1.05rem;
    }

    .sdesc {
        font-size: .82rem;
        max-width: 280px;
    }
}


/* ── Mobile responsive for Ingredient Section ── */
@media (max-width: 900px) {
    #nb-ingredients {
        padding: 70px 4% 60px;
    }

    .nb-cat-row {
        display: none;
    }

    .nb-mobile-tabs {
        display: flex;
    }

    .nb-mob-cards {
        display: flex;
    }

    .nb-ing-body {
        display: none;
    }

    .nb-summary-inner {
        padding: 20px 16px;
        gap: 14px;
    }

    .nb-stat-n {
        font-size: 1.3rem;
    }

    .nb-stat-l {
        font-size: .65rem;
    }

    .nb-sdiv {
        height: 30px;
    }

    .nb-hide-sm {
        display: none !important;
    }
}

@media (max-width: 580px) {
    #nb-ingredients {
        padding: 50px 3% 40px;
    }

    .nb-ing-title {
        font-size: 1.6rem;
    }

    .nb-ing-sub {
        font-size: .84rem;
    }

    .nb-summary-inner {
        gap: 10px;
        padding: 16px 12px;
    }

    .nb-stat {
        min-width: 60px;
    }

    .nb-stat-n {
        font-size: 1.1rem;
    }
}

/* About Us Page */
/* ── Responsive ── */
@media (max-width: 1024px) {
    .nb-about-origin-pair {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nb-about-origin-pair.nb-about-rev .nb-about-op-img,
    .nb-about-origin-pair.nb-about-rev .nb-about-op-text {
        order: 0;
    }
}

@media (max-width: 900px) {
    .nb-about-origin-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nb-about-origin-visual {
        order: -1;
    }

    .nb-about-fa-1 {
        top: -16px;
        right: -10px;
    }

    .nb-about-fa-2 {
        bottom: -16px;
        left: -10px;
    }
}

@media (max-width: 640px) {
    .nb-about-hero {
        padding: 80px 5% 60px;
    }

    .nb-about-hero-stats {
        gap: 10px;
    }

    .nb-about-hstat {
        min-width: 100px;
        padding: 14px 18px;
    }

    .nb-about-hstat-num {
        font-size: 1.6rem;
    }

    .nb-about-origin-section,
    .nb-about-gap-section,
    .nb-about-formula-section,
    .nb-about-closing-section {
        padding: 60px 5%;
    }

    .nb-about-origin {
        padding: 60px 5%;
    }

    .nb-about-story-card-main {
        padding: 30px 24px;
    }

    .nb-about-fa-1,
    .nb-about-fa-2 {
        display: none;
    }

    .nb-about-closing-btns {
        flex-direction: column;
        align-items: center;
    }

    .nb-about-btn-primary,
    .nb-about-btn-ghost {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .nb-about-hero h1 {
        font-size: 2.2rem;
    }

    .nb-about-hstat {
        min-width: 80px;
    }

    .nb-about-gap-card {
        padding: 24px 18px;
    }
}
