/* =================================================================
   HVB WHOLESALE REDESIGN — page-wholesale.css
   Scoped under .hvb-wholesale + top-strip so nothing leaks into
   the live wholesale template or site chrome.
   ================================================================= */

.hvb-wholesale {
    --forest: #1a3a2e;
    --forest-mid: #2a5d3a;
    --forest-light: #3a6d4a;
    --forest-lighter: #85b67c;
    --forest-deep: #0f2a1f;

    --gold: #d4af37;
    --gold-light: #f4e061;
    --gold-dark: #b8960c;
    --gold-soft: #e8c873;

    --cream: #fff9e6;
    --cream-dark: #fff3cd;
    --bone: #f5ecd7;

    --text-dark: #1a1a1a;
    --text-muted: #555555;
    --text-light: #737373;

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.15);

    --t: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --t-fast: 0.18s ease;

    --font-display: 'Cinzel', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;

    --accent: var(--gold);
    --accent-2: var(--gold-soft);
    --surface: var(--cream);
    --surface-2: var(--cream-dark);
    --page-bg-a: var(--forest);
    --page-bg-b: var(--forest-mid);

    color: var(--text-dark);
    font-family: var(--font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.hvb-wholesale img { max-width: 100%; display: block; }
.hvb-wholesale a { color: inherit; }
.hvb-wholesale ul { list-style: none; padding: 0; margin: 0; }

.hvb-wholesale .display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

/* ---------------- TOP STRIP ----------------------------------- */
.hvb-wholesale-top-strip {
    background: #0f2a1f;
    color: #e8c873;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 16px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.hvb-wholesale-top-strip span + span { margin-left: 28px; position: relative; }
.hvb-wholesale-top-strip span + span::before {
    content: "";
    position: absolute;
    left: -16px; top: 50%;
    width: 3px; height: 3px;
    border-radius: 50%;
    background: #d4af37;
    transform: translateY(-50%);
    opacity: 0.6;
}
@media (max-width: 640px) {
    .hvb-wholesale-top-strip span + span { display: block; margin-left: 0; margin-top: 4px; }
    .hvb-wholesale-top-strip span + span::before { display: none; }
}

/* ---------------- REVEAL --------------------------------------- */
html.hvb-reveal-ready .hvb-wholesale .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.hvb-wholesale .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .hvb-wholesale .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------------- EYEBROW & BUTTONS --------------------------- */
.hvb-wholesale .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--accent);
    padding: 7px 16px 7px 12px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.08);
    border-radius: 100px;
    margin-bottom: 24px;
}
.hvb-wholesale .eyebrow .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}
.hvb-wholesale .eyebrow-on-light {
    color: var(--forest-mid);
    background: rgba(42, 93, 58, 0.08);
    border-color: rgba(42, 93, 58, 0.3);
}
.hvb-wholesale .eyebrow-on-light .dot { background: var(--forest-mid); box-shadow: 0 0 0 3px rgba(42, 93, 58, 0.18); }

.hvb-wholesale .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
    font-family: var(--font-body);
}
.hvb-wholesale .btn-primary {
    background: var(--accent);
    color: var(--forest-deep);
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.3);
}
.hvb-wholesale .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(212, 175, 55, 0.45);
    background: var(--accent-2);
}
.hvb-wholesale .btn-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.hvb-wholesale .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.hvb-wholesale .btn-on-light {
    background: var(--forest-mid);
    color: #fff;
    padding: 16px 36px;
}
.hvb-wholesale .btn-on-light:hover { background: var(--forest-deep); transform: translateY(-2px); }

/* ---------------- HERO ---------------------------------------- */
.hvb-wholesale .hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 80% at 80% 45%, rgba(212, 175, 55, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 40% 60% at 10% 75%, rgba(212, 175, 55, 0.06) 0%, transparent 50%),
        linear-gradient(160deg, var(--page-bg-a) 0%, var(--page-bg-b) 55%, var(--page-bg-a) 100%);
    padding: 64px 24px 80px;
    color: #fff;
}
.hvb-wholesale .hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hvb-wholesale .hero h1 {
    font-size: clamp(1.9rem, 4.2vw, 3.6rem);
    color: #fff;
    margin: 0 0 20px;
}
.hvb-wholesale .hero h1 .h1-line1 { display: block; }
.hvb-wholesale .hero h1 em {
    font-style: normal;
    color: var(--accent);
    position: relative;
    display: inline-block;
}
.hvb-wholesale .hero h1 em::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.5;
}
.hvb-wholesale .hero-lede {
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    color: rgba(255, 255, 255, 0.82);
    max-width: 560px;
    margin: 0 0 32px;
    line-height: 1.6;
}
.hvb-wholesale .hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.hvb-wholesale .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hvb-wholesale .trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.85rem;
    line-height: 1.3;
}
.hvb-wholesale .trust-chip svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

