<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #faf7f2;
  color: #1a1a1a;
  line-height: 1.7;
  font-size: 16px;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

/* HEADER */
.page-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #6b1912 100%);
  color: #faf7f2;
  padding: 80px 32px 60px;
  text-align: center;
}
.breadcrumbs {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.breadcrumbs a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumbs a:hover { color: #e67e22; }
.page-hero h1 {
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}
.page-hero .accent { color: #e67e22; font-style: italic; }
.page-hero p {
  font-size: 19px;
  max-width: 700px;
  margin: 0 auto 32px;
  opacity: 0.9;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
}
.hero-badges span {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 8px 18px;
  border-radius: 100px;
}
.hero-cta {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  background: #c0392b;
  color: #faf7f2;
  padding: 18px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.btn-secondary {
  background: transparent;
  color: #faf7f2;
  padding: 18px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid rgba(255,255,255,0.3);
  display: inline-block;
}

/* CONTENT */
.content-section {
  padding: 80px 0;
}
.content-section h2 {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  margin: 50px 0 20px;
  color: #1a1a1a;
  border-bottom: 3px solid #c0392b;
  padding-bottom: 12px;
  display: inline-block;
}
.content-section h3 {
  font-family: Georgia, serif;
  font-size: 26px;
  margin: 32px 0 16px;
  color: #1a1a1a;
}
.content-section p {
  margin-bottom: 16px;
  color: #444;
}
.content-section ul, .content-section ol {
  margin: 16px 0 24px 32px;
  color: #444;
}
.content-section li { margin-bottom: 8px; }
.content-section strong { color: #1a1a1a; font-weight: 700; }
.content-section a { color: #c0392b; text-decoration: underline; }

/* INFO BOX */
.info-box {
  background: #fff;
  border-left: 4px solid #c0392b;
  padding: 24px 32px;
  margin: 32px 0;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.warning-box {
  background: #fff3e0;
  border-left: 4px solid #e67e22;
  padding: 24px 32px;
  margin: 32px 0;
  border-radius: 4px;
}

/* INLINE CTA */
.inline-cta {
  background: linear-gradient(135deg, #c0392b 0%, #922319 100%);
  color: #faf7f2;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 48px 0;
}
.inline-cta h3 {
  color: #faf7f2;
  font-family: Georgia, serif;
  font-size: 32px;
  margin-bottom: 12px;
}
.inline-cta p { font-size: 17px; margin-bottom: 24px; opacity: 0.95; color: #faf7f2; }
.inline-cta .phone {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 900;
  color: #faf7f2;
  text-decoration: none;
  display: block;
}

/* FAQ */
.faq-item {
  background: #fff;
  border: 1px solid #e5ddd2;
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 16px;
}
.faq-item h4 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #c0392b;
  margin-bottom: 12px;
}
.faq-item p { margin: 0; color: #444; }

/* PROCESS STEPS */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.step {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
  border: 1px solid #e5ddd2;
  text-align: center;
}
.step-num {
  width: 48px;
  height: 48px;
  background: #c0392b;
  color: #faf7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-weight: 900;
  font-size: 22px;
  margin: 0 auto 16px;
}
.step h4 {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.step p { font-size: 14px; margin: 0; color: #666; }

/* SERVICE AREAS */
.service-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 24px 0;
}
.area-pill {
  background: #fff;
  border: 1px solid #e5ddd2;
  padding: 10px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
}

/* TESTIMONIAL */
.testimonial {
  background: #fff;
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #e5ddd2;
  margin: 24px 0;
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: #c0392b;
  line-height: 1;
}
.stars { color: #e67e22; letter-spacing: 3px; margin-bottom: 12px; font-size: 18px; }
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  background: #c0392b;
  color: #faf7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: Georgia, serif;
}

/* GALLERY LINK CARD */
.gallery-link-card {
  background: #fff;
  border: 1px solid #e5ddd2;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.gallery-link-card h3 {
  margin-top: 0;
}
.gallery-link-card .btn-gallery {
  display: inline-block;
  background: #c0392b;
  color: #faf7f2;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 8px;
}
.gallery-link-card .btn-gallery:hover { background: #922319; }

@media (max-width: 768px) {
  .page-hero h1 { font-size: 36px; }
  .content-section h2 { font-size: 28px; }
}
/* ============ FOOTER ============ */
.site-footer {
  background: #1a1a1a;
  color: rgba(250,247,242,0.7);
  padding: 60px 32px 0;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-col h4 {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #faf7f2;
  margin-bottom: 16px;
  font-weight: 700;
}
.footer-col a {
  display: block;
  color: rgba(250,247,242,0.7);
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: #e67e22; }
.footer-logo {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  color: #c0392b;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-logo small {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  color: rgba(250,247,242,0.6);
  font-weight: 400;
}
.footer-address, .footer-phone, .footer-hours {
  font-size: 13px;
  color: rgba(250,247,242,0.7);
  line-height: 1.6;
  margin-bottom: 8px;
}
.footer-phone a {
  color: #e67e22;
  font-size: 22px;
  font-weight: 900;
  font-family: Georgia, serif;
  text-decoration: none;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}
.footer-social a:hover {
  background: #c0392b;
  border-color: #c0392b;
  color: #faf7f2;
}
.footer-contact-item {
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.5;
  color: rgba(250,247,242,0.7);
}
.footer-contact-item strong {
  color: #faf7f2;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-contact-item a {
  color: #e67e22 !important;
  display: inline !important;
  padding: 0 !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(250,247,242,0.5);
  letter-spacing: 0.5px;
}
.footer-bottom a {
  color: rgba(250,247,242,0.6);
  text-decoration: none;
  margin: 0 4px;
}
.footer-bottom a:hover { color: #e67e22; }

/* ============ FLOATING CALL BUTTON ============ */
.floating-call {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #c0392b;
  color: #faf7f2;
  padding: 14px 22px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(192,57,43,0.5);
  z-index: 999;
  transition: all 0.3s;
  animation: pulse-shadow 2s infinite;
}
.floating-call:hover {
  background: #922319;
  transform: translateY(-3px) scale(1.05);
}
@keyframes pulse-shadow {
  0%, 100% { box-shadow: 0 8px 32px rgba(192,57,43,0.5); }
  50% { box-shadow: 0 8px 40px rgba(192,57,43,0.8); }
}

@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr; }
  .floating-call {
    bottom: 16px;
    right: 16px;
    left: 16px;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 12px;
  }
}
</style>