.ad-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;
}
.ad-search-hero-decoration {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.ad-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);
}
.ad-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;
}
.ad-search-hero-badge i { margin-right: 5px; }
.ad-search-hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}
.ad-search-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin: 0;
}
.ad-search-hero-desc a {
    color: #ffd4c2;
    text-decoration: underline;
    font-weight: 500;
}
.ad-search-hero-desc a:hover { color: #fff; text-decoration: none; }
.ad-search-hero + .ad-search-card { border-radius: 0 0 20px 20px !important; }
.ad-search-card { padding: 24px; }

.ad-progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 10px 0 20px;
}
.ad-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    opacity: 0.35;
    transition: all 0.4s;
}
.ad-step.active, .ad-step.done { opacity: 1; }
.ad-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;
}
.ad-step.active .ad-step-icon {
    background: #ff8f5c;
    color: #fff;
    animation: ad-pulse 1.5s infinite;
}
.ad-step.done .ad-step-icon { background: #ff6725; color: #fff; }
.ad-step-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    transition: color 0.4s;
}
.ad-step.active .ad-step-label { color: #ff8f5c; }
.ad-step.done .ad-step-label { color: #ff6725; }
.ad-step-line {
    width: 40px;
    height: 2px;
    background: #e0e0e0;
    margin: 0 6px;
    margin-bottom: 28px;
    transition: background 0.4s;
}
.ad-step-line.done { background: #ff6725; }
@keyframes ad-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,143,92,0.3); }
    50% { box-shadow: 0 0 0 10px rgba(255,143,92,0); }
}

.ad-result-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}
.ad-result-header {
    background: linear-gradient(135deg, #fff3ed 0%, #fff8f4 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.ad-result-section { margin-bottom: 20px; }
.ad-result-section h6 {
    font-size: 14px;
    font-weight: 700;
    color: #e55a1b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff3ed;
}
.ad-data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.ad-data-item {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.ad-data-item .ad-data-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}
.ad-data-item .ad-data-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    word-break: break-word;
}
.ad-prohibited-badge {
    display: inline-block;
    background: #fbe9e7;
    color: #c62828;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid #ffd6c2;
}

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

.ad-results-actions .btn {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
}

@media (max-width: 576px) {
    .ad-step { min-width: 60px; }
    .ad-step-icon { width: 38px; height: 38px; font-size: 14px; }
    .ad-step-label { font-size: 10px; }
    .ad-step-line { width: 20px; }
    .ad-data-grid { grid-template-columns: 1fr; }
}

@media print {
    .dashboard-side-menu, .dashboard-header, .ad-search-hero, .ad-search-card,
    .related-tool-card, #tool-article, .ad-faq-item, footer, nav, .breadcrumb { display: none !important; }
    .ad-result-card { box-shadow: none !important; border: 1px solid #ddd; }
    .ad-result-card::before {
        content: 'Adangal (Village Account) — Source: tg.verified.realestate';
        display: block;
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
}
