/* ======================================================
   MAIN STYLESHEET
   Page-specific styles only
====================================================== */
.contact-page {
  display: grid;
  grid-template-areas:
    "header header"
    "info form"
    "quadrants quadrants"
    "map map";
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  padding: 100px 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-header { grid-area: header; }
.contact-info   { grid-area: info; }
.contact-form   { grid-area: form; }
.service-quadrants { grid-area: quadrants; }
#map-section    { grid-area: map; }
.contact-header {
  margin-bottom: 60px;
}
.contact-header h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 1.1rem;
  color: #cccccc;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-header h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e9d609;
  margin: 14px auto 0;
  border-radius: 3px;
}

.contact-info,
.contact-form {
  background-color: var(--bg-surface-alt);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.4);
  text-align: left;
}

.contact-info h2,
.contact-form h2 {
  color: #e9d609;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: left;
}
.contact-info p,
.contact-info li {
  color: #dddddd;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.contact-info li {
  margin-bottom: 6px;
}
.contact-form form {
  display: grid;
  gap: 20px;
}
.contact-form label {
  font-weight: 600;
  font-size: 0.95rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #444;
  border-radius: 6px;
  font-size: 1rem;
  background-color: var(--bg-page);
  color: white;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #e9d609;
  box-shadow: 0 0 0 2px rgba(233, 214, 9, 0.25);
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
}

.service-quadrants {
  grid-column: 1 / -1;
  padding: 80px 40px;
  background: var(--bg-surface);
  color: #fff;
}

.quadrant-header {
  text-align: center;
  margin-bottom: 30px;
}

.quadrant-header h2 {
  color: #e9d609;
  font-size: 2rem;
  margin-bottom: 10px;
}

.quadrant-header p {
  color: #ccc;
}

.quadrant-map {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #1d1d1d;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.map-image {
  display: block;
  width: 100%;
  height: auto;
}

.quadrant-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.quadrant {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.06);
}

.quadrant-label {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
}

.quadrant-days {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.quadrant-desc {
  font-size: 0.95rem;
  color: #ddd;
}

.q1 { background-color: rgba(220, 38, 38, 0.18); }
.q2 { background-color: rgba(234, 179, 8, 0.18); }
.q3 { background-color: rgba(37, 99, 235, 0.18); }
.q4 { background-color: rgba(34, 197, 94, 0.18); }

.q1:hover { background-color: rgba(220, 38, 38, 0.4); }
.q2:hover { background-color: rgba(234, 179, 8, 0.4); }
.q3:hover { background-color: rgba(37, 99, 235, 0.4); }
.q4:hover { background-color: rgba(34, 197, 94, 0.4); }


#map-section {
  margin-top: 60px;
}
#map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
  filter: grayscale(100%) brightness(90%);
}

.review-hero {
  padding: 80px 0 50px;
  max-width: 900px;
  margin: 0 auto;
}

.review-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
}

.review-hero h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e9d609;
  margin: 14px auto 0;
  border-radius: 3px;
}

.review-hero p {
  font-size: 1.1rem;
  color: #cccccc;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 25px;
  padding: 80px 60px;
  background-color: var(--bg-page);
}

.service-box {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.service-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: background 0.3s ease;
}

.service-box:hover .overlay {
  background: rgba(0, 0, 0, 0.35);
}

.service-box h2 {
  color: #e9d609;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.service-box.wide {
  grid-column: 1 / span 3;
  grid-row: auto;
  background-position: center 40%;
}

.our-story {
  padding: 0;
}

