/* ============================================================
   MANATEE PAVER PROS — Static Site Styles
   Brand: warm terracotta + slate. Mobile-first responsive.
   ============================================================ */

/* --- Base reset --- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  color: #334155;
  line-height: 1.6;
}

/* --- Site Header / Nav --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.site-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-logo {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e293b;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-logo span { color: #c2410c; }
.site-logo-mark { display: block; flex-shrink: 0; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.site-nav a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  font-size: .98rem;
  transition: color .15s;
}
.site-nav a:hover, .site-nav a.active { color: #c2410c; }
.site-nav .header-call {
  background: #c2410c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
}
.site-nav .header-call:hover { background: #9a3412; color: #fff; }
@media (max-width: 820px) {
  .site-header-inner { flex-direction: column; align-items: center; gap: 10px; }
  .site-nav { justify-content: center; gap: 12px 18px; }
}

/* --- Page wrapper --- */
.mpp-page {
  --mpp-primary: #1e293b;
  --mpp-primary-dark: #0f172a;
  --mpp-accent: #c2410c;
  --mpp-accent-hover: #9a3412;
  --mpp-accent-light: #fef3e8;
  --mpp-cream: #fef7ed;
  --mpp-bg-light: #f8fafc;
  --mpp-text: #334155;
  --mpp-text-light: #64748b;
  --mpp-border: #e2e8f0;
  --mpp-success: #15803d;
  color: var(--mpp-text);
  line-height: 1.6;
  max-width: 100%;
}
.mpp-page * { box-sizing: border-box; }
.mpp-page h1, .mpp-page h2, .mpp-page h3, .mpp-page h4 {
  color: var(--mpp-primary);
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 700;
}
.mpp-page h1 { font-size: clamp(2rem, 5vw, 3rem); }
.mpp-page h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); margin-top: 1.5em; }
.mpp-page h3 { font-size: clamp(1.15rem, 2.5vw, 1.4rem); }
.mpp-page p  { margin: 0 0 1em 0; font-size: 1.05rem; }
.mpp-page ul { padding-left: 1.2em; }
.mpp-page li { margin-bottom: .4em; }
.mpp-page a  { color: var(--mpp-accent); text-decoration: none; }
.mpp-page a:hover { text-decoration: underline; }

