:root {
  --bg: #070909;
  --surface: rgba(18, 18, 18, 0.92);
  --surface-strong: #121212;
  --surface-dark: #0a0a0a;
  --text: #f7f7f7;
  --muted: #b3b3b3;
  --line: rgba(255, 255, 255, 0.08);
  --brand: #1db954;
  --brand-dark: #14833b;
  --accent: #1ed760;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(29, 185, 84, 0.22), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(30, 215, 96, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(29, 185, 84, 0.08), transparent 30%),
    linear-gradient(180deg, #07110b 0%, var(--bg) 48%, #040404 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 110px;
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    radial-gradient(circle at top right, rgba(29, 185, 84, 0.12), transparent 28%),
    rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(29, 185, 84, 0.18);
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.plan-card h3,
.payment-card h3,
.process-card h3,
.faq-list summary,
.hero-panel h2 {
  font-family: "Space Grotesk", sans-serif;
}

.brand-copy span,
.desktop-nav a,
.hero-text,
.section-heading p,
.feature-list li,
.payment-card p,
.process-card p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2.5px;
  margin: 3px 0;
  border-radius: 999px;
  background: #ffffff;
}

.desktop-nav a {
  font-weight: 600;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--text);
}

.language-switch {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.lang-btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.lang-btn.active {
  color: #041109;
  background: linear-gradient(135deg, var(--accent) 0%, var(--brand) 100%);
}

.lang-btn:hover,
.lang-btn:focus-visible,
.primary-btn:hover,
.primary-btn:focus-visible,
.secondary-btn:hover,
.secondary-btn:focus-visible,
.ghost-btn:hover,
.ghost-btn:focus-visible,
.copy-btn:hover,
.copy-btn:focus-visible {
  transform: translateY(-1px);
}

.hero,
.plans-section,
.savings-section,
.benefits-section,
.process-section,
.reviews-section,
.payments-section,
.faq-section {
  margin-bottom: 32px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 28px;
}

.hero-copy,
.hero-panel,
.plan-card,
.savings-card,
.benefit-card,
.process-card,
.payment-card,
.review-card,
.faq-list details,
.site-footer {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-copy {
  padding: clamp(28px, 6vw, 56px);
}

.eyebrow,
.section-kicker,
.panel-label,
.plan-badge,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b5ffd0;
  background: rgba(29, 185, 84, 0.12);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-text {
  width: min(62ch, 100%);
  margin: 22px 0 0;
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions,
.trust-row,
.mini-grid,
.plans-grid,
.savings-grid,
.benefits-grid,
.process-grid,
.reviews-grid,
.payments-grid {
  display: grid;
  gap: 16px;
}

.hero-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
  margin-top: 32px;
}

.trust-row {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 30px;
  gap: 10px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
}

.trust-row span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(20, 133, 76, 0.14);
}

.comparison-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-btn,
.secondary-btn {
  border: 0;
  color: #041109;
  background: linear-gradient(135deg, var(--accent) 0%, var(--brand) 100%);
  box-shadow: 0 18px 30px rgba(29, 185, 84, 0.18);
}

.ghost-btn,
.copy-btn {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.secondary-btn {
  width: 100%;
}

.hero-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  min-width: 0;
}

.panel-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(20, 20, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}

.panel-highlight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(145deg, #0b0f0d 0%, #117a38 55%, #1db954 100%);
}

.panel-highlight p,
.panel-highlight .panel-label {
  color: rgba(255, 255, 255, 0.82);
}

.panel-highlight .panel-label {
  background: rgba(255, 255, 255, 0.12);
}

.hero-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

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

.mini-label {
  margin: 0 0 8px;
  color: var(--muted);
}

.panel-card strong,
.price {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.support-value {
  display: block;
  max-width: 100%;
  font-size: clamp(1rem, 1.8vw, 1.55rem) !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 62ch;
  line-height: 1.75;
}

.plans-grid,
.savings-grid,
.payments-grid,
.benefits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-card,
.savings-card,
.payment-card,
.benefit-card {
  padding: 30px;
}

.savings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.savings-card h3 {
  margin: 0 0 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.featured-savings {
  background:
    radial-gradient(circle at top right, rgba(29, 185, 84, 0.18), transparent 26%),
    rgba(18, 18, 18, 0.96);
  border-color: rgba(29, 185, 84, 0.18);
}

.comparison-card {
  background:
    radial-gradient(circle at top right, rgba(29, 185, 84, 0.12), transparent 22%),
    rgba(18, 18, 18, 0.96);
}

.savings-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.savings-list li {
  position: relative;
  padding: 0 0 0 24px;
  line-height: 1.75;
  color: var(--muted);
}

.savings-list li + li {
  margin-top: 10px;
}

.savings-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(20, 133, 76, 0.12);
}

.pricing-footnote {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
}

.benefit-card p:last-child {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.plan-card.featured {
  background:
    radial-gradient(circle at top right, rgba(30, 215, 96, 0.22), transparent 24%),
    linear-gradient(145deg, #0b0f0d 0%, #117a38 58%, #1db954 100%);
  border-color: rgba(29, 185, 84, 0.26);
}

.plan-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.plan-details {
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.plan-details summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #b5ffd0;
}

.plan-details summary::-webkit-details-marker {
  display: none;
}

.plan-details p {
  margin: 0;
  padding: 0 14px 14px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.plan-card.featured .plan-badge,
.plan-card.featured h3,
.plan-card.featured .price,
.plan-card.featured .feature-list li,
.plan-card.featured .plan-details summary {
  color: #ffffff;
}

.plan-card.featured .plan-badge {
  background: rgba(255, 255, 255, 0.14);
}

.plan-card.featured .plan-details {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.plan-card.featured .plan-details p {
  color: #eafff2;
}

.price {
  margin: 0 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.feature-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 1.7;
}

.feature-list li + li {
  margin-top: 12px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(20, 133, 76, 0.14);
}

.full-width,
.inline-btn {
  width: 100%;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  padding: 26px;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 28px;
}

.review-label {
  margin: 0 0 12px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.review-card h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
}

.review-card p:last-child {
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--brand-dark);
  background: rgba(20, 133, 76, 0.12);
}

.process-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.qr-card img {
  width: 100%;
  max-width: 320px;
  border-radius: 24px;
  border: 1px solid rgba(16, 40, 28, 0.08);
  box-shadow: 0 16px 34px rgba(36, 42, 37, 0.12);
}

.wallet-address {
  margin: 6px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  word-break: break-all;
}

.crypto-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.crypto-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 16px 0 0;
  line-height: 1.75;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
}

.disclaimer {
  max-width: 360px;
  text-align: right;
}

body.modal-open {
  overflow: hidden;
}

.country-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.country-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.country-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
}

.country-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(29, 185, 84, 0.12), transparent 28%),
    rgba(10, 10, 10, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.country-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.country-dialog h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1.02;
}

.country-text,
.country-request span,
.country-field span {
  color: var(--muted);
}

.country-text {
  margin: 0 0 16px;
  max-width: 44ch;
  line-height: 1.7;
}

.country-request {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.country-request strong {
  font-size: 1.02rem;
}

.country-field {
  display: grid;
  gap: 8px;
}

.country-field + .country-field {
  margin-top: 14px;
}

.country-input,
.country-select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  color-scheme: dark;
}

.country-input::placeholder {
  color: var(--muted);
}

.country-select {
  appearance: none;
}

.country-select option {
  color: var(--text);
  background: #07110b;
}

.country-dialog .primary-btn {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .hero,
  .plans-grid,
  .savings-grid,
  .benefits-grid,
  .payments-grid,
  .process-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 22px;
    overflow: visible;
    z-index: 40;
  }

  .brand {
    gap: 12px;
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy span {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .header-actions {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
      radial-gradient(circle at top right, rgba(29, 185, 84, 0.12), transparent 26%),
      rgba(10, 10, 10, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    z-index: 60;
  }

  .site-header.menu-open .header-actions {
    display: flex;
  }

  .site-header.menu-open .menu-toggle {
    background: rgba(29, 185, 84, 0.12);
    border-color: rgba(29, 185, 84, 0.22);
  }

  .desktop-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .desktop-nav a {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-size: 0.86rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
  }

  .language-switch,
  .hero-actions,
  .trust-row,
  .mini-grid,
  .process-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .language-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px;
  }

  .lang-btn {
    padding: 9px 10px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-copy,
  .hero-panel,
  .plan-card,
  .savings-card,
  .benefit-card,
  .review-card,
  .payment-card,
  .process-card,
  .faq-list details,
  .site-footer {
    border-radius: 24px;
  }

  .hero-copy {
    padding: 22px 20px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.2vw, 3rem);
    line-height: 0.96;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .eyebrow {
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .comparison-note {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .disclaimer {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(1.85rem, 10.5vw, 2.7rem);
  }

  .section-heading h2,
  .hero-panel h2 {
    font-size: clamp(1.55rem, 7.4vw, 2.15rem);
  }

  .plan-card,
  .savings-card,
  .payment-card,
  .benefit-card,
  .review-card,
  .process-card,
  .hero-copy,
  .hero-panel,
  .faq-list details,
  .site-footer {
    padding: 18px;
  }

  .site-header {
    padding: 12px;
    border-radius: 24px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .desktop-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-nav a {
    font-size: 0.82rem;
    padding: 7px 8px;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .brand-copy span {
    font-size: 0.82rem;
  }

  .hero-copy {
    padding: 18px;
  }

  .country-dialog {
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  .country-close {
    top: 12px;
    right: 12px;
  }

  .crypto-item {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
