.wholesale-landing {
    --wl-accent: #30ba0e;
    --wl-accent-dark: #24910b;
    --wl-text: #1b2430;
    --wl-muted: #64748b;
    --wl-border: #d7e7d0;
    --wl-bg: #f7fbf3;
    --wl-white: #ffffff;
    --wl-shadow: 0 18px 40px rgba(48, 186, 14, 0.10);
    color: var(--wl-text);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 50px;
}
.wholesale-landing * { box-sizing: border-box; }
.wholesale-landing a { color: var(--wl-accent); text-decoration: none; }
.wholesale-landing a:hover { text-decoration: underline; }

.wholesale-landing .wl-section {
    margin: 0 0 36px;
    padding: 34px;
    border: 1px solid var(--wl-border);
    border-radius: 28px;
    background: var(--wl-white);
    box-shadow: var(--wl-shadow);
}
.wholesale-landing .wl-section--soft { background: linear-gradient(180deg, #f6fcf2 0%, #ffffff 100%); }
.wholesale-landing .wl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(48, 186, 14, 0.10);
    color: var(--wl-accent-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.wholesale-landing .wl-title {
    margin: 16px 0 12px;
    font-size: 34px;
    line-height: 1.15;
}
.wholesale-landing .wl-subtitle {
    margin: 0;
    color: var(--wl-muted);
    font-size: 18px;
}
.wholesale-landing .wl-section-title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
}
.wholesale-landing .wl-section-lead {
    margin: 0 0 22px;
    color: var(--wl-muted);
}
.wholesale-landing .wl-grid-2,
.wholesale-landing .wl-grid-3,
.wholesale-landing .wl-grid-4 {
    display: grid;
    gap: 20px;
}
.wholesale-landing .wl-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wholesale-landing .wl-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wholesale-landing .wl-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wholesale-landing .wl-grid-4--links { align-items: stretch; }

.wholesale-landing .wl-banner {
    position: relative;
    overflow: hidden;
    padding: 30px;
    min-height: 250px;
    border-radius: 28px;
    background: linear-gradient(135deg, #30ba0e 0%, #24910b 65%, #176407 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(48, 186, 14, 0.22);
}
.wholesale-landing .wl-banner--light {
    background: linear-gradient(135deg, #ffffff 0%, #f1faec 100%);
    color: var(--wl-text);
    border: 1px solid #d7ebcf;
    box-shadow: var(--wl-shadow);
}
.wholesale-landing .wl-banner__badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    color: inherit;
    font-weight: 700;
    font-size: 13px;
}
.wholesale-landing .wl-banner--light .wl-banner__badge {
    background: rgba(48, 186, 14, 0.10);
    color: var(--wl-accent-dark);
}
.wholesale-landing .wl-banner h2 {
    margin: 18px 0 12px;
    font-size: 30px;
    line-height: 1.15;
}
.wholesale-landing .wl-banner p {
    max-width: 560px;
    margin: 0 0 18px;
    color: inherit;
    opacity: 0.96;
}
.wholesale-landing .wl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.wholesale-landing .wl-actions--top { margin-top: 18px; }
.wholesale-landing .wl-actions--auto { margin-top: auto; }

.wholesale-landing .wl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border: 0;
    border-radius: 16px;
    background: var(--wl-accent);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 14px 30px rgba(48, 186, 14, 0.18);
    cursor: pointer;
}
.wholesale-landing .wl-btn:hover {
    transform: translateY(-2px);
    background: var(--wl-accent-dark);
}
.wholesale-landing .wl-btn--ghost {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
}
.wholesale-landing .wl-btn--ghost:hover { background: rgba(255, 255, 255, 0.22); }
.wholesale-landing .wl-btn--light {
    background: #ffffff;
    color: var(--wl-accent-dark) !important;
}
.wholesale-landing .wl-btn--light:hover { background: #eefae9; }

.wholesale-landing .wl-offer {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: stretch;
}
.wholesale-landing .wl-highlight {
    padding: 24px;
    border: 1px solid var(--wl-border);
    border-radius: 24px;
    background: linear-gradient(180deg, #f6fcf2 0%, #ffffff 100%);
}
.wholesale-landing .wl-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}
.wholesale-landing .wl-kpi {
    padding: 18px;
    border-radius: 22px;
    background: var(--wl-bg);
    border: 1px solid var(--wl-border);
}
.wholesale-landing .wl-kpi strong {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.1;
}
.wholesale-landing .wl-kpi span {
    color: var(--wl-muted);
    font-size: 14px;
}

.wholesale-landing .wl-card {
    padding: 24px;
    border: 1px solid var(--wl-border);
    border-radius: 24px;
    background: #fff;
}
.wholesale-landing .wl-card--accent {
    background: linear-gradient(180deg, #f6fcf2 0%, #ffffff 100%);
}
.wholesale-landing .wl-card h3,
.wholesale-landing .wl-card h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
}
.wholesale-landing .wl-card p { margin: 0; color: var(--wl-muted); }
.wholesale-landing .wl-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(48, 186, 14, 0.10);
    color: var(--wl-accent-dark);
    font-size: 18px;
    font-weight: 700;
}
.wholesale-landing .wl-list { margin: 0; padding-left: 20px; }
.wholesale-landing .wl-list li + li { margin-top: 8px; }

.wholesale-landing .wl-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.wholesale-landing .wl-carousel::-webkit-scrollbar { height: 8px; }
.wholesale-landing .wl-carousel::-webkit-scrollbar-thumb {
    background: #b7dfac;
    border-radius: 999px;
}
.wholesale-landing .wl-carousel-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--wl-border);
    background: linear-gradient(180deg, #ffffff 0%, #f6fcf2 100%);
}
.wholesale-landing .wl-carousel-card__tag,
.wholesale-landing .wl-brand-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(48, 186, 14, 0.10);
    color: var(--wl-accent-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.wholesale-landing .wl-brand-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.wholesale-landing .wl-brand-badge:hover { text-decoration: none; background: rgba(48, 186, 14, 0.18); }

.wholesale-landing .wl-form-card,
.wholesale-landing .wl-form-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wholesale-landing .wl-price-levels {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wholesale-landing .wl-price-levels li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid var(--wl-border);
}
.wholesale-landing .wl-price-levels li:last-child { border-bottom: 0; }
.wholesale-landing .wl-price-levels strong { font-size: 16px; }
.wholesale-landing .wl-price-levels span { color: var(--wl-muted); }

.wholesale-landing .wl-seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 24px;
}
.wholesale-landing .wl-seo p {
    margin: 0 0 16px;
}
.wholesale-landing .wl-seo p:last-child { margin-bottom: 0; }

.wholesale-landing .wl-review-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}
.wholesale-landing .wl-review-meta span {
    color: var(--wl-muted);
    font-size: 14px;
}

