:root {
    --bg-color: #f8fafc;
    --acc-color: #ffffff;
    --text-main: #0f172a;
    --text-sub: #475569;
    --halo-size: 500px;
    --chip-width: 150px;
    --chip-height: 52px;
    --transition-smooth: cubic-bezier(0.23, 1, 0.32, 1);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);
    --accent-glow: rgba(0, 166, 81, 0.15);

    /* Botanical Palette */
    --primary-green: #00A651;
    --primary-light: #00c862;
    --primary-dark: #008f45;
    --secondary-dark: #0f172a;
    --bg-light: #ffffff;
    --bg-soft: #f1f5f9;
    --text-muted: #64748b;
    --glass-white: rgba(255, 255, 255, 0.8);
    --shadow-premium: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
    --shadow-green: 0 10px 25px -5px rgba(0, 166, 81, 0.2);
    --radius-full: 500px;
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 16px;
    --terms-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fast: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --nav-height: 80px;
}

/* Cleaned up duplicate rule */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-main);
    overflow-x: hidden;
    overflow-y: auto;
}

/* Luxury Background System */
.luxury-bg {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 166, 81, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 100% 0%, rgba(0, 200, 98, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 0% 100%, rgba(15, 23, 42, 0.03) 0%, transparent 40%),
        #ffffff;
    z-index: -3;
}

.luxury-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66 3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm20-17c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0 6c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0 37c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0 64c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zM9 90c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0 6c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0-37c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0-64c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 3c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0 6c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0 37c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0 64c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM70 56c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm13 30c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM2 2c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm19 19c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm70 70c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-19-19c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM40 40c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm19 19c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2300a651' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: -1;
}

.light-beams {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 166, 81, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 166, 81, 0.05) 0%, transparent 40%);
    filter: blur(80px);
    opacity: 0.8;
    z-index: -2;
    animation: pulseBeams 10s infinite alternate ease-in-out;
}

@keyframes pulseBeams {
    from {
        opacity: 0.5;
        transform: scale(1);
    }

    to {
        opacity: 0.9;
        transform: scale(1.1);
    }
}

.noise {
    position: fixed;
    inset: 0;
    background: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.03;
    pointer-events: none;
    z-index: -1;
}

/* 3D Core */
.scene-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
    position: relative;
    background: transparent;
    /* Seamless background */
    overflow: hidden;
}

.perspective-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

/* Central Ecosystem Core */
.central-ecosystem-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(-80px);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.core-logo {
    position: relative;
    width: 200px;
    height: 200px;
    z-index: 5;
    filter: drop-shadow(0 0 20px rgba(0, 200, 98, 0.4));
}

.core-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.halo-system {
    position: relative;
    width: var(--halo-size);
    height: var(--halo-size);
    transform-style: preserve-3d;
    will-change: transform;
    backface-visibility: hidden;
}

/* Benefit Chips */
.chips-container {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
}

.chip-wrapper {
    margin-top: calc(var(--chip-height) / -2);
    margin-left: calc(var(--chip-width) / -2);
    perspective: 1000px;
    will-change: transform;
    transform-style: preserve-3d;
    transform: translate3d(var(--tx, 0), var(--ty, 0), var(--tz, 0)) rotateY(var(--ry, 0deg)) rotateX(var(--rx, 0deg));
}

.benefit-chip {
    width: var(--chip-width);
    height: var(--chip-height);
    background: var(--glass-bg);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    will-change: transform, opacity;
    transform: translateZ(0);
    transition:
        transform 0.5s var(--transition-smooth),
        background 0.5s var(--transition-smooth),
        box-shadow 0.5s var(--transition-smooth),
        border-color 0.5s var(--transition-smooth);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.benefit-chip:hover,
.benefit-chip.active {
    transform: translate3d(0, 0, 50px) scale(1.08);
    background: rgba(255, 255, 255, 0.85);
    border-color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 25px rgba(255, 255, 255, 0.9);
}

.chip-content {
    color: var(--text-main);
    font-size: 13px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transform: translateZ(1px);
    /* Force layer */
    pointer-events: none;
}

/* Fixed List Left */
.benefits-list-fixed {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 100;
}

.fixed-benefit-item {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--text-sub);
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.4s var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 15px;
}

.fixed-benefit-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--text-sub);
    transition: all 0.4s var(--transition-smooth);
    opacity: 0.3;
}

.fixed-benefit-item:hover,
.fixed-benefit-item.active {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    transform: translateX(10px);
}

.fixed-benefit-item:hover::before,
.fixed-benefit-item.active::before {
    background: #000;
    opacity: 1;
    transform: scale(1.5);
}

/* Benefit Details Panel */
.benefit-details {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 320px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.6s var(--transition-smooth);
    z-index: 100;
}

.benefit-details.visible {
    transform: translateX(0);
    opacity: 1;
}

.details-footer {
    margin-top: 15px;
}

.details-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.details-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-sub);
}

.details-title {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.details-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-sub);
}

/* Typography Overlay */
.content-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(to top, transparent 0%, transparent 100%);
    pointer-events: none;
}

.premium-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: clamp(32px, 8vw, 84px);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1d1d1f;
    margin-bottom: 4px;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    animation: revealMean 1.8s var(--transition-smooth) forwards;
}

.premium-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(10px, 2vw, 13px);
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #86868b;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    animation: revealSubtitle 1.8s var(--transition-smooth) 0.4s forwards;
}

.hero-cta-group {
    margin-top: 25px;
    opacity: 0;
    transform: translateY(20px);
    animation: revealSubtitle 1.8s var(--transition-smooth) 0.8s forwards;
    pointer-events: auto;
}

.hero-app-btn {
    background: #1d1d1f;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s var(--transition-smooth);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-app-btn i {
    font-size: 11px;
    transition: transform 0.4s var(--transition-smooth);
}

.hero-app-btn:hover {
    background: #000;
    transform: scale(1.05);
    /* Stable scale instead of vertical lift */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.hero-app-btn:hover i {
    transform: translateX(4px);
}

@keyframes revealMean {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
        letter-spacing: 0.1em;
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        letter-spacing: 0.2em;
    }
}

@keyframes revealSubtitle {
    0% {
        opacity: 0;
        transform: translateY(20px);
        letter-spacing: 0.2em;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.4em;
    }
}

.instruction-hint {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-sub);
    opacity: 0.6;
}

