
/* =========================================================
   VERSION 30 — HOME ORDER + HEADER/HERO GAP FIX
========================================================= */
body.home .site-header,
body.home header.site-header,
body.home .elementor-location-header {
    margin-bottom: 0 !important;
}

body.home #page,
body.home #content,
body.home .site-content,
body.home main#primary,
body.home .site-main,
body.home .elementor-location-header + main,
body.home .elementor-location-header + #content,
body.home .elementor-location-header + .elementor,
body.home header + main,
body.home header + #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home #content > .ast-container,
body.home #content > .container,
body.home .site-content > .ast-container,
body.home .site-content > .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home .elementor-location-header + .elementor > .elementor-element:first-child,
body.home .elementor > .elementor-element:first-child,
body.home .elementor-section-wrap > .elementor-section:first-child,
body.home .e-con.e-parent:first-child {
    margin-top: 0 !important;
}


/* =========================================================
   BASE
========================================================= */

#nfHomeSections,
#nfHomeSections *,
#nfHomeSections *::before,
#nfHomeSections *::after {
    box-sizing: border-box;
}

#nfHomeSections {
    --nf-dark: #075d34;
    --nf-green: #2f9638;
    --nf-light-green: #75bc2d;
    --nf-orange: #f79b19;
    --nf-orange-dark: #e7830a;
    --nf-cream: #f7f6e9;
    --nf-soft-green: #edf5e8;
    --nf-text: #33463b;
    --nf-muted: #718078;
    --nf-white: #ffffff;
    --nf-border: rgba(7, 93, 52, 0.13);
    --nf-shadow: 0 24px 70px rgba(7, 93, 52, 0.11);

    width: 100%;
    overflow: hidden;
    direction: rtl;
    color: var(--nf-text);
    background: #ffffff;
    font-family: "Cairo", sans-serif;
}

#nfHomeSections a,
#nfHomeSections button,
#nfHomeSections input,
#nfHomeSections textarea,
#nfHomeSections select {
    font-family: "Cairo", sans-serif;
}

#nfHomeSections a {
    color: inherit;
    text-decoration: none;
}

#nfHomeSections button {
    appearance: none;
    -webkit-appearance: none;
}

#nfHomeSections img {
    display: block;
    max-width: 100%;
}

#nfHomeSections svg {
    display: block;
}

#nfHomeSections .nf-section {
    position: relative;
    width: 100%;
    padding: clamp(75px, 8vw, 125px) 0;
}

#nfHomeSections .nf-shell {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
}

#nfHomeSections .nf-section-heading {
    margin-bottom: clamp(38px, 5vw, 68px);
}

#nfHomeSections .nf-heading-centered {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#nfHomeSections .nf-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

#nfHomeSections .nf-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--nf-orange-dark);
    font-size: 14px;
    font-weight: 800;
}

#nfHomeSections .nf-section-label::before {
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

#nfHomeSections .nf-section-heading h2,
#nfHomeSections .nf-story-content h2,
#nfHomeSections .nf-mango-content h2,
#nfHomeSections .nf-faq-intro h2 {
    margin: 0;
    color: var(--nf-dark);
    font-size: clamp(31px, 3.5vw, 54px);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -1.7px;
}

#nfHomeSections h2 strong {
    display: block;
    color: var(--nf-light-green);
    font: inherit;
}

#nfHomeSections .nf-section-heading > p,
#nfHomeSections .nf-heading-centered > p {
    max-width: 700px;
    margin: 20px auto 0;
    color: var(--nf-muted);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 500;
    line-height: 1.95;
}

#nfHomeSections .nf-heading-side-text {
    max-width: 470px;
    margin: 0;
    color: var(--nf-muted);
    font-size: 16px;
    line-height: 1.9;
}

#nfHomeSections .nf-primary-button,
#nfHomeSections .nf-light-button,
#nfHomeSections .nf-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 56px;
    padding: 13px 25px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        color 0.35s ease,
        background 0.35s ease;
}

#nfHomeSections .nf-primary-button {
    color: #ffffff;
    background: linear-gradient(115deg, var(--nf-dark), var(--nf-green));
    box-shadow: 0 15px 34px rgba(7, 93, 52, 0.22);
}

#nfHomeSections .nf-primary-button:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 22px 43px rgba(7, 93, 52, 0.3);
}

#nfHomeSections .nf-primary-button svg,
#nfHomeSections .nf-light-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.35s ease;
}

#nfHomeSections .nf-primary-button:hover svg,
#nfHomeSections .nf-light-button:hover svg {
    transform: translateX(-5px);
}

#nfHomeSections .nf-center-action {
    margin-top: 45px;
    text-align: center;
}

#nfHomeSections .nf-reveal {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.85s ease,
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

#nfHomeSections .nf-reveal.nf-visible {
    opacity: 1;
    transform: translateY(0);
}




/* =========================================================
   FIRST SECTION — PRODUCE EXPORT
========================================================= */

#nfHomeSections .nf-export-section {
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 5.6vw, 82px) 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 18%, rgba(118, 190, 47, 0.19), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(247, 155, 25, 0.13), transparent 25%),
        linear-gradient(128deg, #03351f 0%, #07522f 50%, #087341 100%);
}

#nfHomeSections .nf-export-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 94%);
}

#nfHomeSections .nf-export-grid {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(112deg, transparent 0 47%, rgba(255,255,255,.034) 47% 47.35%, transparent 47.35% 100%);
}

#nfHomeSections .nf-export-shape {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

#nfHomeSections .nf-export-shape-one {
    top: -210px;
    right: -115px;
    width: 455px;
    height: 455px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 42px rgba(255,255,255,.017);
}

#nfHomeSections .nf-export-shape-two {
    bottom: -190px;
    left: -90px;
    width: 390px;
    height: 390px;
    background: rgba(247, 155, 25, 0.07);
}

#nfHomeSections .nf-export-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(265px, .64fr) minmax(0, 1.36fr);
    align-items: center;
    gap: clamp(34px, 4.5vw, 68px);
}

#nfHomeSections .nf-export-content {
    position: relative;
    z-index: 3;
    grid-column: 1;
    min-width: 0;
}

#nfHomeSections .nf-export-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: #fff7e8;
    background: rgba(255,255,255,.055);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 900;
}

#nfHomeSections .nf-export-eyebrow svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #ffad2b;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-export-content h2 {
    max-width: 470px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 2.7vw, 40px);
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.8px;
}

#nfHomeSections .nf-export-content h2 strong {
    display: block;
    margin-top: 2px;
    color: #c9ef8d;
    font: inherit;
}

#nfHomeSections .nf-export-content > p {
    max-width: 485px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    line-height: 1.9;
}

#nfHomeSections .nf-export-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 21px;
}

#nfHomeSections .nf-export-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    color: rgba(255, 255, 255, 0.91);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 800;
}

#nfHomeSections .nf-export-points svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: var(--nf-orange);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-export-visual {
    position: relative;
    z-index: 2;
    grid-column: 2;
    min-width: 0;
}

#nfHomeSections .nf-export-glow {
    position: absolute;
    z-index: 0;
    top: 6%;
    right: 8%;
    width: 82%;
    height: 86%;
    border-radius: 46%;
    background: rgba(129, 207, 57, 0.17);
    filter: blur(64px);
    pointer-events: none;
}

#nfHomeSections .nf-export-gallery {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, .82fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 15px;
    min-height: 545px;
}

#nfHomeSections .nf-export-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.13);
    border-radius: 26px;
    background: #0b4e30;
    box-shadow: 0 27px 62px rgba(0, 26, 14, 0.33);
    isolation: isolate;
}

#nfHomeSections .nf-export-card-sea {
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 31px;
}

#nfHomeSections .nf-export-card-air {
    grid-column: 2;
    grid-row: 1;
}

#nfHomeSections .nf-export-card-road {
    grid-column: 2;
    grid-row: 2;
}

#nfHomeSections .nf-export-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.22,1,.36,1), filter .45s ease !important;
}

#nfHomeSections .nf-export-card-sea img {
    object-position: 52% center;
}

#nfHomeSections .nf-export-card-air img {
    object-position: 50% center;
}

#nfHomeSections .nf-export-card-road img {
    object-position: 64% center;
}

#nfHomeSections .nf-export-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 58%, rgba(1, 32, 17, .76) 100%);
}

