html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body {
  margin: 0; background: #FFFFFF; color: #0E1013;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: #4A2FBF; text-decoration: none; }
a:hover { color: #6D51E0; }
::selection { background: #D9CCFF; }

.nav-wrap { position: sticky; top: 0; z-index: 40; display: flex; justify-content: center; padding: 14px 24px; background: rgba(255,255,255,.85); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid rgba(14,16,19,.06); }
.nav { width: 100%; max-width: 1000px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px; letter-spacing: -.035em; color: #0E1013; }
.btn-pill { background: #0E1013; color: #FFFFFF !important; padding: 9px 18px; border-radius: 99px; font-weight: 500; font-size: 13.5px; letter-spacing: -.01em; white-space: nowrap; flex-shrink: 0; box-shadow: rgba(255,255,255,.18) 0 1px 0 inset; }

article { max-width: 760px; margin: 0 auto; padding: 48px 24px 32px; }
.crumb { font-size: 12px; color: rgba(14,16,19,.45); margin-bottom: 18px; }
.crumb a { color: rgba(14,16,19,.55); }
.kicker { display: block; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #8E2264; margin-bottom: 14px; }
h1 { margin: 0 0 16px; font-weight: 700; font-size: 40px; line-height: 1.15; letter-spacing: -.04em; text-wrap: balance; }
.dek { font-size: 17px; line-height: 1.65; color: rgba(14,16,19,.72); margin: 0 0 14px; }
.byline { font-size: 13px; color: rgba(14,16,19,.5); padding-bottom: 22px; border-bottom: 1px solid rgba(14,16,19,.08); margin-bottom: 28px; }

h2 { font-weight: 700; font-size: 26px; letter-spacing: -.03em; line-height: 1.25; margin: 44px 0 12px; }
h3 { font-weight: 600; font-size: 19px; letter-spacing: -.02em; margin: 30px 0 8px; }
p, ul, ol { font-size: 15.5px; line-height: 1.75; color: rgba(14,16,19,.82); }
li { margin-bottom: 6px; }
strong { color: #0E1013; }

.quick-answer {
  background: linear-gradient(135deg, #EDF6FD 0%, #F3F0FD 100%);
  border: 1px solid rgba(74,47,191,.14); border-radius: 16px;
  padding: 20px 22px; margin: 0 0 8px;
}
.quick-answer .qa-label { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #4A2FBF; margin-bottom: 8px; }
.quick-answer p { margin: 0; font-size: 15px; }

.toc { font-size: 13.5px; color: rgba(14,16,19,.55); margin: 18px 0 0; }
.toc a { color: rgba(14,16,19,.6); }
.toc a:hover { color: #6D51E0; }

.table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid rgba(14,16,19,.09); border-radius: 14px; }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 13.5px; }
th { text-align: left; font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: rgba(14,16,19,.5); background: #FAFAFB; padding: 11px 14px; border-bottom: 1px solid rgba(14,16,19,.09); }
td { padding: 11px 14px; border-bottom: 1px solid rgba(14,16,19,.06); line-height: 1.55; vertical-align: top; }
tr:last-child td { border-bottom: 0; }
td:first-child { font-weight: 600; white-space: nowrap; }

.cta {
  background: linear-gradient(155deg, #34383F 0%, #0E1013 42%);
  border-radius: 22px; padding: 30px 28px; margin: 40px 0; color: #FFFFFF; text-align: center;
}
.cta h2, .cta h3 { color: #FFFFFF; margin: 0 0 6px; font-size: 23px; letter-spacing: -.03em; }
.cta p { color: rgba(255,255,255,.75); font-size: 14.5px; margin: 0 0 18px; }
.cta .store-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 12px; line-height: 1.2; }
.store-btn .lines { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.store-btn .small { font-size: 9.5px; font-weight: 400; letter-spacing: .04em; opacity: .7; }
.store-btn .big { font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.store-ios { background: #FFFFFF; color: #0E1013 !important; }
.store-android { background: rgba(255,255,255,.12); color: #FFFFFF !important; border: 1px solid rgba(255,255,255,.25); }

.faq h3 { margin-top: 22px; }
.related { border-top: 1px solid rgba(14,16,19,.08); margin-top: 44px; padding-top: 22px; }
.related h2 { margin-top: 0; font-size: 18px; }
.related ul { list-style: none; padding: 0; }
.related li { margin-bottom: 8px; }

footer { background: #FFFFFF; border-top: 1px solid rgba(14,16,19,.07); margin-top: 40px; }
.foot { max-width: 1180px; margin: 0 auto; padding: 26px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot-brand { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14px; letter-spacing: -.03em; color: #0E1013; }
.foot-powered { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 400; color: rgba(14,16,19,.6) !important; }
.foot-powered img { height: 19px; display: block; }
.foot-legal { font-size: 11.5px; color: rgba(14,16,19,.4); }

@media (max-width: 620px) {
  h1 { font-size: 30px; }
  h2 { font-size: 22px; }
  article { padding-top: 32px; }
  .brand { font-size: 14px; }
  .foot { justify-content: center; text-align: center; }
}
