:root {
  --bg: #090f1e;
  --bg-soft: #101a33;
  --panel: rgba(18, 27, 54, 0.72);
  --panel-strong: rgba(22, 33, 65, 0.88);
  --panel-light: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.105);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #f7f9ff;
  --muted: #b8c3dc;
  --faint: #7683a2;
  --accent: #8bb3ff;
  --accent-2: #91e8d6;
  --accent-dark: #4c74e8;
  --rose: #f29cac;
  --mint: #8ee6cc;
  --shadow: 0 28px 80px rgba(4, 9, 24, 0.42);
  color: var(--text);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(139, 179, 255, 0.18) 0%, transparent 32%),
    linear-gradient(225deg, rgba(145, 232, 214, 0.11) 0%, transparent 34%),
    linear-gradient(180deg, #111a34 0%, #090f1e 52%, #070b16 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#000 0%, rgba(0, 0, 0, 0.6) 42%, transparent 100%);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page-shell {
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
  padding: 32px 0 28px;
}

.hero {
  display: grid;
  gap: 38px;
  align-items: center;
  min-height: 640px;
}

.phone-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 30px);
  align-items: center;
  justify-items: center;
  order: 2;
}

.phone {
  width: min(100%, 250px);
  min-height: 506px;
  padding: 18px 16px 13px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 30px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.035)),
    #11182e;
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -28px 48px rgba(0, 0, 0, 0.14);
}

.phone-balance {
  transform: translateY(-10px);
}

.phone-transfer {
  transform: translateY(18px);
}

.phone-top,
.screen-row,
.transaction,
.phone-nav,
.quick-actions,
.entry-links,
.site-footer {
  display: flex;
  align-items: center;
}

.phone-top {
  gap: 8px;
  justify-content: space-between;
  min-height: 28px;
}

.avatar,
.phone-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5ef;
  font-size: 0.65rem;
  font-weight: 800;
}

.phone-icon:first-of-type {
  margin-left: auto;
}

.screen-label,
.account-card small,
.transaction small,
.transfer-head small,
.entry-link span,
.site-footer {
  color: var(--muted);
}

.screen-label {
  margin: 20px 0 0;
  font-size: 0.72rem;
  font-weight: 720;
}

.screen-balance {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.52rem;
  line-height: 1;
}

.screen-row {
  justify-content: space-between;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 0.82rem;
}

.screen-row span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.account-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  gap: 11px;
}

.account-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 128px;
  align-content: stretch;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.account-main {
  min-height: 150px;
  background:
    linear-gradient(145deg, rgba(120, 167, 255, 0.16), rgba(255, 255, 255, 0.055));
}

.bank-card {
  border-color: rgba(145, 232, 214, 0.18);
  background:
    radial-gradient(circle at 88% 16%, rgba(145, 232, 214, 0.34), transparent 32%),
    radial-gradient(circle at 16% 90%, rgba(120, 167, 255, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(40, 68, 124, 0.94), rgba(22, 31, 60, 0.92));
}

.bank-card::before {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 35px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  content: "";
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.2) 47% 53%, transparent 54%),
    rgba(255, 255, 255, 0.08);
}

.wallet-card {
  border-color: rgba(120, 167, 255, 0.13);
  background:
    radial-gradient(circle at 85% 20%, rgba(120, 167, 255, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.055);
}

.account-card > * {
  position: relative;
  z-index: 1;
}

.flag {
  display: block;
  margin-bottom: auto;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.wallet-card .flag {
  color: #dce7ff;
  background: rgba(120, 167, 255, 0.15);
}

.card-number {
  align-self: start;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.flag-large {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #91e8d6, #78a7ff);
  color: #0b1020;
  font-size: 1.35rem;
}

.account-card strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
}

.account-card small,
.transaction small {
  display: block;
  font-size: 0.66rem;
  line-height: 1.22;
}

.transactions-title,
.recent-title {
  margin-top: 22px;
}

.transaction-list {
  display: grid;
  gap: 10px;
}

.transaction {
  gap: 10px;
  min-width: 0;
}

.transaction > span:not(.tx-icon) {
  min-width: 0;
  flex: 1;
}

.transaction strong {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transaction b {
  color: #ffffff;
  font-size: 0.72rem;
}

.tx-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #0c1328;
  font-weight: 900;
}

.tx-up {
  background: var(--rose);
}

.tx-down {
  background: var(--mint);
}

.phone-nav {
  justify-content: space-between;
  padding-top: 18px;
  margin-top: 14px;
  color: #8f9ab8;
  font-size: 0.86rem;
}

.phone-nav .active {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #79a8ff, #567df0);
}

.transfer-head {
  margin: 24px 0 18px;
}

.transfer-card {
  position: relative;
  display: grid;
  min-height: 132px;
  align-content: space-between;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(145, 232, 214, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 16%, rgba(145, 232, 214, 0.3), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(120, 167, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(37, 64, 120, 0.9), rgba(18, 27, 54, 0.94));
  box-shadow:
    0 18px 38px rgba(5, 10, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.transfer-card::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.13);
  content: "МИР";
  font-size: 1.34rem;
  font-weight: 950;
}

.card-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-chip {
  width: 34px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.2) 47% 53%, transparent 54%),
    rgba(255, 255, 255, 0.11);
}

.card-mir {
  padding: 5px 8px;
  border-radius: 999px;
  color: #061527;
  background: #91e8d6;
  font-size: 0.72rem;
  font-weight: 950;
}

.transfer-card strong,
.transfer-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.transfer-card strong {
  color: #ffffff;
  font-size: 1.52rem;
  line-height: 1;
}

.transfer-card small {
  color: rgba(233, 238, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 720;
}

.quick-actions {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}

.quick-actions span {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #cbd6ff;
  font-size: 0.66rem;
  font-weight: 800;
}

.quick-actions b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent),
    rgba(120, 167, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 0.68rem;
}

.search-field {
  min-height: 28px;
  padding: 7px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #9ca8c6;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
}

.transfer-list {
  gap: 13px;
}

.hero-copy {
  order: 1;
  text-align: center;
}

.kicker {
  margin-bottom: 14px;
  color: #aac1ff;
  font-size: clamp(0.9rem, 1.9vw, 1.16rem);
  font-weight: 830;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.26rem, 6.2vw, 4.12rem);
  line-height: 1.03;
  font-weight: 880;
  letter-spacing: 0;
  text-transform: none;
}

