/* Modern Bootstrap presentation layer for PD. Arwen */
:root {
    --primary: #087f5b;
    --secondary: #f59f00;
    --dark: #102a24;
    --light: #f5f8f7;
    --surface: #ffffff;
    --surface-muted: #edf4f1;
    --text: #18332d;
    --muted: #58716b;
    --border: #dbe7e2;
    --shadow-sm: 0 8px 24px rgba(16, 42, 36, .08);
    --shadow-lg: 0 24px 64px rgba(16, 42, 36, .16);
}

html { scroll-behavior: smooth; }
.section-anchor { scroll-margin-top: 130px; }
body {
    color: var(--text);
    background: #fbfdfc;
    font-family: "Inter", sans-serif;
    line-height: 1.65;
}
h1, h2, h3, h4, h5, h6, .navbar-brand {
    color: var(--dark);
    font-family: "Inter", sans-serif;
    letter-spacing: -.035em;
}
a, button, .btn { cursor: pointer; }
a:focus-visible, button:focus-visible, .btn:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
    box-shadow: none;
}
.skip-link {
    position: fixed;
    inset: .75rem auto auto .75rem;
    z-index: 100000;
    padding: .75rem 1rem;
    color: #fff;
    background: var(--dark);
    border-radius: .65rem;
    transform: translateY(-180%);
}
.skip-link:focus { color: #fff; transform: translateY(0); }
.fixed-top {
    top: .75rem;
    right: .75rem;
    left: .75rem;
    width: auto;
    padding: 0 !important;
    overflow: hidden;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(219, 231, 226, .9);
    border-radius: 1rem;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
}
.top-bar {
    height: 38px;
    color: var(--muted);
    background: var(--surface-muted);
    border-bottom-color: var(--border);
}
.navbar { min-height: 72px; }
.theme-toggle {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .65rem .8rem;
    color: var(--muted);
    background: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: .7rem;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.theme-toggle:hover {
    color: var(--primary);
    background: #e7f5ef;
    border-color: #9ccfbc;
}
.theme-icon-light { display: none; }
[data-theme="dark"] .theme-icon-light { display: inline-block; }
[data-theme="dark"] .theme-icon-dark { display: none; }
.brand-wordmark {
    display: inline-block;
    font-size: 1.55rem;
    letter-spacing: -.06em;
}
.footer .brand-wordmark { font-size: 2rem; }
.navbar .navbar-nav .nav-link {
    position: relative;
    margin: 0 .15rem;
    padding: .75rem .9rem;
    color: var(--muted);
    border-radius: .65rem;
    font-size: .925rem;
    font-weight: 600;
    transition: color .2s ease, background-color .2s ease;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    background: #e7f5ef;
}
.dashboard-hero {
    padding: .75rem !important;
    padding-top: 7.25rem !important;
}
#header-carousel {
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
}
#header-carousel .carousel-item { min-height: 610px; }
#header-carousel .carousel-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(120% 130% at 90% 8%, rgba(245, 159, 0, .30) 0%, rgba(245, 159, 0, 0) 42%),
        radial-gradient(95% 100% at 8% 92%, rgba(6, 96, 68, .60) 0%, rgba(6, 96, 68, 0) 55%),
        radial-gradient(70% 90% at 22% 32%, rgba(11, 61, 47, .55) 0%, rgba(11, 61, 47, 0) 60%),
        linear-gradient(96deg, rgba(5, 30, 24, .95) 0%, rgba(7, 45, 35, .80) 44%, rgba(8, 39, 31, .30) 78%, rgba(8, 39, 31, .10) 100%);
}
#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroDrift 16s ease-in-out infinite alternate;
}
.carousel-caption { color: #fff; }
.carousel-caption h1, .carousel-caption h2 {
    max-width: 780px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.75rem);
    font-weight: 800;
    line-height: 1.04;
}
.hero-eyebrow, .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: #b7f0d9;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.section-kicker { color: var(--primary); }
.hero-copy {
    max-width: 660px;
    color: #e2eeea;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
}
/* Floating 3D glass decor over the hero image */
.hero-decor {
    position: absolute;
    inset: 0;
    z-index: 6;
    overflow: hidden;
    pointer-events: none;
    perspective: 900px;
}
.hero-decor-inner {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform .3s ease-out;
    will-change: transform;
}
.hero-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .85rem 1.05rem;
    color: #10352a;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 1rem;
    box-shadow: 0 26px 55px rgba(3, 24, 18, .38), inset 0 1px 0 rgba(255, 255, 255, .95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    will-change: transform;
}
.hero-float-card strong {
    display: block;
    color: #10352a;
    font-size: .92rem;
    line-height: 1.2;
}
.hero-float-card small {
    color: #4d6a60;
    font-size: .76rem;
}
.hero-float-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    place-items: center;
    color: #fff;
    font-size: 1.05rem;
    background: linear-gradient(145deg, #0a9469, #066b4c);
    border-radius: .7rem;
    box-shadow: 0 8px 18px rgba(8, 127, 91, .4);
}
.hero-float-icon--amber {
    background: linear-gradient(145deg, #ffbf47, #f08c00);
    box-shadow: 0 8px 18px rgba(240, 140, 0, .4);
}
.hero-float-card--a {
    top: 26%;
    right: 6%;
    animation: heroFloatA 7s ease-in-out infinite;
}
.hero-float-card--b {
    top: 55%;
    right: 13%;
    animation: heroFloatB 7.6s ease-in-out infinite;
    animation-delay: -2s;
}
.hero-float-badge {
    position: absolute;
    top: 15%;
    right: 12%;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .9rem;
    color: #10352a;
    font-size: .8rem;
    font-weight: 700;
    background: rgba(255, 255, 255, .9);
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(3, 24, 18, .32), inset 0 1px 0 rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: heroFloatBadge 6.4s ease-in-out infinite;
}
.hero-float-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #20c997;
    box-shadow: 0 0 0 4px rgba(32, 201, 151, .25);
    animation: heroDotPulse 2.4s ease-in-out infinite;
}
@keyframes heroFloatA {
    0%, 100% { transform: rotateY(-16deg) rotateX(7deg) translateZ(55px) translateY(0); }
    50%      { transform: rotateY(-16deg) rotateX(7deg) translateZ(55px) translateY(-16px); }
}
@keyframes heroFloatB {
    0%, 100% { transform: rotateY(-13deg) rotateX(6deg) translateZ(25px) translateY(0); }
    50%      { transform: rotateY(-13deg) rotateX(6deg) translateZ(25px) translateY(14px); }
}
@keyframes heroFloatBadge {
    0%, 100% { transform: translateZ(85px) translateY(0); }
    50%      { transform: translateZ(85px) translateY(-9px); }
}
@keyframes heroDotPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(32, 201, 151, .25); }
    50%      { box-shadow: 0 0 0 7px rgba(32, 201, 151, .08); }
}