#nfHomeSections .nf-export-card figcaption {
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.21);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(3, 55, 32, .63);
    backdrop-filter: blur(9px);
    font-size: 10px;
    font-weight: 900;
}

#nfHomeSections .nf-export-card-sea figcaption {
    right: 20px;
    bottom: 19px;
    min-height: 39px;
    padding: 8px 13px;
    font-size: 11px;
}

#nfHomeSections .nf-export-card figcaption svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #ffad2b;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-export-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.06) contrast(1.03);
}

#nfHomeSections .nf-visible .nf-export-card-sea {
    animation: nfExportSeaEnter .9s cubic-bezier(.22,1,.36,1) both;
}

#nfHomeSections .nf-visible .nf-export-card-air {
    animation: nfExportSideEnter .85s .12s cubic-bezier(.22,1,.36,1) both;
}

#nfHomeSections .nf-visible .nf-export-card-road {
    animation: nfExportSideEnter .85s .2s cubic-bezier(.22,1,.36,1) both;
}

@keyframes nfExportSeaEnter {
    from { opacity: 0; transform: translate3d(32px, 24px, 0) scale(.96); }
    to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

@keyframes nfExportSideEnter {
    from { opacity: 0; transform: translate3d(-26px, 26px, 0) scale(.94); }
    to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

@media (max-width: 1120px) {
    #nfHomeSections .nf-export-layout {
        grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
        gap: 32px;
    }

    #nfHomeSections .nf-export-gallery {
        grid-template-columns: minmax(0, 1.36fr) minmax(205px, .84fr);
        min-height: 485px;
    }
}

@media (max-width: 860px) {
    #nfHomeSections .nf-export-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #nfHomeSections .nf-export-content,
    #nfHomeSections .nf-export-visual {
        grid-column: auto;
    }

    #nfHomeSections .nf-export-content {
        max-width: 660px;
    }

    #nfHomeSections .nf-export-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #nfHomeSections .nf-export-gallery {
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    #nfHomeSections .nf-export-section {
        padding: 47px 0 54px;
    }

    #nfHomeSections .nf-export-content h2 {
        font-size: clamp(27px, 8vw, 34px);
        letter-spacing: -.5px;
    }

    #nfHomeSections .nf-export-content > p {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.82;
    }

    #nfHomeSections .nf-export-points {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    #nfHomeSections .nf-export-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 320px 190px;
        gap: 11px;
        min-height: 0;
    }

    #nfHomeSections .nf-export-card-sea {
        grid-column: 1 / 3;
        grid-row: 1;
        border-radius: 24px;
    }

    #nfHomeSections .nf-export-card-air {
        grid-column: 1;
        grid-row: 2;
    }

    #nfHomeSections .nf-export-card-road {
        grid-column: 2;
        grid-row: 2;
    }

    #nfHomeSections .nf-export-card {
        border-width: 3px;
        border-radius: 19px;
    }

    #nfHomeSections .nf-export-card figcaption,
    #nfHomeSections .nf-export-card-sea figcaption {
        right: 10px;
        bottom: 10px;
        min-height: 31px;
        padding: 6px 8px;
        font-size: 9px;
    }
}

@media (max-width: 470px) {
    #nfHomeSections .nf-export-gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 255px 185px 185px;
    }

    #nfHomeSections .nf-export-card-sea,
    #nfHomeSections .nf-export-card-air,
    #nfHomeSections .nf-export-card-road {
        grid-column: 1;
    }

    #nfHomeSections .nf-export-card-sea { grid-row: 1; }
    #nfHomeSections .nf-export-card-air { grid-row: 2; }
    #nfHomeSections .nf-export-card-road { grid-row: 3; }
}


/* =========================================================
   SECOND SECTION — DATES
========================================================= */

#nfHomeSections .nf-dates-section {
    isolation: isolate;
    overflow: hidden;
    padding: clamp(70px, 7vw, 104px) 0;
    color: #382416;
    background:
        radial-gradient(circle at 8% 18%, rgba(113, 70, 29, .10), transparent 24%),
        radial-gradient(circle at 93% 82%, rgba(247, 155, 25, .15), transparent 27%),
        linear-gradient(135deg, #fffaf0 0%, #f6ead6 55%, #fff8ea 100%);
}

#nfHomeSections .nf-dates-pattern {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    opacity: .42;
    background-image:
        radial-gradient(circle at center, rgba(86,52,24,.12) 1.2px, transparent 1.4px);
    background-size: 27px 27px;
    mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

#nfHomeSections .nf-dates-orb {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

#nfHomeSections .nf-dates-orb-one {
    top: -170px;
    left: -100px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(105,64,27,.12);
    box-shadow: 0 0 0 48px rgba(255,255,255,.22);
}

#nfHomeSections .nf-dates-orb-two {
    right: -110px;
    bottom: -170px;
    width: 330px;
    height: 330px;
    background: rgba(99,146,44,.09);
}

#nfHomeSections .nf-dates-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
    gap: clamp(46px, 6vw, 92px);
}

#nfHomeSections .nf-dates-visual {
    position: relative;
    grid-column: 1;
    min-width: 0;
    min-height: 535px;
}

#nfHomeSections .nf-dates-ring {
    position: absolute;
    top: 9%;
    left: 8%;
    width: 77%;
    height: 78%;
    border: 1px solid rgba(82,49,23,.15);
    border-radius: 46% 54% 58% 42% / 46% 39% 61% 54%;
    transform: rotate(-8deg);
    animation: nfDatesRing 12s linear infinite;
}

#nfHomeSections .nf-dates-main-image,
#nfHomeSections .nf-dates-palm-image {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: #d9b37d;
    box-shadow: 0 30px 70px rgba(74,42,17,.22);
    will-change: transform;
}

#nfHomeSections .nf-dates-main-image {
    top: 34px;
    left: 0;
    width: 82%;
    height: 438px;
    border: 8px solid rgba(255,255,255,.70);
    border-radius: 38px 92px 38px 92px;
    transform: rotate(1.2deg);
}

#nfHomeSections .nf-dates-palm-image {
    right: 0;
    bottom: 0;
    width: 38%;
    height: 290px;
    border: 7px solid #fff8ed;
    border-radius: 84px 26px 84px 26px;
    transform: rotate(-2.5deg);
    animation: nfDatesFloat 5.6s ease-in-out infinite;
}

#nfHomeSections .nf-dates-main-image img,
#nfHomeSections .nf-dates-palm-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.22,1,.36,1) !important;
}

#nfHomeSections .nf-dates-main-image img {
    object-position: 69% center;
}

#nfHomeSections .nf-dates-palm-image img {
    object-position: center 40%;
}

#nfHomeSections .nf-dates-main-image::after,
#nfHomeSections .nf-dates-palm-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(145deg, rgba(84,46,19,.05), transparent 55%, rgba(66,34,12,.14));
}

#nfHomeSections .nf-dates-visual:hover .nf-dates-main-image img,
#nfHomeSections .nf-dates-visual:hover .nf-dates-palm-image img {
    transform: scale(1.045);
}

#nfHomeSections .nf-dates-badge {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid rgba(97,59,25,.11);
    border-radius: 999px;
    color: #4a2d17;
    background: rgba(255,252,244,.92);
    box-shadow: 0 15px 35px rgba(68,38,14,.14);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 900;
}

#nfHomeSections .nf-dates-badge svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #b56b1e;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-dates-badge-one {
    top: 5px;
    right: 20%;
    animation: nfDatesBadgeOne 4.8s ease-in-out infinite;
}

#nfHomeSections .nf-dates-badge-two {
    left: 10%;
    bottom: 18px;
    animation: nfDatesBadgeTwo 5.4s .5s ease-in-out infinite;
}

#nfHomeSections .nf-dates-content {
    position: relative;
    z-index: 3;
    grid-column: 2;
    min-width: 0;
}

#nfHomeSections .nf-dates-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 6px 13px;
    border: 1px solid rgba(100,61,27,.12);
    border-radius: 999px;
    color: #6b3f1b;
    background: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 900;
}

#nfHomeSections .nf-dates-label::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-radius: 50%;
    background: #f49a1b;
    box-shadow: 0 0 0 5px rgba(244,154,27,.13);
}

