:root{
  --bg:#02030a;
  --bg-soft:#060813;
  --panel:#080b17;
  --text:#f7f6fb;
  --muted:#a4a3ae;
  --line:rgba(255,255,255,.11);
  --purple:#7842ff;
  --purple-2:#a24aff;
  --cyan:#72c9ff;
  --max:1220px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  background:var(--bg);
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Montserrat",Arial,sans-serif;
  font-weight:400;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  max-width:100%;
}

.container{
  width:min(var(--max),calc(100% - 64px));
  margin:0 auto;
}

.section-pad{
  padding:112px 0;
}

.eyebrow{
  margin:0 0 16px;
  color:#8650ff;
  font-size:12px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
}

h1,h2,h3,p{
  margin-top:0;
}

h1,h2,h3{
  line-height:1.1;
}

h2{
  margin-bottom:0;
  font-size:clamp(34px,4vw,58px);
  font-weight:500;
  letter-spacing:-.035em;
}

h2 span,
h1 span{
  color:#8a4dff;
}

.center-heading{
  text-align:center;
  max-width:900px;
  margin:0 auto 64px;
}

.section-intro{
  max-width:720px;
  margin:24px auto 0;
  color:#dddbe5;
  font-size:16px;
}


/* HEADER */

.site-header{
  position:fixed;
  z-index:50;
  top:0;
  left:0;
  right:0;
  background:linear-gradient(
    to bottom,
    rgba(2,3,10,.92),
    rgba(2,3,10,.6),
    transparent
  );
  transition:.3s ease;
}

