.science-new-nuta-cta{
    margin-bottom: 10px;
}

 .nutra-slider-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8fcf9 0%, #fff7ef 100%);
    overflow: hidden;
}

.nutra-slider-container {
    max-width: 1180px;
    margin: 0 auto;
}

.nutra-slider-head {
    text-align: center;
    margin-bottom: 34px;
}

.nutra-slider-head span {
    display: inline-block;
    color: #ff5a00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.nutra-slider-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    color: #073d23;
    font-weight: 800;
}

.nutra-slider-wrapper {
    position: relative;
}

.nutra-slider-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 6px 24px;
    scrollbar-width: none;
}

.nutra-slider-track::-webkit-scrollbar {
    display: none;
}

.nutra-slide-card {
    min-width: 300px;
    max-width: 300px;
    min-height: 245px;
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid rgba(0, 128, 61, 0.12);
    box-shadow: 0 14px 35px rgba(20, 45, 30, 0.08);
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
}

.nutra-slide-card::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -42px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.12;
}

.nutra-slide-card.green::before {
    background: #00823d;
}

.nutra-slide-card.orange::before {
    background: #ff5a00;
}

.nutra-slide-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(20, 45, 30, 0.14);
}

.nutra-slide-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
}

.nutra-slide-card.green .nutra-slide-icon {
    background: #e8f6ee;
    color: #00823d;
}

.nutra-slide-card.orange .nutra-slide-icon {
    background: #fff0e5;
    color: #ff5a00;
}

.nutra-slide-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    color: #073d23;
}

.nutra-slide-card.green h3 {
    color: #00823d;
}

.nutra-slide-card.orange h3 {
    color: #ff5a00;
}

.nutra-slide-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #526159;
}

.nutra-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #00823d;
    box-shadow: 0 10px 28px rgba(20, 45, 30, 0.16);
    cursor: pointer;
    z-index: 3;
    transition: 0.3s ease;
}

.nutra-slide-btn:hover {
    background: #00823d;
    color: #ffffff;
}

.nutra-slide-btn.prev {
    left: -20px;
}

.nutra-slide-btn.next {
    right: -20px;
}