/* Mobile Responsiveness Extra Polish */
@media (max-width: 768px) {

    .perspective-wrapper,
    .halo-system,
    .instruction-hint {
        display: none !important;
    }

    .details-inner {
        gap: 5px;
    }

    .benefits-list-fixed {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 17px;
        left: 14px;
        width: calc(100% - 33px);
        max-height: 60vh;
        padding: 0 0 10px;
        gap: 2px;
        z-index: 110;
        overflow-y: auto;
    }

    .fixed-benefit-item {
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        margin-bottom: 0;
        font-size: 11px;
        padding: 10px 14px;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .fixed-benefit-item.active {
        border-radius: 8px 8px 0 0;
    }

    .details-title {
        font-size: 20px;
    }

    .details-desc {
        font-size: 13px;
    }

    .premium-title {
        letter-spacing: 0.15em;
    }

    .premium-subtitle {
        letter-spacing: 0.3em;
    }

    .instruction-hint {
        top: auto;
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --halo-size: 240px;
    }

    .premium-title {
        font-size: 28px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .content-overlay {
        display: none;
        /* Hide header in landscape to save space */
    }

    .benefit-details {
        top: 20px;
        bottom: auto;
        right: 20px;
        width: 250px;
        padding: 15px;
    }

    :root {
        --halo-size: 200px;
    }
}

/* Integrated Benefits Grid */
.benefits-grid {
    max-width: 1200px;
    margin: 10vh auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
    position: relative;
    z-index: 10;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px;
    padding: 40px;
    transition: var(--terms-transition);
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: var(--shadow-premium);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
    pointer-events: none;
    z-index: 2;
}

.benefit-card:hover::before {
    left: 100%;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.card-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-green);
    background: rgba(0, 166, 81, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}

.card-id {
    font-family: 'monospace';
    font-size: 10px;
    color: var(--text-muted);
    opacity: 0.6;
}

.card-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    position: relative;
}

.status-dot.pulse::after {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid #22c55e;
    border-radius: 50%;
    animation: statusPulse 2s infinite;
}

@keyframes statusPulse {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.status-text {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-sub);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-footer {
    margin-top: auto;
    padding-top: 15px;
}

/* Card Simulator */
.card-simulator {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    padding: 15px;
    margin: 10px 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sim-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: center;
}

.sim-select {
    flex: 1;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    outline: none;
    cursor: pointer;
}

.sim-btn {
    padding: 8px 16px;
    background: var(--primary-green);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sim-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.sim-result {
    font-size: 12px;
    color: var(--text-main);
    font-weight: 500;
    padding: 10px;
    background: white;
    border-radius: 10px;
    text-align: center;
    border: 1px dashed rgba(0, 166, 81, 0.3);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sim-result .placeholder {
    color: var(--text-muted);
    font-style: italic;
    font-size: 11px;
}

.sim-result strong {
    color: var(--primary-green);
    margin-left: 5px;
}

/* Community Goal Tracker */
.community-goal-container {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--shadow-premium);
}

.goal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.goal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 10px;
}

.goal-title i {
    color: #0ea5e9;
}

.goal-percent {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-green);
}

.goal-track {
    height: 12px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.goal-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-green), #00e268);
    border-radius: 100px;
    width: 0;
    transition: width 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.goal-footer {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--primary-light);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 166, 81, 0.15),
        0 0 40px rgba(0, 166, 81, 0.08);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-green));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 25px -5px rgba(0, 166, 81, 0.3);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.benefit-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-main);
}

.benefit-card p {
    color: var(--text-sub);
    line-height: 1.7;
    font-size: 16px;
}

.benefits-section-header {
    text-align: center;
    padding: 20px 20px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

/* Benefits Section - Background Botanical Particles */
.benefits-bg-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.bg-leaf {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--primary-green), transparent 70%);
    opacity: 0.08;
    will-change: transform;
}

.leaf-1 {
    top: 8%;
    left: 3%;
    width: 90px;
    height: 90px;
    animation: floatLeaf1 22s infinite ease-in-out;
}

.leaf-2 {
    top: 35%;
    right: 2%;
    width: 55px;
    height: 55px;
    animation: floatLeaf2 18s infinite ease-in-out;
}

.leaf-3 {
    bottom: 12%;
    left: 12%;
    width: 110px;
    height: 110px;
    animation: floatLeaf3 25s infinite ease-in-out;
}

.leaf-4 {
    top: 55%;
    left: 55%;
    width: 45px;
    height: 45px;
    animation: floatLeaf4 20s infinite ease-in-out;
}

.leaf-5 {
    top: 3%;
    right: 20%;
    width: 75px;
    height: 75px;
    animation: floatLeaf1 19s infinite ease-in-out reverse;
}

.leaf-6 {
    bottom: 40%;
    right: 10%;
    width: 35px;
    height: 35px;
    opacity: 0.05;
    animation: floatLeaf5 16s infinite ease-in-out;
}

.leaf-7 {
    top: 22%;
    left: 45%;
    width: 50px;
    height: 50px;
    opacity: 0.04;
    animation: floatLeaf2 21s infinite ease-in-out reverse;
}

.leaf-8 {
    top: 70%;
    left: 30%;
    width: 65px;
    height: 65px;
    opacity: 0.05;
    animation: floatLeaf4 23s infinite ease-in-out;
}

.bg-ambient {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 166, 81, 0.06) 0%, transparent 60%);
    pointer-events: none;
    will-change: transform;
    animation: ambientDrift 35s infinite ease-in-out alternate;
}

@keyframes floatLeaf1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    33% {
        transform: translate(35px, -45px) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translate(-25px, 25px) rotate(240deg) scale(0.9);
    }
}

@keyframes floatLeaf2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-45px, -35px) rotate(180deg);
    }
}

@keyframes floatLeaf3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.15);
    }

    66% {
        transform: translate(-20px, 40px) scale(0.85);
    }
}

@keyframes floatLeaf4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(25px, -55px) rotate(90deg);
    }
}

@keyframes floatLeaf5 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(-20px, 15px) rotate(90deg) scale(1.1);
    }

    50% {
        transform: translate(10px, -25px) rotate(180deg) scale(0.9);
    }

    75% {
        transform: translate(-15px, 5px) rotate(270deg) scale(1.05);
    }
}

@keyframes ambientDrift {
    0% {
        transform: translate(-40px, -30px) scale(1);
        opacity: 0.3;
    }

    25% {
        transform: translate(20px, -50px) scale(1.2);
        opacity: 0.5;
    }

    50% {
        transform: translate(40px, 10px) scale(0.9);
        opacity: 0.3;
    }

    75% {
        transform: translate(-10px, 40px) scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: translate(-40px, -30px) scale(1);
        opacity: 0.3;
    }
}

@keyframes floatLeaf1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    33% {
        transform: translate(35px, -45px) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translate(-25px, 25px) rotate(240deg) scale(0.9);
    }
}

@keyframes floatLeaf2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-45px, -35px) rotate(180deg);
    }
}

@keyframes floatLeaf3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.15);
    }

    66% {
        transform: translate(-20px, 40px) scale(0.85);
    }
}

@keyframes floatLeaf4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(25px, -55px) rotate(90deg);
    }
}

/* Card Icon Hover Animation */
.benefit-card:hover .icon-box {
    transform: scale(1.1) rotate(-5deg);
    border-radius: 14px;
    box-shadow: 0 15px 35px -5px rgba(0, 166, 81, 0.4);
}

/* Card Stats Row (dual stats side-by-side) */
.card-stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-stats-row .card-stat {
    border: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

/* Card Stats */
.card-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-dark);
    letter-spacing: -0.03em;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-sub);
    font-weight: 500;
}

/* Card Features List */
.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--text-sub);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.card-features li i {
    color: var(--primary-green);
    font-size: 14px;
    flex-shrink: 0;
}

.benefit-card:hover .card-features li {
    background: rgba(0, 166, 81, 0.05);
    transform: translateX(6px);
}

/* Card Link (appears on hover) */
.card-link {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 4px;
    width: fit-content;
}

.card-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.benefit-card:hover .card-link {
    opacity: 1;
    transform: translateX(0);
}

.card-link:hover {
    color: var(--primary-green);
}

.card-link:hover i {
    transform: translateX(4px);
}

.explore-more-link {
    display: inline-block;
    font-size: 11px;
    color: var(--text-main);
    text-decoration: none;
    font-weight: 700;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
    width: fit-content;
}

.explore-more-link.visible {
    opacity: 1;
    pointer-events: auto;
}

.explore-more-link:hover {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .benefit-card {
        padding: 30px;
        border-radius: 24px;
    }
}

/* Slide Section Styling */
html {
    scroll-behavior: smooth;
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.slide-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 10%;
    position: relative;
}

#ai-orchestration,
#verified-origin {
    background: transparent;
}

.slide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1400px;
    width: 100%;
}

.slide-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--text-sub);
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
}

