  .gwh-service-page * {
    box-sizing: border-box;
  }
  .gwh-service-page a {
    color: #d71920;
    font-weight: 700;
  }
  .gwh-eyebrow {
    color: #d71920;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .gwh-h1 {
    color: #005a96;
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 15px;
  }
  .gwh-h2 {
    color: #005a96;
    font-size: 30px;
    font-weight: 750;
    margin: 28px 0 12px;
    line-height: 1.25;
  }
  .service-answer-box,
  .trust-snapshot {
    background: #f3f8fc;
    border: 1px solid #d8e8f4;
    border-left: 6px solid #005a96;
    border-radius: 14px;
    padding: 22px;
    margin: 26px 0;
  }
  .trust-snapshot ul {
    padding-left: 20px;
    margin: 10px 0 0;
  }
  .trust-snapshot li {
    margin-bottom: 8px;
  }
  .cta-box {
    background: #005a96;
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    margin: 30px 0;
  }
  .cta-box h3,
  .cta-box p {
    color: #fff;
  }
  .cta-box a,
  .footer-cta a {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 13px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
  }
  .repair-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
  }
  .repair-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  }
  .repair-card h3 {
    color: #005a96;
    margin-top: 0;
    font-size: 22px;
    font-weight: 650;
  }
  .gwh-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 26px 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
  }
  .gwh-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
  }
  .gwh-price-table caption {
    text-align: left;
    padding: 16px;
    font-size: 18px;
    font-weight: 800;
    color: #005a96;
    background: #f8fafc;
  }
  .gwh-price-table th {
    background: #005a96;
    color: #ffffff;
    padding: 15px;
    border: 1px solid #dbe3ea;
    text-align: left;
    font-size: 15px;
  }
  .gwh-price-table td {
    padding: 15px;
    border: 1px solid #e5e7eb;
    vertical-align: top;
    font-size: 15px;
    color: #334155;
  }
  .gwh-price-table tbody tr:nth-child(even) {
    background: #f7f9fb;
  }
  .gwh-price-table .price {
    color: #d71920;
    font-weight: 800;
    white-space: nowrap;
  }
  .faq-section h5 {
    color: #d71920;
    margin: 18px 0 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
  .footer-cta {
    margin-top: 35px;
    padding: 28px;
    background: #005a96;
    color: #fff;
    border-radius: 16px;
    text-align: center;
  }
  .footer-cta h2,
  .footer-cta p {
    color: #fff;
  }
  @media only screen and (max-width: 768px) {
    .gwh-h1 {
      font-size: 34px;
    }
    .gwh-h2 {
      font-size: 26px;
    }
    .repair-grid {
      grid-template-columns: 1fr;
    }
    .gwh-price-table {
      min-width: 680px;
    }
    .gwh-price-table th,
    .gwh-price-table td {
      padding: 12px;
      font-size: 14px;
    }
  }