.home-page {
  overflow: hidden;
  background: #111514;
}

.home-section-container {
  max-width: 1248px !important;
}

.home-section-title {
  margin: 0;
  color: #eee8e1;
  font-size: clamp(2.3rem, 2.6vw, 3.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: center;
}

.home-section-title .green {
  color: #079d43;
}

.home-section-description {
  max-width: 760px;
  margin: 1.3rem auto 0;
  color: #c4b8ae;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
}

/* Hero */
.home-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 949px;
  padding: 111px 0 100px;
  overflow: hidden;
  background: linear-gradient(106deg, #151b19 0%, #132019 52%, #09351f 100%);
}

.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 58% 24%, rgba(21, 128, 61, 0.07), transparent 34%);
}

.home-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1280px !important;
}

.home-hero-content {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.home-status-badge {
  position: relative;
  top: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  min-height: 36px;
  margin-bottom: 2.15rem;
  padding: 0.5rem 1.45rem;
  border-radius: 999px;
  background: rgba(14, 91, 47, 0.34);
  color: #bbb4ac;
  font-size: 0.9rem;
  font-weight: 600;
}

.home-status-badge strong {
  color: #31ee78;
  font-weight: 800;
}

.home-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0dbb57;
  box-shadow: 0 0 0 3px rgba(13, 187, 87, 0.08);
  animation: pulse 2s infinite;
}

.home-hero-title {
  margin: 0 0 0.55rem;
  color: #079c42;
  font-size: clamp(3.8rem, 4vw, 4.7rem);
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1;
}

.home-hero-subtitle {
  margin: 0;
  color: #c8beb5;
  font-size: clamp(2.35rem, 2.55vw, 3.05rem);
  font-weight: 760;
  line-height: 1.16;
}

.home-hero-description {
  max-width: 920px;
  margin: 1.45rem auto 0;
  color: #bdb3aa;
  font-size: clamp(1.15rem, 1.35vw, 1.58rem);
  line-height: 1.56;
}

.home-price-pill {
  position: relative;
  top: 3px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.55rem;
  min-width: 353px;
  min-height: 54px;
  margin-top: 2rem;
  padding: 0.8rem 1.6rem;
  border: 1px solid #0aa64b;
  border-radius: 0.75rem;
  background: rgba(3, 72, 34, 0.46);
  color: #eee7df;
  font-size: 1rem;
}

.home-price-pill strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.home-price-pill span {
  color: #bdb4ab;
}

.home-hero-actions {
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.1rem;
}

.home-hero-button {
  min-height: 62px;
  padding: 0.9rem 2rem;
  border-radius: 0.9rem;
  box-shadow: none;
  font-size: 1.1rem;
  font-weight: 750;
  gap: 0.7rem;
}

.home-hero-button:first-child {
  min-width: 243px;
  border-color: #18a34b;
  background: #18a34b;
}

.home-hero-button:first-child:hover {
  border-color: #1ab353;
  background: #1ab353;
  transform: translateY(-1px);
}

.home-hero-button-secondary {
  min-width: 254px;
  border: 2px solid #3c4142;
  background: #1a1c1d;
  color: #c9bfb6;
}

.home-hero-button-secondary:hover {
  border-color: #59605f;
  background: #222526;
  color: #eee7df;
}

.home-hero-button svg {
  width: 22px;
  height: 22px;
}

.home-button-arrow {
  width: 19px !important;
  height: 19px !important;
}

.home-stats {
  position: relative;
  top: 3px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1216px;
  margin: 3.05rem auto 0;
}

.home-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 1rem;
  border: 1px solid #3a4240;
  border-radius: 0.95rem;
  background: rgba(21, 27, 25, 0.88);
}

.home-stat-value {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #d2ccc6;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.home-stat-value svg {
  width: 23px;
  height: 23px;
  color: #2aef78;
  stroke-width: 2;
}

