:root{
  --bg:#f6f8ff;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#0b1020;
  --muted:#425376;
  --line:rgba(11,16,32,.12);

  /* Brand */
  --blue:#2cc8ff;
  --blue2:#0a66ff;
  --gold:#ffb400;
  --amber:#ff7a18;

  --shadow: 0 16px 46px rgba(11,16,32,.12);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 15% -10%, rgba(44,200,255,.16), transparent 60%),
    radial-gradient(900px 520px at 90% 5%, rgba(255,180,0,.14), transparent 55%),
    radial-gradient(700px 420px at 65% 80%, rgba(255,122,24,.10), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 100%);
  line-height:1.5;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }
.container{ width:min(1120px, 92%); margin:0 auto; }

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{ left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#fff; color:#000; border-radius:10px; z-index:9999; }

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:12px;
}

.brand{ display:flex; align-items:center; gap:12px; }
.brand__mark{ color:var(--text); display:flex; }
.brand__text{ display:flex; flex-direction:column; gap:2px; }
.brand__text strong{ font-weight:800; letter-spacing:.2px; }
.brand__text span{ color:var(--muted); font-size:12px; }

.nav{ display:flex; align-items:center; gap:18px; }
.nav{ display:flex; align-items:center; gap:18px; }
.nav a{ color:var(--muted); font-weight:700; font-size:14px; }
.nav a:hover{ color:var(--text); text-decoration:none; }
.nav a:hover{ color:var(--text); text-decoration:none; }

.nav a.active{
  color: var(--text);
  position: relative;
  text-decoration: none;
}
.nav a.active::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:2px;
  background: linear-gradient(135deg, var(--gold), var(--blue));
  border-radius:2px;
}

.hamburger{
  display:none;
  background:transparent; border:0; padding:10px;
  border-radius:12px; cursor:pointer;
}
.hamburger span{
  display:block; width:22px; height:2px; background:var(--text);
  margin:5px 0; border-radius:2px;
}

.mobileMenu{
  border-top:1px solid var(--line);
  background: rgba(11,16,32,.90);
}
.mobileMenu__inner{
  padding:12px 0 18px;
  display:flex; flex-direction:column; gap:10px;
}
.mobileMenu__inner a{ color:var(--muted); font-weight:700; padding:10px 2px; }
.mobileMenu__inner a.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  color:#1a1408;
  font-weight:900;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(255,180,0,.18);
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  color:#1a1408;
  font-weight:900;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(255,180,0,.18);
}
.btn:hover{ text-decoration:none; filter: brightness(1.02); }
.btn--ghost{
  background: rgba(255,255,255,.65);
  border:1px solid rgba(11,16,32,.14);
  color:var(--text);
  box-shadow:none;
}
.btn--small{ padding:10px 13px; border-radius:12px; font-size:14px; }

.link{ color:var(--muted); font-weight:700; }
.link:hover{ color:var(--text); text-decoration:none; }

