:root {
  --black: #05070b;
  --text: #f6f8fb;
  --muted: #aeb8c7;
  --line: rgba(255,255,255,.12);
  --blue: #0d8dff;
  --blue-2: #0057c8;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif; background: var(--black); color: var(--text); }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; font-size: 1.05rem; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(5,7,11,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { max-width: 1180px; margin: 0 auto; padding: 14px 22px; display: flex; justify-content: space-between; align-items: center; }
.brand img { width: 145px; border-radius: 8px; }
.nav-links { display: flex; gap: 26px; align-items: center; font-size: .95rem; color: #d8dee8; }
.nav-phone { background: linear-gradient(135deg, var(--blue), var(--blue-2)); padding: 11px 16px; border-radius: 999px; font-weight: 700; color: white !important; }
.nav-toggle { display: none; background: transparent; color: white; font-size: 1.8rem; border: none; }
.hero { position: relative; min-height: 86vh; display: grid; place-items: center; overflow: hidden; padding: 80px 22px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 28%, rgba(13,141,255,.35), transparent 24%), linear-gradient(rgba(5,7,11,.55), rgba(5,7,11,.92)), url("assets/flood-city-logo-black.png") center/640px no-repeat; opacity: .95; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, var(--black) 97%); }
.hero-content { position: relative; z-index: 2; max-width: 980px; text-align: center; }
.eyebrow, .section-label { display: inline-block; color: #8fc9ff; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin-bottom: 18px; }
h1 { font-size: clamp(2.8rem, 7vw, 6.7rem); letter-spacing: -.07em; line-height: .92; margin: 0; }
h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); letter-spacing: -.055em; line-height: 1; margin: 0 0 20px; }
h3 { margin: 0 0 12px; font-size: 1.25rem; letter-spacing: -.02em; }
.hero-subtitle { max-width: 760px; margin: 26px auto 0; font-size: 1.25rem; }
.hero-actions { margin-top: 34px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; box-shadow: 0 12px 36px rgba(13,141,255,.35); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.08); color: white; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.trust-row span, .area-tags span { border: 1px solid var(--line); background: rgba(255,255,255,.06); padding: 10px 14px; border-radius: 999px; color: #dce4ef; font-size: .92rem; }
.lead-strip { max-width: 1180px; margin: -40px auto 70px; position: relative; z-index: 4; padding: 24px; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.05)); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.lead-strip p { margin: 6px 0 0; }
.lead-strip a { white-space: nowrap; font-size: 1.3rem; font-weight: 900; color: #8fc9ff; }
.section { max-width: 1180px; margin: 0 auto; padding: 88px 22px; }
.intro { max-width: 940px; text-align: center; }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .realtor-panel, .feature-list div, .process-step, .lead-form, .contact-box { background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: 0 14px 50px rgba(0,0,0,.24); }
.card p { margin-bottom: 0; }
.realtor, .split, .service-area, .contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: center; }
.realtor { background: radial-gradient(circle at 85% 10%, rgba(13,141,255,.20), transparent 30%), linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: 42px; padding: 44px; }
.check-list { padding: 0; list-style: none; margin: 24px 0 28px; }
.check-list li { margin: 12px 0; color: #eaf0f8; }
.check-list li::before { content: "✓"; color: #59b8ff; font-weight: 900; margin-right: 10px; }
.realtor-panel { min-height: 270px; display: flex; flex-direction: column; justify-content: center; }
.feature-list { display: grid; gap: 14px; }
.feature-list strong { display: block; font-size: 1.1rem; }
.feature-list span { color: var(--muted); margin-top: 8px; display: block; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step span { color: #73c2ff; font-weight: 900; font-size: .9rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.contact { align-items: start; }
.contact a { color: #8fc9ff; font-weight: 800; }
.lead-form { display: grid; gap: 16px; }
.lead-form label { display: grid; gap: 7px; color: #dce4ef; font-weight: 700; }
input, select, textarea { width: 100%; background: rgba(255,255,255,.09); color: #ffffff; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 14px; font-size: 1rem; outline: none; }
input::placeholder, textarea::placeholder { color: #8e99aa; }
select option { color: #111827; }
.hidden { display: none; }
.form-note { font-size: .85rem; margin: 0; }
.footer { border-top: 1px solid var(--line); padding: 44px 22px 80px; text-align: center; color: var(--muted); }
.footer img { width: 180px; margin: 0 auto 18px; border-radius: 10px; }
.footer a { color: #8fc9ff; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 100; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; font-weight: 900; padding: 14px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(13,141,255,.35); }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 18px; right: 18px; top: 72px; flex-direction: column; align-items: stretch; padding: 20px; background: rgba(5,7,11,.96); border: 1px solid var(--line); border-radius: 22px; }
  .nav-links.open { display: flex; }
  .brand img { width: 118px; }
  .card-grid, .process-grid, .realtor, .split, .service-area, .contact { grid-template-columns: 1fr; }
  .lead-strip { margin-left: 18px; margin-right: 18px; flex-direction: column; align-items: flex-start; }
  .hero-bg { background-size: 440px; }
  .section { padding: 64px 20px; }
  .realtor { padding: 28px; border-radius: 30px; }
}
