/* ================================================================
   inzopay — Home / Landing Page
   ================================================================ */

/* ── Hero ── */
.home-hero {
  padding: 76px 0 68px;
  position: relative;
  overflow: hidden;
}
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, color-mix(in oklab, var(--ink-400) 22%, transparent) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}
.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 50% at 78% 10%, color-mix(in oklab, var(--primary) 13%, transparent), transparent),
    radial-gradient(38% 55% at 8%  90%, color-mix(in oklab, var(--primary)  9%, transparent), transparent);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 60px;
  align-items: center;
}

/* Hero text */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 12px 4px 5px;
  border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); font-size: 12px; color: var(--ink-600);
}
.hero-eyebrow .pill {
  background: var(--primary); color: #fff;
  padding: 2px 9px; border-radius: 999px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .04em;
}
.hero-title {
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 800;
  letter-spacing: -.038em;
  line-height: 1.04;
  margin: 16px 0 0;
}
.hero-title-line2 {
  display: block;
  margin-top: 2px;
}
.rot-word {
  color: var(--primary);
  display: inline-block;
  transition: opacity .18s ease, transform .18s ease;
  min-width: 2px;
}
.rot-word.out { opacity: 0; transform: translateY(7px); }

.hero-sub {
  font-size: 17px; color: var(--ink-500); line-height: 1.68;
  max-width: 510px; margin: 20px 0 28px;
  text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-meta {
  display: flex; gap: 20px; flex-wrap: wrap;
  margin-top: 26px;
}
.hero-meta-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--ink-500);
}
.hero-meta-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 3px color-mix(in oklab, #22c55e 22%, transparent);
}

