/* ==========================================================================
   Preview IAB Banner Leaderboard 728×90
   Référence visuelle : myCfia-designSystem step8_validate_light.html
   ========================================================================== */

.pv-iab {
    max-width: 800px;
    margin: 0 auto;
}

.pv-iab-banner {
    width: 728px;
    height: 90px;
    background: linear-gradient(135deg, #0A66C2 0%, #003080 50%, #39BFEF 100%);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
}

.pv-iab-logo {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.pv-iab-logo-text {
    font-weight: 900;
    font-size: 18px;
    color: #0A66C2;
}

.pv-iab-content {
    flex: 1;
    color: #fff;
    min-width: 0;
}

.pv-iab-headline {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pv-iab-subheadline {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.95;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pv-iab-cta {
    background: linear-gradient(135deg, #FFB800, #FF8C00);
    color: #1a1a1a;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: default;
    box-shadow: 0 4px 12px rgba(255, 184, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.pv-iab-decor-1 {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

.pv-iab-decor-2 {
    position: absolute;
    bottom: -30px;
    left: 100px;
    width: 120px;
    height: 120px;
    background: rgba(57, 191, 239, 0.2);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

.pv-iab-specs {
    margin-top: 16px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.pv-iab-specs-label {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-block;
}
