/* ============================================================
   TOKEN ADVISORY & TOKENOMICS SUPPORT
   component-specific styles — loaded after style.css
   ============================================================ */

/* ── Hero / Support section ── */
.token-advisory-support {
  background: url("../assets/img/token-advisory-support-bg.png"), #eff8ff;
  padding: 150px 0 164px;
  background-size: contain;
  min-height: 665px;
  background-repeat: no-repeat;
  background-position: right;
}

.token-advisory-support__title {
  font-family: "Nobile", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 58px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 8px;
  color: #101828;
}

.token-advisory-support-img-wrapper {
  max-width: 544px;
  max-height: 410px;
}

.token-advisory-support-hero-content {
  /* max-width: 500px; */
}

.token-advisory-support__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: start;
  color: #667085;
}

.token-advisory-support__actions {
  margin: 44px 0 82px;
  justify-content: start;
}

.blue-outline-btn {
  border-color: #1570ef;
  color: #1570ef;
}

.rocket-img {
  width: 750px;
  max-width: 100%;
}

.token-advisory-desc {
  max-width: 1002px;
}

/* ── Tokenomics intro ── */
.token-advisory-tokenomics {
  padding: 80px 0 48px;
}

/* ── Tokenomics design cards ── */
.tokenomics-design {
  padding: 96px 0;
  background-color: #fff;
}

.tokenomics-design__subtitle {
  max-width: 640px;
  margin: 0 auto;
}

.tokenomics-design__cards {
  margin-top: 44px;
}

.tokenomics-design__card {
  padding: 33px;
  border: 1px solid #d1d5dc;
  border-radius: 24px;
  height: 100%;
  background-color: #ffffff;
}

.icon__wrapper {
  width: 56px;
  height: 56px;
  background-color: rgba(21, 112, 239, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card__icon {
  height: 28px;
  width: 28px;
}

.tokenomics-design__card-title {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.tokenomics-design__card-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #4a5565;
}

.custom-list {
  list-style: none;
  padding-left: 20px;
}

.custom-list li {
  position: relative;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #4a5565;
  border-radius: 50%;
}

/* ── Section 1: Support Features (What Token Advisory Includes) ── */
.support-features {
  background: linear-gradient(180deg, #006aff 0%, #69b2ff 100%);
  padding: 0 0 150px 0;
}

.support-features__header {
  text-align: center;
}

.support-features__title {
  color: #ffffff;
  max-width: 760px;
  margin: 12px auto 24px;
}

.support-features__subtitle {
  color: #fff;
  max-width: 851px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.token-stack-img {
  max-height: 560px;
  margin: 0 auto;
}

/* Feature card */
.support-feature-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow:
    0 1px 3px rgba(16, 24, 40, 0.08),
    0 1px 2px rgba(16, 24, 40, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.support-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.support-feature-card__icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #dbeafe;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support-feature-card__icon {
  width: 28px;
  height: 28px;
}

.support-feature-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
}

.support-feature-card__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a5565;
  margin: 0;
}

.support-feature-card__link {
  color: #1570ef;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

/* ── Section 2: Tokenomics Should Fit the Product ── */


.how-we-work__body-desc {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #667085;
}

.how-we-work__body-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #475467;
}

.how-we-work__body-sub-text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

/* ── Section 3: From Token Design to Live Mechanics ── */
.live-mechanics {
  padding: 96px 0;
  background-color: #fff;
}

.live-mechanics__inner {
  max-width: 968px;
  margin: 0 auto;
}

.live-mechanics__title {
  font-family: "Nobile", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 58px;
  color: #111827;
}

.live-mechanics__body {
  color: #434656;
}

.live-mechanics__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 2px solid #2563eb;
  border-radius: 10px;
  color: #2563eb;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.live-mechanics__btn:hover {
  background-color: #2563eb;
  color: #ffffff;
}

/* ── Section 4: Related Capabilities ── */
.related-capabilities__card-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.capability__feature-card {
  border-radius: 24px;
  padding: 20px;
  min-height: 215px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.capability-card__navy {
  background-color: #1843a0;
  transition: box-shadow 0.3s ease;
}

.capability-card__navy:hover {
  box-shadow: 0 8px 24px #1843a0;
}

.capability-card--sky {
  background-color: #53b1fd;
  transition: box-shadow 0.3s ease;

}

.capability-card--sky:hover {
  box-shadow: 0 8px 24px #53b1fd;
}

.capability-card__blue {
  background-color: #175cd3;
  transition: box-shadow 0.3s ease;

}

.capability-card__blue:hover {
  box-shadow: 0 8px 24px #175cd3;
}

.capability-card--bright {
  background-color: #1570ef;
  transition: box-shadow 0.3s ease;
}

.capability-card--bright:hover {
  box-shadow: 0 8px 24px #1570ef;
}

.capability-card__icon-wrapper {
  width: 64px;
  height: 64px;
  background: #ffffff33;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capability-card__icon {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.capability-card__title-text {
  font-family: "Inter", serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}

/* ── Section 6: Secure Architecture & Stats ── */
.secure-architecture {
  padding: 112px 0;
  background-color: #ffffff;
}

.secure-architecture__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto;
}

.secure-architecture__stats {
  justify-content: center;
}

.stat-item {
  text-align: center;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item__number {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #1570ef;
  margin-bottom: 16px;
}

.stat-item__label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #434656;
  margin: 0;
}

.secure-architecture__note {
  background-color: #fff;
  padding: 32px;
}

.secure-architecture__note-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #434656;
  margin: 0;
}

/* ── Contact / CTA ── */
.token-advisory-contact {
  background-color: #1570ef;
  padding: 80px 0;
}

