/* A.I ELECTRICAL & DATA — Premium Agency Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Syne:wght@600;700;800&display=swap');

:root {
  --dark: #070c14;
  --dark-2: #0d1420;
  --dark-3: #14213a;
  --blue: #3b82f6;
  --blue-light: #60a5fa;
  --red: #ef4444;
  --red-dark: #dc2626;
  --yellow: #fbbf24;
  --white: #ffffff;
  --off-white: #f0f4ff;
  --grey-light: #e2e8f0;
  --grey: #94a3b8;
  --text-dark: #0f172a;
  --text-mid: #475569;
  --success: #10b981;
  --font-main: 'Inter', sans-serif;
  --font-heading: 'Syne', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.18);
  --shadow-blue: 0 8px 32px rgba(59,130,246,0.3);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-main);color:var(--text-dark);background:var(--white);overflow-x:hidden;line-height:1.6;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.1;}
h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;}
h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;}
h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;}
p{line-height:1.8;color:var(--text-mid);}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}
.section{padding:5rem 0;}
.text-center{text-align:center;}

.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition);border:none;font-family:var(--font-main);}
.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:white;box-shadow:0 4px 16px rgba(239,68,68,.4);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(239,68,68,.5);}
.btn-blue{background:linear-gradient(135deg,var(--blue),#2563eb);color:white;box-shadow:0 4px 16px rgba(59,130,246,.4);}
.btn-blue:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(59,130,246,.5);}
.btn-ghost{background:rgba(255,255,255,.08);color:white;border:1.5px solid rgba(255,255,255,.2);}
.btn-ghost:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.5);transform:translateY(-2px);}
.btn-lg{padding:1.1rem 2.5rem;font-size:1rem;}

/* TOPBAR */
.topbar{background:var(--dark);padding:.6rem 0;}
.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;}
.topbar-l,.topbar-r{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;}
.topbar-item{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.6);font-size:.82rem;}
.topbar-item svg{width:13px;height:13px;fill:var(--blue-light);}
.topbar-item a{color:rgba(255,255,255,.6);}
.topbar-item a:hover{color:white;}
.topbar-badge{background:linear-gradient(135deg,var(--red),var(--red-dark));color:white;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.06em;}
.open-dot{width:7px;height:7px;background:var(--success);border-radius:50%;animation:pulse-dot 2s infinite;}
@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(16,185,129,.4);}50%{box-shadow:0 0 0 6px rgba(16,185,129,0);}}

/* NAV */
.nav{background:var(--dark-2);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.06);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;}
.logo{display:flex;align-items:center;gap:.75rem;}
.logo-mark{width:44px;height:44px;background:linear-gradient(135deg,var(--blue),#1d4ed8);border-radius:10px;display:flex;align-items:center;justify-content:center;}
.logo-mark svg{width:24px;height:24px;fill:white;}
.logo-name{font-family:var(--font-heading);font-weight:800;font-size:1rem;color:white;line-height:1.1;}
.logo-sub{font-size:.65rem;color:var(--blue-light);letter-spacing:.1em;text-transform:uppercase;}
.nav-links{display:flex;align-items:center;gap:.25rem;}
.nav-a{color:rgba(255,255,255,.7);padding:.45rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:var(--transition);}
.nav-a:hover,.nav-a.active{color:white;background:rgba(255,255,255,.07);}
.nav-r{display:flex;align-items:center;gap:1rem;}
.nav-phone{display:flex;align-items:center;gap:.4rem;color:var(--red);font-weight:800;font-size:.95rem;transition:color .2s;}
.nav-phone svg{width:15px;height:15px;fill:var(--red);}
.nav-phone:hover{color:white;}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px;}
.hamburger span{display:block;width:22px;height:2px;background:white;border-radius:2px;transition:var(--transition);}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-menu{display:none;background:var(--dark);padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.06);}
.mobile-menu.open{display:block;}
.mobile-menu a{display:block;color:rgba(255,255,255,.7);padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem;font-weight:500;}
.mobile-menu a:hover{color:white;}
.mobile-menu .btn{margin-top:1rem;width:100%;justify-content:center;}