.home-stat-label {
  margin-top: 0.65rem;
  color: #aaa39c;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Feature grid */
.designed-features {
  min-height: 624px;
  padding: 76px 0 80px;
  background: linear-gradient(101deg, #101312 0%, #111615 54%, #092f1c 100%);
}

.designed-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.9rem;
}

.designed-feature-card {
  min-height: 273px;
  padding: 2rem 1.8rem 1.7rem;
  border-radius: 0.95rem;
  background: #181c1c;
  text-align: center;
}

.designed-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: #102c20;
  color: #35eb7c;
}

.designed-feature-icon svg {
  width: 30px;
  height: 30px;
}

.designed-feature-card h3 {
  margin: 0 0 0.75rem;
  color: #e9e2dc;
  font-size: 1.25rem;
  font-weight: 800;
}

.designed-feature-card p {
  margin: 0;
  color: #c2b7ae;
  font-size: 1rem;
  line-height: 1.6;
}

/* Pricing */
.pricing-showcase {
  padding: 76px 0 84px;
  background: linear-gradient(105deg, #17201d 0%, #13241b 52%, #0a3a21 100%);
}

.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin: 2rem auto 0;
}

.pricing-tab {
  min-width: 148px;
  padding: 0.62rem 1.25rem;
  border: 2px solid #3b4442;
  border-radius: 0.5rem;
  background: #18201e;
  color: #bcb2a9;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.pricing-tab.active {
  border-color: #16c75f;
  background: rgba(4, 68, 32, 0.38);
  color: #2eef7b;
}

.pricing-panel {
  display: none;
  max-width: 896px;
  margin: 3rem auto 0;
}

.pricing-panel.active {
  display: block;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1.5rem;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 527px;
  padding: 1.6rem 1.5rem 1.5rem;
  border-radius: 0.95rem;
  background: #171a1a;
  color: #d7d0ca;
  text-align: center;
}

.pricing-card.featured {
  min-height: 554px;
  padding-top: 1.8rem;
  box-shadow: 0 0 0 1px rgba(39, 223, 114, 0.03);
}

.pricing-card h3 {
  margin: 0 0 0.75rem;
  color: #eee7e0;
  font-size: 1.22rem;
  font-weight: 800;
}

.plan-key-pill {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #1d2121;
  color: #bcb3ab;
  font-size: 0.88rem;
}

.plan-key-pill svg {
  width: 17px;
  height: 17px;
  color: #28ec78;
}

.plan-key-pill strong {
  color: #e1dbd5;
  font-size: 1.1rem;
}

.plan-old-price {
  min-height: 25px;
  margin-top: 1rem;
  color: #aaa29b;
  font-size: 1rem;
  text-decoration: line-through;
}

.plan-old-price.empty {
  visibility: hidden;
}

.plan-price {
  margin-top: 0.2rem;
  color: #e7e0da;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
}

.plan-payment-label {
  margin-top: 0.35rem;
  color: #c2b7ae;
  font-size: 0.82rem;
}

.plan-rate {
  margin-top: 1rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #0aa54a;
  border-radius: 0.5rem;
  background: rgba(1, 75, 35, 0.57);
  color: #c8bfb7;
  font-size: 0.88rem;
}

.plan-rate strong {
  color: #2eee78;
  font-size: 1.05rem;
}

.plan-feature-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 1rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.plan-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #d0c7c0;
  font-size: 0.86rem;
  line-height: 1.35;
}

.plan-feature-list svg {
  width: 15px;
  height: 15px;
  margin-top: 0.1rem;
  flex: 0 0 auto;
  color: #30ee7c;
  stroke-width: 2.3;
}

.plan-button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border: 1px solid #0d1110;
  border-radius: 0.65rem;
  background: #101313;
  color: #eee9e3;
  font-weight: 800;
  gap: 0.55rem;
}

.plan-button:hover,
.pricing-card:first-child .plan-button {
  border-color: #08a847;
  background: #08a847;
  color: #fff;
}

.plan-button svg {
  width: 19px;
  height: 19px;
}