.slide-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--text-main);
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.slide-desc {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-sub);
    margin-bottom: 48px;
    max-width: 540px;
}

/* AI Orchestration Visual Enhancements */
.neural-core {
    width: 320px;
    height: 320px;
    position: relative;
    margin: 0 auto;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.03));
}

.core-pulse {
    position: absolute;
    inset: 15%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, transparent 75%);
    border-radius: 50%;
    animation: pulseCore 4s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate;
}

.orbit-path {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.orbit-path:nth-child(2) {
    transform: rotateX(65deg) rotateY(15deg);
    border-style: dashed;
}

.orbit-path:nth-child(3) {
    transform: rotateX(-45deg) rotateY(45deg);
}

.orbit-path:nth-child(4) {
    transform: rotateZ(30deg) rotateX(80deg);
    opacity: 0.5;
}

.node {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.n1 {
    top: 10%;
    left: 50%;
    animation: orbitNode 5s infinite linear;
}

.n2 {
    bottom: 20%;
    left: 10%;
    animation: orbitNode 7s infinite linear reverse;
}

.n3 {
    top: 50%;
    right: 5%;
    animation: orbitNode 4s infinite linear;
}

@keyframes pulseCore {
    0% {
        transform: scale(0.9) opacity(0.3);
    }

    100% {
        transform: scale(1.2) opacity(0.6);
    }
}

@keyframes orbitNode {
    from {
        transform: rotate(0deg) translateX(150px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(150px) rotate(-360deg);
    }
}

/* Verified Origin - Verified Grower Network */
.vo-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #f8fafc 0%, rgba(212, 168, 83, 0.03) 40%, #f8fafc 100%);
}

.vo-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.vo-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 25% 25%, rgba(212, 168, 83, 0.04) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

/* List Styles */
.vo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vo-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.vo-list li:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(212, 168, 83, 0.2);
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(212, 168, 83, 0.08);
}

.vo-list-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #D4A853, #C49A3C);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(212, 168, 83, 0.25);
    transition: all 0.4s ease;
}

.vo-list li:hover .vo-list-icon {
    transform: scale(1.05) rotate(-4deg);
    box-shadow: 0 6px 20px rgba(212, 168, 83, 0.35);
}

.vo-list-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vo-list-text strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-main);
    font-family: 'Outfit', sans-serif;
}

.vo-list-text span {
    font-size: 12px;
    color: var(--text-sub);
    line-height: 1.4;
}

/* Dashboard Visual */
.vo-dashboard {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.vo-ring {
    position: absolute;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(212, 168, 83, 0.07);
    border-radius: 50%;
    animation: voRingSpin 35s infinite linear;
    pointer-events: none;
}

.vo-ring::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D4A853;
    border-radius: 50%;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    box-shadow: 0 0 15px rgba(212, 168, 83, 0.4);
}

@keyframes voRingSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.vo-card {
    position: relative;
    z-index: 2;
    width: 360px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow:
        0 8px 40px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(212, 168, 83, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.vo-card:hover {
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(212, 168, 83, 0.08);
    transform: translateY(-4px);
}

.vo-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.vo-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
    animation: dotPulse 2s infinite ease-in-out;
    flex-shrink: 0;
}

.vo-badge-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-main);
    flex: 1;
    letter-spacing: 0.02em;
}

.vo-badge-version {
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #D4A853;
    background: rgba(212, 168, 83, 0.1);
    padding: 4px 12px;
    border-radius: 100px;
}

/* Timeline */
.vo-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
}

.vo-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding: 6px 0;
}

.vo-step-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: #fff;
    flex-shrink: 0;
    margin-top: 3px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.vo-step-dot.done {
    border-color: #22c55e;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.3);
}

.vo-step-dot.done::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 7px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vo-step-dot.active {
    border-color: #D4A853;
    background: #D4A853;
    box-shadow: 0 0 14px rgba(212, 168, 83, 0.4);
    animation: dotGlow 1.5s infinite ease-in-out;
}

@keyframes dotGlow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(212, 168, 83, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(212, 168, 83, 0.6);
    }
}

.vo-step-line {
    position: absolute;
    left: 6px;
    top: 20px;
    width: 2px;
    height: calc(100% - 6px);
    background: #e5e7eb;
    z-index: 0;
}

.vo-step:last-child .vo-step-line {
    display: none;
}

.vo-step-line.pulse-line {
    background: linear-gradient(to bottom, #D4A853, rgba(212, 168, 83, 0.2));
    animation: linePulse 2s infinite ease-in-out;
}

@keyframes linePulse {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.vo-step-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-top: 1px;
}

.vo-step-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    font-family: 'Outfit', sans-serif;
}

.vo-step-date {
    font-size: 10px;
    color: var(--text-sub);
    font-weight: 500;
}

.vo-step-dot.active+.vo-step-line+.vo-step-info .vo-step-name {
    color: #D4A853;
}

/* Card Bottom */
.vo-card-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.vo-passport,
.vo-origin,
.vo-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-sub);
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 100px;
}

.vo-passport i,
.vo-origin i {
    font-size: 10px;
    color: #D4A853;
}

.vo-status.verified {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.06);
}

.vo-status.verified i {
    font-size: 10px;
    color: #22c55e;
}

/* Responsive for VO Section */
@media (max-width: 968px) {
    .vo-dashboard {
        max-width: 380px;
        height: 380px;
    }

    .vo-card {
        width: 320px;
        padding: 22px 24px;
    }

    .vo-ring {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 768px) {
    .vo-dashboard {
        max-width: 100%;
        height: auto;
    }

    .vo-card {
        width: 100%;
    }

    .vo-list li {
        padding: 14px 16px;
    }
}



.slide-metrics,
.slide-list {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.metric {
    display: flex;
    flex-direction: column;
}

.m-val {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.m-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-sub);
    margin-top: 4px;
}

@media (max-width: 968px) {
    .slide-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .slide-section {
        padding: 60px 20px;
    }

    .slide-visual {
        order: -1;
    }

    .slide-metrics,
    .slide-list {
        justify-content: center;
    }
}

/* ========================================
   TOP NAVIGATION
 ======================================== */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: #008f45;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: var(--transition-smooth);
    margin: 0;
}

