.ec-search-hero {
    background: linear-gradient(135deg, #ff6725 0%, #ff8f5c 50%, #ffb88c 100%);
    padding: 32px 28px 22px;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}
.ec-search-hero-decoration {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.ec-search-hero-decoration::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.ec-search-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.ec-search-hero-badge i {
    margin-right: 5px;
}
.ec-search-hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}
.ec-search-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
}
.ec-search-hero-desc a {
    color: #ffe0cc;
    text-decoration: underline;
    font-weight: 500;
}
.ec-search-hero-desc a:hover {
    color: #fff5f0;
    text-decoration: none;
}
.ec-search-hero + .ec-search-card {
    border-radius: 0 0 20px 20px !important;
}
.ec-search-card {
    padding: 24px;
}

.ec-search-card .nav-tabs {
    border-bottom: 2px solid #ffe0cc;
    gap: 4px;
}
.ec-search-card .nav-tabs .nav-link {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
    transition: all 0.25s;
    background: transparent;
}
.ec-search-card .nav-tabs .nav-link:hover {
    color: #ff6725;
    background: #fff5f0;
    border-bottom-color: #ffb88c;
}
.ec-search-card .nav-tabs .nav-link.active {
    color: #ff6725;
    background: #fff5f0;
    border-bottom: 3px solid #ff6725;
}
.ec-search-card .nav-tabs .nav-link i {
    color: inherit;
}

.bb-search-hero {
    background: linear-gradient(135deg, #ff6725 0%, #ff8f5c 50%, #ffb88c 100%);
    padding: 32px 28px 22px;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}
.bb-search-hero-decoration {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.bb-search-hero-decoration::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}
.bb-search-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.bb-search-hero-badge i {
    margin-right: 5px;
}
.bb-search-hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}
.bb-search-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
}
.bb-search-hero-desc a {
    color: #ffe0cc;
    text-decoration: underline;
    font-weight: 500;
}
.bb-search-hero-desc a:hover {
    color: #fff5f0;
    text-decoration: none;
}
.bb-search-hero + .bb-search-card {
    border-radius: 0 0 20px 20px !important;
}
.bb-search-card {
    padding: 24px;
}

.ec-faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.ec-faq-item.open {
    border-color: #ff6725;
}
.ec-faq-question {
    padding: 16px 20px;
    cursor: url(../dashboard/images/icon/pointer.svg), pointer !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}
.ec-faq-question i {
    transition: transform 0.3s;
    color: #ff6725;
}
.ec-faq-item.open .ec-faq-question i {
    transform: rotate(180deg);
}
.ec-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}
.ec-faq-item.open .ec-faq-answer {
    padding: 0 20px 16px;
    max-height: 500px;
}

.bb-faq-item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.bb-faq-item.open {
    border-color: #ff6725;
}
.bb-faq-question {
    padding: 16px 20px;
    cursor: url(../dashboard/images/icon/pointer.svg), pointer !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}
.bb-faq-question i {
    transition: transform 0.3s;
    color: #ff6725;
}
.bb-faq-item.open .bb-faq-question i {
    transform: rotate(180deg);
}
.bb-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}
.bb-faq-item.open .bb-faq-answer {
    padding: 0 20px 16px;
    max-height: 500px;
}

.bb-progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 10px 0 20px;
}
.bb-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    opacity: 0.35;
    transition: all 0.4s;
}
.bb-step.active {
    opacity: 1;
}
.bb-step.done {
    opacity: 1;
}
.bb-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    margin-bottom: 8px;
    transition: all 0.4s;
}
.bb-step.active .bb-step-icon {
    background: #ff6725;
    color: #fff;
    animation: bb-pulse 1.5s infinite;
}
.bb-step.done .bb-step-icon {
    background: #e55510;
    color: #fff;
}
.bb-step-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    transition: color 0.4s;
}
.bb-step.active .bb-step-label {
    color: #ff6725;
}
.bb-step.done .bb-step-label {
    color: #e55510;
}
.bb-step-line {
    width: 40px;
    height: 2px;
    background: #e0e0e0;
    margin: 0 6px;
    margin-bottom: 28px;
    transition: background 0.4s;
}
.bb-step-line.done {
    background: #e55510;
}
@keyframes bb-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,103,37,0.3); }
    50% { box-shadow: 0 0 0 10px rgba(255,103,37,0); }
}
@media (max-width: 576px) {
    .bb-step { min-width: 60px; }
    .bb-step-icon { width: 38px; height: 38px; font-size: 14px; }
    .bb-step-label { font-size: 10px; }
    .bb-step-line { width: 20px; }
}
