/* ==============================================================================
   WATER HEATING SERVICE & REPAIRS — PAGE-SPECIFIC STYLES (Layer 3)
   ==============================================================================

   Page-specific styles for the Water Heating Service & Repairs page.
   Foundation, header, and footer styles live in their own files.

   This is the SERVICE side of the water heating category — sister page
   to /water-heating/ (the installation hub).

   The source CSS was compact (~350 lines, 147 page-specific rules after
   strip). Smaller than other product pages because this is primarily a
   service-information page rather than a sales-focused product page.

   WORDPRESS PLACEMENT
   -------------------
   wp-content/themes/synergy/assets/css/pages/water-heating-service.css

   ENQUEUE (in functions.php):

       if ( is_page( 'water-heating-service' ) ) {
           wp_enqueue_style(
               'synergy-water-heating-service',
               get_template_directory_uri() . '/assets/css/pages/water-heating-service.css',
               array( 'synergy-foundation' ),
               filemtime( get_template_directory() . '/assets/css/pages/water-heating-service.css' )
           );
       }

   STRUCTURE
   ---------
   Sections covered:
     - Page hero
     - Why service / why us
     - Services overview grid
     - Heat pump service deep-dive
     - PV water heating service deep-dive
     - Pool service deep-dive
     - Underfloor service deep-dive
     - Commercial service deep-dive
     - Service process
     - Meet the team
     - Coverage
     - Why Synergy
     - FAQ accordions
     - Service booking form (CF7-ready)

   PAGE-SPECIFIC COMPONENTS (Layer 3)
   ----------------------------------
     - .service-card / .service-grid     (services overview)
     - .team-card                         (meet the team grid)
     - .service-cross-link                (discreet link to /water-heating/
                                            for visitors who want install,
                                            not service)
     - .booking-form                      (service booking — note: this
                                            is different from the standard
                                            quote form; includes system-type
                                            and property-type radios)

   LAYER 2 CANDIDATES
   ------------------
     - .page-hero, .section, .section-light
     - .closing-cta, .faq, .faq-list

   CI COMPLIANCE
   -------------
   All colours updated to CI specification on 12 May 2026.

   ============================================================================== */

/* ============================================
       1. DESIGN TOKENS — matches main water heating page exactly
       ============================================ */

/* 2. RESET / BASE */

h2 strong { color: var(--brand); font-weight: 700; }

p:last-child { margin-bottom: 0; }

/* 3. UTILITIES */

.section { padding: 80px 0; }

.section-light { background: var(--light-bg); }

.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }

.lede { font-size: 16px; line-height: 1.7; color: var(--text); max-width: 760px; margin: 0 auto 36px; }

.section-head { text-align: center; margin-bottom: 50px; }

.section-head h2 { margin-bottom: 16px; }