#nfHomeSections .nf-dates-content h2 {
    max-width: 570px;
    margin: 0;
    color: #3d2717;
    font-size: clamp(34px, 3.7vw, 53px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -1.4px;
}

#nfHomeSections .nf-dates-content h2 strong {
    display: block;
    color: #a55d18;
    font: inherit;
}

#nfHomeSections .nf-dates-content > p {
    max-width: 560px;
    margin: 20px 0 0;
    color: rgba(61,39,23,.72);
    font-size: clamp(14px, 1.18vw, 16px);
    font-weight: 500;
    line-height: 2;
}

#nfHomeSections .nf-dates-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    max-width: 570px;
    margin-top: 25px;
}

#nfHomeSections .nf-dates-features span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    padding: 10px 12px;
    border: 1px solid rgba(105,64,27,.11);
    border-radius: 14px;
    color: #57351d;
    background: rgba(255,255,255,.55);
    font-size: 11px;
    font-weight: 800;
}

#nfHomeSections .nf-dates-features span:last-child {
    grid-column: 1 / -1;
}

#nfHomeSections .nf-dates-features i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, #83b845, #5d8e2d);
    font-style: normal;
    font-size: 11px;
    box-shadow: 0 7px 16px rgba(85,132,42,.2);
}

#nfHomeSections .nf-dates-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 49px;
    margin-top: 26px;
    padding: 10px 20px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(115deg, #6d3f1d, #a65c19);
    box-shadow: 0 15px 32px rgba(100,56,20,.22);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

#nfHomeSections .nf-dates-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-dates-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 19px 38px rgba(100,56,20,.28);
}

#nfHomeSections .nf-visible .nf-dates-main-image {
    animation: nfDatesMainEnter .9s cubic-bezier(.22,1,.36,1) both;
}

#nfHomeSections .nf-visible .nf-dates-content {
    animation: nfDatesContentEnter .85s .08s cubic-bezier(.22,1,.36,1) both;
}

@keyframes nfDatesMainEnter {
    from { opacity: 0; transform: translate3d(-35px,25px,0) rotate(-3deg) scale(.94); }
    to { opacity: 1; transform: translate3d(0,0,0) rotate(1.2deg) scale(1); }
}

@keyframes nfDatesContentEnter {
    from { opacity: 0; transform: translate3d(30px,22px,0); }
    to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes nfDatesFloat {
    0%,100% { transform: translate3d(0,0,0) rotate(-2.5deg); }
    50% { transform: translate3d(0,-10px,0) rotate(-.5deg); }
}

@keyframes nfDatesRing {
    to { transform: rotate(352deg); }
}

@keyframes nfDatesBadgeOne {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes nfDatesBadgeTwo {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}

@media (max-width: 1050px) {
    #nfHomeSections .nf-dates-layout {
        grid-template-columns: minmax(0,1fr) minmax(0,.95fr);
        gap: 40px;
    }

    #nfHomeSections .nf-dates-visual {
        min-height: 480px;
    }

    #nfHomeSections .nf-dates-main-image {
        height: 390px;
    }

    #nfHomeSections .nf-dates-palm-image {
        height: 255px;
    }
}

@media (max-width: 767px) {
    #nfHomeSections .nf-dates-section {
        padding: 58px 0 64px;
    }

    #nfHomeSections .nf-dates-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    #nfHomeSections .nf-dates-visual,
    #nfHomeSections .nf-dates-content {
        grid-column: auto;
    }

    #nfHomeSections .nf-dates-visual {
        min-height: 430px;
        order: 2;
    }

    #nfHomeSections .nf-dates-content {
        order: 1;
    }

    #nfHomeSections .nf-dates-content h2 {
        font-size: clamp(30px, 9vw, 39px);
        letter-spacing: -.8px;
    }

    #nfHomeSections .nf-dates-content > p {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.9;
    }

    #nfHomeSections .nf-dates-features {
        margin-top: 20px;
    }

    #nfHomeSections .nf-dates-main-image {
        top: 28px;
        width: 84%;
        height: 340px;
        border-width: 6px;
        border-radius: 30px 68px 30px 68px;
    }

    #nfHomeSections .nf-dates-palm-image {
        width: 42%;
        height: 225px;
        border-width: 5px;
        border-radius: 65px 22px 65px 22px;
    }

    #nfHomeSections .nf-dates-badge-one {
        right: 13%;
    }

    #nfHomeSections .nf-dates-badge-two {
        left: 4%;
    }
}

@media (max-width: 460px) {
    #nfHomeSections .nf-dates-features {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-dates-features span:last-child {
        grid-column: auto;
    }

    #nfHomeSections .nf-dates-button {
        width: 100%;
    }

    #nfHomeSections .nf-dates-visual {
        min-height: 365px;
    }

    #nfHomeSections .nf-dates-main-image {
        width: 86%;
        height: 286px;
    }

    #nfHomeSections .nf-dates-palm-image {
        width: 45%;
        height: 188px;
    }

    #nfHomeSections .nf-dates-badge {
        padding: 8px 10px;
        font-size: 9px;
    }

    #nfHomeSections .nf-dates-badge-one {
        top: 4px;
        right: 8%;
    }

    #nfHomeSections .nf-dates-badge-two {
        bottom: 10px;
    }
}


/* =========================================================
   SECTION 1 — CATEGORIES
========================================================= */

#nfHomeSections .nf-category-section {
    background:
        radial-gradient(circle at 95% 8%, rgba(117, 188, 45, 0.12), transparent 28%),
        #ffffff;
}

#nfHomeSections .nf-category-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 22px;
    height: 650px;
}

#nfHomeSections .nf-category-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

#nfHomeSections .nf-category-card {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    border-radius: 32px;
    background: var(--nf-dark);
    box-shadow: var(--nf-shadow);
    isolation: isolate;
}

#nfHomeSections .nf-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}

#nfHomeSections .nf-category-card:hover img {
    transform: scale(1.075);
    filter: saturate(1.08);
}

#nfHomeSections .nf-category-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 5%,
            rgba(4, 52, 29, 0.08) 35%,
            rgba(4, 52, 29, 0.88) 100%
        );
}

#nfHomeSections .nf-category-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 3vw, 42px);
    color: #ffffff;
}

#nfHomeSections .nf-category-number {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

#nfHomeSections .nf-category-name {
    font-size: clamp(25px, 2.3vw, 39px);
    font-weight: 900;
    line-height: 1.3;
}

#nfHomeSections .nf-category-small .nf-category-name {
    font-size: clamp(22px, 1.8vw, 30px);
}

#nfHomeSections .nf-category-description {
    max-width: 480px;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

#nfHomeSections .nf-category-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 800;
}

#nfHomeSections .nf-category-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform 0.35s ease;
}

#nfHomeSections .nf-category-card:hover .nf-category-link svg {
    transform: translateX(-6px);
}


#nfHomeSections .nf-category-extra {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
}

#nfHomeSections .nf-category-extra-card {
    height: 330px;
}

#nfHomeSections .nf-category-extra-card .nf-category-name {
    max-width: 100%;
    font-size: clamp(22px, 1.7vw, 30px);
}

#nfHomeSections .nf-category-extra-card .nf-category-content {
    padding: clamp(22px, 2.2vw, 32px);
}


/* =========================================================
   SECTION 2 — PRODUCT CAROUSEL
========================================================= */

#nfHomeSections .nf-products-section {
    background: var(--nf-cream);
}

#nfHomeSections .nf-product-navigation {
    display: flex;
    gap: 10px;
    direction: ltr;
}

#nfHomeSections .nf-product-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--nf-border);
    border-radius: 50%;
    color: var(--nf-dark);
    background: #ffffff;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

#nfHomeSections .nf-product-arrow:hover {
    color: #ffffff;
    background: var(--nf-dark);
    transform: scale(1.07);
}

#nfHomeSections .nf-product-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

#nfHomeSections .nf-product-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 20px;
    scroll-behavior: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

#nfHomeSections .nf-product-rail::-webkit-scrollbar {
    display: none;
}

#nfHomeSections .nf-product-card {
    width: calc((100% - 54px) / 4);
    min-width: calc((100% - 54px) / 4);
    overflow: hidden;
    border: 1px solid rgba(7, 93, 52, 0.08);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(7, 93, 52, 0.07);
    scroll-snap-align: start;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease;
}

