:root{
  --bg0:#050713;
  --bg1:#070a18;
  --card: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.12);

  --text:#eef2ff;
  --muted: rgba(238,242,255,.70);

  --a1:#6d5efc;   /* indigo */
  --a2:#22d3ee;   /* cyan */
  --a3:#34d399;   /* mint */
  --shadow: 0 22px 80px rgba(0,0,0,.60);
  --r: 18px;
  --r2: 26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  overflow-x:hidden;
  background:
    radial-gradient(1200px 600px at 10% 10%, rgba(109,94,252,.20), transparent 60%),
    radial-gradient(1000px 520px at 90% 20%, rgba(34,211,238,.15), transparent 60%),
    radial-gradient(900px 540px at 50% 95%, rgba(52,211,153,.14), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

/* Background FX */
.bg{ position:fixed; inset:0; z-index:-2; overflow:hidden; pointer-events:none;}
.blob{
  position:absolute; width:560px; height:560px; border-radius:999px;
  filter: blur(44px);
  opacity:.55;
  animation: float 12s ease-in-out infinite;
}
.b1{ left:-180px; top:-160px; background: radial-gradient(circle at 30% 30%, rgba(109,94,252,.95), transparent 62%); }
.b2{ right:-200px; top:60px; background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.85), transparent 62%); animation-duration: 14s;}
.b3{ left:20%; bottom:-250px; background: radial-gradient(circle at 30% 30%, rgba(52,211,153,.72), transparent 64%); animation-duration: 15s;}
.noise{
  position:absolute; inset:-60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  opacity:.07; mix-blend-mode: overlay;
}
@keyframes float{
  0%,100%{ transform: translate(0,0) scale(1); }
  50%{ transform: translate(40px, -22px) scale(1.06); }
}

/* Aurora overlay */
body::before{
  content:"";
  position:fixed; inset:-40px;
  background: conic-gradient(from 180deg,
      rgba(109,94,252,.28),
      rgba(34,211,238,.22),
      rgba(52,211,153,.18),
      rgba(109,94,252,.28));
  filter: blur(50px);
  opacity:.22;
  animation: aurora 10s linear infinite;
  z-index:-3; pointer-events:none;
}
@keyframes aurora{
  0%{ transform: translate3d(-2%, -2%, 0) rotate(0deg); }
  50%{ transform: translate3d(2%, 1%, 0) rotate(180deg); }
  100%{ transform: translate3d(-2%, -2%, 0) rotate(360deg); }
}

/* Container */
.container{ width:min(1120px, 92%); margin-inline:auto; }

/* ---------------- LIGHT Glassmorphism Navbar ---------------- */
.header{
  position: sticky;
  top: 0;
  z-index: 50;

  padding: 12px 0;
  background: rgba(255,255,255,.08);         /* light glass */
  border-bottom: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  transition: .25s ease;
}

.header.scrolled{
  padding: 8px 0;
  background: rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  position: relative;
}

/* Brand */
/* ---------- Brand (Logo + Text) ---------- */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  user-select:none;
}

/* Text wrapper */
.brandText{
  display:flex;
  align-items:baseline;
  gap:6px;
  line-height:1;
  white-space:nowrap;
}

/* JH (strong identity) */
.brandPrimary{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .6px;

  background: linear-gradient(
    135deg,
    #ffffff,
    #c7d2fe
  );

  background-clip: text;              /* standard */
  -webkit-background-clip: text;      /* chrome/safari */

  color: transparent;                 /* standard fallback */
  -webkit-text-fill-color: transparent;
}

/* SoftVision (clean + readable) */
.brandSecondary{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .2px;
  color: rgba(255,255,255,.85);
}

/* Mobile optimization */
@media (max-width: 768px){
  .brandPrimary{ font-size: 18px; }
  .brandSecondary{ font-size: 16px; }
}


/* Logo container */
.logoWrap{
  width:80px;
  height:80px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(255, 255, 255, 0.566);
  /*border: 1px solid rgba(255,255,255,.22);*/
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.497);
  overflow:hidden;

  perspective: 900px;              /* 3D depth */
}

