/* PayerPay SEO landing pages — builds on styles.css tokens (--navy/--coral/--ink/--muted/--line) */
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.lp-body { background: #fff; }

/* hero */
.lp-hero .hero-lead { max-width: 600px; }
.lp-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; }
.lp-chips li { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; color: var(--navy); box-shadow: 0 6px 16px rgba(15,27,51,.05); }
.lp-chips li span { color: var(--coral); font-weight: 900; }
.lp-hero-visual { display: flex; align-items: center; justify-content: center; }
.lp-hero-img { display: block; width: 100%; height: auto; background: #fff; border-radius: 24px; box-shadow: 0 30px 70px rgba(15, 27, 51, .12); animation: lpFloat 5s ease-in-out infinite alternate; will-change: transform; }
@keyframes lpFloat { 0% { transform: translateY(0) rotate(-.35deg); } 100% { transform: translateY(-14px) rotate(.35deg); } }
@media (prefers-reduced-motion: reduce) { .lp-hero-img { animation: none; } }

/* UI cards */
.lp-card { width: 100%; max-width: 420px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px 26px; box-shadow: 0 30px 70px rgba(15,27,51,.12); }
.lp-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.lp-card-head .flag-chip { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: #f3f6fb; }
.lp-card-head .flag-icon { width: 26px; height: 18px; border-radius: 3px; }
.lp-card-head strong { font-size: 16px; color: var(--navy); font-weight: 800; }
.lp-card-rows { margin: 0; }
.lp-card-rows > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); }
.lp-card-rows dt { color: var(--muted); font-size: 14px; margin: 0; }
.lp-card-rows dd { margin: 0; color: var(--navy); font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.lp-card-status { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 12px; background: rgba(38,166,120,.12); color: #1f8a5b; font-weight: 800; font-size: 13.5px; }
.lp-card-status span { font-weight: 900; }
.lp-card-list strong { display: block; color: var(--navy); font-weight: 800; margin-bottom: 12px; }
.lp-card-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lp-card-list li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 600; font-size: 15px; }
.lp-card-list li span { color: var(--coral); font-weight: 900; }

/* 4-node money flow */
.lp-flow { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 12px; }
.lp-flow-node { display: flex; flex-direction: column; gap: 3px; padding: 16px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 30px rgba(15,27,51,.07); }
.lp-flow-node span { color: var(--navy); font-weight: 800; font-size: 16px; }
.lp-flow-node small { color: var(--muted); font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.lp-flow-node:last-of-type { border-color: rgba(255,101,77,.4); box-shadow: 0 16px 36px rgba(255,101,77,.14); }
.lp-flow-arrow { align-self: center; color: var(--coral); font-size: 20px; font-weight: 900; line-height: .6; }

/* benefit cards */
.lp-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-benefit-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 22px; box-shadow: 0 12px 30px rgba(15,27,51,.05); }
.lp-benefit-grid article { position: relative; }
.lp-b-ic { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 13px; background: var(--coral-soft, #ffe8e3); color: var(--coral); margin-bottom: 14px; }
.lp-b-ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lp-b-num { position: absolute; top: 24px; right: 22px; color: var(--muted); font-weight: 800; font-size: 12px; letter-spacing: .06em; opacity: .55; }

/* step cards with icon + number */
.lp-step { flex-direction: column; gap: 0; padding: 24px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(15, 27, 51, .05); }
.lp-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.lp-step-ic { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 13px; background: var(--navy); color: #fff; }
.lp-step-ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lp-step-num { color: var(--coral); font-weight: 900; font-size: 22px; letter-spacing: -.02em; }

/* transparency price card + left paragraph */
.lp-para { color: var(--ink); font-size: 17px; line-height: 1.65; margin: 18px 0 0; }
.lp-price-card { width: 100%; max-width: 430px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px 24px; box-shadow: 0 24px 60px rgba(15, 27, 51, .1); }
.lp-price-head { display: flex; align-items: center; gap: 9px; font-weight: 800; color: var(--navy); font-size: 15px; margin-bottom: 6px; }
.lp-price-head span { color: #1f8a5b; font-weight: 900; }
.lp-price-rows { margin: 0; }
.lp-price-rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); }
.lp-price-rows dt { margin: 0; color: var(--navy); font-weight: 700; font-size: 14.5px; }
.lp-price-rows dd { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.lp-price-foot { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.lp-benefit-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 17px; font-weight: 800; line-height: 1.25; }
.lp-benefit-grid p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.lp-senders { grid-template-columns: repeat(5, 1fr); }
.lp-senders article { padding: 20px 18px; display: flex; align-items: center; }
.lp-senders h3 { margin: 0; font-size: 15px; }

/* two-column list + visual */
.lp-two-col { display: grid; grid-template-columns: 1fr minmax(0, 420px); gap: 48px; align-items: center; }
.lp-two-col-visual { display: flex; justify-content: center; }
.lp-check-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 13px; }
.lp-check-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink); font-size: 16px; font-weight: 600; }
.lp-check-list li span { color: var(--coral); font-weight: 900; margin-top: 1px; }

/* neutral note */
.lp-note { margin: 24px 0 0; padding: 16px 20px; border-radius: 14px; background: #f6f8fc; border: 1px solid var(--line); color: var(--ink); font-size: 14.5px; line-height: 1.6; }

/* numbered steps */
.lp-steps { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.lp-step { display: flex; gap: 16px; }
.lp-step-num { flex: 0 0 auto; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 900; font-size: 15px; }
.lp-step h3 { margin: 4px 0 6px; color: var(--navy); font-size: 17px; font-weight: 800; }
.lp-step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.lp-mid-cta { margin-top: 40px; display: flex; justify-content: center; }

/* transparency / recipient centered text */
.lp-transparency { max-width: 760px; margin-inline: auto; text-align: center; }
.lp-lead { color: var(--ink); font-size: 18px; line-height: 1.6; margin: 6px auto 0; max-width: 640px; }
.lp-crosslink { margin-top: 18px; }
.lp-crosslink a { display: inline-flex; align-items: center; gap: 7px; color: var(--coral); font-weight: 800; text-decoration: none; }
.lp-crosslink a:hover { gap: 11px; }

/* FAQ accordion (self-contained) */
.lp-faq-list { max-width: 820px; margin: 0 auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; box-shadow: 0 16px 40px rgba(15,27,51,.05); }
.lp-faq-item + .lp-faq-item { border-top: 1px solid var(--line); }
.lp-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; background: none; border: 0; cursor: pointer; text-align: left; font-size: 16px; font-weight: 700; color: var(--navy); }
.lp-faq-q:hover { background: #fbfcfe; }
.lp-faq-ic { position: relative; flex: 0 0 auto; width: 22px; height: 22px; }
.lp-faq-ic::before, .lp-faq-ic::after { content: ''; position: absolute; top: 50%; left: 50%; background: var(--coral); border-radius: 2px; transform: translate(-50%,-50%); transition: transform .25s ease, opacity .25s ease; }
.lp-faq-ic::before { width: 13px; height: 2.5px; }
.lp-faq-ic::after { width: 2.5px; height: 13px; }
.lp-faq-q[aria-expanded="true"] .lp-faq-ic::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.lp-faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.lp-faq-q[aria-expanded="true"] + .lp-faq-a { grid-template-rows: 1fr; }
.lp-faq-a-in { overflow: hidden; }
.lp-faq-a-in p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.65; }

/* popular destinations cross-links */
.lp-dest-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 820px; margin: 0 auto; }
.lp-dest-card { display: flex; flex-direction: column; gap: 6px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 12px 30px rgba(15,27,51,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; position: relative; }
.lp-dest-card:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(15,27,51,.1); border-color: rgba(255,101,77,.35); }
.lp-dest-card strong { color: var(--navy); font-size: 17px; font-weight: 800; }
.lp-dest-card span { color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.lp-dest-card em { position: absolute; top: 22px; right: 24px; color: var(--coral); font-style: normal; font-weight: 900; }

/* trust section: 3 cards in one balanced row (spec = exactly 3) */
.lp-trust .container { position: relative; z-index: 2; }
.lp-trust .section-heading { max-width: 720px; margin-bottom: 34px; }
.lp-trust .security-cards { grid-template-columns: repeat(3, 1fr); }
.lp-trust .security-cards article { min-height: 210px; }
@media (max-width: 900px) { .lp-trust .security-cards { grid-template-columns: 1fr; } }

/* final CTA availability note */
.lp-final-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.lp-availability { margin: 0; font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,.72); max-width: 460px; }

@media (max-width: 1024px) {
  .lp-benefit-grid { grid-template-columns: 1fr 1fr; }
  .lp-senders { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .lp-two-col { grid-template-columns: 1fr; gap: 30px; }
  .lp-dest-cards { grid-template-columns: 1fr; }
  .lp-card, .lp-flow { max-width: 100%; }
  .lp-final-cta { align-items: stretch; }
  .lp-final-cta .button { width: 100%; justify-content: center; }
}
@media (max-width: 520px) {
  .lp-benefit-grid, .lp-senders { grid-template-columns: 1fr; }
}

/* tighter vertical spacing on mobile (sections were too airy) */
@media (max-width: 760px) {
  .lp-body .lp-hero { min-height: 0; padding: 14px 0 18px; }
  .lp-body .lp-hero .hero-grid { gap: 22px; }
  .lp-body .lp-hero-visual { height: auto; aspect-ratio: auto; }
  .lp-body .section { padding-top: 30px; padding-bottom: 30px; }
  .lp-body .section-heading { margin-bottom: 16px; }
  .lp-mid-cta { margin-top: 20px; }
  .lp-hero-visual { margin-top: 4px; }
  .lp-chips { margin-top: 16px; }
}
@media (max-width: 520px) {
  .lp-body .lp-hero { padding: 8px 0 12px; }
  .lp-body .section { padding-top: 22px; padding-bottom: 22px; }
}

/* Выход на общий FAQ под списком вопросов. Список на этой секции центрирован,
   поэтому ссылка тоже идёт по центру — иначе она повисает у левого края. */
.lp-faq-all {
  margin: 26px 0 0;
  text-align: center;
}

/* Ссылка на полный список маршрутов. Заголовок секции центрирован, поэтому
   кнопка под ним тоже — иначе они стоят по разным осям. */
.lp-routes-link {
  margin: 0;
  text-align: center;
}
