      /* Hero */
      .hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8rem 4rem 4rem;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

      .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(10, 20, 35, 0.55);
        z-index: 1;
      }

      .hero-content {
        position: relative;
        z-index: 2;
      }

      /* Per-industry hero images */
      body.industry-restaurants .hero { background-image: url('../../hero-restaurant-food-desktop.jpg'); background-image: url('../../hero-restaurant-food-desktop.webp'); }
      body.industry-automotive .hero { background-image: url('../../hero-automotive-desktop.jpg'); background-image: url('../../hero-automotive-desktop.webp'); }
      body.industry-hotel .hero { background-image: url('../../hero-hotel-desktop.jpg'); background-image: url('../../hero-hotel-desktop.webp'); }
      body.industry-retail .hero { background-image: url('../../hero-retail-desktop.jpg'); background-image: url('../../hero-retail-desktop.webp'); }
      body.industry-real-estate .hero { background-image: url('../../hero-real-estate-desktop.jpg'); background-image: url('../../hero-real-estate-desktop.webp'); }
      body.industry-convenience .hero { background-image: url('../../hero-convenience-desktop.jpg'); background-image: url('../../hero-convenience-desktop.webp'); }
      body.industry-industrial .hero { background-image: url('../../hero-industrial-desktop.jpg'); background-image: url('../../hero-industrial-desktop.webp'); }
      body.industry-warehouse .hero { background-image: url('../../hero-warehouse-desktop.jpg'); background-image: url('../../hero-warehouse-desktop.webp'); }
      body.industry-data-centers .hero { background-image: url('../../hero-data-centers-desktop.jpg'); background-image: url('../../hero-data-centers-desktop.webp'); }
      body.industry-health .hero { background-image: url('../../hero-health-desktop.jpg'); background-image: url('../../hero-health-desktop.webp'); }
      body.industry-worship .hero { background-image: url('../../hero-worship-desktop.jpg'); background-image: url('../../hero-worship-desktop.webp'); }
      body.industry-wellness .hero { background-image: url('../../hero-wellness-desktop.jpg'); background-image: url('../../hero-wellness-desktop.webp'); }
      body.industry-education .hero { background-image: url('../../hero-education-desktop.jpg'); background-image: url('../../hero-education-desktop.webp'); }

      @media (max-width: 768px) {
        .hero { padding: 6rem 1.5rem 2rem; }
        body.industry-restaurants .hero { background-image: url('../../hero-restaurant-food-mobile.jpg'); background-image: url('../../hero-restaurant-food-mobile.webp'); }
        body.industry-automotive .hero { background-image: url('../../hero-automotive-mobile.jpg'); background-image: url('../../hero-automotive-mobile.webp'); }
        body.industry-hotel .hero { background-image: url('../../hero-hotel-mobile.jpg'); background-image: url('../../hero-hotel-mobile.webp'); }
        body.industry-retail .hero { background-image: url('../../hero-retail-mobile.jpg'); background-image: url('../../hero-retail-mobile.webp'); }
        body.industry-real-estate .hero { background-image: url('../../hero-real-estate-mobile.jpg'); background-image: url('../../hero-real-estate-mobile.webp'); }
        body.industry-convenience .hero { background-image: url('../../hero-convenience-mobile.jpg'); background-image: url('../../hero-convenience-mobile.webp'); }
        body.industry-industrial .hero { background-image: url('../../hero-industrial-mobile.jpg'); background-image: url('../../hero-industrial-mobile.webp'); }
        body.industry-warehouse .hero { background-image: url('../../hero-warehouse-mobile.jpg'); background-image: url('../../hero-warehouse-mobile.webp'); }
        body.industry-data-centers .hero { background-image: url('../../hero-data-centers-mobile.jpg'); background-image: url('../../hero-data-centers-mobile.webp'); }
        body.industry-health .hero { background-image: url('../../hero-health-mobile.jpg'); background-image: url('../../hero-health-mobile.webp'); }
        body.industry-worship .hero { background-image: url('../../hero-worship-mobile.jpg'); background-image: url('../../hero-worship-mobile.webp'); }
        body.industry-wellness .hero { background-image: url('../../hero-wellness-mobile.jpg'); background-image: url('../../hero-wellness-mobile.webp'); }
        body.industry-education .hero { background-image: url('../../hero-education-mobile.jpg'); background-image: url('../../hero-education-mobile.webp'); }
      }

      /* Intro Section */
      .intro-section {
        padding: 5rem 4rem;
        background: var(--color-white);
        position: relative;
        z-index: 1;
        border-top: 1px solid rgba(40, 120, 192, 0.12);
      }

      .intro-container {
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
      }

      .intro-heading {
        font-family: var(--font-display);
        font-size: clamp(1.6rem, 3.5vw, 2.25rem);
        font-weight: 600;
        color: var(--color-midnight);
        line-height: 1.25;
        margin-bottom: 1.5rem;
      }

      .intro-subtext {
        font-size: 1.05rem;
        color: var(--color-slate);
        line-height: 1.8;
        max-width: 780px;
        margin: 0 auto;
      }

      /* Why Choose Section */
      .why-choose-section {
        padding: 5rem 4rem;
        background: #f8f9fb;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-top: 1px solid rgba(40, 120, 192, 0.08);
        border-bottom: 1px solid rgba(40, 120, 192, 0.08);
      }

      .why-choose-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(40, 120, 192, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
      }

      .why-choose-container {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .why-choose-header {
        text-align: center;
        margin-bottom: 3.5rem;
      }

      .why-choose-title {
        font-family: var(--font-display);
        font-size: clamp(1.75rem, 4vw, 2.5rem);
        font-weight: 600;
        color: var(--color-midnight);
        line-height: 1.15;
      }

      .why-choose-benefits {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
      }

      .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.1rem;
        background: var(--color-white);
        border-radius: 16px;
        padding: 2.25rem 1.75rem;
        box-shadow: 0 4px 20px rgba(13, 27, 42, 0.05);
        border: 1px solid rgba(40, 120, 192, 0.07);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }

      .benefit-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 32px rgba(13, 27, 42, 0.1);
      }

      .benefit-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(232, 119, 34, 0.1);
        border-radius: 50%;
      }

      .benefit-icon svg {
        fill: var(--color-accent);
        width: 30px;
        height: 30px;
      }

      .benefit-title {
        font-size: 1.08rem;
        font-weight: 700;
        line-height: 1.25;
        color: var(--color-midnight);
        margin-bottom: 0.4rem;
      }

      .benefit-description {
        font-size: 0.95rem;
        line-height: 1.7;
        color: var(--color-slate);
      }

      /* How It Works — reuse commercial-electricity timeline styles */
      .section-heading {
        font-family: var(--font-display);
        font-size: clamp(1.75rem, 4vw, 2.5rem);
        color: var(--color-midnight);
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 1rem;
      }

      .section-subheading {
        text-align: center;
        color: var(--color-slate);
        font-size: 1.05rem;
        line-height: 1.6;
        max-width: 720px;
        margin: 0 auto 3rem;
      }

      .how-section {
        padding: 6rem 4rem;
        background: var(--color-white);
        position: relative;
        z-index: 1;
      }

      .how-container {
        max-width: 1200px;
        margin: 0 auto;
      }

      .timeline-h {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 3rem 0 1rem;
      }

      .timeline-h::before {
        content: '';
        position: absolute;
        top: 88px;
        left: 16.66%;
        right: 16.66%;
        height: 3px;
        background: linear-gradient(to right, var(--color-primary) 0%, var(--color-primary) 50%, var(--color-accent) 100%);
        border-radius: 2px;
        z-index: 0;
      }

      .timeline-h-step {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        z-index: 1;
      }

      .timeline-h-node {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: var(--color-white);
        border: 4px solid var(--color-primary);
        color: var(--color-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-display);
        font-size: 1.9rem;
        font-weight: 700;
        box-shadow: 0 6px 20px rgba(40, 120, 192, 0.2);
        margin-bottom: 1.75rem;
      }

      .timeline-h-step:nth-child(3) .timeline-h-node {
        border-color: var(--color-accent);
        color: var(--color-accent);
        box-shadow: 0 6px 20px rgba(232, 119, 34, 0.22);
      }

      .timeline-h-card {
        background: var(--color-white);
        padding: 1.75rem 1.5rem;
        border-radius: 14px;
        box-shadow: 0 6px 24px rgba(13, 27, 42, 0.06);
        border: 1px solid rgba(40, 120, 192, 0.08);
        max-width: 320px;
      }

      .timeline-h-card h3 {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--color-midnight);
        margin-bottom: 0.6rem;
      }

      .timeline-h-card p {
        font-size: 0.95rem;
        color: var(--color-slate);
        line-height: 1.65;
      }

      /* FAQ Section — override background only; animation comes from global.css */
      .faq-section {
        background: #f8f9fb;
      }

      .faq-section-container {
        max-width: 860px;
      }

      .faq-blog-link {
        display: inline-block;
        margin-top: 0.85rem;
        color: var(--color-primary);
        font-weight: 600;
        text-decoration: none;
        font-size: 0.95rem;
      }

      .faq-blog-link:hover {
        color: var(--color-accent);
        text-decoration: underline;
      }

      .faq-blog-link::after {
        content: ' \2192';
      }

      /* Final CTA */
      .final-cta {
        padding: 5rem 4rem;
        background: var(--color-accent);
        text-align: center;
        color: var(--color-white);
        position: relative;
        overflow: hidden;
        z-index: 1;
      }

      .final-cta::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
      }

      .final-cta-inner {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
      }

      .final-cta h2 {
        font-family: var(--font-display);
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: 1.2;
      }

      .final-cta p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        color: rgba(255, 255, 255, 0.9);
      }

      .final-cta .cta-btn {
        display: inline-block;
        padding: 1rem 2.5rem;
        background: transparent;
        border: 2px solid var(--color-white);
        color: var(--color-white);
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
      }

      .final-cta .cta-btn:hover {
        background: var(--color-white);
        color: var(--color-accent);
      }

      /* Animate on scroll */
      .animate-on-scroll {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.55s ease, transform 0.55s ease;
      }

      .animate-on-scroll.visible {
        opacity: 1;
        transform: translateY(0);
      }

      /* Responsive */
      @media (max-width: 1024px) {
        .desktop-nav { display: none !important; }
        .mobile-nav { display: flex !important; }
        .mobile-drawer { top: 62px; }

        .intro-section { padding: 3.5rem 2rem; }
        .why-choose-section { padding: 3.5rem 2rem; }
        .why-choose-benefits { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
        .how-section { padding: 4rem 2rem; }
        .faq-section { padding: 4rem 2rem; }
        .final-cta { padding: 4rem 2rem; }
        .footer-main { grid-template-columns: 1fr; }
        .footer-left, .footer-right { padding: 3rem 2rem; }
        .footer-nav { gap: 2rem; }

        .timeline-h { grid-template-columns: 1fr; gap: 2.5rem; padding: 2rem 0; }
        .timeline-h::before {
          top: 0; bottom: 0; left: 32px; right: auto;
          width: 3px; height: auto;
          background: linear-gradient(to bottom, var(--color-primary), var(--color-accent));
        }
        .timeline-h-step { flex-direction: row; text-align: left; gap: 1.25rem; }
        .timeline-h-node { width: 64px; height: 64px; min-width: 64px; font-size: 1.5rem; margin-bottom: 0; }
        .timeline-h-card { max-width: none; }
      }

      @media (max-width: 768px) {
        .intro-section { padding: 3rem 1.5rem; }
        .why-choose-section { padding: 3rem 1.5rem; }
        .why-choose-benefits { grid-template-columns: 1fr; gap: 1.25rem; }
        .how-section { padding: 3rem 1.5rem; }
        .faq-section { padding: 3rem 1.5rem; }
        .faq-question { font-size: 1rem; }
        .final-cta { padding: 3.5rem 1.5rem; }
        .footer-nav { flex-direction: column; gap: 2rem; }
        .footer-legal { gap: 1rem; }
      }