/* The 3D object that rotates */
.logo3D{
  width: 88%;
  height: 88%;
  position: relative;

  transform-style: preserve-3d;
  will-change: transform;

  transition: transform .08s linear;
}

/* Both faces */
.logoFace{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: contain;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

/* BACK face: rotate it 180deg so it shows correctly when flipped */
.logoBack{
  transform: rotateY(180deg);

  /* "Reflect" look — choose ONE of these styles */
  opacity: .85;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)) brightness(1.05);
}

/* Optional: make the backside look like a mirrored reflection */
.logoBack{
  /* mirror horizontally for a reflection-like back */
  transform: rotateY(180deg) scaleX(-1);
}


/* Center tabs: Light glass pill */
.navCenter{ flex:1; display:flex; justify-content:center; }

/* ---------- Navbar Tabs (Clean + Professional) ---------- */
/* ===== Navbar Menus Only (Clean Professional) ===== */
.navMenu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 22px;
}

.navLink{
  position: relative;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .2px;

  color: rgba(238,242,255,.78);
  padding: 10px 2px;

  transition: color .18s ease, transform .18s ease;
}

.navLink:hover{
  color: rgba(238,242,255,.98);
  transform: translateY(-1px);
}

.navLink::after{
  content:"";
  position:absolute;
  left:0;
  bottom: 4px;
  width:0;
  height:2px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--a1), var(--a2));
  transition: width .22s ease;
}

.navLink:hover::after{
  width:100%;
}


/* micro underline glow on hover (premium feel) */
.tab::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(109,94,252,.0), rgba(34,211,238,.0));
  opacity: 0;
  transform: translateY(2px);
  transition: .2s ease;
}

.tab:hover::after{
  opacity: .9;
  transform: translateY(0);
  background: linear-gradient(135deg, rgba(109,94,252,.55), rgba(34,211,238,.40));
}

/* Right side */
.navRight{ display:flex; align-items:center; gap: 10px; }

/* ---------- Navbar CTA: Premium SaaS Button ---------- */
.navCta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  height: 40px;              /* consistent height */
  padding: 0 16px;
  border-radius: 999px;

  text-decoration: none;     /* removes underline */
  font-weight: 950;
  letter-spacing: .2px;

  color: rgba(255,255,255,.96);

  background:
    radial-gradient(120% 140% at 20% 10%, rgba(255,255,255,.22), transparent 55%),
    linear-gradient(135deg, rgba(9, 3, 78, 0.95), rgba(34,211,238,.70));

  border: 1px solid rgba(255,255,255,.26);

  box-shadow:
    0 14px 45px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.12) inset;

  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  position: relative;
  overflow: hidden;
}

.navCta:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 18px 60px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,255,255,.14) inset;
}

.navCta:active{
  transform: translateY(0px);
  filter: brightness(0.98);
}

/* Text: no underline, crisp */
.navCtaText{
  text-decoration: none;
  line-height: 1;
}

/* Icon: small pill */
.navCtaIcon{
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display:grid;
  place-items:center;

  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);

  font-size: 13px;
  font-weight: 1000;
  line-height: 1;

  transition: transform .18s ease, background .18s ease;
}

.navCta:hover .navCtaIcon{
  transform: translate(1px, -1px);
  background: rgba(255,255,255,.22);
}

/* Subtle moving shine */
.navCta::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-40%;
  width: 60%;
  height: 220%;
  transform: rotate(20deg);

  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );

  opacity: .35;
}

.navCta:hover::after{
  animation: ctaShine .9s ease forwards;
}

@keyframes ctaShine{
  from{ left:-40%; }
  to{ left:120%; }
}


/* Toggle (mobile) */
.navToggle{
  display:none;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  border-radius:14px;
  padding:10px 10px;
  cursor:pointer;
}
.navToggle span{
  display:block;
  width:22px; height:2px;
  background: rgba(255,255,255,.88);
  margin:5px 0;
}

/* Mobile sheet: light glass as well */
/* Mobile sheet */
.mobileSheet{ display:none; }

