.token-sale-infra__hero {
  background: url("../assets/img/token-sale-infra-bg.png"), #1570ef;
  padding: 150px 0 48px;
  /* background-size: 804px, 100%; */
  background-size: 660px, 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  overflow: hidden;
  min-height: 662px;
}

.token-sale-infra__header {
  max-width: 772px;
  text-align: center;
  margin: 0 auto;
}

.token-sale-infra__title {
  font-family: "Nobile";
  font-weight: 500;
  font-size: 45px;
  line-height: 58px;
  letter-spacing: 2%;
  text-align: center;
}

.token-sale-infra__subtitle {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}

.token-sale-infra__blue-btn {
  background-color: #175cd3;
}

.token-sale-infra__feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 17px;
}

.token-sale-infra__feature-card {
  padding: 15px;
  border-radius: 20px;
  backdrop-filter: blur(80px);
  background: #fff;
  min-height: 310px;
  border: 0.76px solid #d0d5dd;
}

.token-sale-infra__hero-wrapper {
  display: grid;
}

.token-sale-infra__feature-card-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18.28px;
  line-height: 30.46px;
  letter-spacing: 0%;
  color: #1f1f21;
}

.feature-card__details {
  font-family: "DM Sans", sans-serif;
  margin-top: 12px;
}

.feature-card__percent {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 18.28px;
  line-height: 30.46px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1570ef;
}

/* =============================================
   Token Launch Infrastructure Section
   ============================================= */

.high-performance {
  background-color: #fff;
  padding: 68px 0;
}

/* Section Header */
.high-performance__header {
  max-width: 968px;
  margin: 0 auto 48px;
}

.high-performance__desc {
  color: #434656 !important;
}

/* Feature Cards */
.high-performance__card {
  background: linear-gradient(176.38deg, #2e90fa 2.98%, #d1e9ff 97.02%);
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.high-performance__card-content {
  padding: 24px 24px 22px;
}

.high-performance__card-title {
  font-family: "Inter", serif;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.high-performance__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffffcc;
  margin: 0;
  letter-spacing: -2%;
}

/* ===== HERO SECTION ===== */
.infra-needs {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  padding: 48px 0 96px;
  min-height: auto;
}

.infra-needs-title,
.partnership__title {
  font-family: "Nobile", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 58px;
  color: #101828;
  text-align: left;
}

.infra-needs-btn {
  width: fit-content;
  text-decoration: none;
  margin-bottom: 74px;
}

.infra-needs-card-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(580px, 604px);
  gap: 32px;
}

.infra-needs-graphic {
  width: 100%;
  height: stretch;
  background: url("../assets/img/infra-needs-card.png") center/cover no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.infra-needs-graphic::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 124, 255, 0.00) 0%, #1E7CFF 100%);
  mix-blend-mode: soft-light;
}

.h-stretch {
  height: stretch;
}

/* Product Cards Grid */
.infra-needs__product-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.infra-needs__product-card {
  background-color: #f2f4f7;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
}

.infra-needs__product-card:hover {
  background-color: #e8ecf1;
  transform: translateY(-4px);
}

.managed-presale-wrapper {
  padding: 48px 0 96px 0;
}

.managed-presale__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 968px;
  margin: 0 auto 48px;
}

.managed-presale__title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 36px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
}

.managed-presale__desc {
  color: #434656;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* =============================================
   Core Infra Section
   ============================================= */
.core-infra {
  padding: 48px 0 96px 0;
}

.core-infra__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 968px;
  margin: 0 auto 48px;
}

.core-infra__title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 36px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
}

.core-infra__desc {
  color: #434656;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.infra-tabs {
  display: inline-flex;
  align-items: center;
  background: #f2f4f7;
  border-radius: 999px;
  margin: 0 auto 48px;
}

.tabs-wrapper {
  display: flex;
  justify-content: center;
}

.infra-tab {
  border: 0;
  background: transparent;
  padding: 8px 24px;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease;

  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.infra-tab.active {
  background: #1570ef;
  color: #fff;
}

.infra-showcase {
  position: relative;
  min-height: 620px;
  border-radius: 30px;
  overflow: hidden;
  bottom: 40px;
}

.infra-slide {
  position: absolute;
  inset: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s;
}

.infra-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 2;
}

