:root {
  color: #15233c;
  background: #f5f7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; }
header { background: #231942; color: white; padding: 28px 24px; }
header div, main { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
header a { color: white; text-decoration: none; font-weight: 800; font-size: 20px; }
main { margin-top: 32px; margin-bottom: 64px; background: white; border: 1px solid #e2e7f0; border-radius: 14px; padding: 34px; box-shadow: 0 12px 40px rgba(6, 28, 75, 0.06); }
h1 { margin-top: 0; font-size: 32px; letter-spacing: -0.03em; }
h2 { margin-top: 30px; font-size: 20px; }
p, li { line-height: 1.7; color: #42516b; }
a { color: #6345d9; }
.meta { color: #67758e; font-size: 14px; }
.support-card { background: #f4f7fc; border-radius: 10px; padding: 18px; }
.walkthrough { width: 100%; margin: 14px 0 18px; background: #061c4b; border-radius: 10px; box-shadow: 0 10px 30px rgba(6, 28, 75, .16); }
.steps { padding-left: 22px; }
.steps li { margin: 12px 0; line-height: 1.6; }
.guide-media { margin: 26px 0; }
.guide-media img { display: block; width: 100%; max-width: 960px; border: 1px solid #d0d5dd; border-radius: 10px; }
.guide-media figcaption { margin-top: 9px; color: #667085; font-size: 13px; line-height: 1.5; }
.pricing-card { max-width: 520px; margin: 24px 0; padding: 24px; color: #fff; background: #231942; border-radius: 12px; }
.pricing-card > span, .pricing-card > em { display: block; color: #c7d7fe; font-style: normal; }
.pricing-card > strong { display: inline-block; margin-top: 16px; font-size: 44px; }
.pricing-card p, .pricing-card li { color: #e3ebff; }
.pricing-card li { margin: 9px 0; }
@media (max-width: 600px) { main { padding: 24px; } h1 { font-size: 27px; } }