@media (max-width: 860px){
  /* hide desktop menu */
  .navCenter{ display:none !important; }

  /* show hamburger */
  .navToggle{ display:block !important; }

  /* (optional) hide CTA on mobile if you want cleaner */
  /* .navCta{ display:none !important; } */

  .mobileSheet{
    display:block;
    position:absolute;
    top: 84px;
    right: 4%;
    left: auto;
    transform: translateY(-8px);

    width: min(340px, 92%);
    padding: 10px;
    border-radius: 16px;

    background: #0b1020;                         /* solid, clean */
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 60px rgba(0,0,0,.45);

    opacity:0;
    pointer-events:none;
    transition: .2s ease;
  }

  .mobileSheet.open{
    opacity:1;
    pointer-events:auto;
    transform: translateY(0);
  }

  .mobileSheet a{
    display:block;
    padding: 12px 12px;
    border-radius: 12px;
    text-decoration:none;
    font-weight: 850;

    color: rgba(238,242,255,.90);
    background: transparent;
    border: 1px solid transparent;
    margin-bottom: 6px;

    transition: .18s ease;
  }

  .mobileSheet a:hover{
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.08);
  }

  /* make last item (Get a Quote) look like a button */
  .mobileSheet a.btn,
  .mobileSheet .navCta{
    margin-top: 6px;
    background: linear-gradient(135deg, rgba(109,94,252,.95), rgba(34,211,238,.75));
    color: #081022 !important;
    border: none;
    text-align:center;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
  }
}



/* ---------------- Hero / Sections (same as before) ---------------- */
.hero{ position:relative; padding: 78px 0 46px; }
.heroGrid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items:center; }

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px; border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color: var(--muted); font-weight:700;
}
.dot{
  width:10px; height:10px; border-radius:50%;
  background: linear-gradient(135deg, rgba(109,94,252,1), rgba(34,211,238,1));
  box-shadow: 0 0 0 6px rgba(109,94,252,.14);
}
.hero h1{
  margin: 16px 0 12px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.9px;
}
.grad{
  background: linear-gradient(135deg, rgba(109,94,252,1), rgba(34,211,238,1), rgba(52,211,153,1));
  -webkit-background-clip:text; background-clip:text; color: transparent;
}
.hero p{ margin:0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.heroCtas{ display:flex; gap:12px; flex-wrap:wrap; }

.heroStats{ display:flex; gap:14px; flex-wrap:wrap; margin-top: 18px; }
.stat{ padding:12px 14px; border-radius: 16px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); min-width: 160px; }
.statNum{ font-size: 22px; font-weight: 900; letter-spacing:-0.4px; }
.statLbl{ font-size: 13px; color: var(--muted); margin-top: 2px; }

.heroCard{ border-radius: var(--r2); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); overflow:hidden; }
.cardTop{ display:flex; align-items:center; justify-content:space-between; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.05); }
.miniDots span{ display:inline-block; width:10px; height:10px; border-radius:50%; background: rgba(255,255,255,.16); margin-right:6px; }
.chip{ font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(109,94,252,.14); border: 1px solid rgba(109,94,252,.25); color: rgba(238,242,255,.9); }
.cardBody{ padding:16px; }