.infra-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.core-mobile-card {
  text-align: center;
}

.mobile-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mobile-image img {
  width: 100%;
  display: block;
}

.core-mobile-card h4 {
  color: #475467;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.core-desktop {
  display: block;
}

.core-mobile {
  display: none;
}

.highlight {
  color: #1570ef;
  cursor: pointer !important;
}

.desktop-presale {
  display: flex;
}

.product-card__title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
  margin-bottom: 10px;
}

.product-card__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  line-height: 24px;
}

/* ===== PARTNERSHIP SECTION ===== */
.partnership {
  background: #ffffff;
  padding: 48px 0 96px;
}

.partnership__header {
  max-width: 968px;
  margin: 0 auto 48px;
}

.partnership__desc {
  color: #434656 !important;
}

.partnership__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.partnership__card {
  border-radius: 24px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.partnership__card-header {
  padding: 32px 32px 55px;
}

.partnership__card--primary {
  background: linear-gradient(176.38deg, #2e90fa 2.98%, #d1e9ff 97.02%);
  border: 1px solid #eaecf0;
  color: #ffffff;
  grid-row: span 2;
  overflow: hidden;
}

.partnership__card--secondary {
  background: #2e90fa40;
  color: #101828;
}

.partnership__card--tertiary {
  background-color: #eaecf0;
  color: #101828;
}

.partnership__card-img {
  margin-left: 32px;
}

.partnership__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.partnership__card-title {
  font-family: "Nobile", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 24px;
}

.partnership__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.95;
}

.partnership__card-link {
  color: #1570ef;
  text-decoration: none;
}

/* ===== STAKING SECTION ===== */
.staking {
  background: #f2f4f7;
  padding: 96px 0;
}

.staking__header {
  margin-bottom: 48px;
}

.staking__desc {
  font-size: 18px;
  color: #475467;
  max-width: 778px;
  margin: 0 auto;
}

.staking__cards {
  margin-top: 44px;
}

/* Feature card */
.staking__card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 27px;
  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;
  border: 1px solid #d0d5dd;
}

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

.staking__card__icon-wrapper {
  width: 52px;
  height: 52px;
  background-color: #eff8ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 18px;
}

.staking__card__icon {
  width: 24px;
  height: 24px;
}

.staking__card__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0a2158;
  margin-bottom: 12px;
}

.staking__card__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  margin: 0;
}

.staking__card__link {
  color: #1570ef;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  padding-top: 21px;
  border-top: 1px solid #226ae524;
}

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

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

.requirements {
  padding: 120px 0 120px;
  background-color: #ffffff;
}

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

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

.requirements_features {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #667085;
}

.requirements_feature {
  margin-left: 42px;
}

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

.requirements__process-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pepu-img {
  margin: 20px 0 40px;
}

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

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

.requirements__process-content {
  flex: 1;
}

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

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

.sidebar-card--contact {
  height: 200px !important;
}

.quote-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #101828;
  margin-bottom: 22px;
}

.quote-wrapper {
  padding: 32px;
  background-color: #eff8ff;
  border-radius: 24px;
  margin: 22px 0 40px;
}

.quote-txt {
  font-family: "Inter";
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #475467;
}

.blue-line-separator {
  height: 2px;
  width: 40px;
  background-color: #1570ef;
  margin-right: 12px;
}

.quote-owner {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #475467;
}

.why-choose__title {
  font-family: "Nobile";
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 2%;
}

/* ===== MANAGEMENT SECTION ===== */
.management {
  background: #ffffff;
  padding: 96px 0;
}

.management__title {
  max-width: 780px;
}

.management__title {
  font-size: 36px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 16px;
}

.management__desc {
  font-size: 18px;
  color: #475467;
  max-width: 756px;
  margin: 0 auto;
}

.management__badge {
  width: fit-content;
}

.management__cards {
  margin-top: 44px;
}

