:root {
  --vj-ink: #10121a;
  --vj-text: #2a2f3d;
  --vj-muted: #687083;
  --vj-line: rgba(17, 24, 39, 0.09);
  --vj-surface: #ffffff;
  --vj-soft: #f7f8fc;
  --vj-pink: #f72585;
  --vj-purple: #7b2ff7;
  --vj-orange: #ff9f1c;
  --vj-blue: #4338ca;
  --vj-gradient: linear-gradient(115deg, #f72585 0%, #ff9f1c 36%, #9b2df7 72%, #5b21ff 100%);
  --vj-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  --vj-shadow-soft: 0 14px 34px rgba(17, 24, 39, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vj-text) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 252, 0.96) 52%, #fff 100%) !important;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0;
}

a {
  color: var(--vj-blue);
}

a:hover {
  color: var(--vj-pink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--vj-ink);
  letter-spacing: 0;
}

#main {
  margin-top: 0 !important;
}

#header {
  padding: 14px 0 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border-bottom: 1px solid var(--vj-line);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

#header.header-scrolled {
  padding: 10px 0 !important;
}

#header .container {
  min-height: 46px;
}

#header .logo h1 {
  line-height: 0;
}

#header .logo img.vocaljet-logo-v2 {
  max-height: 32px !important;
  width: auto;
}

.navbar a,
.navbar a:focus {
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: var(--vj-ink) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  margin-left: 6px !important;
  padding: 9px 14px !important;
  letter-spacing: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  background: rgba(247, 37, 133, 0.08) !important;
  border-color: rgba(247, 37, 133, 0.16) !important;
  color: var(--vj-pink) !important;
}

.navbar a[href="signup"],
.navbar a[href="/signup"] {
  background: var(--vj-gradient) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 25px rgba(123, 47, 247, 0.22);
  color: #fff !important;
}

.navbar a[href="login"],
.navbar a[href="/login"] {
  background: #fff !important;
  border-color: rgba(17, 24, 39, 0.14) !important;
  color: var(--vj-ink) !important;
}

.navbar .dropdown ul {
  border: 1px solid var(--vj-line);
  border-radius: 14px;
  box-shadow: var(--vj-shadow-soft) !important;
  overflow: hidden;
}

.navbar .dropdown ul a {
  border-radius: 0 !important;
  margin-left: 0 !important;
}

#home {
  min-height: 100vh !important;
  height: auto !important;
  margin-bottom: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 246, 251, 0.96) 0%, rgba(255, 255, 255, 0.98) 42%, rgba(242, 240, 255, 0.96) 100%) !important;
}

#home .hero-container {
  position: relative !important;
  inset: auto !important;
  justify-content: flex-start !important;
  min-height: calc(100vh - 20px);
  margin-top: 0 !important;
  padding: 74px 0 42px;
}

#home .row {
  align-items: center;
  box-sizing: border-box;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(18px, 4vh, 44px) 18px 0;
}

.containerscramble {
  margin-top: 0 !important;
  max-width: 620px !important;
  padding: 0 !important;
}

#home h1 {
  color: var(--vj-ink) !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

#header-title {
  color: var(--vj-ink);
  font-size: clamp(40px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

#home h2 {
  color: var(--vj-muted) !important;
  font-size: clamp(16px, 1.45vw, 20px) !important;
  line-height: 1.42 !important;
  margin-top: 18px;
  max-width: 560px;
}

#home h2 b {
  font-weight: 550;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.hero-cta {
  align-items: center;
  background: var(--vj-gradient);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(123, 47, 247, 0.26);
  color: #fff !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-cta:hover {
  box-shadow: 0 20px 42px rgba(247, 37, 133, 0.25);
  transform: translateY(-2px);
}

.overlay-image {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  box-shadow: var(--vj-shadow);
  margin-right: 0 !important;
  max-width: min(94vw, 620px) !important;
}

section {
  padding: 86px 0 !important;
}

.section-bg {
  background: var(--vj-soft) !important;
}

.section-title h2::after {
  display: none;
}

.about {
  background: #fff !important;
}

.about::before {
  display: none !important;
}

.about .container {
  max-width: 1160px;
}

.about .row {
  gap: 26px 0;
}

.about .content {
  padding: 26px !important;
}

.about .content h2,
.about .content h3,
#intro-header h1,
#nftcollection h1,
.about h1,
#description-nft {
  color: var(--vj-ink) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

.about .content h2 {
  font-size: clamp(34px, 4.4vw, 54px) !important;
}

.about .content p,
.about .icon-boxes .icon-box p,
#intro-header h4,
#nftcollection p {
  color: var(--vj-muted) !important;
  line-height: 1.7 !important;
}

.about .icon-boxes {
  width: 100%;
}

.about .icon-boxes .row {
  column-gap: 28px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  row-gap: 28px;
}

.about .icon-boxes .icon-box {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--vj-line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
  margin-top: 0 !important;
  min-height: 235px;
  padding: 24px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

@media (min-width: 768px) {
  .about .icon-boxes .icon-box {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
  }
}

.about .icon-boxes .icon-box:hover {
  border-color: rgba(247, 37, 133, 0.22);
  box-shadow: var(--vj-shadow-soft);
  transform: translateY(-3px);
}

.about .icon-boxes .icon-box i {
  background: var(--vj-gradient);
  border-radius: 8px;
  color: #fff !important;
  display: inline-grid;
  font-size: 28px !important;
  height: 46px;
  margin-bottom: 16px !important;
  place-items: center;
  width: 46px;
}

.about .icon-boxes .icon-box h4 {
  color: var(--vj-ink);
  font-size: 18px !important;
  line-height: 1.25;
}

#intro-header {
  background: linear-gradient(180deg, #fff 0%, #f8f8ff 100%);
  border-bottom: 1px solid var(--vj-line);
  box-shadow: none !important;
  padding: 72px 18px !important;
}

#intro-header img {
  border: 1px solid var(--vj-line);
  border-radius: 20px;
  box-shadow: var(--vj-shadow);
  margin-top: 28px;
}