.metricRow{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-bottom:12px; }
.metric{ padding:12px; border-radius: 18px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); }
.metricTitle{ font-size: 12px; color: var(--muted); margin-bottom:6px; font-weight:800; }
.metricValue{ font-weight:900; display:flex; align-items:center; gap:10px; }
.pulse{ width:10px; height:10px; border-radius:50%; background: rgba(52,211,153,1); box-shadow: 0 0 0 6px rgba(52,211,153,.16); animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse{ 0%,100%{ transform: scale(1); opacity:1; } 50%{ transform: scale(1.1); opacity:.72; } }

.glassPanel{ padding:14px; border-radius: 20px; border:1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); }
.panelHeader{ display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; font-weight:900; }
.badge{ font-size:12px; padding:6px 10px; border-radius: 999px; background: rgba(34,211,238,.12); border:1px solid rgba(34,211,238,.22); }
.fakeUI{ display:grid; grid-template-columns: 46px 1fr; gap:12px; border-radius: 18px; border:1px solid rgba(255,255,255,.10); background: rgba(5,7,19,.55); overflow:hidden; }
.fakeSidebar{ padding:10px; border-right:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); display:flex; flex-direction:column; gap:10px; }
.fakeIcon{ width:26px; height:26px; border-radius:10px; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.10); }
.fakeContent{ padding:12px; }
.fakeLine{ height:10px; border-radius:999px; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.09); margin-bottom:10px; }
.w80{ width:80% } .w60{ width:60% } .w90{ width:90% }
.fakeGrid{ display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top:6px; }
.fakeTile{ height:54px; border-radius:18px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.09); }
.hint{ display:flex; align-items:center; gap:8px; margin-top:12px; color: var(--muted); font-size: 13px; }
.kbd{ font-weight:900; padding:5px 8px; border-radius:10px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.cardBottom{ display:flex; justify-content:space-between; align-items:center; margin-top:12px; }
.tiny{ font-size:12px; color: var(--muted); }

.heroWave{ position:absolute; left:0; right:0; bottom:-1px; height:60px; background: linear-gradient(to bottom, rgba(7,10,22,0), rgba(7,10,22,1)); }

/* Strip */
.strip{ padding: 14px 0 30px; }
.stripInner{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  border-radius: var(--r2);
  padding: 16px 18px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.stripInner p{ margin:0; color:var(--muted); font-weight:900; }
.stripTags{ display:flex; gap:10px; flex-wrap:wrap; }
.stripTags span{
  font-size:13px; font-weight:800;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

/* Sections */
.section{ padding: 64px 0; }
.sectionHead{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom: 18px; }
.sectionHead h2{ margin:0; font-size: clamp(24px, 2.6vw, 34px); letter-spacing:-0.5px; }
.sectionHead p{ margin:0; color:var(--muted); max-width: 520px; line-height:1.7; }

/* Grids */
.grid{ display:grid; gap:16px; }
.servicesGrid{ grid-template-columns: repeat(4, 1fr); }
.card{
  border-radius: var(--r2);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
  box-shadow: 0 16px 60px rgba(0,0,0,.28);
  transition: .25s ease;
}
.card:hover{ transform: translateY(-3px); background: rgba(255,255,255,.065); }

.icon{ font-size: 22px; }
.card h3{ margin:10px 0 8px; }
.card p{ margin:0 0 10px; color:var(--muted); line-height:1.65; }
.list{ margin:0; padding-left: 18px; color: rgba(238,242,255,.82); }
.list li{ margin:6px 0; }

/* Portfolio */
.portfolioGrid{ grid-template-columns: repeat(3, 1fr); }
.workCard{
  text-align:left;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: var(--r2);
  padding: 0;
  overflow:hidden;
  cursor:pointer;
  transition:.25s ease;
}
.workCard:hover{ transform: translateY(-3px); background: rgba(255,255,255,.07); }
.workThumb{
  height: 260px;                 /* taller for posters */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1020;
}


.workThumb::after{
  content:""; position:absolute; inset:0;
  background: radial-gradient(650px 240px at 25% 10%, rgba(109,94,252,.30), transparent 62%),
              radial-gradient(560px 220px at 80% 70%, rgba(34,211,238,.18), transparent 62%);
  mix-blend-mode: screen;
}
.t1{ background: linear-gradient(135deg, rgba(109,94,252,.25), rgba(255,255,255,.02)); }
.t2{ background: linear-gradient(135deg, rgba(34,211,238,.18), rgba(255,255,255,.02)); }
.t3{ background: linear-gradient(135deg, rgba(52,211,153,.16), rgba(255,255,255,.02)); }
.t4{ background: linear-gradient(135deg, rgba(109,94,252,.14), rgba(255,255,255,.02)); }
.t5{ background: linear-gradient(135deg, rgba(34,211,238,.14), rgba(52,211,153,.10)); }
.t6{ background: linear-gradient(135deg, rgba(52,211,153,.14), rgba(109,94,252,.10)); }
.workMeta{ padding:14px 16px; }
.workMeta h3{ margin:0 0 4px; }
.workMeta p{ margin:0; color: var(--muted); font-weight:700; }

/* Steps */
.steps{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step{ border-radius: var(--r2); padding: 18px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); }
.stepNum{ font-weight: 1000; letter-spacing: -0.4px; opacity:.9; }
.stepBody h3{ margin: 10px 0 8px; }
.stepBody p{ margin:0; color: var(--muted); line-height:1.65; }

/* Testimonials */
.slider{ display:flex; align-items:center; gap:12px; border-radius: var(--r2); padding: 14px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); }
.sliderBtn{
  width:44px; height:44px; border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text); cursor:pointer;
  transition:.2s ease;
}
.sliderBtn:hover{ background: rgba(255,255,255,.10); transform: translateY(-1px); }
.sliderTrack{ display:flex; gap:14px; overflow:hidden; flex:1; transition: transform .35s ease; }
.quote{ min-width: 100%; padding: 16px; border-radius: 20px; border:1px solid rgba(255,255,255,.10); background: rgba(5,7,19,.50); }
.quote p{ margin:0 0 14px; line-height:1.7; font-weight:700; }
.who{ display:flex; align-items:center; gap:10px; }
.avatar{ width:40px; height:40px; border-radius: 14px; display:grid; place-items:center; background: rgba(109,94,252,.14); border:1px solid rgba(109,94,252,.25); font-weight:1000; }
.name{ font-weight:900; }
.role{ color: var(--muted); font-size: 13px; font-weight:700; }
.dots{ display:flex; gap:8px; justify-content:center; margin-top: 12px;}
.dotBtn{ width:10px; height:10px; border-radius: 999px; border:1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10); cursor:pointer; transition:.2s ease; }
.dotBtn.active{ width:24px; background: linear-gradient(135deg, rgba(109,94,252,1), rgba(34,211,238,1)); border-color: transparent; }

