/* ============================================================
   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 ── */

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

.tokenomics-fit {
  padding: 120px 0 176px;
  background-color: #ffffff;
}

.tokenomics-fit__body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #475467;
  margin-bottom: 20px;
}

.tokenomics-fit__process-heading {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #101828;
  margin-top: 40px;
}

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

.tokenomics-fit__process-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tokenomics-fit__process-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.tokenomics-fit__process-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #2563eb;
}

.tokenomics-fit__process-content {
  flex: 1;
}

.tokenomics-fit__process-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}

.tokenomics-fit__process-desc {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #6b7280;
  margin: 0;
}


/* ── 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__grid {
  background-image: url("../assets/img/live-mechanics-bg.png");
  background-size: 100% 100%;
  background-position: 24px 100%;
  padding: 72px 0 12px;
  margin-top: 48px;
  gap: 88px;
}

.related-capabilities__first-row {
  gap: 278px;
}

.related-capabilities__second-row {
  gap: 294px;
}

.capability-card {
  border-radius: 24px;
  padding: 48px;
  min-height: 295px;
  max-width: 389px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: fit-content;
}

.capability-card--navy {
  background-color: #1843a0;
  margin-top: 126px;
}

.capability-card--sky {
  background-color: #53b1fd;
}

.capability-card--blue {
  background-color: #175cd3;
  margin-top: 132px;
  margin-left: 82px;
}

.capability-card--bright {
  background-color: #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 {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

/* ── 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;
}

/* ── 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 50px;
  }

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

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

  .related-capabilities__grid {
    background: none;
    gap: 24px;
    padding: 0;
    margin-top: 24px;
  }

  .related-capabilities__first-row,
  .related-capabilities__second-row {
    gap: 24px;
    align-items: center;
  }

  .capability-card--navy,
  .capability-card--sky,
  .capability-card--bright,
  .capability-card--blue {
    margin: 0;
  }

  .capability-card__title {
    font-size: 24px;
    line-height: normal;
  }

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

  .capability-card {
    gap: 16px;
    min-height: 240px;
    padding: 24px;
    justify-content: flex-start;
  }

  .faq {
    padding: 64px 0;
  }

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

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

  .tokenomics-fit__body,
  .how-we-work__body,
  .tokenomics-fit__process-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .tokenomics-fit__process-heading {
    font-weight: 700;
    margin-top: 24px;
  }

  .tokenomics-fit__process-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #475467;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 12px;
  }

  .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;
  }
}