/* ── Payment mock ── */
.mock-wrap { position: relative; }
.payment-mock {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 64px color-mix(in oklab, var(--ink-900) 11%, transparent),
              0 4px 16px  color-mix(in oklab, var(--ink-900)  6%, transparent);
  padding: 18px;
  font-family: var(--font-en);
}
.mock-bar {
  display: flex; align-items: center; gap: 7px;
  padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 14px;
}
.mock-dot { width: 9px; height: 9px; border-radius: 50%; }
.mock-url-pill {
  flex: 1; padding: 5px 10px;
  background: var(--bg); border: 1px solid var(--line); border-radius: 6px;
  font-size: 11px; color: var(--ink-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mock-merchant-row { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.mock-avatar {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; flex-shrink: 0;
}
.mock-name { font-size: 13px; font-weight: 700; }
.mock-inv  { font-size: 11px; color: var(--ink-500); }
.mock-amount-lbl { font-size: 10px; color: var(--ink-500); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }
.mock-amount-val { font-size: 30px; font-weight: 700; letter-spacing: -.03em; }
.mock-amount-val .cur { font-size: 15px; color: var(--ink-500); font-weight: 500; margin-inline-start: 4px; }
.mock-method-lbl { font-size: 11px; color: var(--ink-500); margin: 12px 0 7px; }
.mock-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; margin-bottom: 10px; }
.mock-tab {
  padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px;
  font-size: 12px; color: var(--ink-700); background: var(--surface);
  display: flex; align-items: center; justify-content: space-between;
}
.mock-tab.active {
  border-color: var(--primary); background: var(--primary-tint);
  box-shadow: inset 0 0 0 1px var(--primary);
}
.mock-tab .chip {
  font-size: 10px; background: var(--bg); color: var(--ink-500);
  padding: 1px 5px; border-radius: 4px;
}
.mock-qr-area {
  display: grid; grid-template-columns: 88px 1fr; gap: 10px; align-items: center;
  padding: 10px; border: 1px dashed var(--line-strong); border-radius: 10px; background: var(--bg);
}
.mock-qr {
  width: 80px; height: 80px; border-radius: 7px;
  background: repeating-conic-gradient(var(--ink-900) 0 25%, transparent 0 50%) 0 0/10px 10px, var(--surface);
  border: 1px solid var(--line); position: relative;
}
.mock-qr::after {
  content: ''; position: absolute; inset: 32%;
  background: var(--surface); border: 2px solid var(--ink-900); border-radius: 3px;
}
.mock-addr-lbl  { font-size: 10px; color: var(--ink-500); letter-spacing: .05em; text-transform: uppercase; }
.mock-addr-val  { font-size: 11px; color: var(--ink-900); word-break: break-all; margin: 3px 0 5px; }
.mock-awaiting  { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #22c55e; font-weight: 500; }
.mock-awaiting::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; flex-shrink: 0; animation: hpulse 1.6s ease-in-out infinite; }
@keyframes hpulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.mock-footer {
  display: flex; justify-content: space-between;
  padding: 10px 2px 0; border-top: 1px solid var(--line); margin-top: 10px;
  font-size: 10.5px; color: var(--ink-400);
}

/* Floating notification cards */
.float-card {
  position: absolute;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 14px;
  box-shadow: 0 8px 28px color-mix(in oklab, var(--ink-900) 12%, transparent);
  font-family: var(--font-en); font-size: 12px; z-index: 2;
  white-space: nowrap;
}
.float-card.fc1 { top: 10%;  inset-inline-end: -22px; animation: floatY 3.4s ease-in-out infinite; }
.float-card.fc2 { bottom: 6%; inset-inline-start: -28px; animation: floatY 3.4s ease-in-out infinite .9s reverse; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.fc-row   { display: flex; align-items: center; gap: 10px; }
.fc-dot   { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.fc-title { font-weight: 700; font-size: 12px; margin-bottom: 2px; }
.fc-sub   { font-size: 11px; color: var(--ink-500); }

/* ── Logos strip — ticker style (like db-ticker) ── */
.logos-strip {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 48px;
}
.logos-label {
  font-size: 11px; color: var(--ink-400);
  text-align: center; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: 16px;
}
.home-ticker {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  direction: ltr;
  user-select: none;
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.home-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: homeTickerScroll 34s linear infinite;
}
.home-ticker-track:hover { animation-play-state: paused; }
@keyframes homeTickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}
.home-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px;
  border-inline-end: 1px solid var(--line);
  white-space: nowrap;
}
.home-ticker-sym {
  font-size: 16px; font-weight: 800;
  font-family: var(--font-en); line-height: 1;
}
.home-ticker-name {
  font-weight: 700; font-size: 13px;
  font-family: var(--font-en); color: var(--ink-700);
}
.home-ticker-tag {
  font-size: 11px; color: var(--ink-400);
  font-family: var(--font-en);
}

/* ── Stats bar ── */
.stats-bar {
  padding: 0;
  background: linear-gradient(90deg, #0b1020c4 0%, var(--ink-900) 16%, var(--ink-900) 84%, #0b1020c4 100%);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 26px 24px;
  text-align: center;
  border-inline-end: 1px solid color-mix(in oklab, #fff 10%, transparent);
}
.stat-item:last-child { border-inline-end: none; }
.stat-val {
  font-size: 34px; font-weight: 800; letter-spacing: -.03em;
  color: #fff; font-family: var(--font-en); line-height: 1;
}
.stat-val sup { font-size: 15px; color: var(--primary); vertical-align: super; margin-inline-start: 2px; font-weight: 700; }
.stat-lbl { font-size: 13px; color: color-mix(in oklab, #fff 55%, transparent); margin-top: 6px; }

/* ── Features ── */
.features-section { padding: 88px 0; }
.home-section-head { text-align: center; margin-bottom: 52px; }
.home-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700;
  color: var(--primary); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px;
}
.home-section-title {
  font-size: clamp(26px, 3.2vw, 38px); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.1; margin: 0 0 12px;
  text-wrap: balance;
}
.home-section-sub { font-size: 15.5px; color: var(--ink-500); max-width: 580px; margin: 0 auto; line-height: 1.7; text-wrap: pretty; }

.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.feat-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; padding: 24px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  display: flex; flex-direction: column; gap: 2px;
}
.feat-card:hover {
  border-color: var(--primary-edge);
  box-shadow: 0 8px 28px color-mix(in oklab, var(--primary) 8%, transparent);
  transform: translateY(-2px);
}
.feat-icon {
  width: 40px; height: 40px; border-radius: 11px;
  background: var(--primary-tint); border: 1px solid var(--primary-edge);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary); margin-bottom: 14px; flex-shrink: 0;
}
.feat-icon svg { width: 18px; height: 18px; }
.feat-card h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; letter-spacing: -.01em; }
.feat-card p  { font-size: 13.5px; color: var(--ink-500); margin: 0 0 14px; line-height: 1.55; }
.feat-tag {
  margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line);
  font-size: 11px; color: var(--ink-400); font-family: var(--font-en);
}

/* ── How it works ── */
.how-section { padding: 0 0 88px; }
.how-steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.how-steps-grid::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-edge) 20%, var(--primary-edge) 80%, transparent);
  z-index: 0;
}
html[dir="rtl"] .how-steps-grid::before {
  background: linear-gradient(270deg, transparent, var(--primary-edge) 20%, var(--primary-edge) 80%, transparent);
}
.how-step {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 0 16px; position: relative; z-index: 1;
}
.how-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--primary-edge);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: var(--primary);
  font-family: var(--font-en); margin-bottom: 16px;
  box-shadow: 0 0 0 6px var(--bg);
}
.how-step h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; }
.how-step p  { font-size: 13px; color: var(--ink-500); line-height: 1.55; margin: 0; }