.top-nav.scrolled {
    height: 70px;
    background: var(--glass-white);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(0, 166, 81, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.nav-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1px;
    text-decoration: none;
    z-index: 10;
}

.brand-logo {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-text {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.brand-florian {
    color: white;
    transition: var(--terms-transition);
}

.brand-bd {
    color: white;
    transition: var(--terms-transition);
}

.top-nav.scrolled .brand-florian {
    color: var(--secondary-dark);
}

.top-nav.scrolled .brand-bd {
    color: var(--primary-green);
}

.nav-center {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0.03);
    padding: 6px;
    border-radius: var(--radius-full);
}

.nav-link {
    padding: 5px 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-full);
    transition: var(--terms-transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-nav.scrolled .nav-link {
    color: var(--text-muted);
}

.nav-link:hover {
    color: white;
}

.top-nav.scrolled .nav-link:hover {
    color: var(--secondary-dark);
}

.nav-link.active {
    color: white !important;
    background: var(--primary-green);
    box-shadow: var(--shadow-green);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-btn {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--terms-transition);
    text-decoration: none;
}

.top-nav.scrolled .nav-btn {
    background: rgba(0, 0, 0, 0.03);
    color: var(--secondary-dark);
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.mobile-menu-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background: white;
    transition: var(--terms-transition);
}

.top-nav.scrolled .mobile-menu-btn span {
    background: var(--secondary-dark);
}

/* ========================================
   SIDEBAR
 ======================================== */
.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 400px;
    height: 100vh;
    background: white;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    box-shadow: 20px 0 80px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    visibility: hidden;
    transition: var(--terms-transition);
}

.sidebar.active {
    left: 0;
    visibility: visible;
}

.sidebar-header {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: white;
    z-index: 5;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-brand img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.sidebar-brand-text {
    font-size: 1.3rem;
    font-weight: 800;
}

.sidebar-brand-text .brand-florian {
    color: var(--secondary-dark);
}

.sidebar-brand-text .brand-bd {
    color: var(--primary-green);
}

.sidebar-close {
    width: 45px;
    height: 45px;
    border: none;
    background: var(--bg-soft);
    border-radius: 14px;
    color: var(--text-muted);
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--terms-transition);
}

.sidebar-close:hover {
    background: #fee2e2;
    color: #ef4444;
    transform: rotate(90deg);
}

.sidebar-content {
    flex: 1;
    padding: 0 40px 40px;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-title::after {
    content: '';
    height: 1px;
    background: linear-gradient(to right, rgba(0, 166, 81, 0.2), transparent);
    flex: 1;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 14px;
    transition: var(--terms-transition);
    border: 1px solid transparent;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: white;
    color: var(--primary-green);
    border-color: rgba(0, 166, 81, 0.1);
    transform: translateX(8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.sidebar-footer {
    padding: 40px;
    background: var(--bg-soft);
    border-top: 1px solid #f1f5f9;
}

.contact-quick {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    background: white;
    border-radius: 14px;
    text-decoration: none;
    color: var(--secondary-dark);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--terms-transition);
}

.quick-contact i {
    color: var(--primary-green);
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   ECOSYSTEM METRICS SECTION
 ======================================== */
.ecosystem-metrics {
    padding: 20px 20px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.metrics-bg-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.metrics-glow-sphere {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: -200px;
    right: -150px;
    animation: sphereDrift 20s infinite alternate ease-in-out;
    filter: blur(60px);
}

.metrics-glow-sphere.sphere-2 {
    width: 500px;
    height: 500px;
    top: auto;
    bottom: -200px;
    right: auto;
    left: -150px;
    animation: sphereDrift2 25s infinite alternate ease-in-out;
}

@keyframes sphereDrift {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(-60px, 40px) scale(1.3);
    }
}

@keyframes sphereDrift2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(60px, -40px) scale(1.2);
    }
}

.metrics-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.metrics-header {
    text-align: center;
    margin-bottom: 70px;
}

.metrics-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary-green);
    background: rgba(0, 166, 81, 0.08);
    padding: 8px 24px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 166, 81, 0.12);
}

.metrics-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    line-height: 1.1;
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary-green), #00e268, var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metrics-subtitle {
    font-size: 16px;
    color: var(--text-sub);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-xl);
    padding: 44px 36px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.metric-card-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    z-index: 2;
}

.metric-trend {
    font-size: 10px;
    font-weight: 800;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
    padding: 4px 10px;
    border-radius: 100px;
    letter-spacing: 0.5px;
}

.metric-source {
    font-size: 9px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 1px;
    opacity: 0.7;
}

.metric-mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 30px;
    margin-top: 10px;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.metric-card:hover .metric-mini-chart {
    opacity: 1;
    transform: scaleY(1.2);
}

.metric-mini-chart .bar {
    width: 6px;
    background: var(--primary-green);
    border-radius: 2px;
    transition: height 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.metric-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.15), transparent 40%, transparent 60%, rgba(0, 166, 81, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.metric-card:hover::before {
    opacity: 1;
}

.metric-card::after {
    content: attr(data-backdrop);
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 100px;
    font-weight: 900;
    color: rgba(0, 166, 81, 0.15);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.metric-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(0, 166, 81, 0.25);
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 40px 80px -20px rgba(0, 166, 81, 0.25),
        0 0 0 1px rgba(0, 166, 81, 0.08),
        0 0 60px rgba(0, 166, 81, 0.06);
}

.metric-icon {
    font-size: 34px;
    color: var(--primary-green);
    margin-bottom: 24px;
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(0, 166, 81, 0.08);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 18px;
    position: relative;
}

.metric-card:hover .metric-icon {
    transform: scale(1.1) rotate(-6deg);
    background: rgba(0, 166, 81, 0.15);
    box-shadow: 0 8px 24px rgba(0, 166, 81, 0.2);
}

.metric-number {
    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    display: block;
    letter-spacing: -0.03em;
    line-height: 1;
    transition: all 0.3s ease;
}

.metric-card:hover .metric-number {
    transform: scale(1.04);
}

.metric-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-sub);
    font-weight: 600;
    display: block;
    transition: color 0.3s ease;
}

.metric-card:hover .metric-label {
    color: var(--primary-dark);
}

.metric-glow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(0, 200, 98, 0.15), transparent 70%);
    filter: blur(30px);
    pointer-events: none;
    transition: all 0.8s ease;
}

.metric-card:hover .metric-glow {
    width: 200px;
    height: 200px;
    opacity: 0.7;
    transform: translateX(-50%) translateY(-10px);
}

@media (max-width: 768px) {
    .ecosystem-metrics {
        padding: 80px 20px;
    }

    .metrics-header {
        margin-bottom: 40px;
    }

    .metrics-grid {
        gap: 20px;
    }

    .metric-card {
        padding: 32px 24px;
    }

    .metric-number {
        font-size: 40px;
    }

    .metrics-glow-sphere {
        width: 300px;
        height: 300px;
    }
}

/* Benefit Ledger - System Log */
.benefit-ledger {
    position: absolute;
    top: 15px;
    left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
    pointer-events: none;
}

.ledger-tag {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ledger-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-light);
    border-radius: 100px;
    box-shadow: 0 0 8px var(--primary-light);
}

@keyframes ledgerBuild {
    0% {
        transform: translateX(-30px) scale(0.8);
        opacity: 0;
        letter-spacing: 10px;
        filter: blur(10px);
    }

    40% {
        opacity: 0.5;
        letter-spacing: 5px;
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
        letter-spacing: 2px;
        filter: blur(0);
    }
}

.ledger-tag {
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

@keyframes ledgerShimmer {
    0% {
        left: -100%;
    }

    20% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.ledger-tag.impact {
    animation: ledgerBuild 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.ledger-tag.impact::after {
    animation: ledgerShimmer 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (max-width: 768px) {
    .benefit-ledger {
        top: 80px;
        left: 20px;
        gap: 6px;
        transform: scale(0.9);
        transform-origin: top left;
    }

    .ledger-tag {
        padding: 6px 12px;
        font-size: 9px;
    }

    .ledger-tag::before {
        width: 4px;
        height: 4px;
    }
}

/* ========================================
   SUPER FOOTER
 ======================================== */
.benefits-hero {
    background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-green) 100%);
    padding: 180px 20px 220px;
    color: white;
    position: relative;
    clip-path: ellipse(150% 100% at 50% 0%);
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    z-index: 10;
}

.benefits-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -2px;
    white-space: nowrap;
}

.type-cursor {
    animation: blink 0.8s infinite;
    color: var(--primary-light);
    margin-left: 5px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.benefits-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgba(248, 250, 252, 0.4));
    pointer-events: none;
}


.benefits-hero .header-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    contain: content;
    /* Isolate rendering */
}

.benefits-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -2px;
    white-space: nowrap;
}

.benefits-hero .last-updated {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 500;
}

@media (max-width: 768px) {
    .benefits-hero {
        padding: 270px 12px 190px;
    }

}

