/* Research & Insights — Hari Kisna Realty */

.ins-hero {
    background: linear-gradient(135deg, #08131F, #10243B, #284967, #2F8094);
    color: #fff;
    padding: 52px 0 60px;
    text-align: center;
}
.ins-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 14px 0 12px;
    color: #fff;
}
.ins-hero-sub {
    font-size: 1.05rem;
    opacity: 0.92;
    max-width: 680px;
    margin: 0 auto 24px;
    line-height: 1.65;
}
.ins-breadcrumb { text-align: left; margin-bottom: 8px; }
.ins-breadcrumb a { color: rgba(255,255,255,0.85); }
.ins-breadcrumb span { color: #F2C94C; }

.ins-body { padding: 56px 0 72px; background: #f4f7fa; }
.ins-section { margin-bottom: 48px; }
.ins-section h2 { font-family: 'Poppins', sans-serif; color: #08131F; margin-bottom: 12px; }
.ins-muted { color: #666; margin-bottom: 24px; }

.ins-locality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.ins-locality-grid-compact { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.ins-locality-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(47,128,148,0.12);
    box-shadow: 0 4px 20px rgba(8,19,31,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
}
.ins-locality-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(8,19,31,0.1);
    border-color: #2F8094;
}
.ins-locality-card h3 { color: #284967; margin: 0 0 14px; font-size: 1.15rem; }
.ins-loc-stat { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 6px; }
.ins-loc-stat span { color: #888; }
.ins-loc-stat strong { color: #2F8094; }
.ins-card-link { display: block; margin-top: 14px; font-size: 0.88rem; color: #C9941A; font-weight: 600; }
.ins-locality-card-sm { padding: 16px; }
.ins-locality-card-sm strong { display: block; color: #284967; margin-bottom: 4px; }
.ins-locality-card-sm span { font-size: 0.82rem; color: #666; }

.ins-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}
.ins-metric {
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    border: 1px solid rgba(47,128,148,0.1);
}
.ins-metric span { display: block; font-size: 0.78rem; color: #888; text-transform: uppercase; margin-bottom: 8px; }
.ins-metric strong { font-size: 1.1rem; color: #284967; }
.ins-metric strong.ins-up { color: #2F8094; }

.ins-chart-box, .ins-block {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(8,19,31,0.06);
}
.ins-chart-box h2, .ins-block h2 { font-size: 1.2rem; color: #284967; margin: 0 0 12px; }
.ins-list { padding-left: 20px; color: #444; line-height: 1.8; }
.ins-tags { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ins-tags li {
    background: rgba(47,128,148,0.1);
    color: #284967;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.88rem;
}

.ins-sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(8,19,31,0.06);
    position: sticky;
    top: 90px;
}
.ins-sidebar h4 { color: #284967; margin-top: 0; }
.ins-sidebar ul { list-style: none; padding: 0; margin: 0 0 20px; }
.ins-sidebar li a { display: block; padding: 6px 0; color: #555; text-decoration: none; font-size: 0.9rem; }
.ins-sidebar li a:hover { color: #2F8094; }

.ins-insight-grid { margin-top: 0; }
.ins-insight-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    margin-bottom: 24px;
    border: 1px solid rgba(47,128,148,0.1);
    box-shadow: 0 4px 20px rgba(8,19,31,0.05);
}
.ins-insight-card i { font-size: 2rem; color: #2F8094; margin-bottom: 14px; }
.ins-insight-card h3 { color: #284967; margin: 0 0 10px; font-size: 1.1rem; }
.ins-insight-card p { color: #555; font-size: 0.92rem; line-height: 1.65; margin-bottom: 14px; }
.ins-area-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ins-area-tags span {
    background: #f0f5f8;
    color: #284967;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 6px;
}

.ins-reports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}
.ins-report-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    border-left: 4px solid #C9941A;
    box-shadow: 0 4px 20px rgba(8,19,31,0.06);
}
.ins-report-tag {
    display: inline-block;
    background: rgba(47,128,148,0.12);
    color: #2F8094;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.ins-report-card h3 { color: #284967; margin: 0 0 10px; font-size: 1.05rem; }
.ins-report-card p { color: #555; font-size: 0.9rem; line-height: 1.6; margin-bottom: 16px; }

.ins-tools-row { display: flex; flex-wrap: wrap; gap: 10px; }
.ins-tool-chip {
    display: inline-block;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid rgba(47,128,148,0.2);
    border-radius: 8px;
    color: #284967;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}
.ins-tool-chip:hover { background: #2F8094; color: #fff; border-color: #2F8094; }

.ins-cta {
    background: linear-gradient(135deg, #08131F, #284967);
    color: #fff;
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    margin-top: 32px;
}
.ins-cta h2 { color: #fff; margin-bottom: 10px; }
.ins-cta p { opacity: 0.9; margin-bottom: 24px; }
.ins-cta .hk-btn { margin: 6px 8px; }
.ins-cta .hk-btn-white { background: #fff; color: #284967; border: none; }

/* Homepage Research & Insights */
.hk-research-insights { padding: 72px 0; background: #fff; }
.hk-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.hk-insight-card {
    background: linear-gradient(145deg, #f8fafb, #fff);
    border: 1px solid rgba(47,128,148,0.12);
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hk-insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(8,19,31,0.08);
}
.hk-insight-icon { font-size: 2.5rem; margin-bottom: 16px; }
.hk-insight-icon.trends { color: #2F8094; }
.hk-insight-icon.city { color: #C9941A; }
.hk-insight-icon.reports { color: #284967; }
.hk-insight-card h3 { font-family: 'Poppins', sans-serif; color: #284967; margin: 0 0 12px; font-size: 1.2rem; }
.hk-insight-card p { color: #666; font-size: 0.95rem; line-height: 1.6; flex: 1; margin-bottom: 20px; }
.hk-tools-insights {
    padding: 72px 0;
    background: linear-gradient(180deg, #f4f7fa 0%, #eef3f7 100%);
}
.hk-tools-insights-top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 36px;
}
.hk-tools-insights-intro h2 {
    font-family: 'Poppins', sans-serif;
    color: #284967;
    margin: 10px 0 12px;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.hk-tools-insights-intro p {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 640px;
}
.hk-tools-insights-panel {
    background: linear-gradient(145deg, #08131F, #284967 55%, #2F8094);
    color: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 18px 40px rgba(8, 19, 31, 0.16);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hk-tools-insights-panel-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(242, 201, 76, 0.16);
    color: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.hk-tools-insights-panel h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    color: #fff;
}
.hk-tools-insights-panel > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.92rem;
    line-height: 1.65;
}
.hk-tools-insights-highlights {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px;
    display: grid;
    gap: 8px;
}
.hk-tools-insights-highlights li {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.92);
}
.hk-tools-insights-highlights i {
    color: #F2C94C;
    margin-right: 8px;
}
.hk-tools-insights-panel .hk-btn {
    align-self: flex-start;
    margin-top: auto;
}
.hk-tools-insights-groups {
    display: grid;
    gap: 28px;
}
.hk-tools-insights-group-title {
    margin: 0 0 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2F8094;
}
.hk-tools-insights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.hk-tools-insight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 24px 20px 20px;
    background: #fff;
    border: 1px solid rgba(47, 128, 148, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(8, 19, 31, 0.05);
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hk-tools-insight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(40, 73, 103, 0.12);
    border-color: rgba(47, 128, 148, 0.35);
    color: inherit;
}
.hk-tools-insight-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(47, 128, 148, 0.1);
    color: #2F8094;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hk-tools-insight-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(47, 128, 148, 0.14), rgba(201, 148, 26, 0.16));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F8094;
    font-size: 20px;
}
.hk-tools-insight-card h4 {
    margin: 0;
    padding-right: 72px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    color: #284967;
}
.hk-tools-insight-card p {
    margin: 0;
    flex: 1;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666;
}
.hk-tools-insight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #2F8094;
}
.hk-tools-insight-card:hover .hk-tools-insight-link {
    color: #C9941A;
}

@media (max-width: 1199px) {
    .hk-tools-insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
    .hk-tools-insights-top { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .hk-tools-insights { padding: 56px 0; }
    .hk-tools-insights-grid { grid-template-columns: 1fr; }
    .hk-tools-insight-card h4 { padding-right: 0; padding-top: 8px; }
    .hk-tools-insight-badge { position: static; align-self: flex-start; }
}

.hk-hotspot-link {
    color: inherit;
    text-decoration: none;
}
.hk-hotspot-link:hover strong { color: #2F8094; }

@media (max-width: 767px) {
    .ins-body { padding: 40px 0 56px; }
    .ins-sidebar { position: static; margin-top: 32px; }
}