h1 span {
  display: block;
  color: #8bb3ff;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-text {
  max-width: 520px;
  margin: 0 auto 20px;
  color: rgba(233, 238, 255, 0.8);
  font-size: 1rem;
  font-weight: 540;
}

.bonus-line {
  width: fit-content;
  padding: 9px 14px;
  margin: 0 auto 14px;
  border: 1px solid rgba(145, 232, 214, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(145, 232, 214, 0.09);
  font-size: 0.92rem;
  font-weight: 760;
}

.referral-card {
  position: relative;
  max-width: 520px;
  padding: 16px 18px;
  margin: 0 auto 24px;
  overflow: hidden;
  border: 1px solid rgba(145, 232, 214, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(145, 232, 214, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(139, 179, 255, 0.13), rgba(145, 232, 214, 0.07)),
    rgba(255, 255, 255, 0.052);
  box-shadow:
    0 18px 42px rgba(4, 9, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.referral-card::after {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(145, 232, 214, 0.18);
  content: "50%";
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.referral-card span,
.referral-card strong {
  position: relative;
  z-index: 1;
  display: block;
}

.referral-card span {
  margin-bottom: 5px;
  color: #91e8d6;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.referral-card strong {
  max-width: 390px;
  color: #ffffff;
  font-size: 1.04rem;
  line-height: 1.24;
}

.entry-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.entry-link {
  min-width: 142px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 42px rgba(4, 9, 24, 0.2);
  backdrop-filter: blur(14px);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.entry-link.primary {
  border-color: rgba(120, 167, 255, 0.46);
  background: linear-gradient(135deg, #8db7ff, #5b75f1);
}

.entry-link:hover {
  border-color: rgba(120, 167, 255, 0.5);
  background: linear-gradient(135deg, #8db7ff, #5b75f1);
  box-shadow:
    0 20px 46px rgba(91, 117, 241, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transform: translateY(-2px);
}

.entry-link:hover span {
  color: rgba(255, 255, 255, 0.78);
}

.entry-link strong,
.entry-link span {
  display: block;
}

.entry-link strong {
  font-size: 1.05rem;
}

.entry-link span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.benefits {
  padding: 8px 0 6px;
}

.section-heading {
  max-width: 650px;
  margin: 0 0 18px;
}

.section-heading p {
  margin-bottom: 8px;
  color: #91e8d6;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.62rem, 3vw, 2.36rem);
  line-height: 1.08;
}

.info-strip,
.details-panel {
  display: grid;
  gap: 14px;
}

.info-strip {
  grid-template-columns: 1fr;
}

.benefit-card,
.details-panel article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.094), rgba(255, 255, 255, 0.038)),
    rgba(16, 25, 49, 0.72);
  box-shadow:
    0 20px 52px rgba(4, 9, 24, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(16px);
}

.benefit-card::before,
.details-panel article::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 18% 12%, rgba(139, 179, 255, 0.15), transparent 34%);
}

.benefit-card {
  display: flex;
  min-height: 214px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 22px;
  border-radius: 28px;
}

.feature-top,
.feature-badge,
.feature-visual,
.panel-label,
.benefit-card h3,
.benefit-card p,
.details-panel h3,
.details-panel p {
  position: relative;
  z-index: 1;
}

.feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.feature-badge {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent),
    linear-gradient(135deg, #8db7ff, #5b75f1);
  box-shadow: 0 14px 28px rgba(91, 117, 241, 0.22);
  font-weight: 950;
}

.benefit-speed .feature-badge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(135deg, #91e8d6, #4f8df2);
}

.benefit-free .feature-badge {
  color: #071329;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent),
    linear-gradient(135deg, #c8f5b8, #91e8d6);
}

.qr-pay-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 124px;
  padding: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.sbp-logo {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 14px 30px rgba(4, 9, 24, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.qr-terminal {
  position: relative;
  display: grid;
  width: 98px;
  height: 92px;
  justify-self: end;
  place-items: center;
  padding: 9px;
  border: 6px solid rgba(9, 15, 30, 0.92);
  border-radius: 18px;
  background: #f5f7fb;
  box-shadow: 0 14px 28px rgba(4, 9, 24, 0.26);
}

.qr-code-img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 6px;
}

.qr-pay-caption {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 7px 14px;
  margin: -2px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(9, 15, 30, 0.62);
  box-shadow: 0 10px 22px rgba(4, 9, 24, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.feature-visual {
  width: 126px;
  height: 74px;
  flex: 0 0 126px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.qr-visual {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.qr-visual i {
  min-width: 0;
  min-height: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.qr-visual i:nth-child(1),
.qr-visual i:nth-child(2),
.qr-visual i:nth-child(7),
.qr-visual i:nth-child(8),
.qr-visual i:nth-child(5),
.qr-visual i:nth-child(11) {
  background: #91e8d6;
}

.qr-visual i:nth-child(4),
.qr-visual i:nth-child(9),
.qr-visual i:nth-child(12) {
  background: #8db7ff;
}

.speed-visual,
.fee-visual {
  display: grid;
  align-content: center;
  gap: 5px;
}

.speed-visual::before,
.fee-visual::before {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 6px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 255, 255, 0.16);
}

.feature-visual span {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: rgba(224, 231, 250, 0.64);
  background: none;
  box-shadow: none;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.1;
}

.feature-visual strong {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1;
}

.fee-visual strong {
  color: #91e8d6;
}

.benefit-card h3,
.details-panel h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.16;
}

.benefit-card p,
.details-panel p {
  margin-bottom: 0;
  color: rgba(224, 231, 250, 0.72);
  font-weight: 560;
}

.details-panel {
  margin-top: 14px;
}

.details-panel article {
  min-height: 242px;
  padding: 24px;
  border-radius: 26px;
}

.details-panel article:nth-child(1)::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(145, 232, 214, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(145, 232, 214, 0.08), transparent 42%);
}

.details-panel article:nth-child(2)::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(139, 179, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(139, 179, 255, 0.08), transparent 42%);
}

.details-panel article:nth-child(3)::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(242, 156, 172, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(242, 156, 172, 0.065), transparent 42%);
}

.panel-label {
  width: fit-content;
  padding: 7px 11px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #dce7ff !important;
  background: rgba(139, 179, 255, 0.16);
  font-size: 0.74rem;
  font-weight: 890;
}

.seo-faq {
  margin-top: 28px;
}

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

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.035)),
    rgba(16, 25, 49, 0.64);
  box-shadow:
    0 16px 42px rgba(4, 9, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
  list-style: none;
}

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

.faq-list summary::after {
  float: right;
  color: #91e8d6;
  content: "+";
  font-weight: 950;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 840px;
  padding: 0 20px 20px;
  margin: -4px 0 0;
  color: rgba(224, 231, 250, 0.72);
  font-weight: 540;
}

.site-footer {
  width: min(100% - 32px, 1180px);
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0 24px;
  margin: 0 auto;
  color: rgba(213, 222, 248, 0.56);
  font-size: 0.86rem;
}

.site-footer > span:first-child {
  color: #ffffff;
  font-weight: 900;
}

@media (min-width: 760px) {
  .hero {
    grid-template-columns: minmax(360px, 0.92fr) minmax(390px, 1.08fr);
    min-height: 600px;
  }

  .phone-stage {
    order: 1;
  }

  .hero-copy {
    order: 2;
    text-align: left;
  }

  .hero-text {
    margin-left: 0;
  }

  .bonus-line {
    margin-left: 0;
  }

  .referral-card {
    margin-left: 0;
  }

  .entry-links {
    justify-content: flex-start;
  }

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

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

@media (min-width: 1040px) {
  .page-shell {
    padding-top: 38px;
  }

  .phone {
    width: 248px;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(100% - 20px, 390px);
    padding-top: 18px;
  }

  .hero {
    gap: 20px;
  }

  .kicker {
    font-size: 0.8rem;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 2.18rem;
  }

  .hero-text {
    margin-bottom: 18px;
    font-size: 0.95rem;
  }

  .bonus-line {
    margin-bottom: 20px;
  }

  .phone-stage {
    grid-template-columns: 1fr;
  }

  .phone-transfer,
  .phone-balance {
    transform: none;
  }

  .phone {
    width: min(100%, 294px);
    min-height: 0;
  }

  .phone-transfer {
    display: none;
  }

  .entry-link {
    flex: 1 1 140px;
  }
}
