/* Realtor Website — Generated */
:root {
  --navy: #003965;
  --navy-light: #004d88;
  --teal: #0097a7;
  --teal-light: #5ce1e6;
  --gold: #f5a623;
  --white: #ffffff;
  --off-white: #f8fafb;
  --text-dark: #1a2332;
  --text-muted: #5a6a7e;
  --border: #e2e8f0;
  --dark-bg: #0a1628;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.10);
  --shadow-xl: 0 20px 50px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-lg: 16px;
  --max-width: 1200px;
  --nav-width: 1320px;
  --transition: 0.3s ease;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--text-dark); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.section-lg { padding: 110px 0; }
.text-center { text-align: center; }
.bg-white { background: var(--white); }
.bg-off-white { background: var(--off-white); }
h1, h2, h3, h4, h5, h6 { color: var(--text-dark); line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; line-height: 1.12; }
h2 { font-size: clamp(1.65rem, 3.5vw, 2.35rem); font-weight: 700; margin-bottom: 14px; }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.4rem); font-weight: 700; margin-bottom: 10px; }
h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
p { color: var(--text-muted); line-height: 1.75; }
.section-header { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-header h2 { margin-bottom: 14px; }
.section-header p { font-size: 1.05rem; margin-top: 10px; }
.text-teal { color: var(--teal); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 50px;
  font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer;
  transition: all var(--transition); text-align: center; justify-content: center; font-family: inherit; line-height: 1.4;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: #00838f; }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-light); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.35); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
.btn-gold { background: var(--gold); color: var(--text-dark); }
.btn-gold:hover { background: #e09500; }
.btn-white { background: var(--white); color: var(--navy); }
.btn-white:hover { background: var(--off-white); }
.btn-sm { padding: 10px 22px; font-size: 0.85rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; }
.btn-block { display: block; width: 100%; }
.navbar { position: sticky; top: 0; z-index: 1000; background: var(--navy); box-shadow: 0 2px 24px rgba(0,0,0,0.18); }
.navbar .container { max-width: var(--nav-width); display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
.nav-logo-icon svg { width: 22px; height: 22px; color: var(--white); }
.nav-logo-text h3 { color: var(--white); font-size: 1.1rem; margin: 0; line-height: 1.2; font-weight: 700; }
.nav-logo-text span { color: rgba(255,255,255,0.5); font-size: 0.7rem; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 8px 15px; color: rgba(255,255,255,0.7); font-size: 0.88rem; font-weight: 500; border-radius: 8px; transition: all var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-links a.active { background: rgba(255,255,255,0.15); }
/* Desktop Nav Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 15px; color: rgba(255,255,255,0.7); font-size: 0.88rem; font-weight: 500; border-radius: 8px; transition: all var(--transition); white-space: nowrap; }
.nav-dropdown > a:hover { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-dropdown > a i { width: 14px; height: 14px; transition: transform 0.2s; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 4px); left: 50%; transform: translateX(-50%); min-width: 160px; background: var(--navy); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 6px 0; opacity: 0; visibility: hidden; transition: all 0.2s ease; box-shadow: 0 12px 32px rgba(0,0,0,0.25); z-index: 1001; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; }
.nav-dropdown:hover > a i { transform: rotate(180deg); }
.nav-dropdown-menu a { display: block; padding: 10px 20px; color: rgba(255,255,255,0.7); font-size: 0.88rem; font-weight: 500; transition: all 0.2s; white-space: nowrap; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a.active { color: var(--white); background: rgba(255,255,255,0.08); }
.nav-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.nav-phone { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.65); font-size: 0.88rem; white-space: nowrap; font-weight: 500; }
.nav-phone:hover { color: var(--white); }
.nav-phone svg { width: 15px; height: 15px; }
.nav-toggle { display: none; background: none; border: none; color: var(--white); cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; }
.mobile-menu { display: none; }
.mobile-menu.open .mobile-menu-content { display: block; }
.mobile-menu-content { display: none; padding: 12px 24px 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-menu-content a { display: block; padding: 11px 16px; color: rgba(255,255,255,0.7); font-weight: 500; border-radius: 8px; font-size: 0.95rem; }
.mobile-menu-content a:hover, .mobile-menu-content a.active { color: var(--white); background: rgba(255,255,255,0.08); }
.mobile-menu-content .mobile-phone { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.65); padding: 11px 16px; font-size: 0.9rem; }
.mobile-menu-content .mobile-cta { display: block; text-align: center; margin-top: 12px; }
.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #005a7a 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(0,151,167,0.15) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(0,57,101,0.3) 0%, transparent 50%); }
.hero .container { position: relative; z-index: 1; padding-top: 60px; padding-bottom: 60px; max-width: var(--nav-width); width: 100%; }
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero h1 span { color: var(--teal-light); }
.hero p { color: rgba(255,255,255,0.72); font-size: 1.1rem; line-height: 1.75; margin-bottom: 32px; max-width: 860px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 50px; background: rgba(0,151,167,0.12); color: var(--teal-light); border: 1px solid rgba(0,151,167,0.25); font-size: 0.85rem; font-weight: 500; margin-bottom: 24px; }
.hero-badge svg { width: 16px; height: 16px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 50px; background: rgba(0,151,167,0.12); color: var(--teal-light); border: 1px solid rgba(0,151,167,0.25); font-size: 0.85rem; font-weight: 500; margin-bottom: 24px; }
.badge svg { width: 16px; height: 16px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 36px; color: rgba(255,255,255,0.6); font-size: 0.82rem; font-weight: 500; }
.trust-badge { display: flex; align-items: center; gap: 8px; }
.trust-badge svg, .trust-badge i { width: 16px; height: 16px; color: var(--teal-light); }
.trust-stars { display: flex; align-items: center; gap: 1px; }
.trust-stars svg, .trust-stars i { width: 14px; height: 14px; fill: #facc15; color: #facc15; }
.trust-badge span { color: rgba(255,255,255,0.55); font-weight: 500; font-size: 0.82rem; }
.trust-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.2); }
.page-hero { min-height: 400px; }
.hero-graphic { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 400px; height: 400px; opacity: 0.7; pointer-events: none; z-index: 0; }
.hero-graphic svg { width: 100%; height: 100%; }
@media (max-width: 1024px) { .hero-graphic { display: none; } }
.page-hero .container { padding-top: 48px; padding-bottom: 48px; max-width: var(--nav-width); width: 100%; }
.card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--border); transition: all var(--transition); }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.card-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card-icon svg { width: 26px; height: 26px; }
.card-icon-teal { background: rgba(0,151,167,0.08); }
.card-icon-teal svg { color: var(--teal); }
.card-icon-navy { background: rgba(0,57,101,0.08); }
.card-icon-navy svg { color: var(--navy); }
.card-icon-gold { background: rgba(245,166,35,0.08); }
.card-icon-gold svg { color: var(--gold); }
.card-icon.teal { background: rgba(0,151,167,0.08); }
.card-icon.teal svg { color: var(--teal); }
.card-icon.navy { background: rgba(0,57,101,0.08); }
.card-icon.navy svg { color: var(--navy); }
.card-icon.gold { background: rgba(245,166,35,0.08); }
.card-icon.gold svg { color: var(--gold); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.93rem; margin-bottom: 16px; line-height: 1.7; }
.card-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.88rem; color: var(--teal); transition: all var(--transition); }
.card-link:hover { gap: 10px; color: var(--navy); }
.card-link svg { width: 16px; height: 16px; }
.card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; flex-wrap: wrap; }
.card-header h3 { margin-bottom: 0; }
.card-body { padding: 24px; }
.card-tagline { color: var(--teal); font-size: 0.78rem; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.03em; }
.card-price { color: var(--navy); font-weight: 700; font-size: 1.05rem; margin: 14px 0; }
.card-center { text-align: center; }
.card-center .card-icon { margin-left: auto; margin-right: auto; }
.card-center p { color: var(--text-muted); font-size: 0.88rem; }
.rent-price { font-size: 1.5rem; font-weight: 800; color: var(--teal); margin: 12px 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card-neighborhood { padding: 0; overflow: hidden; }
.card-neighborhood .card-body { padding: 24px; }
.card-neighborhood-image { height: 180px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; display: flex; align-items: flex-end; position: relative; padding: 16px; }
.card-neighborhood-label { position: absolute; bottom: 16px; left: 16px; background: rgba(0,0,0,0.45); color: var(--white); padding: 6px 14px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; backdrop-filter: blur(4px); }
.stats-bar { padding: 56px 0; background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat-item svg { width: 28px; height: 28px; color: var(--teal-light); margin-bottom: 10px; }
.stat-number { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: var(--white); }
.stat-label { color: rgba(255,255,255,0.5); font-size: 0.82rem; font-weight: 500; margin-top: 4px; letter-spacing: 0.02em; }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 20px; text-align: center; box-shadow: var(--shadow-sm); }
.stat-card .stat-number { color: var(--text-dark); }
.two-col, .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.two-col-content p, .two-column-left p, .two-column-right p { margin-bottom: 14px; }
.feature-item { display: flex; gap: 18px; padding: 20px; background: var(--off-white); border-radius: var(--radius); transition: all var(--transition); border: 1px solid transparent; }
.feature-item:hover { box-shadow: var(--shadow-sm); border-color: var(--border); }
.feature-item svg, .feature-item i { width: 22px; height: 22px; color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,151,167,0.08); }
.feature-icon svg { width: 22px; height: 22px; color: var(--teal); }
.features-list { display: flex; flex-direction: column; gap: 16px; }
.feature-grid { display: grid; gap: 20px; }
.feature-grid-2 { grid-template-columns: repeat(2, 1fr); }
.feature-card { background: var(--off-white); border-radius: var(--radius); padding: 24px; border: 1px solid transparent; transition: all var(--transition); }
.feature-card:hover { border-color: var(--border); box-shadow: var(--shadow-sm); }
.feature-card h3 { margin-bottom: 8px; font-size: 1rem; }
.feature-card p { font-size: 0.88rem; margin-bottom: 0; }
.highlight-box { display: flex; align-items: flex-start; gap: 18px; padding: 24px; border-radius: var(--radius-lg); background: rgba(0,57,101,0.03); border: 1px solid rgba(0,57,101,0.1); }
.highlight-icon { width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; background: var(--teal); display: flex; align-items: center; justify-content: center; }
.highlight-icon svg { width: 26px; height: 26px; color: var(--white); }
.reviews-section { padding: 90px 0; overflow: hidden; }
.reviews-section .elfsight-app-e705f2da-4d5f-48a0-8e1a-4e33be72155d { max-width: var(--max-width); margin: 0 auto; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 768px) { .faq-list { grid-template-columns: 1fr; } }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; }
.faq-question { width: 100%; padding: 18px 24px; text-align: left; background: none; border: none; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: background var(--transition); font-family: inherit; }
.faq-question:hover { background: #f8fafc; }
.faq-question svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; transition: transform 0.2s; }
.faq-item button { width: 100%; padding: 18px 24px; text-align: left; background: none; border: none; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: background var(--transition); font-family: inherit; }
.faq-item button:hover { background: #f8fafc; }
.faq-item button svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-question svg, .faq-item.open button svg { transform: rotate(90deg); }
.faq-answer { display: none; padding: 0 24px 18px; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { font-size: 0.92rem; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 8px; }
.contact-info h2 { margin-bottom: 10px; }
.contact-info p { margin-bottom: 16px; }
.contact-details { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.contact-detail { display: flex; align-items: center; gap: 14px; }
.contact-info-icon { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; }
.contact-info-icon svg { width: 20px; height: 20px; color: var(--teal-light); }
.contact-info-label { display: block; color: rgba(255,255,255,0.4); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-info-value { display: block; color: var(--white); font-weight: 600; font-size: 0.93rem; }
.contact-info-value a { color: var(--white); text-decoration: none; transition: color var(--transition); }
.contact-info-value a:hover { color: var(--teal-light); }
.contact-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-xl); }
.contact-form-card h3 { margin-bottom: 8px; }
.contact-form-card p { margin-bottom: 20px; font-size: 0.92rem; }
.zoho-form-wrap { min-height: 200px; }
.zoho-form-wrap iframe { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-xl); max-width: 640px; margin-left: auto; margin-right: auto; }
.form-group { margin-bottom: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-dark); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 10px; font-size: 0.9rem; font-family: inherit; transition: border-color var(--transition); background: var(--white); color: var(--text-dark); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,151,167,0.08); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: 0.78rem; color: var(--text-muted); text-align: center; margin-top: 10px; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.cta-content h2 { margin-bottom: 14px; }
.cta-content p { margin-bottom: 24px; }
.cta-contact-info { display: flex; flex-direction: column; gap: 16px; }
.cta-contact-item { display: flex; align-items: center; gap: 14px; }
.cta-contact-item svg, .cta-contact-item i { width: 20px; height: 20px; color: var(--teal-light); flex-shrink: 0; }
.cta-contact-item strong { display: block; color: var(--white); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 2px; }
.cta-contact-item a { color: rgba(255,255,255,0.75); font-size: 0.95rem; font-weight: 500; transition: color var(--transition); }
.cta-contact-item a:hover { color: var(--white); }
.cta-contact-item span { color: rgba(255,255,255,0.55); font-size: 0.9rem; }
.cta-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-xl); }
.cta-form-card h3 { margin-bottom: 8px; }
.cta-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; align-items: center; text-align: center; }
.cta-contact p { color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.cta-contact a { color: var(--white); font-weight: 600; transition: color var(--transition); }
.cta-contact a:hover { color: var(--teal-light); }
.cta-contact strong { color: var(--white); }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.comparison-table th, .comparison-table td { padding: 14px 22px; text-align: left; }
.comparison-table thead th { background: var(--navy); color: var(--white); font-weight: 700; font-size: 0.92rem; }
.comparison-table thead th.highlight { background: var(--teal); }
.comparison-table tbody td { border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.comparison-table tbody tr:last-child td { border-bottom: none; }
.comparison-table tbody tr:hover { background: var(--off-white); }
.comparison-table .check { color: var(--teal); font-weight: bold; }
.comparison-table .x { color: #ef4444; }
.comparison-table strong { color: var(--teal); }
.table-responsive { overflow-x: auto; margin: 0 -4px; border-radius: var(--radius-lg); }
.savings-callout { display: flex; align-items: center; gap: 20px; background: rgba(0,151,167,0.06); border: 1px solid rgba(0,151,167,0.15); padding: 24px 28px; border-radius: var(--radius-lg); margin-top: 32px; }
.savings-icon { width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0; background: rgba(0,151,167,0.1); display: flex; align-items: center; justify-content: center; }
.savings-icon svg { width: 26px; height: 26px; color: var(--teal); }
.savings-callout h3 { margin-bottom: 4px; font-size: 1.1rem; }
.savings-callout h3 strong { color: var(--teal); }
.savings-callout p { margin-bottom: 0; font-size: 0.9rem; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); gap: 20px; }
.step-card { text-align: center; padding: 28px 18px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all var(--transition); }
.step-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: rgba(0,151,167,0.2); }
.step-number { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 16px; background: var(--teal); color: var(--white); font-weight: 800; font-size: 1.15rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,151,167,0.25); }
.step-card h3 { font-size: 0.95rem; margin-bottom: 8px; color: var(--text-dark); }
.step-card h4 { font-size: 0.92rem; margin-bottom: 6px; }
.step-card p { font-size: 0.84rem; line-height: 1.65; color: var(--text-muted); margin-bottom: 0; }
.content-block { max-width: 800px; }
.content-block h2 { margin-bottom: 14px; }
.content-block p { margin-bottom: 14px; }
.content-block ul { list-style: none; padding: 0; margin-bottom: 14px; }
.content-block ul li { padding: 7px 0 7px 30px; position: relative; color: var(--text-muted); font-size: 0.92rem; }
.content-block ul li::before { content: ''; position: absolute; left: 8px; top: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); opacity: 0.5; }
.include-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.include-list li { display: flex; align-items: center; gap: 12px; padding: 9px 0; }
.include-list li::before { display: none; }
.include-check { width: 24px; height: 24px; border-radius: 50%; background: rgba(0,151,167,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.include-check svg { width: 14px; height: 14px; color: var(--teal); }
.check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; padding: 10px 14px; border-radius: var(--radius); background: var(--off-white); border: 1px solid transparent; color: var(--text-muted); font-size: 0.92rem; line-height: 1.65; transition: all var(--transition); }
.check-list li:hover { border-color: var(--border); box-shadow: var(--shadow-sm); }
.check-list li strong { color: var(--text-dark); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-image { width: 100%; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 3.5rem; font-weight: 700; overflow: hidden; }
.about-image img { border-radius: var(--radius-lg); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { text-align: center; padding: 32px 20px; }
.value-icon { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; background: rgba(0,151,167,0.08); }
.value-icon svg { width: 28px; height: 28px; color: var(--teal); }
.neighborhood-detail { padding: 80px 0; }
.neighborhood-detail .neighborhood-price { color: var(--teal); font-weight: 700; font-size: 1.1rem; margin-bottom: 14px; }
.neighborhood-image-placeholder { width: 100%; min-height: 380px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.8rem; font-weight: 700; letter-spacing: 0.03em; }
.feature-list { margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.cta-section { background: var(--navy); color: var(--white); }
.cta-section h2 { color: var(--white); }
.cta-section h2 span { color: var(--teal-light); }
.cta-section p { color: rgba(255,255,255,0.68); font-size: 1.05rem; }
.cta-section h3 { color: var(--white); }
.section-note { max-width: 700px; margin: 28px auto 0; text-align: center; font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.section-note strong { color: var(--text-dark); }
.contact-card { display: flex; gap: 16px; padding: 20px; background: var(--off-white); border-radius: var(--radius); border: 1px solid var(--border); margin-bottom: 14px; transition: all var(--transition); }
.contact-card:hover { box-shadow: var(--shadow-sm); border-color: rgba(0,151,167,0.2); }
.contact-card-icon { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: rgba(0,151,167,0.08); display: flex; align-items: center; justify-content: center; }
.contact-card-icon svg { width: 22px; height: 22px; color: var(--teal); }
.contact-card-text h4 { color: var(--text-dark); font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; }
.contact-card-text p { font-size: 0.9rem; margin-bottom: 4px; color: var(--text-dark); }
.contact-card-text p a { color: var(--teal); font-weight: 500; transition: color var(--transition); }
.contact-card-text p a:hover { color: var(--navy); }
.contact-card-text span { font-size: 0.8rem; color: var(--text-muted); }
.map-placeholder { width: 100%; min-height: 360px; border-radius: var(--radius-lg); background: var(--off-white); border: 2px dashed var(--border); display: flex; align-items: center; justify-content: center; }
.map-placeholder-content { text-align: center; padding: 40px; }
.map-placeholder-content h3 { color: var(--text-dark); margin-bottom: 8px; }
.map-placeholder-content p { font-size: 0.92rem; color: var(--text-muted); }
.stats-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.stats-table th, .stats-table td { padding: 13px 20px; text-align: left; border-bottom: 1px solid var(--border); }
.stats-table thead th { background: var(--off-white); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }
.stats-table tbody td { font-size: 0.9rem; color: var(--text-dark); }
.stats-table .positive { color: #16a34a; font-weight: 600; }
.stats-table .negative { color: #ef4444; font-weight: 600; }
.footer { background: var(--dark-bg); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 40px; }
.footer h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 18px; font-weight: 600; }
.footer p { color: rgba(255,255,255,0.4); font-size: 0.88rem; line-height: 1.65; }
.footer-links a { display: block; color: rgba(255,255,255,0.4); font-size: 0.88rem; padding: 5px 0; transition: color var(--transition); }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 22px 0; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.25); font-size: 0.82rem; }
.list-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.list-features li::before { background: var(--teal); }
@media (max-width: 1200px) { .nav-links a { padding: 8px 12px; font-size: 0.85rem; } }
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .two-column, .two-col, .cta-grid, .feature-grid-2 { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-right { display: none; }
  .nav-toggle { display: block; }
  .mobile-menu { display: block; }
  .hero { min-height: 520px; }
  .section { padding: 64px 0; }
  .section-lg { padding: 80px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .two-col, .two-column, .cta-grid, .feature-grid-2, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid, .include-list, .list-features { grid-template-columns: 1fr; }
  .comparison-table { font-size: 0.82rem; }
  .comparison-table th, .comparison-table td { padding: 10px 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .highlight-box, .savings-callout { flex-direction: column; text-align: center; align-items: center; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-list { grid-template-columns: 1fr; }
  .card-header { flex-direction: column; align-items: flex-start; }
  .hero-trust { gap: 14px; }
  .trust-divider { display: none; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 1.75rem; }
  .btn { padding: 12px 22px; font-size: 0.88rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .check-list li { flex-direction: column; gap: 8px; }
  .map-placeholder { min-height: 260px; }
/* HPI Trends Section */
.hpi-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.hpi-stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 18px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.hpi-stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal), var(--navy)); border-radius: 4px 4px 0 0; }
.hpi-stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.hpi-stat-icon { font-size: 1.4rem; margin-bottom: 10px; display: block; }
.hpi-stat-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 10px; }
.hpi-stat-value { font-size: 1.65rem; font-weight: 800; color: var(--text-dark); line-height: 1.2; }
.hpi-stat-value.up { color: #16a34a; }
.hpi-stat-value.down { color: #ef4444; }
.hpi-stat-value.gold { color: var(--gold); }
.hpi-stat-desc { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; }
.hpi-peak-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; box-shadow: var(--shadow-sm); }
.hpi-peak-item { text-align: center; flex: 1; min-width: 120px; padding: 12px; }
.hpi-peak-item .peak-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); font-weight: 700; }
.hpi-peak-item .peak-value { font-size: 1.3rem; font-weight: 800; color: var(--text-dark); margin: 6px 0 2px; }
.hpi-peak-item .peak-sub { font-size: 0.72rem; color: var(--text-muted); }
.hpi-peak-divider { width: 1px; height: 50px; background: var(--border); flex-shrink: 0; }
.hpi-badge { display: inline-block; padding: 4px 12px; border-radius: 6px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.hpi-badge.seller { background: #fef2f2; color: #ef4444; border: 1px solid #fecaca; }
.hpi-badge.buyer { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.hpi-badge.balanced { background: #f8fafb; color: #64748b; border: 1px solid var(--border); }
.hpi-charts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
.hpi-chart-panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.hpi-chart-title { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin: 0 0 4px; }
.hpi-chart-subtitle { font-size: 0.72rem; color: var(--text-muted); margin: 0 0 16px; }
.hpi-chart-wrap { position: relative; width: 100%; }
.hpi-chart-wrap canvas { width: 100% !important; height: auto !important; display: block; }
.hpi-props-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; }
.hpi-prop-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px 18px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.hpi-prop-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--navy), var(--teal)); border-radius: 4px 4px 0 0; }
.hpi-prop-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.hpi-prop-name { font-size: 0.72rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.hpi-prop-bench { font-size: 1.45rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; line-height: 1.2; }
.hpi-prop-changes { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.hpi-prop-change { font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; display: inline-block; }
.hpi-prop-change.up { background: #f0fdf4; color: #16a34a; }
.hpi-prop-change.down { background: #fef2f2; color: #ef4444; }
.hpi-source-note { font-size: 0.75rem; color: var(--text-muted); line-height: 1.6; padding: 14px 18px; background: var(--off-white); border-radius: 10px; border: 1px solid var(--border); }
.hpi-source-note strong { color: var(--text-dark); }
.hpi-region-bar { background: linear-gradient(135deg, #f0f7ff, #fff9f0); border: 1px solid #cee0f3; border-radius: var(--radius); padding: 14px 20px; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; box-shadow: var(--shadow-sm); }
/* Agent Profile Card */
.agent-profile-card { background: linear-gradient(135deg, #1A365D, #003965); color: #fff; border-radius: 16px; padding: 40px 24px; text-align: center; max-width: 520px; margin: 0 auto; box-shadow: 0 8px 30px rgba(0,0,0,0.18); }
.agent-profile-card img.agent-profile-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 4px solid rgba(255,255,255,0.25); margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.agent-profile-card .agent-profile-name { font-size: 1.6rem; font-weight: 700; margin: 0 0 4px; letter-spacing: 0.02em; }
.agent-profile-card .agent-profile-title { font-size: 1.05rem; font-weight: 400; opacity: 0.9; margin: 0 0 4px; }
.agent-profile-card .agent-profile-brokerage { font-size: 0.88rem; font-weight: 400; opacity: 0.8; margin: 0 0 18px; max-width: 340px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.agent-profile-card .agent-profile-creds { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.agent-profile-card .agent-profile-cred { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.6; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.agent-profile-card .agent-profile-cred::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #0097a7; flex-shrink: 0; }
.agent-profile-fallback { width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 4px solid rgba(255,255,255,0.25); }
.agent-profile-fallback span { font-size: 3rem; font-weight: 700; color: #fff; }
/* Manual Market Stats Cards */
.mkt-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mkt-stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 18px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.mkt-stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--navy), var(--teal)); border-radius: 4px 4px 0 0; }
.mkt-stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.mkt-stat-metric { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 12px; }
.mkt-stat-current { font-size: 1.5rem; font-weight: 800; color: var(--text-dark); margin-bottom: 10px; line-height: 1.2; }
.mkt-stat-row { display: flex; align-items: center; justify-content: center; gap: 10px; }
.mkt-stat-prev { font-size: 0.78rem; color: var(--text-muted); }
.mkt-stat-change { font-size: 0.78rem; font-weight: 700; padding: 3px 10px; border-radius: 6px; }
.mkt-stat-change.positive { background: #f0fdf4; color: #16a34a; }
.mkt-stat-change.negative { background: #fef2f2; color: #ef4444; }
@media (max-width: 768px) { .mkt-stats-grid { grid-template-columns: repeat(2, 1fr); } }
/* Demographics Widget */
.demo-widget { max-width: 100%; }
.demo-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.demo-overview-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px 14px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.demo-overview-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #3B82F6, #06B6D4); border-radius: 3px 3px 0 0; }
.demo-overview-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.demo-card-icon { font-size: 1.4rem; margin-bottom: 8px; }
.demo-card-value { font-size: 1.5rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; line-height: 1.2; }
.demo-card-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.demo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.demo-card-wide { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 20px; box-shadow: var(--shadow-sm); }
.demo-card-title { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin: 0 0 16px; display: flex; align-items: center; gap: 6px; }
.demo-bar-wrap { margin-bottom: 12px; }
.demo-bar-wrap:last-child { margin-bottom: 0; }
.demo-bar-label { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.demo-bar-label strong { color: var(--text-dark); }
.demo-bar-bg { height: 10px; background: var(--off-white); border-radius: 5px; overflow: hidden; }
.demo-bar-fill { height: 100%; border-radius: 5px; transition: width 0.6s ease; }
.demo-inc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.demo-inc-item { text-align: center; padding: 12px 8px; background: var(--off-white); border-radius: 10px; }
.demo-inc-val { font-size: 1.2rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.demo-inc-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
.demo-age-grid { display: flex; align-items: flex-end; gap: 8px; height: 140px; padding-top: 10px; }
.demo-age-item { flex: 1; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.demo-age-bar { width: 100%; max-width: 40px; border-radius: 4px 4px 0 0; min-height: 8px; transition: height 0.5s ease; }
.demo-age-pct { font-size: 0.72rem; font-weight: 700; color: var(--text-dark); margin: 6px 0 2px; }
.demo-age-label { font-size: 0.65rem; color: var(--text-muted); font-weight: 500; line-height: 1.2; }
@media (max-width: 768px) { .demo-overview { grid-template-columns: repeat(2, 1fr); } .demo-row { grid-template-columns: 1fr; } .demo-age-grid { height: 110px; } }
@keyframes hpi-spin { to { transform: rotate(360deg); } }
@media (max-width: 768px) { .hpi-stats-row { grid-template-columns: repeat(2, 1fr); } .hpi-charts-grid { grid-template-columns: 1fr; } .hpi-peak-card { flex-direction: column; gap: 12px; } .hpi-peak-divider { width: 100%; height: 1px; } .hpi-props-grid { grid-template-columns: repeat(2, 1fr); } }
}