/* ==========================================================================
   Futuristic cinematic hero (scoped to .hero-futuristic)
   ========================================================================== */
.hero-futuristic {
    --fx-bg-1: #05130d;
    --fx-bg-2: #030b08;
    --fx-neon: #34f5b0;
    --fx-cyan: #46e6d6;
    --fx-line: rgba(52, 245, 176, .14);
}
.hero-futuristic #header-carousel {
    position: relative;
    background:
        radial-gradient(120% 120% at 85% 0%, rgba(9, 63, 46, .9), transparent 55%),
        radial-gradient(90% 120% at 0% 100%, rgba(6, 40, 30, .95), transparent 60%),
        linear-gradient(160deg, var(--fx-bg-1), var(--fx-bg-2));
    border: 1px solid rgba(52, 245, 176, .14);
    box-shadow: var(--shadow-lg), inset 0 0 140px rgba(0, 0, 0, .6);
}
/* Remove the old photo overlay — the FX layer handles legibility now */
.hero-futuristic .carousel-item { background: transparent; }
.hero-futuristic .carousel-item::after { display: none; }
.hero-futuristic .carousel-caption { z-index: 8; }
.hero-futuristic .carousel-control-prev,
.hero-futuristic .carousel-control-next { z-index: 8; }

/* --- Shared abstract FX background --- */
.hero-fx {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.hero-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
}
.hero-grid {
    position: absolute;
    inset: 40% -25% -25% -25%;
    background-image:
        linear-gradient(var(--fx-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--fx-line) 1px, transparent 1px);
    background-size: 46px 46px;
    transform: perspective(420px) rotateX(62deg);
    transform-origin: top center;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 32%, #000 72%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 32%, #000 72%, transparent);
    animation: heroGridMove 12s linear infinite;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
    mix-blend-mode: screen;
    will-change: transform;
}
.hero-orb--1 {
    top: -12%;
    right: 5%;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(52, 245, 176, .85), transparent 68%);
    animation: heroOrbA 18s ease-in-out infinite;
}
.hero-orb--2 {
    bottom: -20%;
    left: 6%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(9, 120, 88, .95), transparent 66%);
    animation: heroOrbB 23s ease-in-out infinite;
}
.hero-orb--3 {
    top: 16%;
    left: 44%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(70, 230, 214, .5), transparent 70%);
    animation: heroOrbA 27s ease-in-out infinite reverse;
}
.hero-scan {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(92deg, rgba(3, 11, 8, .86) 0%, rgba(3, 11, 8, .5) 38%, rgba(3, 11, 8, .08) 68%, transparent 100%),
        radial-gradient(130% 95% at 50% -12%, transparent 52%, rgba(0, 0, 0, .62) 100%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .028) 0 1px, transparent 1px 4px);
}
@keyframes heroGridMove {
    from { background-position: 0 0; }
    to   { background-position: 0 46px; }
}
@keyframes heroOrbA {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(-40px, 30px, 0); }
}
@keyframes heroOrbB {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(50px, -30px, 0); }
}