.custom-pricing-box {
  max-width: 672px;
  margin: 4rem auto 0;
  padding: 2rem 2.5rem;
  border: 2px solid rgba(21, 143, 65, 0.38);
  border-radius: 1rem;
  background: rgba(8, 67, 33, 0.22);
  text-align: center;
}

.custom-pricing-box h3 {
  margin: 0;
  color: #e5ded7;
  font-size: 1.2rem;
  font-weight: 800;
}

.custom-pricing-box p {
  max-width: 590px;
  margin: 0.75rem auto 1.45rem;
  color: #c1b5ab;
  font-size: 0.95rem;
  line-height: 1.45;
}

.custom-pricing-box .btn {
  min-height: 49px;
  padding-inline: 1.5rem;
  border-color: #199f4a;
  border-radius: 0.7rem;
  background: #199f4a;
  font-weight: 750;
}

.payment-methods {
  margin-top: 4rem;
  text-align: center;
}

.payment-methods > h3 {
  margin: 0 0 1.55rem;
  color: #c7b9ae;
  font-size: 1.05rem;
  font-weight: 600;
}

.payment-method-groups {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.payment-method-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 99px;
  padding: 1rem 1.6rem;
  border: 1px solid rgba(63, 87, 76, 0.6);
  border-radius: 0.85rem;
  background: rgba(13, 60, 35, 0.12);
}

.payment-method-group.cards {
  width: 294px;
}

.payment-method-group.crypto {
  width: 352px;
}

.payment-method-group h4 {
  margin: 0 0 0.75rem;
  color: #a99f96;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.payment-wordmark {
  color: #dbd6cf;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.payment-wordmark.visa {
  color: #1c72c7;
  font-size: 0.84rem;
  font-style: italic;
}

.payment-wordmark.amex {
  padding: 0.15rem 0.2rem;
  border-radius: 0.15rem;
  background: #2d84c6;
  color: #fff;
  font-size: 0.52rem;
}

.mastercard-mark {
  position: relative;
  width: 37px;
  height: 22px;
}

.mastercard-mark::before,
.mastercard-mark::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.mastercard-mark::before {
  left: 1px;
  background: #ec1c24;
}

.mastercard-mark::after {
  right: 1px;
  background: rgba(255, 166, 0, 0.92);
}