/* CTA */
.cta{ padding: 54px 0; }
.ctaInner{
  border-radius: 30px; padding: 28px;
  background: radial-gradient(1000px 420px at 20% 10%, rgba(109,94,252,.28), rgba(255,255,255,.04) 58%),
              radial-gradient(900px 460px at 80% 70%, rgba(34,211,238,.18), rgba(255,255,255,.02) 62%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  text-align:center;
}
.ctaInner h2{ margin:0 0 6px; }
.ctaInner p{ margin:0 0 16px; color:var(--muted); font-weight:700; }

/* Contact */
.contactGrid{ display:grid; grid-template-columns: .9fr 1.1fr; gap: 16px; align-items:start; }
.infoCard{ border-radius: var(--r2); background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); padding:18px; }
.infoCard h3{ margin:0 0 6px; }
.muted{ color:var(--muted); }
.infoList{ display:grid; gap:10px; margin: 16px 0 10px; }
.infoList div{ display:flex; gap:10px; align-items:flex-start; font-weight:700; }
.miniCtas{ display:flex; gap:10px; flex-wrap:wrap; }

/* ---------- Clean Buttons (used in contact mini links + form submit) ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding: 10px 14px;
  border-radius: 14px;

  font-weight: 900;
  letter-spacing: .2px;

  border: 1px solid transparent;
  background: transparent;

  cursor: pointer;
  user-select:none;

  text-decoration: none;      /* remove underline */
  color: rgba(255,255,255,.92);

  transition: transform .18s ease, background .18s ease, border-color .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0px) scale(.99); }

.btn-sm{
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 14px;
}

/* Ghost / Glass button (perfect for "See Work" & "Services") */
.btn-ghost{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.btn-ghost:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
}

/* Primary (for Send Message) */
.btn-primary{
  color: #071023;
  background:
    radial-gradient(120% 140% at 20% 10%, rgba(255,255,255,.35), transparent 55%),
    linear-gradient(135deg, rgba(109,94,252,.95), rgba(34,211,238,.72));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 50px rgba(0,0,0,.35);
}

.btn-primary:hover{
  filter: brightness(1.05);
}

/* full width (form submit) */
.btn-full{ width:100%; }