/* HERO */
.hero{min-height:88vh;background:var(--dark);position:relative;display:flex;align-items:center;overflow:hidden;}
#spark-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;}
.hero-bg{position:absolute;inset:0;z-index:1;
  background-image:
    radial-gradient(ellipse at 10% 50%,rgba(59,130,246,.15) 0%,transparent 50%),
    radial-gradient(ellipse at 90% 30%,rgba(239,68,68,.1) 0%,transparent 40%);
}
/* Glowing wire */
.wire-svg{position:absolute;bottom:0;left:0;right:0;z-index:1;pointer-events:none;opacity:.15;}
/* Pulse lines */
.pulse-lines{position:absolute;inset:0;z-index:1;pointer-events:none;}
.pulse-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.6),transparent);animation:pulse-travel linear infinite;opacity:0;}
@keyframes pulse-travel{0%{opacity:0;transform:translateX(-100%);}10%{opacity:1;}90%{opacity:.5;}100%{opacity:0;transform:translateX(100vw);}}
.hero-inner{position:relative;z-index:2;padding:6rem 0 5rem;width:100%;}
.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);color:var(--blue-light);padding:.4rem 1rem;border-radius:6px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;}
.hero h1{color:white;margin-bottom:1.25rem;max-width:680px;}
.hero h1 .r{color:var(--red);}
.hero-sub{color:rgba(255,255,255,.6);font-size:1.05rem;max-width:540px;margin-bottom:2rem;line-height:1.8;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;}
.hero-trust{display:flex;gap:2rem;flex-wrap:wrap;}
.trust-pill{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.55);font-size:.82rem;}
.trust-pill svg{width:16px;height:16px;fill:var(--blue-light);}
.trust-pill strong{color:white;}

/* TRUST BAND */
.trust-band{background:rgba(255,255,255,.03);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:1rem 0;}
.trust-band-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;}
.tb-item{display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.6);font-size:.83rem;}
.tb-item svg{width:18px;height:18px;fill:var(--blue-light);}
.tb-item strong{color:white;}

/* SECTION */
.sec-label{display:inline-flex;align-items:center;gap:.4rem;color:var(--blue);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;}
.sec-title{color:var(--text-dark);margin-bottom:1rem;}
.sec-desc{font-size:1rem;color:var(--text-mid);max-width:580px;}
.sec-head{margin-bottom:3rem;}
.sec-head.center{text-align:center;}
.sec-head.center .sec-desc{margin:0 auto;}

