/* ===== Homepage Hero ===== */

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3rem;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(32, 107, 196, .10), transparent 35%),
  radial-gradient(circle at 85% 15%, rgba(111, 66, 193, .10), transparent 28%);
  pointer-events: none;
}

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .55rem .95rem;
  background: rgba(var(--tblr-primary-rgb), .10);
  color: var(--tblr-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-hero-title {
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 850px;
  margin-bottom: 1.25rem;
}

.home-hero-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: #4f5f70;
  max-width: 760px;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.25rem;
}

.home-advantages .card,
.home-how-it-works .card,
.home-cryptocurrencies .home-crypto-card,
.home-faq .card,
.home-get-started .home-get-started-card,
.home-about .card {
  border: 1px solid var(--tblr-border-color);
  box-shadow: none;
}

.home-advantages .card,
.home-how-it-works .card,
.home-cryptocurrencies .home-crypto-card,
.home-faq .card {
  transition: border-color .2s ease, transform .2s ease;
}

.home-advantages .card:hover,
.home-how-it-works .card:hover,
.home-cryptocurrencies .home-crypto-card:hover,
.home-faq .card:hover {
  border-color: rgba(var(--tblr-primary-rgb), .24);
  transform: translateY(-2px);
}

.home-hero-inner {
  text-align: left;
}

.home-hero-text {
  max-width: 760px;
}

.home-hero-btn {
  min-width: 220px;
}

.home-hero-coins {
  max-width: 860px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--tblr-body-color);
  font-weight: 500;
}

.home-hero-stats {
  margin-top: .25rem;
}

.home-hero-stat {
  border-color: var(--tblr-border-color);
  background: var(--tblr-bg-surface);
}

.home-hero-stat .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .3rem;
  padding: .95rem 1rem;
}

.home-hero-metric {
  font-size: clamp(1.6rem, 2.3vw, 2rem);
  line-height: 1.05;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--tblr-emphasis-color);
}

.home-hero-metric--word {
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.home-hero-stat-text {
  font-size: .88rem;
  line-height: 1.35;
  color: var(--tblr-secondary);
  font-weight: 500;
}

/* ===== Homepage Advantages ===== */

.home-advantages .row.g-4 {
  --tblr-gutter-x: 1rem;
  --tblr-gutter-y: 1rem;
}

.home-advantages .card-body {
  padding: 1.25rem !important;
}

.home-advantages h2.h1 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: .75rem;
  font-weight: 600;
}

.home-advantages p.text-secondary {
  font-size: .95rem;
  line-height: 1.55;
  color: #4f5f70 !important;
}

.home-advantages > .container-xl > .row > [class*="col-"] > p.text-secondary,
.home-how-it-works > .container-xl > .row > [class*="col-"] > p.text-secondary,
.home-cryptocurrencies > .container-xl > .row > [class*="col-"] > p.text-secondary,
.home-get-started > .container-xl .row > [class*="col-"] > p.text-secondary,
.home-faq > .container-xl > .row > [class*="col-"] > p.text-secondary,
.home-about > .container-xl .row > [class*="col-"] > p.text-secondary {
  color: #435364 !important;
}

/* ===== Homepage How It Works ===== */

.home-how-it-works .row.row-cards.g-4 {
  --tblr-gutter-x: 1rem;
  --tblr-gutter-y: 1rem;
}

.home-how-it-works .col-xl-3 {
  position: relative;
}

.home-how-it-works .card-body {
  padding: 1.25rem !important;
}

.home-how-it-works h3.h2 {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: .75rem;
  font-weight: 600;
}

.home-how-it-works .card p.text-secondary {
  font-size: .93rem;
  line-height: 1.55;
  color: #4f5f70 !important;
}

/* ===== Homepage Cryptocurrencies ===== */

.home-cryptocurrencies .home-crypto-grid {
  --tblr-gutter-x: 1rem;
  --tblr-gutter-y: 1rem;
}

.home-cryptocurrencies .home-crypto-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .9rem .8rem;
}

.home-cryptocurrencies .home-crypto-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.home-cryptocurrencies .home-crypto-card-fallback {
  width: 2.5rem;
  height: 2.5rem;
  font-size: .68rem;
  font-weight: 700;
}

