/* ============================================
   MODULES/PROMO_CTA_V2.CSS
   Promo CTA card section (SMACSS module)
   AD LASER WON — SMACSS Modular V2
   Generated: 18 Mei 2026
   PATENT RULE Compliance
   ============================================ */

.promo-card { 
    background: linear-gradient(135deg, #ffffff 0%, #faf6ef 100%); /* POLISHED: subtle gradient */
    border-radius: 24px; /* POLISHED: konsisten */
    padding: 35px 24px; /* POLISHED: more breathing */
    box-shadow: var(--shadow); 
    text-align: center; 
    margin-top: 40px;
    border: 1px solid rgba(232, 224, 212, 0.6); /* POLISHED: coklat soft */
    position: relative;
    overflow: hidden;
}

.promo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #b8935a; /* POLISHED: gold accent line di atas */
    border-radius: 0 0 4px 4px;
}

.promo-card h2 { 
    font-family: 'Segoe UI', sans-serif; 
    font-weight: 800;
    font-size: 32px; /* POLISHED: lebih besar */
    color: var(--ad-merah-soft); /* POLISHED: marun brand */
    margin: 18px 0;
    letter-spacing: 0.5px;
}

.cta-text { 
    font-family: 'Segoe UI', sans-serif;
    font-style: italic; 
    font-size: 16px; 
    color: #6b5b4f; /* POLISHED: hitam soft coklat */
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}
