/* ===== Flash Tokens Page ===== */
.product-page .page {
  background: #0A0E17;
}

.product-main {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 155px 80px;
}

/* Breadcrumb */
.breadcrumb {
  text-align: left;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17.3px;
  line-height: 21.1px;
  color: #A8A8A8;
  margin-bottom: 40px;
}

.breadcrumb a {
  color: #A8A8A8;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb span {
  color: #A8A8A8;
}

.breadcrumb-current {
  color: #FFFFFF !important;
}

/* Product Hero */
.product-hero {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(rgba(10, 14, 23, 0.65), rgba(10, 14, 23, 0.65)), url('../imgMain/flash token.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 55px;
  margin-bottom: 40px;
}

.product-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52.8px;
  line-height: 58.7px;
  color: #FFFFFF;
  margin: 0 0 24px;
  max-width: 1073px;
  margin-left: auto;
  margin-right: auto;
}

.product-hero-intro {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 1505px;
  margin: 0 auto;
}

.flash-hero-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto 66px;
  max-width: 1017px;
}

/* Flash Cards */
.flash-cards {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin-bottom: 80px;
}

.flash-card {
  background: rgba(51, 65, 85, 0.05);
  box-shadow: -1.36508px -1.36508px 0px #334155, -2.7px -2.7px 2.7px #222C39, inset -1.36508px -1.36508px 0px #252E3C, inset -2.7px -2.7px 2.7px #2A3646;
  border-radius: 75.1px 75.1px 75.1px 75.1px;
  overflow: hidden;
  padding: 57px 122px 0;
  min-height: 790px;
  display: flex;
  flex-direction: column;
}

.flash-card-blur {
  backdrop-filter: blur(70px);
}

.flash-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 27.7px;
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 29px;
}

.flash-card-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  line-height: 37px;
  color: #FFFFFF;
  margin: 0 0 31px;
}

.flash-card-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 24px;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
}

.flash-card-line {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0;
}

.flash-card-network {
  background: rgba(86, 119, 255, 0.08);
  border-radius: 73px 73px 0 0;
  margin: 0 -122px 0 -122px;
  padding: 75px 122px 100px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 48px;
}

.flash-network-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 29.4px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flash-network-icon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  flex-shrink: 0;
}

.flash-icon-tron {
  background: #FC070C;
}

.flash-icon-bsc {
  background: #F0B90B;
}

.flash-icon-solana {
  background: linear-gradient(180deg, #599DB0 0%, #47F8C3 50%, #C44FE2 100%);
}

.flash-features {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flash-features li {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18.9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Product description blocks */
.product-desc {
  text-align: center;
  margin-bottom: 80px;
}

.product-desc p {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19.8px;
  line-height: 37px;
  max-width: 1505px;
  margin: 0 auto 48px;
}

.product-desc p:first-of-type {
  color: #FFFFFF;
}

.product-desc p:nth-of-type(2),
.product-desc p:nth-of-type(3) {
  color: rgba(255, 255, 255, 0.5);
}

.product-desc p:last-child {
  margin-bottom: 0;
}

/* Level cards (Choose your level) */
.level-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 80px;
}

.level-card-syndicates {
  grid-column: 1 / -1;
}

.level-card {
  background: rgba(51, 65, 85, 0.05);
  box-shadow: -1.36508px -1.36508px 0px #334155, -2.7px -2.7px 2.7px #222C39, inset -1.36508px -1.36508px 0px #252E3C, inset -2.7px -2.7px 2.7px #2A3646;
  border-radius: 75.1px;
  padding: 48px 40px 56px;
}

.level-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19.8px;
  line-height: 37.6px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.level-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.level-card li {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15.8px;
  line-height: 29.7px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.level-card-syndicates .level-card-title {
  font-size: 19.3px;
  line-height: 36.3px;
}

.level-card-syndicates li {
  font-size: 15.4px;
  line-height: 28.4px;
}

/* Key info (3 columns) */
.key-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 80px;
  margin-bottom: 80px;
}

.key-info-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19.8px;
  line-height: 37px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.key-info-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-info-col li {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 19.8px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

/* Flash CTA buttons (BUY NOW / CONTACT US) */
.flash-cta {
  display: flex;
  justify-content: center;
  gap: 127px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.btn-flash-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 351px;
  height: 92px;
  padding: 28px 12px;
  background: #3085FF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 126.6px rgba(48, 133, 255, 0.49);
  border-radius: 999999px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20.3px;
  line-height: 24.4px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.btn-flash-buy:hover {
  opacity: 0.95;
}

.btn-flash-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 351px;
  height: 92px;
  padding: 28px 12px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 999999px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20.3px;
  line-height: 24.4px;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.btn-flash-contact:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 1400px) {
  .product-main {
    padding-left: 46px;
    padding-right: 46px;
  }

  .flash-card {
    padding-left: 46px;
    padding-right: 46px;
    min-height: auto;
    padding-bottom: 27.6px;
  }

  .flash-card-network {
    margin-left: -46px;
    margin-right: -46px;
    padding: 55.2px 46px 64.4px;
  }

  .product-hero-title {
    font-size: 42.5px;
    line-height: 48.5px;
  }

  .level-cards {
    grid-template-columns: 1fr;
  }

  .key-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .product-main {
    padding: 0 22.4px 56px;
  }

  .breadcrumb {
    font-size: 12.9px;
    line-height: 18.5px;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 5.6px;
  }

  .product-hero {
    padding: 44.8px 28px;
    border-radius: 33.6px;
    margin-bottom: 33.6px;
  }

  .product-hero-title {
    font-size: 25.9px;
    line-height: 1.2;
  }

  .product-hero-intro {
    font-size: 12.9px;
    line-height: 1.6;
  }

  .flash-card {
    padding: 44.8px 33.6px 0;
    border-radius: 44.8px;
  }

  .flash-card-title {
    font-size: 22.1px;
    line-height: 29.5px;
  }

  .flash-card-label,
  .flash-card-desc {
    font-size: 16.7px;
    line-height: 25.9px;
  }

  .flash-card-network {
    margin-left: -33.6px;
    margin-right: -33.6px;
    padding: 44.8px 33.6px 56px;
    border-radius: 44.8px 44.8px 0 0;
  }

  .flash-network-name {
    font-size: 22.1px;
  }

  .flash-features {
    grid-template-columns: 1fr;
    gap: 16.8px;
  }

  .flash-features li {
    font-size: 14.8px;
  }

  .product-desc p {
    font-size: 16.7px;
    line-height: 25.9px;
    margin-bottom: 44.8px;
  }

  .level-card {
    padding: 44.8px 33.6px;
    border-radius: 44.8px;
  }

  .level-card-title {
    font-size: 20.3px;
  }

  .level-card li {
    font-size: 14.8px;
    line-height: 25.9px;
  }

  .key-info-title {
    font-size: 20.3px;
  }

  .key-info-col li {
    font-size: 16.7px;
    line-height: 25.9px;
  }

  .flash-cta {
    flex-direction: column;
    align-items: center;
    gap: 33.6px;
    margin-bottom: 67.2px;
  }

  .btn-flash-buy,
  .btn-flash-contact {
    min-width: unset;
    width: 100%;
    max-width: 420px;
    height: 67.2px;
    font-size: 14.8px;
    padding: 16.8px 28px;
    box-sizing: border-box;
  }
}