.wholesale-landing .wl-link-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 22px;
    border: 1px solid var(--wl-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(48, 186, 14, 0.06);
}
.wholesale-landing .wl-link-card strong {
    color: var(--wl-text);
    font-size: 18px;
    line-height: 1.3;
}
.wholesale-landing .wl-link-card span {
    color: var(--wl-muted);
    font-size: 14px;
}
.wholesale-landing .wl-link-card:hover {
    text-decoration: none;
    transform: translateY(-2px);
    border-color: #b7dfac;
}
.wholesale-landing .wl-link-card--current {
    border-color: #8fd77f;
    background: linear-gradient(180deg, #f6fff3 0%, #eefbe8 100%);
    box-shadow: 0 14px 28px rgba(48, 186, 14, 0.12);
}
.wholesale-landing .wl-link-card--current em {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 2px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(48, 186, 14, 0.12);
    color: var(--wl-accent-dark);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.wholesale-landing .wl-subscribe {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 24px;
    align-items: center;
}
.wholesale-landing .wl-subscribe-form-wrap {
    padding: 24px;
    border: 1px solid var(--wl-border);
    border-radius: 24px;
    background: #fff;
}
.wholesale-landing .wl-subscribe-form-wrap form,
.wholesale-landing .wl-subscribe-form-wrap .subscription-form,
.wholesale-landing .wl-subscribe-form-wrap .subscribe-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.wholesale-landing .wl-subscribe-form-wrap input[type="text"],
.wholesale-landing .wl-subscribe-form-wrap input[type="email"],
.wholesale-landing .wl-subscribe-form-wrap .bx-auth-input,
.wholesale-landing .wl-form-card input[type="text"],
.wholesale-landing .wl-form-card input[type="email"],
.wholesale-landing .wl-form-card input[type="tel"],
.wholesale-landing .wl-form-card textarea,
.wholesale-landing .wl-form-card select {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid #cfe2c8;
    border-radius: 16px;
    background: #fff;
    color: var(--wl-text);
    font: inherit;
}
.wholesale-landing .wl-form-card textarea { min-height: 120px; resize: vertical; }

.wholesale-landing .wl-subscribe-form-wrap input[type="submit"],
.wholesale-landing .wl-subscribe-form-wrap button[type="submit"],
.wholesale-landing .wl-form-card input[type="submit"],
.wholesale-landing .wl-form-card button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 22px;
    border: 0;
    border-radius: 16px;
    background: var(--wl-accent);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(48, 186, 14, 0.18);
}
.wholesale-landing .wl-subscribe-form-wrap input[type="submit"]:hover,
.wholesale-landing .wl-subscribe-form-wrap button[type="submit"]:hover,
.wholesale-landing .wl-form-card input[type="submit"]:hover,
.wholesale-landing .wl-form-card button[type="submit"]:hover {
    background: var(--wl-accent-dark);
}
.wholesale-landing .wl-subscribe-form-wrap .subscription-text,
.wholesale-landing .wl-subscribe-form-wrap .subscription-note,
.wholesale-landing .wl-form-card .form-note,
.wholesale-landing .wl-form-card .form-result,
.wholesale-landing .wl-form-card .form-required {
    color: var(--wl-muted);
    font-size: 14px;
}
.wholesale-landing .wl-anchor-offset {
    position: relative;
    top: -20px;
    display: block;
}

@media (max-width: 1100px) {
    .wholesale-landing .wl-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wholesale-landing .wl-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wholesale-landing .wl-offer,
    .wholesale-landing .wl-seo-grid,
    .wholesale-landing .wl-subscribe {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wholesale-landing .wl-section,
    .wholesale-landing .wl-banner {
        padding: 22px;
        border-radius: 22px;
    }
    .wholesale-landing .wl-grid-2,
    .wholesale-landing .wl-grid-3,
    .wholesale-landing .wl-grid-4,
    .wholesale-landing .wl-kpis {
        grid-template-columns: 1fr;
    }
    .wholesale-landing .wl-title { font-size: 28px; }
    .wholesale-landing .wl-section-title,
    .wholesale-landing .wl-banner h2 { font-size: 24px; }
    .wholesale-landing .wl-subtitle { font-size: 17px; }
    .wholesale-landing .wl-link-card { padding: 18px; }
}