/* --- Floating produce icons (signals the fresh sayur & buah business) --- */
.hero-produce {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}
.hp {
    position: absolute;
    color: rgba(52, 245, 176, .5);
    text-shadow: 0 0 22px rgba(52, 245, 176, .45);
    will-change: transform;
    animation: heroProduce 15s ease-in-out infinite;
}
.hp-bg {
    color: rgba(52, 245, 176, .07);
    text-shadow: none;
}
.hp-1 { top: 22%; right: 28%; font-size: 2.6rem; animation-delay: -1s; }
.hp-2 { top: 72%; right: 22%; font-size: 2rem; color: rgba(255, 194, 75, .5); text-shadow: 0 0 22px rgba(255, 194, 75, .4); animation-delay: -4s; }
.hp-3 { top: 40%; right: 31%; font-size: 2.2rem; animation-delay: -7s; }
.hp-4 { top: 80%; right: 40%; font-size: 1.8rem; animation-delay: -2.5s; }
.hp-5 { top: 14%; right: 30%; font-size: 1.7rem; animation-delay: -6s; }
.hp-6 { top: 60%; right: 40%; font-size: 1.9rem; animation-delay: -3s; }
.hp-7 { top: 40%; right: 46%; font-size: 8rem; animation-duration: 22s; }
.hp-8 { top: 6%; right: 44%; font-size: 6rem; animation-duration: 26s; animation-delay: -8s; }
@keyframes heroProduce {
    0%, 100% { transform: translateY(0) rotate(-7deg); }
    50%      { transform: translateY(-16px) rotate(7deg); }
}