.summary-lift { background: #fafbf6; border-left: 4px solid var(--brand); padding: 18px 22px; border-radius: 0 8px 8px 0; margin-bottom: 22px; font-size: 15px; color: var(--ink); box-shadow: 0 2px 8px rgba(45,57,64,0.04); }

.summary-lift strong { color: var(--brand-dark); }

.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.trust-pill { display: inline-block; background: rgba(167, 190, 57, 0.1); border: 1px solid rgba(167, 190, 57, 0.3); color: var(--brand-dark); padding: 6px 14px; border-radius: 30px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }

/* 4. BUTTONS */

.btn-hero { display: inline-block; background: var(--brand); color: #fff; border: 2px solid var(--brand); padding: 14px 32px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; font-size: 14px; transition: all 0.2s; }

.btn-hero:hover { background: #fff; color: var(--brand); }

.btn-hero-secondary { display: inline-block; background: transparent; color: #fff; border: 2px solid #fff; padding: 14px 32px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; font-size: 14px; transition: all 0.2s; margin-left: 12px; }

.btn-hero-secondary:hover { background: #fff; color: var(--brand-dark); }

@media (max-width: 600px) { .btn-hero-secondary { margin-left: 0; margin-top: 12px; } }

/* HERO */

.page-hero { position: relative; background: var(--ink); color: #fff; padding: 90px 0 100px; overflow: hidden; isolation: isolate; }

.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(167, 190, 57, 0.92) 0%, rgba(142, 162, 48, 0.78) 40%, rgba(45, 57, 64, 0.55) 100%); z-index: 1; pointer-events: none; }

.page-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0, transparent 60%), radial-gradient(circle at 80% 70%, rgba(255,255,255,0.04) 0, transparent 50%); z-index: 0; }

.page-hero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 0 30px; }

.page-hero h1 { color: #fff; max-width: 820px; margin-bottom: 18px; }

.page-hero h1 strong { color: var(--accent-warn); font-weight: 700; }

.page-hero .hero-lede { max-width: 800px; font-size: 16px; line-height: 1.7; margin-bottom: 32px; color: rgba(255, 255, 255, 0.95); }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; background: var(--brand); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; padding: 8px 16px; border-radius: 30px; margin-bottom: 22px; font-weight: 700; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

/* TRUST BAR */

.trust-bar { background: #fff; border-bottom: 1px solid var(--line); padding: 28px 0; }

.trust-bar-inner { max-width: 1180px; margin: 0 auto; padding: 0 30px; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-around; align-items: center; }

.trust-item { font-size: 13px; color: var(--ink-soft); font-weight: 600; text-align: center; }

.trust-item strong { color: var(--brand); display: block; font-size: 18px; margin-bottom: 2px; font-family: 'Poppins', sans-serif; }

/* BRAND BANNER (sits below trust bar) */

.brand-banner { background: linear-gradient(135deg, #fafbf6 0%, #f0f3e6 100%); border-bottom: 1px solid var(--line); padding: 36px 0; position: relative; }

.brand-banner::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--brand); }

.brand-banner-inner { max-width: 1180px; margin: 0 auto; padding: 0 30px; }

.brand-banner-text h3 { font-family: 'Poppins', sans-serif; font-size: 19px; color: var(--ink); margin-bottom: 10px; font-weight: 600; line-height: 1.4; }

.brand-banner-text p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; max-width: 920px; }

.brand-banner-text p strong { color: var(--brand-dark); }

.brand-banner-text p a { color: var(--brand-dark); border-bottom: 1px solid rgba(167, 190, 57, 0.45); padding-bottom: 1px; transition: color 0.18s ease, border-color 0.18s ease; }

.brand-banner-text p a:hover, .brand-banner-text p a:focus-visible { color: var(--brand); border-bottom-color: var(--brand); }

.brand-banner-phone { display: inline-block; color: var(--brand-dark); font-weight: 700; font-size: 15px; padding: 6px 0; border-bottom: 2px solid var(--brand); transition: color 0.2s; }

.brand-banner-phone:hover { color: var(--brand); }

.brand-banner-or { display: inline-block; margin: 0 10px; color: var(--text); font-size: 13px; font-style: italic; }

.brand-banner-book { display: inline-block; color: var(--brand-dark); font-weight: 600; font-size: 14px; }

.brand-banner-book:hover { color: var(--brand); }

@media (max-width: 600px) {
      .brand-banner-text h3 { font-size: 17px; }
      .brand-banner-or { display: block; margin: 8px 0 4px; }
    }

/* SERVICE TYPE CARDS (4 audience cards style) */

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 1000px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 580px) { .service-grid { grid-template-columns: 1fr; } }

.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px 24px; transition: all 0.25s; display: flex; flex-direction: column; }

.service-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(45, 57, 64, 0.08); }

.service-card-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(167, 190, 57, 0.12); color: var(--brand-dark); display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 700; font-size: 20px; margin-bottom: 18px; }

.service-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--ink); }

.service-card p { font-size: 13px; line-height: 1.7; color: var(--text); margin-bottom: 16px; flex-grow: 1; }

.service-card-link { color: var(--brand-dark); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }

.service-card-link::after { content: " →"; }

/* DEEP-DIVE SECTION LAYOUT */

.deep-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: start; }

@media (max-width: 900px) { .deep-grid { grid-template-columns: 1fr; gap: 36px; } }

.deep-grid h3 { font-size: 22px; margin-bottom: 16px; color: var(--ink); }

.checklist { list-style: none; padding-left: 0; margin-bottom: 22px; }

.checklist li { position: relative; padding-left: 28px; margin-bottom: 10px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 700; font-size: 16px; }

/* BRAND PILLS */

