:root {
  --ink: #172033;
  --muted: #617086;
  --line: #dfe6ee;
  --bg: #f7f9fc;
  --card: #ffffff;
  --brand: #173f5f;
  --accent: #2f80ed;
  --accent-2: #10b981;
  --warm: #f59e0b;
  --shadow: 0 20px 60px rgba(23, 32, 51, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: var(--accent); text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { max-width: 1180px; margin: 0 auto; padding: 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--brand), var(--accent)); letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { color: var(--muted); font-size: 14px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; padding: 13px 20px; color: white; background: var(--accent); font-weight: 800; cursor: pointer; box-shadow: 0 10px 22px rgba(47, 128, 237, .24); }
.button.secondary { color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: none; }
.button.small { padding: 9px 14px; color: white !important; }
.hero { max-width: 1180px; margin: 0 auto; padding: 78px 22px 50px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; }
h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.06em; }
h2 { font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; }
h3 { font-size: 22px; letter-spacing: -.03em; }
.hero-subtitle, .section-heading p, .split p { color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 14px; }
.trust-note, .fine-print { color: var(--muted); font-size: 13px; }
.hero-card, .card, .property-card, .feature-card, .contact-card { background: var(--card); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.property-photo { min-height: 220px; background: #ddd; }
.gradient-one { background: linear-gradient(135deg, #dbeafe, #93c5fd 45%, #173f5f); }
.gradient-two { background: linear-gradient(135deg, #ecfccb, #86efac 45%, #065f46); }
.hero-card-body, .property-body, .card, .feature-card, .contact-card { padding: 24px; }
.badge { display: inline-flex; border-radius: 999px; padding: 6px 10px; margin-bottom: 12px; background: #eef2ff; color: #3730a3; font-size: 12px; font-weight: 900; }
.badge.available { background: #dcfce7; color: #166534; }
.stats, .property-meta { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--muted); }
.stats strong, .property-meta strong { color: var(--ink); }
.section { max-width: 1180px; margin: 0 auto; padding: 56px 22px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.property-grid, .features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: .9fr 1fr; gap: 36px; align-items: start; }
.alt { background: #eef6ff; max-width: none; padding-left: max(22px, calc((100vw - 1180px)/2 + 22px)); padding-right: max(22px, calc((100vw - 1180px)/2 + 22px)); }
.checklist { padding: 0; list-style: none; display: grid; gap: 10px; }
.checklist li::before { content: "✓"; color: var(--accent-2); font-weight: 900; margin-right: 10px; }
.form-card label, .payment-card label { display: grid; gap: 7px; margin-bottom: 14px; color: var(--ink); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 600 !important; color: var(--muted) !important; }
.checkbox input { width: auto; margin-top: 5px; }
.form-status { min-height: 22px; color: var(--accent-2); font-weight: 800; }
.feature-list { display: grid; gap: 12px; margin-top: 18px; }
.feature-list div { display: grid; gap: 2px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-list span { color: var(--muted); }
.payment-links-card { padding: 24px; }
.payment-links { display: grid; gap: 14px; margin: 16px 0; }
.payment-link { display: grid; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink); background: linear-gradient(180deg, #ffffff, #f8fbff); }
.payment-link strong { font-size: 18px; }
.payment-link span { color: var(--muted); font-weight: 700; }
.payment-link.disabled { opacity: .68; }
.emergency-box { padding: 16px; border-radius: 18px; background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; font-weight: 700; }
.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: center; }
.footer { border-top: 1px solid var(--line); padding: 30px 22px; text-align: center; color: var(--muted); }
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 16px; right: 16px; top: 74px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero, .split, .contact { grid-template-columns: 1fr; }
  .property-grid, .features-grid { grid-template-columns: 1fr; }
  h1 { font-size: 42px; }
}

.portal-hero { grid-template-columns: 1fr .72fr; }
.portal-card { background: linear-gradient(180deg, #ffffff, #eef6ff); border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); padding: 28px; }
.portal-actions { display: grid; gap: 12px; margin-top: 18px; }
.portal-actions a { display: grid; gap: 2px; padding: 16px; border-radius: 18px; background: white; border: 1px solid var(--line); color: var(--ink); }
.portal-actions span { color: var(--muted); font-weight: 600; }
.button.ghost { color: var(--accent); background: transparent; border: 1px solid #bfdbfe; box-shadow: none; }
.notice-section { padding-top: 4px; padding-bottom: 8px; }
.notice-card { display: flex; gap: 10px; align-items: flex-start; padding: 16px 18px; border-radius: 18px; background: #fffbeb; border: 1px solid #fde68a; color: #78350f; }
.direct-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.direct-links a { display: grid; gap: 3px; padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: var(--ink); box-shadow: 0 10px 24px rgba(23, 32, 51, .06); }
.direct-links span { color: var(--muted); font-weight: 700; word-break: break-word; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.features-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--accent); color: white; font-weight: 900; margin-bottom: 12px; }
@media (max-width: 980px) { .features-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .portal-hero, .two-col, .direct-links { grid-template-columns: 1fr; } .features-grid.four { grid-template-columns: 1fr; } .notice-card { flex-direction: column; } }
.brand-visual { width: 100%; max-height: 360px; object-fit: contain; border-radius: 22px; border: 1px solid var(--line); background: #fff; margin-bottom: 18px; }

.nav-logo { width: 48px; height: 48px; border-radius: 14px; object-fit: cover; border: 1px solid var(--line); background: #fff; }
.logo-visual { max-height: 300px; object-fit: contain; }

.hidden {
  display: none !important;
}