.home-cryptocurrencies .home-crypto-card-title {
  font-size: .95rem;
  line-height: 1.25;
  color: var(--tblr-body-color);
}

.home-cryptocurrencies .home-crypto-card-ticker {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #445264 !important;
  background: #e1e9f3 !important;
}

.home-cryptocurrencies > .container-xl > p.text-secondary,
.home-cryptocurrencies > .container-xl .text-secondary.mt-4.mb-0 {
  color: #435364 !important;
}

/* ===== Homepage Get Started ===== */

.home-get-started .home-get-started-card {
  border-color: rgba(var(--tblr-primary-rgb), .18) !important;
  background-color: rgba(var(--tblr-primary-rgb), .035);
}

.home-get-started .home-get-started-card .card-body {
  padding: 1.5rem !important;
}

.home-get-started .row.g-4 {
  --tblr-gutter-x: 1.25rem;
  --tblr-gutter-y: 1.25rem;
}

.home-get-started h2.display-6 {
  max-width: 40rem;
  line-height: 1.08;
  margin-bottom: .875rem !important;
}

.home-get-started p.text-secondary {
  max-width: 36rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #4f5f70 !important;
}

.home-get-started .d-grid.d-sm-flex.d-lg-grid {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

.home-get-started .btn.btn-lg {
  min-width: 220px;
  width: auto;
}

/* ===== Homepage FAQ ===== */

.home-faq .row.g-4 {
  --tblr-gutter-x: 1rem;
  --tblr-gutter-y: 1rem;
}

.home-faq .card-body {
  padding: 1.25rem !important;
}

.home-faq h3.h2 {
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: .75rem;
  font-weight: 600;
}

.home-faq .card .text-secondary {
  font-size: .94rem;
  line-height: 1.6;
  color: #4f5f70 !important;
}

.home-faq .card .text-secondary p {
  margin-bottom: 0;
  color: inherit;
}

.home-faq {
  color: var(--tblr-body-color);
}

/* ===== Homepage About ===== */

.home-about .card {
  background-color: rgba(var(--tblr-primary-rgb), .025);
}

.home-about .card-body {
  padding: 1.75rem !important;
}

.home-about .col-xl-10 {
  max-width: 64rem;
}

.home-about h2.display-6 {
  max-width: 52rem;
  line-height: 1.1;
  margin-bottom: 1rem !important;
}

.home-about p.text-secondary {
  max-width: 56rem;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
  color: #4f5f70;
}

.home-about h2.display-6 + p.text-secondary {
  color: var(--tblr-body-color);
}

.home-about p.text-secondary + p.text-secondary {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--tblr-primary-rgb), .12);
}

/* ===== <= 1200px ===== */
@media (max-width: 1199.98px) {
  .home-hero-title {
    max-width: 860px;
  }

  .home-hero-text {
    max-width: 720px;
  }

  .home-hero-coins {
    max-width: 760px;
  }
}