/* --- Reusable Section Wrapper --- */
.mpp-section { padding: 60px 24px; max-width: 1180px; margin: 0 auto; }
.mpp-section--alt { background: var(--mpp-cream); max-width: 100%; }
.mpp-section--alt > .mpp-section-inner { max-width: 1180px; margin: 0 auto; padding: 60px 24px; }
.mpp-section--dark { background: var(--mpp-primary); color: #e2e8f0; max-width: 100%; }
.mpp-section--dark > .mpp-section-inner { max-width: 1180px; margin: 0 auto; padding: 60px 24px; }
.mpp-section--dark h2, .mpp-section--dark h3 { color: #fff; }

/* --- Buttons --- */
.mpp-btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all .2s;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}
.mpp-btn--primary { background: var(--mpp-accent); color: #fff !important; }
.mpp-btn--primary:hover {
  background: var(--mpp-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(194, 65, 12, .25);
}
.mpp-btn--secondary {
  background: transparent;
  color: var(--mpp-primary) !important;
  border-color: var(--mpp-primary);
}
.mpp-btn--secondary:hover { background: var(--mpp-primary); color: #fff !important; }
.mpp-btn--white { background: #fff; color: var(--mpp-primary) !important; }
.mpp-btn--white:hover { background: var(--mpp-cream); }

/* --- Hero --- */
.mpp-hero {
  background: linear-gradient(135deg, var(--mpp-primary) 0%, var(--mpp-primary-dark) 100%);
  color: #fff;
  padding: 80px 24px;
  text-align: center;
}
.mpp-hero h1 { color: #fff; max-width: 900px; margin: 0 auto .4em; }
.mpp-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 700px;
  margin: 0 auto 2em;
  color: #cbd5e1;
}
.mpp-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Trust strip --- */
.mpp-trust {
  background: #fff;
  padding: 24px 16px;
  border-bottom: 1px solid var(--mpp-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
  font-size: .95rem;
  color: var(--mpp-text-light);
  font-weight: 600;
}
.mpp-trust span { display: inline-flex; align-items: center; gap: 8px; }
.mpp-trust span::before { content: "✓"; color: var(--mpp-success); font-weight: 900; font-size: 1.1em; }

/* --- Cards --- */
.mpp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.mpp-card {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid var(--mpp-border);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: transform .2s, box-shadow .2s;
}
.mpp-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.mpp-card-icon {
  width: 48px; height: 48px;
  background: var(--mpp-accent-light);
  color: var(--mpp-accent);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.mpp-card h3 { margin-bottom: 8px; }
.mpp-card p  { color: var(--mpp-text); font-size: .98rem; margin-bottom: 0; }

/* --- Process steps --- */
.mpp-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-top: 40px;
  counter-reset: mpp-step;
}
.mpp-step { position: relative; padding-top: 60px; }
.mpp-step::before {
  counter-increment: mpp-step;
  content: counter(mpp-step);
  position: absolute; top: 0; left: 0;
  width: 48px; height: 48px;
  background: var(--mpp-accent);
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.mpp-step h3 { margin-bottom: 4px; font-size: 1.15rem; }
.mpp-step p  { font-size: .95rem; color: var(--mpp-text-light); }

/* --- Feature list --- */
.mpp-features { list-style: none; padding: 0; }
.mpp-features li { padding-left: 32px; position: relative; margin-bottom: 14px; }
.mpp-features li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px;
  background: var(--mpp-accent);
  color: #fff;
  border-radius: 50%;
  font-size: .8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.mpp-features li strong { color: var(--mpp-primary); }

/* --- FAQ accordion --- */
.mpp-faq details {
  background: #fff;
  border: 1px solid var(--mpp-border);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.mpp-faq summary {
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  color: var(--mpp-primary);
  font-size: 1.05rem;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.mpp-faq summary::-webkit-details-marker { display: none; }
.mpp-faq summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--mpp-accent);
  font-weight: 300;
  line-height: 1;
  transition: transform .2s;
}
.mpp-faq details[open] summary::after { transform: rotate(45deg); }
.mpp-faq details > div { padding: 0 24px 22px; color: var(--mpp-text); }
.mpp-faq details > div p:last-child { margin-bottom: 0; }

/* --- Final CTA --- */
.mpp-final-cta {
  text-align: center;
  background: linear-gradient(135deg, var(--mpp-accent) 0%, var(--mpp-accent-hover) 100%);
  color: #fff;
  padding: 70px 24px;
}
.mpp-final-cta h2 { color: #fff; }
.mpp-final-cta p { font-size: 1.15rem; max-width: 600px; margin: 0 auto 2em; color: #fef3e8; }
.mpp-final-cta-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Two-column (Contact) --- */
.mpp-two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; margin-top: 32px; }
@media (max-width: 768px) { .mpp-two-col { grid-template-columns: 1fr; gap: 32px; } }
.mpp-contact-info { background: var(--mpp-cream); padding: 32px; border-radius: 12px; }
.mpp-contact-info h3 { margin-top: 0; }
.mpp-contact-info dl { margin: 0; }
.mpp-contact-info dt {
  font-weight: 700;
  color: var(--mpp-primary);
  margin-top: 16px;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.mpp-contact-info dd { margin: 4px 0 0 0; font-size: 1.05rem; }

/* --- Service area grid --- */
.mpp-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.mpp-area-card {
  background: #fff;
  border: 1px solid var(--mpp-border);
  padding: 20px;
  border-radius: 10px;
}
.mpp-area-card h3 { font-size: 1.1rem; margin-bottom: 6px; color: var(--mpp-primary); }
.mpp-area-card p { font-size: .95rem; color: var(--mpp-text-light); margin-bottom: 0; }

/* --- Map embed --- */
.mpp-map { margin-top: 28px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.mpp-map iframe { width: 100%; height: 380px; border: 0; display: block; }

/* --- Floating phone button --- */
.mpp-floating-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #c2410c;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(194, 65, 12, .4);
  z-index: 9999;
  display: flex; align-items: center; gap: 8px;
}
.mpp-floating-call:hover { background: #9a3412; }
.mpp-floating-call::before { content: "📞"; font-size: 1.2em; }
@media (max-width: 600px) {
  .mpp-floating-call span { display: none; }
  .mpp-floating-call { padding: 14px; }
  .mpp-floating-call::before { font-size: 1.4em; margin: 0; }
}

/* --- Site Footer --- */
.site-footer { background: #0f172a; color: #cbd5e1; padding: 48px 24px 24px; }
.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}
.site-footer h4 { color: #fff; margin: 0 0 12px; font-size: 1rem; }
.site-footer p { margin: 0 0 8px; font-size: .95rem; }
.site-footer a { color: #fdba74; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; font-size: .95rem; }
.site-footer-bottom {
  max-width: 1180px;
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid #1e293b;
  font-size: .85rem;
  color: #64748b;
  text-align: center;
}

/* --- Mobile tweaks --- */
@media (max-width: 768px) {
  .mpp-section, .mpp-section--alt > .mpp-section-inner, .mpp-section--dark > .mpp-section-inner {
    padding: 48px 20px;
  }
  .mpp-hero { padding: 64px 20px; }
  .mpp-hero-ctas .mpp-btn { width: 100%; }
}
