
:root{
  --bg:#02060d;
  --panel:#050d19;
  --panel2:#081426;
  --blue:#0077ff;
  --blue2:#00bfff;
  --line:rgba(0,132,255,.35);
  --softline:rgba(255,255,255,.1);
  --text:#f4f8ff;
  --muted:#b6c3d6;
  --silver:#d9e1ec;
}
*{box-sizing:border-box;scroll-behavior:smooth}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
body{
  overflow-x:hidden;
  background:
    radial-gradient(circle at 13% 11%, rgba(0,119,255,.25), transparent 26%),
    radial-gradient(circle at 85% 16%, rgba(0,191,255,.17), transparent 28%),
    linear-gradient(180deg,#01040a,#030914 45%,#02050b);
}
body:before{
  content:"";
  position:fixed;inset:0;z-index:-2;pointer-events:none;
  background-image:
    linear-gradient(rgba(0,119,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,119,255,.08) 1px, transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.95), transparent 88%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.nav{
  position:sticky;top:0;z-index:50;
  background:rgba(2,6,13,.9);
  border-bottom:1px solid var(--softline);
  backdrop-filter:blur(12px);
}
.nav-inner{
  max-width:1500px;margin:0 auto;padding:15px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}
.brand img{width:68px;height:68px;border-radius:50%;object-fit:cover;filter:drop-shadow(0 0 16px rgba(0,132,255,.65))}
.brand-title{text-transform:uppercase;font-weight:950;letter-spacing:1.8px;line-height:1.05}
.brand-sub{color:var(--blue2);font-size:11px;letter-spacing:1.8px;text-transform:uppercase;font-weight:900;margin-top:3px}
.links{display:flex;align-items:center;gap:28px;font-size:13px;text-transform:uppercase;font-weight:900;letter-spacing:.8px}
.links a{color:#e7effd;position:relative}
.links a:hover,.links a.active{color:var(--blue2)}
.links a.active:after,.links a:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;
  background:linear-gradient(90deg,transparent,var(--blue),transparent);box-shadow:0 0 10px var(--blue)
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:46px;padding:0 22px;border-radius:6px;
  border:1px solid rgba(0,132,255,.8);
  background:linear-gradient(180deg,#0978ff,#063fa4);
  box-shadow:0 0 20px rgba(0,119,255,.32), inset 0 1px rgba(255,255,255,.22);
  color:#fff;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.8px
}
.btn.ghost{background:rgba(3,11,21,.72);border-color:rgba(0,191,255,.72)}
.page-hero{
  position:relative;overflow:hidden;border-bottom:1px solid rgba(0,119,255,.22);
  padding:78px 24px 64px;text-align:center;
  background:
    linear-gradient(110deg, transparent 0 23%, rgba(0,119,255,.16) 23.1%, transparent 23.35%),
    linear-gradient(110deg, transparent 0 74%, rgba(0,191,255,.12) 74.1%, transparent 74.35%),
    radial-gradient(circle at 50% 10%, rgba(0,132,255,.24), transparent 34%);
}
.page-hero:after{
  content:"";position:absolute;left:-8%;right:-8%;bottom:-180px;height:310px;z-index:0;
  background:radial-gradient(ellipse at center, rgba(0,132,255,.38), transparent 55%);
  transform:perspective(760px) rotateX(62deg)
}
.page-hero>*{position:relative;z-index:2}
.kicker{color:var(--blue2);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}
h1,h2,h3,h4{text-transform:uppercase;margin:0}
h1{
  color:var(--silver);font-size:clamp(40px,5vw,76px);line-height:1;letter-spacing:3px;font-weight:950;
  text-shadow:0 0 20px rgba(0,132,255,.22)
}
.page-hero p{max-width:780px;margin:18px auto 0;color:var(--muted);font-size:18px;line-height:1.6}
.wrap{max-width:1400px;margin:0 auto;padding:54px 24px}
.section-title{
  display:flex;align-items:center;justify-content:center;gap:24px;
  color:var(--silver);font-size:clamp(30px,3vw,50px);letter-spacing:3px;font-weight:950;margin-bottom:28px;text-align:center
}
.section-title:before,.section-title:after{
  content:"";width:min(16vw,210px);height:1px;background:linear-gradient(90deg,transparent,var(--blue));box-shadow:0 0 10px var(--blue)
}
.section-title:after{background:linear-gradient(90deg,var(--blue),transparent)}
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{
  border:1px solid var(--softline);border-radius:8px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022)),rgba(4,10,18,.88);
  box-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 0 18px rgba(0,119,255,.04);
  overflow:hidden
}
.card-pad{padding:26px}
.card h3{font-size:22px;color:var(--silver);letter-spacing:.8px;margin-bottom:10px}
.card p,.card li{color:var(--muted);line-height:1.55}
.icon{font-size:38px;color:var(--blue);text-shadow:0 0 18px rgba(0,119,255,.5);margin-bottom:14px}
.price{font-size:44px;font-weight:950;color:#fff;margin:12px 0;text-shadow:0 0 14px rgba(0,119,255,.22)}
.price small{font-size:13px;color:var(--muted);text-transform:uppercase}
ul{padding-left:0;list-style:none;margin:14px 0 0}
li{padding:8px 0;border-top:1px solid rgba(255,255,255,.07)}
li:before{content:"✓";color:var(--blue2);font-weight:900;margin-right:8px}
.featured{border-color:rgba(0,132,255,.65);box-shadow:0 0 34px rgba(0,119,255,.14),0 18px 40px rgba(0,0,0,.28)}
.project-card img{width:100%;height:270px;object-fit:cover;border-bottom:1px solid var(--softline)}
.project-card .card-pad{min-height:210px}
.note{
  border:1px solid rgba(0,132,255,.35);border-radius:8px;background:rgba(0,119,255,.08);
  padding:18px 20px;color:#d9ecff;font-weight:800;line-height:1.5;margin-top:24px
}
.contact-box{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;
  border:1px solid rgba(0,132,255,.35);border-radius:8px;
  background:radial-gradient(circle at 14% 18%,rgba(0,119,255,.14),transparent 28%),rgba(4,10,18,.92);
  padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.3)
}
.contact-list{display:grid;gap:12px;margin-top:22px;font-weight:800;color:#e7f2ff}
form{display:grid;gap:12px}
input,textarea,select{
  width:100%;padding:15px 14px;border-radius:6px;border:1px solid rgba(0,132,255,.22);
  background:rgba(255,255,255,.06);color:#fff;font-size:15px;outline:none
}
textarea{min-height:135px;resize:vertical}
input::placeholder,textarea::placeholder{color:#9dadc1}
select option{color:#111}
footer{padding:30px 24px;border-top:1px solid var(--softline);color:#91a0b5;text-align:center}
.exact-homepage{position:relative;width:100%;max-width:100vw;line-height:0;background:#02060d}
.exact-homepage img{width:100%;height:auto;display:block;user-select:none;-webkit-user-drag:none}
.hotspot{position:absolute;display:block;z-index:10;background:rgba(0,0,0,0);border-radius:6px}
.hotspot:focus{outline:2px solid #00b7ff;outline-offset:2px}
.home{left:34.8%;top:3.2%;width:4.0%;height:3.0%}
.services-h{left:39.2%;top:3.2%;width:5.8%;height:3.0%}
.featured-h{left:45.4%;top:3.2%;width:8.8%;height:3.0%}
.samples-h{left:55.0%;top:3.2%;width:8.6%;height:3.0%}
.pricing-h{left:64.5%;top:3.2%;width:5.0%;height:3.0%}
.faq-h{left:70.1%;top:3.2%;width:3.2%;height:3.0%}
.contact-h{left:73.3%;top:3.2%;width:5.4%;height:3.0%}
.quote-top{left:83.4%;top:2.6%;width:11.8%;height:4.5%}
.view-services{left:32.5%;top:35.0%;width:10.8%;height:4.8%}
.request-quote{left:44.0%;top:35.0%;width:10.5%;height:4.8%}
.view-project{left:4.4%;top:72.1%;width:7.8%;height:4.2%}
.view-samples{left:40.1%;top:72.1%;width:7.8%;height:4.2%}
.get-started{left:80.2%;top:72.1%;width:9.6%;height:4.2%}
.mobile-note{display:none;padding:18px;text-align:center;background:#02060d;color:var(--muted);line-height:1.5}
.hidden-seo{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:1050px){
  .links{display:none}
  .brand{min-width:0}
  .grid-2,.grid-3,.grid-4,.contact-box{grid-template-columns:1fr}
  .section-title:before,.section-title:after{display:none}
}
@media(max-width:760px){
  .exact-homepage{overflow-x:auto}
  .exact-homepage img{width:1792px;max-width:none}
  .hotspot{display:none}
  .mobile-note{display:block}
  .brand img{width:58px;height:58px}
  .brand-title{font-size:14px}
  .btn{width:100%}
}





/* Correct footer overlay: covers only the fake footer area inside the screenshot */
.exact-homepage {
  position: relative;
  width: 100%;
  max-width: 100vw;
  line-height: 0;
  background: #02060d;
  overflow: hidden;
}

.exact-homepage > img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.homepage-footer-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 170px;
  padding: 18px 5.2vw 20px;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1.25fr .75fr;
  align-items: center;
  gap: 24px;
  background:
    linear-gradient(180deg, rgba(2,8,18,.985) 0%, rgba(1,5,12,.998) 100%);
  border-top: 1px solid rgba(0,132,255,.48);
  box-shadow: 0 -18px 46px rgba(0,0,0,.72), inset 0 1px rgba(255,255,255,.05);
  line-height: 1.35;
  overflow: hidden;
}

.homepage-footer-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(0,132,255,.12), transparent 24%),
    radial-gradient(circle at 88% 24%, rgba(0,191,255,.09), transparent 20%),
    repeating-linear-gradient(90deg,
      transparent 0,
      transparent 74px,
      rgba(0,132,255,.04) 74px,
      rgba(0,132,255,.04) 75px),
    repeating-linear-gradient(0deg,
      transparent 0,
      transparent 46px,
      rgba(0,132,255,.03) 46px,
      rgba(0,132,255,.03) 47px);
  pointer-events: none;
  opacity: 1;
}

.homepage-footer-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0,191,255,.88), rgba(0,132,255,.58), transparent);
  box-shadow: 0 0 18px rgba(0,132,255,.55);
  pointer-events: none;
}

.overlay-footer-brand,
.overlay-footer-contact,
.overlay-footer-social {
  position: relative;
  z-index: 1;
}

.overlay-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}

.overlay-footer-brand img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px;
  min-height: 72px;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(0,132,255,.52));
}