.form{ border-radius: var(--r2); background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); padding:18px; }
label{ display:block; margin-bottom: 12px; }
label span{ display:block; font-weight:900; font-size: 13px; margin-bottom: 6px; }
input, select, textarea{
  width:100%; padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(5,7,19,.55);
  color: var(--text);
  outline:none;
  transition:.2s ease;
  font-weight:700;
}
/* =====================================================
   Custom App-Style Select (Dark Dropdown)
   ===================================================== */
.cSelect{
  position: relative;
  width: 100%;
}

.cSelectBtn{
  width: 100%;
  display:flex;
  align-items:center;
  gap: 10px;

  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(5,7,19,.55);
  color: rgba(238,242,255,.90);
  cursor: pointer;

  transition: .18s ease;
}

.cSelectBtn:hover{
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.cSelectBtn:focus{
  outline:none;
  border-color: rgba(34,211,238,.55);
  box-shadow: 0 0 0 6px rgba(34,211,238,.12);
}

.cSelectIcon{
  font-size: 16px;
  opacity: .95;
}

.cSelectText{
  flex:1;
  text-align:left;
  font-weight: 800;
  color: rgba(238,242,255,.75);
}

.cSelect.hasValue .cSelectText{
  color: rgba(238,242,255,.95);
}

.cSelectArrow{
  opacity: .75;
  transition: transform .2s ease;
}

.cSelect.open .cSelectArrow{
  transform: rotate(180deg);
}

/* Dropdown Panel */
.cSelectMenu{
  position:absolute;
  left:0; right:0;
  top: calc(100% + 10px);

  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,12,26,.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0,0,0,.60);

  opacity:0;
  transform: translateY(-8px);
  pointer-events:none;
  transition: .2s ease;
  z-index: 30;
}

.cSelect.open .cSelectMenu{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}

/* Options */
.cSelectOpt{
  width:100%;
  text-align:left;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(238,242,255,.90);
  font-weight: 800;
  cursor:pointer;
  transition: .14s ease;
}

.cSelectOpt:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
}

.cSelectOpt.active{
  background: linear-gradient(135deg, rgba(109,94,252,.25), rgba(34,211,238,.14));
  border-color: rgba(255,255,255,.12);
}

input::placeholder, textarea::placeholder{ color: rgba(238,242,255,.45); }
input:focus, select:focus, textarea:focus{
  border-color: rgba(109,94,252,.60);
  box-shadow: 0 0 0 6px rgba(109,94,252,.12);
}
.row{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.formNote{ margin:12px 0 0; font-size: 13px; }
.sendIcon{ font-weight:900; }

/* Footer */
.footer{ padding: 34px 0 16px; border-top: 1px solid rgba(255,255,255,.06); background: rgba(7,10,22,.55); }
.footGrid{ display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; padding-bottom: 18px; }
.footCols{ display:flex; gap:44px; flex-wrap:wrap; }
.footCols h4{ margin:0 0 10px; }
.footCols a{ display:block; text-decoration:none; color: var(--muted); font-weight:700; margin: 8px 0; }
.footCols a:hover{ color: var(--text); }
.footBottom{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); font-weight:700; }

/* Modal */
.modal{ position:fixed; inset:0; display:none; place-items:center; z-index:100; }
.modal.show{ display:grid; }
.modalOverlay{ position:absolute; inset:0; background: rgba(0,0,0,.55); backdrop-filter: blur(12px); }
.modalCard{ position:relative; width:min(680px, 92%); border-radius: 26px; background: rgba(12,14,30,.88); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); padding: 18px; }
.modalHead{ display:flex; justify-content:space-between; align-items:center; gap:12px; }
.modalClose{ width:42px; height:42px; border-radius: 14px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: var(--text); cursor:pointer; }
/* =========================================================
   FULL POSTER VIEWER (PORTFOLIO MODAL)
   ========================================================= */

.modalCard{
  max-height: 90vh;                /* modal never exceeds screen */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Scrollable content area */
.modalPreview{
  flex: 1;
  overflow-y: auto;                /* ✅ scroll for tall posters */
  padding: 14px;
  background: #0b1020;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
}

/* FULL poster image */
#modalImg{
  width: 100%;
  height: auto;                    /* ✅ FULL HEIGHT */
  display: block;
  object-fit: contain;             /* ✅ NO CROPPING */
  border-radius: 14px;
  background: #0b1020;
}