/* SERVICE CARDS */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.svc-card{background:white;border-radius:var(--radius);padding:1.875rem;border:1.5px solid var(--grey-light);transition:var(--transition);position:relative;overflow:hidden;}
.svc-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--red));transform:scaleX(0);transform-origin:left;transition:transform .3s ease;}
.svc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent;}
.svc-card:hover::before{transform:scaleX(1);}
.svc-ico{width:54px;height:54px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--transition);}
.svc-card:hover .svc-ico{background:linear-gradient(135deg,var(--blue),#1d4ed8);}
.svc-ico svg{width:26px;height:26px;fill:var(--blue);transition:fill .3s;}
.svc-card:hover .svc-ico svg{fill:white;}
.svc-card h3{margin-bottom:.625rem;color:var(--text-dark);font-size:1.05rem;}
.svc-card p{font-size:.85rem;}
.svc-more{display:inline-flex;align-items:center;gap:.35rem;color:var(--blue);font-size:.82rem;font-weight:700;margin-top:.875rem;transition:gap .2s;}
.svc-more:hover{gap:.6rem;}

/* STATS */
.stats-section{background:linear-gradient(135deg,var(--dark),var(--dark-3));padding:3.5rem 0;}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}
.stat-box{text-align:center;}
.stat-n{font-family:var(--font-heading);font-size:2.8rem;font-weight:800;color:white;line-height:1;}
.stat-n em{font-style:normal;color:var(--blue-light);font-size:1.8rem;}
.stat-l{font-size:.78rem;color:rgba(255,255,255,.4);margin-top:.4rem;text-transform:uppercase;letter-spacing:.08em;}

/* WHY */
.why-section{background:var(--off-white);}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.why-list{display:flex;flex-direction:column;gap:1.5rem;}
.why-row{display:flex;gap:1.25rem;align-items:flex-start;}
.why-ico{width:48px;height:48px;background:linear-gradient(135deg,var(--blue),#1d4ed8);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(59,130,246,.3);}
.why-ico svg{width:22px;height:22px;fill:white;}
.why-body h4{font-size:.95rem;font-weight:700;margin-bottom:.25rem;color:var(--text-dark);}
.why-body p{font-size:.85rem;}
.why-card{background:var(--dark);border-radius:var(--radius-lg);padding:2.5rem;position:relative;overflow:hidden;}
.why-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(59,130,246,.15) 0%,transparent 60%);}
.why-nums{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;}
.wn{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem;text-align:center;}
.wn-n{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:white;}
.wn-n em{font-style:normal;color:var(--blue-light);font-size:1.3rem;}
.wn-l{font-size:.72rem;color:rgba(255,255,255,.35);margin-top:.4rem;text-transform:uppercase;letter-spacing:.06em;}

/* REVIEWS */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.rev-card{background:white;border-radius:var(--radius);padding:1.75rem;border:1.5px solid var(--grey-light);transition:var(--transition);}
.rev-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--blue);}
.stars{display:flex;gap:3px;margin-bottom:.75rem;}
.stars svg{width:15px;height:15px;fill:#f59e0b;}
.rev-text{font-size:.87rem;color:var(--text-mid);line-height:1.75;font-style:italic;margin-bottom:1rem;}
.rev-author{display:flex;align-items:center;gap:.75rem;}
.av{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#1d4ed8);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem;color:white;flex-shrink:0;}
.av-name{font-size:.85rem;font-weight:600;color:var(--text-dark);}
.av-loc{font-size:.73rem;color:var(--grey);}

/* CTA SECTION */
.cta-section{background:linear-gradient(135deg,var(--dark),var(--dark-3));padding:5rem 0;text-align:center;position:relative;overflow:hidden;}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(239,68,68,.08) 0%,transparent 60%);}
.cta-section .container{position:relative;}
.cta-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.25);color:#fca5a5;padding:.35rem .875rem;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;}
.cta-section h2{color:white;margin-bottom:.75rem;}
.cta-section p{color:rgba(255,255,255,.5);margin-bottom:2rem;}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}

/* PAGE HEADER */
.page-header{background:linear-gradient(135deg,var(--dark),var(--dark-3));padding:4.5rem 0;position:relative;overflow:hidden;}
.page-header::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 50%,rgba(59,130,246,.1) 0%,transparent 50%);}
.page-header .container{position:relative;}
.page-header h1{color:white;margin-bottom:.75rem;}
.page-header p{color:rgba(255,255,255,.5);max-width:560px;}
.crumb{display:flex;align-items:center;gap:.5rem;font-size:.77rem;color:rgba(255,255,255,.3);margin-bottom:1rem;}
.crumb a{color:rgba(255,255,255,.3);}
.crumb a:hover{color:var(--blue-light);}
.crumb svg{width:11px;height:11px;fill:rgba(255,255,255,.25);}

