*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:        #c0392b;
  --red-dark:   #962d22;
  --white:      #ffffff;
  --gray-bg:    #f0efec;
  --dark:       #1c1c1c;
  --text:       #3a3a3a;
  --muted:      #6b6b6b;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background: #fff;
}

/* ─────────────────────────── HERO ─────────────────────────── */
.hero {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://theroofclinic.com/wp-content/uploads/2026/06/3-1.jpg') center/cover no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.hero:hover .hero-bg { transform: scale(1.0); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(140deg, rgba(10,10,10,.82) 0%, rgba(28,28,28,.52) 100%);
}
.hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 0 24px;
}
.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--red); margin-bottom: 10px;
}
.hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white !important;
  margin-bottom: -50px !important;
} 
.hero-title {
  font-family: 'Domine', Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 68px;
}
.hero-tagline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 35px;
  margin-top: 14px;
  max-width: 680px;
}
.hero-rule {
  width: 56px; height: 3px;
  background: var(--red); margin: 20px auto 0;
}
.hero::after {
  content: ''; position: absolute;
  bottom: -1px; left: 0;
  width: 100%; height: 80px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* ─────────────────────────── SHARED SECTION ─────────────────────────── */
.sec {
  position: relative;
  padding: 100px 0 120px;
}
.sec-white { background: var(--white); }
.sec-gray  { background: var(--gray-bg); }

.diag-to-gray::after {
  content: ''; position: absolute;
  bottom: -1px; left: 0;
  width: 100%; height: 70px;
  background: var(--gray-bg);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 2;
}
.diag-to-white::after {
  content: ''; position: absolute;
  bottom: -1px; left: 0;
  width: 100%; height: 70px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 2;
}
.diag-to-gray-alt::after {
  content: ''; position: absolute;
  bottom: -1px; left: 0;
  width: 100%; height: 70px;
  background: var(--gray-bg);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 2;
}

/* ─────────────────────────── CONTAINER ─────────────────────────── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

/* ─────────────────────────── TWO-COL ─────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.two-col.rev .col-text { order: 2; }
.two-col.rev .col-img  { order: 1; }

/* ─────────────────────────── TYPOGRAPHY ─────────────────────────── */
.eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: #004890 !important;
	margin-bottom : -50px !important;
}
.sec-title {
  font-family: 'Domine', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: rgb(191, 45, 26);
  line-height: 68px;
  margin-bottom: 20px;
}
.sec-body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: rgb(51, 51, 51);
  line-height: 27px;
  margin-bottom: 16px;
}
.bold-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px; font-weight: 700;
  color: var(--text); margin-bottom: 10px;
  margin-top: 4px;
}
.bullet-list { list-style: none; }
.bullet-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--muted); line-height: 1.6;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.bullet-list li:last-child { border-bottom: none; }
.bullet-list li::before {
  content: ''; flex-shrink: 0;
  width: 6px; height: 6px;
  background: var(--red); border-radius: 50%;
  margin-top: 8px;
}

/* ─────────────────────────── IMAGE COL ─────────────────────────── */
.col-img { position: relative; }
.col-img img {
  width: 100%; height: 425px;
  object-fit: cover; display: block; border-radius: 2px;
}
.img-badge {
  position: absolute;
  bottom: -16px; right: -16px;
  width: 110px; height: 110px;
  background: var(--red); z-index: -1; border-radius: 2px;
}
.img-badge-left {
  position: absolute;
  top: -16px; left: -16px;
  width: 110px; height: 110px;
  background: var(--red); z-index: -1; border-radius: 2px;
}

/* ─────────────────────────── CHALLENGE TABLE ─────────────────────────── */
.challenge-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.challenge-table thead tr {
  background: #004890 !important;
}
.challenge-table thead th {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 18px;
  text-align: left;
}
.challenge-table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.07);
  transition: background 0.18s;
}
.challenge-table tbody tr:last-child { border-bottom: none; }
.challenge-table tbody tr:hover { background: rgba(192,57,43,0.05); }
.challenge-table td {
  padding: 13px 18px;
  color: var(--muted);
  line-height: 1.55;
  vertical-align: top;
}
.challenge-table td:first-child {
  font-weight: 600;
  color: var(--text);
  width: 46%;
  border-right: 1px solid rgba(0,0,0,0.07);
}
.challenge-table tbody tr:nth-child(even) td { background: rgba(0,0,0,0.02); }

/* ─────────────────────────── PROCESS STEPS ─────────────────────────── */
.process-steps { margin-top: 10px; }
.process-step {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  align-items: flex-start;
}
.process-step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 38px; height: 38px;
  background: var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 800;
  color: #fff;
}
.step-content {}
.step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700;
  color: var(--text); margin-bottom: 6px;
  line-height: 1.3;
}
.step-desc {
  font-size: 14px; color: var(--muted); line-height: 1.65;
}

