*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;
  background:#070a13;
  color:#fff;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:60px 60px;
  pointer-events:none;
  mask-image:linear-gradient(to bottom, black, transparent 85%);
}
.bg-glow{position:fixed;width:420px;height:420px;border-radius:50%;filter:blur(90px);opacity:.38;z-index:-1}
.glow-1{background:#38bdf8;top:60px;left:-120px}
.glow-2{background:#a855f7;right:-120px;bottom:120px}
.nav{
  position:sticky;top:0;z-index:20;
  display:flex;justify-content:space-between;align-items:center;
  padding:22px 8%;
  background:rgba(7,10,19,.7);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{font-weight:900;font-size:24px}
.brand span{color:#38bdf8}
.nav nav{display:flex;gap:24px;align-items:center}
.nav a{color:#cbd5e1;text-decoration:none;font-weight:600;font-size:14px}
.hire{
  padding:10px 18px;border-radius:999px;
  background:#fff;color:#07111f!important;
}
.hero{
  min-height:88vh;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:50px;
  align-items:center;
  padding:90px 8%;
}
.eyebrow{
  color:#38bdf8;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:900;
  margin-bottom:14px;
}
h1{
  font-size:clamp(48px,8vw,96px);
  line-height:.95;
  letter-spacing:-.07em;
  max-width:900px;
}
h2{
  font-size:clamp(32px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:26px;
}
.subtitle{
  margin-top:28px;
  max-width:680px;
  color:#cbd5e1;
  font-size:20px;
  line-height:1.8;
}
.hero-tags,.mini-tags{display:flex;gap:10px;flex-wrap:wrap}
.hero-tags{margin:30px 0}
.hero-tags span,.tech-grid span,.mini-tags span{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
  color:#e2e8f0;
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  display:inline-block;
  text-decoration:none;
  padding:15px 24px;
  border-radius:16px;
  font-weight:900;
}
.primary{background:linear-gradient(135deg,#38bdf8,#818cf8);color:#020617}
.secondary{border:1px solid rgba(255,255,255,.18);color:#fff}
.hero-panel{
  display:flex;
  justify-content:center;
}
.profile-card{
  width:100%;
  max-width:430px;
  padding:32px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 40px 120px rgba(0,0,0,.45);
}
.avatar{
  width:120px;height:120px;border-radius:32px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#38bdf8,#a855f7);
  color:#020617;
  font-size:42px;
  font-weight:900;
  margin-bottom:24px;
}
.profile-card h2{font-size:32px;margin-bottom:8px}
.profile-card p{color:#cbd5e1;margin-bottom:28px}
.stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;
}
.stats div{
  padding:18px 12px;
  border-radius:20px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}
.stats strong{display:block;font-size:28px;color:#38bdf8}
.stats span{font-size:12px;color:#94a3b8}
.section{padding:85px 8%}
.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}
.body-text{
  color:#cbd5e1;
  font-size:19px;
  line-height:1.9;
}
.tech-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:32px;
}
.tech-grid span{text-align:center;border-radius:18px}
.project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:36px;
}
.project-card{
  overflow:hidden;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 26px 80px rgba(0,0,0,.3);
  transition:.3s ease;
}
.project-card:hover{transform:translateY(-8px);border-color:rgba(56,189,248,.45)}
.logo-box{
  height:185px;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at top,#1e293b,#0b1120);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.logo-box img{
  max-width:78%;
  max-height:95px;
  object-fit:contain;
}
.card-content{padding:28px}
.card-content h3{font-size:24px;margin-bottom:10px}
.card-content p{color:#cbd5e1;line-height:1.7;margin-bottom:18px}
.role{color:#38bdf8!important;font-weight:900}
.mini-tags span{font-size:12px;padding:7px 10px}
.experience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:32px;
}
.experience-grid div{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  color:#e2e8f0;
  font-weight:800;
}
.contact{
  margin:80px 8%;
  padding:80px 30px;
  text-align:center;
  border-radius:42px;
  background:
    radial-gradient(circle at top left,rgba(56,189,248,.28),transparent 40%),
    radial-gradient(circle at bottom right,rgba(168,85,247,.24),transparent 40%),
    rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
}
.contact p{color:#cbd5e1;font-size:18px;margin-bottom:28px}
footer{
  text-align:center;
  padding:34px;
  color:#94a3b8;
  border-top:1px solid rgba(255,255,255,.08);
}
@media(max-width:980px){
  .hero,.split{grid-template-columns:1fr}
  .tech-grid{grid-template-columns:repeat(3,1fr)}
  .project-grid,.experience-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .nav nav{display:none}
  .hero,.section{padding:64px 6%}
  .tech-grid{grid-template-columns:1fr 1fr}
  .contact{margin:50px 6%;padding:48px 20px}
}

.best-project{
  margin-top:36px;
  margin-bottom:28px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:0;
  overflow:hidden;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 100px rgba(0,0,0,.38);
}
.best-project-image{
  min-height:430px;
  background:#0b1120;
  border-right:1px solid rgba(255,255,255,.1);
}
.best-project-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.best-project-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.best-project-content h3{
  font-size:34px;
  line-height:1.1;
  margin-bottom:12px;
}
.best-project-content p{
  color:#cbd5e1;
  line-height:1.8;
  margin-bottom:18px;
}
.visual-tech{
  grid-template-columns:repeat(5,1fr);
}
.tech-item{
  min-height:138px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  transition:.3s ease;
}
.tech-item:hover{
  transform:translateY(-6px);
  border-color:rgba(56,189,248,.45);
}
.tech-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#38bdf8,#818cf8);
  color:#020617;
  font-weight:900;
  font-size:18px;
}
.tech-item span{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  text-align:center;
}
.contact-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
@media(max-width:980px){
  .best-project{grid-template-columns:1fr}
  .best-project-image{min-height:320px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .visual-tech{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .visual-tech{grid-template-columns:1fr 1fr}
  .best-project-content{padding:28px}
  .best-project-content h3{font-size:28px}
}


/* Real technology logo icons */
.tech-item img{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.35));
}
.custom-tech-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#38bdf8,#818cf8);
  color:#020617;
  font-weight:900;
  font-size:18px;
  box-shadow:0 14px 34px rgba(56,189,248,.25);
}

.service-grid,.highlight-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:34px;
}
.service-card,.highlight-card{
  padding:28px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 70px rgba(0,0,0,.24);
  transition:.3s ease;
}
.service-card:hover,.highlight-card:hover{
  transform:translateY(-7px);
  border-color:rgba(56,189,248,.45);
}
.service-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(56,189,248,.13);
  font-size:26px;
  margin-bottom:18px;
}
.service-card h3,.highlight-card h3{
  font-size:21px;
  margin-bottom:12px;
}
.service-card p,.highlight-card p{
  color:#cbd5e1;
  line-height:1.75;
}
.impact-list{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:22px;
}
.impact-list div{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.08);
}
.impact-list strong{
  display:block;
  color:#38bdf8;
  margin-bottom:3px;
}
.impact-list span{
  color:#cbd5e1;
  font-size:14px;
}
@media(max-width:980px){
  .service-grid,.highlight-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  .service-grid,.highlight-grid{
    grid-template-columns:1fr;
  }
}


/* Make InfinitySync featured image display fully */
.best-project-image{
  min-height:520px !important;
  background:#0b1120;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.best-project-image img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:16px;
}