/* Mobile */
@media (max-width: 767px) {
    .nutra-slider-section {
        padding: 45px 15px;
    }

    .nutra-slider-head h2 {
        font-size: 24px;
    }

    .nutra-slide-card {
        min-width: 260px;
        max-width: 260px;
        padding: 24px 20px;
        min-height: 230px;
    }

    .nutra-slide-btn {
        display: none;
    }
}
    .fp-standards-section {
        position: relative;
        padding: 20px 20px 60px;
        background: #ffffff;
    }

    .fp-standards-header {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 34px;
    }

    .fp-standards-header span {
        display: inline-block;
        margin-bottom: 10px;
        color: #f5581c;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .fp-standards-header h2 {
        margin: 0;
        font-size: 34px;
        line-height: 1.25;
        font-weight: 800;
        color: #083b28;
    }

    .fp-standards-badges {
        max-width: 1180px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 18px;
    }

    .fp-standards-badge {
        min-height: 145px;
        padding: 24px 12px 20px;
        border-radius: 22px;
        background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%);
        border: 1px solid rgba(0, 105, 64, 0.14);
        box-shadow: 0 12px 32px rgba(11, 78, 45, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        transition: all 0.3s ease;
    }

    .fp-standards-badge:hover {
        transform: translateY(-8px);
        border-color: rgba(245, 88, 28, 0.35);
        box-shadow: 0 20px 42px rgba(11, 78, 45, 0.14);
    }

    .fp-standards-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 14px;
        border-radius: 18px;
        background: #effaf2;
        border: 1px solid rgba(0, 105, 64, 0.16);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fp-standards-icon img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .fp-standards-badge:hover .fp-standards-icon img {
        transform: scale(1.12);
    }

    .fp-standards-badge span {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 800;
        color: #06150e;
    }

    /* Tablet */
    @media (max-width: 991px) {
        .fp-standards-badges {
            grid-template-columns: repeat(4, 1fr);
        }

        .fp-standards-header h2 {
            font-size: 28px;
        }
    }

    /* Mobile */
    @media (max-width: 575px) {
        .fp-standards-section {
            padding: 45px 14px;
        }

        .fp-standards-header {
            margin-bottom: 24px;
        }

        .fp-standards-header h2 {
            font-size: 23px;
        }

        .fp-standards-badges {
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
        }

        .fp-standards-badge {
            min-height: 125px;
            padding: 20px 10px;
            border-radius: 18px;
        }

        .fp-standards-icon {
            width: 54px;
            height: 54px;
            border-radius: 16px;
        }

        .fp-standards-icon img {
            width: 28px;
            height: 28px;
        }

        .fp-standards-badge span {
            font-size: 13px;
        }
    }

    /* After Banner CTA */
    .after-banner-cta {
        padding: 34px 15px;
        background: linear-gradient(135deg, #f7fff9 0%, #ffffff 45%, #fff4ed 100%);
        position: relative;
        overflow: hidden;
    }

    .after-banner-cta::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(47, 143, 70, 0.12);
        border-radius: 50%;
        top: -90px;
        left: -70px;
    }

    .after-banner-cta::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: rgba(245, 88, 28, 0.12);
        border-radius: 50%;
        right: -60px;
        bottom: -80px;
    }

    .after-banner-cta-inner {
        max-width: 1180px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .after-banner-cta-content {
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(47, 143, 70, 0.16);
        border-radius: 24px;
        padding: 28px 36px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        box-shadow: 0 18px 45px rgba(20, 70, 45, 0.08);
        backdrop-filter: blur(12px);
    }

    .after-banner-cta-points {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px
    }

    .after-banner-cta-points span {
        font-size: 19px;
        font-weight: 600;
        color: #087044;
        position: relative;
        padding-left: 22px;
        letter-spacing: 0.3px;
    }

    .after-banner-cta-points span::before {
        content: "";
        width: 9px;
        height: 9px;
        background: #f5581c;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 0 5px rgba(245, 88, 28, 0.12);
    }

    .after-banner-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        white-space: nowrap;
        padding: 15px 28px;
        background: linear-gradient(135deg, #f5581c, #ff7a32);
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        border-radius: 50px;
        box-shadow: 0 12px 28px rgba(245, 88, 28, 0.35);
        transition: all 0.3s ease;
    }

    .after-banner-cta-btn:hover {
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 16px 36px rgba(245, 88, 28, 0.45);
    }

    .after-banner-cta-btn i {
        font-size: 13px;
        transition: transform 0.3s ease;
    }

    .after-banner-cta-btn:hover i {
        transform: translateX(4px);
    }

    /* Responsive */
    @media (max-width: 991px) {
        .after-banner-cta-content {
            flex-direction: column;
            text-align: center;
            padding: 26px 22px;
        }

        .after-banner-cta-points {
            justify-content: center;
        }

        .after-banner-cta-points span {
            font-size: 17px;
        }
    }

    @media (max-width: 575px) {
        .after-banner-cta {
            padding: 24px 12px;
        }

        .after-banner-cta-content {
            border-radius: 20px;
        }

        .after-banner-cta-points {
            flex-direction: column;
            gap: 12px;
        }

        .after-banner-cta-points span {
            font-size: 16px;
            padding-left: 18px;
        }

        .after-banner-cta-btn {
            width: 100%;
            padding: 14px 20px;
        }
    }

   .country-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 45, 32, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.country-popup-overlay.active {
    display: flex;
}

.country-popup-box {
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    border-radius: 24px;
    padding: 38px 32px 30px;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0, 45, 32, 0.28);
    animation: popupFade 0.35s ease;
    border: 1px solid rgba(0, 107, 69, 0.12);
    position: relative;
    overflow: hidden;
}

.country-popup-box::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: rgba(0, 107, 69, 0.08);
    border-radius: 50%;
}

.country-popup-box::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 190px;
    height: 190px;
    background: rgba(255, 107, 34, 0.08);
    border-radius: 50%;
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(25px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.country-popup-header,
#countryPopupForm {
    position: relative;
    z-index: 2;
}

.country-popup-logo {
    max-width: 185px;
    margin-bottom: 20px;
}

.country-popup-badge {
    display: inline-block;
    background: #eaf7f1;
    color: #006b45;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
}

.country-popup-header h2 {
    font-size: 27px;
    color: #003f2d;
    margin-bottom: 8px;
    font-weight: 700;
}

.country-popup-header p {
    font-size: 15px;
    color: #5d6b66;
    line-height: 1.6;
    margin-bottom: 26px;
}

.country-selection-title {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #003f2d;
    margin-bottom: 12px;
}

.country-selection-title span {
    color: #ff6b22;
}

.country-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.country-option {
    border: 2px solid #dfeae5;
    border-radius: 18px;
    padding: 17px 12px 15px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    background: #ffffff;
    min-height: 104px;
}

.country-option input {
    display: none;
}

