.elementor-1612 .elementor-element.elementor-element-a0a5356{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ff4fbe4 *//* Custom CSS untuk Affiliate Bogor Honda */
.aff-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ANNOUNCEMENT HEADER */
.aff-announcement {
    background: linear-gradient(135deg, #ed1c24 0%, #a51218 100%);
    color: white !important;
    text-align: center;
    padding: 80px 20px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.aff-badge {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.aff-announcement h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: white;
}

.aff-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.aff-cta-box {
    margin: 20px 0;
}

.aff-btn-primary {
    background-color: #ffffff;
    color: #ed1c24 !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.2rem;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.aff-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.3);
    background-color: #f8f8f8;
}

.aff-info-tag {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* STEPS STYLES */
.aff-steps-section { padding: 60px 0; background: #fff; }
.aff-section-title { text-align: center; margin-bottom: 40px; font-weight: 700; }

.aff-steps-container { display: flex; flex-direction: column; gap: 15px; }

.aff-step-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-left: 5px solid #ed1c24;
    transition: 0.3s;
}

.aff-step-card:hover { transform: scale(1.02); background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

.aff-card-success { border-left-color: #28a745; background: #f4fff7; }
.aff-text-success { color: #28a745 !important; }

.aff-step-number { font-size: 1.8rem; font-weight: 800; color: #ed1c24; min-width: 45px; }
.aff-step-content h4 { margin-bottom: 5px; font-weight: 600; }
.aff-step-content p { margin: 0; color: #666; font-size: 0.95rem; }

/* FAQ STYLES */
.aff-faq-section { padding: 60px 0; background: #f4f4f4; }
.aff-faq-list { max-width: 800px; margin: 0 auto; }

details { background: white; margin-bottom: 10px; border-radius: 8px; border: 1px solid #ddd; }
summary { padding: 15px 20px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.aff-faq-content { padding: 15px 20px; border-top: 1px solid #eee; color: #555; line-height: 1.6; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .aff-announcement h1 { font-size: 2rem; }
    .aff-btn-primary { width: 100%; padding: 15px 20px; }
    .aff-step-card { flex-direction: column; text-align: center; }
}/* End custom CSS */