/* ─────────────────────────── SERVICES GRID ─────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 16px;
}
.service-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--muted); line-height: 1.6;
  padding: 11px 14px 11px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.service-item:nth-last-child(-n+2) { border-bottom: none; }
.service-item::before {
  content: ''; flex-shrink: 0;
  width: 6px; height: 6px;
  background: var(--red); border-radius: 50%;
  margin-top: 8px;
}

/* ─────────────────────────── WHY CHOOSE – CARDS ─────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.why-card {
  background: var(--white);
  border-radius: 3px;
  padding: 28px 24px;
  border-bottom: 3px solid transparent;
  border-top: 1px solid rgba(0,0,0,0.07);
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.why-card:hover {
  border-bottom-color: var(--red);
  box-shadow: 0 10px 32px rgba(0,0,0,0.09);
  transform: translateY(-4px);
}
.why-icon {
  width: 46px; height: 46px;
  background: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.why-icon svg {
  width: 22px; height: 22px;
  fill: none; stroke: #fff;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.why-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px; font-weight: 700;
  color: var(--text); margin-bottom: 8px; line-height: 1.35;
}
.why-card-desc {
  font-size: 13.5px; color: var(--muted); line-height: 1.65;
}
.why-stat {
  font-family: 'Domine', Helvetica, Arial, sans-serif;
  font-size: 28px; font-weight: 700;
  color: var(--red); line-height: 1;
  margin-bottom: 4px;
}

/* ─────────────────────────── CTA ─────────────────────────── */
.cta-sec {
  position: relative;
  padding: 110px 0 100px;
  background: var(--dark);
  overflow: hidden;
	margin-bottom: -50px;
}
.cta-bg {
  position: absolute; inset: 0;
  background: url('https://theroofclinic.com/wp-content/uploads/2026/06/7-1.jpg') center/cover no-repeat;
  opacity: 0.10;
}
.cta-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}
.cta-title {
  font-family: 'Domine', Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 68px;
  margin-bottom: 18px;
}
.cta-body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 35px;
  margin-bottom: 36px;
}
.cta-btn {
  display: inline-block;
  padding: 16px 44px;
  background: var(--red); color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  transition: background .2s, transform .2s;
}
.cta-btn:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ─────────────────────────── RESPONSIVE ─────────────────────────── */

/* ── 1024px ── */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .two-col { gap: 48px; }
  .col-img img { height: 375px; }
  .sec { padding: 80px 0 100px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── 860px – tablet portrait ── */
@media (max-width: 860px) {
  .two-col,
  .two-col.rev {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .two-col.rev .col-text { order: 1; }
  .two-col.rev .col-img  { order: 2; }
  .col-img img { height: 320px; }
  .img-badge       { bottom: -10px; right: -10px; width: 80px; height: 80px; }
  .img-badge-left  { top: -10px; left: -10px; width: 80px; height: 80px; }
  .sec { padding: 64px 0 80px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .service-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,0.06); }
  .service-item:last-child { border-bottom: none; }
  .hero { height: 460px; }
  .hero-title { font-size: 36px; line-height: 52px; }
  .hero-tagline { font-size: 18px; line-height: 30px; }
  .sec-title { font-size: 30px; line-height: 46px; }
  .cta-title { font-size: 36px; line-height: 52px; }
  .cta-body  { font-size: 18px; line-height: 30px; }
  .cta-sec { padding: 80px 0 70px; }
}

/* ── 640px – large phone ── */
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .hero { height: 400px; }
  .hero-title { font-size: 28px; line-height: 42px; }
  .hero-tagline { font-size: 16px; line-height: 26px; }
  .sec { padding: 52px 0 68px; }
  .sec-title { font-size: 26px; line-height: 40px; }
  .col-img img { height: 260px; }
  .img-badge, .img-badge-left { width: 60px; height: 60px; }
  .why-grid { grid-template-columns: 1fr; }
  .challenge-table { font-size: 13px; }
  .challenge-table td { padding: 11px 12px; }
  .diag-to-gray::after,
  .diag-to-white::after,
  .diag-to-gray-alt::after,
  .hero::after { height: 44px; }
  .cta-title { font-size: 28px; line-height: 42px; }
  .cta-body  { font-size: 16px; line-height: 27px; }
  .cta-sec { padding: 64px 0 56px; }
  .cta-btn { padding: 14px 32px; font-size: 11px; }
}

/* ── 420px – small phone ── */
@media (max-width: 420px) {
  .hero { height: 340px; }
  .hero-title { font-size: 24px; line-height: 36px; }
  .hero-tagline { font-size: 15px; line-height: 24px; margin-top: 10px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 2.5px; }
  .sec { padding: 44px 0 56px; }
  .sec-title { font-size: 24px; line-height: 36px; }
  .sec-body { font-size: 16px; line-height: 25px; }
  .col-img img { height: 220px; }
  .img-badge, .img-badge-left { display: none; }
  .cta-title { font-size: 24px; line-height: 36px; }
  .cta-body  { font-size: 15px; line-height: 25px; }
  .challenge-table thead th { font-size: 10px; padding: 10px; }
  .challenge-table td { padding: 10px; font-size: 13px; }
}