.site-header.scrolled{
  background:rgba(2,3,10,.9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}

.nav-shell{
  height:86px;
  width:min(1320px,calc(100% - 64px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand img{
  width:164px;
  height:auto;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:12px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.main-nav a{
  color:#d9d7df;
  transition:.2s ease;
}

.main-nav a:hover{
  color:white;
}

.nav-cta{
  border:1px solid rgba(129,75,255,.8);
  padding:10px 18px!important;
  color:white!important;
}

.menu-button{
  display:none;
  background:none;
  border:0;
  padding:8px;
  cursor:pointer;
}

.menu-button span{
  display:block;
  width:24px;
  height:2px;
  background:white;
  margin:5px 0;
}


/* LANGUAGE SWITCH */

.language-switch{
  display:flex;
  align-items:center;
  gap:6px;
  color:#66636f;
  font-size:10px;
  font-weight:600;
  letter-spacing:.08em;
}

.language-option{
  appearance:none;
  border:0;
  background:none;
  padding:6px 2px;
  margin:0;
  color:#66636f;
  font-family:inherit;
  font-size:10px;
  font-weight:600;
  letter-spacing:.08em;
  cursor:pointer;
  transition:
    color .2s ease,
    opacity .2s ease;
}

.language-option:hover{
  color:#fff;
}

.language-option.active{
  color:#8a4dff;
}


.main-nav .language-option{
  text-transform:uppercase;
}


/* HERO */

.hero{
  min-height:760px;
  height:100vh;
  max-height:980px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding-top:130px;
}

.hero-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(
      90deg,
      rgba(2,3,10,.96) 0%,
      rgba(2,3,10,.64) 45%,
      rgba(2,3,10,.18) 76%,
      rgba(2,3,10,.35) 100%
    ),
    linear-gradient(
      0deg,
      var(--bg),
      transparent 24%
    ),
    url("assets/TopBar_Background.png");
  background-size:cover;
  background-position:center;
}

.hero::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(82,41,255,.13);
  filter:blur(100px);
  right:-120px;
  top:140px;
  pointer-events:none;
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero-content h1{
  max-width:950px;
  margin:0;
  font-size:clamp(44px,5.1vw,76px);
  font-weight:500;
  letter-spacing:-.05em;
}

.hero-content h1 span{
  display:inline-block;
  background:linear-gradient(
    90deg,
    #a760ff,
    #6c4cff 60%,
    #6cc6ff
  );
  -webkit-background-clip:text;
  color:transparent;
}

.hero-copy{
  max-width:790px;
  margin:28px 0 0;
  color:#c3c1cc;
  font-size:clamp(15px,1.3vw,18px);
  line-height:1.8;
}

.hero-actions{
  display:flex;
  gap:16px;
  align-items:center;
  margin-top:38px;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 25px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
  transition:.25s ease;
}

.button.primary{
  background:linear-gradient(100deg,#743df7,#9b4cff);
  box-shadow:0 12px 38px rgba(116,61,247,.25);
}

.button.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 46px rgba(116,61,247,.38);
}

.button.ghost{
  border:1px solid rgba(255,255,255,.19);
  color:#e4e2e9;
  background:rgba(255,255,255,.02);
}

.button.ghost:hover{
  border-color:rgba(255,255,255,.4);
}

.scroll-cue{
  position:absolute;
  z-index:2;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  color:#797984;
  font-size:8px;
  letter-spacing:.25em;
}

.scroll-cue i{
  display:block;
  width:1px;
  height:30px;
  background:linear-gradient(#7544ff,transparent);
}


/* ABOUT */

.about{
  position:relative;
  background:
    radial-gradient(
      circle at 12% 45%,
      rgba(73,44,170,.11),
      transparent 33%
    ),
    var(--bg);
}

.about-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:100px;
  align-items:start;
}

.section-heading{
  position:sticky;
  top:150px;
}

.section-heading h2{
  font-size:clamp(46px,6vw,82px);
  max-width:470px;
}

.about-copy{
  font-size:15px;
  color:#bbb9c4;
}

.about-copy p{
  margin-bottom:26px;
}

.about-copy strong{
  color:#fff;
  font-weight:600;
}

.about-copy .muted{
  color:#74727d;
}

.about-copy .closing-line{
  margin-top:42px;
  color:#fff;
  font-size:20px;
  font-weight:500;
}

.about-copy .closing-line span{
  color:#8848ff;
}


/* SERVICES */

.services{
  background:linear-gradient(
    180deg,
    #03040b,
    #060712 52%,
    #03040b
  );
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.service-card{
  min-height:390px;
  padding:44px 38px 36px;
  border:1px solid var(--line);
  background:linear-gradient(
    145deg,
    rgba(255,255,255,.025),
    rgba(255,255,255,.007)
  );
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}

.service-card::before{
  content:"";
  position:absolute;
  inset:auto -35% -55% 25%;
  height:250px;
  background:rgba(103,55,255,.14);
  filter:blur(60px);
  opacity:0;
  transition:.25s ease;
}

.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(129,75,255,.5);
}

.service-card:hover::before{
  opacity:1;
}

.service-icon{
  width:52px;
  height:52px;
  margin-bottom:58px;
  color:#8750ff;
}

.service-icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.service-card h3{
  margin-bottom:18px;
  font-size:21px;
  letter-spacing:.04em;
  font-weight:500;
}

.service-card p{
  max-width:300px;
  color:#9896a2;
  font-size:14px;
}

.learn{
  margin-top:auto;
  color:#7650cf;
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
}

.learn b{
  font-size:16px;
  margin-left:6px;
  font-weight:400;
}


/* WHY US */

.why{
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(64,86,200,.08),
      transparent 32%
    ),
    var(--bg);
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.why-item{
  padding:42px 30px 46px;
  border-right:1px solid var(--line);
  min-height:285px;
}

.why-item:last-child{
  border-right:0;
}

.why-item .number{
  color:#6442b8;
  font-size:11px;
  letter-spacing:.15em;
  margin-bottom:54px;
}

.why-item h3{
  font-size:16px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:18px;
}

.why-item p{
  color:#92909b;
  font-size:13px;
  line-height:1.75;
  margin-bottom:0;
}


/* EXPERIENCE */

.experience{
  background:#02030a;
  padding-top:100px;
  padding-bottom:100px;
}

.experience .center-heading{
  margin-bottom:58px;
}

.experience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:10px;
}

.experience-card{
  min-height:180px;
  padding:34px 24px;
  border:1px solid var(--line);
  background:linear-gradient(
    145deg,
    rgba(255,255,255,.025),
    rgba(255,255,255,.007)
  );
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}

.experience-card::before{
  content:"";
  position:absolute;
  inset:auto -25% -65% 15%;
  height:190px;
  background:rgba(103,55,255,.14);
  filter:blur(55px);
  opacity:0;
  transition:.25s ease;
}

.experience-card:hover{
  transform:translateY(-5px);
  border-color:rgba(129,75,255,.5);
}

.experience-card:hover::before{
  opacity:1;
}

.experience-value{
  position:relative;
  z-index:1;
  margin-bottom:14px;
  color:#8848ff;
  font-size:20px;
  font-weight:600;
  letter-spacing:.04em;
}

.experience-label{
  position:relative;
  z-index:1;
  max-width:230px;
  color:#92909b;
  font-size:12px;
  line-height:1.7;
}


/* CONTACT */

.contact{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:
    linear-gradient(
      110deg,
      rgba(68,37,154,.12),
      rgba(2,3,10,.1) 42%
    ),
    var(--bg);
}

.contact-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  min-height:200px;
  overflow:hidden;
}

.contact-inner h2{
  font-size:clamp(32px,4.1vw,58px);
}

.contact-mark{
  position:absolute;
  width:420px;
  opacity:.045;
  right:13%;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
}

.contact-inner .button{
  position:relative;
  z-index:2;
  flex:0 0 auto;
}

/* SOCIAL STRIP */

.social-strip{
  padding:80px 0 56px;
  background:
    radial-gradient(circle at 50% 0%, rgba(103,55,255,.08), transparent 38%),
    var(--bg);
}

.social-strip-inner{
  border-top:1px solid var(--line);
  padding-top:42px;
}

.social-strip-copy{
  text-align:center;
  max-width:760px;
  margin:0 auto 34px;
}

.social-strip-copy h3{
  margin:0;
  font-size:clamp(28px,3.2vw,44px);
  font-weight:500;
  letter-spacing:-.03em;
}

.social-strip-copy h3 span{
  color:#8a4dff;
}

.social-strip-copy p{
  margin:18px auto 0;
  max-width:620px;
  color:#9c99a8;
  font-size:14px;
}

.social-links-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.social-link-card{
  min-height:96px;
  padding:18px 18px 16px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.007));
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}