.overlay-footer-brand strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 14px rgba(0,132,255,.18);
}

.overlay-footer-brand span {
  display: block;
  margin-top: 6px;
  color: #22a8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0,132,255,.28);
}

.overlay-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay-footer-contact a,
.overlay-footer-contact div {
  color: #eef6ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .45px;
  line-height: 1.35;
  text-transform: uppercase;
}

.overlay-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.overlay-footer-contact a:hover {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(0,132,255,.7);
}

.overlay-footer-contact a:last-child {
  margin-top: 2px;
  padding: 6px 14px;
  border: 1px solid rgba(0,132,255,.42);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(17,31,64,.9), rgba(8,15,32,.95));
  box-shadow: inset 0 0 12px rgba(0,132,255,.14), 0 0 18px rgba(0,132,255,.10);
}

.overlay-footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.overlay-footer-social a {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #32aeff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 950;
  border: 1px solid rgba(0,132,255,.56);
  background:
    radial-gradient(circle at 35% 30%, rgba(0,191,255,.20), rgba(0,119,255,.10) 46%, rgba(0,119,255,.04) 100%),
    linear-gradient(180deg, rgba(8,18,36,.98), rgba(4,10,22,.98));
  box-shadow:
    inset 0 0 14px rgba(0,132,255,.14),
    0 0 0 1px rgba(255,255,255,.03),
    0 0 18px rgba(0,132,255,.18);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.overlay-footer-social a:hover {
  transform: translateY(-2px) scale(1.03);
  color: #ffffff;
  border-color: rgba(0,191,255,.95);
  box-shadow:
    0 0 24px rgba(0,132,255,.45),
    inset 0 0 16px rgba(0,132,255,.16);
}

/* The overlay covers the fake footer, so these old screenshot footer hotspots are disabled */
.view-project,
.view-samples,
.get-started {
  display: none !important;
}

@media (max-width: 1050px) {
  .exact-homepage {
    overflow-x: auto;
  }

  .exact-homepage > img {
    width: 1792px;
    max-width: none;
  }

  .homepage-footer-overlay {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 24px 18px;
    min-height: 0;
  }

  .overlay-footer-brand,
  .overlay-footer-social {
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .overlay-footer-brand {
    flex-direction: column;
    text-align: center;
  }

  .overlay-footer-brand img {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px;
    min-height: 66px;
  }

  .overlay-footer-contact a,
  .overlay-footer-contact div {
    font-size: 13px;
  }

  .overlay-footer-social a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}


/* Homepage animated effects */
.homepage-fx{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  overflow:hidden;
}

.logo-pulse{
  position:absolute;
  left:9.6%;
  top:33.4%;
  transform-origin:center center;
  border-radius:50%;
  mix-blend-mode:screen;
}

.pulse-outer{
  width:18%;
  height:9.2%;
  background:radial-gradient(ellipse at center,
    rgba(160,245,255,.98) 0%,
    rgba(92,190,255,.92) 16%,
    rgba(33,116,255,.64) 36%,
    rgba(14,53,194,.34) 56%,
    rgba(0,0,0,0) 78%);
  filter:blur(20px);
  opacity:.92;
  animation:logoPulseHeavy 2.15s ease-in-out infinite;
}

.pulse-inner{
  left:10.7%;
  top:34.4%;
  width:15.8%;
  height:6.8%;
  background:radial-gradient(ellipse at center,
    rgba(195,250,255,1) 0%,
    rgba(87,201,255,.96) 18%,
    rgba(35,123,255,.62) 42%,
    rgba(0,0,0,0) 72%);
  filter:blur(11px);
  opacity:.96;
  animation:logoPulseInner 1.7s ease-in-out infinite;
}

.pulse-core{
  left:12.4%;
  top:35.25%;
  width:12.4%;
  height:4.25%;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,1) 0%,
    rgba(167,239,255,.98) 18%,
    rgba(58,174,255,.86) 38%,
    rgba(29,93,255,.35) 58%,
    rgba(0,0,0,0) 75%);
  filter:blur(7px);
  opacity:1;
  animation:logoPulseCore 1.45s ease-in-out infinite;
}

