
      .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 2rem;
      }

      p {
        line-height: 1.6;
      }

      /* ===== HEADER ===== */
      .top-header {
        background: #f47c20;
      }

      .logo {
        width: 150px;
      }

      .site-title {
        font-size: 2.8rem;
        font-weight: 900;
        font-family: "Orbitron", sans-serif;
        color: #fff;
        -webkit-text-stroke: 2px rgb(196, 181, 13);
        text-stroke: 2px black rgb(196, 181, 13);
        text-align: center;
      }

      .header-phone {
        font-weight: 800;
        font-size: 20px;
        color: #000;
      }

      .nav-bar {
        background: #f47c20;
      }

      .nav a {
        color: #000;
        font-weight: 900;
        font-size: 18px;
      }

      .nav a:hover {
        color: #1c7c1c;
        font-weight: 900;
      }

      .cta-nav {
        color: #1c7c1c;
      }

.subhead {
	 font-size: 22px;
}


      /* ===== SECTIONS ===== */
      .grass-section {
        position: relative;
        background: url("graphics/kbw-bg.webp") center / cover no-repeat;
        color: #000000;
        overflow: hidden;
        font-size: 16px;
        font-weight: 800;
      }
      .grass-section > .container {
        position: relative;
        z-index: 2;
      }

      .grass-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(28, 124, 28, 0.65); /* rich golf green */
        z-index: 1;
      }

      .orange-section {
        background: linear-gradient(
          to bottom,
          #d95f0f 0%,
          #ef741f 55%,
          #f9852b 100%
        );
      }

      .green-text {
        color: #1c7c1c;
      }

      /* ===== TABLE ===== */
      .comparison-table {
        /* background: #fff; */
        max-width: 960px;
        text-align: center;
      }

      .header-row {
        background: #f47c20;
        font-weight: 800;
      }

      .left {
        text-align: left;
        font-weight: 400;
        font-size: 20px;
        padding: 22px;
      }

      .center {
        text-align: center;
        padding: 22px;
        font-weight: 400;
        font-size: 20px;
      }

      .green-light {
        background: #b5f595;
      }
      .green {
        background: #8ddf64;
      }

      .orange {
        background: #f47c20;
      }

      .table-logo {
        width: 65px;
      }

      .table-row img {
        width: 50px;
      }

      .plus {
        transform: rotate(45deg);
      }

      .add-on {
        font-weight: 700;
      }

      /* ===== MOBILE CARDS ===== */
      .service-card {
        background: #fff;
        border-radius: 12px;
        padding: 1.25rem;
        margin-bottom: 1rem;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
      }

      .service-card h5 {
        font-weight: 800;
      }

      .service-card.highlight {
        border-left: 6px solid #73d339;
      }

      .service-card.add-on {
        border-left: 6px solid #f47c20;
      }

      /* ===== CTAs ===== */
      .cta-primary {
        background: #73d339;
        color: #000;
        font-weight: 800;
        padding: 14px 32px;
        border-radius: 50px;
        transition: all 0.25s ease;
      }
      .section-title-1 {
        font-size: 3.5rem;
        font-weight: 900;
        font-family: "Orbitron", sans-serif;
        color: #fff;
        -webkit-text-stroke: 2px #1c7c1c;
        text-stroke: 2px #1c7c1c;
      }
      .cta-primary:hover {
        background: #5bbf2c;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
      }

      .cta-secondary {
        background: transparent;
        background-color: #f47c20;
        font-weight: 800;
        padding: 8px 28px;
        border-radius: 50px;
        transition: all 0.25s ease;
      }

      /* ===== INFO BLOCKS ===== */
      .info-block {
        margin-bottom: 2rem;
      }

      /* ===== HOW IT WORKS ===== */
      .work-item {
        margin-bottom: 2.5rem;
      }

      .work-icon {
        width: 120px;
        max-width: 100%;
      }

      .work-item h4 {
        font-weight: 800;
        margin-bottom: 0.5rem;
      }

      .work-item p {
        max-width: 700px;
      }
      /* ===== TABLE HEADER LOGO OVERFLOW ===== */
      .header-row {
        position: relative;
        overflow: visible;
      }

      .table-logo-wrap {
        position: relative;
        height: 0;
      }

      .table-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -40%);
        width: 80px; /* BIGGER than the cell */
        z-index: 5;
        pointer-events: none; /* optional */
      }
      /* ===== FEATURE CELL (ICON + TEXT) ===== */
      .feature-cell {
        display: flex;
        align-items: center;
      }

      .feature-icon {
        width: 80px;
        height: auto;
        flex-shrink: 0;
      }

      .feature-text strong {
        display: block;
        font-weight: 800;
        font-size: 1.1rem;
        line-height: 1.2;
      }

      .feature-text span {
        display: block;
        font-size: 0.8rem;
        line-height: 1.3;
      }

      /* ===== FOOTER ===== */
      .footer {
        font-weight: 600;
        color: black;
        height: 70px;
      }

      .footer-text p {
        margin-bottom: 0.25rem;
        font-size: 20px;
      }

      .footer-logo {
        width: 220px;
        max-width: 100%;
      }

      .black {
        color: black;
        text-decoration: underline;
      }


      /* =====================================
   RESPONSIVE COMPARISON TABLE
===================================== */

@media (max-width: 767px) {

   .section-title, .section-title-1{
        font-size: 2rem;
    }
  /* Hide header */
  /* .comparison-table .header-row {
    display: none;
  } */

  /* Each row becomes a card */
  /* .comparison-table .table-row {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  } */

  /* Stack columns */
  /* .comparison-table .table-row > div {
    width: 100%;
    max-width: 100%;
  } */

  /* Feature title */
  /* .comparison-table .table-row .left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1rem;
    font-weight: 800;
  } */

  /* Value rows */
  /* .comparison-table .table-row .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
  } */

  /* Labels */
  /* .comparison-table .table-row .center::before {
    font-weight: 700;
    font-size: 0.9rem;
  }

  .comparison-table .table-row .center.green::before {
    content: "ProjectGolfCourse";
  }

  .comparison-table .table-row .center:not(.green)::before {
    content: "Typical Lawn Company";
  } */

  /* Icon size */
  .comparison-table img {
    width: 100%;
  }

  /* Feature icons */
  /* .feature-icon {
    width: 70px;
  } */

  /* Add-on text */
  /* .add-on {
    font-weight: 700;
  } */
}
