:root {
  color-scheme: dark;
  --bg: #0d0b16;
  --surface: #171329;
  --surface-soft: #211b36;
  --line: rgba(255, 255, 255, .11);
  --text: #f8f5ff;
  --muted: #bbb3cc;
  --accent: #9576ff;
  --accent-2: #f08abf;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #d7c9ff; outline-offset: 3px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(13, 11, 22, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: .12em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 13px; color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav .nav-cta { padding: 9px 15px; border: 1px solid rgba(149, 118, 255, .55); border-radius: 999px; color: var(--text); background: rgba(149, 118, 255, .12); }
.hero { position: relative; overflow: hidden; padding: 110px 0 92px; }
.hero::before { content: ""; position: absolute; inset: -200px -20% auto 35%; height: 560px; background: radial-gradient(circle, rgba(149,118,255,.27), transparent 65%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 16px; color: #d8caff; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; max-width: 760px; font-size: clamp(38px, 6.2vw, 74px); line-height: 1.12; letter-spacing: -.055em; }
.grad { background: linear-gradient(120deg, #fff 5%, #cfc1ff 48%, #ffb7d9 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 670px; margin: 24px 0 0; color: var(--muted); font-size: clamp(16px, 2vw, 19px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 13px; font-size: 14px; font-weight: 750; border: 1px solid var(--line); background: var(--surface-soft); }
.button.primary { border: 0; background: linear-gradient(120deg, var(--accent), #7657e8 55%, #c563a0); box-shadow: 0 13px 35px rgba(113,81,223,.28); }
.button:hover { transform: translateY(-1px); }
.button.is-disabled { opacity: .58; cursor: default; transform: none; }
.story-card { min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(149,118,255,.18), rgba(240,138,191,.08)), var(--surface); box-shadow: 0 32px 80px rgba(0,0,0,.34); transform: rotate(1.5deg); }
.story-card .mini-mark { width: 62px; height: 62px; border-radius: 17px; }
.story-lines { display: grid; gap: 13px; }
.story-lines span { display: block; height: 8px; border-radius: 999px; background: rgba(255,255,255,.14); }
.story-lines span:nth-child(2) { width: 78%; }
.story-lines span:nth-child(3) { width: 91%; }
.dialogue { margin: 28px 0 0; padding: 18px 20px; border-left: 3px solid var(--accent-2); border-radius: 0 14px 14px 0; background: rgba(13,11,22,.7); color: #eee8fa; }
.section { padding: 82px 0; }
.section.alt { background: #120f20; border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 34px; }
.section h2, .page-title h1 { margin: 0; font-size: clamp(29px, 4vw, 46px); letter-spacing: -.035em; line-height: 1.25; }
.section-head p { color: var(--muted); margin: 13px 0 0; }
.feature-grid, .link-grid, .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { min-height: 100%; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.card .number { color: #cdbfff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.card h3 { margin: 8px 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.link-card { display: block; transition: border-color .2s, transform .2s; }
.link-card:hover { border-color: rgba(149,118,255,.7); transform: translateY(-2px); }
.link-card .arrow { display: block; margin-top: 25px; color: #d8caff; font-weight: 800; }
.price-card strong { display: block; margin: 9px 0 5px; font-size: 25px; }
.price-card small { color: var(--muted); }
.notice { margin-top: 24px; padding: 17px 20px; border: 1px solid rgba(149,118,255,.38); border-radius: 15px; background: rgba(149,118,255,.09); color: #ded5ee; font-size: 14px; }
.page-title { padding: 80px 0 44px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% -30%, rgba(149,118,255,.2), transparent 50%); }
.page-title p:last-child { max-width: 720px; color: var(--muted); }
.legal { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 55px 0 90px; }
.legal article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal h2 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.02em; }
.legal h3 { margin: 23px 0 8px; font-size: 16px; }
.legal p, .legal li, .legal dd { color: #d2cbdc; }
.legal ul, .legal ol { padding-left: 1.4em; }
.legal a { color: #cdbfff; text-decoration: underline; text-underline-offset: 3px; }
.updated { color: #9990aa !important; font-size: 13px; }
.data-list { margin: 0; }
.data-list div { display: grid; grid-template-columns: 190px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.data-list dt { font-weight: 750; }
.data-list dd { margin: 0; }
.support-box { padding: 26px; border: 1px solid rgba(149,118,255,.4); border-radius: 20px; background: var(--surface); }
.support-box .button { text-decoration: none; color: #fff; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: flex; gap: 26px; align-items: flex-start; }
.footer-copy { max-width: 390px; margin: 10px 0 0; font-size: 13px; }
.footer-links { margin-left: auto; display: grid; grid-template-columns: repeat(2, max-content); gap: 7px 24px; font-size: 13px; }
.footer-links a:hover { color: var(--text); }
@media (max-width: 820px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero { padding: 72px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-card { min-height: 340px; transform: none; }
  .feature-grid, .link-grid, .price-grid { grid-template-columns: 1fr; }
  .data-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { display: grid; }
  .footer-links { margin-left: 0; }
}
@media (max-width: 480px) {
  .wrap, .legal { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 60px; }
  .brand { font-size: 15px; }
  .brand img { width: 34px; height: 34px; }
  .nav { gap: 8px; }
  .nav .nav-cta { padding: 7px 11px; }
  .hero { padding-top: 58px; }
  .section { padding: 62px 0; }
  .actions .button { width: 100%; }
  .footer-links { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