.brand-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

.brand-pill { background: #fff; border: 1px solid var(--line); color: var(--ink); padding: 6px 14px; border-radius: 30px; font-size: 12px; font-weight: 600; }

.brand-pill strong { color: var(--brand-dark); }

/* SIDE PANEL */

.side-panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 2px 12px rgba(45,57,64,0.04); }

.deep-grid--reverse .side-panel { background: var(--bg-panel); }

.side-panel h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-dark); margin-bottom: 14px; }

.price-line { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); }

.price-line:last-child { border-bottom: none; }

.price-line .price-label { font-size: 13px; color: var(--ink-soft); font-weight: 500; }

.price-line .price-value { font-size: 16px; color: var(--brand-dark); font-weight: 700; font-family: 'Poppins'; }

/* HOW IT WORKS PROCESS STEPS */

.process-steps { list-style: none; padding-left: 0; counter-reset: step; }

.process-steps li { position: relative; padding: 22px 0 22px 70px; border-bottom: 1px solid var(--line); counter-increment: step; }

.process-steps li:last-child { border-bottom: none; }

.process-steps li::before { content: counter(step); position: absolute; left: 0; top: 22px; width: 50px; height: 50px; background: var(--brand-gradient); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 700; font-size: 20px; }

.process-steps li h4 { font-size: 16px; color: var(--ink); margin-bottom: 6px; }

.process-steps li p { font-size: 14px; color: var(--ink-soft); margin-bottom: 0; }

/* WHY US PANEL (dark) */

.why-panel { background: linear-gradient(135deg, #2d3940 0%, #1f2a30 100%); color: #fff; border-radius: 12px; padding: 50px 44px; position: relative; overflow: hidden; }

.why-panel::before { content: ""; position: absolute; top: -50%; right: -20%; width: 70%; height: 200%; background: radial-gradient(ellipse at center, rgba(167, 190, 57, 0.25) 0, transparent 60%); pointer-events: none; }

.why-panel h3 { color: #fff; font-size: 26px; margin-bottom: 14px; position: relative; z-index: 1; }

.why-panel h3 strong { color: var(--brand-light); }

.why-panel p.intro { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 28px; max-width: 720px; position: relative; z-index: 1; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; position: relative; z-index: 1; }

@media (max-width: 700px) { .why-grid { grid-template-columns: 1fr; } }

.why-item { padding: 18px 22px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; }

.why-item h4 { color: var(--brand-light); font-size: 14px; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; }

.why-item p { color: rgba(255,255,255,0.82); font-size: 13px; line-height: 1.65; margin: 0; }

/* COMMERCIAL PANEL */

.commercial-panel { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 42px; box-shadow: 0 4px 20px rgba(45,57,64,0.05); }

.commercial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

@media (max-width: 800px) { .commercial-grid { grid-template-columns: 1fr; gap: 28px; } }

.commercial-stat { display: flex; gap: 18px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }

.commercial-stat:last-child { border-bottom: none; }

.commercial-stat-num { font-family: 'Poppins'; font-weight: 700; font-size: 28px; color: var(--brand); min-width: 80px; }

.commercial-stat h4 { font-size: 15px; color: var(--ink); margin-bottom: 4px; }

.commercial-stat p { font-size: 13px; color: var(--ink-soft); margin: 0; }

/* TECHNICIAN TRUST CARDS */

.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

@media (max-width: 1000px) { .tech-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 580px) { .tech-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }

.tech-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; transition: all 0.25s; display: flex; flex-direction: column; }

.tech-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(45, 57, 64, 0.10); border-color: var(--brand); }

.tech-photo { width: 100%; aspect-ratio: 4 / 5; background: var(--bg-panel); background-size: cover; background-position: center top; }

.tech-info { padding: 22px 22px 24px; flex-grow: 1; display: flex; flex-direction: column; }

.tech-info h4 { font-size: 17px; color: var(--ink); margin-bottom: 2px; font-family: 'Poppins'; font-weight: 600; }

.tech-role { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-dark); font-weight: 700; margin-bottom: 14px; }

.tech-bio { font-size: 13px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 14px; flex-grow: 1; }

.tech-certs { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 14px; border-top: 1px solid var(--line); }

