:root{
  --blue:#0c77e8;
  --blue-2:#1d8cff;
  --deep:#07111e;
  --deep-2:#0b1e34;
  --ink:#0c1118;
  --muted:#5e6876;
  --line:#dbe5ef;
  --soft:#f4f8fc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.55;background:#fff}
a{color:inherit}
.wrap{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(4,8,13,.96);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.nav{height:96px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{height:86px;width:auto;display:block}
.desktop-nav{display:flex;align-items:center;gap:26px}
.desktop-nav a{color:#d8e4f0;text-decoration:none;font-size:.94rem;font-weight:700}
.desktop-nav a:hover{color:#fff}
.header-call{color:#fff;text-decoration:none;font-weight:800;border:1px solid #258cff;padding:12px 18px;border-radius:9px;white-space:nowrap}
.hero{position:relative;overflow:hidden;color:white;background:linear-gradient(135deg,#050a11 0%,#081d35 54%,#0756ae 100%)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 58%,rgba(31,143,255,.1) 58% 100%)}
.hero-glow{position:absolute;width:620px;height:620px;border-radius:50%;right:-170px;top:-230px;background:radial-gradient(circle,rgba(49,157,255,.37),rgba(49,157,255,0) 67%)}
.hero-grid{position:relative;min-height:620px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:48px;padding:72px 0}
.hero-copy{max-width:680px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:.78rem;color:#1378e7;margin:0 0 12px}
.eyebrow.light{color:#88c5ff}
.hero h1{font-size:clamp(3.3rem,6vw,5.4rem);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;max-width:760px}
.hero-lead{font-size:1.22rem;line-height:1.6;color:#d7e7f7;max-width:650px;margin:0}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;border-radius:9px;padding:14px 20px;font-weight:900;font-size:.98rem;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.primary{background:linear-gradient(135deg,var(--blue-2),#0865d0);color:#fff;box-shadow:0 10px 24px rgba(2,98,207,.25)}
.secondary{background:#fff;color:#0b2b4e}
.hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.hero-trust span{font-size:.84rem;color:#dcecff;padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.05)}
.hero-visual{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}
.hero-visual svg{width:100%;max-width:610px;height:auto;filter:drop-shadow(0 25px 28px rgba(0,0,0,.25))}
.visual-badge{position:absolute;right:4%;bottom:6%;background:rgba(2,8,16,.86);border:1px solid rgba(255,255,255,.14);padding:15px 18px;border-radius:12px;box-shadow:0 14px 38px rgba(0,0,0,.3)}
.visual-badge strong,.visual-badge span{display:block}.visual-badge span{font-size:.88rem;color:#a9c1d8;margin-top:2px}
.section{padding:74px 0}
.section-head{max-width:760px;margin-bottom:34px}
.section h2{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 16px}
.section p{color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff;box-shadow:0 12px 36px rgba(8,28,54,.065);transition:.2s ease}
.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(8,28,54,.1)}
.icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#edf6ff;margin-bottom:20px}
.icon svg{width:30px;height:30px;fill:none;stroke:#0874e5;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:1.17rem;margin:0 0 9px;color:#064f9c}.service-card p{margin:0;font-size:.96rem}
.process-section{background:var(--soft);padding:64px 0}
.process-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.steps{display:grid;gap:14px}
.step{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px 20px;background:#fff;border:1px solid #e2e9f1;border-radius:14px}
.step>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0c77e8;color:#fff;font-weight:900}
.step strong{font-size:1.04rem}.step p{margin:4px 0 0;font-size:.92rem}
.why{background:linear-gradient(135deg,#07111e,#0a2440);color:#fff}
.why-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:58px;align-items:center}
.why-copy p{color:#cbd9e8;max-width:720px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:26px}
.check-grid div{display:flex;gap:10px;align-items:flex-start;color:#e4edf7}
.check-grid span{color:#56afff;font-weight:900}
.contact-card{background:#fff;color:#0b1725;border-radius:18px;padding:30px;box-shadow:0 18px 55px rgba(0,0,0,.23)}
.contact-card p{color:#5b6674}.contact-card h3{font-size:1.8rem;line-height:1.15;margin:7px 0 10px}.small-label{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900;color:#0b73df!important}.full{width:100%}.email-link{display:block;text-align:center;margin-top:15px;color:#0767c7;font-weight:700;word-break:break-word}
.service-area{padding:64px 0}
.area-grid{display:grid;grid-template-columns:1fr 260px;gap:40px;align-items:center}
.area-mark{height:170px;border-radius:26px;display:grid;place-items:center;font-size:4.8rem;font-weight:1000;letter-spacing:-.08em;color:#dceeff;background:linear-gradient(135deg,#0d65bd,#0d8df4);box-shadow:0 16px 40px rgba(10,112,220,.2)}
.contact-section{background:#07111e;color:#fff}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}
.contact-intro p{color:#c6d6e7}.direct-contact{display:grid;gap:8px;margin-top:26px}.direct-contact a{color:#8bc8ff;text-decoration:none;font-weight:800}
.estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;color:#121923;padding:28px;border-radius:18px;box-shadow:0 22px 55px rgba(0,0,0,.25)}
.estimate-form label{display:grid;gap:7px;font-size:.86rem;font-weight:800;color:#263243}
.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;font:inherit;border:1px solid #ccd8e5;border-radius:9px;padding:12px 13px;background:#fbfdff;color:#111820;outline:none}
.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{border-color:#0c7be8;box-shadow:0 0 0 3px rgba(12,123,232,.12)}
.full-field{grid-column:1/-1}.form-note{margin:0;font-size:.78rem!important;color:#6a7684!important}
footer{background:#03070c;color:#d0d9e3}.footer-main{display:flex;justify-content:space-between;gap:45px;padding:36px 0 28px}.footer-main>div:last-child{display:grid;align-content:start;gap:3px}.footer-main a{color:#9bceff;text-decoration:none}.footer-brand img{height:92px;width:auto;display:block}.footer-brand p{margin:7px 0 0;color:#95a5b8}.footer-bottom{border-top:1px solid #172130;color:#788696;padding:20px 0 28px;font-size:.85rem}
.mobile-call{display:none}
@media(max-width:980px){.desktop-nav{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 44px}.hero-copy{max-width:760px}.hero-visual{min-height:360px}.hero-visual svg{max-width:560px}.service-grid{grid-template-columns:1fr 1fr}.process-grid,.why-grid,.contact-grid{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr 210px}}
@media(max-width:680px){body{padding-bottom:66px}.nav{height:82px}.brand img{height:70px}.header-call{display:none}.hero-grid{padding:50px 0 22px}.hero h1{font-size:3.05rem}.hero-lead{font-size:1.05rem}.hero-visual{min-height:300px}.visual-badge{right:0;bottom:0}.section{padding:54px 0}.service-grid{grid-template-columns:1fr}.process-grid{gap:28px}.why-grid{gap:34px}.check-grid{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr}.area-mark{height:120px;font-size:3.4rem}.estimate-form{grid-template-columns:1fr;padding:22px}.estimate-form label,.full-field{grid-column:1}.footer-main{flex-direction:column}.mobile-call{display:flex;position:fixed;left:12px;right:12px;bottom:10px;height:52px;z-index:60;align-items:center;justify-content:center;border-radius:12px;text-decoration:none;background:#0c7be8;color:#fff;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.28)}}
@media(max-width:420px){.hero h1{font-size:2.65rem}.actions .btn{width:100%}.hero-trust{display:grid}.hero-visual{min-height:245px}.visual-badge{font-size:.85rem}.section h2{font-size:2.25rem}}


/* Live GoHighLevel lead form */
.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(470px,1.12fr);gap:56px;align-items:start;padding:64px 0}
.hero-copy{padding-top:72px}
.hero h1{font-size:clamp(3.15rem,5.4vw,5rem)}
.hero-form-card{position:relative;z-index:3;background:#fff;color:#101820;border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.34);min-width:0}
.hero-form-head{padding:8px 10px 4px}
.hero-form-head .eyebrow{margin-bottom:5px}
.hero-form-head h2{margin:0;font-size:1.85rem;line-height:1.1;letter-spacing:-.025em;color:#0b1725}
.hero-form-head p{margin:7px 0 12px;color:#667281;font-size:.95rem}
.ghl-form-wrap{height:760px;overflow:hidden;border-radius:12px;background:#fff}
.ghl-form-wrap iframe{display:block;min-height:760px}
.contact-cta{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.contact-cta h2{margin-bottom:10px}
.contact-cta p{color:#c6d6e7;margin-bottom:0}
.contact-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;max-width:560px}
.contact-email{width:100%;text-align:right;color:#8bc8ff;text-decoration:none;font-weight:800}

@media(max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:30px;padding:54px 0}
  .hero-copy{padding-top:16px;max-width:780px}
  .hero-form-card{max-width:760px;width:100%;margin:0 auto}
  .contact-cta{grid-template-columns:1fr}
  .contact-actions{justify-content:flex-start}
  .contact-email{text-align:left}
}
@media(max-width:680px){
  .hero-grid{padding:34px 0 24px}
  .hero-copy{padding-top:0}
  .hero h1{font-size:2.85rem}
  .hero-form-card{padding:10px;border-radius:15px}
  .hero-form-head{padding:10px 8px 2px}
  .hero-form-head h2{font-size:1.5rem}
  .ghl-form-wrap{height:820px}
  .ghl-form-wrap iframe{min-height:820px}
  .contact-actions .btn{width:100%}
}


/* Revision v3: larger logo, remove duplicate form header, and show full GHL form */
.brand img{height:110px}
.footer-brand img{height:110px}
.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);align-items:start}
.hero-copy{padding-top:88px}
.hero-form-card{padding:20px 20px 16px}
.ghl-form-wrap{height:auto;min-height:1380px;overflow:visible;border-radius:12px;background:#fff}
.ghl-form-wrap iframe{display:block;width:100%;height:1380px !important;min-height:1380px;border:none;border-radius:12px;overflow:visible}
@media(max-width:1080px){.brand img{height:96px}.hero-copy{padding-top:16px}.hero-form-card{max-width:820px}.ghl-form-wrap{min-height:1460px}.ghl-form-wrap iframe{height:1460px !important;min-height:1460px}}
@media(max-width:680px){.brand img{height:84px}.footer-brand img{height:96px}.hero-form-card{padding:8px}.ghl-form-wrap{min-height:1540px}.ghl-form-wrap iframe{height:1540px !important;min-height:1540px}}


/* Revision v4: stronger logo presence + inspection CTA in Why BPG card */
.nav{height:132px}
.brand img{height:148px;max-height:none}
.footer-brand img{height:132px}
.contact-card .btn + .btn{margin-top:10px}
.contact-card .secondary{border:1px solid #0c77e8;background:#fff;color:#0b2b4e}
@media(max-width:980px){
  .nav{height:116px}
  .brand img{height:128px}
}
@media(max-width:680px){
  .nav{height:96px}
  .brand img{height:104px}
  .footer-brand img{height:112px}
}

/* Revision v5: final logo scale adjustment */
.nav{height:145px}
.brand img{height:166px}
.footer-brand img{height:160px}
@media(max-width:980px){
  .nav{height:126px}
  .brand img{height:142px}
}
@media(max-width:680px){
  .nav{height:104px}
  .brand img{height:116px}
  .footer-brand img{height:132px}
}


/* Legal pages + footer legal links */
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.legal-links{display:inline-flex;align-items:center;gap:10px}
.legal-links a{color:#7fc3ff;text-decoration:none;font-weight:700}
.legal-links a:hover{text-decoration:underline}
.legal-page{background:#f4f7fb;color:#101820}
.legal-header{position:relative}
.legal-main{padding:56px 0 72px}
.legal-card{max-width:920px;background:#fff;border:1px solid #d8e2ec;border-radius:18px;padding:48px;box-shadow:0 20px 50px rgba(13,34,56,.08)}
.legal-card h1{font-size:clamp(2.4rem,5vw,4rem);margin:4px 0 8px;line-height:1.05}
.legal-card h2{font-size:1.35rem;margin:32px 0 10px;color:#0b4f93}
.legal-card p{color:#46576a;line-height:1.75;margin:0 0 14px}
.legal-card a{color:#0876dc;font-weight:700}
.legal-updated{font-size:.94rem;margin-bottom:26px!important}
.legal-footer{padding-top:28px;padding-bottom:28px}
@media(max-width:680px){.legal-card{padding:28px 20px;border-radius:14px}.legal-main{padding:28px 0 48px}.footer-bottom{align-items:flex-start;flex-direction:column}.legal-links{flex-wrap:wrap}}

/* Revision v8: mobile responsiveness fix for hero + embedded GHL form */
@media(max-width:1080px){
  html,body{max-width:100%;overflow-x:hidden}
  .hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) !important;
    gap:28px;
    min-height:auto;
    padding:48px 0 34px;
  }
  .hero-copy,
  .hero-form-card{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .hero-copy{padding-top:10px}
  .hero-form-card{margin:0;overflow:hidden}
  .ghl-form-wrap{width:100%;max-width:100%;min-width:0}
  .ghl-form-wrap iframe{
    display:block;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }
}

@media(max-width:680px){
  .wrap{width:calc(100% - 32px)}
  .nav{height:84px}
  .brand img{height:88px;max-width:180px;object-fit:contain}
  .hero-grid{padding:28px 0 24px;gap:22px}
  .hero-copy{padding-top:0}
  .hero h1{font-size:clamp(2.35rem,12vw,3rem);line-height:1.02}
  .hero-lead{font-size:1rem;line-height:1.5}
  .hero-form-card{
    padding:6px;
    border-radius:14px;
    box-shadow:0 18px 44px rgba(0,0,0,.28);
  }
  .ghl-form-wrap{
    width:100%;
    min-height:1540px;
    overflow:hidden;
    border-radius:10px;
  }
  .ghl-form-wrap iframe{
    width:100% !important;
    height:1540px !important;
    min-height:1540px !important;
    border-radius:10px !important;
  }
  .actions{display:grid;grid-template-columns:1fr;gap:10px}
  .actions .btn{width:100%}
  .hero-trust{display:grid;grid-template-columns:1fr;gap:8px}
  .mobile-call{
    left:auto;
    right:12px;
    width:auto;
    min-width:172px;
    padding:0 18px;
    height:48px;
    bottom:10px;
    border-radius:999px;
    font-size:.92rem;
  }
  body{padding-bottom:70px}
}

@media(max-width:420px){
  .wrap{width:calc(100% - 24px)}
  .nav{height:78px}
  .brand img{height:80px;max-width:165px}
  .hero-grid{padding-top:22px}
  .hero h1{font-size:2.35rem}
  .hero-form-card{padding:4px}
  .mobile-call{right:10px;min-width:158px;height:46px;font-size:.88rem}
}