.management__card {
  background: #f2f4f7;
  border: 1px solid #eaecf0;
  border-radius: 30px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 216px;
}

.management__card:hover {
  border-color: #1570ef;
  box-shadow: 0 16px 48px rgba(21, 112, 239, 0.1);
  transform: translateY(-4px);
}

.management__card-icon {
  width: 56px;
  height: 56px;
  background-color: #eff8ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.management__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  line-height: 20px;
}

.management__card-title {
  font-family: "Nobile";
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #1570ef;
  margin-bottom: 0;
}

.management__card-sub-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.management__card-desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #475467;
}

.management__footer-note {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  max-width: 848px;
  margin-top: 44px;
}

.token-sale-infra__contact__desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 742px;
}

.token-sale-infra__contact-inner {
  max-width: none;
}

.token-sale-infra__contact {
  padding: 96px 0 !important;
}

/* Legacy Styles - Kept for backward compatibility */
.infra-needs__header {
  max-width: 772px;
  text-align: center;
  margin: 0 auto;
}

.infra-needs__blue-btn {
  background-color: #175cd3;
}

.infra-needs__feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 17px;
}

.infra-needs__feature-card {
  padding: 15px;
  border-radius: 20px;
  backdrop-filter: blur(80px);
  background: #fff;
  min-height: 310px;
}

.infra-needs__feature-card-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18.28px;
  line-height: 30.46px;
  letter-spacing: 0%;
  color: #1f1f21;
}

.feature-card__details {
  font-family: "DM Sans", sans-serif;
  margin-top: 12px;
}

.feature-card__percent {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 18.28px;
  line-height: 30.46px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #1570ef;
}

/* =============================================
   Token Launch Infrastructure Section
   ============================================= */

.high-performance {
  background-color: #fff;
  padding: 68px 0;
}

/* Section Header */
.high-performance__header {
  max-width: 968px;
  margin: 0 auto 48px;
}

.high-performance__desc {
  color: #434656 !important;
}

