/* Roof Maxx of Deltona — The Villages, FL landing page */
:root {
  --navy: #12283d;
  --navy-2: #1a3550;
  --blue: #1e8fc0;
  --blue-dark: #16729b;
  --orange: #e5731f;
  --orange-dark: #c95f10;
  --cream: #f7f5f0;
  --text: #26313c;
  --muted: #5c6a77;
  --white: #ffffff;
  --max: 1140px;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(18, 40, 61, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-dark); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
section { padding: 72px 0; }
h1, h2, h3 { line-height: 1.2; color: var(--navy); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 14px; }
.kicker {
  display: inline-block; font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
  margin-bottom: 10px;
}
.lead { font-size: 1.1rem; color: var(--muted); max-width: 760px; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 8px;
  font-weight: 700; text-decoration: none; font-size: 1.05rem;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--orange-dark); }
.btn-outline { border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }

/* Top bar + nav */
.topbar {
  background: var(--navy); color: #cfdce8; font-size: 0.9rem;
  padding: 8px 0; text-align: center;
}
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
header.nav {
  position: sticky; top: 0; z-index: 50; background: var(--white);
  box-shadow: 0 2px 12px rgba(18, 40, 61, 0.1);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: var(--max); margin: 0 auto;
}
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 26px; align-items: center; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--navy); font-weight: 600; font-size: 0.98rem;
}
.nav-links a:hover { color: var(--blue); }
.nav-phone {
  background: var(--orange); color: #fff !important; padding: 10px 18px;
  border-radius: 8px;
}
.nav-phone:hover { background: var(--orange-dark); }
@media (max-width: 860px) { .nav-links li:not(.phone-li) { display: none; } }

/* Hero */
.hero {
  position: relative; color: var(--white);
  background: linear-gradient(rgba(13, 30, 46, 0.72), rgba(13, 30, 46, 0.72)),
    url("assets/hero-roof.jpg") center/cover no-repeat;
  padding: 110px 0 120px;
}
.hero h1 {
  color: var(--white); font-size: clamp(2rem, 5vw, 3.3rem); max-width: 820px;
  margin-bottom: 18px;
}
.hero h1 span { color: #ffb264; }
.hero p { font-size: 1.2rem; max-width: 680px; margin-bottom: 30px; color: #e7eef4; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badges {
  display: flex; gap: 28px; margin-top: 44px; align-items: center; flex-wrap: wrap;
}
.hero-badges img { height: 84px; width: auto; }

/* Trust logos */
.asseen { background: var(--cream); padding: 34px 0; }
.asseen p {
  text-align: center; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 0.8rem; font-weight: 700; color: var(--muted); margin-bottom: 18px;
}
.asseen-logos {
  display: flex; justify-content: center; align-items: center; gap: 38px;
  flex-wrap: wrap; filter: grayscale(1); opacity: 0.75;
}
.asseen-logos img { height: 34px; width: auto; }

/* Stats strip */
.stats { background: var(--navy); color: var(--white); padding: 48px 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px; text-align: center;
}
.stat b { display: block; font-size: 2.3rem; color: #ffb264; }
.stat span { color: #b9c9d8; font-size: 0.98rem; }

/* Two-column feature blocks */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* Steps */
.steps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px; margin-top: 40px;
}
.step {
  background: var(--cream); border-radius: var(--radius); padding: 30px;
  border-top: 5px solid var(--blue);
}
.step .num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--navy);
  color: #fff; font-weight: 800; display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }

/* Benefits checklist */
.benefits { background: var(--cream); }
.check-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px 32px; margin-top: 30px;
}
.check {
  background: #fff; border-radius: 10px; padding: 16px 20px; display: flex;
  gap: 14px; align-items: flex-start; box-shadow: 0 3px 12px rgba(18,40,61,0.06);
}
.check .tick {
  flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--blue);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; margin-top: 2px;
}
.check p b { color: var(--navy); }

/* Savings callout */
.savings {
  background: linear-gradient(135deg, var(--blue-dark), var(--navy));
  color: var(--white); text-align: center;
}
.savings h2 { color: #fff; }
.savings .big { font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; color: #ffb264; }
.savings p { max-width: 640px; margin: 10px auto 28px; color: #dbe7f0; font-size: 1.1rem; }

/* Service area */
.area-cols {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px; margin-top: 30px;
}
.area-col {
  background: var(--cream); border-radius: 10px; padding: 22px 24px;
}
.area-col h3 { font-size: 1.05rem; margin-bottom: 10px; color: var(--blue-dark); }
.area-col ul { list-style: none; }
.area-col li { padding: 4px 0; color: var(--muted); }

/* FAQ */
.faq details {
  background: #fff; border: 1px solid #e3e8ee; border-radius: 10px;
  margin-bottom: 12px; padding: 18px 22px;
}
.faq summary {
  font-weight: 700; color: var(--navy); cursor: pointer; font-size: 1.05rem;
}
.faq details p { margin-top: 12px; color: var(--muted); }

/* Contact */
.contact { background: var(--navy-2); color: var(--white); }
.contact h2, .contact h3 { color: #fff; }
.contact .lead { color: #b9c9d8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; margin-top: 36px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info p { margin-bottom: 16px; color: #dbe7f0; }
.contact-info a { color: #ffb264; font-weight: 700; text-decoration: none; }
.big-phone { font-size: 1.8rem; display: inline-block; margin: 6px 0 18px; }
form.quote {
  background: #fff; border-radius: var(--radius); padding: 30px; color: var(--text);
  box-shadow: var(--shadow);
}
form.quote h3 { color: var(--navy); margin-bottom: 18px; }
.quote label { font-weight: 600; font-size: 0.92rem; display: block; margin: 14px 0 6px; }
.quote input, .quote select, .quote textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #cfd8e0; border-radius: 8px;
  font-size: 1rem; font-family: inherit;
}
.quote textarea { resize: vertical; min-height: 90px; }
.quote button {
  margin-top: 20px; width: 100%; border: none; cursor: pointer;
  background: var(--orange); color: #fff; font-size: 1.1rem; font-weight: 700;
  padding: 15px; border-radius: 8px;
}
.quote button:hover { background: var(--orange-dark); }
.quote .fine { font-size: 0.8rem; color: var(--muted); margin-top: 12px; }

/* Footer */
footer { background: var(--navy); color: #b9c9d8; padding: 44px 0 30px; font-size: 0.92rem; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; align-items: start;
  margin-bottom: 28px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; } }
footer img.flogo { height: 52px; width: auto; margin-bottom: 14px; }
footer img.fbadge { height: 90px; width: auto; }
footer a { color: #dbe7f0; text-decoration: none; }
footer a:hover { color: #ffb264; }
footer ul { list-style: none; }
footer li { padding: 3px 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px;
  text-align: center; color: #8fa3b5; font-size: 0.82rem;
}

/* Sticky mobile call button */
.mobile-call {
  display: none; position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60;
  background: var(--orange); color: #fff; text-align: center; padding: 16px;
  border-radius: 12px; font-weight: 800; font-size: 1.1rem; text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
@media (max-width: 700px) { .mobile-call { display: block; } body { padding-bottom: 76px; } }
