:root {
  --swap-surface: #f2f2f5;
  --swap-surface-deep: #ececf1;
  --swap-ink: #0f1118;
  --swap-ink-mute: #808493;
  --swap-accent: #ff2f87;
  --swap-line: #dcdde3;
  --swap-btn-radius: 999px;
  --swap-container: 1120px;
}

.swap-first-scroll {
  background: var(--swap-surface);
  color: var(--swap-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.swap-top-pink {
  min-height: 40px;
  height: auto;
  padding: 5px 16px;
  background: var(--swap-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.swap-container {
  max-width: var(--swap-container);
  margin: 0 auto;
  padding: 0 20px;
}

.swap-header {
  width: 100%;
  background: #fff;
}

.swap-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--swap-container);
  margin: 0 auto;
  padding: 0 20px;
}

.swap-logo {
  display: block;
  height: 44px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.swap-nav {
  display: flex;
  gap: 34px;
  font-size: 16.9px;
  color: #555;
}

.swap-nav a:nth-child(1),
.swap-nav a:nth-child(2) {
  font-size: 0.8em;
}

.swap-pill-btn {
  border: none;
  border-radius: var(--swap-btn-radius);
  padding: 12px 26px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.swap-pill-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.swap-pill-btn.swap-primary {
  background: var(--swap-accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 47, 135, 0.28);
}

.swap-header .swap-pill-btn.swap-primary {
  font-size: 12.88px;
}

.swap-pill-btn.swap-ghost {
  background: #fff;
  color: #202230;
  border: 1px solid #d6d8df;
}

.swap-hero {
  text-align: center;
  padding: 92px 0 70px;
}

.swap-tiny-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dddfe6;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  color: #353847;
}

.swap-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--swap-accent);
}

.swap-hero-title {
  margin: 26px auto 18px;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: rgb(11, 11, 15);
  max-width: 900px;
}

.swap-accent {
  color: var(--swap-accent);
  font-weight: 800;
  font-size: inherit;
  line-height: inherit;
}

.swap-sub {
  margin: 0 auto;
  color: rgb(107, 107, 118);
  max-width: 680px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}

.swap-subscribe-module {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.swap-subscribe-form {
  width: min(100%, 540px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid #e1e2e8;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 17, 24, 0.08);
  margin: 0 auto;
}

.swap-subscribe-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 20px;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 24px;
  color: var(--swap-ink);
}

.swap-subscribe-input::placeholder {
  color: #8b8f9d;
}

.swap-subscribe-btn {
  border: none;
  border-radius: 999px;
  background: var(--swap-accent);
  color: #fff;
  padding: 14px 28px;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(255, 47, 135, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.swap-subscribe-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

#subscribe-message {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6b6b76;
  text-align: center;
  max-width: 540px;
}

.swap-subscribe-message.is-success {
  color: #1f7a4a;
  font-weight: 600;
}

.swap-subscribe-message.is-error {
  color: #c62828;
  font-weight: 600;
}

.swap-hero-ctas {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.swap-hero-ctas.swap-hero-ctas--column {
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.swap-coming-soon {
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  color: #6b6b76;
  text-align: center;
}

.swap-store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.swap-store-badge {
  display: block;
  width: auto;
  height: 81px;
  max-width: 100%;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.swap-showcase-wrap {
  padding: 28px 0 80px;
}

.swap-showcase {
  background: #efeff3;
  border-radius: 24px;
  padding: 42px 48px 38px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.09);
}

.swap-showcase img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 1100px) {
  .swap-hero-title {
    font-size: 58px;
    line-height: 64px;
  }

  .swap-sub {
    font-size: 22px;
  }
}

@media (max-width: 860px) {
  .swap-header-inner {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 16px;
  }

  .swap-nav {
    display: none;
  }

  .swap-pill-btn {
    padding: 11px 20px;
    font-size: 16.9px;
  }

  .swap-hero-title {
    font-size: 46px;
    line-height: 52px;
  }

  .swap-sub {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .swap-subscribe-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .swap-subscribe-input,
  .swap-subscribe-btn {
    width: 100%;
  }

  .swap-subscribe-input {
    text-align: center;
    padding: 12px 16px;
  }

  .swap-subscribe-btn {
    padding: 13px 20px;
  }

  .swap-store-pill {
    padding: 8px 16px;
  }

  .swap-store-badge {
    height: 55px;
  }

  .swap-showcase {
    padding: 20px;
    border-radius: 20px;
  }
}