@media (max-width: 480px) {
    .benefits-hero {
        padding: 230px 0px 160px;
    }

    .benefits-hero h1 {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        letter-spacing: -1px;
    }
        bottom: -20px;
        left: -20px;
    }

    .benefits-hero .last-updated {
        font-size: 0.75rem;
    }

    .hero-app-btn {
        padding: 10px 24px;
        font-size: 11px;
    }
}

/* ========================================
   SUPER FOOTER
 ======================================== */
.super-footer {
    background: #0f172a;
    position: relative;
}

.footer-wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 0;
}

.footer-main {
    padding: 80px 0 0;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: var(--transition-fast);
}

.social-link:hover {
    background: var(--primary-green);
    transform: translateY(-5px);
}

.footer-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-fast);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--primary-green);
    transform: translateX(5px);
}

.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    gap: 15px;
}

.contact-icon {
    color: var(--primary-green);
}

.contact-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
}

.newsletter-desc {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.newsletter-form .input-wrapper {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 15px;
    color: white;
    outline: none;
}

.submit-btn {
    width: 45px;
    height: 45px;
    background: var(--primary-green);
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: var(--transition-fast);
}

.submit-btn:hover {
    background: var(--primary-light);
}

.trust-badges {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 500px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.badge i {
    color: var(--primary-green);
}

.payment-section {
    margin-top: 80px;
    padding: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.payment-header {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 600;
}

.footer-bottom {
    background: #0a1120;
    padding: 30px 0;
}

.footer-bottom-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

.legal-links {
    display: flex;
    gap: 30px;
}

.legal-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.legal-links a:hover {
    color: white;
}

/* ========================================
   FOOTER / BOTTOM NAV
 ======================================== */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #00a651 !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 12px !important;
    padding-bottom: calc(15px + var(--safe-bottom, env(safe-area-inset-bottom, 20px))) !important;
    z-index: 2147483647 !important;
    min-height: var(--app-footer-height, 75px) !important;
    height: auto !important;
    max-height: calc(150px + var(--safe-bottom, env(safe-area-inset-bottom, 20px))) !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 30px 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    contain: layout style paint;
    will-change: transform, width, opacity, clip-path;
    transform: translateZ(0);
    pointer-events: auto !important;
    transition:
        transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        width 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        border-radius 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.6s ease-in-out,
        clip-path 0.9s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: inset(0% 0% 0% 0% round 30px 30px 0 0);
}

.bottom-nav.footer-hidden {
    transform: translateY(120%) scale(0.95) translateZ(0);
    width: 70%;
    border-radius: 50px;
    opacity: 0;
    clip-path: inset(15% 15% 15% 15% round 50px);
    pointer-events: none !important;
    transition:
        transform 1.5s cubic-bezier(0.23, 1, 0.32, 1),
        width 1.5s cubic-bezier(0.23, 1, 0.32, 1),
        border-radius 1.5s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 1.2s ease-in-out,
        clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 12px;
    position: relative;
    color: #ffffff;
    min-width: 60px;
    text-align: center;
    contain: layout style;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition:
        transform 0.9s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.7s ease,
        background-color 0.3s ease;
}

.bottom-nav:not(.footer-hidden) .nav-item {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.bottom-nav:not(.footer-hidden) .nav-item:nth-child(1) {
    transition-delay: 0.15s;
}

.bottom-nav:not(.footer-hidden) .nav-item:nth-child(2) {
    transition-delay: 0.22s;
}

.bottom-nav:not(.footer-hidden) .nav-item:nth-child(3) {
    transition-delay: 0.29s;
}

.bottom-nav:not(.footer-hidden) .nav-item:nth-child(4) {
    transition-delay: 0.36s;
}

.bottom-nav .nav-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.bottom-nav .nav-item:active {
    transform: scale(0.95);
}

.bottom-nav .nav-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.bottom-nav .nav-item.active .nav-icon {
    opacity: 1;
    transform: scale(1.1);
}

.bottom-nav .nav-item span {
    font-size: 11px;
    font-weight: 600;
    color: inherit;
    letter-spacing: 0.3px;
}

.bottom-nav .nav-item.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bottom-nav .nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom-nav .nav-item.active .nav-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(87%) brightness(95%) contrast(101%);
    opacity: 1;
}

.bottom-nav .cart-count {
    position: absolute;
    top: 0;
    right: 8px;
    background: #ff4757;
    color: white;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
}

/* ========================================
   RESPONSIVE
 ======================================== */
@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-newsletter {
        grid-column: span 3;
    }
}

@media (max-width: 992px) {
    .nav-container {
        padding: 0 20px;
    }

    .nav-center {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-newsletter {
        grid-column: span 1;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .benefits-hero h1 {
        font-size: 2.5rem;
    }

    .sidebar {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .bottom-nav .nav-item {
        padding: 6px 10px;
        min-width: 50px;
    }

    .bottom-nav .nav-icon {
        width: 20px;
        height: 20px;
    }

    .bottom-nav .nav-item span {
        font-size: 9px;
    }

    .bottom-nav {
        min-height: 60px;
        height: 60px;
        padding: 8px 0;
        padding-bottom: calc(8px + var(--safe-bottom, env(safe-area-inset-bottom, 0px)));
    }
}

/* ========================================
   AI ORCHESTRATION ENGINE
   Name: 01 / AI Orchestration Engine
 ======================================== */
.ai-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #f8fafc 0%, rgba(0, 166, 81, 0.02) 40%, #f8fafc 100%);
}

.ai-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ai-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 166, 81, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 166, 81, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

/* Section Header */
.ai-section-header {
    position: absolute;
    top: 120px;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1400px;
    width: 100%;
    padding: 0 10%;
    margin-bottom: 20px;
}

.ai-section-header.header-right {
    justify-content: flex-end;
}

.ai-section-number {
    font-family: 'Outfit', sans-serif;
    font-size: 220px;
    font-weight: 900;
    color: rgb(0 166 81 / 19%);
    line-height: 1;
    letter-spacing: -0.06em;
    user-select: none;
    position: absolute;
}

.ai-section-title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ai-section-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--primary-green);
    font-weight: 700;
}

.ai-section-name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.02em;
    margin: 0;
}

/* Dashboard Visual */
.ai-dashboard {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dash-ring {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(0, 166, 81, 0.06);
    border-radius: 50%;
    animation: ringSpin 30s infinite linear;
    pointer-events: none;
}

.dash-ring::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    box-shadow: 0 0 12px rgba(0, 166, 81, 0.4);
}

@keyframes ringSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dash-panel {
    position: relative;
    z-index: 2;
    width: 340px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow:
        0 8px 40px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(0, 166, 81, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dash-panel:hover {
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(0, 166, 81, 0.08);
    transform: translateY(-4px);
}

.dash-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dash-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-green);
    box-shadow: 0 0 10px rgba(0, 166, 81, 0.5);
    animation: dotPulse 2s infinite ease-in-out;
    flex-shrink: 0;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.85);
    }
}

.dash-status {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-main);
    letter-spacing: 0.02em;
    flex: 1;
}

.dash-badge {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-sub);
    background: rgba(0, 0, 0, 0.03);
    padding: 4px 12px;
    border-radius: 100px;
}

.dash-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
}

.dash-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dash-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash-row-name {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-sub);
}

.dash-row-val {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: 'Outfit', sans-serif;
}

.dash-track {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    overflow: hidden;
}

.dash-fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--primary-green), var(--primary-light));
    width: 0;
}

.dash-fill.f1 {
    width: 94%;
    animation: fillBar 2s 0.3s ease-out forwards;
}

.dash-fill.f2 {
    width: 88%;
    animation: fillBar 2s 0.5s ease-out forwards;
}