#nfHomeSections .nf-product-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 25px 55px rgba(7, 93, 52, 0.14);
}

#nfHomeSections .nf-product-image {
    position: relative;
    height: 275px;
    overflow: hidden;
    background: var(--nf-soft-green);
}

#nfHomeSections .nf-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

#nfHomeSections .nf-product-card:hover .nf-product-image img {
    transform: scale(1.08);
}

#nfHomeSections .nf-product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--nf-green);
    font-size: 11px;
    font-weight: 800;
}

#nfHomeSections .nf-badge-orange {
    background: var(--nf-orange);
}

#nfHomeSections .nf-product-info {
    padding: 20px;
}

#nfHomeSections .nf-product-type {
    display: block;
    margin-bottom: 4px;
    color: var(--nf-muted);
    font-size: 11px;
    font-weight: 700;
}

#nfHomeSections .nf-product-info h3 {
    margin: 0;
    color: var(--nf-dark);
    font-size: 20px;
    font-weight: 900;
}

#nfHomeSections .nf-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px;
}

#nfHomeSections .nf-product-bottom strong {
    color: var(--nf-orange-dark);
    font-size: 18px;
    font-weight: 900;
}

#nfHomeSections .nf-product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--nf-dark);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

#nfHomeSections .nf-product-card:hover .nf-product-action {
    background: var(--nf-orange);
    transform: rotate(90deg);
}


/* =========================================================
   SECTION 3 — STORY
========================================================= */

#nfHomeSections .nf-story-section {
    background: #ffffff;
}

#nfHomeSections .nf-story-layout {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
    gap: clamp(55px, 8vw, 120px);
}

#nfHomeSections .nf-story-gallery {
    position: relative;
    min-height: 670px;
}

#nfHomeSections .nf-story-main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 77%;
    height: 590px;
    overflow: hidden;
    border-radius: 34px 100px 34px 34px;
    box-shadow: var(--nf-shadow);
}

#nfHomeSections .nf-story-main-image img,
#nfHomeSections .nf-story-floating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nfHomeSections .nf-story-floating-image {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 44%;
    height: 300px;
    overflow: hidden;
    border: 10px solid #ffffff;
    border-radius: 34px;
    box-shadow: 0 22px 55px rgba(7, 93, 52, 0.17);
}

#nfHomeSections .nf-story-seal {
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff;
    background: var(--nf-orange);
    box-shadow: 0 17px 43px rgba(247, 155, 25, 0.28);
    transform: rotate(-8deg);
}

#nfHomeSections .nf-story-seal span {
    font-size: 15px;
    font-weight: 600;
}

#nfHomeSections .nf-story-seal strong {
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

#nfHomeSections .nf-story-seal small {
    margin-top: 7px;
    font-size: 10px;
    font-weight: 700;
}

#nfHomeSections .nf-story-leaf {
    position: absolute;
    z-index: 4;
    width: 28px;
    height: 65px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, var(--nf-light-green), var(--nf-dark));
    opacity: 0.45;
}

#nfHomeSections .nf-leaf-one {
    right: -20px;
    bottom: 90px;
    transform: rotate(40deg);
}

#nfHomeSections .nf-leaf-two {
    top: 20px;
    left: 30%;
    transform: rotate(-25deg) scale(0.7);
}

#nfHomeSections .nf-story-content h2 {
    margin-top: 0;
}

#nfHomeSections .nf-story-intro {
    margin: 24px 0 30px;
    color: var(--nf-muted);
    font-size: 16px;
    line-height: 2;
}

#nfHomeSections .nf-story-points {
    display: grid;
    gap: 22px;
}

#nfHomeSections .nf-story-point {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

#nfHomeSections .nf-story-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 17px;
    color: var(--nf-dark);
    background: var(--nf-soft-green);
}

#nfHomeSections .nf-story-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-story-point h3 {
    margin: 0 0 4px;
    color: var(--nf-dark);
    font-size: 17px;
    font-weight: 900;
}

#nfHomeSections .nf-story-point p {
    margin: 0;
    color: var(--nf-muted);
    font-size: 13px;
    line-height: 1.75;
}

#nfHomeSections .nf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    color: var(--nf-dark);
    font-size: 14px;
    font-weight: 900;
}

#nfHomeSections .nf-text-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: var(--nf-orange);
    stroke-width: 2;
    transition: transform 0.35s ease;
}

#nfHomeSections .nf-text-link:hover svg {
    transform: translateX(-6px);
}


/* =========================================================
   SECTION 4 — PROCESS
========================================================= */

#nfHomeSections .nf-process-section {
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(125deg, #054c2b 0%, var(--nf-dark) 52%, #168347 100%);
}

#nfHomeSections .nf-process-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

#nfHomeSections .nf-process-background::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        radial-gradient(circle at center, #ffffff 1px, transparent 1px);
    background-size: 25px 25px;
}

#nfHomeSections .nf-process-circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

#nfHomeSections .nf-process-circle-one {
    top: -210px;
    right: -170px;
    width: 520px;
    height: 520px;
}

#nfHomeSections .nf-process-circle-two {
    bottom: -250px;
    left: -130px;
    width: 600px;
    height: 600px;
}

#nfHomeSections .nf-heading-light h2 {
    color: #ffffff;
}

#nfHomeSections .nf-heading-light h2 strong {
    color: #b9e177;
}

#nfHomeSections .nf-heading-light > p {
    color: rgba(255, 255, 255, 0.7);
}

#nfHomeSections .nf-label-light {
    color: #ffc05e;
}

#nfHomeSections .nf-process-grid {
    display: grid;
    grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
    align-items: center;
}

#nfHomeSections .nf-process-card {
    position: relative;
    min-height: 260px;
    padding: 30px 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease;
}

#nfHomeSections .nf-process-card:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-9px);
}

#nfHomeSections .nf-process-number {
    position: absolute;
    top: 24px;
    left: 24px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

#nfHomeSections .nf-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 28px;
    border-radius: 20px;
    color: var(--nf-dark);
    background: #ffffff;
}

#nfHomeSections .nf-process-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-process-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

#nfHomeSections .nf-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.8;
}

#nfHomeSections .nf-process-connector svg {
    width: 100%;
    height: 35px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.25);
    stroke-width: 1.5;
    stroke-dasharray: 5 6;
}


/* =========================================================
   SECTION 5 — MANGO
========================================================= */

#nfHomeSections .nf-mango-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 0 100%, rgba(247, 155, 25, 0.17), transparent 30%),
        #f6a31e;
}

#nfHomeSections .nf-mango-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
    min-height: 630px;
}

#nfHomeSections .nf-mango-content {
    color: #ffffff;
}

#nfHomeSections .nf-mango-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 800;
}

#nfHomeSections .nf-mango-tag span {
    width: 10px;
    height: 10px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: #ffffff;
}

#nfHomeSections .nf-mango-content h2 {
    color: #ffffff;
}

#nfHomeSections .nf-mango-content h2 strong {
    color: var(--nf-dark);
}

#nfHomeSections .nf-mango-content > p {
    max-width: 570px;
    margin: 23px 0 27px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 2;
}

#nfHomeSections .nf-mango-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 580px;
}

#nfHomeSections .nf-mango-prices a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

#nfHomeSections .nf-mango-prices a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}

#nfHomeSections .nf-mango-prices span {
    font-size: 13px;
    font-weight: 700;
}

#nfHomeSections .nf-mango-prices strong {
    color: var(--nf-dark);
    font-size: 14px;
    font-weight: 900;
}

#nfHomeSections .nf-light-button {
    margin-top: 28px;
    color: var(--nf-dark);
    background: #ffffff;
    box-shadow: 0 17px 40px rgba(118, 63, 0, 0.15);
}

#nfHomeSections .nf-light-button:hover {
    color: var(--nf-dark);
    transform: translateY(-4px);
    box-shadow: 0 23px 48px rgba(118, 63, 0, 0.23);
}

#nfHomeSections .nf-mango-visual {
    position: relative;
    min-height: 600px;
}

#nfHomeSections .nf-mango-image-main {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 40px;
    width: 72%;
    height: 520px;
    overflow: hidden;
    border: 12px solid rgba(255, 255, 255, 0.18);
    border-radius: 50% 50% 42% 58% / 48% 42% 58% 52%;
    box-shadow: 0 30px 70px rgba(100, 53, 0, 0.22);
    transform: rotate(3deg);
}