.country-flag-box img {
    width: 72px;
    height: 46px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 9px;
    box-shadow: 0 5px 16px rgba(0, 63, 45, 0.14);
}

.country-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #003f2d;
}

.country-option:hover {
    border-color: #006b45;
    background: #f4fbf7;
    transform: translateY(-2px);
}

.country-option:has(input:checked) {
    border-color: #006b45;
    background: #eaf7f1;
    box-shadow: 0 10px 24px rgba(0, 107, 69, 0.16);
}

.country-option:has(input:checked)::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 22px;
    height: 22px;
    background: #006b45;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.country-error {
    display: none;
    color: #d93025;
    font-size: 14px;
    margin-bottom: 15px;
}

.country-popup-btn {
    width: 100%;
    border: none;
    background: linear-gradient(135deg, #006b45, #003f2d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 24px rgba(0, 107, 69, 0.22);
}

.country-popup-btn:hover {
    background: linear-gradient(135deg, #ff6b22, #e85d17);
    box-shadow: 0 12px 28px rgba(255, 107, 34, 0.28);
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .country-popup-overlay {
        padding: 16px;
        align-items: center;
    }

    .country-popup-box {
        padding: 30px 20px 24px;
        border-radius: 20px;
    }

    .country-popup-logo {
        max-width: 165px;
        margin-bottom: 16px;
    }

    .country-popup-header h2 {
        font-size: 23px;
    }

    .country-popup-header p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .country-options {
        gap: 11px;
    }

    .country-option {
        padding: 14px 8px 13px;
        min-height: 96px;
    }

    .country-flag-box img {
        width: 62px;
        height: 40px;
    }

    .country-name {
        font-size: 14px;
    }
}

.na-about-premium {
    padding: 90px 0;
    background:
        radial-gradient(circle at top right, rgba(255, 107, 34, 0.10), transparent 35%),
        linear-gradient(135deg, #f4fffb 0%, #ffffff 55%, #fff8f3 100%);
    overflow: hidden;
}

.na-about-hero {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    gap: 60px;
    margin-bottom: 55px;
}

.na-about-left {
    max-width: 650px;
}

.na-about-badge {
    display: inline-block;
    background: #e8f7f0;
    color: #006b45;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.na-about-left h2 {
    font-size: 48px;
    line-height: 1.15;
    color: #003f2d;
    font-weight: 700;
    margin-bottom: 22px;
}

.na-about-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.na-about-btn {
    display: inline-block;
    margin-top: 15px;
    background: #ff6b22;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.na-about-btn:hover {
    background: #003f2d;
    color: #ffffff;
}

.na-about-right {
    position: relative;
}

.na-image-card {
    position: relative;
    border-radius: 34px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 63, 45, 0.16);
}

.na-image-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 26px;
}

.na-floating-card {
    position: absolute;
    left: -23px;
    bottom: 23px;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border-left: 5px solid #ff6b22;
}

.na-floating-card strong {
    display: block;
    color: #003f2d;
    font-size: 18px;
    margin-bottom: 4px;
}

.na-floating-card span {
    color: #555;
    font-size: 14px;
}

.na-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 35px;
}

.na-info-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 63, 45, 0.08);
    border: 1px solid rgba(0, 107, 69, 0.08);
    transition: 0.3s ease;
}

.na-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 63, 45, 0.13);
}

.na-info-card h3 {
    color: #003f2d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.na-info-card p {
    color: #555;
    font-size: 15.5px;
    line-height: 1.75;
    margin: 0;
}

.na-application-section {
    background: #003f2d;
    padding: 36px;
    border-radius: 28px;
    margin-top: 20px;
}

.na-application-section h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px;
}

.na-application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.na-application-tags span {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.na-bottom-note {
    max-width: 950px;
    margin: 35px auto 0;
    text-align: center;
}

.na-bottom-note p {
    color: #4f4f4f;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .na-about-hero {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .na-about-left h2 {
        font-size: 36px;
    }

    .na-info-grid {
        grid-template-columns: 1fr;
    }

    .na-floating-card {
        left: 20px;
    }
}

@media (max-width: 575px) {
    .na-about-premium {
        padding: 60px 0;
    }

    .na-about-left h2 {
        font-size: 30px;
    }

    .na-about-left p {
        font-size: 15px;
    }

    .na-image-card img {
        height: 300px;
    }

    .na-info-card {
        padding: 24px;
    }

    .na-application-section {
        padding: 26px 22px;
    }

    .na-application-section h3 {
        font-size: 22px;
    }
}