.coin-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.coin-mark.bitcoin { background: #f7931a; }
.coin-mark.ethereum { background: #627eea; }
.coin-mark.litecoin { background: #a6a9aa; }
.coin-mark.usdc { background: #3b75c3; }
.coin-mark.tether { background: #26a17b; }

/* How it works */
.process-section {
  padding: 78px 0 80px;
  background:
    radial-gradient(circle at 9% 50%, rgba(6, 87, 43, 0.17), transparent 20%),
    radial-gradient(circle at 91% 70%, rgba(6, 87, 43, 0.12), transparent 18%),
    #101313;
}

.process-title-rule {
  width: 96px;
  height: 4px;
  margin: 1.15rem auto 0;
  border-radius: 999px;
  background: #14a64c;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 3.6rem;
}

.process-grid::before {
  content: '';
  position: absolute;
  top: 46px;
  right: 15%;
  left: 15%;
  height: 4px;
  background: #0c5f34;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.5rem;
  border: 8px solid #0e3c27;
  border-radius: 50%;
  background: #17a14b;
  color: #d9d2cc;
  font-size: 1.5rem;
  font-weight: 800;
}

.process-card {
  min-height: 282px;
  padding: 2rem 2rem 1.65rem;
  border: 1px solid #3b4241;
  border-radius: 0.9rem;
  background: #181c1c;
}

.process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 0.9rem;
  background: #0d4127;
  color: #31ec7a;
}

.process-icon svg {
  width: 31px;
  height: 31px;
}

.process-card h3 {
  margin: 0 0 0.8rem;
  color: #e8e1da;
  font-size: 1.18rem;
  font-weight: 800;
}

.process-card p {
  max-width: 290px;
  margin: 0 auto;
  color: #c6bbb2;
  font-size: 0.98rem;
  line-height: 1.55;
}

.process-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #005d2c;
  color: #38ef7e;
  font-size: 0.72rem;
  font-weight: 700;
}

.process-tag svg {
  width: 12px;
  height: 12px;
}

.process-cta {
  max-width: 672px;
  margin: 4rem auto 0;
  padding: 2rem 2rem 2.1rem;
  border: 1px solid #171b1a;
  border-radius: 1rem;
  background: rgba(16, 19, 19, 0.78);
  text-align: center;
}

.process-cta h3 {
  color: #e7e1db;
  font-size: 1.35rem;
  font-weight: 800;
}

.process-cta p {
  margin: 0.75rem 0 1.5rem;
  color: #bdb3ab;
}

.process-cta .btn {
  min-width: 291px;
  min-height: 61px;
  border-color: #18a34b;
  border-radius: 0.9rem;
  background: #18a34b;
  font-size: 1.05rem;
  font-weight: 800;
}

/* FAQ */
.faq-section {
  padding: 76px 0 80px;
  background: linear-gradient(104deg, #16201d 0%, #12271d 58%, #083b20 100%);
}

.faq-list {
  display: grid;
  gap: 1rem;
  max-width: 832px;
  margin: 4rem auto 0;
}

.faq-item {
  overflow: hidden;
  border-radius: 0.9rem;
  background: #181c1c;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 1rem 2rem;
  border: 0;
  background: transparent;
  color: #eee7e0;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.faq-question svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: #aaa197;
  transition: transform 0.2s;
}

.faq-item.open .faq-question svg {
  transform: rotate(90deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 2rem 1.4rem;
  color: #bdb3aa;
  line-height: 1.55;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

/* Premium benefits */
.premium-benefits {
  padding: 73px 0 83px;
  background: #171b1b;
}

.premium-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 5rem;
}

.premium-copy .home-section-title {
  max-width: 610px;
  text-align: left;
}

.premium-copy > p {
  max-width: 590px;
  margin: 1.5rem 0 0;
  color: #c4b8ae;
  font-size: 1.2rem;
  line-height: 1.5;
}

.premium-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.5rem;
  margin: 2rem 0 2rem;
  padding: 0;
  list-style: none;
}

.premium-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #d5ccc4;
  font-size: 0.95rem;
  font-weight: 600;
}

.premium-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #1a9e4e;
  color: #fff;
}

.premium-list svg {
  width: 15px;
  height: 15px;
}

.premium-copy .btn {
  min-width: 290px;
  min-height: 61px;
  border-color: #18a34b;
  border-radius: 0.9rem;
  background: #18a34b;
  font-size: 1.05rem;
  font-weight: 800;
}

.premium-proof-card {
  min-height: 340px;
  padding: 2rem;
  border: 1px solid #39403f;
  border-radius: 1.35rem;
  background: #171b1b;
  text-align: center;
  transform: translateY(5px);
}

.premium-proof-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
  background: #0e9d43;
  color: #fff;
}

.premium-proof-icon svg {
  width: 52px;
  height: 52px;
}

.premium-proof-card h3 {
  color: #e8e0d9;
  font-size: 1.4rem;
  font-weight: 800;
}

.premium-proof-card p {
  max-width: 470px;
  margin: 1.1rem auto 1.7rem;
  color: #c0b4aa;
  line-height: 1.45;
}

.proof-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #c5b9af;
  font-size: 0.82rem;
}

.proof-stars {
  color: #f8bf14;
  font-size: 1.05rem;
  letter-spacing: 0.1rem;
}

.proof-users {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.proof-users svg {
  width: 16px;
  height: 16px;
}

/* Reseller banner */
.reseller-callout-section {
  padding: 80px 0 35px;
  background: #119b43;
}

.reseller-callout {
  min-height: 360px;
  padding: 3rem 2rem;
  border: 1px solid rgba(3, 93, 38, 0.7);
  border-radius: 1.5rem;
  background: #0c8d3c;
  text-align: center;
}

.reseller-callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.7rem;
  border-radius: 1.4rem;
  background: #087d36;
  color: #e5eee8;
}

