@import 'css/bootstrap.min.css';
html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top, rgba(129, 140, 248, 0.14), transparent 32%), #0f1117;
  color: #FFFFFF;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 24, 34, 0.94)), to(rgba(12, 15, 22, 0.98)));
  background: linear-gradient(180deg, rgba(20, 24, 34, 0.94) 0%, rgba(12, 15, 22, 0.98) 100%);
}
.hero .hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero .hero-mesh,
.hero .hero-noise,
.hero .hero-glow {
  position: absolute;
}
.hero .hero-mesh {
  inset: -10%;
  background: radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.18), transparent 30%), radial-gradient(circle at 80% 25%, rgba(99, 102, 241, 0.16), transparent 28%), radial-gradient(circle at 50% 80%, rgba(59, 130, 246, 0.1), transparent 32%);
  -webkit-filter: blur(70px);
          filter: blur(70px);
  -webkit-animation: meshShift 18s ease-in-out infinite alternate;
          animation: meshShift 18s ease-in-out infinite alternate;
}
.hero .hero-noise {
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 160px 160px;
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 90%);
          mask-image: radial-gradient(circle at center, black, transparent 90%);
  -webkit-animation: noiseShift 20s linear infinite;
          animation: noiseShift 20s linear infinite;
}
.hero .hero-glow {
  top: 50%;
  left: 50%;
  width: min(34rem, 72vw);
  height: min(34rem, 72vw);
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.28) 0%, rgba(59, 130, 246, 0.12) 36%, transparent 68%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: pulseGlow 10s ease-in-out infinite;
          animation: pulseGlow 10s ease-in-out infinite;
}
.hero .hero-container {
  z-index: 1;
  width: 100%;
  max-width: 58rem;
  text-align: center;
}
.hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.15em;
  margin-bottom: 1.5rem;
  font-size: clamp(2.4rem, 6vw, 4.25rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-shadow: 0 0 30px rgba(15, 23, 42, 0.35);
}
.hero .hero-brand .brand-pamira {
  color: #FFFFFF;
}
.hero .hero-brand .brand-ai {
  color: #8fa7ff;
}
.hero .hero-title {
  max-width: 18ch;
  margin: 0 0 1.25rem;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #f8fafc;
}
.hero .hero-subtitle {
  max-width: 31.25rem;
  margin: 0 0 2rem;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.72);
}
.hero .btn-hero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.5rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(96, 165, 250, 0.3);
  background: linear-gradient(135deg, #256cff 0%, #1d5cff 52%, #1b48e8 100%);
  -webkit-box-shadow: 0 12px 32px rgba(28, 85, 255, 0.36);
          box-shadow: 0 12px 32px rgba(28, 85, 255, 0.36);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), filter 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero .btn-hero:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 16px 36px rgba(28, 85, 255, 0.44);
          box-shadow: 0 16px 36px rgba(28, 85, 255, 0.44);
  -webkit-filter: saturate(1.14);
          filter: saturate(1.14);
}
.hero .btn-hero:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .hero-copyright {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 1;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(226, 232, 240, 0.5);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .hero .hero-brand {
    margin-bottom: 1.25rem;
  }
  .hero .hero-title {
    max-width: 14ch;
  }
  .hero .hero-subtitle {
    margin-bottom: 1.75rem;
  }
  .hero .hero-copyright {
    bottom: 1.1rem;
    font-size: 0.75rem;
  }
}

@-webkit-keyframes meshShift {
  0% {
    -webkit-transform: translate3d(-2%, -1%, 0) scale(1);
            transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(2%, 1%, 0) scale(1.08);
            transform: translate3d(2%, 1%, 0) scale(1.08);
  }
}

@keyframes meshShift {
  0% {
    -webkit-transform: translate3d(-2%, -1%, 0) scale(1);
            transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(2%, 1%, 0) scale(1.08);
            transform: translate3d(2%, 1%, 0) scale(1.08);
  }
}
@-webkit-keyframes noiseShift {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-120px, -80px, 0);
            transform: translate3d(-120px, -80px, 0);
  }
}
@keyframes noiseShift {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-120px, -80px, 0);
            transform: translate3d(-120px, -80px, 0);
  }
}
@-webkit-keyframes pulseGlow {
  0% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -58%) scale(0.96);
            transform: translate(-50%, -58%) scale(0.96);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -58%) scale(1.04);
            transform: translate(-50%, -58%) scale(1.04);
  }
  100% {
    opacity: 0.72;
    -webkit-transform: translate(-50%, -58%) scale(0.98);
            transform: translate(-50%, -58%) scale(0.98);
  }
}
@keyframes pulseGlow {
  0% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -58%) scale(0.96);
            transform: translate(-50%, -58%) scale(0.96);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -58%) scale(1.04);
            transform: translate(-50%, -58%) scale(1.04);
  }
  100% {
    opacity: 0.72;
    -webkit-transform: translate(-50%, -58%) scale(0.98);
            transform: translate(-50%, -58%) scale(0.98);
  }
}