.hvb-wholesale .hero-visual {
    position: relative;
    max-width: 460px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 0 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 60px rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.25);
}
.hvb-wholesale .hero-visual img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.hvb-wholesale .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(15, 42, 31, 0.5) 100%);
    pointer-events: none;
}
.hvb-wholesale .hero-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}
.hvb-wholesale .hero-tag-pill {
    background: rgba(15, 42, 31, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 8px 14px;
    border-radius: 100px;
    color: var(--accent);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hvb-wholesale .hero-tag-pill svg { width: 14px; height: 14px; }

@media (max-width: 900px) {
    .hvb-wholesale .hero { padding: 40px 20px 56px; }
    .hvb-wholesale .hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .hvb-wholesale .hero-visual { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 520px) {
    .hvb-wholesale .hero-trust { grid-template-columns: 1fr; }
}

/* ---------------- WRAPPERS ------------------------------------ */
.hvb-wholesale .wrap { max-width: 1280px; margin: 0 auto; padding: 96px 24px; }
@media (max-width: 640px) {
    .hvb-wholesale .wrap { padding: 64px 20px; }
}

/* ---------------- SECTION HEADERS ----------------------------- */
.hvb-wholesale .sec-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    margin-bottom: 56px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hvb-wholesale .sec-head-light { border-bottom-color: rgba(26, 58, 46, 0.12); }
.hvb-wholesale .sec-head h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0;
    color: #fff;
    max-width: 700px;
}
.hvb-wholesale .sec-head h2 em { font-style: normal; color: var(--accent); }
.hvb-wholesale .sec-head-light h2 { color: var(--forest-deep); }
.hvb-wholesale .sec-head-light h2 em { color: var(--forest-mid); }
.hvb-wholesale .sec-head p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 380px;
    margin: 0;
    font-size: 0.95rem;
}
.hvb-wholesale .sec-head-light p { color: var(--text-muted); }

@media (max-width: 768px) {
    .hvb-wholesale .sec-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
}

/* ---------------- AUDIENCE ------------------------------------ */
.hvb-wholesale .audience { background: var(--surface); }
.hvb-wholesale .audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.hvb-wholesale .audience-card {
    background: #fff;
    border: 1px solid rgba(26, 58, 46, 0.1);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(26, 58, 46, 0.06);
    transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}
.hvb-wholesale .audience-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 18px 44px rgba(26, 58, 46, 0.14);
}
.hvb-wholesale .audience-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(42, 93, 58, 0.08);
    color: var(--forest-mid);
    border: 1px solid rgba(42, 93, 58, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.hvb-wholesale .audience-icon svg { width: 26px; height: 26px; }
.hvb-wholesale .audience-card h3 {
    font-size: 1.35rem;
    color: var(--forest-deep);
    margin: 0 0 10px;
}
.hvb-wholesale .audience-card p {
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0 0 16px;
}
.hvb-wholesale .audience-points {
    padding-top: 14px;
    border-top: 1px solid rgba(26, 58, 46, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hvb-wholesale .audience-points li {
    color: var(--forest-deep);
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
}
.hvb-wholesale .audience-points li::before {
    content: "";
    position: absolute;
    left: 0; top: 0.55em;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
}
@media (max-width: 960px) {
    .hvb-wholesale .audience-grid { grid-template-columns: 1fr; }
}

/* ---------------- PRICING TIERS ------------------------------- */
.hvb-wholesale .pricing {
    background: linear-gradient(180deg, var(--page-bg-b) 0%, var(--page-bg-a) 100%);
    color: #fff;
}
.hvb-wholesale .tier-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.hvb-wholesale .tier-card {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform var(--t), border-color var(--t), background var(--t);
}
.hvb-wholesale .tier-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(255, 255, 255, 0.06);
}
.hvb-wholesale .tier-featured {
    background: linear-gradient(160deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.04));
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.15);
}
.hvb-wholesale .tier-flag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--forest-deep);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 14px;
    border-radius: 100px;
    white-space: nowrap;
}
.hvb-wholesale .tier-card h3 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
}
.hvb-wholesale .tier-price {
    color: var(--accent);
    font-family: var(--font-display);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hvb-wholesale .tier-blurb {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}
.hvb-wholesale .tier-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.hvb-wholesale .tier-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
    line-height: 1.5;
}
.hvb-wholesale .tier-check {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.2);
    color: var(--accent);
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    border: 1px solid rgba(212, 175, 55, 0.4);
}
.hvb-wholesale .btn-tier {
    background: transparent;
    color: var(--accent);
    border: 1.5px solid rgba(212, 175, 55, 0.45);
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.88rem;
}
.hvb-wholesale .btn-tier:hover {
    background: var(--accent);
    color: var(--forest-deep);
    transform: translateY(-2px);
}
.hvb-wholesale .tier-featured .btn-tier {
    background: var(--accent);
    color: var(--forest-deep);
    border-color: var(--accent);
}
.hvb-wholesale .tier-featured .btn-tier:hover {
    background: var(--accent-2);
    border-color: var(--accent-2);
}
.hvb-wholesale .tier-foot {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    text-align: center;
    margin: 36px auto 0;
    max-width: 680px;
    line-height: 1.6;
}
@media (max-width: 1080px) {
    .hvb-wholesale .tier-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .hvb-wholesale .tier-grid { grid-template-columns: 1fr; }
}

