/* HOD VIP Club – Produktpreis / Kundenrabatt */
.hod-customer-discount-box,
.hod-vip-promo-box,
.hod-vip-progress-box {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    margin: 14px 0 18px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    background: #fff8df;
    text-align: left;
}

.hod-customer-discount-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #111 0%, #2f2f2f 100%);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.14);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hod-customer-discount-content,
.hod-vip-promo-content {
    min-width: 0;
    flex: 1 1 auto;
}

.hod-customer-discount-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin: 0 0 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.08);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.hod-customer-discount-kicker,
.hod-vip-eyebrow {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    opacity: .92;
}

.hod-customer-discount-value {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.hod-customer-discount-value .woocommerce-Price-amount,
.hod-customer-discount-value .amount,
.hod-customer-discount-value bdi {
    font-size: inherit;
    font-weight: inherit;
}

.hod-customer-discount-note,
.hod-vip-promo-text,
.hod-vip-next-hint {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
    opacity: .78;
}

.hod-vip-next-hint {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.hod-vip-star {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.hod-vip-promo-title {
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
}

.hod-vip-link {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.hod-vip-progress {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 8px;
    margin: 9px 0 5px;
    border-radius: 999px;
    background: rgba(0,0,0,.10);
}

.hod-vip-progress span {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: #111;
}

/* HOD VIP Club – Mein Konto / Landingpage */
.hod-vip-dashboard {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.hod-vip-hero {
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 16px;
    background: #111;
    color: #fff;
}

.hod-vip-hero .hod-vip-eyebrow {
    opacity: .65;
}

.hod-vip-hero h2 {
    margin: 2px 0 6px;
    color: inherit;
    font-size: clamp(25px, 4vw, 38px);
    line-height: 1.05;
}

.hod-vip-hero p {
    max-width: 700px;
    margin: 0;
    color: inherit;
    opacity: .82;
}

.hod-vip-status-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.hod-vip-status-card > div,
.hod-vip-next-card,
.hod-vip-tier-card {
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    background: #fff;
}

.hod-vip-status-card strong {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.15;
}

.hod-vip-status-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .55;
}

.hod-vip-next-card {
    margin-bottom: 18px;
    background: #fff8df;
}

.hod-vip-next-card > strong {
    display: block;
    font-size: 18px;
}

.hod-vip-next-card p {
    margin: 7px 0 0;
}

.hod-vip-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
}

.hod-vip-tier-card {
    display: flex;
    min-height: 145px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hod-vip-tier-card strong {
    display: block;
    margin: 8px 0;
    font-size: 30px;
    line-height: 1;
}

.hod-vip-tier-name {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hod-vip-tier-card > span:last-child {
    font-size: 12px;
    opacity: .68;
}

.hod-vip-tier-vip_gold {
    background: #fff8df;
}

.hod-vip-tier-vip_black {
    background: #111;
    color: #fff;
}

/* WooCommerce setzt Preisbestandteilen teils eine eigene Textfarbe. */
.hod-vip-tier-vip_black .woocommerce-Price-amount,
.hod-vip-tier-vip_black .amount,
.hod-vip-tier-vip_black bdi,
.hod-vip-tier-vip_black .woocommerce-Price-currencySymbol {
    color: #fff !important;
}

.hod-vip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 7px;
    background: #111;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.hod-vip-smallprint {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 1.45;
    opacity: .60;
}

@media (max-width: 700px) {
    .hod-customer-discount-box,
    .hod-vip-promo-box,
    .hod-vip-progress-box {
        gap: 10px;
        padding: 12px 14px;
    }

    .hod-customer-discount-value {
        font-size: 20px;
    }

    .hod-vip-status-card,
    .hod-vip-tier-grid {
        grid-template-columns: 1fr;
    }

    .hod-vip-tier-card {
        min-height: 0;
    }
}