#nfHomeSections .nf-mango-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nfHomeSections .nf-mango-image-small {
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 0;
    width: 230px;
    height: 230px;
    overflow: hidden;
    border: 10px solid #f6a31e;
    border-radius: 50%;
    box-shadow: 0 25px 55px rgba(100, 53, 0, 0.26);
}

#nfHomeSections .nf-mango-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nfHomeSections .nf-mango-floating-price {
    position: absolute;
    z-index: 5;
    top: 75px;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--nf-dark);
    box-shadow: 0 18px 45px rgba(7, 93, 52, 0.28);
    transform: rotate(-8deg);
}

#nfHomeSections .nf-mango-floating-price small {
    font-size: 11px;
    font-weight: 700;
}

#nfHomeSections .nf-mango-floating-price strong {
    margin: 2px 0 -2px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

#nfHomeSections .nf-mango-floating-price span {
    font-size: 11px;
    font-weight: 700;
}

#nfHomeSections .nf-mango-ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

#nfHomeSections .nf-mango-ring-one {
    top: -20px;
    right: 0;
    width: 560px;
    height: 560px;
}

#nfHomeSections .nf-mango-ring-two {
    right: 90px;
    bottom: 0;
    width: 330px;
    height: 330px;
}


/* =========================================================
   SECTION 6 — TABS
========================================================= */

#nfHomeSections .nf-tabs-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7faf4 100%);
}

#nfHomeSections .nf-tabs-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
}

#nfHomeSections .nf-tab-button {
    min-width: 130px;
    min-height: 47px;
    padding: 10px 18px;
    border: 1px solid var(--nf-border);
    border-radius: 999px;
    color: var(--nf-dark);
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

#nfHomeSections .nf-tab-button:hover {
    transform: translateY(-3px);
}

#nfHomeSections .nf-tab-button.is-active {
    color: #ffffff;
    border-color: var(--nf-dark);
    background: var(--nf-dark);
    box-shadow: 0 13px 30px rgba(7, 93, 52, 0.2);
}

#nfHomeSections .nf-tab-panel {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

#nfHomeSections .nf-tab-panel.is-active {
    display: grid;
    animation: nfTabReveal 0.55s ease both;
}

#nfHomeSections .nf-mini-product {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 130px;
    padding: 15px;
    border: 1px solid rgba(7, 93, 52, 0.09);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(7, 93, 52, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

#nfHomeSections .nf-mini-product:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 45px rgba(7, 93, 52, 0.13);
}

#nfHomeSections .nf-mini-product img {
    width: 95px;
    height: 95px;
    flex: 0 0 95px;
    border-radius: 18px;
    object-fit: cover;
}

#nfHomeSections .nf-mini-product > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

#nfHomeSections .nf-mini-product small {
    color: var(--nf-muted);
    font-size: 10px;
    font-weight: 700;
}

#nfHomeSections .nf-mini-product strong {
    margin: 3px 0 7px;
    overflow: hidden;
    color: var(--nf-dark);
    font-size: 16px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nfHomeSections .nf-mini-product b {
    color: var(--nf-orange-dark);
    font-size: 14px;
    font-weight: 900;
}

@keyframes nfTabReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   SECTION 7 — BENTO
========================================================= */

#nfHomeSections .nf-bento-section {
    background: var(--nf-cream);
}

#nfHomeSections .nf-bento-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    grid-template-rows: 260px 260px;
    gap: 18px;
}

#nfHomeSections .nf-bento-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
}

#nfHomeSections .nf-bento-image-card {
    grid-row: 1 / 3;
    min-height: 538px;
}

#nfHomeSections .nf-bento-image-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

#nfHomeSections .nf-bento-image-card:hover img {
    transform: scale(1.06);
}

#nfHomeSections .nf-bento-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 25%, rgba(3, 49, 27, 0.88) 100%);
}

#nfHomeSections .nf-bento-image-content {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 32px;
    left: 32px;
    color: #ffffff;
}

#nfHomeSections .nf-bento-image-content span {
    color: rgba(255, 255, 255, 0.73);
    font-size: 12px;
    font-weight: 700;
}

#nfHomeSections .nf-bento-image-content h3 {
    max-width: 430px;
    color: #ffffff !important;
    margin: 7px 0 0;
    font-size: clamp(24px, 2.6vw, 38px);
    font-weight: 900;
    line-height: 1.35;
}

#nfHomeSections .nf-bento-green {
    color: #ffffff;
    background: linear-gradient(135deg, var(--nf-dark), #168149);
}

#nfHomeSections .nf-bento-cream {
    color: var(--nf-dark);
    background: #ffffff;
    box-shadow: 0 15px 38px rgba(7, 93, 52, 0.08);
}

#nfHomeSections .nf-bento-orange {
    color: #ffffff;
    background: linear-gradient(135deg, var(--nf-orange), #ef790a);
}

#nfHomeSections .nf-bento-wide {
    grid-column: 2 / 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: var(--nf-dark);
    background:
        radial-gradient(circle at 90% 20%, rgba(117, 188, 45, 0.19), transparent 27%),
        #e9f4e5;
}

#nfHomeSections .nf-bento-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 25px;
    border-radius: 18px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.18);
}

#nfHomeSections .nf-bento-cream .nf-bento-icon {
    background: var(--nf-soft-green);
}

#nfHomeSections .nf-bento-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#nfHomeSections .nf-bento-card h3 {
    margin: 0 0 9px;
    font-size: 21px;
    font-weight: 900;
}

#nfHomeSections .nf-bento-card p {
    margin: 0;
    color: inherit;
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.78;
}

#nfHomeSections .nf-bento-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--nf-orange-dark);
    font-size: 11px;
    font-weight: 800;
}

#nfHomeSections .nf-bento-wide h3 {
    font-size: 27px;
}

#nfHomeSections .nf-bento-wide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--nf-dark);
    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

#nfHomeSections .nf-bento-wide > a:hover {
    background: var(--nf-orange);
    transform: translateX(-6px);
}

#nfHomeSections .nf-bento-wide > a svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}


/* =========================================================
   SECTION 8 — PRICE BOARD
========================================================= */

#nfHomeSections .nf-price-board-section {
    padding: 0 0 clamp(75px, 8vw, 120px);
    background: #ffffff;
}

#nfHomeSections .nf-price-board-header {
    padding: clamp(75px, 8vw, 115px) 0 48px;
}

#nfHomeSections .nf-price-board-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

#nfHomeSections .nf-price-board-heading h2 {
    margin: 0;
    color: var(--nf-dark);
    font-size: clamp(31px, 3.5vw, 52px);
    font-weight: 900;
    line-height: 1.28;
}

#nfHomeSections .nf-price-board-heading h2 strong {
    color: var(--nf-light-green);
}

#nfHomeSections .nf-outline-button {
    color: var(--nf-dark);
    border: 1px solid var(--nf-dark);
    background: transparent;
}

#nfHomeSections .nf-outline-button:hover {
    color: #ffffff;
    background: var(--nf-dark);
    transform: translateY(-3px);
}

#nfHomeSections .nf-price-marquee {
    width: 100%;
    overflow: hidden;
    padding: 17px 0;
    background: var(--nf-dark);
}

#nfHomeSections .nf-price-marquee-track {
    display: flex;
    width: max-content;
    animation: nfPriceMarquee 34s linear infinite;
}

#nfHomeSections .nf-price-marquee:hover .nf-price-marquee-track {
    animation-play-state: paused;
}

#nfHomeSections .nf-price-marquee a {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: max-content;
    padding: 0 28px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

#nfHomeSections .nf-price-marquee span {
    font-size: 15px;
    font-weight: 700;
}

#nfHomeSections .nf-price-marquee strong {
    color: #bce478;
    font-size: 15px;
    font-weight: 900;
}

@keyframes nfPriceMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

#nfHomeSections .nf-price-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

#nfHomeSections .nf-price-feature {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 120px;
    padding: 20px 23px;
    border: 1px solid var(--nf-border);
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 13px 32px rgba(7, 93, 52, 0.06);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

#nfHomeSections .nf-price-feature:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 44px rgba(7, 93, 52, 0.12);
}

