body.ft-landing-page {
  background-color: #09090b;
  color: #e4e4e7;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

.ft-landing-page ::-webkit-scrollbar {
  width: 6px;
}

@media (min-width: 640px) {
  .ft-landing-page ::-webkit-scrollbar {
    width: 8px;
  }
}

.ft-landing-page ::-webkit-scrollbar-track {
  background: #09090b;
}

.ft-landing-page ::-webkit-scrollbar-thumb {
  background: #27272a;
  border-radius: 4px;
}

.ft-landing-page ::-webkit-scrollbar-thumb:hover {
  background: #8b5cf6;
}

.ft-landing-glow-1 {
  position: absolute;
  top: -5%;
  left: -10%;
  width: 70vw;
  height: 70vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, rgba(9, 9, 11, 0) 70%);
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.ft-landing-glow-2 {
  position: absolute;
  top: 15%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  max-width: 500px;
  max-height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, rgba(9, 9, 11, 0) 70%);
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.ft-landing-glass {
  background: rgba(24, 24, 27, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ft-landing-brand__logo {
  display: block;
  height: 2rem;
  width: auto;
  max-width: 7.5rem;
  object-fit: contain;
}

.ft-landing-footer__logo {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 9rem;
  object-fit: contain;
}

@media (min-width: 640px) {
  .ft-landing-footer__logo {
    height: 2.75rem;
    max-width: 10rem;
  }
}

.ft-landing-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #a78bfa;
  font-size: 0.75rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .ft-landing-hero__badge {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
}

.ft-landing-hero__badge-dot {
  position: relative;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
}

@media (min-width: 640px) {
  .ft-landing-hero__badge-dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.ft-landing-hero__badge-dot-ping {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #a78bfa;
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ft-landing-hero__badge-dot-core {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #a78bfa;
}

.ft-landing-hero__typewriter {
  color: #21aafa;
}

.ft-landing-hero__cursor {
  color: #21aafa;
}

.ft-landing-header__order,
.ft-landing-cta-order {
  text-decoration: none;
}

.ft-landing-header__order {
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.ft-landing-header__order:hover {
  box-shadow: 0 0 18px rgb(var(--ft-brand-rgb) / 0.35);
}

.ft-landing-header__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #f4f4f5;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 640px) {
  .ft-landing-header__auth {
    min-height: 2.25rem;
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
  }
}

.ft-landing-header__auth:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.ft-landing-header__auth--panel {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.14);
}

.ft-landing-header__auth--panel:hover {
  background: rgba(139, 92, 246, 0.24);
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.2);
}

.ft-landing-header__auth-alert {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 2px rgba(9, 9, 11, 0.85);
  flex-shrink: 0;
}

.ft-landing-header__user {
  position: relative;
}

.ft-landing-header__user-toggle {
  cursor: pointer;
  max-width: 13rem;
}

@media (min-width: 640px) {
  .ft-landing-header__user-toggle {
    max-width: 17rem;
  }
}

.ft-landing-header__user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ft-landing-header__user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.35);
  color: #c4b5fd;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
}

.ft-landing-header__user-chevron {
  flex-shrink: 0;
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ft-landing-header__user.is-open .ft-landing-header__user-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.ft-landing-header__user-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  inset-inline-end: 0;
  min-width: 12.5rem;
  padding: 0.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 12, 15, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  z-index: 60;
}

.ft-landing-header__user-menu[hidden] {
  display: none;
}

.ft-landing-header__user-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.25rem;
}

