/* HYDRAA FTL Survey Numbers — Dark Blue Theme (#e55a1b → #ff6725 → #ff8f5c) */

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

/* Info Section */
.hs-info-section {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}
.hs-info-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #e55a1b;
    margin-bottom: 15px;
}
.hs-info-section p, .hs-info-section li {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}
.hs-info-section ul { padding-left: 20px; }
.hs-info-section ul li { margin-bottom: 8px; }

.hs-lake-card {
    background: #fff3ed;
    border: 1px solid #ffd6c2;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
}
.hs-lake-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #e55a1b;
    margin-bottom: 6px;
}
.hs-lake-card p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.hs-highlight-box {
    background: #fff3ed;
    border: 1px solid #ffd6c2;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}
.hs-highlight-box h4 {
    font-size: 15px;
    font-weight: 700;
    color: #e55a1b;
    margin-bottom: 8px;
}

/* Results Actions */
.hs-results-actions .btn {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
}

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

/* Empty State */
.hs-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}
.hs-empty-state i { color: #90caf9; margin-bottom: 15px; }
.hs-empty-state h4 { color: #333; font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.hs-empty-state p { font-size: 14px; }

/* Result Card */
.hs-result-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}
.hs-result-header {
    background: linear-gradient(135deg, #fff3ed 0%, #fff3ed 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .hs-search-hero-title { font-size: 20px; }
    .hs-search-hero { padding: 24px 18px 18px; }
    .hs-search-card { padding: 18px; }
    .hs-lake-card { padding: 12px; }
}

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

/* Official scanned-map download links in results table */
.hs-map-link {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 600;
    color: #ff6725;
    background: #fff3ec;
    border: 1px solid #ffd9c2;
    border-radius: 6px;
    white-space: nowrap;
    cursor: url(../dashboard/images/icon/pointer.svg), pointer !important;
    transition: all 0.2s ease;
}
.hs-map-link:hover {
    background: #ff6725;
    color: #fff;
    border-color: #ff6725;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(255, 103, 37, 0.25);
}