.dash-fill.f3 {
    width: 96%;
    animation: fillBar 2s 0.7s ease-out forwards;
}

@keyframes fillBar {
    from {
        width: 0;
    }
}

.dash-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dash-metric {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.dash-m-val {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
}

.dash-m-label {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-sub);
    font-weight: 600;
}

.dash-divider {
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

/* Slide Text */
.slide-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 10px 0;
}

.s-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(0, 166, 81, 0.06);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.s-feature:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 166, 81, 0.15);
    transform: translateX(10px);
    box-shadow: 0 8px 24px rgba(0, 166, 81, 0.08);
}

.s-feature i {
    color: var(--primary-green);
    font-size: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 166, 81, 0.08);
    border-radius: 10px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.s-feature:hover i {
    background: rgba(0, 166, 81, 0.15);
    transform: scale(1.05);
}

.s-feature span {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-dark);
}

.slide-metrics {
    display: flex;
    gap: 40px;
    margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.m-val {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -0.02em;
}

.m-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-sub);
    font-weight: 600;
}

/* Responsive for AI Section */
@media (max-width: 968px) {
    .ai-section-header {
        padding: 0 20px;
    }

    .ai-section-number {
        font-size: 48px;
    }

    .ai-dashboard {
        max-width: 360px;
        height: 340px;
    }

    .dash-panel {
        width: 300px;
        padding: 22px 24px;
    }

    .dash-ring {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .ai-section-number {
        font-size: 36px;
    }

    .ai-section-header {
        gap: 16px;
    }

    .dash-panel {
        width: 100%;
        max-width: 320px;
    }
}

/* ========================================
   FULL MOBILE OPTIMIZATION (768px & below)
   ======================================== */
@media (max-width: 768px) {

    .benefit-details {
        position: relative !important;
        top: 0px;
        left: 10px;
        width: 100% !important;
        border-radius: 0 0 10px 10px;
        padding: 0 14px;
        margin: 0;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease, margin 0.35s ease;
        box-sizing: border-box;
        flex-shrink: 0;
        transform: none !important;
        opacity: 1 !important;
        border: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .benefit-details.visible {
        max-height: 250px;
        padding: 14px 14px 16px;
        margin: 0;
    }

    .benefit-details .details-title {
        font-size: 15px;
    }

    .benefit-details .details-desc {
        font-size: 12px;
        line-height: 1.5;
        margin: 0;
    }

    .benefit-details .details-label {
        font-size: 9px;
    }

    .benefit-details .details-footer {
        margin-top: 8px;
    }

    .content-overlay {
        padding: 40px 20px 60px;
    }

    .premium-title {
        font-size: 32px;
        letter-spacing: 0.1em;
    }

    /* 2. Platform Advantages Grid */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0px 0px;
        margin: 40px auto;
    }

    .benefit-card {
        padding: 28px;
        border-radius: 24px;
    }

    .benefit-card h3 {
        font-size: 22px;
    }

    /* 3. Metrics Section */
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .metric-card {
        padding: 30px 20px;
    }

    .metric-number {
        font-size: 38px;
    }

    /* 4. AI & Verified Section Stacking */
    .slide-section {
        padding: 60px 0;
    }

    .slide-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    /* Reverse order for Verified Origin so text stays on top */
    .vo-section .slide-content {
        flex-direction: column-reverse;
    }

    .slide-text {
        text-align: center;
        align-items: center;
    }

    .slide-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .slide-features,
    .vo-list {
        width: 100%;
        text-align: left;
    }

    .slide-metrics {
        justify-content: center;
        gap: 30px;
    }

    /* 5. Footer Optimization */
    .footer-container {
        grid-template-columns: 1fr;
        /* Full stack */
        gap: 50px;
        padding: 0 24px;
        text-align: center;
    }

    .footer-brand-col,
    .footer-newsletter {
        align-items: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links a,
    .contact-item {
        justify-content: center;
    }

    .payment-methods {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* 6. Section Numbers & Headers */
    .ai-section-header {
        position: absolute;
        top: 0;
        padding: 0 24px;
        margin-bottom: 30px;
        justify-content: center;
    }

    .ai-section-number {
        opacity: 1;
        font-size: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ai-section-title-group {
        text-align: center;
    }
}

/* ========================================
   INTERACTIVE TOOLS (Health & Watering)
 ======================================== */
.tool-section {
    position: relative;
    overflow: hidden;
}


.tool-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.tool-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 25% 25%, rgba(99, 102, 241, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

#watering-guide .tool-grid {
    background-image: radial-gradient(circle at 75% 25%, rgba(14, 165, 233, 0.04) 1px, transparent 1px);
}

/* Tool Card */
.tool-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.tool-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.tool-card-header i {
    font-size: 20px;
    color: #6366f1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 102, 241, 0.08);
    border-radius: 12px;
}

#watering-guide .tool-card-header i {
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
}

.tool-card-header span {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
}

.tool-description {
    font-size: 12px;
    color: var(--text-sub);
    margin-bottom: 20px;
    padding-left: 52px;
}

/* Symptom Grid */
.symptom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.symptom-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-main);
    text-align: left;
}

.symptom-btn i {
    font-size: 14px;
    color: var(--text-sub);
    width: 22px;
    text-align: center;
    transition: color 0.3s ease;
}

.symptom-btn:hover {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.06);
}

.symptom-btn:hover i {
    color: #6366f1;
}

.symptom-btn.active {
    background: rgba(99, 102, 241, 0.1);
    border-color: #6366f1;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.1);
}

.symptom-btn.active i {
    color: #6366f1;
}

/* Result Panel */
.tool-result {
    background: rgba(0, 0, 0, 0.015);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tool-result.has-data {
    background: rgba(99, 102, 241, 0.04);
    border: 1px solid rgba(99, 102, 241, 0.08);
}

#watering-guide .tool-result.has-data {
    background: rgba(14, 165, 233, 0.04);
    border-color: rgba(14, 165, 233, 0.08);
}

.result-icon {
    font-size: 28px;
    color: var(--text-muted);
    transition: all 0.4s ease;
}

.tool-result.has-data .result-icon {
    color: #6366f1;
}

#watering-guide .tool-result.has-data .result-icon {
    color: #0ea5e9;
}

.result-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.result-text {
    font-size: 13px;
    color: var(--text-sub);
    line-height: 1.6;
    max-width: 380px;
}

.result-causes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
    justify-content: center;
}

.result-cause-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 100px;
    background: rgba(99, 102, 241, 0.08);
    color: #6366f1;
}

#watering-guide .result-cause-tag {
    background: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
}

.result-advice {
    margin-top: 4px;
    padding: 10px 14px;
    background: rgba(99, 102, 241, 0.04);
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.6;
    color: var(--text-main);
    text-align: left;
}

#watering-guide .result-advice {
    background: rgba(14, 165, 233, 0.04);
}

/* Watering Form */
.watering-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.wf-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wf-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-sub);
}

.wf-select-wrapper {
    position: relative;
}

.wf-select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.wf-select:hover {
    border-color: rgba(14, 165, 233, 0.2);
    background: rgba(14, 165, 233, 0.02);
}

.wf-select:focus {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.08);
}

.wf-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--text-sub);
    pointer-events: none;
}

.wf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.wf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    border: none;
    border-radius: 16px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.2);
}

.wf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3);
}

.wf-btn:active {
    transform: translateY(0);
}

/* Tool Extra Features */
.tool-extra-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.tool-extra-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 13px;
    color: var(--text-sub);
    font-weight: 500;
}

.tool-extra-item i {
    color: var(--primary-green);
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 166, 81, 0.08);
    border-radius: 8px;
}