#nfHomeSections .nf-price-feature-index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 16px;
    color: var(--nf-dark);
    background: var(--nf-soft-green);
    font-size: 12px;
    font-weight: 900;
}

#nfHomeSections .nf-price-feature small {
    color: var(--nf-muted);
    font-size: 10px;
    font-weight: 700;
}

#nfHomeSections .nf-price-feature h3 {
    margin: 3px 0 0;
    color: var(--nf-dark);
    font-size: 17px;
    font-weight: 900;
}

#nfHomeSections .nf-price-feature > strong {
    color: var(--nf-orange-dark);
    font-size: 16px;
    font-weight: 900;
}


/* =========================================================
   SECTION 9 — FAQ
========================================================= */

#nfHomeSections .nf-faq-section {
    background:
        radial-gradient(circle at 100% 0, rgba(117, 188, 45, 0.13), transparent 28%),
        var(--nf-cream);
}

#nfHomeSections .nf-faq-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: clamp(45px, 7vw, 105px);
}

#nfHomeSections .nf-faq-intro > p {
    margin: 22px 0 28px;
    color: var(--nf-muted);
    font-size: 15px;
    line-height: 1.95;
}

#nfHomeSections .nf-faq-image {
    height: 280px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--nf-shadow);
}

#nfHomeSections .nf-faq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nfHomeSections .nf-faq-list {
    display: grid;
    gap: 13px;
}

#nfHomeSections .nf-faq-item {
    overflow: hidden;
    border: 1px solid rgba(7, 93, 52, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(7, 93, 52, 0.05);
}

#nfHomeSections .nf-faq-item > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    min-height: 75px;
    padding: 18px 23px;
    border: 0;
    color: var(--nf-dark);
    background: transparent;
    font-size: 15px;
    font-weight: 900;
    text-align: right;
    cursor: pointer;
}

#nfHomeSections .nf-faq-toggle {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: var(--nf-soft-green);
}

#nfHomeSections .nf-faq-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 999px;
    background: var(--nf-dark);
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

#nfHomeSections .nf-faq-toggle i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

#nfHomeSections .nf-faq-item.is-open .nf-faq-toggle i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}

#nfHomeSections .nf-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#nfHomeSections .nf-faq-item.is-open .nf-faq-answer {
    grid-template-rows: 1fr;
}

#nfHomeSections .nf-faq-answer p {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 23px;
    color: var(--nf-muted);
    font-size: 13px;
    line-height: 1.9;
    transition: padding 0.4s ease;
}

#nfHomeSections .nf-faq-item.is-open .nf-faq-answer p {
    padding-top: 0;
    padding-bottom: 22px;
}


/* =========================================================
   SECTION 10 — FINAL CTA
========================================================= */

#nfHomeSections .nf-final-cta-section {
    min-height: 660px;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 18%, rgba(177, 225, 104, 0.28), transparent 28%),
        linear-gradient(135deg, #eaf6df 0%, #dcefcf 35%, #0b7545 100%);
    isolation: isolate;
}

#nfHomeSections .nf-final-cta-section::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 32px;
    pointer-events: none;
    box-shadow:
        inset 0 0 60px rgba(255, 255, 255, 0.04),
        0 30px 80px rgba(2, 46, 26, 0.18);
}

#nfHomeSections .nf-final-cta-section::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -25%;
    right: -8%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 226, 118, 0.23), transparent 68%);
    animation: nfFinalGlow 6s ease-in-out infinite alternate;
    pointer-events: none;
}

#nfHomeSections .nf-final-background {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
}

#nfHomeSections .nf-final-background img {
    position: absolute;
    top: 3%;
    left: 1.5%;
    width: 94%;
    height: 94%;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    transform: scale(0.94);
    transform-origin: left center;
    filter: saturate(1.03) contrast(1.01);
    animation: nfFinalImageFloat 11s ease-in-out infinite alternate;
}

#nfHomeSections .nf-final-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 49, 27, 0.04) 0%,
            rgba(3, 49, 27, 0.12) 35%,
            rgba(3, 49, 27, 0.80) 66%,
            rgba(3, 49, 27, 0.97) 100%
        );
}

#nfHomeSections .nf-final-content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 660px;
    padding-top: 78px;
    padding-bottom: 78px;
}

#nfHomeSections .nf-final-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: clamp(18px, 4vw, 58px);
    width: min(670px, 58vw);
    height: 72%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
    box-shadow: 0 24px 70px rgba(0, 33, 18, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(-50%);
}

#nfHomeSections .nf-final-label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
    animation: nfFinalLabelFloat 3.4s ease-in-out infinite;
}

#nfHomeSections .nf-final-content h2 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4.8vw, 70px);
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: -2px;
    text-shadow: 0 12px 34px rgba(0, 35, 19, 0.25);
}

#nfHomeSections .nf-final-content h2 strong {
    display: block;
    color: #c9ee8a;
    animation: nfFinalAccentPulse 3.8s ease-in-out infinite;
}

#nfHomeSections .nf-final-content > p {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.95;
}

#nfHomeSections .nf-final-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
}

#nfHomeSections .nf-final-primary {
    color: var(--nf-dark);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 38, 21, 0.24);
    animation: nfFinalButtonPulse 3.1s ease-in-out infinite;
}

#nfHomeSections .nf-final-primary:hover {
    color: var(--nf-dark);
    background: #ffffff;
    transform: translateY(-4px) scale(1.02);
    animation-play-state: paused;
}

#nfHomeSections .nf-final-shape {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

#nfHomeSections .nf-final-shape-one {
    top: -190px;
    right: -100px;
    width: 450px;
    height: 450px;
    animation: nfFinalOrbitOne 10s ease-in-out infinite alternate;
}

#nfHomeSections .nf-final-shape-two {
    right: 35%;
    bottom: -180px;
    width: 340px;
    height: 340px;
    animation: nfFinalOrbitTwo 8s ease-in-out infinite alternate;
}

#nfHomeSections .nf-final-spark {
    position: absolute;
    z-index: 3;
    width: 12px;
    height: 24px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #c9ee8a, #ffffff);
    opacity: 0.55;
    pointer-events: none;
}

#nfHomeSections .nf-final-spark-one {
    top: 19%;
    right: 47%;
    animation: nfFinalSpark 5s ease-in-out infinite;
}

#nfHomeSections .nf-final-spark-two {
    right: 9%;
    bottom: 21%;
    animation: nfFinalSpark 4.2s 0.8s ease-in-out infinite;
}

#nfHomeSections .nf-final-spark-three {
    top: 28%;
    left: 8%;
    animation: nfFinalSpark 5.6s 1.4s ease-in-out infinite;
}

@keyframes nfFinalImageFloat {
    from { transform: scale(0.94) translate3d(0, 0, 0); }
    to { transform: scale(0.955) translate3d(10px, -5px, 0); }
}

@keyframes nfFinalGlow {
    from { transform: translate3d(0, 0, 0) scale(0.92); opacity: 0.45; }
    to { transform: translate3d(-34px, 24px, 0) scale(1.1); opacity: 0.9; }
}

@keyframes nfFinalLabelFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes nfFinalAccentPulse {
    0%, 100% { text-shadow: 0 0 0 rgba(201, 238, 138, 0); }
    50% { text-shadow: 0 0 24px rgba(201, 238, 138, 0.35); }
}

@keyframes nfFinalButtonPulse {
    0%, 100% { box-shadow: 0 18px 40px rgba(0, 38, 21, 0.24); }
    50% { box-shadow: 0 22px 54px rgba(185, 226, 118, 0.34); }
}

@keyframes nfFinalOrbitOne {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-28px, 36px, 0) scale(1.07); }
}

@keyframes nfFinalOrbitTwo {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(32px, -28px, 0) scale(0.92); }
}