.modalActions{ display:flex; justify-content:flex-end; gap:10px; flex-wrap:wrap; }

/* Toast */
.toast{
  position:fixed; left:50%; top:18px; transform: translateX(-50%);
  background: rgba(12,14,30,.88);
  border:1px solid rgba(255,255,255,.12);
  color: var(--text);
  padding: 12px 14px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  z-index:120;
  display:none;
  font-weight:800;
}
.toast.show{ display:block; }

/* Back to top + WhatsApp */
.toTop{
  position:fixed; right: 18px; bottom: 18px;
  width: 46px; height: 46px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
  display:none;
  z-index:80;
}
.toTop.show{ display:block; }
.wa{
  position:fixed; left: 18px; bottom: 18px;
  z-index:80;
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
  padding: 10px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight:900;
}
.wa span{ color: var(--muted); font-size: 13px; }

/* Reveal */
.reveal{ opacity:0; transform: translateY(14px); transition: .6s ease; }
.reveal.show{ opacity:1; transform: translateY(0); }

/* Global responsive layout */
@media (max-width: 980px){
  .heroGrid{ grid-template-columns: 1fr; }
  .servicesGrid{ grid-template-columns: repeat(2, 1fr); }
  .portfolioGrid{ grid-template-columns: repeat(2, 1fr); }
  .steps{ grid-template-columns: repeat(2, 1fr); }
  .contactGrid{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  .row{ grid-template-columns: 1fr; }
  .portfolioGrid{ grid-template-columns: 1fr; }
  .servicesGrid{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; }
}

/* =========================================================
   FIX: NAVBAR MENU (clean + responsive)
   ========================================================= */
.navCenter { flex: 1; display: flex; justify-content: center; }

.navMenu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 22px;
}

.navLink{
  position: relative;
  text-decoration: none !important;
  font-weight: 850;
  font-size: 14px;
  letter-spacing: .2px;
  color: rgba(238,242,255,.78);
  padding: 10px 6px;
  border-radius: 12px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.navLink:hover{
  color: rgba(238,242,255,.98);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.navLink::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom: 6px;
  height:2px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--a1), var(--a2));
  opacity:0;
  transform: translateY(3px);
  transition: .2s ease;
}

.navLink:hover::after{
  opacity:1;
  transform: translateY(0);
}

/* REMOVE old .tab underline glow effect if it still affects UI */
.tab::after{ display:none !important; }

/* Mobile: show hamburger + hide center menu properly */
@media (max-width: 860px){
  .navCenter{ display:none !important; }
  .navToggle{ display:block !important; }
}



/* =========================================================
   FIX: PORTFOLIO IMAGES SHOWCASE
   ========================================================= */
.workThumb{
  height: 180px;                  /* slightly taller */
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Put the image behind overlay */
.workThumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
}

/* Overlay glow (doesn't block clicks) */
.workThumb::after{
  pointer-events: none;
}

/* Hover effect: zoom image */
.workCard:hover .workThumb img{
  transform: scale(1.06);
  filter: brightness(1.03);
}

/* More clean meta spacing */
.workMeta{
  padding: 14px 16px;
}

.workMeta h3{
  margin: 0 0 6px;
  font-size: 16px;
}

.workMeta p{
  margin: 0;
  font-size: 13px;
}


/* =========================================================
   FIX: EXPLORE SERVICES BUTTON (no purple underline)
   ========================================================= */
.exploreBtn{
  text-decoration: none !important;
  color: rgba(238,242,255,.92) !important;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);

  padding: 10px 14px !important;
  border-radius: 14px;
  font-weight: 900;
  transition: .18s ease;
}

.exploreBtn:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

.exploreBtn:visited{
  color: rgba(238,242,255,.92) !important;
}



/* =========================================================
   MOBILE SHEET: CLEAN SOLID (keep your style but ensure it's hidden until open)
   ========================================================= */
.mobileSheet{
  opacity:0;
  pointer-events:none;
  transform: translateY(-8px);
}

.mobileSheet.open{
  opacity:1;
  pointer-events:auto;
  transform: translateY(0);
}