/* SERVICE DETAIL */
.svc-detail{display:grid;grid-template-columns:1fr 360px;gap:4rem;}
.svc-list-full{display:flex;flex-direction:column;gap:2.5rem;}
.svc-full{background:white;border-radius:var(--radius);padding:2rem;border:1.5px solid var(--grey-light);transition:var(--transition);}
.svc-full:hover{box-shadow:var(--shadow-md);border-color:var(--blue);}
.svc-full-head{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem;}
.svc-full-ico{width:50px;height:50px;background:linear-gradient(135deg,var(--blue),#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.svc-full-ico svg{width:24px;height:24px;fill:white;}
.svc-full h3{color:var(--text-dark);}
.svc-full p{font-size:.875rem;margin-bottom:1rem;}
.chk-list{display:flex;flex-direction:column;gap:.45rem;}
.chk{display:flex;align-items:center;gap:.6rem;font-size:.83rem;color:var(--text-mid);}
.chk svg{width:15px;height:15px;fill:var(--success);flex-shrink:0;}
.sb-cta{background:var(--dark);border-radius:var(--radius);padding:2rem;text-align:center;color:white;margin-bottom:1.5rem;}
.sb-cta h4{color:white;font-size:1rem;margin-bottom:.5rem;}
.sb-cta p{font-size:.82rem;color:rgba(255,255,255,.45);margin-bottom:1.25rem;}
.sb-phone{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--red);margin-bottom:1rem;}
.sb-card{background:white;border-radius:var(--radius);padding:1.75rem;border:1.5px solid var(--grey-light);}
.sb-card h4{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--grey-light);}

/* ABOUT */
.about-two{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.about-lead{font-size:1.1rem;line-height:1.85;margin-bottom:1.5rem;color:var(--text-mid);}
.vals{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.val{background:white;border-radius:var(--radius);padding:1.875rem;border:1.5px solid var(--grey-light);text-align:center;transition:var(--transition);}
.val:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--blue);}
.val-ico{width:54px;height:54px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;}
.val-ico svg{width:24px;height:24px;fill:var(--blue);}
.val h3{font-size:.95rem;color:var(--text-dark);margin-bottom:.4rem;}
.val p{font-size:.82rem;}
.creds{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:1rem;}
.cred{background:white;border:2px solid var(--grey-light);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:var(--transition);}
.cred:hover{border-color:var(--blue);transform:translateY(-2px);}
.cred svg{width:30px;height:30px;fill:var(--blue);margin:0 auto .75rem;}
.cred span{font-size:.77rem;font-weight:600;color:var(--text-dark);}

/* CONTACT */
.contact-two{display:grid;grid-template-columns:1fr 380px;gap:4rem;}
.cf-card{background:white;border-radius:var(--radius-lg);padding:2.5rem;border:1.5px solid var(--grey-light);box-shadow:0 2px 8px rgba(0,0,0,.06);}
.fg{margin-bottom:1.2rem;}
.fg label{display:block;font-size:.82rem;font-weight:600;color:var(--text-dark);margin-bottom:.45rem;}
.fg input,.fg textarea,.fg select{width:100%;padding:.825rem 1rem;border:1.5px solid var(--grey-light);border-radius:8px;font-family:var(--font-main);font-size:.875rem;color:var(--text-dark);transition:var(--transition);outline:none;background:var(--off-white);}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--blue);background:white;box-shadow:0 0 0 3px rgba(59,130,246,.1);}
.fg textarea{resize:vertical;min-height:120px;}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.ci-list{display:flex;flex-direction:column;}
.ci{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--grey-light);}
.ci:last-child{border-bottom:none;}
.ci-ico{width:42px;height:42px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.ci-ico svg{width:19px;height:19px;fill:var(--blue);}
.ci-lbl{font-size:.73rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--grey);margin-bottom:.2rem;}
.ci-val{font-weight:600;color:var(--text-dark);}
.ci-val a{color:var(--text-dark);}
.ci-val a:hover{color:var(--blue);}
.map-ph{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--off-white),#dbeafe);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.5rem;border:1.5px solid var(--grey-light);gap:.75rem;}
.map-ph svg{width:36px;height:36px;fill:var(--blue);opacity:.4;}
.map-ph span{font-size:.78rem;color:var(--grey);}