.hero{ padding:54px 0 24px; }
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:26px;
  align-items:stretch;
}
.pill{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:var(--muted);
  font-weight:700;
  font-size:12px;
}
.hero h1{
  margin:14px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height:1.06;
  letter-spacing:-.8px;
}
.accent{
  background: linear-gradient(135deg, var(--gold), var(--blue));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lede{ color:var(--muted); font-size:16px; max-width:60ch; }
.hero__cta{ display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }

.trust{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.trust__item{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.trust__item strong{ display:block; font-size:13px; }
.trust__item span{ display:block; font-size:12px; color:var(--muted); margin-top:4px; }

.hero__card{ position:relative; }
.cardGlow{
  position:absolute; inset:-34px;
  background:
    radial-gradient(320px 240px at 25% 15%, rgba(255,180,0,.18), transparent 60%),
    radial-gradient(320px 240px at 75% 75%, rgba(44,200,255,.14), transparent 55%);
  filter: blur(30px);
  z-index:0;
}
.card{
  position:relative; z-index:1;
  padding:20px;
  border-radius: var(--radius);
  background: var(--card);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.card h2{ margin:0 0 10px; font-size:18px; }
.checklist{ margin:0; padding-left:18px; color:var(--muted); }
.checklist li{ margin:10px 0; }
.card__cta{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; }
.fineprint{ margin:12px 0 0; color:rgba(183,195,230,.8); font-size:12px; }

.section{ padding:62px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(44,200,255,.06), rgba(255,180,0,.05));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{ margin-bottom:22px; }
.section__head h1{ margin:0 0 8px; font-size:32px; letter-spacing:-.5px; }
.section__head h2{ margin:0 0 8px; font-size:28px; letter-spacing:-.3px; }
.section__head p{ margin:0; color:var(--muted); max-width:75ch; }

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.svc{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.svc h3{ margin:0 0 8px; }
.svc p{ margin:0 0 10px; color:var(--muted); }
.svc ul{ margin:0; padding-left:18px; color:var(--muted); }
.svc li{ margin:8px 0; }
.svc--highlight{
  background: linear-gradient(180deg, rgba(255,180,0,.18), rgba(255,255,255,.03));
}

.steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.steps li{
  display:flex; gap:14px;
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.stepNum{
  width:36px; height:36px;
  border-radius:12px;
  display:grid; place-items:center;
  font-weight:900;
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.16);
  color:var(--text);
  flex:0 0 auto;
}
.steps h3{ margin:0 0 6px; }
.steps p{ margin:0; color:var(--muted); }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.project{
  margin:0;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  overflow:hidden;
  background: rgba(255,255,255,.92);
}
.project__img{
  height:180px;
  background:
    radial-gradient(700px 260px at 20% 20%, rgba(255,180,0,.35), transparent 55%),
    radial-gradient(600px 260px at 85% 70%, rgba(44,200,255,.25), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project__img--2{
  background:
    radial-gradient(700px 260px at 30% 30%, rgba(44,200,255,.28), transparent 55%),
    radial-gradient(600px 260px at 75% 80%, rgba(255,180,0,.24), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.project__img--3{
  background:
    radial-gradient(700px 260px at 20% 70%, rgba(44,200,255,.22), transparent 55%),
    radial-gradient(600px 260px at 80% 25%, rgba(255,180,0,.30), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.project figcaption{
  padding:14px 16px 16px;
  display:flex; flex-direction:column; gap:4px;
}
.project strong{ font-size:14px; }
.project span{ color:var(--muted); font-size:13px; }

.ctaStrip{
  padding:34px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,180,0,.16), rgba(44,200,255,.12));
}
.ctaStrip__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; flex-wrap:wrap;
}
.ctaStrip h2{ margin:0 0 6px; }
.ctaStrip p{ margin:0; color:var(--muted); }

.contactGrid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:14px;
  align-items:start;
}
.contactCard{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.contactLine{ margin:10px 0; color:var(--muted); }
.miniFAQ{ margin-top:14px; padding-top:12px; border-top:1px solid var(--line); }
.miniFAQ h4{ margin:0 0 8px; }
.miniFAQ ul{ margin:0; padding-left:18px; color:var(--muted); }
.miniFAQ li{ margin:8px 0; }

.form{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.fieldRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.field{ display:flex; flex-direction:column; gap:6px; margin-bottom:12px; }
label{ font-weight:800; font-size:13px; color:var(--text); }
input, select, textarea{
  background: rgba(255,255,255,.95);
  border:1px solid rgba(11,16,32,.14);
  color:var(--text);
  border-radius: 14px;
  padding:12px 12px;
  outline:none;
}
input::placeholder, textarea::placeholder{ color: rgba(183,195,230,.7); }
input:focus, select:focus, textarea:focus{ border-color: rgba(255,180,0,.6); box-shadow: 0 0 0 3px rgba(255,180,0,.18); }

.formStatus{ margin:10px 0 0; color:var(--muted); font-size:13px; min-height:18px; }

.footer{
  padding:22px 0;
  color: rgba(66,83,118,.9);
}
.footer__inner{
  display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;
}
.footer__links{ display:flex; gap:14px; }
.footer__links a{ color:rgba(183,195,230,.85); font-weight:700; font-size:13px; }

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.badge{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
  color: var(--muted);
  font-size:12px;
  font-weight:800;
}

.pageHero{
  padding:44px 0 10px;
}
.pageHero__inner{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
}
.pageHero h1{ margin:0 0 8px; font-size: clamp(30px, 3.2vw, 42px); letter-spacing:-.6px; }
.pageHero p{ margin:0; color:var(--muted); max-width:80ch; }

.twoCol{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:start;
}

.callout{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,180,0,.16), rgba(255,255,255,.03));
}

.table{
  width:100%;
  border-collapse:collapse;
  border:1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  overflow:hidden;
}
.table th,.table td{
  padding:12px 12px;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.table th{
  background: rgba(255,255,255,.94);
  color: var(--text);
  font-size:13px;
}
.table td{ color: var(--muted); font-size:13px; }
.table tr:last-child td{ border-bottom:0; }

@media (max-width: 940px){
  .hero__grid{ grid-template-columns: 1fr; }
  .trust{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }
  .twoCol{ grid-template-columns: 1fr; }
  .nav{ display:none; }
  .hamburger{ display:block; }
}

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

/* Spark / cable energy vibes */
.sectionRel{ position:relative; overflow:hidden; }
.sparkField{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(2px 2px at 10% 20%, rgba(255,180,0,.22), transparent 60%),
    radial-gradient(2px 2px at 22% 75%, rgba(44,200,255,.20), transparent 60%),
    radial-gradient(2px 2px at 58% 28%, rgba(255,122,24,.18), transparent 60%),
    radial-gradient(2px 2px at 76% 62%, rgba(44,200,255,.16), transparent 60%),
    radial-gradient(2px 2px at 90% 40%, rgba(255,180,0,.18), transparent 60%);
  opacity:.65;
  mix-blend-mode: multiply;
  filter: blur(.2px);
}

/* Friendly motion */
.svc, .project, .contactCard, .form, .trust__item{
  transition: transform .18s ease, box-shadow .18s ease;
}
.svc:hover, .project:hover, .contactCard:hover, .form:hover, .trust__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(11,16,32,.14);
}


/* Header email chip */
.headerEmail{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(11,16,32,.14);
  color: var(--text);
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  white-space:nowrap;
}
.headerEmail:hover{
  text-decoration:none;
  box-shadow: 0 10px 22px rgba(11,16,32,.10);
}
.headerEmail--mobile{
  width: fit-content;
}

@media (max-width: 940px){
  .headerEmail{ display:none; }
  .headerEmail--mobile{ display:inline-flex; }
}



/* Mobile: less busy, more whitespace & less effects */
@media (max-width: 940px){
  /* Reduce decorative overlays */
  .sparkField{ opacity: .18 !important; filter:none !important; mix-blend-mode: normal !important; }
  .cardGlow{ opacity: .15 !important; filter: blur(18px) !important; }

  /* Calm backgrounds */
  body{
    background: linear-gradient(180deg, var(--bg) 0%, #ffffff 100%) !important;
  }

  /* Tighter header */
  .topbar{ backdrop-filter:none !important; }
  .brand__mark img{ height:44px !important; }
  .headerEmail--mobile{
    background: rgba(255,255,255,.9) !important;
    border: 1px solid rgba(11,16,32,.10) !important;
    box-shadow:none !important;
  }

  /* Less motion */
  .svc, .project, .contactCard, .form, .trust__item{
    transition:none !important;
  }
  .svc:hover, .project:hover, .contactCard:hover, .form:hover, .trust__item:hover{
    transform:none !important;
    box-shadow: var(--shadow) !important;
  }

  /* Reduce section padding so it feels calmer */
  .section{ padding: 42px 0 !important; }
  .hero{ padding: 52px 0 38px !important; }
  .pageHero{ padding: 46px 0 30px !important; }

  /* Reduce grid density */
  .grid3{ grid-template-columns: 1fr !important; gap: 12px !important; }
  .grid2{ grid-template-columns: 1fr !important; gap: 12px !important; }

  /* Calm typography */
  h1{ font-size: 30px !important; line-height: 1.05 !important; }
  h2{ font-size: 22px !important; }
  .hero__lead{ font-size: 16px !important; }

  /* Buttons: slightly smaller */
  .btn{ padding: 11px 14px !important; }
}


/* Refined blue cable accent buttons */
.btn-primary{
  background: linear-gradient(180deg, #1f6fd1 0%, #1557a8 100%);
  border: 1px solid rgba(0,0,0,.08);
  color:#ffffff;
}

.btn-primary:hover{
  background: linear-gradient(180deg, #2380f0 0%, #1a63c2 100%);
  box-shadow: 0 8px 18px rgba(21,87,168,.25);
  transform: translateY(-1px);
}

.btn-outline{
  background:#ffffff;
  border:2px solid #1f6fd1;
  color:#1f6fd1;
}

.btn-outline:hover{
  background:#1f6fd1;
  color:#ffffff;
}


/* ===== Confident Contractor Styling ===== */

/* Stronger section headers */
h1, h2, h3 {
  letter-spacing: .5px;
  font-weight: 800;
}

/* Blue underline accent under section titles */
.section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1f6fd1;
  margin-top: 12px;
  border-radius: 2px;
}

/* Strong primary buttons */
.btn-primary {
  background: #1557a8;
  border: 2px solid #1557a8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.btn-primary:hover {
  background: #0f4a91;
  border-color: #0f4a91;
  box-shadow: 0 10px 24px rgba(15,74,145,.35);
}

/* Secondary buttons more solid */
.btn-outline {
  border: 2px solid #1557a8;
  font-weight: 700;
  text-transform: uppercase;
}

/* Cards more defined, less floaty */
.card, .svc, .project, .contactCard {
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* Reduce decorative sparkle presence overall */
.sparkField {
  opacity: .12 !important;
}

/* Hero stronger contrast */
.hero {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fc 100%);
}


/* Projects cycling images */
.js-cycle{ position:relative; }
.js-cycle::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.06));
  border-radius: inherit;
  pointer-events:none;
}


/* Project image scaling fix */
.project__img{
  width:100%;
  aspect-ratio: 16 / 9;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius:12px;
}

@media (max-width: 768px){
  .project__img{
    aspect-ratio: 4 / 3;
  }
}