.ft-landing-header__user-menu-title {
  flex: 1;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: #f4f4f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ft-landing-header__user-menu-badge {
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.ft-landing-header__user-menu-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 0.7rem;
  background: transparent;
  color: #d4d4d8;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: start;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.ft-landing-header__user-menu-item:hover,
.ft-landing-header__user-menu-item:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.ft-landing-header__user-menu-item--danger {
  color: #ef4444;
}

.ft-landing-header__user-menu-item--danger .ft-landing-header__user-menu-icon {
  color: #ef4444;
  opacity: 1;
}

.ft-landing-header__user-menu-item--danger:hover,
.ft-landing-header__user-menu-item--danger:focus-visible {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.ft-landing-header__user-menu-item--danger:hover .ft-landing-header__user-menu-icon,
.ft-landing-header__user-menu-item--danger:focus-visible .ft-landing-header__user-menu-icon {
  color: #ef4444;
}

.ft-landing-header__user-menu-icon {
  flex-shrink: 0;
  opacity: 0.85;
}

.ft-landing-header__menu-pill {
  margin-inline-start: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

.ft-landing-header__menu-pill--count {
  min-width: 1.25rem;
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.35);
  color: #c4b5fd;
}

.ft-landing-header__menu-pill--new {
  background: rgba(6, 182, 212, 0.14);
  border-color: rgba(6, 182, 212, 0.35);
  color: #06b6d4;
}

.ft-landing-header__menu-pill--alert {
  min-width: 1.25rem;
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

.ft-landing-header__menu-pill--active {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.3);
  color: #a78bfa;
}

.ft-landing-header__menu-pill--warn {
  background: rgba(250, 204, 21, 0.14);
  border-color: rgba(250, 204, 21, 0.38);
  color: #facc15;
}

.ft-landing-header__menu-pill--expired,
.ft-landing-header__menu-pill--muted {
  background: rgba(161, 161, 170, 0.12);
  border-color: rgba(161, 161, 170, 0.28);
  color: #a1a1aa;
}

.ft-landing-header__user-menu-divider {
  height: 1px;
  margin: 0.25rem 0.35rem;
  background: rgba(255, 255, 255, 0.06);
}

/* ── Shop / services grid ── */
.ft-shop-grid,
.ft-landing-pricing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .ft-shop-grid,
  .ft-landing-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .ft-shop-grid,
  .ft-landing-pricing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
  }
}

.ft-shop-card,
.ft-landing-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1.125rem;
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ft-shop-card:hover,
.ft-landing-plan-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.ft-landing-plan-card--unavailable {
  opacity: 0.72;
}

.ft-landing-plan-card--unavailable:hover {
  transform: none;
  box-shadow: none;
}

.ft-shop-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ft-shop-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0d0d10;
}

.ft-shop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ft-shop-card:hover .ft-shop-card__img {
  transform: scale(1.04);
}

.ft-shop-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-shop-card__placeholder--purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(24, 24, 27, 0.95));
  color: #c4b5fd;
}

.ft-shop-card__placeholder--cyan {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.22), rgba(24, 24, 27, 0.95));
  color: #67e8f9;
}

.ft-shop-card__placeholder--orange {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.22), rgba(24, 24, 27, 0.95));
  color: #fdba74;
}

.ft-shop-card__placeholder--featured,
.ft-shop-card__placeholder--default {
  background: linear-gradient(135deg, rgb(var(--ft-brand-rgb) / 0.22), rgba(24, 24, 27, 0.95));
  color: var(--ft-brand);
}

.ft-shop-card__placeholder-icon.ft-icon {
  opacity: 0.85;
}

.ft-shop-card__ribbon {
  position: absolute;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border-radius: 9999px;
  background: var(--ft-brand);
  color: #000;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgb(var(--ft-brand-rgb) / 0.28);
}

.ft-shop-card__chip {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-end: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.28rem 0.55rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.ft-shop-card__chip--fast {
  color: var(--ft-brand);
}

.ft-shop-card__chip-icon.ft-icon {
  display: block;
}

.ft-shop-card__body,
.ft-landing-plan-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 1rem 1rem 1.125rem;
  gap: 0.875rem;
}