/* Tool Section Responsive */
@media (max-width: 968px) {
    .tool-card {
        padding: 24px;
    }

    .symptom-grid {
        grid-template-columns: 1fr;
    }

    .wf-row {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   COMING SOON BANNER (shared across sections 05-08)
   ======================================== */
.coming-soon-banner {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 60px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.coming-soon-banner:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.coming-soon-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(0, 166, 81, 0.02), transparent, rgba(0, 166, 81, 0.02), transparent);
    animation: csRotate 20s infinite linear;
    pointer-events: none;
}

@keyframes csRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.eco-banner::before {
    background: conic-gradient(from 0deg, transparent, rgba(0, 166, 81, 0.04), transparent, rgba(34, 197, 94, 0.03), transparent);
}

.delivery-banner::before {
    background: conic-gradient(from 0deg, transparent, rgba(59, 130, 246, 0.04), transparent, rgba(96, 165, 250, 0.03), transparent);
}

.community-banner::before {
    background: conic-gradient(from 0deg, transparent, rgba(139, 92, 246, 0.04), transparent, rgba(192, 132, 252, 0.03), transparent);
}

.rewards-banner::before {
    background: conic-gradient(from 0deg, transparent, rgba(212, 168, 83, 0.04), transparent, rgba(245, 158, 11, 0.03), transparent);
}

.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    animation: csBadgePulse 2s infinite ease-in-out;
}

.eco-banner .cs-badge {
    color: var(--primary-green);
    background: rgba(0, 166, 81, 0.1);
    border: 1px solid rgba(0, 166, 81, 0.15);
}

.delivery-banner .cs-badge {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.15);
}

.community-banner .cs-badge {
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.15);
}

.rewards-banner .cs-badge {
    color: #D4A853;
    background: rgba(212, 168, 83, 0.1);
    border: 1px solid rgba(212, 168, 83, 0.15);
}

@keyframes csBadgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.cs-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    animation: csIconFloat 3s infinite ease-in-out;
}

.eco-banner .cs-icon {
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.12), rgba(34, 197, 94, 0.08));
    color: var(--primary-green);
    box-shadow: 0 10px 30px rgba(0, 166, 81, 0.15);
}

.delivery-banner .cs-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(96, 165, 250, 0.08));
    color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.15);
}

.community-banner .cs-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(192, 132, 252, 0.08));
    color: #8b5cf6;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.15);
}

.rewards-banner .cs-icon {
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.12), rgba(245, 158, 11, 0.08));
    color: #D4A853;
    box-shadow: 0 10px 30px rgba(212, 168, 83, 0.15);
}

@keyframes csIconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.cs-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.cs-desc {
    font-size: 16px;
    color: var(--text-sub);
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.cs-preview-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.cs-preview-features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-main);
}

.cs-preview-features span i {
    font-size: 12px;
}

.eco-banner .cs-preview-features span i {
    color: var(--primary-green);
}

.delivery-banner .cs-preview-features span i {
    color: #3b82f6;
}

.community-banner .cs-preview-features span i {
    color: #8b5cf6;
}

.rewards-banner .cs-preview-features span i {
    color: #D4A853;
}

.cs-notify-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border: none;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
}

.eco-banner .cs-notify-btn {
    background: linear-gradient(135deg, var(--primary-green), #22c55e);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 166, 81, 0.3);
}

.delivery-banner .cs-notify-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}

.community-banner .cs-notify-btn {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: #fff;
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}

.rewards-banner .cs-notify-btn {
    background: linear-gradient(135deg, #D4A853, #f59e0b);
    color: #fff;
    box-shadow: 0 8px 24px rgba(212, 168, 83, 0.3);
}

.cs-notify-btn:hover {
    transform: scale(1.05) translateY(-2px);
}

.cs-notify-btn i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .coming-soon-banner {
        padding: 50px 28px;
        border-radius: 24px;
    }

    .cs-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .cs-title {
        font-size: 24px;
    }

    .cs-preview-features {
        gap: 10px;
    }

    .cs-preview-features span {
        padding: 6px 14px;
        font-size: 11px;
    }

    .cs-notify-btn {
        padding: 12px 28px;
        font-size: 13px;
    }
}

/* ========================================
   SECTION 05-08: BACKGROUND DECOR ONLY
   ======================================== */
.eco-section {
    position: relative;
    overflow: hidden;
}

.eco-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.eco-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 40%, rgba(0, 166, 81, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(34, 197, 94, 0.04) 0%, transparent 50%);
}

.delivery-section {
    position: relative;
    overflow: hidden;
}

.delivery-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.delivery-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 50% 30%, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.community-section {
    position: relative;
    overflow: hidden;

}

.community-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.community-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.rewards-section {
    position: relative;
    overflow: hidden;

}

.rewards-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rewards-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 40% 50%, rgba(212, 168, 83, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(245, 158, 11, 0.03) 0%, transparent 50%);
}

.eco-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.eco-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 40%, rgba(0, 166, 81, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(34, 197, 94, 0.04) 0%, transparent 50%);
}

/* Eco Dashboard */
.eco-dashboard {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.eco-ring {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(0, 166, 81, 0.07);
    border-radius: 50%;
    animation: ecoRingSpin 30s infinite linear;
    pointer-events: none;
}

.eco-ring::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-green);
    border-radius: 50%;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    box-shadow: 0 0 15px rgba(0, 166, 81, 0.4);
}

.eco-ring::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    bottom: -4px;
    right: 30%;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.3);
}

@keyframes ecoRingSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.eco-card {
    position: relative;
    z-index: 2;
    width: 360px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.eco-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 166, 81, 0.08);
    transform: translateY(-4px);
}

.eco-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.eco-card-icon {
    font-size: 22px;
    color: var(--primary-green);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 166, 81, 0.08);
    border-radius: 12px;
}

.eco-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    flex: 1;
}

.eco-badge {
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-green);
    background: rgba(0, 166, 81, 0.1);
    padding: 4px 12px;
    border-radius: 100px;
}

/* Eco Stats */
.eco-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.eco-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 14px;
    transition: all 0.4s ease;
}

.eco-stat-item:hover {
    background: rgba(0, 166, 81, 0.04);
    transform: translateY(-2px);
}

.eco-stat-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 166, 81, 0.08);
    border-radius: 10px;
    color: var(--primary-green);
    font-size: 16px;
    flex-shrink: 0;
}

.eco-stat-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.eco-stat-val {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
}

.eco-stat-lbl {
    font-size: 10px;
    color: var(--text-sub);
    font-weight: 500;
}

/* Eco Progress */
.eco-progress {
    margin-bottom: 18px;
}

.eco-progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-sub);
    margin-bottom: 8px;
}

.eco-progress-track {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    overflow: hidden;
}

.eco-progress-fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--primary-green), #22c55e);
    transition: width 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.eco-card-bottom {
    display: flex;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.eco-card-bottom span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    color: var(--text-sub);
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 100px;
}

.eco-card-bottom span i {
    color: var(--primary-green);
    font-size: 9px;
}