/* --- Kinetic typography & controls --- */
.hero-futuristic .hero-eyebrow {
    padding: .42rem .9rem;
    color: var(--fx-neon);
    background: rgba(52, 245, 176, .08);
    border: 1px solid rgba(52, 245, 176, .35);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hero-eyebrow-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--fx-neon);
    box-shadow: 0 0 10px var(--fx-neon);
    animation: heroDotPulse 2.2s ease-in-out infinite;
}
.hero-futuristic .hero-title {
    color: #f4fffb;
    font-weight: 800;
    letter-spacing: -.045em;
    text-shadow: 0 0 42px rgba(52, 245, 176, .2);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .hero-futuristic .hero-title {
        background: linear-gradient(180deg, #ffffff 28%, #b8ffe4 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.hero-futuristic .hero-copy { color: #c7ddd5; }
.hero-futuristic .btn-primary {
    color: #04140e;
    background: linear-gradient(180deg, #4dffbe, #17c98a);
    border: none;
    box-shadow: 0 10px 30px rgba(23, 201, 138, .35), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.hero-futuristic .btn-primary:hover {
    color: #04140e;
    background: linear-gradient(180deg, #5affc6, #1fd693);
    box-shadow: 0 14px 40px rgba(23, 201, 138, .5);
    transform: translateY(-1px);
}
.hero-futuristic .btn-light {
    color: #eafff7;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hero-futuristic .btn-light:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(52, 245, 176, .5);
}

/* --- Floating HUD panels (reuse hero-decor markup) --- */
.hero-futuristic .hero-float-card {
    color: #eafff7;
    background: rgba(8, 26, 20, .55);
    border: 1px solid rgba(52, 245, 176, .28);
    box-shadow: 0 26px 55px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.hero-futuristic .hero-float-card strong { color: #eafff7; }
.hero-futuristic .hero-float-card small { color: #8fb3a8; }
.hero-futuristic .hero-float-icon {
    color: #04140e;
    background: linear-gradient(145deg, #5affc6, #17c98a);
    box-shadow: 0 8px 18px rgba(23, 201, 138, .5);
}
.hero-float-metric {
    display: grid;
    place-items: center;
    width: 2.5rem;
    flex: 0 0 2.5rem;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    color: var(--fx-neon);
    text-shadow: 0 0 18px rgba(52, 245, 176, .5);
    font-variant-numeric: tabular-nums;
}
.hero-float-metric span { font-size: 1rem; opacity: .8; }
.hero-futuristic .hero-float-badge {
    color: #d7fff0;
    background: rgba(8, 26, 20, .62);
    border: 1px solid rgba(52, 245, 176, .3);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .45);
}
.hero-futuristic .hero-float-dot {
    background: var(--fx-neon);
    box-shadow: 0 0 0 4px rgba(52, 245, 176, .2), 0 0 12px var(--fx-neon);
}

/* --- Make the trust strip feel connected to the hero --- */
.hero-futuristic + .trust-strip .container {
    border-top: 1px solid rgba(52, 245, 176, .4);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(52, 245, 176, .08);
}
.hero-futuristic + .trust-strip .trust-icon {
    box-shadow: inset 0 0 0 1px rgba(52, 245, 176, .35);
}
.btn {
    min-height: 44px;
    border-radius: .7rem;
    font-weight: 700;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover {
    background: #066b4c;
    border-color: #066b4c;
    box-shadow: 0 8px 20px rgba(8, 127, 91, .24);
}
.carousel-control-prev, .carousel-control-next { width: 8%; }
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(255, 255, 255, .18);
    border: 8px solid transparent;
    backdrop-filter: blur(8px);
}
.container-xxl, .container { max-width: 1240px; }
.trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -5rem;
    padding: 0 .75rem 2.5rem;
}
.trust-strip .container {
    padding: 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-lg);
}
.trust-item {
    display: flex;
    min-height: 94px;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: .9rem;
    transition: background-color .2s ease;
}
.trust-item:hover { background: var(--surface-muted); }
.trust-item strong,
.trust-item span { display: block; }
.trust-item strong { color: var(--dark); }
.trust-item > div > span {
    color: var(--muted);
    font-size: .86rem;
}
.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 3.25rem;
    color: var(--primary);
    background: #e7f5ef;
    border-radius: .85rem;
    font-size: 1.5rem;
    line-height: 1;
}
.trust-icon > i {
    display: block;
    line-height: 1;
}
.product-more {
    margin-top: 1.5rem;
}
.product-more-hint {
    max-width: 460px;
    margin: 0 auto 1.5rem;
    color: var(--muted);
    font-size: .98rem;
}
.product-more .btn i { transition: transform .2s ease; }
.product-more .btn:hover i { transform: translateX(4px); }
.about-img {
    padding: 0 !important;
    border-radius: 1.25rem;
    box-shadow: var(--shadow-lg);
}
.about-img::before { display: none; }
.about-img img { aspect-ratio: 4 / 3; object-fit: cover; }
.procurement-solution { position: relative; }
.procurement-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-lg);
}
.procurement-photo > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .35s ease;
}
.procurement-photo:hover > img { transform: scale(1.025); }
.harvest-note {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 3;
    display: flex;
    max-width: calc(60% - 2rem);
    align-items: center;
    gap: .8rem;
    padding: .85rem 1rem;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
}
.harvest-note-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    color: #fff;
    background: var(--primary);
    border-radius: .8rem;
}
.harvest-note strong,
.harvest-note small { display: block; }
.harvest-note strong { line-height: 1.3; }
.harvest-note small { color: var(--muted); }
.procurement-intro {
    max-width: 62ch;
    color: var(--muted);
    font-size: 1.05rem;
}
.procurement-steps {
    display: grid;
    gap: .75rem;
}
.procurement-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.procurement-step:hover {
    background: var(--surface-muted);
    border-color: #65b89a;
    box-shadow: var(--shadow-sm);
}
.procurement-step-number {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    color: var(--primary);
    background: #e7f5ef;
    border-radius: .8rem;
    font-weight: 800;
}
.procurement-step h3 {
    margin: 0 0 .15rem;
    font-size: 1rem;
    letter-spacing: -.01em;
}
.procurement-step p {
    margin: 0;
    color: var(--muted);
    font-size: .925rem;
    line-height: 1.55;
}
.about-img + * p > .fa-check,
p > .fa-check {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    background: #e7f5ef;
    border-radius: .55rem;
}
.bg-light { background-color: var(--light) !important; }
.bg-icon { background-image: none; }
.section-header { padding-top: 0; }
.section-header::before, .section-header::after { display: none; }
.section-header .display-5, .container-xxl .display-5 {
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 800;
}
.partner-grid > [class*="col-"] > .text-center {
    position: relative;
    display: grid;
    min-height: 148px;
    overflow: hidden;
    place-items: center;
    padding: 1.25rem;
    isolation: isolate;
    background:
        radial-gradient(circle at 85% 15%, rgba(8, 127, 91, .12), transparent 34%),
        linear-gradient(145deg, #fbfdfc 0%, #edf6f2 58%, #e4f0eb 100%);
    border: 1px solid rgba(132, 183, 164, .48);
    border-radius: 1.15rem;
    box-shadow: 0 10px 28px rgba(7, 58, 44, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    margin-top: 0 !important;
}
.partner-grid > [class*="col-"] > .text-center::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    opacity: .42;
    background-image: radial-gradient(rgba(8, 127, 91, .22) .75px, transparent .75px);
    background-size: 15px 15px;
    -webkit-mask-image: linear-gradient(120deg, transparent 18%, #000 100%);
    mask-image: linear-gradient(120deg, transparent 18%, #000 100%);
    pointer-events: none;
}
.partner-grid > [class*="col-"] > .text-center::after {
    position: absolute;
    inset: 7px;
    z-index: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: .85rem;
    pointer-events: none;
}
.partner-grid > [class*="col-"] > .text-center:hover {
    border-color: #65b89a;
    box-shadow: 0 16px 36px rgba(7, 58, 44, .14), inset 0 1px 0 rgba(255, 255, 255, .9);
    transform: translateY(-3px);
}
.partner-grid > [class*="col-"] > .text-center img {
    position: relative;
    z-index: 1;
    max-width: 125px;
    max-height: 80px;
    margin-top: 0 !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(.96) contrast(1.03);
    transition: filter .22s ease, transform .22s ease;
}
.partner-grid > [class*="col-"] > .text-center:hover img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.04);
}
.nav-pills {
    gap: .5rem;
    padding: .35rem;
    background: var(--surface-muted);
    border-radius: .9rem;
}
.nav-pills .nav-item { margin: 0 !important; }
.nav-pills .btn { border: 0 !important; border-radius: .65rem; }
.product-item {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: 0 5px 18px rgba(16, 42, 36, .05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.product-item:hover {
    border-color: #9ccfbc;
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}
.product-item img { aspect-ratio: 4 / 3; object-fit: cover; }
.product-item .h5 {
    color: var(--text);
    font-size: 1rem;
    font-weight: 700;
}
.bg-primary.bg-icon {
    margin-inline: .75rem;
    overflow: hidden;
    background: linear-gradient(135deg, #075f46, #0b8f67) !important;
    border-radius: 1.5rem;
}
.testimonial-item {
    height: calc(100% - 1.5rem);
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: var(--shadow-sm);
}
.testimonial-item img { border: 3px solid #d9eee6; }
.footer {
    margin: 0 .75rem .75rem;
    background: #0d2821 !important;
    border-radius: 1.5rem;
}
.footer .btn-link,
.footer p { color: #c5d6d1; }
.footer .btn.btn-link::before { color: #91b7aa; }
.footer .btn.btn-link:hover,
.footer .btn.btn-link:focus-visible {
    color: #7ee2bd;
    letter-spacing: 0;
}
.footer .btn.btn-link:hover::before,
.footer .btn.btn-link:focus-visible::before { color: #7ee2bd; }
.footer .copyright,
.footer .copyright a { color: #c5d6d1; }
.footer .copyright a:hover,
.footer .copyright a:focus-visible { color: #7ee2bd; }
[data-theme="dark"] .footer .btn.btn-link {
    color: #b9cec7;
}
[data-theme="dark"] .footer .btn.btn-link:hover,
[data-theme="dark"] .footer .btn.btn-link:focus-visible {
    color: #8ce8c6;
}
[data-theme="dark"] .footer .copyright,
[data-theme="dark"] .footer .copyright a { color: #b9cec7; }
.back-to-top {
    right: 1.25rem;
    bottom: 1.25rem;
    box-shadow: var(--shadow-sm);
}

/* WhatsApp support widget */
.whatsapp-widget {
    position: fixed;
    right: 1.25rem;
    bottom: 5.25rem;
    z-index: 1000;
}
.whatsapp-trigger {
    display: flex;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    color: #fff;
    background: #128c4f;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(7, 71, 42, .26);
    font-size: 1rem;
    font-weight: 700;
    transition: background-color .2s ease, box-shadow .2s ease;
}
.whatsapp-trigger:hover {
    color: #fff;
    background: #0d7842;
    box-shadow: 0 16px 34px rgba(7, 71, 42, .32);
}
.whatsapp-trigger .fa-whatsapp {
    font-size: 1.75rem;
    animation: whatsappPulse 2.4s ease-in-out infinite;
}
.whatsapp-popup {
    width: min(360px, calc(100vw - 2rem));
    margin-bottom: .75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.1rem;
    box-shadow: 0 24px 70px rgba(16, 42, 36, .24);
}
.whatsapp-popup[hidden] { display: none; }
.whatsapp-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #087f5b, #0b996d);
}
.whatsapp-avatar {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    background: rgba(255, 255, 255, .16);
    border-radius: .75rem;
    font-size: 1.45rem;
}
.whatsapp-status {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #d9f7eb;
    font-size: .78rem;
}
.status-dot {
    width: .45rem;
    height: .45rem;
    background: #8df0c8;
    border: 2px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    box-sizing: content-box;
}
.whatsapp-close {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    place-items: center;
    color: #075f46;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: .65rem;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(4, 59, 42, .16);
    transition: color .2s ease, background-color .2s ease;
}
.whatsapp-close:hover {
    color: #fff;
    background: #075f46;
}
.whatsapp-popup-body { padding: 1.2rem; }
.whatsapp-chat-button {
    color: #fff;
    background: #128c4f;
    border-color: #128c4f;
}
.whatsapp-chat-button:hover {
    color: #fff;
    background: #0d7842;
    border-color: #0d7842;
}

/* Dark theme */
[data-theme="dark"] {
    --dark: #edf7f3;
    --light: #111b18;
    --surface: #17231f;
    --surface-muted: #202f2a;
    --text: #dce9e4;
    --muted: #a7bbb3;
    --border: #334740;
    --shadow-sm: 0 8px 24px rgba(0, 0, 0, .24);
    --shadow-lg: 0 24px 64px rgba(0, 0, 0, .34);
}
[data-theme="dark"] body {
    color: var(--text);
    background: #0c1412;
}
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: var(--dark);
}
[data-theme="dark"] .fixed-top {
    background: rgba(18, 29, 25, .96);
    border-color: var(--border);
}
[data-theme="dark"] .top-bar {
    color: var(--muted);
    background: #0f1a17;
}
[data-theme="dark"] .navbar-light .navbar-toggler {
    color: var(--text);
    border-color: var(--border);
}
[data-theme="dark"] .navbar-light .navbar-toggler-icon {
    filter: invert(1) grayscale(1);
}
[data-theme="dark"] .navbar .navbar-nav .nav-link {
    color: var(--muted);
}
[data-theme="dark"] .navbar .navbar-nav .nav-link:hover,
[data-theme="dark"] .navbar .navbar-nav .nav-link.active {
    color: #74d9b3;
    background: #173a2f;
}
[data-theme="dark"] .theme-toggle {
    color: #ffd36b;
    background: #25352f;
    border-color: #40564e;
}
[data-theme="dark"] .theme-toggle:hover {
    color: #ffe39b;
    background: #31463e;
}
[data-theme="dark"] #spinner {
    background: #0c1412 !important;
}
[data-theme="dark"] .bg-light {
    background-color: var(--light) !important;
}
[data-theme="dark"] .bg-white {
    color: var(--text);
    background-color: var(--surface) !important;
}
[data-theme="dark"] .text-body,
[data-theme="dark"] .text-dark {
    color: var(--text) !important;
}
[data-theme="dark"] .text-muted {
    color: var(--muted) !important;
}
[data-theme="dark"] .section-kicker {
    color: #64d0a7;
}
[data-theme="dark"] .procurement-step-number {
    color: #79dfba;
    background: #153f33;
}
[data-theme="dark"] .trust-icon {
    color: #75d7b2;
    background: #173a2f;
}
[data-theme="dark"] p > .fa-check {
    background: #173a2f;
}
[data-theme="dark"] .partner-grid > [class*="col-"] > .text-center {
    background:
        radial-gradient(circle at 85% 15%, rgba(8, 127, 91, .16), transparent 34%),
        linear-gradient(145deg, #f7fbf9 0%, #e8f3ef 58%, #dcebe5 100%);
    border-color: rgba(117, 174, 153, .58);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
}
[data-theme="dark"] .product-item,
[data-theme="dark"] .product-directory ul,
[data-theme="dark"] .testimonial-item,
[data-theme="dark"] .container-fluid.bg-light .bg-white.h-100,
[data-theme="dark"] .contact-panel {
    color: var(--text);
    background: var(--surface) !important;
    border-color: var(--border);
}
[data-theme="dark"] .product-item .bg-light {
    background: #1d2b26 !important;
}
[data-theme="dark"] .product-directory li {
    color: var(--text);
    border-bottom-color: #2b3d36;
}
[data-theme="dark"] .nav-pills {
    background: var(--surface-muted);
}
[data-theme="dark"] .nav-pills .btn-outline-primary:not(.active) {
    color: #75d7b2;
}
[data-theme="dark"] .contact-item h3 {
    color: var(--muted);
}
[data-theme="dark"] .contact-item a,
[data-theme="dark"] .contact-item p {
    color: var(--text);
}
[data-theme="dark"] .contact-icon {
    color: #75d7b2;
    background: #173a2f;
}
[data-theme="dark"] .whatsapp-popup {
    color: var(--text);
    background: var(--surface);
    border-color: var(--border);
}
[data-theme="dark"] .whatsapp-popup-body {
    background: var(--surface);
}
[data-theme="dark"] .owl-carousel .owl-nav .owl-prev,
[data-theme="dark"] .owl-carousel .owl-nav .owl-next {
    color: var(--text);
    background: var(--surface);
}
[data-theme="dark"] .copyright {
    border-color: #294038;
}

/* Inner pages */
.page-header {
    position: relative;
    margin: .75rem;
    padding-top: 12.5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-position: center 42%;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-lg);
}
.page-header::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(8, 39, 31, .94), rgba(8, 39, 31, .48));
}
.page-header .container { position: relative; z-index: 1; }
.page-header h1 {
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
}
.page-eyebrow {
    display: block;
    margin-bottom: .75rem;
    color: #a8e8d0;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.page-header-copy {
    max-width: 640px;
    margin-bottom: 1.5rem;
    color: #deebe7;
    font-size: 1.05rem;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item + .breadcrumb-item::before,
.page-header .breadcrumb-item a { color: #e5f1ed !important; }

.container-fluid.bg-light .bg-white.h-100 {
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: var(--shadow-sm);
}
.container-fluid.bg-light .bg-white.h-100 img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}
.feature-icon-shell {
    display: inline-grid;
    width: 92px;
    height: 92px;
    place-items: center;
    background: linear-gradient(145deg, #effaf5, #dcefe7);
    border: 1px solid #b7ddcf;
    border-radius: 1.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 24px rgba(8, 79, 58, .1);
}
.feature-icon-shell img {
    display: block;
    filter: brightness(0) saturate(100%) invert(35%) sepia(34%) saturate(1260%) hue-rotate(112deg) brightness(91%) contrast(94%);
}
[data-theme="dark"] .feature-icon-shell {
    background: linear-gradient(145deg, #173f34, #123129);
    border-color: #356b5a;
    box-shadow: inset 0 1px 0 rgba(148, 224, 195, .12), 0 12px 28px rgba(0, 0, 0, .24);
}
[data-theme="dark"] .feature-icon-shell img {
    filter: brightness(0) invert(1);
    opacity: .96;
}

.product-directory {
    display: block;
    margin-inline: 0;
    column-count: 3;
    column-gap: 1.5rem;
}
.product-directory > [class*="col-"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-inline: 0;
    vertical-align: top;
    break-inside: avoid;
}
.product-directory ul {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
    list-style: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(16, 42, 36, .05);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.product-directory ul:hover {
    border-color: #9ccfbc;
    box-shadow: var(--shadow-sm);
}
.product-directory ul h4 {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    place-items: center;
    color: #fff;
    background: var(--primary);
    border-radius: .7rem;
    font-weight: 800;
}
.product-directory li {
    position: relative;
    padding: .55rem 0 .55rem 1.15rem;
    color: var(--text);
    border-bottom: 1px solid #edf2f0;
}
.product-directory li:last-child { border-bottom: 0; }
.product-directory li::before {
    position: absolute;
    top: 1.05rem;
    left: 0;
    width: .4rem;
    height: .4rem;
    content: "";
    background: #6bc09f;
    border-radius: 50%;
}
.product-search-panel {
    max-width: 440px;
    margin-left: auto;
    padding: 1rem;
    text-align: left;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: var(--shadow-sm);
}
.product-search-panel .input-group-text,
.product-search-panel .form-control {
    min-height: 48px;
    color: var(--text);
    background: var(--surface-muted);
    border-color: var(--border);
}
.product-search-panel .form-control:focus {
    color: var(--text);
    background: var(--surface);
    border-color: #65bfa0;
    box-shadow: 0 0 0 .2rem rgba(8, 127, 91, .16);
}
.product-directory > div[hidden],
.product-directory li[hidden] {
    display: none !important;
}

/* Motion and interaction polish */
.reveal-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease var(--reveal-delay, 0ms), transform .55s ease var(--reveal-delay, 0ms);
}
.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@keyframes heroDrift {
    from { transform: scale(1.01); }
    to { transform: scale(1.06); }
}
@keyframes whatsappPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.12); }
}

.contact-panel,
.whatsapp-panel {
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: var(--shadow-lg);
}
.contact-panel {
    background: #fff;
    border: 1px solid var(--border);
}
.whatsapp-panel {
    background: linear-gradient(145deg, #075f46, #0a8762);
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
}
.contact-item h3 {
    color: var(--muted);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-item a,
.contact-item p {
    color: var(--dark);
    font-weight: 600;
    overflow-wrap: anywhere;
}
.contact-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    color: var(--primary);
    background: #e7f5ef;
    border-radius: .8rem;
}
.contact-icon-light {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}
.container-xxl.px-0 {
    margin-bottom: 3rem !important;
    padding-inline: .75rem !important;
}
.container-xxl.px-0 iframe {
    overflow: hidden;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: var(--shadow-sm);
}
@media (max-width: 991.98px) {
    .fixed-top { top: .5rem; right: .5rem; left: .5rem; }
    .navbar { min-height: 64px; }
    .navbar .navbar-nav {
        margin-top: .5rem;
        padding: .5rem !important;
        background: var(--surface);
        border-top: 1px solid var(--border);
    }
    .navbar .navbar-nav .nav-link { padding: .75rem 1rem; }
    .dashboard-hero { padding: .5rem !important; padding-top: 5.5rem !important; }
    .section-anchor { scroll-margin-top: 88px; }
    .hero-decor { display: none; }
    .hero-produce .hp:not(.hp-bg) { font-size: 1.6rem; }
    .hero-produce .hp-7, .hero-produce .hp-8 { display: none; }
    .hero-orb { filter: blur(48px); }
    .hero-orb--3 { display: none; }
    #header-carousel .carousel-item { min-height: 580px; }
    .carousel-control-prev, .carousel-control-next { display: none; }
    .page-header {
        margin: .5rem;
        padding-top: 9rem;
        padding-bottom: 4rem;
        border-radius: 1rem;
    }
    .product-directory {
        column-count: 2;
        column-gap: 1.25rem;
    }
    .trust-strip { margin-top: -3rem; }
    .product-search-panel {
        max-width: none;
        margin-left: 0;
    }
}
@media (max-width: 575.98px) {
    .procurement-photo > img { min-height: 420px; }
    .harvest-note {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        max-width: none;
    }
    #header-carousel { border-radius: 1rem; }
    #header-carousel .carousel-item { min-height: 620px; }
    #header-carousel .carousel-item::after {
        background: linear-gradient(0deg, rgba(8, 39, 31, .96), rgba(8, 39, 31, .56));
    }
    .hero-futuristic .hero-scan {
        background:
            linear-gradient(0deg, rgba(3, 11, 8, .94) 0%, rgba(3, 11, 8, .55) 55%, rgba(3, 11, 8, .22) 100%),
            repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 4px);
    }
    .hero-grid { inset: 55% -30% -30% -30%; }
    .carousel-caption { align-items: flex-end; padding-bottom: 3.5rem; }
    .hero-copy { font-size: 1rem; }
    .carousel-caption .btn { width: 100%; }
    .py-6 { padding-top: 4rem; padding-bottom: 4rem; }
    .bg-primary.bg-icon, .footer { margin-inline: .5rem; border-radius: 1rem; }
    .page-header-copy { font-size: .95rem; }
    .product-directory {
        column-count: 1;
    }
    .product-directory > [class*="col-"] {
        margin-bottom: 1rem;
    }
    .product-directory ul { padding: 1.1rem; }
    .contact-item { align-items: flex-start; }
    .trust-strip {
        margin-top: -2rem;
        padding-inline: .5rem;
    }
    .trust-strip .container { padding: .65rem; }
    .trust-item { min-height: 80px; }
    .whatsapp-widget {
        right: .75rem;
        bottom: 4.75rem;
    }
    .whatsapp-trigger {
        width: 54px;
        height: 54px;
        min-width: 54px;
        padding: 0;
        justify-content: center;
    }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    #header-carousel .carousel-item img,
    .whatsapp-trigger .fa-whatsapp {
        animation: none !important;
    }
    .reveal-item {
        opacity: 1;
        transform: none;
    }
}