.token-advisory-contact .contact__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.token-advisory-contact .contact__title {
  font-family: "Nobile", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.15;
}

.contact__desc {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
}

.token-advisory-contact__action-btn {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 18px;
}

.sidebar-card--contact {
  height: 25% !important;
}

.tokenomics-fit__process-title {
  font-weight: 400;
  margin-top: 24px;
  font-family: "Inter";
  font-size: 20px;
  line-height: 24px;
}

.tokenomics-fit__title {
  color: var(--Text-Black-900, #101828);
  /* New/H2 Medium */
  font-family: var(--Face-Nobile, Nobile);
  font-size: var(--Size-36, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-48, 48px);
  /* 133.333% */
  letter-spacing: 0.72px;
}

.tokenomics-fit {
  padding: 96px 0px;
}

.tokenomics-fit__grid {
  display: grid;
  grid-template-columns: auto minmax(300px, 374px);
  gap: 44px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .sidebar-card--contact {
    height: 100% !important;
  }

  .token-advisory-support-wrapper {
    gap: 56px;
  }

  .token-advisory-support__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .token-advisory-support__title {
    font-size: 32px;
    line-height: 40px;
  }

  .token-advisory-support {
    padding: 80px 0 64px;
  }

  .token-advisory-tokenomics {
    padding: 80px 0 30px;
  }

  .token-advisory-support__actions {
    margin: 24px 0 0;
    justify-content: start;
  }

  .tokenomics-design {
    padding: 48px 0;
  }

  .tokenomics-design__cards {
    margin-top: 32px;
    gap: 24px;
  }

  .tokenomics-design__card {
    padding: 32px 24px;
  }

  .tokenomics-design__card-title {
    font-weight: 400;
  }

  .support-features__title {
    margin: 0 0 24px;
  }

  .support-features__subtitle {
    color: #b2ddff;
    margin-bottom: 32px;
  }

  .support-feature-card {
    padding: 24px;
    border-radius: 14px;
  }

  .support-feature-card__title {
    font-weight: 600;
  }

  .tokenomics-fit__title,
  .live-mechanics__title,
  .secure-architecture__title,
  .contact__title {
    font-size: 24px;
    line-height: normal;
  }

  .tokenomics-fit {
    padding: 100px 0 48px;
  }

  .live-mechanics {
    padding: 48px 0 0px;
  }

  .related-capabilities {
    padding: 64px 0;
  }

  .related-capabilities__card-grid {
    gap: 24px;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .secure-architecture {
    padding: 64px 0;
  }

  .capability__feature-card {
    min-height: 215px;
    width: 100%;
  }

  .tokenomics-fit__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tokenomics-fit {
    padding: 48px 0px;
  }

  .tokenomics-fit__title {
    text-align: center;
  }

  .tokenomics-fit__body-text {
    font-size: 16px;
    line-height: 24px;
  }

  .faq {
    padding: 64px 0 !important;
  }

  .tokenomics-fit__process-title {
    font-weight: 400;
    margin-top: 24px;
    font-family: "Inter";
    font-size: 20px;
    line-height: 24px;
  }

  .bullet-txt {
    position: relative;
  }

  .bullet-txt::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #475467;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 12px;
    position: absolute;
    left: 0;
  }

  .support-features {
    padding: 48px 0 56px;
  }

  .secure-architecture {
    padding: 48px 0 96px;
  }

  .stat-item {
    margin-bottom: 32px;
  }

  .stat-item__number {
    font-size: 32px;
    line-height: 48px;
  }

  .token-advisory-contact {
    padding: 96px 0;
    background-size: 100% 133%;
    background-position: 100% 25%;
  }

  .token-advisory-contact__action-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px;
    width: 100%;
  }

  .token-advisory-contact__desc {
    font-size: 20px;
    line-height: 24px;
  }

  @media (max-width: 575px) {
    .token-advisory-support {
      background-size: contain;
      min-height: 665px;
      background-repeat: no-repeat;
      background-position: 100% 40%;
      padding: 80px 0 64px;
    }

    .token-advisory-support-action__btn {
      width: 100%;
      justify-content: center;
    }
  }

  .mb-w-75 {
    width: 75% !important;
  }

  .capability-card__navy:hover {
    box-shadow: none;
  }

  .capability-card--sky:hover {
    box-shadow: none;
  }

  .capability-card__blue:hover {
    box-shadow: none;
  }

  .capability-card--bright:hover {
    box-shadow: none;
  }
}

.support-feature-cards__dots {
  display: none;
}

@media (max-width: 991.98px) {
  .support-feature-cards__slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0 !important;
    padding-bottom: 0.5rem;
  }

  .support-feature-cards__slider::-webkit-scrollbar {
    display: none;
  }

  .support-feature-cards__slider>.support-feature-cards__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: center;
    padding: 0 8px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .support-feature-cards__dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 16px 0 0;
  }

  .support-feature-cards__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #f2f4f7b0;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.25s ease;
    transform: scale(1.2) !important;
  }

  .support-feature-cards__dot.support-feature-cards__dot--active {
    background-color: #FFFFFF !important;
    transform: scale(1.2);
  }
}

.related-capabilities__dots {
  display: none;
}

@media (max-width: 991.98px) {
  .related-capabilities__slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px !important;
    padding-bottom: 0.5rem;
  }

  .related-capabilities__slider::-webkit-scrollbar {
    display: none;
  }

  .related-capabilities__slider>.related-capabilities__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: center;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .related-capabilities__dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 16px 0 0;
  }

  .related-capabilities__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #F2F4F7;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.25s ease;
    transform: scale(1.2) !important;
  }

  .related-capabilities__dot.related-capabilities__dot--active {
    background-color: #1570EF !important;
    transform: scale(1.2);
  }
}