.story-hero {
  min-height: 520px;
  padding: 140px 60px;
  background: linear-gradient(180deg, rgba(10,10,10,0.2) 0%, rgba(10,10,10,0.9) 100%),
    url("/assets/images/roger.jpg") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.story-hero-text {
  max-width: 900px;
}

.story-hero-text h1 {
  color: #e9d609;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 18px;
}

.story-subheader {
  color: #ddd;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

.trust-section {
  background-color: var(--bg-surface);
  text-align: center;
  padding: 100px 40px;
  color: white;
}

.trust-section h2 {
  font-size: 2rem;
  color: #e9d609;
  margin-bottom: 20px;
}

.trust-intro {
  color: #ccc;
  max-width: 980px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.trust-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.trust-item {
  text-align: center;
  flex: 1 1 200px;
}

.trust-item .icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}

.trust-item h3 {
  font-size: 1.1rem;
  color: #fff;
}

/* ===== Meet Roger ===== */
.meet-roger {
  background-color: var(--bg-page);
  text-align: center;
  padding: 100px 40px;
  color: white;
}

.roger-photo {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.roger-text h2 {
  color: #e9d609;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.roger-text p {
  color: #ccc;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 16px;
  line-height: 1.6;
}

.roger-quote {
  font-style: italic;
  color: #fff;
  margin-top: 10px;
}

.what-we-do {
  background-color: var(--bg-page);
  color: white;
  text-align: center;
  padding: 100px 40px;
}

.what-we-do h2 {
  font-size: 2rem;
  color: #e9d609;
  margin-bottom: 20px;
}

.what-we-do .intro-text {
  max-width: 700px;
  margin: 0 auto 60px;
  color: #ccc;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-item {
  background-color: var(--bg-surface-alt);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.service-item .icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 12px;
}

.service-item p {
  color: #ddd;
  font-weight: 500;
}

.rg-standard {
  background: var(--bg-surface);
  color: #fff;
  padding: 110px 60px;
  text-align: left;
}

.standard-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 50px;
  align-items: center;
}

.standard-copy h2 {
  color: #e9d609;
  font-size: 2.2rem;
  margin: 14px 0 12px;
}

.standard-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e9d609;
  background: rgba(233, 214, 9, 0.12);
  border: 1px solid rgba(233, 214, 9, 0.35);
}

.standard-lede {
  color: #ccc;
  font-size: 1.05rem;
  margin-bottom: 26px;
}

.standard-cards {
  display: grid;
  gap: 16px;
}

.standard-card {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  background: var(--bg-surface-alt);
  border: 1px solid #1f1f1f;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.standard-card h3 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.standard-card p {
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(233, 214, 9, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex: 0 0 42px;
}

.standard-points {
  display: grid;
  gap: 18px;
}

.point-card {
  display: flex;
  gap: 18px;
  padding: 18px 20px;
  background: var(--bg-surface-alt);
  border: 1px solid #1f1f1f;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  align-items: center;
}

.point-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(233, 214, 9, 0.12);
  border: 1px solid rgba(233, 214, 9, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex: 0 0 52px;
}

.point-label {
  color: #e9d609;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 6px;
}

.point-text {
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

.standard-media {
  position: relative;
}

.standard-media img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.standard-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: rgba(28, 28, 28, 0.92);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  max-width: 70%;
}

.standard-caption span {
  display: block;
  color: #e9d609;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin-top: 4px;
  text-transform: uppercase;
}

.past-projects {
  background-color: var(--bg-page);
  color: white;
  text-align: center;
  padding: 100px 40px;
}

.past-projects h2 {
  color: #e9d609;
  font-size: 2rem;
  margin-bottom: 15px;
}

.past-projects .intro-text {
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 50px;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.project-box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-box:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.contractor-trust {
  background-color: var(--bg-surface);
  color: white;
  text-align: center;
  padding: 100px 40px;
}

.contractor-trust h2 {
  color: #e9d609;
  font-size: 2rem;
  margin-bottom: 20px;
}

.contractor-trust p {
  color: #ccc;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.contractor-trust ul {
  list-style: none;
  padding: 0;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.8;
}

.checklist {
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
}

.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
}

.checklist li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  color: #e9d609; 
  font-size: 1.1rem;
  line-height: 1.6;
}

.thank-you-section {
  background: var(--bg-page);
  padding: 120px 20px;
  text-align: center;
  color: white;
}

.thank-you-content h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: #e9d609;
}

.thank-you-content p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-content .btn-primary {
  background-color: #e9d609;
  color: black;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}

.thank-you-content .btn-primary:hover {
  background-color: #d6c408;
  transform: translateY(-2px);
}

    .emergency-hero {
      background: linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.95));
      padding: 80px 20px 40px;
      text-align: center;
    }

    .emergency-hero .badge {
      display: inline-block;
      background: #e01e1e;
      color: #fff;
      font-weight: 700;
      padding: 6px 12px;
      border-radius: 50px;
      font-size: 0.9rem;
      margin-bottom: 16px;
      letter-spacing: 0.3px;
    }

    .emergency-hero h1 {
      font-size: 2.3rem;
      margin-bottom: 10px;
    }

    .emergency-hero p {
      max-width: 700px;
      margin: 0 auto 20px;
    }

    .call-buttons {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .trust-flags {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .trust-flags span {
      background: var(--bg-surface);
      border: 1px solid rgba(255,255,255,0.1);
      color: #ddd;
      padding: 8px 14px;
      border-radius: 8px;
      font-size: 0.95rem;
    }

    .emergency-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
      padding: 50px 20px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .card {
      background: var(--bg-surface-alt);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 22px;
    }

    .card h3 {
      color: #e9d609;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .card ul li {
      margin: 8px 0;
      display: flex;
      align-items: flex-start;
      gap: 8px;
      color: #ddd;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
      padding: 20px;
      max-width: 1100px;
      margin: 0 auto 50px;
    }

    .step {
      background: var(--bg-surface);
      border: 1px dashed rgba(255,255,255,0.15);
      border-radius: 12px;
      padding: 24px;
    }

    .step .n {
      background: #e9d609;
      color: #000;
      font-weight: 800;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .guarantee {
      background: var(--bg-surface);
      text-align: center;
      padding: 50px 20px;
    }

    .guarantee h2 {
      color: #e9d609;
      font-size: 1.6rem;
      margin-bottom: 10px;
    }

    .guarantee p {
      max-width: 750px;
      margin: 0 auto 20px;
    }