#intro-header h1 {
  font-size: clamp(34px, 4.5vw, 58px) !important;
}

#intro-header h4 {
  max-width: 760px;
  margin: 0 auto;
}

.services .icon-box {
  border: 1px solid var(--vj-line);
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.07) !important;
}

.services .icon-box::before {
  background: linear-gradient(180deg, rgba(247, 37, 133, 0.08), rgba(123, 47, 247, 0.08)) !important;
}

.services .icon-box:hover::before {
  top: 0;
}

.services .icon i,
.counts .count-box i,
.counts .count-box span.number {
  color: var(--vj-pink) !important;
}

#nftcollection {
  background: #fff;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#letsgo {
  margin: 0 !important;
  padding: 0 !important;
}

#letsgo > br {
  display: none;
}

#nftcollection > div:first-child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 248, 255, 0.92)),
    url(../img/rainbow-background.png) top center / 100% auto no-repeat !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

#nftcollection div[style*="height:425px"] {
  height: 90px !important;
}

#nftcollection #comingsoon,
#nftcollection div[align="center"] {
  margin: 0 !important;
}

#nftcollection #comingsoon {
  scroll-margin-top: clamp(300px, 28vw, 440px);
}

#nftcollection h2,
#nftcollection h4 {
  color: var(--vj-ink) !important;
  text-wrap: balance;
}

#nftcollection h2 {
  font-size: clamp(38px, 5vw, 62px) !important;
  line-height: 1.1 !important;
}

#description-nft {
  font-size: clamp(38px, 5.2vw, 66px) !important;
}

#nftcollection [style*="width:400px"] {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--vj-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
  margin: 10px !important;
  padding: 24px !important;
}

#nftcollection [style*="width:400px"] h2 {
  font-size: 22px !important;
}

.form input[type=email] {
  border: 1px solid rgba(17, 24, 39, 0.14) !important;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  color: var(--vj-ink);
  min-height: 48px;
}

.form input[type=email]:focus {
  border-color: rgba(247, 37, 133, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(247, 37, 133, 0.12);
  outline: 0 !important;
}

.button-19,
.plans .button,
.about-btn {
  background: var(--vj-gradient) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 28px rgba(123, 47, 247, 0.25) !important;
  color: #fff !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

.button-19::after {
  display: none !important;
}

.button-19:hover,
.plans .button:hover,
.about-btn:hover {
  box-shadow: 0 18px 38px rgba(247, 37, 133, 0.24) !important;
  filter: none !important;
  transform: translateY(-2px);
}

.plans__container {
  background: linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
  min-height: 100vh;
  padding-top: 110px !important;
}

.plansHero {
  padding: 42px 0 38px !important;
}

.plansHero__title,
#plansHero__title {
  color: var(--vj-ink) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.08;
}

.plansHero__subtitle {
  color: var(--vj-muted);
  font-size: 18px;
}

.planItem {
  border: 1px solid var(--vj-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 35px rgba(17, 24, 39, 0.07) !important;
}

.planItem--pro {
  border-color: rgba(247, 37, 133, 0.24) !important;
  box-shadow: 0 22px 55px rgba(123, 47, 247, 0.16) !important;
}

.planItem--entp {
  background: linear-gradient(145deg, #17111f 0%, #432083 100%) !important;
}

.card-pricing h2,
.price {
  color: var(--vj-ink);
}

.planItem--entp .card-pricing h2,
.planItem--entp .price {
  color: #fff;
}

.featureList li {
  line-height: 1.35;
  margin-bottom: 1.15rem !important;
}

#footer {
  background: #11121a !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

#footer .footer-top .footer-info {
  border-top-color: transparent !important;
  border-radius: 8px;
  box-shadow: var(--vj-shadow-soft);
}

#footer a {
  color: #fff;
}

.back-to-top {
  background: var(--vj-gradient) !important;
  box-shadow: 0 12px 25px rgba(123, 47, 247, 0.22);
}

@media (max-width: 991px) {
  #home .hero-container {
    padding-top: 96px;
  }

  #home {
    min-height: auto !important;
  }

  .navbar-mobile {
    background: rgba(16, 18, 26, 0.68) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .navbar-mobile ul {
    border-radius: 14px;
    box-shadow: var(--vj-shadow);
  }
}

@media (max-width: 768px) {
  #header .logo img.vocaljet-logo-v2 {
    max-height: 28px !important;
  }

  #home .hero-container {
    min-height: auto;
    padding: 78px 0 36px;
  }

  #home .row {
    padding: 24px 16px 0;
  }

  #header-title {
    font-size: 32px !important;
    max-width: 100%;
  }

  #home h2 {
    font-size: 17px !important;
    margin-bottom: 20px !important;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-cta {
    min-height: 46px;
    padding: 0 20px;
  }

  .containerscramble {
    max-width: 100% !important;
    width: 100% !important;
  }

  .overlay-image {
    border-radius: 14px;
    margin-top: 22px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  section {
    padding: 58px 0 !important;
  }

  .about .content {
    padding: 16px !important;
  }

  .about .icon-boxes .icon-box {
    min-height: auto;
  }

  #nftcollection div[style*="height:425px"] {
    height: 90px !important;
  }

  #nftcollection > div:first-child {
    background-size: 1120px auto !important;
  }

  #nftcollection #comingsoon {
    scroll-margin-top: 360px;
  }

  .plans__container {
    padding-top: 86px !important;
  }
}