@keyframes logoPulseHeavy{
  0%,100%{transform:scale(.84); opacity:.48; filter:blur(16px);}
  45%{transform:scale(1.22); opacity:1; filter:blur(24px);}
  60%{transform:scale(1.12); opacity:.9; filter:blur(20px);}
}

@keyframes logoPulseInner{
  0%,100%{transform:scale(.92); opacity:.56;}
  50%{transform:scale(1.22); opacity:1;}
}

@keyframes logoPulseCore{
  0%,100%{transform:scale(.96); opacity:.72;}
  50%{transform:scale(1.18); opacity:1;}
}



@media(max-width:760px){
  .homepage-fx{display:none;}
}


/* Realistic lightning bolt homepage effects */
.lightning-bolt {
  position: absolute;
  width: 24%;
  height: auto;
  opacity: 0;
  overflow: visible;
  transform: rotate(-13deg);
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,.95))
    drop-shadow(0 0 12px rgba(80,210,255,.95))
    drop-shadow(0 0 26px rgba(0,132,255,.70));
  mix-blend-mode: screen;
  animation: lightningTravel 2.25s linear 1 forwards, lightningFlicker .16s steps(2,end) 14;
}

.lightning-bolt polyline {
  fill: none;
  stroke: rgba(195,245,255,.98);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16 11 40 8;
}