/* ---------------- INCLUDED ------------------------------------ */
.hvb-wholesale .included {
    background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
}
.hvb-wholesale .included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.hvb-wholesale .included-card {
    background: #fff;
    border: 1px solid rgba(26, 58, 46, 0.1);
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 8px 24px rgba(26, 58, 46, 0.06);
    transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}
.hvb-wholesale .included-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 18px 44px rgba(26, 58, 46, 0.14);
}
.hvb-wholesale .included-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--forest-mid);
    color: var(--gold-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}
.hvb-wholesale .included-icon svg { width: 22px; height: 22px; }
.hvb-wholesale .included-card h3 {
    font-size: 1.15rem;
    color: var(--forest-deep);
    margin: 0 0 8px;
}
.hvb-wholesale .included-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}
@media (max-width: 1080px) {
    .hvb-wholesale .included-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .hvb-wholesale .included-grid { grid-template-columns: 1fr; }
}

/* ---------------- APPLY FORM ---------------------------------- */
.hvb-wholesale .apply { background: var(--surface-2); }
.hvb-wholesale .apply-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: start;
}
/* Requirements section has no form column — collapse to a single-column
   layout with comfortable max-width so the right side is not blank. */
.hvb-wholesale #requirements .apply-inner {
    grid-template-columns: 1fr;
    max-width: 920px;
    padding: 56px 24px 64px;
    gap: 0;
}
.hvb-wholesale #requirements .apply-text { text-align: center; max-width: 720px; margin: 0 auto; }
.hvb-wholesale #requirements .apply-points {
    margin-top: 24px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    text-align: left;
}
@media (max-width: 600px) {
    .hvb-wholesale #requirements .apply-points { grid-template-columns: 1fr; }
}
.hvb-wholesale .apply-text h2 {
    font-size: clamp(2rem, 3.8vw, 2.8rem);
    color: var(--forest-deep);
    margin: 0 0 16px;
}
.hvb-wholesale .apply-text h2 em { font-style: normal; color: var(--forest-mid); }
.hvb-wholesale .apply-text p {
    color: var(--text-muted);
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 1.75;
}
.hvb-wholesale .apply-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}
.hvb-wholesale .apply-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--forest-deep);
    font-size: 0.95rem;
    font-weight: 500;
}
.hvb-wholesale .apply-point-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--forest-mid);
    color: var(--gold-soft);
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.hvb-wholesale .apply-contact {
    color: var(--text-muted);
    font-size: 0.94rem;
    margin: 0;
}
.hvb-wholesale .apply-contact a {
    color: var(--forest-mid);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hvb-wholesale .apply-form {
    background: #fff;
    border: 1px solid rgba(26, 58, 46, 0.1);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 24px 60px rgba(26, 58, 46, 0.1);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.hvb-wholesale .apply-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hvb-wholesale .apply-field label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--forest-deep);
}
.hvb-wholesale .apply-field input,
.hvb-wholesale .apply-field select,
.hvb-wholesale .apply-field textarea {
    padding: 13px 16px;
    border-radius: 12px;
    border: 1px solid rgba(26, 58, 46, 0.18);
    background: var(--surface);
    color: var(--forest-deep);
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
    width: 100%;
}
.hvb-wholesale .apply-field textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
}
.hvb-wholesale .apply-field input:focus,
.hvb-wholesale .apply-field select:focus,
.hvb-wholesale .apply-field textarea:focus {
    border-color: var(--forest-mid);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(42, 93, 58, 0.1);
}
.hvb-wholesale .apply-row {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
    gap: 16px;
}
.hvb-wholesale .btn-apply {
    justify-content: center;
    margin-top: 4px;
}
.hvb-wholesale .apply-fineprint {
    color: var(--text-muted);
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.55;
}
@media (max-width: 960px) {
    .hvb-wholesale .apply-inner { grid-template-columns: 1fr; gap: 40px; padding: 56px 20px; }
    .hvb-wholesale #requirements .apply-inner { padding: 40px 20px 48px; }
}
@media (max-width: 520px) {
    .hvb-wholesale .apply-row { grid-template-columns: 1fr; }
    .hvb-wholesale .apply-form { padding: 26px; }
}