/* ===== <= 992px ===== */
@media (max-width: 991.98px) {
  .home-hero {
    padding: 3.75rem 0 2.75rem;
  }

  .home-hero-inner {
    text-align: center;
  }

  .home-hero-title {
    font-size: clamp(2.1rem, 6vw, 3.4rem);
    line-height: 1.06;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-subtitle {
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-coins {
    font-size: 1.02rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-btn {
    min-width: 210px;
  }

  .home-hero-stat .card-body {
    padding: .9rem .95rem;
  }

  .home-hero-metric {
    font-size: 1.85rem;
  }

  .home-hero-metric--word {
    font-size: 1.2rem;
  }

  .home-hero-stat-text {
    font-size: .86rem;
  }

  .home-get-started .home-get-started-card .card-body {
    padding: 1.25rem !important;
  }

  .home-get-started .col-lg-8 {
    text-align: center;
  }

  .home-get-started h2.display-6,
  .home-get-started p.text-secondary {
    margin-left: auto;
    margin-right: auto;
  }

  .home-get-started .d-grid.d-sm-flex.d-lg-grid {
    justify-content: center;
  }

  .home-get-started .btn.btn-lg {
    min-width: 200px;
  }

  .home-faq .card-body {
    padding: 1.1rem !important;
  }

  .home-about .card-body {
    padding: 1.4rem !important;
  }

  .home-about .col-xl-10,
  .home-about h2.display-6,
  .home-about p.text-secondary {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .home-advantages .card {
    text-align: left !important;
  }

  .home-advantages .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-how-it-works .card {
    text-align: center !important;
  }

  .home-how-it-works .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-how-it-works .card p.text-secondary {
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .home-how-it-works .col-xl-3:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: -.5rem;
    width: 1rem;
    border-top: 1px solid var(--tblr-border-color);
    opacity: .9;
    pointer-events: none;
  }
}

/* ===== <= 768px ===== */
@media (max-width: 767.98px) {
  .home-hero {
    padding: 3.1rem 0 2.4rem;
  }

  .home-hero-badge {
    font-size: .76rem;
    padding: .4rem .75rem;
    margin-bottom: .8rem;
    line-height: 1.2;
  }

  .home-hero-title {
    font-size: clamp(1.95rem, 8vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: .9rem;
  }

  .home-hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .home-hero-actions {
    margin-bottom: 1rem;
  }

  .home-hero-btn {
    width: auto;
    min-width: 200px;
  }

  .home-hero-coins {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }

  .home-hero-stat .card-body {
    padding: .85rem .9rem;
  }

  .home-hero-metric {
    font-size: 1.75rem;
  }

  .home-hero-metric--word {
    font-size: 1.12rem;
  }

  .home-hero-stat-text {
    font-size: .85rem;
    line-height: 1.35;
  }

  .home-advantages .card-body {
    padding: 1rem !important;
  }

  .home-advantages h2.h1 {
    font-size: 1.2rem;
  }

  .home-advantages p.text-secondary {
    font-size: .9rem;
  }

  .home-how-it-works .card-body {
    padding: 1rem !important;
  }

  .home-how-it-works h3.h2 {
    font-size: 1.1rem;
  }

  .home-how-it-works .card p.text-secondary {
    font-size: .88rem;
  }

  .home-cryptocurrencies .home-crypto-card .card-body {
    gap: .45rem;
    padding: .85rem .75rem;
  }

  .home-cryptocurrencies .home-crypto-card-icon,
  .home-cryptocurrencies .home-crypto-card-fallback {
    width: 2.25rem;
    height: 2.25rem;
  }

  .home-cryptocurrencies .home-crypto-card-title {
    font-size: .9rem;
  }

  .home-cryptocurrencies .home-crypto-card-ticker {
    font-size: .68rem;
  }

  .home-get-started .home-get-started-card .card-body {
    padding: 1rem !important;
  }

  .home-get-started h2.display-6 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .home-get-started p.text-secondary {
    font-size: .94rem;
    line-height: 1.55;
  }

  .home-get-started .btn.btn-lg {
    min-width: 190px;
  }

  .home-faq .card-body {
    padding: 1rem !important;
  }

  .home-faq h3.h2 {
    font-size: 1.05rem;
  }

  .home-faq .card .text-secondary {
    font-size: .9rem;
    line-height: 1.55;
  }

  .home-about .card-body {
    padding: 1.1rem !important;
  }

  .home-about h2.display-6 {
    font-size: clamp(1.55rem, 6vw, 2rem);
    line-height: 1.15;
  }

  .home-about p.text-secondary {
    font-size: .94rem;
    line-height: 1.6;
  }

  .home-about p.text-secondary + p.text-secondary {
    margin-top: .875rem;
    padding-top: .875rem;
  }
}

/* ===== <= 576px ===== */
@media (max-width: 575.98px) {
  .home-hero {
    padding: 2.8rem 0 2.15rem;
  }

  .home-hero-badge {
    font-size: .72rem;
    padding: .38rem .65rem;
  }

  .home-hero-title {
    font-size: clamp(1.8rem, 9vw, 2.25rem);
  }

  .home-hero-subtitle {
    font-size: .98rem;
  }

  .home-hero-coins {
    font-size: .98rem;
  }

  .home-hero-btn {
    min-width: 190px;
  }

  .home-hero-stat .card-body {
    padding: .8rem .85rem;
  }

  .home-hero-metric {
    font-size: 1.65rem;
  }

  .home-hero-metric--word {
    font-size: 1.05rem;
  }

  .home-hero-stat-text {
    font-size: .82rem;
  }
}