.bolt-1 { top: 8%;  left: -28%; width: 25%; animation-delay: .08s, .08s; }
.bolt-2 { top: 14%; left: -32%; width: 21%; animation-delay: .46s, .46s; }
.bolt-3 { top: 22%; left: -26%; width: 18%; animation-delay: .86s, .86s; }
.bolt-4 { top: 6%;  left: 30%;  width: 19%; animation-delay: 1.22s, 1.22s; }
.bolt-5 { top: 18%; left: 54%;  width: 22%; animation-delay: 1.58s, 1.58s; }
.bolt-6 { top: 27%; left: 68%;  width: 19%; animation-delay: 1.94s, 1.94s; }

@keyframes lightningTravel {
  0% {
    opacity: 0;
    transform: translate3d(-90px, 58px, 0) rotate(-13deg) scale(.72);
  }
  6% { opacity: 1; }
  12% { opacity: .45; }
  18% { opacity: 1; }
  72% { opacity: .92; }
  100% {
    opacity: 0;
    transform: translate3d(920px, -235px, 0) rotate(-13deg) scale(1.02);
  }
}

@keyframes lightningFlicker {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(255,255,255,.95)) drop-shadow(0 0 12px rgba(80,210,255,.95)) drop-shadow(0 0 26px rgba(0,132,255,.70)); }
  50% { filter: drop-shadow(0 0 7px rgba(255,255,255,1)) drop-shadow(0 0 18px rgba(124,231,255,1)) drop-shadow(0 0 36px rgba(0,132,255,.9)); }
}