@media (max-width: 968px) {
    .eco-dashboard {
        max-width: 360px;
        height: 380px;
    }

    .eco-card {
        width: 320px;
        padding: 22px 24px;
    }

    .eco-ring {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 768px) {
    .eco-dashboard {
        max-width: 100%;
        height: auto;
    }

    .eco-card {
        width: 100%;
    }

    .eco-stats {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   SECTION 06: NATIONWIDE DELIVERY NETWORK
   ======================================== */
.delivery-section {
    position: relative;
    overflow: hidden;
}

.delivery-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.delivery-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 50% 30%, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

.delivery-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.delivery-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.delivery-list li:hover {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(59, 130, 246, 0.15);
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.06);
}

.delivery-list li i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.delivery-list li div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.delivery-list li strong {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-main);
}

.delivery-list li span {
    font-size: 11px;
    color: var(--text-sub);
}

/* Delivery Dashboard */
.delivery-dashboard {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.delivery-card {
    position: relative;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.delivery-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(59, 130, 246, 0.08);
    transform: translateY(-4px);
}

.delivery-card-top {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.delivery-status-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
    animation: dotPulse 2s infinite ease-in-out;
    flex-shrink: 0;
}

.delivery-status-text {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-main);
    flex: 1;
    font-family: 'Outfit', sans-serif;
}

.delivery-est {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-sub);
    background: rgba(0, 0, 0, 0.02);
    padding: 4px 12px;
    border-radius: 100px;
}

/* Map Preview */
.delivery-map-preview {
    background: rgba(59, 130, 246, 0.02);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(59, 130, 246, 0.04);
}

.map-route {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.map-pin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.map-pin i {
    font-size: 10px;
    color: #94a3b8;
}

.map-pin.start i {
    color: #22c55e;
}

.map-pin.end.active i {
    color: #3b82f6;
    animation: pinPulse 1.5s infinite ease-in-out;
}

@keyframes pinPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.3);
    }
}

.map-pin span {
    font-size: 9px;
    font-weight: 700;
    color: var(--text-sub);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.map-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #22c55e, #3b82f6);
    margin: 0 8px 16px;
    border-radius: 2px;
    position: relative;
}

.map-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    background: #3b82f6;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

/* Delivery Info Grid */
.delivery-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.delivery-info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.dii-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-sub);
    font-weight: 600;
}

.dii-value {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.dii-value.excellent {
    color: #22c55e;
}

.delivery-card-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 11px;
    font-weight: 600;
    color: var(--text-sub);
}

.delivery-card-bottom i {
    color: #3b82f6;
    font-size: 14px;
}

@media (max-width: 968px) {
    .delivery-dashboard {
        max-width: 380px;
    }

    .delivery-card {
        padding: 22px 24px;
    }
}

@media (max-width: 768px) {
    .delivery-dashboard {
        max-width: 100%;
    }

    .delivery-list li {
        padding: 12px 14px;
    }
}

/* ========================================
   SECTION 07: GARDENERS' COMMUNITY HUB
   ======================================== */
.community-section {
    position: relative;
    overflow: hidden;

}

.community-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.community-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}

/* Community Dashboard */
.community-dashboard {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.community-card {
    position: relative;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.community-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(139, 92, 246, 0.08);
    transform: translateY(-4px);
}

.community-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.community-card-header i {
    font-size: 20px;
    color: #8b5cf6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, 0.08);
    border-radius: 12px;
}

.community-card-header span {
    flex: 1;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.community-badge {
    font-size: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.1);
    padding: 4px 12px;
    border-radius: 100px;
    flex: none !important;
}

/* Activity Feed */
.community-activity {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.ca-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.015);
    border-radius: 14px;
    transition: all 0.4s ease;
}

.ca-item:hover {
    background: rgba(139, 92, 246, 0.03);
    transform: translateX(4px);
}

.ca-avatar i {
    font-size: 28px;
    color: #cbd5e1;
}

.ca-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    min-width: 0;
}

.ca-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-main);
}

.ca-action {
    font-size: 11px;
    color: var(--text-sub);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ca-time {
    font-size: 9px;
    color: #94a3b8;
    font-weight: 500;
}

/* Community Stats */
.community-stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.cs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.015);
    border-radius: 12px;
    transition: all 0.4s ease;
}

.cs-item:hover {
    background: rgba(139, 92, 246, 0.04);
}

.cs-val {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
}

.cs-lbl {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-sub);
    font-weight: 600;
}

@media (max-width: 968px) {
    .community-dashboard {
        max-width: 380px;
    }

    .community-card {
        padding: 22px 24px;
    }
}

@media (max-width: 768px) {
    .community-dashboard {
        max-width: 100%;
    }

    .community-stats-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ========================================
   TEXT SECTIONS 09-10: Full-width text content
   ======================================== */
.text-section {
    position: relative;
    overflow: hidden;
    padding: 120px 10%;
}

.text-section .slide-content {
    max-width: 1200px;
    margin: 0 auto;
}

.text-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}

.text-lead {
    font-size: 20px;
    line-height: 1.8;
    color: var(--text-sub);
    text-align: center;
    max-width: 780px;
    margin: 0 auto 60px;
    font-weight: 400;
}

/* Hero Stat */
.text-hero-stat {
    text-align: center;
    margin-bottom: 40px;
}

.text-hero-number {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(72px, 10vw, 120px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.pricing-section .text-hero-number {
    background: linear-gradient(135deg, #059669, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-hero-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--text-sub);
    font-weight: 600;
    margin-top: 8px;
}

/* Text Grid Cards */
.text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 60px;
}

.text-card {
    padding: 36px 32px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.text-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.pricing-section .text-card:hover {
    border-color: rgba(5, 150, 105, 0.12);
}

.text-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 18px;
    font-size: 20px;
    transition: all 0.5s ease;
}

.pricing-section .text-card-icon {
    background: rgba(5, 150, 105, 0.08);
    color: #059669;
}

.text-card:hover .text-card-icon {
    transform: scale(1.1) rotate(-4deg);
}

.text-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.text-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-sub);
}

/* Bottom CTA Stats */
.text-bottom-cta {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    flex-wrap: wrap;
}

.text-bottom-stat {
    text-align: center;
}

.tbs-val {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1;
    margin-bottom: 4px;
}

.tbs-lbl {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-sub);
    font-weight: 600;
}

/* Education Section Styles */

.education-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.education-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 65% 40%, rgba(79, 70, 229, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}


.pricing-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.pricing-pattern {
    position: absolute;
    inset: 0;
}

/* Pillars (Education) */
.text-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 60px;
}

.pillar {
    padding: 36px 32px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.pillar:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    border-color: rgba(79, 70, 229, 0.1);
}

.pillar-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 18px;
    font-size: 22px;
    background: rgba(79, 70, 229, 0.08);
    color: #4f46e5;
    transition: all 0.5s ease;
}

.pillar:hover .pillar-icon {
    transform: scale(1.1) rotate(-4deg);
    background: rgba(79, 70, 229, 0.15);
}

.pillar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.pillar-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-sub);
    margin-bottom: 16px;
}

.pillar-stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-sub);
    font-weight: 600;
    background: rgba(79, 70, 229, 0.06);
    padding: 4px 14px;
    border-radius: 100px;
}

.pillar-stat span {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #4f46e5;
}

/* Quote Block */
.text-quote {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    max-width: 720px;
    margin: 0 auto;
}

.text-quote i {
    font-size: 28px;
    color: rgba(79, 70, 229, 0.15);
    margin-bottom: 16px;
}

.text-quote p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-main);
    font-style: italic;
    font-weight: 400;
    margin-bottom: 16px;
}

.text-quote span {
    font-size: 12px;
    color: var(--text-sub);
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 768px) {
    .text-section {
        padding: 60px 20px;
    }

    .text-grid,
    .text-pillars {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .text-card,
    .pillar {
        padding: 28px 24px;
    }

    .text-lead {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .text-bottom-cta {
        gap: 30px;
        padding: 28px 20px;
    }

    .text-hero-number {
        font-size: 56px;
    }

    .text-quote {
        padding: 28px 20px;
    }

    .text-quote p {
        font-size: 15px;
    }
}