.social-link-card::before{
  content:"";
  position:absolute;
  inset:auto -25% -65% 15%;
  height:140px;
  background:rgba(103,55,255,.14);
  filter:blur(55px);
  opacity:0;
  transition:.25s ease;
}

.social-link-card:hover{
  transform:translateY(-4px);
  border-color:rgba(129,75,255,.5);
}

.social-link-card:hover::before{
  opacity:1;
}

.social-icon{
  position:relative;
  z-index:1;
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(129,75,255,.28);
  background:rgba(255,255,255,.02);
  color:#8a4dff;
}

.social-icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.8;
}

.social-text{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.social-text strong{
  font-size:14px;
  font-weight:600;
  color:#f7f6fb;
  letter-spacing:.01em;
}

.social-text small{
  font-size:11px;
  color:#8f8b98;
}

@media (max-width:980px){
  .social-links-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  .social-strip{
    padding:64px 0 42px;
  }

  .social-strip-inner{
    padding-top:34px;
  }

  .social-links-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .social-link-card{
    min-height:86px;
  }
}

/* FOOTER */

.footer{
  padding:42px 0 34px;
  background:#010208;
}

.footer-inner{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:36px;
  color:#676671;
  font-size:10px;
}

.footer-brand img{
  width:145px;
}

.footer-links{
  display:flex;
  gap:24px;
  color:#898793;
}

.footer-links a:hover{
  color:#fff;
}

.footer-inner>p{
  text-align:right;
  margin:0;
}


/* REVEAL ANIMATION */

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:
    opacity .65s ease,
    transform .65s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}


/* TABLET */

@media (max-width:980px){

  .section-pad{
    padding:86px 0;
  }

  .main-nav{
    gap:18px;
  }

  .main-nav a{
    font-size:10px;
  }

  .about-grid{
    grid-template-columns:1fr;
    gap:46px;
  }

  .section-heading{
    position:static;
  }

  .section-heading h2{
    max-width:none;
  }

  .why-grid{
    grid-template-columns:1fr 1fr;
  }

  .why-item:nth-child(2){
    border-right:0;
  }

  .why-item:nth-child(-n+2){
    border-bottom:1px solid var(--line);
  }

  .experience-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-inner{
    grid-template-columns:1fr;
    justify-items:center;
  }

  .footer-inner>p{
    text-align:center;
  }

  .footer-links{
    flex-wrap:wrap;
    justify-content:center;
  }
}


/* MOBILE */

@media (max-width:760px){

  .container,
  .nav-shell{
    width:min(100% - 36px,var(--max));
  }

  .nav-shell{
    height:72px;
  }

  .brand img{
    width:135px;
  }

  .menu-button{
    display:block;
    position:relative;
    z-index:60;
  }

  .main-nav{
    position:fixed;
    inset:0;
    background:rgba(2,3,10,.98);
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:28px;
    transform:translateY(-100%);
    transition:.3s ease;
    font-size:16px;
  }

  .main-nav.open{
    transform:none;
  }

  .main-nav a{
    font-size:13px;
  }

  .nav-cta{
    margin-top:8px;
  }


  .language-switch{
    margin:8px 0;
    font-size:13px;
  }

  .language-option{
    font-size:13px;
    padding:8px 4px;
  }

  .hero{
    min-height:700px;
    height:100svh;
    padding-top:100px;
  }

  .hero-bg{
    background-position:63% center;
  }

  .hero-content h1{
    font-size:clamp(39px,12vw,58px);
  }

  .hero-copy{
    font-size:14px;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    max-width:320px;
  }

  .button{
    width:100%;
  }

  .section-pad{
    padding:72px 0;
  }

  .center-heading{
    margin-bottom:42px;
  }

  .service-grid{
    grid-template-columns:1fr;
  }

  .service-card{
    min-height:315px;
  }

  .service-icon{
    margin-bottom:38px;
  }

  .why-grid{
    grid-template-columns:1fr;
  }

  .why-item{
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
    min-height:auto;
  }

  .why-item:last-child{
    border-bottom:0!important;
  }

  .why-item .number{
    margin-bottom:28px;
  }

  .experience-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .experience-card{
    min-height:140px;
  }

  .contact-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .contact-inner .button{
    width:auto;
  }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }

  .reveal{
    opacity:1;
    transform:none;
    transition:none;
  }

  .service-card,
  .experience-card,
  .button{
    transition:none;
  }
}