.ft-shop-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ft-landing-plan-card__pay-hint {
  margin: 0.25rem 0 0;
  color: #a1a1aa;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.ft-landing-plan-card__btn--disabled,
.ft-shop-card__btn--disabled {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #71717a;
  cursor: not-allowed;
  pointer-events: none;
}

.ft-landing-plan-card__head {
  min-height: 0;
  margin-bottom: 0;
}

.ft-landing-plan-card__category,
.ft-shop-card__category {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.ft-landing-plan-card__category--purple { color: #a78bfa; }
.ft-landing-plan-card__category--cyan { color: #22d3ee; }
.ft-landing-plan-card__category--orange { color: #fb923c; }
.ft-landing-plan-card__category--featured { color: var(--ft-brand); }

.ft-landing-plan-card__title,
.ft-shop-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.45;
}

@media (min-width: 640px) {
  .ft-landing-plan-card__title,
  .ft-shop-card__title {
    font-size: 1.125rem;
  }
}

.ft-shop-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ft-shop-card__title-link:hover {
  color: var(--ft-brand);
}

.ft-shop-card__excerpt {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ft-shop-card__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.ft-shop-card__highlight {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.28rem 0.55rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #d4d4d8;
  font-size: 0.6875rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ft-landing-plan-card__price,
.ft-shop-card__price {
  min-height: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.125rem;
}

.ft-landing-plan-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.ft-landing-plan-card__amount {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}

@media (min-width: 640px) {
  .ft-landing-plan-card__amount {
    font-size: 1.625rem;
  }
}

.ft-landing-plan-card__unit {
  color: #71717a;
  font-size: 0.8125rem;
  line-height: 1.3;
  transition: opacity 0.2s ease;
}

.ft-landing-plan-card__snapp-note {
  margin-top: 0.375rem;
  color: #4ade80;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}

.ft-landing-plan-card__features {
  display: none;
}

.ft-landing-plan-card__foot,
.ft-shop-card__foot {
  margin-top: auto;
  padding-top: 0.125rem;
}

.ft-landing-plan-card__btn,
.ft-shop-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border-radius: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ft-landing-plan-card__btn--shop,
.ft-shop-card__btn:not(.ft-shop-card__btn--disabled):not(.ft-landing-plan-card__btn--disabled),
.ft-landing-plan-card__btn--purple,
.ft-landing-plan-card__btn--cyan,
.ft-landing-plan-card__btn--orange,
.ft-landing-plan-card__btn--default,
.ft-landing-plan-card__btn--featured {
  border: none;
  background: var(--ft-brand);
  color: #000;
}

.ft-landing-plan-card__btn--shop:hover,
.ft-shop-card__btn:not(.ft-shop-card__btn--disabled):not(.ft-landing-plan-card__btn--disabled):hover,
.ft-landing-plan-card__btn--featured:hover {
  background: var(--ft-brand-hover);
  box-shadow: 0 10px 24px rgb(var(--ft-brand-rgb) / 0.22);
}

.ft-landing-plan-card--featured {
  border-color: rgb(var(--ft-brand-rgb) / 0.35);
  box-shadow: 0 0 0 1px rgb(var(--ft-brand-rgb) / 0.08);
}

.ft-landing-plan-card--featured:hover {
  border-color: rgb(var(--ft-brand-rgb) / 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 0 1px rgb(var(--ft-brand-rgb) / 0.12);
}

.ft-landing-plan-card--purple:hover { border-color: rgba(139, 92, 246, 0.35); }
.ft-landing-plan-card--cyan:hover { border-color: rgba(6, 182, 212, 0.35); }
.ft-landing-plan-card--orange:hover { border-color: rgba(249, 115, 22, 0.35); }

.ft-landing-plan-card__badge {
  display: none;
}

@media (min-width: 640px) {
  .ft-landing-plan-card__btn,
  .ft-shop-card__btn {
    min-height: 2.875rem;
    font-size: 0.9375rem;
  }
}

/* ── Section page links ── */
.ft-landing-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.ft-landing-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .ft-landing-section-head {
    margin-bottom: 1.5rem;
  }

  .ft-landing-section-head--center {
    margin-bottom: 2.5rem;
  }
}

.ft-landing-section-head__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.ft-landing-section-head__title--lg {
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  .ft-landing-section-head__title {
    font-size: 1.5rem;
  }

  .ft-landing-section-head__title--lg {
    font-size: 1.875rem;
  }
}

.ft-landing-section-head__sub {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #a1a1aa;
  line-height: 1.6;
}

.ft-landing-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  padding: 0.45rem 0.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #a1a1aa;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.ft-landing-section-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.ft-landing-section-link__icon {
  display: block;
}

/* ── FAQ (server-rendered) ── */
.ft-landing-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.875rem;
  background: rgba(24, 24, 27, 0.55);
  overflow: hidden;
}

.ft-landing-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.125rem;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: right;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
}

.ft-landing-faq__icon {
  flex: 0 0 auto;
  color: #71717a;
  transition: transform 0.25s ease;
}

.ft-landing-faq__icon.ft-icon {
  display: block;
}

.ft-landing-faq__item.is-open .ft-landing-faq__icon {
  transform: rotate(180deg);
}

.ft-landing-faq__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.ft-landing-faq__answer {
  margin: 0;
  padding: 0 1.125rem 1rem;
  color: #a1a1aa;
  font-size: 0.875rem;
  line-height: 1.75;
}

/* ── Payment methods ── */
.ft-landing-payment {
  background: rgba(255, 255, 255, 0.01);
  border-block: 1px solid rgba(255, 255, 255, 0.03);
}

.ft-landing-payment__grid {
  display: grid;
  gap: 1rem;
}

.ft-landing-payment__grid--1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 24rem;
  margin-inline: auto;
}

.ft-landing-payment__grid--2 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .ft-landing-payment__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ft-landing-payment__grid--3 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .ft-landing-payment__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ft-landing-payment__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ft-landing-payment__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.35rem 1.15rem;
  border-radius: 1.15rem;
  background: rgba(24, 24, 27, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ft-landing-payment__card:hover {
  transform: translateY(-2px);
}

.ft-landing-payment__card--blue:hover { border-color: rgba(59, 130, 246, 0.45); }
.ft-landing-payment__card--orange:hover { border-color: rgba(249, 115, 22, 0.45); }
.ft-landing-payment__card--green:hover { border-color: rgba(34, 197, 94, 0.45); }

.ft-landing-payment__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-landing-payment__card--blue .ft-landing-payment__icon-wrap {
  background: rgba(59, 130, 246, 0.12);
  color: #60a5fa;
}

.ft-landing-payment__card--orange .ft-landing-payment__icon-wrap {
  background: rgba(249, 115, 22, 0.12);
  color: #fb923c;
}

.ft-landing-payment__card--green .ft-landing-payment__icon-wrap {
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
}

.ft-landing-payment__brand-img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.ft-landing-payment__title {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.ft-landing-payment__desc {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.65;
}

/* ── Product page ── */
.ft-product-body {
  padding-top: 5.5rem;
}

@media (min-width: 640px) {
  .ft-product-body {
    padding-top: 6.25rem;
  }
}

.ft-product-page {
  padding: 1.25rem 0 3rem;
}

.ft-product-page__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.ft-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  color: #71717a;
  font-size: 0.8125rem;
}

.ft-product-breadcrumb__link {
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ft-product-breadcrumb__link:hover {
  color: #fff;
}

.ft-product-breadcrumb__current {
  color: #d4d4d8;
}

.ft-product-breadcrumb__sep {
  opacity: 0.45;
}

.ft-product-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .ft-product-page__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.ft-product-gallery__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0d10;
  aspect-ratio: 1 / 1;
}

.ft-product-gallery__img,
.ft-product-gallery__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.ft-product-gallery__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-product-summary {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.ft-product-summary__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
}

.ft-product-summary__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ft-product-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.28rem 0.6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d4d4d8;
  font-size: 0.6875rem;
  font-weight: 700;
}

.ft-product-badge--fast {
  color: var(--ft-brand);
}

.ft-product-badge--crew {
  color: #86efac;
}

.ft-product-badge--out {
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.25);
}

.ft-product-summary__excerpt {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.ft-product-pay-switch {
  margin-top: 0.25rem;
}

.ft-product-buy-panel {
  padding: 1rem;
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.ft-product-buy.price-card,
.ft-product-price.price-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  margin: 0;
  padding: 0;
}

.ft-product-buy.price-card:hover,
.ft-product-price.price-card:hover {
  transform: none;
  box-shadow: none;
}

.ft-product-buy__amount {
  font-size: clamp(1.75rem, 3vw, 2.125rem);
}

.ft-product-buy__hint {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.ft-product-buy__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  border-radius: 0.95rem;
  background: var(--ft-brand);
  color: #000;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ft-product-buy__cta:hover {
  background: var(--ft-brand-hover);
  box-shadow: 0 10px 24px rgb(var(--ft-brand-rgb) / 0.22);
}

.ft-product-buy__cta--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-product-buy__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.ft-product-buy__cta--disabled {
  background: rgba(255, 255, 255, 0.04);
  color: #71717a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.ft-product-summary__category-link {
  align-self: flex-start;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.ft-product-summary__category-link:hover {
  opacity: 0.85;
}

.ft-product-variant-picker {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.ft-product-variant-picker__label {
  color: #a1a1aa;
  font-size: 0.8125rem;
  font-weight: 600;
}

.ft-product-variant-picker__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ft-product-variant-picker__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.375rem;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e4e4e7;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.ft-product-variant-picker__option:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.ft-product-variant-picker__option.is-active {
  border-color: rgb(var(--ft-brand-rgb) / 0.55);
  background: rgb(var(--ft-brand-rgb) / 0.14);
  color: #fff;
  box-shadow: 0 0 0 1px rgb(var(--ft-brand-rgb) / 0.18);
}

.ft-product-variant-picker__option.is-disabled,
.ft-product-variant-picker__option:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ft-product-variant-pricing.hidden {
  display: none;
}

.ft-category-page {
  padding: 1.25rem 0 3rem;
}

.ft-shop-page {
  padding: 1.25rem 0 3rem;
}

.ft-shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.ft-shop-categories__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #d4d4d8;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.ft-shop-categories__link:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ft-shop-categories__link.is-active {
  border-color: rgb(var(--ft-brand-rgb) / 0.55);
  background: rgb(var(--ft-brand-rgb) / 0.14);
  color: #fff;
  box-shadow: 0 0 0 1px rgb(var(--ft-brand-rgb) / 0.18);
}

.ft-category-page__head {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.ft-category-page__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.35;
}

.ft-category-page__desc {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 42rem;
}

.ft-product-section__title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.ft-product-details {
  padding: 1.25rem 1.125rem;
  border-radius: 1.125rem;
}

.ft-product-details__text {
  margin: 0 0 1rem;
  color: #d4d4d8;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.ft-product-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.625rem;
}

@media (min-width: 640px) {
  .ft-product-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ft-product-features__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #e4e4e7;
  font-size: 0.875rem;
  line-height: 1.6;
}

.ft-product-features__icon.ft-icon {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #22c55e;
}

.ft-product-variants__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.875rem;
}

@media (min-width: 640px) {
  .ft-product-variants__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ft-product-variant {
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ft-product-variant__title {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.ft-product-variant__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ft-product-variant__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.ft-product-variant__btn--disabled {
  color: #71717a;
  pointer-events: none;
}

.ft-product-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ft-product-related__all {
  color: #a1a1aa;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
}

.ft-product-related__all:hover {
  color: #fff;
}

.ft-product-related__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .ft-product-related__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ft-product-related-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ft-product-related-card:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(255, 255, 255, 0.14);
}

.ft-product-related-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0d0d10;
}

.ft-product-related-card__img,
.ft-product-related-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ft-product-related-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-product-related-card__body {
  padding: 0.75rem 0.875rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ft-product-related-card__title {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
}

.ft-product-related-card__price {
  color: #71717a;
  font-size: 0.75rem;
}

.ft-product-page--404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.ft-product-page__404-title {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}

.ft-product-page__404-text {
  margin: 0 0 1.25rem;
  color: #a1a1aa;
  text-align: center;
}

.ft-product-page__404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 0.875rem;
  background: var(--ft-brand);
  color: #000;
  font-weight: 800;
  text-decoration: none;
}