/* ---------------- FAQ ----------------------------------------- */
.hvb-wholesale .faq {
    background: linear-gradient(180deg, var(--forest) 0%, var(--forest-deep) 100%);
    color: #fff;
}
.hvb-wholesale .faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 900px;
}
.hvb-wholesale .faq-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color var(--t), background var(--t);
}
.hvb-wholesale .faq-item[open] {
    border-color: rgba(212, 175, 55, 0.4);
    background: rgba(255, 255, 255, 0.06);
}
.hvb-wholesale .faq-item summary {
    cursor: pointer;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    list-style: none;
}
.hvb-wholesale .faq-item summary::-webkit-details-marker { display: none; }
.hvb-wholesale .faq-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    color: var(--accent);
    transition: transform var(--t);
    flex-shrink: 0;
}
.hvb-wholesale .faq-chevron svg { width: 16px; height: 16px; }
.hvb-wholesale .faq-item[open] .faq-chevron { transform: rotate(180deg); }
.hvb-wholesale .faq-body {
    padding: 0 24px 22px;
}
.hvb-wholesale .faq-body p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.75;
    margin: 0;
}

/* ---------------- SECTION DIVIDER ----------------------------- */
.hvb-wholesale .section-divider {
    background: var(--forest-deep);
    padding: 24px;
}
.hvb-wholesale .section-divider-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
.hvb-wholesale .section-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
}
.hvb-wholesale .section-divider-mark {
    font-family: var(--font-display);
    color: var(--accent);
    font-size: 0.85rem;
    letter-spacing: 0.3em;
}

/* ---------------- FINAL CTA ----------------------------------- */
.hvb-wholesale .final-cta {
    background:
        radial-gradient(ellipse 60% 80% at 20% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 60%),
        linear-gradient(160deg, var(--forest-deep) 0%, var(--forest) 100%);
    color: #fff;
}
.hvb-wholesale .final-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 24px;
    text-align: center;
}
.hvb-wholesale .final-cta h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    color: #fff;
    margin: 0 0 18px;
}
.hvb-wholesale .final-cta h2 em { font-style: normal; color: var(--accent); }
.hvb-wholesale .final-cta p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto 28px;
}
.hvb-wholesale .final-cta-row {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 640px) {
    .hvb-wholesale .final-cta-inner { padding: 80px 20px; }
}

/* ---------------- FAIL-SAFE: always-visible reveal content ---- */
.hvb-wholesale .reveal { opacity: 1 !important; transform: none !important; }
/* =================================================================
   DIRECTION D — plugin-rendered wholesale form ([wholesale_form] from
   Combined-Extensions) restyled to the D apply-form card. Theme-level
   only; the plugin markup is untouched. Selectors are scoped under
   .hvb-wholesale .apply so they out-specify the plugin's own CSS.
   ================================================================= */
.hvb-wholesale .apply .wholesale-container { width: 100%; }
.hvb-wholesale .apply .wholesale-form {
    background: #fff;
    border: 1px solid rgba(26, 58, 46, 0.1);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 24px 60px rgba(26, 58, 46, 0.1);
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    max-width: none;
}
/* The apply-text column already carries the section heading. */
.hvb-wholesale .apply .wholesale-form > h2 { display: none; }
.hvb-wholesale .apply .wholesale-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}
.hvb-wholesale .apply .wholesale-form .form-group label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--forest-deep);
}
.hvb-wholesale .apply .wholesale-form input,
.hvb-wholesale .apply .wholesale-form select,
.hvb-wholesale .apply .wholesale-form textarea {
    padding: 13px 16px;
    border-radius: 12px;
    border: 1px solid rgba(26, 58, 46, 0.18);
    background: var(--surface);
    color: var(--forest-deep);
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    width: 100%;
    transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.hvb-wholesale .apply .wholesale-form textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.hvb-wholesale .apply .wholesale-form input:focus,
.hvb-wholesale .apply .wholesale-form select:focus,
.hvb-wholesale .apply .wholesale-form textarea:focus {
    border-color: var(--forest-mid);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(42, 93, 58, 0.1);
}
.hvb-wholesale .apply .wholesale-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    padding: 15px 28px;
    border: none;
    border-radius: 100px;
    background: var(--gold);
    color: var(--forest-deep);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.3);
    transition: background 0.18s ease, transform 0.18s ease;
}
.hvb-wholesale .apply .wholesale-form button[type="submit"]:hover { background: var(--gold-soft); transform: translateY(-2px); }
.hvb-wholesale .apply .success-message {
    background: rgba(42, 93, 58, 0.1);
    border: 1px solid rgba(42, 93, 58, 0.3);
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 18px;
    color: var(--forest-deep);
}
.hvb-wholesale .apply .success-message h3 { color: var(--forest-mid); margin: 0 0 6px; }