/* FOOTER */
.footer{background:var(--dark);padding:4rem 0 0;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07);}
.f-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;}
.f-logo-mark{width:38px;height:38px;background:linear-gradient(135deg,var(--blue),#1d4ed8);border-radius:9px;display:flex;align-items:center;justify-content:center;}
.f-logo-mark svg{width:20px;height:20px;fill:white;}
.f-logo-name{font-family:var(--font-heading);font-weight:800;font-size:.95rem;color:white;}
.f-desc{font-size:.82rem;color:rgba(255,255,255,.38);line-height:1.7;margin-bottom:1.25rem;}
.f-soc{display:flex;gap:.625rem;}
.f-soc-a{width:32px;height:32px;background:rgba(255,255,255,.06);border-radius:7px;display:flex;align-items:center;justify-content:center;transition:var(--transition);}
.f-soc-a:hover{background:var(--blue);}
.f-soc-a svg{width:14px;height:14px;fill:rgba(255,255,255,.55);}
.f-soc-a:hover svg{fill:white;}
.f-col h4{font-size:.75rem;font-weight:700;color:rgba(255,255,255,.85);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;}
.f-links{display:flex;flex-direction:column;gap:.575rem;}
.f-links a{font-size:.82rem;color:rgba(255,255,255,.38);transition:color .2s;}
.f-links a:hover{color:white;}
.f-ci{display:flex;gap:.625rem;font-size:.82rem;color:rgba(255,255,255,.38);margin-bottom:.75rem;}
.f-ci svg{width:13px;height:13px;fill:var(--blue-light);flex-shrink:0;margin-top:2px;}
.f-ci a{color:rgba(255,255,255,.38);}
.f-ci a:hover{color:white;}
.footer-bot{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:.76rem;color:rgba(255,255,255,.22);flex-wrap:wrap;gap:.75rem;}

/* ANIMATIONS */
.fade-up{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease;}
.fade-up.visible{opacity:1;transform:translateY(0);}

/* PW GATE */
.pw-gate{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dark);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;}
.pw-card{background:var(--dark-2);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:3rem;width:100%;max-width:400px;text-align:center;}
.pw-logo{width:60px;height:60px;background:linear-gradient(135deg,var(--blue),#1d4ed8);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;}
.pw-logo svg{width:32px;height:32px;fill:white;}
.pw-card h2{color:white;font-size:1.4rem;margin-bottom:.5rem;}
.pw-card p{color:rgba(255,255,255,.4);font-size:.85rem;margin-bottom:1.75rem;}
.pw-input{width:100%;padding:.825rem 1rem;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.1);border-radius:8px;color:white;font-size:.95rem;letter-spacing:.2em;text-align:center;outline:none;transition:var(--transition);font-family:var(--font-main);margin-bottom:1rem;}
.pw-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(59,130,246,.15);}
.pw-error{color:#f87171;font-size:.82rem;margin-bottom:1rem;display:none;}

/* RESPONSIVE */
@media(max-width:1024px){.svc-detail{grid-template-columns:1fr;}.contact-two{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr 1fr;}.stats-row{grid-template-columns:1fr 1fr;}}
@media(max-width:768px){.nav-links,.nav-r{display:none;}.hamburger{display:flex;}.svc-grid{grid-template-columns:1fr 1fr;}.why-grid,.about-two{grid-template-columns:1fr;}.review-grid{grid-template-columns:1fr;}.vals{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;}.trust-band-inner,.topbar-l,.topbar-r{gap:1rem;}.stats-row{grid-template-columns:1fr 1fr;}.fg-row{grid-template-columns:1fr;}}
@media(max-width:480px){.svc-grid{grid-template-columns:1fr;}h1{font-size:2rem;}.section{padding:3.5rem 0;}}
