/* Bloc CTA shortcode — price-footer (DESIGN_GUIDE : flat, sans ombre) */
.cta-shortcode.price-footer--pro {
    margin: var(--spacing-xl, 48px) auto;
    width: 100%;
    max-width: 1400px;
}

.cta-shortcode .price-footer__card--offer {
    background: var(--bg-white);
    border: 1px solid var(--border-color, #e5e7eb);
    border-top: 1px solid var(--brand-primary, #ff6900);
    border-radius: var(--border-radius-md, 10px);
    text-align: center;
}

.cta-shortcode .price-footer__body {
    padding: var(--spacing-lg, 32px) var(--spacing-md, 24px);
    max-width: 720px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .cta-shortcode .price-footer__body {
        padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
    }
}

.cta-shortcode .price-footer__headline {
    margin: 0 0 var(--spacing-md, 24px);
    font-size: clamp(var(--text-xl, 1.25rem), 2.5vw, var(--text-2xl, 1.5rem));
    font-weight: var(--font-weight-extrabold, 800);
    color: var(--text-primary, #1a1a1a);
    line-height: 1.3;
}

.cta-shortcode .price-footer__prices {
    margin-bottom: var(--spacing-md, 24px);
}

.cta-shortcode .price-footer__strike-line {
    font-size: var(--text-2xl, 1.5rem);
    font-weight: var(--font-weight-extrabold, 800);
    color: var(--text-light, #999);
    text-decoration: line-through;
    margin-bottom: var(--spacing-xs, 8px);
    font-variant-numeric: tabular-nums;
}

.cta-shortcode .price-footer__promo-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.cta-shortcode .price-footer__promo-row {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem;
}

.cta-shortcode .price-footer__promo-amount {
    font-size: clamp(2.75rem, 8vw, 3.75rem);
    font-weight: var(--font-weight-extrabold, 800);
    color: var(--brand-primary, #ff6900);
    letter-spacing: -0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.cta-shortcode .price-footer__promo-dh {
    font-size: var(--text-2xl, 1.5rem);
    font-weight: var(--font-weight-extrabold, 800);
    color: var(--brand-primary, #ff6900);
}

.cta-shortcode .price-footer__promo-label {
    font-size: var(--text-sm, 0.875rem);
    font-weight: var(--font-weight-medium, 500);
    color: var(--text-secondary, #666);
}

.cta-shortcode .price-footer__desc {
    margin-bottom: var(--spacing-md, 24px);
    text-align: center;
}

.cta-shortcode .price-footer__desc p {
    margin: 0 0 var(--spacing-xs, 8px);
    font-size: var(--text-sm, 0.875rem);
    line-height: 1.55;
    color: var(--text-secondary, #666);
}

.cta-shortcode .price-footer__desc p:last-child {
    margin-bottom: 0;
}

.cta-shortcode .price-footer__urgency {
    margin: 0 0 var(--spacing-md, 24px);
    font-size: var(--text-lg, 1.125rem);
    font-weight: var(--font-weight-semibold, 600);
    color: var(--text-primary, #1a1a1a);
    line-height: 1.5;
}

.cta-shortcode .btn-buy-premium--pro {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto var(--spacing-md, 24px);
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--border-radius-md, 10px);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.cta-shortcode a.btn-buy-premium--pro {
    color: inherit;
}

.cta-shortcode .btn-buy-premium--pro:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.cta-shortcode .btn-buy-premium__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: var(--spacing-md, 24px) var(--spacing-lg, 32px);
    background: linear-gradient(135deg, var(--brand-primary, #ff6900) 0%, var(--brand-primary-light, #ff8533) 100%);
    color: var(--text-white, #fff);
    border-radius: var(--border-radius-md, 10px);
}

.cta-shortcode .btn-buy-premium__title {
    font-size: var(--text-2xl, 1.5rem);
    font-weight: var(--font-weight-extrabold, 800);
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.cta-shortcode .btn-buy-premium__subtitle {
    font-size: var(--text-sm, 0.875rem);
    font-weight: var(--font-weight-medium, 500);
    opacity: 0.95;
    line-height: 1.4;
}

.cta-shortcode .price-footer__cart-hint {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-secondary, #64748b);
}

.cta-shortcode .price-footer__cart-hint a {
    color: var(--brand-primary, #f97316);
    font-weight: 600;
    text-decoration: none;
}

.cta-shortcode .price-footer__trust {
    padding-top: var(--spacing-md, 24px);
    border-top: 1px solid var(--border-color, #e5e7eb);
}

.cta-shortcode .price-footer__trust-text {
    margin: 0 0 var(--spacing-sm, 16px);
    font-size: var(--text-sm, 0.875rem);
    font-weight: var(--font-weight-semibold, 600);
    color: var(--text-secondary, #666);
}

.cta-shortcode .price-footer__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md, 24px);
    font-size: 2.25rem;
    color: var(--border-color, #e5e7eb);
}

.cta-shortcode__checkout-form {
    margin: 0;
}

/* CTA Type 3 — bouton seul (shortcode) */
.cta-button-wrap {
    margin: var(--spacing-md, 24px) 0;
    text-align: center;
}

.cta-button-shortcode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.75rem;
    font-size: var(--text-base, 1rem);
    font-weight: var(--font-weight-extrabold, 800);
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--text-white, #ffffff);
    background: linear-gradient(135deg, var(--brand-primary, #ff6900) 0%, var(--brand-primary-light, #ff8533) 100%);
    border: 2px solid transparent;
    border-radius: var(--border-radius-md, 10px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.cta-button-shortcode:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    color: var(--text-white, #ffffff);
    background: linear-gradient(135deg, var(--brand-primary-dark, #e55f00) 0%, var(--brand-primary, #ff6900) 100%);
}

.cta-button-shortcode__arrow {
    font-weight: var(--font-weight-normal, 400);
    opacity: 0.9;
}

.cta-button-shortcode__icon {
    margin-left: 0.25rem;
    font-size: 0.9em;
}
