@import url("../estate-portal-prime/style.css");

/* Realty Showcase Graphite: graphite professional broker website. */
body { background: #f8fafc; color: #0f172a; }

.ep-header {
    background: var(--theme-primary, #334155);
    box-shadow: 0 2px 16px rgba(15, 23, 42, .16);
}
.ep-nav-cta {
    background: var(--theme-accent, #94A3B8);
    color: #0f172a;
    border-radius: 8px;
}

.ep-hero {
    background:
        radial-gradient(circle at 85% 0%, rgba(0,0,0,.12), transparent 48%),
        linear-gradient(145deg, #1e293b, var(--theme-primary, #334155));
    padding: 72px 24px 104px;
}
.ep-hero h1 { font-size: clamp(34px, 5vw, 52px); letter-spacing: -.025em; }

.ep-search-card { border-radius: 16px; box-shadow: 0 22px 48px rgba(15, 23, 42, .18); }
.ep-search-input, .ep-btn { border-radius: 10px; }
.ep-btn { background: var(--theme-accent, #94A3B8); color: #0f172a; }

.ep-stats { background: #e2e8f0; }
.ep-stats-grid strong { color: var(--theme-primary, #334155); }
.ep-section-alt { background: #f1f5f9; }

.ep-card { border-radius: 14px; box-shadow: 0 10px 28px rgba(15, 23, 42, .08); }
.ep-card:hover { box-shadow: 0 18px 40px rgba(15, 23, 42, .14); }
.ep-card-media { height: 200px; }
.ep-card-price { color: var(--theme-primary, #334155); }
.ep-badge { background: var(--theme-accent, #94A3B8); color: #0f172a; border-radius: 6px; }

.ep-category-tile { border-radius: 14px; border: 1px solid #cbd5e1; box-shadow: none; background: #fff; }
.ep-category-tile:hover { border-color: var(--theme-accent, #94A3B8); }
.ep-why h3 { color: var(--theme-primary, #334155); }

.ep-page-header { background: #e2e8f0; }
.ep-filters, .ep-key-facts { border-radius: 14px; }
.ep-gallery-main { border-radius: 14px; }
