@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #050d3f;
  --navy-2: #07185a;
  --blue: #16b9ff;
  --purple: #7752ff;
  --text: #f8faff;
  --ink: #10183f;
  --muted: #5d6685;
  --border: rgba(102, 124, 255, .24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 27%, rgba(28, 105, 255, .18), transparent 23%),
    radial-gradient(circle at 22% 76%, rgba(98, 58, 255, .12), transparent 28%),
    linear-gradient(145deg, #030b39 0%, #07114d 48%, #030b39 100%);
  border-radius: 0 0 52px 52px;
}

#particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 72px;
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: white;
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: rgba(102, 74, 255, .22);
  stroke: #238dff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(28, 134, 255, .35));
}

.brand-text {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1.8px;
}

.brand-text span {
  color: #1db9ff;
}

.coming-badge {
  display: inline-block;
  margin-top: 62px;
  padding: 12px 24px;
  border: 1px solid rgba(71, 135, 255, .35);
  border-radius: 11px;
  color: #f1f5ff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 4px;
  background: rgba(9, 30, 93, .35);
  box-shadow: inset 0 0 20px rgba(32, 112, 255, .05);
}

h1 {
  margin: 36px 0 0;
  line-height: .98;
  letter-spacing: -3px;
  font-size: clamp(64px, 8.2vw, 104px);
  font-weight: 800;
}

h1 span {
  display: block;
  color: #fff;
}

h1 strong {
  display: block;
  color: #fff;
}

h1 strong::first-letter {
  color: #19b9ff;
}

h1 em {
  font-style: normal;
  color: #fff;
}

h1 strong {
  background: linear-gradient(90deg, #19b9ff 0%, #596fff 43%, #9b59ff 58%, #fff 79%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent-line {
  width: 60px;
  height: 3px;
  margin: 43px auto 28px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--blue), var(--purple));
}

.hero-copy {
  margin: 0;
  color: rgba(255, 255, 255, .93);
  font-size: 21px;
  line-height: 1.65;
}

.hero-tagline {
  margin: 25px 0 0;
  color: #37b8ff;
  font-size: 18px;
  font-weight: 500;
}

.contact-label {
  margin: 64px 0 17px;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
}

.phone-card {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-width: 365px;
  padding: 14px 35px 14px 16px;
  border: 1px solid rgba(71, 133, 255, .72);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  background: linear-gradient(100deg, rgba(21, 54, 152, .62), rgba(40, 39, 124, .38));
  box-shadow: 0 0 34px rgba(34, 95, 255, .12), inset 0 0 24px rgba(88, 81, 255, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.phone-card:hover {
  transform: translateY(-3px);
  border-color: #6b9dff;
  box-shadow: 0 12px 42px rgba(34, 95, 255, .25);
}

.phone-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #286eff, #6945ec);
}

.phone-icon svg {
  width: 25px;
  fill: white;
}

.phone-card > span:last-child {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .5px;
}

.hero-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(85px);
  opacity: .16;
  z-index: -1;
}

.glow-one {
  top: 8%;
  right: 10%;
  background: #168fff;
}

.glow-two {
  left: 6%;
  bottom: 9%;
  background: #684cff;
}

.network-art {
  position: absolute;
  right: 5%;
  top: 22%;
  width: 300px;
  height: 390px;
  opacity: .75;
  z-index: 1;
  pointer-events: none;
}

.face-outline {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 205px;
  height: 330px;
  border-radius: 54% 48% 47% 52%;
  border-right: 2px dotted rgba(48, 165, 255, .9);
  border-bottom: 2px dotted rgba(55, 133, 255, .7);
  transform: rotate(-8deg);
  box-shadow: 15px 0 45px rgba(0, 157, 255, .08);
}

.face-outline::before,
.face-outline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #1ca9ff;
  box-shadow: 0 0 18px #0ca7ff;
}

.face-outline::before {
  width: 5px;
  height: 5px;
  top: 144px;
  right: 32px;
}

.face-outline::after {
  width: 4px;
  height: 4px;
  top: 187px;
  right: 48px;
}