.reseller-callout-icon svg {
  width: 40px;
  height: 40px;
}

.reseller-callout h2 {
  margin: 0;
  color: #e8e7e2;
  font-size: 2rem;
  font-weight: 800;
}

.reseller-callout p {
  max-width: 760px;
  margin: 1.2rem auto 2rem;
  color: #d5ddd7;
  font-size: 1.15rem;
  line-height: 1.55;
}

.reseller-callout .btn {
  min-width: 286px;
  min-height: 60px;
  border-color: #111514;
  border-radius: 1rem;
  background: #111514;
  color: #31ea76;
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 1020px) {
  .home-hero {
    min-height: auto;
    padding: 5.5rem 0;
  }

  .home-stats,
  .designed-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .designed-features {
    min-height: auto;
  }

  .process-grid {
    gap: 1.5rem;
  }

  .process-card {
    padding-inline: 1rem;
  }

  .premium-benefits-grid {
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .home-section-title {
    font-size: 2.1rem;
  }

  .home-section-description {
    font-size: 1rem;
  }

  .home-hero {
    padding: 4.75rem 0 4rem;
  }

  .home-status-badge {
    margin-bottom: 1.7rem;
    padding-inline: 1rem;
    font-size: 0.75rem;
  }

  .home-hero-title {
    margin-bottom: 0.7rem !important;
    font-size: clamp(2.65rem, 13vw, 3.8rem) !important;
  }

  .home-hero-subtitle {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .home-hero-description {
    margin-top: 1.2rem !important;
    font-size: 1rem !important;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
    margin-inline: auto;
  }

  .home-hero-button {
    width: 100%;
    min-width: 0 !important;
  }

  .home-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2.2rem;
  }

  .designed-features,
  .pricing-showcase,
  .process-section,
  .faq-section,
  .premium-benefits,
  .reseller-callout-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .designed-features-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .designed-feature-card {
    min-height: 0;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr;
    max-width: 390px;
    margin: 0 auto;
  }

  .pricing-card,
  .pricing-card.featured {
    min-height: 510px;
  }

  .payment-method-groups {
    flex-direction: column;
    align-items: center;
  }

  .payment-method-group.cards,
  .payment-method-group.crypto {
    width: min(100%, 390px);
  }

  .process-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-inline: auto;
  }

  .process-grid::before {
    display: none;
  }

  .process-cta .btn,
  .premium-copy .btn {
    width: 100%;
    min-width: 0;
  }

  .faq-list {
    margin-top: 2.5rem;
  }

  .faq-question {
    min-height: 68px;
    padding-inline: 1.25rem;
  }

  .faq-answer p {
    padding-inline: 1.25rem;
  }

  .premium-benefits-grid {
    grid-template-columns: 1fr;
  }

  .premium-copy .home-section-title {
    text-align: center;
  }

  .premium-copy > p {
    text-align: center;
  }

  .premium-list {
    max-width: 560px;
    margin-inline: auto;
  }

  .premium-copy .btn {
    display: flex;
    max-width: 390px;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .home-status-badge .status-suffix {
    display: none;
  }

  .home-price-pill {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 353px;
    min-width: 0;
    gap: 0.1rem;
  }

  .home-stats,
  .premium-list {
    grid-template-columns: 1fr;
  }

  .pricing-tabs {
    width: 100%;
  }

  .pricing-tab {
    min-width: 0;
    flex: 1;
  }

  .custom-pricing-box,
  .process-cta,
  .reseller-callout {
    padding-inline: 1.25rem;
  }

  .payment-logos {
    gap: 0.55rem;
  }

  .coin-mark {
    width: 31px;
    height: 31px;
    font-size: 1rem;
  }

  .proof-meta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .reseller-callout .btn {
    width: 100%;
    min-width: 0;
  }
}