/* ── Developer section ── */
.dev-section { padding: 88px 0; background: var(--surface-2, var(--surface)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dev-inner {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center;
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
}
.dev-text .home-eyebrow { margin-bottom: 10px; }
.dev-text h2 { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; letter-spacing: -.03em; margin: 0 0 12px; line-height: 1.2; }
.dev-text p  { font-size: 15px; color: var(--ink-500); line-height: 1.75; margin: 0 0 22px; }
.dev-checks { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 10px; }
.dev-checks li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--ink-700); line-height: 1.5;
}
.dev-check-icon {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--primary-tint); border: 1px solid var(--primary-edge);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px; color: var(--primary);
}
.dev-check-icon svg { width: 10px; height: 10px; }
.dev-ctas { display: flex; gap: 10px; }
.code-card {
  background: #0b1020; color: #e1e5f5;
  border-radius: 16px; padding: 18px 20px;
  font-family: var(--font-en); font-size: 12.5px; line-height: 1.8;
  box-shadow: 0 20px 48px color-mix(in oklab, #000 30%, transparent);
  border: 1px solid #1c2340;
  overflow-x: auto;
}
.code-bar { display: flex; gap: 6px; padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1px solid #1a2040; align-items: center; }
.code-dot { width: 9px; height: 9px; border-radius: 50%; }
.code-fn { margin-inline-start: 8px; color: #6878a8; font-size: 11px; }
.ck  { color: #a78bfa; } .cs { color: #7ee7b2; } .cn { color: #fbbf77; } .cc { color: #4a5580; } .cm { color: #7dd3fc; }
code pre { margin: 0; white-space: pre; }

/* ── Pricing ── */
.pricing-section { padding: 88px 0; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.plan-card {
  background: var(--surface); border: 1.5px solid var(--line);
  border-radius: 18px; padding: 26px; display: flex; flex-direction: column;
  gap: 8px; position: relative;
}
.plan-card.popular { border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-tint); }
.plan-badge {
  position: absolute; top: -12px; inset-inline-start: 22px;
  background: var(--primary); color: #fff;
  padding: 3px 12px; border-radius: 999px; font-size: 11px; font-weight: 700;
}
.plan-name { font-size: 14px; font-weight: 700; margin: 0; font-family: var(--font-en); }
.plan-rate { font-size: 34px; font-weight: 800; letter-spacing: -.03em; line-height: 1; font-family: var(--font-en); }
.plan-rate small { font-size: 13px; color: var(--ink-500); font-weight: 500; }
.plan-desc { font-size: 13px; color: var(--ink-500); }
.plan-items { list-style: none; padding: 0; margin: 6px 0 14px; display: flex; flex-direction: column; gap: 8px; }
.plan-items li { font-size: 13px; color: var(--ink-700); display: flex; gap: 8px; align-items: flex-start; }
.plan-items li::before { content: '→'; color: var(--primary); font-family: var(--font-en); flex-shrink: 0; }
.plan-cta { margin-top: auto; }
.pricing-more { text-align: center; margin-top: 24px; }
.pricing-more a { font-size: 14px; color: var(--primary); font-weight: 600; }

/* ── FAQ ── */
.faq-section { padding: 88px 0; }
.faq-list { max-width: 900px; margin: 0 auto; }
details.faq-item { border-bottom: 1px solid var(--line); }
details.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 4px; font-size: 15px; font-weight: 600; letter-spacing: -.01em;
  transition: color .12s;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; color: var(--ink-400); font-size: 20px; font-weight: 300; flex-shrink: 0; margin-inline-start: 12px; }
details.faq-item[open] summary { color: var(--primary); }
details.faq-item[open] summary::after { content: '×'; }
details.faq-item p { margin: 0 4px 18px; color: var(--ink-500); font-size: 14px; line-height: 1.7; }

/* ── CTA block ── */
.cta-block {
  margin: 0 0 56px;
  background: var(--ink-900); border-radius: 20px;
  padding: 56px 48px;
  display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-block::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(55% 70% at 100% 0%,   color-mix(in oklab, var(--primary) 28%, transparent), transparent),
    radial-gradient(35% 50% at 0%   100%, color-mix(in oklab, var(--primary) 18%, transparent), transparent);
  pointer-events: none;
}
.cta-block h2 {
  font-size: clamp(24px, 3.2vw, 38px); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.1; color: #fff; margin: 0 0 10px;
  position: relative;
}
.cta-block p { color: color-mix(in oklab, #fff 65%, transparent); font-size: 15px; margin: 0; position: relative; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; position: relative; }
.cta-note { color: color-mix(in oklab, #fff 45%, transparent); font-size: 12px; text-align: center; }

/* ── Responsive ── */
@media (max-width: 1024px) {
}

@media (max-width: 900px) {
  .hero-inner      { grid-template-columns: 1fr; gap: 40px; }
  .mock-wrap       { max-width: 420px; margin: 0 auto; }
  .feat-grid       { grid-template-columns: repeat(2, 1fr); }
  .how-steps-grid  { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .how-steps-grid::before { display: none; }
  .dev-inner       { grid-template-columns: 1fr; gap: 36px; }
  .plans-grid      { grid-template-columns: 1fr; max-width: 420px; }
  .stats-grid      { grid-template-columns: repeat(2, 1fr); }
  .stat-item       { border-inline-end: 0; border-bottom: 1px solid color-mix(in oklab, #fff 10%, transparent); }
  .stat-item:nth-child(odd) { border-inline-end: 1px solid color-mix(in oklab, #fff 10%, transparent); }
  .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .cta-block       { grid-template-columns: 1fr; padding: 36px 28px; text-align: center; }
  .cta-actions     { align-items: center; }
}

@media (max-width: 600px) {
  .home-hero       { padding: 52px 0 44px; }
  .hero-title      { font-size: clamp(32px, 8vw, 42px); }
  .feat-grid       { grid-template-columns: 1fr; }
  .float-card.fc1,
  .float-card.fc2  { display: none; }
}

/* ================================================================
   Enhancements — Landing Page v2
   ================================================================ */

/* ── Scroll-reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .42s ease, transform .42s ease;
}
.reveal.in-view { opacity: 1; transform: none; }

.feat-grid  .reveal:nth-child(2) { transition-delay: .07s; }
.feat-grid  .reveal:nth-child(3) { transition-delay: .14s; }
.feat-grid  .reveal:nth-child(4) { transition-delay: .21s; }
.feat-grid  .reveal:nth-child(5) { transition-delay: .28s; }
.feat-grid  .reveal:nth-child(6) { transition-delay: .35s; }
.how-steps-grid .reveal:nth-child(2) { transition-delay: .1s; }
.how-steps-grid .reveal:nth-child(3) { transition-delay: .2s; }
.how-steps-grid .reveal:nth-child(4) { transition-delay: .3s; }
.plans-grid .reveal:nth-child(2) { transition-delay: .12s; }
.plans-grid .reveal:nth-child(3) { transition-delay: .24s; }

/* ── Mock glow ring ── */
.mock-ring {
  position: absolute;
  inset: -32px;
  border-radius: 34px;
  background: radial-gradient(ellipse at 58% 38%,
    color-mix(in oklab, var(--primary) 15%, transparent) 0%,
    transparent 62%
  );
  pointer-events: none;
  z-index: 0;
}
.payment-mock { position: relative; z-index: 1; }

/* ── Payment methods section ── */
.methods-section {
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.methods-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, color-mix(in oklab, var(--ink-400) 15%, transparent) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.methods-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 55% at 50% -5%, color-mix(in oklab, var(--primary) 9%, transparent), transparent 60%),
    radial-gradient(80% 30% at 50% 105%, color-mix(in oklab, var(--bg) 80%, transparent), transparent);
  pointer-events: none;
}
.methods-inner { position: relative; z-index: 1; }

.methods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.method-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 152px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.method-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 6px 22px color-mix(in oklab, var(--ink-900) 7%, transparent);
  transform: translateY(-2px);
}
.method-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.method-chip-logo {
  width: 38px; height: 38px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800;
  font-family: var(--font-en);
  border: 1px solid transparent;
  flex-shrink: 0;
}
.method-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-400);
  background: var(--bg);
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid var(--line);
  letter-spacing: .04em;
}
.method-tag.soon { background: var(--primary-tint); color: var(--primary); border-color: var(--primary-edge); }
.method-card h4 { margin: 0; font-size: 14.5px; font-weight: 700; letter-spacing: -.01em; }
.method-card p  { margin: 0; color: var(--ink-500); font-size: 12.5px; line-height: 1.5; flex: 1; }
.method-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  font-size: 12px;
  color: var(--ink-500);
  margin-top: auto;
}
.method-fee b { color: var(--ink-900); font-weight: 700; font-family: var(--font-en); font-size: 13px; }

@media (max-width: 900px) { .methods-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .methods-section { padding: 60px 0; } }

/* ── How-it-works: styled background + icon steps ── */
.how-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 88px 0;
}
.how-steps-grid::before { top: 30px; }

.how-step-icon-wrap {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: var(--primary-tint);
  border: 1px solid var(--primary-edge);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  margin: 0 auto 14px;
  position: relative;
  box-shadow: 0 0 0 6px var(--surface);
}
.how-step-icon-wrap svg { width: 24px; height: 24px; }

.how-step-badge {
  position: absolute;
  top: -9px; inset-inline-end: -9px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--primary); color: #fff;
  font-size: 10px; font-weight: 800;
  font-family: var(--font-en);
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--surface);
}

/* ── Mock: compact on small phones ── */
@media (max-width: 640px) {
  .mock-qr-area   { grid-template-columns: 72px 1fr; }
  .mock-qr        { width: 64px; height: 64px; }
  .mock-amount-val{ font-size: 26px; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .home-hero      { padding: 38px 0 30px; }
  .hero-title     { font-size: clamp(28px, 9vw, 36px); }
  .hero-sub       { font-size: 15px; }
  .hero-ctas      { flex-direction: column; }
  .hero-ctas .btn { justify-content: center; }
  .logos-strip    { margin-top: 24px; }
  .stat-item      { padding: 18px 14px; }
  .stat-val       { font-size: 28px; }
  .features-section,
  .pricing-section,
  .faq-section    { padding: 60px 0; }
  .how-section    { padding: 60px 0; }
  .how-steps-grid { grid-template-columns: 1fr; gap: 18px; }
  .how-steps-grid::before { display: none; }
  .dev-inner      { padding: 0 16px; }
  .code-card      { font-size: 11.5px; }
  .plans-grid     { max-width: 100%; }
  .cta-block      { padding: 30px 20px; }
  .cta-block h2   { font-size: 22px; }
  .cta-block p    { font-size: 14px; }
}