/* Feature Cards */
.high-performance__card {
  background: linear-gradient(176.38deg, #175CD3 2.98%, #175CD3 97.02%);
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.high-performance__card-content {
  padding: 24px 24px 22px;
}

.high-performance__card-title {
  font-family: "Inter", serif;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 12px;
}

.high-performance__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffffcc;
  margin: 0;
  letter-spacing: -2%;
}

/* Responsive */
@media (min-width: 2560px) {
  .token-sale-infra__hero {
    background-position: 65% 100%;
  }
}

@media (max-width: 1600px) {
  .infra-needs {
    background-size: cover;
  }
}

@media (max-width: 1400px) {
  .token-sale-infra__hero {
    background-size: 550px, 100%;
  }
}

/* @media (max-width: 1400px) {
  .token-sale-infra__hero {
    background-size: 624px, 100%;
  }
}

@media (max-width: 1300px) {
  .token-sale-infra__hero {
    background-size: 580px, 100%;
  }
} */

@media (max-width: 992px) {
  .card {
    border: none !important;
  }

  .token-sale-infra__hero {
    background: #1570ef;
  }

  .token-sale-infra__feature-cards {
    margin-top: -100px;
    grid-template-columns: 1fr 1fr;
  }

  .token-sale-infra__title {
    font-family: "Nobile";
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }

  .high-performance__card {
    margin-bottom: 16px;
  }

  .high-performance__header {
    margin-bottom: 24px;
  }

  .high-performance {
    padding: 48px 0 50px;
    background-color: transparent;
  }

  .token-sale-infra__hero {
    padding: 80px 0 0;
  }

  .token-sale-infra__subtitle {
    margin-bottom: 24px;
  }

  .infra-needs {
    background-color: #fff;
    padding: 48px 0 96px;
  }

  .infra-needs-card-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .infra-needs-title,
  .partnership__title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
  }

  .infra-needs__feature-cards {
    display: none;
  }

  .infra-needs__title {
    font-family: "Nobile";
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }

  .product-card__title {
    line-height: 24px;
    font-size: 16px;
  }

  .managed-presale-wrapper {
    padding: 48px 12px 36px 12px;
  }

  .managed-presale__header {
    margin: 0 auto;
  }

  .staking {
    background: #fff;
    padding: 48px 0 0px;
  }

  .staking__cards {
    gap: 16px;
    margin-top: 24px;
  }

  .requirements {
    padding: 100px 0 0px;
  }

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

  .requirements__title {
    text-align: center;
  }

  .requirements__body,
  .how-we-work__body,
  .requirements__process-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .requirements__process-heading {
    font-weight: 700;
    margin-top: 16px;
  }

  .requirements__body {
    margin-bottom: 16px;
  }

  .requirements_feature {
    position: relative;
    margin-left: 24px;
  }

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

  .pepu-img {
    margin: 0 0 16px;
  }

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

  .quote-wrapper {
    background-color: #fff;
    padding: 0 0 0 20px;
    border-left: 2px solid #1570ef;
    border-radius: 0;
    margin-bottom: 16px;
  }

  .quote-txt {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .why-choose__title {
    font-size: 16px;
    font-family: "Inter";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .requirements__sidebar-card__item {
    font-size: 18px;
    line-height: 24px;
  }

  .requirements__sidebar-card--contact {
    gap: 32px;
  }

  .requirements__badge {
    width: fit-content;
    margin: 0 auto;
  }

  .requirements__sidebar-card {
    padding: 24px;
  }

  .requirements__sidebar-card__contact-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .management {
    padding: 100px 0 0px;
  }

  .management__cards {
    gap: 24px;
  }

  .management__card {
    padding: 32px 24px;
  }

  .management__card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .token-sale-infra__contact__desc {
    margin: 32px 0;
  }

  .token-sale-infra__contact-btn {
    font-size: 16px !important;
    line-height: 24px;
  }

  .core-infra {
    padding: 48px 12px 36px 12px;
  }

  .core-infra__header {
    margin: 0 auto 24px;
  }

  .core-infra__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .core-desktop {
    display: none;
  }

  .core-mobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .managed-presale__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .managed-presale__desc {
    color: #434656;
  }

  .high-performance__card {
    margin-bottom: 16px;
  }

  .high-performance__header {
    margin-bottom: 24px;
  }

  .infra-needs__subtitle {
    margin-bottom: 24px;
  }

  .infra-needs-card {
    max-height: 680px;
  }

  .infra-needs-graphic {
    height: 100%;
    background: none;
  }

  .partnership__header {
    margin-bottom: 24px;
  }

  .partnership__cards {
    grid-template-columns: 1fr;
  }

  .partnership__card-header {
    padding: 16px;
  }

  .partnership__card-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .partnership__card-img {
    min-height: 265px;
    margin-left: 16px;
  }

  .partnership__card--secondary,
  .partnership__card--tertiary {
    padding: 32px;
  }

  .staking__card {
    padding: 24px;
  }

  .slick-slide img {
    display: block;
    border-radius: 16px;
  }
}

@media (max-width: 576px) {
  .token-sale-infra__feature-cards {
    grid-template-columns: 1fr;
  }

  .token-sale-infra__action-btn {
    width: 100%;
    justify-content: center;
  }

  .infra-needs__action-btn {
    width: 100%;
    justify-content: center;
  }

  .infra-needs-card {
    max-height: 327px;
  }

  /* Partnership Section Mobile */
  .partnership__title {
    font-size: 28px;
    line-height: 36px;
  }

  .partnership__desc {
    font-size: 16px;
  }

  .partnership__card-title {
    font-size: 18px;
  }

  /* Management Section Mobile */
  .management__title {
    font-size: 28px;
    line-height: 36px;
  }

  .management__card {
    padding: 24px 20px;
    height: 220px;
  }
}

.token-sale-infra-img {
  max-width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 767px) {
  .token-sale-infra-img {
    width: 100%;
    height: 317px;
  }
}

/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  .token-sale-infra-img {
    width: 696px;
    height: 605px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .token-sale-infra-img {
    width: 416px;
    height: 336px;
  }
}