/* ═══════════════════════════════════════
   WATER DAMAGE CORAL SPRINGS — HOMEPAGE
   ═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=Source+Sans+3:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --navy: #1a3a6b;
  --navy-dark: #0d1f3c;
  --red: #e63946;
  --red-hover: #c62828;
  --light-blue: #f0f7ff;
  --gray-bg: #f8f9fa;
  --gray-text: #6c757d;
  --body-text: #2d3436;
  --max-w: 1140px;
  --font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
}

/* Reset for template area */
#wd-home { font-family: var(--font-body); color: var(--body-text); line-height: 1.7; font-size: 17px; }
#wd-home *, #wd-home *::before, #wd-home *::after { box-sizing: border-box; }
#wd-home h1, #wd-home h2, #wd-home h3 { font-family: var(--font-head); font-weight: 700; letter-spacing: -0.3px; line-height: 1.15; color: var(--navy); margin-top: 0; }
#wd-home a { color: var(--red); text-decoration: none; transition: color .2s; }
#wd-home img { max-width: 100%; height: auto; display: block; }

/* ── HERO ── */
.wd-hero { position: relative; min-height: 80vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600'); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,25,50,0.78); }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 850px; padding: 40px 24px; }
.hero-content h1 { color: #fff; font-size: 3em; margin-bottom: 16px; text-shadow: 0 3px 12px rgba(0,0,0,.3); }
.hero-sub { color: rgba(255,255,255,.92); font-size: 1.2em; margin-bottom: 32px; }
.wd-badge { display: inline-block; background: var(--red); color: #fff; padding: 8px 24px; border-radius: 50px; font-family: var(--font-head); font-weight: 700; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 28px; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(230,57,70,.5)} 50%{box-shadow:0 0 0 14px rgba(230,57,70,0)} }

/* ── BUTTONS ── */
.btn-red { display: inline-block; background: var(--red); color: #fff !important; padding: 18px 38px; border-radius: 4px; font-family: var(--font-head); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: 1px; margin: 8px; transition: all .3s; box-shadow: 0 4px 18px rgba(230,57,70,.35); }
.btn-red:hover { background: var(--red-hover); color: #fff !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230,57,70,.45); }
.btn-outline { display: inline-block; background: transparent; color: #fff !important; padding: 18px 38px; border: 2px solid rgba(255,255,255,.7); border-radius: 4px; font-family: var(--font-head); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: 1px; margin: 8px; transition: all .3s; }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff !important; }
.btn-red--lg { font-size: 20px; padding: 22px 48px; }

/* ── SECTIONS ── */
.wd-sec { padding: 72px 24px; }
.wd-sec--white { background: #fff; }
.wd-sec--gray { background: var(--gray-bg); }
.wd-sec--navy { background: var(--navy); }
.wd-sec--navy h2, .wd-sec--navy h3 { color: #fff; }
.wd-sec--navy p, .wd-sec--navy li { color: rgba(255,255,255,.85); }
.wd-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
.sec-title { text-align: center; font-size: 2.2em; margin-bottom: 12px; }
.sec-sub { text-align: center; color: var(--gray-text); font-size: 1.08em; max-width: 640px; margin: 0 auto 44px; }
.wd-sec--navy .sec-sub { color: rgba(255,255,255,.65); }

/* ── TRUST BAR ── */
.trust-bar { background: #fff; padding: 32px 24px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 900px; margin: 0 auto; text-align: center; }
.trust-icon { font-size: 28px; margin-bottom: 6px; }
.trust-label { font-family: var(--font-head); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); }

/* ── AEO ── */
.aeo-block { background: var(--light-blue); border-left: 4px solid var(--navy); padding: 22px 28px; max-width: var(--max-w); margin: 0 auto; border-radius: 4px; }
.aeo-block strong { color: var(--navy); }

/* ── INTRO ── */
.intro-text { max-width: 800px; margin: 0 auto; text-align: center; font-size: 1.05em; line-height: 1.8; color: #444; }

/* ── SERVICE CARDS ── */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.svc-card { background: #fff; border: 1px solid #eaeaea; border-radius: 8px; padding: 36px 28px; text-align: center; transition: all .3s; position: relative; overflow: hidden; }
.svc-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--red); transform: scaleX(0); transition: transform .3s; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(0,0,0,.1); }
.svc-icon { font-size: 2.8em; margin-bottom: 16px; }
.svc-card h3 { font-size: 1.15em; margin: 0 0 10px; }
.svc-card p { color: var(--gray-text); font-size: .95em; margin: 0 0 18px; }
.svc-link { font-family: var(--font-head); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .8px; color: var(--red); }

/* ── WHY US ── */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; max-width: 960px; margin: 0 auto; }
.why-item { text-align: center; }
.why-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(230,57,70,.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 1.7em; }
.why-item h3 { font-size: 1.1em; margin-bottom: 8px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.about-grid img { border-radius: 8px; box-shadow: 0 10px 36px rgba(0,0,0,.12); }
.about-grid h2 { font-size: 2em; margin-bottom: 20px; }
.about-link { display: inline-block; margin-top: 16px; font-family: var(--font-head); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .8px; }

/* ── TESTIMONIALS ── */
.test-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.test-card { background: #fff; border-radius: 8px; padding: 32px; border-left: 4px solid var(--red); box-shadow: 0 2px 16px rgba(0,0,0,.05); }
.test-stars { color: #f59e0b; font-size: 1.1em; margin-bottom: 14px; }
.test-card blockquote { font-style: italic; color: #555; margin: 0 0 16px; line-height: 1.65; }
.test-author { font-family: var(--font-head); font-weight: 700; color: var(--navy); }

/* ── FAQ ── */
.faq-wrap details { border: 1px solid #eaeaea; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-wrap details:hover { box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.faq-wrap summary { padding: 18px 48px 18px 24px; font-family: var(--font-head); font-weight: 600; font-size: 1.08em; color: var(--navy); cursor: pointer; background: #fff; list-style: none; position: relative; }
.faq-wrap summary::-webkit-details-marker { display: none; }
.faq-wrap summary::after { content: '+'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-weight: 700; font-size: 1.4em; color: var(--red); }
.faq-wrap details[open] summary::after { content: '\2212'; }
.faq-wrap summary:hover { background: #fafafa; }
.faq-wrap details[open] summary { color: var(--red); border-bottom: 1px solid #eaeaea; }
.faq-wrap details p { padding: 18px 24px; margin: 0; color: #555; line-height: 1.7; }

/* ── AREAS ── */
.areas-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px 32px; max-width: 720px; margin: 0 auto; text-align: center; }
.areas-grid a { color: var(--navy); font-weight: 500; padding: 10px; border-radius: 4px; display: block; transition: all .2s; }
.areas-grid a:hover { color: var(--red); background: var(--light-blue); }

/* ── CTA ── */
.cta-wrap { text-align: center; }
.cta-wrap h2 { color: #fff; font-size: 2.2em; margin-bottom: 12px; }
.cta-wrap p { color: rgba(255,255,255,.82); font-size: 1.12em; margin-bottom: 32px; }

/* ── RESPONSIVE ── */
@media (max-width:1024px) { .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:768px) {
  .hero-content h1 { font-size: 2em; }
  .wd-hero { min-height: 70vh; }
  .svc-grid, .why-grid, .test-grid, .about-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .areas-grid { grid-template-columns: repeat(2,1fr); }
  .wd-sec { padding: 48px 16px; }
  .wd-inner { padding: 0 20px; }
  .sec-title { font-size: 1.7em; }
  .btn-red, .btn-outline { display: block; text-align: center; margin: 8px 0; }
}