@keyframes nfFinalSpark {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(20deg); opacity: 0.22; }
    50% { transform: translate3d(-16px, -22px, 0) rotate(58deg); opacity: 0.72; }
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1100px) {
    #nfHomeSections .nf-category-layout {
        height: 570px;
    }

    #nfHomeSections .nf-category-extra {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #nfHomeSections .nf-category-extra-card:last-child {
        grid-column: 1 / -1;
    }

    #nfHomeSections .nf-product-card {
        width: calc((100% - 36px) / 3);
        min-width: calc((100% - 36px) / 3);
    }

    #nfHomeSections .nf-story-layout {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 55px;
    }

    #nfHomeSections .nf-story-gallery {
        min-height: 590px;
    }

    #nfHomeSections .nf-story-main-image {
        height: 520px;
    }

    #nfHomeSections .nf-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    #nfHomeSections .nf-process-connector {
        display: none;
    }

    #nfHomeSections .nf-tab-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #nfHomeSections .nf-bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    #nfHomeSections .nf-bento-image-card {
        grid-row: auto;
        grid-column: 1 / 3;
        min-height: 450px;
    }

    #nfHomeSections .nf-bento-wide {
        grid-column: 1 / 3;
    }

    #nfHomeSections .nf-price-feature-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    #nfHomeSections .nf-section {
        padding: 70px 0;
    }

    #nfHomeSections .nf-shell {
        width: min(100% - 30px, 1440px);
    }

    #nfHomeSections .nf-heading-row,
    #nfHomeSections .nf-price-board-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    #nfHomeSections .nf-section-heading h2,
    #nfHomeSections .nf-story-content h2,
    #nfHomeSections .nf-mango-content h2,
    #nfHomeSections .nf-faq-intro h2,
    #nfHomeSections .nf-price-board-heading h2 {
        font-size: 31px;
        letter-spacing: -0.8px;
    }

    #nfHomeSections .nf-category-layout {
        grid-template-columns: 1fr;
        height: auto;
    }

    #nfHomeSections .nf-category-side {
        grid-template-rows: auto;
    }

    #nfHomeSections .nf-category-card,
    #nfHomeSections .nf-category-large,
    #nfHomeSections .nf-category-small {
        height: 390px;
    }

    #nfHomeSections .nf-category-extra {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 16px;
    }

    #nfHomeSections .nf-category-extra-card,
    #nfHomeSections .nf-category-extra-card:last-child {
        grid-column: auto;
        height: 340px;
    }

    #nfHomeSections .nf-product-card {
        width: 82%;
        min-width: 82%;
    }

    #nfHomeSections .nf-product-image {
        height: 270px;
    }

    #nfHomeSections .nf-story-layout {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-story-gallery {
        min-height: 520px;
    }

    #nfHomeSections .nf-story-main-image {
        width: 88%;
        height: 450px;
    }

    #nfHomeSections .nf-story-floating-image {
        width: 48%;
        height: 220px;
    }

    #nfHomeSections .nf-story-seal {
        top: 25px;
        left: 0;
        width: 120px;
        height: 120px;
    }

    #nfHomeSections .nf-process-grid {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-process-card {
        min-height: auto;
    }

    #nfHomeSections .nf-mango-layout {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-mango-prices {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-mango-visual {
        min-height: 500px;
    }

    #nfHomeSections .nf-mango-image-main {
        right: 7%;
        width: 82%;
        height: 420px;
    }

    #nfHomeSections .nf-mango-image-small {
        width: 175px;
        height: 175px;
    }

    #nfHomeSections .nf-mango-floating-price {
        top: 35px;
        left: 0;
        width: 110px;
        height: 110px;
    }

    #nfHomeSections .nf-tabs-navigation {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    #nfHomeSections .nf-tabs-navigation::-webkit-scrollbar {
        display: none;
    }

    #nfHomeSections .nf-tab-button {
        min-width: 115px;
        flex: 0 0 115px;
    }

    #nfHomeSections .nf-tab-panel {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-bento-grid {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-bento-image-card,
    #nfHomeSections .nf-bento-wide {
        grid-column: auto;
    }

    #nfHomeSections .nf-bento-image-card {
        min-height: 420px;
    }

    #nfHomeSections .nf-bento-wide {
        align-items: flex-start;
    }

    #nfHomeSections .nf-price-board-header {
        padding-top: 70px;
    }

    #nfHomeSections .nf-price-feature {
        grid-template-columns: auto 1fr;
    }

    #nfHomeSections .nf-price-feature > strong {
        grid-column: 2;
    }

    #nfHomeSections .nf-faq-layout {
        grid-template-columns: 1fr;
    }

    #nfHomeSections .nf-final-cta-section,
    #nfHomeSections .nf-final-content {
        min-height: 640px;
    }

    #nfHomeSections .nf-final-background img {
        object-position: 35% center;
    }

    #nfHomeSections .nf-final-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 49, 27, 0.22) 0%,
                rgba(3, 49, 27, 0.7) 48%,
                rgba(3, 49, 27, 0.98) 100%
            );
    }

    #nfHomeSections .nf-final-content {
        align-items: flex-start;
        justify-content: flex-end;
        padding-bottom: 65px;
    }

    #nfHomeSections .nf-final-content h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    #nfHomeSections .nf-final-content > p {
        font-size: 15px;
    }

    #nfHomeSections .nf-final-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
    #nfHomeSections .nf-category-card,
    #nfHomeSections .nf-category-large,
    #nfHomeSections .nf-category-small {
        height: 350px;
    }

    #nfHomeSections .nf-product-card {
        width: 88%;
        min-width: 88%;
    }

    #nfHomeSections .nf-story-gallery {
        min-height: 470px;
    }

    #nfHomeSections .nf-story-main-image {
        height: 405px;
    }

    #nfHomeSections .nf-story-floating-image {
        height: 185px;
    }

    #nfHomeSections .nf-mango-visual {
        min-height: 450px;
    }

    #nfHomeSections .nf-mango-image-main {
        height: 380px;
    }

    #nfHomeSections .nf-mini-product img {
        width: 85px;
        height: 85px;
        flex-basis: 85px;
    }

    #nfHomeSections .nf-final-content h2 {
        font-size: 40px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */


@media (max-width: 767px) {
    #nfHomeSections .nf-final-cta-section,
    #nfHomeSections .nf-final-content {
        min-height: 690px;
    }

    #nfHomeSections .nf-final-cta-section::before {
        inset: 10px;
        border-radius: 24px;
    }

    #nfHomeSections .nf-final-background img {
        top: 1.5%;
        left: 1%;
        width: 98%;
        height: 58%;
        object-fit: contain;
        object-position: left top;
        transform: scale(0.88);
        transform-origin: left top;
        animation: nfFinalImageFloatMobile 8s ease-in-out infinite alternate;
    }

    #nfHomeSections .nf-final-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 49, 27, 0.02) 0%,
                rgba(3, 49, 27, 0.28) 42%,
                rgba(3, 49, 27, 0.94) 68%,
                rgba(3, 49, 27, 0.99) 100%
            );
    }

    #nfHomeSections .nf-final-content {
        justify-content: flex-end;
        padding-top: 300px;
        padding-bottom: 78px;
    }

    #nfHomeSections .nf-final-content::before {
        top: auto;
        right: 14px;
        bottom: 48px;
        left: 14px;
        width: auto;
        height: 48%;
        border-radius: 26px;
        transform: none;
    }

    #nfHomeSections .nf-final-content h2 {
        font-size: clamp(34px, 9vw, 48px);
        letter-spacing: -1px;
    }
}


@keyframes nfFinalImageFloatMobile {
    from { transform: scale(0.88) translate3d(0, 0, 0); }
    to { transform: scale(0.895) translate3d(5px, -3px, 0); }
}

@media (prefers-reduced-motion: reduce) {
    #nfHomeSections *,
    #nfHomeSections *::before,
    #nfHomeSections *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* =========================================================
   NATIVE WOOCOMMERCE SHORTCODE PRODUCTS
   Products, images and prices come directly from WooCommerce.
========================================================= */

#nfHomeSections .nf-native-products {
    display: block !important;
    overflow-x: auto !important;
    padding: 4px 2px 20px !important;
    scroll-behavior: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

#nfHomeSections .nf-native-products::-webkit-scrollbar {
    display: none;
}

#nfHomeSections .nf-native-products .woocommerce {
    width: 100%;
}

#nfHomeSections .nf-native-products ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    width: max-content !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#nfHomeSections .nf-native-products ul.products::before,
#nfHomeSections .nf-native-products ul.products::after {
    display: none !important;
    content: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product {
    position: relative !important;
    float: none !important;
    display: flex !important;
    flex: 0 0 calc((min(100vw, 1280px) - 126px) / 4) !important;
    flex-direction: column !important;
    width: calc((min(100vw, 1280px) - 126px) / 4) !important;
    min-width: 245px !important;
    max-width: 310px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(7, 93, 52, 0.08) !important;
    border-radius: 25px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 36px rgba(7, 93, 52, 0.07) !important;
    text-align: right !important;
    scroll-snap-align: start;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease !important;
}

