  :root {
      --kw-orange: #FEB347;
      --kw-green: #76C445;
      --kw-ink: #16202a;
      --kw-muted: #647082;
      --kw-soft: #f6f8f5;
      --kw-line: #dde6db;
    }

    html { scroll-behavior: smooth; }
    body { color: var(--kw-ink); background: #ffffff; }
    .section { padding-top: 4rem; padding-bottom: 4rem; }
    .kw-hero {
     
      background:
        linear-gradient(90deg, rgba(12, 22, 32, .92), rgba(12, 22, 32, .58)),
        url("https://kilowatts.uk/uploads_resolved/images/274/960.avif") center/cover no-repeat;
   
    }
     
    .kw-logo {
      display: inline-flex;
      align-items: center;
      gap: .65rem;
      color: #fff;
      font-weight: 800;
      font-size: 1.35rem;
      letter-spacing: 0;
    }
    .kw-mark {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--kw-orange), var(--kw-green));
      display: grid;
      place-items: center;
      color: #17212b;
      font-weight: 900;
    }
    .hero-title { color: #fff; line-height: 1.04; }
    .hero-subtitle { color: rgba(255,255,255,.86); max-width: 42rem; }
  .kw-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    
}

.kw-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .9rem;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 9999px;
    font-style: italic;
    font-size: .95rem;
    color: #fff;
}

.kw-badge::before {
    content: "✓";
    color: #22c55e;
    font-weight: 700;
    font-style: normal;
}
    .kw-social-proof {
    display: inline-flex;
    gap: 2rem;
    padding: .75rem 1.25rem;
  
}

.kw-rating {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-weight: 600;
}
    .kw-form-card {
      background: rgba(255,255,255,.97);
      border: 1px solid rgba(255,255,255,.6);
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 24px 70px rgba(0,0,0,.26);
      color: var(--kw-ink);
    }
    .kw-product-image {
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;
 
    background: #fff;
    border-bottom: 1px solid var(--kw-line);
}

.kw-product-image img {
     width:100%;
    height:100%;
    object-fit:cover;
}
    .columns.is-centered img {
    height: 80px;
    width: 180px;
    object-fit: contain;
    display: block;
}
    .button.is-kw {
      background: var(--kw-orange);
      border-color: var(--kw-orange);
      color: #1f2a19;
      font-weight: 800;
    }
    .button.is-kw:hover { filter: brightness(.96); color: #1f2a19; }
    .button.is-kw-outline {
      border-color: rgba(255,255,255,.72);
      color: #fff;
      background: transparent;
      font-weight: 700;
    }
    .button.is-kw-outline:hover { background: #fff; color: var(--kw-ink); }
    .kw-eyebrow { color: var(--kw-green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
    .kw-card {
      height: 100%;
      border: 1px solid var(--kw-line);
      border-radius: 8px;
      box-shadow: 0 12px 34px rgba(22, 32, 42, .06);
    }
    .kw-icon {
      width: 3rem;
      height: 3rem;
      border-radius: 8px;
      background: #fff3df;
      display: grid;
      place-items: center;
      color: #b96500;
      margin-bottom: 1rem;
    }
    .kw-icon svg { width: 1.55rem; height: 1.55rem; }
    .kw-band { background: var(--kw-soft); }
    .kw-installer {
      background: linear-gradient(135deg, #17212b, #243342);
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }
    .kw-installer .title,
    .kw-installer .subtitle,
    .kw-installer strong { color: #fff; }
    .kw-checks li {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
      padding: .55rem 0;
      color: var(--kw-ink);
    }
    .kw-check {
      color: var(--kw-green);
      font-weight: 900;
      flex: 0 0 auto;
    }
    .kw-tech .card-content { display: flex; flex-direction: column; gap: .8rem; }
    .kw-image-tile {
       min-height: 320px;
 height: 100%;
      background:
        linear-gradient(135deg, rgba(22,32,42,.18), rgba(118,196,69,.16)),
        url("https://kilowatts.uk/uploads_resolved/images/277/480.avif") center/cover no-repeat;
      border-radius: 8px;
    }
    .review-initials {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    background: var(--kw-green, #76C445);
    color: #fff;

    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;

    flex-shrink: 0;
    user-select: none;
}
 

.kw-card .card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kw-card .buttons {
    margin-top: auto;
}
    .kw-case {
      background: #16202a;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }
    .kw-case .title,
    .kw-case .subtitle,
    .kw-case strong { color: #fff; }
    .kw-metric {
      padding: 1rem;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.08);
      height: 100%;
    }
    .kw-timeline {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(4, 1fr);
      position: relative;
    }
    .kw-step {
      border: 1px solid var(--kw-line);
      border-radius: 8px;
      padding: 1.25rem;
      background: #fff;
      position: relative;
      z-index: 1;
    }
    .kw-step-number {
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background: var(--kw-green);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 900;
      margin-bottom: .85rem;
    }
    .kw-faq-item {
      border: 1px solid var(--kw-line);
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: .85rem;
      background: #fff;
    }
    .kw-faq-button {
      width: 100%;
      border: 0;
      background: #fff;
      color: var(--kw-ink);
      padding: 1rem 1.15rem;
      text-align: left;
      font-weight: 800;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .kw-faq-panel { display: none; padding: 0 1.15rem 1rem; color: var(--kw-muted); }
    .kw-faq-item.is-active .kw-faq-panel { display: block; }
    .kw-faq-item.is-active .kw-plus { transform: rotate(45deg); }
    .kw-plus { transition: transform .18s ease; font-size: 1.4rem; line-height: 1; }
    .kw-final {
      background:
        linear-gradient(90deg, rgba(22,32,42,.92), rgba(22,32,42,.72)),
        url("https://kilowatts.uk/uploads_resolved/images/276/960.avif") center/cover no-repeat;
      color: #fff;
    }
    .kw-final .title,
    .kw-final .subtitle { color: #fff; }  
    .kw-footer { background: #101820; color: rgba(255,255,255,.72); padding: 2rem 0; }
    .kw-footer strong { color: #fff; }

    @media (max-width: 768px) {
     
      .section { padding-top: 3rem; padding-bottom: 3rem; }
      .kw-timeline { grid-template-columns: 1fr; }
      .kw-nav { background: rgba(16,24,32,.72); backdrop-filter: blur(10px); }
    }