/* Mobile-friendly homepage behavior */
@media (max-width: 760px) {
  body { overflow-x: hidden; }

  .exact-homepage {
    overflow-x: hidden !important;
    width: 100%;
  }

  .exact-homepage > img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .hotspot {
    display: none !important;
  }

  .homepage-fx {
    display: block !important;
  }

  .logo-pulse {
    left: 9.2%;
    top: 33.1%;
  }

  .pulse-outer {
    width: 19%;
    height: 8%;
  }

  .pulse-inner {
    width: 16%;
    height: 6%;
  }

  .pulse-core {
    width: 12%;
    height: 4%;
  }

  .lightning-bolt {
    width: 32%;
    animation-duration: 1.85s, .16s;
  }

  .bolt-1 { top: 8%; left: -30%; }
  .bolt-2 { top: 16%; left: -36%; }
  .bolt-3 { top: 26%; left: -34%; }
  .bolt-4 { top: 8%; left: 16%; }
  .bolt-5 { top: 18%; left: 42%; }
  .bolt-6 { top: 28%; left: 58%; }

  .homepage-footer-overlay {
    position: relative !important;
    grid-template-columns: 1fr !important;
    text-align: center;
    justify-items: center;
    min-height: 0;
    padding: 24px 18px;
  }

  .overlay-footer-brand,
  .overlay-footer-social {
    justify-content: center;
    margin: 0 auto;
  }

  .mobile-note {
    display: block;
  }

  .mobile-note .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .lightning-bolt {
    width: 40%;
  }

  .homepage-footer-overlay {
    gap: 18px;
  }
}


/* Fixed mobile homepage */
.mobile-homepage-fixed {
  display: none;
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .exact-homepage {
    display: none !important;
  }

  .mobile-note {
    display: none !important;
  }

  .mobile-homepage-fixed {
    display: block;
    padding: 18px 14px 28px;
    background:
      radial-gradient(circle at 50% 0%, rgba(0,191,255,.18), transparent 28%),
      radial-gradient(circle at 12% 12%, rgba(0,132,255,.14), transparent 28%),
      linear-gradient(180deg, #02060d 0%, #07101e 48%, #02060d 100%);
  }

  .mobile-hero-card,
  .mobile-feature-card,
  .mobile-why-card,
  .mobile-footer-panel {
    border: 1px solid rgba(0,132,255,.34);
    border-radius: 16px;
    background:
      radial-gradient(circle at 20% 8%, rgba(0,132,255,.12), transparent 28%),
      linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
      rgba(4,10,18,.94);
    box-shadow: 0 18px 42px rgba(0,0,0,.36), inset 0 0 18px rgba(0,132,255,.05);
    overflow: hidden;
    margin-bottom: 16px;
  }

  .mobile-hero-card {
    text-align: center;
    padding: 22px 16px 20px;
  }

  .mobile-hero-logo {
    width: 132px;
    height: 132px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto 12px;
    filter: drop-shadow(0 0 22px rgba(0,132,255,.55));
  }

  .mobile-kicker {
    color: var(--blue2);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }

  .mobile-hero-card h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: .8px;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .mobile-hero-card p,
  .mobile-feature-card p,
  .mobile-why-card span {
    color: #d7e5f7;
    line-height: 1.55;
    font-size: 15px;
  }

  .mobile-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-actions .btn {
    width: 100%;
  }

  .mobile-services {
    display: grid;
    gap: 14px;
    margin-bottom: 16px;
  }

  .mobile-service-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(0,132,255,.28);
    border-radius: 14px;
    background: rgba(4,10,18,.9);
    box-shadow: 0 14px 34px rgba(0,0,0,.28);
  }

  .mobile-service-card img {
    width: 112px;
    height: 86px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
  }

  .mobile-service-card h3,
  .mobile-feature-card h2,
  .mobile-why-card h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 1.1;
    margin: 0 0 7px;
  }

  .mobile-service-card h3 {
    font-size: 18px;
  }

  .mobile-service-card p {
    margin: 0;
    color: #c5d6ea;
    line-height: 1.45;
    font-size: 13px;
  }

  .mobile-feature-card {
    padding: 16px;
  }

  .mobile-feature-card img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
    margin-bottom: 15px;
  }

  .mobile-feature-card h2,
  .mobile-why-card h2 {
    font-size: 24px;
  }

  .mobile-feature-card .btn {
    width: 100%;
    margin-top: 16px;
  }

  .mobile-why-card {
    padding: 16px;
  }

  .mobile-why-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .mobile-why-grid div {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.035);
  }

  .mobile-why-grid strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
  }

  .mobile-why-grid span {
    display: block;
    font-size: 13px;
  }

  .mobile-footer-panel {
    text-align: center;
    padding: 18px 14px;
  }

  .mobile-footer-panel img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto 10px;
    filter: drop-shadow(0 0 16px rgba(0,132,255,.5));
  }

  .mobile-footer-panel a,
  .mobile-footer-panel div {
    color: #dbe9fa;
    font-weight: 850;
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-social-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
  }

  .mobile-social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,132,255,.46);
    background: rgba(0,119,255,.10);
    color: var(--blue2);
    text-transform: uppercase;
    letter-spacing: .7px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .mobile-service-card {
    grid-template-columns: 1fr;
  }

  .mobile-service-card img {
    width: 100%;
    height: 160px;
  }

  .mobile-hero-card h1 {
    font-size: 28px;
  }
}


