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

/* Azure: crisp modern website — deep navy, sky blue accent. */
body { background: #f4f7fc; color: #0f172a; }

.ep-header {
    background: var(--theme-primary, #1E3A8A);
    box-shadow: 0 2px 16px rgba(30, 58, 138, .18);
}
.ep-nav-cta {
    background: var(--theme-accent, #60A5FA);
    color: #0f172a;
    border-radius: 8px;
}

.ep-hero {
    background:
        radial-gradient(circle at 85% 0%, rgba(96, 165, 250, .35), transparent 48%),
        linear-gradient(145deg, #122456, var(--theme-primary, #1E3A8A));
    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(30, 58, 138, .20); }
.ep-search-input, .ep-btn { border-radius: 10px; }
.ep-btn { background: var(--theme-accent, #60A5FA); color: #0f172a; }

.ep-stats { background: #e0e9f8; }
.ep-stats-grid strong { color: var(--theme-primary, #1E3A8A); }
.ep-section-alt { background: #e8eef9; }

.ep-card { border-radius: 14px; box-shadow: 0 10px 28px rgba(30, 58, 138, .08); }
.ep-card:hover { box-shadow: 0 18px 40px rgba(30, 58, 138, .14); }
.ep-card-media { height: 200px; }
.ep-card-price { color: var(--theme-primary, #1E3A8A); }
.ep-badge { background: var(--theme-accent, #60A5FA); color: #0f172a; border-radius: 6px; }

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

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