.face-eye {
  position: absolute;
  width: 90px;
  height: 70px;
  right: 18px;
  top: 102px;
  border-top: 1px dotted #2bb5ff;
  border-radius: 50%;
}

.network {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(33, 171, 255, .85) 0 1.5px, transparent 2px),
    linear-gradient(28deg, transparent 46%, rgba(28, 143, 255, .2) 47%, transparent 48%),
    linear-gradient(112deg, transparent 46%, rgba(94, 83, 255, .22) 47%, transparent 48%);
  background-size: 22px 22px, 110px 110px, 125px 125px;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 74%);
}

.network-b {
  transform: rotate(25deg) scale(.85);
  opacity: .55;
}

.wave {
  position: absolute;
  left: -8%;
  width: 116%;
  height: 130px;
  bottom: -8px;
  border-top: 1px solid rgba(44, 148, 255, .5);
  border-radius: 50%;
  transform: rotate(-4deg);
  filter: drop-shadow(0 0 8px rgba(44, 148, 255, .4));
}

.wave::after {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 100px;
  border-top: 1px solid rgba(125, 78, 255, .4);
  border-radius: 50%;
}

.wave-one { bottom: 20px; }
.wave-two { bottom: 55px; transform: rotate(5deg); opacity: .55; }
.wave-three { bottom: 5px; transform: rotate(11deg); opacity: .4; }

.about {
  padding: 72px 20px 58px;
  background: #fff;
}

.section-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.about h2 {
  margin: 0;
  color: #101844;
  font-size: clamp(32px, 4vw, 45px);
  letter-spacing: -1.4px;
}

.about h2 span {
  background: linear-gradient(90deg, #178eff, #7150ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent-line.dark {
  margin: 25px auto 24px;
}

.about-copy {
  margin: 0 auto;
  color: #172044;
  font-size: 18px;
  line-height: 1.75;
}

.address-card {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 560px;
  margin: 38px auto 0;
  padding: 30px 38px;
  text-align: left;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 45px rgba(22, 38, 95, .09);
  border: 1px solid #eef0f8;
}

.address-icon {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #e5ecff, #f2edff);
}

.address-icon svg {
  width: 38px;
  fill: #2568ed;
  stroke: #2568ed;
  stroke-width: 1.3;
}

.address-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  color: #101844;
}

.address-card address {
  color: #20294b;
  font-size: 16px;
  line-height: 1.65;
  font-style: normal;
}

footer {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 25px 20px 32px;
  text-align: center;
  border-top: 1px solid #e6e8f0;
  color: #68708e;
  font-size: 14px;
}

@media (max-width: 900px) {
  .network-art {
    right: -80px;
    opacity: .42;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 800px;
    border-radius: 0 0 30px 30px;
  }

  .hero-content {
    padding-top: 42px;
    width: min(100% - 28px, 600px);
  }

  .brand-text {
    font-size: 29px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .coming-badge {
    margin-top: 48px;
    padding: 10px 13px;
    font-size: 10px;
    letter-spacing: 2.4px;
  }

  h1 {
    margin-top: 30px;
    font-size: clamp(51px, 15vw, 76px);
    letter-spacing: -2.5px;
  }

  .accent-line {
    margin-top: 32px;
  }

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

  .hero-tagline {
    font-size: 15px;
  }

  .contact-label {
    margin-top: 48px;
    font-size: 15px;
  }

  .phone-card {
    min-width: 0;
    width: min(100%, 350px);
    justify-content: center;
    padding-right: 16px;
  }

  .phone-card > span:last-child {
    font-size: 24px;
  }

  .network-art {
    top: 26%;
    right: -135px;
    transform: scale(.8);
  }

  .address-card {
    align-items: flex-start;
    gap: 18px;
    padding: 24px 20px;
  }

  .address-icon {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }

  .address-icon svg {
    width: 30px;
  }

  .address-card h3 {
    font-size: 20px;
  }

  .address-card address {
    font-size: 14px;
  }

  .desktop {
    display: none;
  }
}