/* General mobile improvements */
@media (max-width: 760px) {
  .nav-inner {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .links {
    display: none !important;
  }

  .nav .btn {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
  }

  .page-hero {
    padding: 54px 16px 44px;
  }

  h1 {
    font-size: 38px;
    letter-spacing: 1.5px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .wrap {
    padding: 34px 16px;
  }

  .contact-box {
    padding: 20px;
  }

  input, textarea, select {
    font-size: 16px;
  }
}


/* Critical fix: keep Netlify detection forms hidden */
form[hidden],
[hidden],
.hidden-netlify-form {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -99999px !important;
}

/* Pricing page cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.price-card {
  padding: 26px;
  border: 1px solid rgba(0,132,255,.32);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 8%, rgba(0,132,255,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    rgba(4,10,18,.96);
  box-shadow: 0 18px 42px rgba(0,0,0,.34), inset 0 0 18px rgba(0,132,255,.05);
}

.price-card.featured {
  border-color: rgba(0,191,255,.55);
  box-shadow: 0 20px 46px rgba(0,0,0,.38), 0 0 24px rgba(0,132,255,.14), inset 0 0 18px rgba(0,132,255,.07);
}

.price-card h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .9px;
  line-height: 1.08;
  margin: 0 0 10px;
  font-size: 24px;
}

.price {
  color: var(--blue2);
  font-size: 36px;
  font-weight: 950;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-shadow: 0 0 18px rgba(0,132,255,.25);
}

.price-card p {
  color: #d7e5f7;
  line-height: 1.55;
  font-size: 14px;
  margin: 0 0 22px;
}

.price-card .btn {
  width: 100%;
}

@media(max-width:980px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}


/* Smaller homepage footer override */
.homepage-footer-overlay {
  min-height: 108px !important;
  padding: 10px 5.2vw 11px !important;
  gap: 18px !important;
}

.overlay-footer-brand img {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
}

.overlay-footer-brand strong {
  font-size: 17px !important;
  letter-spacing: 1px !important;
}

.overlay-footer-brand span {
  font-size: 9px !important;
  letter-spacing: 1.8px !important;
  margin-top: 3px !important;
}

.overlay-footer-contact {
  gap: 4px !important;
}

.overlay-footer-contact a,
.overlay-footer-contact div {
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: .35px !important;
}

.overlay-footer-contact a:last-child {
  padding: 4px 11px !important;
  margin-top: 1px !important;
}

.overlay-footer-social {
  gap: 10px !important;
}

.overlay-footer-social a {
  width: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
}

@media (max-width: 760px) {
  .homepage-footer-overlay {
    padding: 16px 14px !important;
    gap: 12px !important;
  }

  .overlay-footer-brand img {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
  }

  .overlay-footer-social a {
    width: 40px !important;
    height: 40px !important;
  }
}
