:root{
    /* Brand colors sampled directly from the 1st Place Electric logo:
       black roofline/text, deep blue lamppost, lighter blue bolt & plug */
    --navy:#0a0a0c;
    --navy-light:#17171b;
    --navy-lighter:#232329;
    --amber:#51a8da;
    --amber-dark:#3261e1;
    --blue:#3261e1;
    --bg-light:#f7f8fa;
    --bg-alt:#eef1f5;
    --text:#1c2530;
    --text-light:#5b6774;
    --white:#ffffff;
    --border:#e2e6ea;
    --success:#2e9e5b;
    --warn:#c0392b;
    --radius:10px;
    --shadow:0 4px 18px rgba(10,10,12,0.08);
    --shadow-lg:0 12px 34px rgba(10,10,12,0.16);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:var(--text);
    background:var(--white);
    line-height:1.55;
  }
  img,svg{display:block;max-width:100%;}
  a{color:inherit;text-decoration:none;}
  ul{margin:0;padding:0;list-style:none;}
  h1,h2,h3,h4{margin:0 0 .5em 0;line-height:1.2;font-weight:800;}
  p{margin:0 0 1em 0;color:var(--text-light);}
  .container{max-width:1180px;margin:0 auto;padding:0 24px;}
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:14px 26px;border-radius:8px;font-weight:700;font-size:15px;
    cursor:pointer;border:2px solid transparent;transition:transform .15s ease, box-shadow .15s ease;
    white-space:nowrap;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-amber{background:var(--amber);color:var(--navy);}
  .btn-amber:hover{background:var(--amber-dark);box-shadow:var(--shadow-lg);}
  .btn-outline{background:transparent;color:var(--white);border-color:rgba(255,255,255,.55);}
  .btn-outline:hover{background:rgba(255,255,255,.12);}
  .btn-navy{background:var(--navy);color:var(--white);}
  .btn-navy:hover{background:var(--navy-light);box-shadow:var(--shadow-lg);}
  .btn-block{width:100%;justify-content:center;}
  .eyebrow{
    display:inline-block;text-transform:uppercase;letter-spacing:.08em;
    font-size:12.5px;font-weight:800;color:var(--amber-dark);margin-bottom:10px;
  }
  .section-head{max-width:680px;margin:0 auto 44px auto;text-align:center;}
  .section-head h2{font-size:32px;}
  .pad{padding:76px 0;}
  .pad-sm{padding:48px 0;}
  .bg-alt{background:var(--bg-alt);}
  .bg-navy{background:var(--navy);color:var(--white);}
  .bg-navy p{color:rgba(255,255,255,.72);}
  .bg-navy h2,.bg-navy h3,.bg-navy h4{color:var(--white);}

  /* ---------- Utility bar ---------- */
  .util-bar{background:var(--navy-light);color:rgba(255,255,255,.85);font-size:13px;}
  .util-bar .container{display:flex;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;flex-wrap:wrap;gap:8px;}
  .util-bar .util-left{display:flex;gap:18px;flex-wrap:wrap;}
  .util-bar .util-left span{display:inline-flex;align-items:center;gap:6px;}
  .util-bar .social{display:flex;gap:12px;}
  .util-bar .social a{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;}
  .util-bar .social a:hover{background:var(--amber);color:var(--navy);}

  /* ---------- Header / nav ---------- */
  header.site-header{
    background:var(--navy);position:sticky;top:0;z-index:100;box-shadow:0 2px 14px rgba(0,0,0,.18);
  }
  .header-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px;}
  .logo{display:flex;align-items:center;gap:10px;color:var(--white);}
  .logo .mark{width:40px;height:40px;flex:none;}
  .logo .mark-img{
    width:44px;height:44px;flex:none;background:var(--white);border-radius:9px;
    padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.25);
  }
  .logo .mark-img img{width:100%;height:100%;object-fit:contain;display:block;}
  .logo .word{font-size:19px;font-weight:800;line-height:1.15;}
  .logo .word small{display:block;font-size:11px;font-weight:600;color:var(--amber);letter-spacing:.05em;text-transform:uppercase;}
  nav.main-nav{display:flex;align-items:center;gap:4px;}
  nav.main-nav a{
    color:rgba(255,255,255,.82);font-weight:700;font-size:14.5px;padding:10px 14px;border-radius:6px;
  }
  nav.main-nav a:hover{color:var(--white);background:rgba(255,255,255,.08);}
  nav.main-nav a.active{color:var(--navy);background:var(--amber);}
  .header-actions{display:flex;align-items:center;gap:14px;}
  .header-phone{display:flex;align-items:center;gap:8px;color:var(--white);font-weight:800;font-size:15.5px;}
  .header-phone svg{width:18px;height:18px;stroke:var(--amber);}
  .menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;}
  .menu-toggle svg{width:26px;height:26px;stroke:var(--white);}

  /* ---------- Hero ---------- */
  .hero{
    background:linear-gradient(135deg,var(--navy) 0%, var(--navy-lighter) 100%);
    color:var(--white);position:relative;overflow:hidden;
  }
  .hero .container{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center;padding-top:64px;padding-bottom:64px;}
  .hero h1{font-size:44px;letter-spacing:-.01em;}
  .hero .lede{color:rgba(255,255,255,.78);font-size:17.5px;max-width:520px;}
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0 30px 0;}
  .trust-row{display:flex;gap:22px;flex-wrap:wrap;}
  .trust-row .item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:rgba(255,255,255,.85);}
  .trust-row svg{width:18px;height:18px;stroke:var(--amber);flex:none;}
  .hero-visual{display:flex;align-items:center;justify-content:center;}
  .panel-art{width:100%;max-width:340px;}

  /* ---------- Warning signs cards ---------- */
  .signs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  .automation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .sign-card{
    background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
    padding:22px;box-shadow:var(--shadow);
  }
  .sign-card .icon-wrap{
    width:44px;height:44px;border-radius:10px;background:rgba(81,168,218,.16);
    display:flex;align-items:center;justify-content:center;margin-bottom:14px;
  }
  .sign-card svg{width:22px;height:22px;stroke:var(--amber-dark);}
  .sign-card h4{font-size:16px;margin-bottom:6px;}
  .sign-card p{font-size:14px;margin-bottom:0;}

  /* ---------- Services grid ---------- */
  .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .service-card{
    background:var(--white);border:1px solid var(--border);border-radius:var(--radius);
    padding:26px;box-shadow:var(--shadow);transition:box-shadow .15s ease, transform .15s ease;
    cursor:pointer;
  }
  .service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);}
  .service-card .icon-wrap{
    width:52px;height:52px;border-radius:12px;background:var(--navy);
    display:flex;align-items:center;justify-content:center;margin-bottom:16px;
  }
  .service-card.featured .icon-wrap{background:var(--amber);}
  .service-card svg{width:26px;height:26px;stroke:var(--white);}
  .service-card.featured svg{stroke:var(--navy);}
  .service-card h4{font-size:18px;}
  .service-card p{font-size:14.5px;margin-bottom:14px;}
  .service-card .link{font-size:14px;font-weight:800;color:var(--navy);display:inline-flex;align-items:center;gap:5px;}
  .service-card .link svg{width:14px;height:14px;stroke:var(--navy);}
  .badge-featured{
    display:inline-block;background:var(--amber);color:var(--navy);font-size:11px;font-weight:800;
    padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;
  }

  /* ---------- Testimonials ---------- */
  .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .testimonial-card{
    background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);
  }
  .stars{display:flex;gap:2px;margin-bottom:12px;}
  .stars svg{width:16px;height:16px;fill:var(--amber);stroke:var(--amber);}
  .testimonial-card p{font-size:14.5px;color:var(--text);margin-bottom:14px;font-style:italic;}
  .testimonial-name{font-weight:800;font-size:14px;}
  .testimonial-loc{font-size:12.5px;color:var(--text-light);}
  .placeholder-note{text-align:center;font-size:12.5px;color:var(--text-light);margin-top:18px;}

  /* ---------- Service areas ---------- */
  .area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
  .area-chip{
    background:var(--white);border:1px solid var(--border);border-radius:8px;padding:14px 12px;
    text-align:center;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;
  }
  .area-chip svg{width:15px;height:15px;stroke:var(--amber-dark);flex:none;}

  /* ---------- CTA banner ---------- */
  .cta-banner{
    background:linear-gradient(120deg,var(--amber) 0%, var(--amber-dark) 100%);
    color:var(--navy);border-radius:16px;padding:44px 48px;
    display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;
  }
  .cta-banner h3{font-size:26px;margin-bottom:6px;}
  .cta-banner p{color:rgba(10,10,12,.75);margin-bottom:0;font-size:15px;}
  .cta-banner .actions{display:flex;gap:12px;flex-wrap:wrap;}

  /* ---------- Page header (inner pages) ---------- */
  .page-header{
    background:linear-gradient(135deg,var(--navy) 0%, var(--navy-lighter) 100%);
    color:var(--white);padding:56px 0 50px 0;
  }
  .page-header .eyebrow{color:var(--amber);}
  .page-header h1{font-size:36px;}
  .page-header p{color:rgba(255,255,255,.78);max-width:640px;font-size:16.5px;}
  .breadcrumb{font-size:13px;color:rgba(255,255,255,.6);margin-bottom:14px;}
  .breadcrumb a{color:var(--amber);font-weight:700;}

  /* ---------- Two column layout ---------- */
  .two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start;}
  .callout-box{
    background:var(--bg-alt);border:1px solid var(--border);border-left:4px solid var(--amber);
    border-radius:8px;padding:22px 24px;margin:22px 0;
  }
  .callout-box.warn{border-left-color:var(--warn);background:#fbeeec;}
  .callout-box h4{font-size:15.5px;margin-bottom:8px;display:flex;align-items:center;gap:8px;}
  .callout-box h4 svg{width:18px;height:18px;stroke:var(--warn);}
  .callout-box.warn p{color:var(--text);font-size:14px;}
  .callout-box ul{margin-top:8px;}
  .callout-box li{font-size:14px;color:var(--text);padding-left:18px;position:relative;margin-bottom:6px;}
  .callout-box li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--warn);}

  /* ---------- Amperage table ---------- */
  .amp-table{width:100%;border-collapse:collapse;margin:18px 0 8px 0;font-size:14.5px;}
  .amp-table th,.amp-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);}
  .amp-table th{background:var(--navy);color:var(--white);font-size:13px;text-transform:uppercase;letter-spacing:.03em;}
  .amp-table tr:nth-child(even){background:var(--bg-alt);}

  /* ---------- Process steps ---------- */
  .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;counter-reset:step;}
  .step{position:relative;padding-top:8px;}
  .step .num{
    width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--white);
    display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;margin-bottom:12px;
  }
  .step h4{font-size:14.5px;margin-bottom:6px;}
  .step p{font-size:13px;margin-bottom:0;}

  /* ---------- Pricing callout ---------- */
  .price-box{
    background:var(--navy);color:var(--white);border-radius:var(--radius);padding:28px;text-align:center;
  }
  .price-box .amt{font-size:34px;font-weight:800;color:var(--amber);margin:6px 0;}
  .price-box p{color:rgba(255,255,255,.72);font-size:13.5px;}
  .price-box hr{border:none;border-top:1px solid rgba(255,255,255,.15);margin:18px 0;}
  .price-list li{display:flex;justify-content:space-between;font-size:13.5px;padding:6px 0;color:rgba(255,255,255,.85);}

  /* ---------- FAQ accordion ---------- */
  .faq-item{border-bottom:1px solid var(--border);}
  .faq-q{
    width:100%;text-align:left;background:none;border:none;padding:18px 0;font-weight:700;font-size:15.5px;
    display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--text);
  }
  .faq-q svg{width:18px;height:18px;stroke:var(--navy);transition:transform .2s ease;flex:none;}
  .faq-item.open .faq-q svg{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;}
  .faq-item.open .faq-a{max-height:260px;}
  .faq-a p{font-size:14.5px;padding-bottom:16px;margin-bottom:0;}

  /* ---------- Cross-link cards ---------- */
  .crosslink-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .crosslink-card{
    background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:22px;
    display:flex;gap:16px;align-items:flex-start;box-shadow:var(--shadow);cursor:pointer;
  }
  .crosslink-card .icon-wrap{width:44px;height:44px;border-radius:10px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;flex:none;}
  .crosslink-card svg{width:22px;height:22px;stroke:var(--navy);}
  .crosslink-card h4{font-size:15.5px;margin-bottom:4px;}
  .crosslink-card p{font-size:13.5px;margin-bottom:0;}

  /* ---------- Contact form ---------- */
  .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;}
  .form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);}
  .field{margin-bottom:16px;}
  .field label{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px;}
  .field input,.field select,.field textarea{
    width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:7px;font-size:14.5px;
    font-family:inherit;color:var(--text);background:var(--bg-light);
  }
  .field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--amber);border-color:var(--amber);}
  .field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .form-success{
    display:none;background:#eaf7ef;border:1px solid var(--success);color:#1e7a44;
    padding:14px 16px;border-radius:8px;font-size:14px;font-weight:700;margin-top:14px;
  }
  .form-error{
    display:none;background:#fdecea;border:1px solid #d9534f;color:#a02622;
    padding:14px 16px;border-radius:8px;font-size:14px;font-weight:700;margin-top:14px;
  }
  .form-error a{color:#a02622;text-decoration:underline;}
  .info-list{display:flex;flex-direction:column;gap:18px;}
  .info-item{display:flex;gap:14px;align-items:flex-start;}
  .info-item .icon-wrap{width:40px;height:40px;border-radius:9px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;flex:none;}
  .info-item svg{width:19px;height:19px;stroke:var(--navy);}
  .info-item h4{font-size:14.5px;margin-bottom:2px;}
  .info-item p{font-size:14px;margin-bottom:0;}
  .hours-table{width:100%;font-size:14px;margin-top:6px;}
  .hours-table td{padding:4px 0;color:var(--text-light);}
  .hours-table td:last-child{text-align:right;font-weight:700;color:var(--text);}

  /* ---------- Footer ---------- */
  footer{background:var(--navy);color:rgba(255,255,255,.7);padding:56px 0 22px 0;}
  .footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px;}
  .footer-grid h4{color:var(--white);font-size:14.5px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px;}
  .footer-grid ul li{margin-bottom:9px;font-size:14px;}
  .footer-grid ul li a:hover{color:var(--amber);}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:12.5px;}

  /* ---------- Mobile call bar ---------- */
  .mobile-call-bar{
    display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;
    background:var(--amber);padding:12px 16px;box-shadow:0 -4px 14px rgba(0,0,0,.15);
  }
  .mobile-call-bar a{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;color:var(--navy);font-size:15px;}
  .mobile-call-bar svg{width:18px;height:18px;stroke:var(--navy);}

  /* ---------- Responsive ---------- */
  @media (max-width:980px){
    nav.main-nav{display:none;}
    .menu-toggle{display:block;}
    nav.main-nav.mobile-open{
      display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--navy);
      padding:10px 20px 18px 20px;gap:2px;box-shadow:0 8px 18px rgba(0,0,0,.25);
    }
    .hero .container{grid-template-columns:1fr;}
    .hero-visual{order:-1;max-width:260px;margin:0 auto;}
    .signs-grid,.services-grid,.testimonial-grid,.automation-grid{grid-template-columns:repeat(2,1fr);}
    .area-grid{grid-template-columns:repeat(2,1fr);}
    .two-col{grid-template-columns:1fr;}
    .steps{grid-template-columns:repeat(2,1fr);}
    .crosslink-row,.contact-grid,.field-row,.footer-grid{grid-template-columns:1fr;}
    .cta-banner{flex-direction:column;text-align:center;}
    .mobile-call-bar{display:block;}
    body{padding-bottom:60px;}
  }
  @media (max-width:600px){
    .signs-grid,.services-grid,.testimonial-grid,.area-grid,.steps,.automation-grid{grid-template-columns:1fr;}
    .hero h1{font-size:32px;}
    .util-bar .util-left{display:none;}
  }