.tech-cert-pill { background: rgba(167, 190, 57, 0.10); border: 1px solid rgba(167, 190, 57, 0.25); color: var(--brand-dark); padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; letter-spacing: 0.3px; }

.tech-honesty { background: var(--bg-panel); border-left: 4px solid var(--brand); padding: 18px 24px; border-radius: 0 8px 8px 0; margin-top: 36px; font-size: 13px; color: var(--ink-soft); line-height: 1.7; max-width: 920px; margin-left: auto; margin-right: auto; }

.tech-honesty strong { color: var(--brand-dark); }

/* COVERAGE / LOCATION GRID */

.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 800px) { .coverage-grid { grid-template-columns: 1fr; } }

.coverage-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px; }

.coverage-card h4 { font-size: 18px; color: var(--ink); margin-bottom: 6px; font-family: 'Poppins'; }

.coverage-card .region { font-size: 12px; color: var(--brand-dark); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 14px; }

.coverage-card .areas { font-size: 13px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }

.coverage-card .contact { font-size: 14px; color: var(--ink); padding-top: 14px; border-top: 1px solid var(--line); }

.coverage-card .contact strong { color: var(--brand-dark); display: block; }

/* INLINE CTA STRIP */

.inline-cta { background: var(--bg-panel); border-left: 4px solid var(--brand); padding: 22px 28px; border-radius: 0 8px 8px 0; margin: 32px 0; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }

.inline-cta-text { flex: 1; min-width: 240px; }

.inline-cta-text h4 { font-size: 16px; color: var(--ink); margin-bottom: 4px; }

.inline-cta-text p { font-size: 13px; color: var(--ink-soft); margin: 0; }

/* FAQ */

.faq-list { max-width: 880px; margin: 0 auto; }

.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 12px; overflow: hidden; }