#nfHomeSections .nf-native-products ul.products li.product:hover {
    transform: translateY(-9px);
    box-shadow: 0 25px 55px rgba(7, 93, 52, 0.14) !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    color: inherit !important;
    text-decoration: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product img {
    display: block !important;
    width: 100% !important;
    height: 275px !important;
    margin: 0 !important;
    object-fit: cover !important;
    background: var(--nf-soft-green) !important;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#nfHomeSections .nf-native-products ul.products li.product:hover img {
    transform: scale(1.06);
}

#nfHomeSections .nf-native-products ul.products li.product .onsale {
    position: absolute !important;
    z-index: 3 !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: var(--nf-orange) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

#nfHomeSections .nf-native-products ul.products li.product .woocommerce-loop-product__title {
    margin: 0 !important;
    padding: 20px 20px 8px !important;
    color: var(--nf-dark) !important;
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    text-align: right !important;
}

#nfHomeSections .nf-native-products ul.products li.product .star-rating {
    margin: 0 20px 8px auto !important;
}

#nfHomeSections .nf-native-products ul.products li.product .price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    min-height: 34px !important;
    margin: auto 20px 18px !important;
    padding: 0 !important;
    color: var(--nf-orange-dark) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
    text-align: right !important;
}

#nfHomeSections .nf-native-products ul.products li.product .price,
#nfHomeSections .nf-native-products ul.products li.product .price * {
    visibility: visible !important;
    opacity: 1 !important;
}

#nfHomeSections .nf-native-products ul.products li.product .price del {
    color: var(--nf-muted) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    opacity: 0.75 !important;
}

#nfHomeSections .nf-native-products ul.products li.product .price ins {
    color: var(--nf-orange-dark) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart {
    position: absolute !important;
    z-index: 5 !important;
    right: auto !important;
    bottom: 16px !important;
    left: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background: var(--nf-dark) !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition:
        transform 0.3s ease,
        background 0.3s ease !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart::before {
    content: "+";
    display: block;
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart:hover {
    background: var(--nf-orange) !important;
    transform: rotate(90deg) scale(1.06);
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart.loading::before {
    content: "…";
    animation: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart.added::before {
    content: "✓";
    font-size: 20px;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart.added::after,
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart.loading::after {
    display: none !important;
    content: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.added_to_cart {
    display: none !important;
}

#nfHomeSections .nf-native-products .woocommerce-info,
#nfHomeSections .nf-native-products .woocommerce-message {
    width: 100%;
}

@media (max-width: 1024px) {
    #nfHomeSections .nf-native-products ul.products li.product {
        flex-basis: 265px !important;
        width: 265px !important;
    }
}

@media (max-width: 767px) {
    #nfHomeSections .nf-native-products ul.products li.product {
        flex-basis: min(82vw, 300px) !important;
        width: min(82vw, 300px) !important;
        min-width: min(82vw, 300px) !important;
    }

    #nfHomeSections .nf-native-products ul.products li.product img {
        height: 245px !important;
    }
}


/* Native WooCommerce safety reset */
#nfHomeSections .nf-native-products .woocommerce,
#nfHomeSections .nf-native-products .woocommerce ul.products {
    clear: both !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button:not(.ajax_add_to_cart) {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 42px !important;
    margin: 0 20px 18px !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--nf-dark) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button:not(.ajax_add_to_cart)::before,
#nfHomeSections .nf-native-products ul.products li.product > a.button:not(.ajax_add_to_cart)::after {
    display: none !important;
    content: none !important;
}

/* =========================================================
   V3 LIVE PRICED FRUIT & VEGETABLE CARDS
========================================================= */
#nfHomeSections .nf-product-image-link,
#nfHomeSections .nf-product-name-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

#nfHomeSections .nf-product-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

#nfHomeSections .nf-product-bottom {
    margin-top: auto;
    padding-top: 17px;
}

#nfHomeSections .nf-live-price,
#nfHomeSections .nf-live-price * {
    display: inline !important;
    visibility: visible !important;
    color: var(--nf-orange-dark) !important;
    opacity: 1 !important;
}

#nfHomeSections .nf-live-price del {
    margin-left: 6px;
    color: var(--nf-muted) !important;
    font-size: 13px;
    opacity: 0.75 !important;
}

#nfHomeSections .nf-live-price ins {
    text-decoration: none;
}

#nfHomeSections .nf-product-action,
#nfHomeSections .nf-product-action.button {
    flex: 0 0 37px;
    width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
    min-height: 37px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: var(--nf-dark) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

#nfHomeSections .nf-product-action > span[aria-hidden="true"] {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

#nfHomeSections .nf-product-action.loading > span[aria-hidden="true"] {
    font-size: 0;
}

#nfHomeSections .nf-product-action.loading > span[aria-hidden="true"]::before {
    content: "…";
    font-size: 22px;
}

#nfHomeSections .nf-product-action.added > span[aria-hidden="true"] {
    font-size: 0;
}

#nfHomeSections .nf-product-action.added > span[aria-hidden="true"]::before {
    content: "✓";
    font-size: 19px;
}

#nfHomeSections .nf-product-action::after,
#nfHomeSections .added_to_cart {
    display: none !important;
    content: none !important;
}

#nfHomeSections .nf-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#nfHomeSections .nf-products-notice {
    width: 100%;
    margin: 0;
    padding: 24px;
    border-radius: 18px;
    color: var(--nf-dark);
    background: var(--nf-soft-green);
    font-weight: 800;
    text-align: center;
}

/* =========================================================
   UI PERFORMANCE — NATIVE VERTICAL SCROLL PRESERVED
========================================================= */

#nfHomeSections {
    font-family: "Cairo", Tahoma, Arial, sans-serif;
}

#nfHomeSections a,
#nfHomeSections button,
#nfHomeSections input,
#nfHomeSections textarea,
#nfHomeSections select {
    font-family: "Cairo", Tahoma, Arial, sans-serif;
}

/* Remove the long section entrance delay. */
#nfHomeSections .nf-reveal,
#nfHomeSections .nf-reveal.nf-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Keep every interaction crisp instead of slow and floaty. */
#nfHomeSections * {
    transition-duration: 0.16s !important;
}

#nfHomeSections .nf-product-rail,
#nfHomeSections .nf-native-products {
    scroll-behavior: auto !important;
    scroll-snap-type: x proximity !important;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

#nfHomeSections .nf-tab-panel.is-active {
    animation-duration: 0.16s !important;
}

#nfHomeSections .nf-price-marquee-track {
    animation-duration: 18s !important;
}

#nfHomeSections .nf-faq-answer,
#nfHomeSections .nf-faq-answer > * {
    transition-duration: 0.14s !important;
}




/* =========================================================
   v25 — CATEGORY SECTION LAYOUT REPAIR
   One contained grid prevents overlap and escaped cards.
========================================================= */
#nfHomeSections .nf-category-section,
#nfHomeSections .nf-category-section .nf-shell {
    overflow: visible;
}

#nfHomeSections .nf-category-grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    clear: both;
}

#nfHomeSections .nf-category-grid .nf-category-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 370px !important;
    min-width: 0 !important;
    min-height: 370px !important;
    margin: 0 !important;
    transform: none !important;
    float: none !important;
}

#nfHomeSections .nf-category-grid .nf-category-card img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
}

#nfHomeSections .nf-category-grid .nf-category-content {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px;
}

#nfHomeSections .nf-category-grid .nf-category-name {
    font-size: clamp(23px, 1.7vw, 31px);
}

#nfHomeSections .nf-category-grid .nf-category-description {
    min-height: 25px;
}

@media (max-width: 1100px) {
    #nfHomeSections .nf-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #nfHomeSections .nf-category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #nfHomeSections .nf-category-grid .nf-category-card {
        height: 350px !important;
        min-height: 350px !important;
    }
}

@media (max-width: 430px) {
    #nfHomeSections .nf-category-grid .nf-category-card {
        height: 320px !important;
        min-height: 320px !important;
        border-radius: 24px;
    }

    #nfHomeSections .nf-category-grid .nf-category-content {
        padding: 22px;
    }
}