.faq-item summary { padding: 20px 26px; font-weight: 600; font-size: 15px; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:hover { background: var(--bg-panel); }

.faq-item summary::after { content: "+"; font-size: 24px; color: var(--brand); font-weight: 400; transition: transform 0.2s; flex-shrink: 0; margin-left: 16px; }

.faq-item[open] summary { background: var(--bg-panel); }

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-answer { padding: 4px 26px 22px; font-size: 14px; color: var(--ink-soft); line-height: 1.75; }

/* CLOSING CTA */

.closing-cta { background: var(--brand-gradient); color: #fff; padding: 70px 0; }

.closing-cta h2 { color: #fff; text-align: center; font-size: 30px; margin-bottom: 14px; }

.closing-cta h2 strong { color: var(--accent-warn); font-weight: 700; }

.closing-cta p { text-align: center; max-width: 640px; margin: 0 auto 30px; font-size: 16px; color: rgba(255,255,255,0.95); }

.closing-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* QUOTE FORM */

.form-card { background: #fff; border-radius: 12px; padding: 40px; max-width: 740px; margin: 0 auto; box-shadow: 0 12px 40px rgba(0,0,0,0.18); color: var(--text); }

.form-card h3 { color: var(--ink); font-size: 22px; margin-bottom: 8px; }

.form-card .form-lede { color: var(--ink-soft); font-size: 14px; margin-bottom: 26px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 16px; }

@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.form-field { display: flex; flex-direction: column; }

.form-field label { font-size: 12px; color: var(--ink); margin-bottom: 6px; font-weight: 600; letter-spacing: 0.3px; }

.form-field input, .form-field select, .form-field textarea {
      padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; font-family: inherit; font-size: 14px; color: var(--ink); background: #fff; transition: border-color 0.2s;
    }

.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(167,190,57,0.12); }

.form-field textarea { resize: vertical; min-height: 80px; }

.radio-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.radio-option { flex: 1; min-width: 150px; }

.radio-option input { position: absolute; opacity: 0; pointer-events: none; }

.radio-option label { display: block; padding: 12px 14px; border: 2px solid var(--line); border-radius: 6px; text-align: center; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--ink-soft); transition: all 0.2s; }

.radio-option input:checked + label { border-color: var(--brand); background: rgba(167,190,57,0.08); color: var(--brand-dark); }

.form-consent { font-size: 12px; color: var(--text); margin: 16px 0; }

.form-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.form-success { background: #f0f6e0; border: 1px solid var(--brand); color: var(--brand-dark); padding: 18px 22px; border-radius: 8px; margin-bottom: 16px; display: none; }

.form-success.show { display: block; }

/* MOBILE */

@media (max-width: 800px) {
      h1 { font-size: 26px; }
      h2 { font-size: 23px; }
      .section { padding: 60px 0; }
      .why-panel { padding: 36px 24px; }
      .commercial-panel { padding: 28px 22px; }
      .form-card { padding: 28px 22px; }
    }

/* =========================================================
       FOOTER (matches carbon fibre + main water heating pages)
       ========================================================= */

/* ============================================
       SERVICE CROSS-LINK (water-heating-service ↔ water-heating)
       Discreet single-line link for visitors looking to install (not service).
       ============================================ */

.service-cross-link {
      background: var(--bg-panel);
      border-bottom: 1px solid var(--line);
      padding: 12px 0;
      font-family: var(--font-body);
    }

.service-cross-link-inner {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      text-align: center;
      font-size: 13px;
      color: var(--ink-soft);
    }

.service-cross-link-inner strong {
      color: var(--ink);
      font-weight: 600;
    }

.service-cross-link-inner a {
      color: var(--brand-dark);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid rgba(167, 190, 57, 0.35);
      padding-bottom: 1px;
      margin-left: 4px;
      transition: color 0.18s ease, border-color 0.18s ease;
    }

.service-cross-link-inner a:hover,
    .service-cross-link-inner a:focus-visible {
      color: var(--brand);
      border-bottom-color: var(--brand);
    }

.service-cross-link-inner a svg {
      width: 11px;
      height: 11px;
      stroke-width: 2.5;
      margin-left: 3px;
      vertical-align: -1px;
    }

@media (max-width: 600px) {
      .service-cross-link-inner { font-size: 12.5px; line-height: 1.5; }
    }

/* ==============================================================================
   CLIENT REVIEWS & TESTIMONIALS SECTION
   Added 2026-05-27 — standardised site-wide reviews block.
   ============================================================================== */

.reviews-aggregate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0 auto 40px;
  text-align: center;
}

.reviews-aggregate-stars {
  font-size: 2rem;
  color: #f5b800;
  letter-spacing: 4px;
}

.reviews-aggregate-rating {
  font-size: 1.3rem;
  color: #1a2429;
}

.reviews-aggregate-rating strong {
  font-size: 2rem;
  color: #a7be39;
}

.reviews-aggregate-count {
  color: #4a5568;
  font-size: 0.95rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.review-stars {
  color: #f5b800;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.review-text {
  font-style: italic;
  color: #1a2429;
  line-height: 1.55;
  margin: 0 0 20px;
  flex-grow: 1;
  font-size: 0.95rem;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}

.review-author {
  color: #1a2429;
  font-size: 1rem;
}

.review-tag {
  display: inline-block;
  background: #a7be39;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 3px;
  align-self: flex-start;
}

.review-date {
  color: #888;
  font-size: 0.85rem;
}

.reviews-cta {
  text-align: center;
  margin-top: 30px;
  color: #4a5568;
}

.reviews-cta a {
  color: #a7be39;
  font-weight: 700;
  text-decoration: none;
}

.reviews-cta a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Premium gradient pill — primary CTA buttons ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #8eb022 0%, #5f7a14 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(95, 122, 20, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  cursor: pointer;
}
.btn-primary:hover,
.btn-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(95, 122, 20, 0.36);
  filter: brightness(1.05);
  color: #fff;
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(95, 122, 20, 0.3);
}

/* ===== Hero CTAs — match the premium pill family ===== */
.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 36px;
  background: linear-gradient(135deg, #8eb022 0%, #5f7a14 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  cursor: pointer;
}
.btn-hero:hover,
.btn-hero:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  filter: brightness(1.06);
  color: #fff;
}

/* Secondary hero CTA = clean white ghost pill (correct primary/secondary contrast) */
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 34px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}
.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  transform: translateY(-2px);
  color: #fff;
}

/* Fix commercial stat number / heading overlap */
.commercial-stat {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.commercial-stat-num {
  flex: 0 0 132px;
  font-size: 26px;
  line-height: 1.1;
  white-space: nowrap;
}