:root {
  --cosmos: #080614;
  --paper: #f8f5ff;
  --white: #fff;
  --ink: #171222;
  --muted: #706879;
  --wish: #ff3e9d;
  --violet: #7445ff;
  --mint: #62e7b8;
  --lavender: #c9b7ff;
  --line: rgba(31, 21, 49, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.skip-link { position: fixed; top: -7rem; left: 1rem; z-index: 100; padding: .8rem 1rem; color: var(--ink); background: white; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 76px; padding: 0 4vw; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; color: white; background: var(--cosmos); border-bottom: 1px solid rgba(255,255,255,.09); position: sticky; top: 0; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: inherit; text-decoration: none; font-weight: 700; white-space: nowrap; }
.brand img { width: 31px; height: 31px; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: clamp(.9rem, 2vw, 2rem); }
.site-header nav a { color: #b9b2c7; text-decoration: none; font-size: .8rem; font-weight: 600; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: white; }
.button { min-height: 48px; padding: 0 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: white; background: var(--wish); text-decoration: none; font-weight: 700; cursor: pointer; }
.button:hover { filter: brightness(1.08); }
.button-small { min-height: 40px; font-size: .75rem; }
.button-secondary { color: var(--cosmos); background: var(--mint); }
.eyebrow { margin: 0 0 1rem; color: var(--lavender); font: 500 .66rem/1.3 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.052em; }
.page-hero { min-height: 540px; padding: 7rem 8vw 6rem; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 8vw; align-items: end; color: white; background: radial-gradient(circle at 77% 33%, rgba(116,69,255,.34), transparent 28%), var(--cosmos); }
.page-hero h1 { max-width: 900px; margin-bottom: 1.5rem; font-size: clamp(4rem, 7vw, 8rem); line-height: .88; }
.page-hero h1 em { color: #e5d9ff; font-family: "Playfair Display", serif; font-weight: 900; }
.page-hero p:not(.eyebrow) { max-width: 660px; color: #b7afc2; line-height: 1.75; }
.hero-aside { padding: 1.4rem 0 1.4rem 1.5rem; border-left: 5px solid var(--mint); }
.hero-aside strong { display: block; margin-bottom: .5rem; font-size: 1.15rem; }
.hero-aside span { color: #a49cab; line-height: 1.55; }
.page-shell { width: min(1180px, calc(100% - 2.4rem)); margin: 0 auto; padding: 6rem 0 8rem; }
.section-heading { max-width: 820px; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: .95; }
.section-heading p { max-width: 680px; color: var(--muted); line-height: 1.7; }
.billing-switch { margin: 0 0 2.5rem; display: inline-flex; gap: .3rem; padding: .3rem; background: #e9e2f4; border-radius: 11px; }
.billing-switch button { min-height: 42px; padding: 0 1rem; border: 0; border-radius: 8px; color: #655e6e; background: transparent; cursor: pointer; }
.billing-switch button[aria-pressed="true"] { color: white; background: var(--cosmos); }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: white; }
.plan { min-height: 570px; padding: clamp(1.5rem, 4vw, 3.2rem); display: flex; flex-direction: column; }
.plan + .plan { color: white; background: #1b0d35; }
.plan-label { color: var(--violet); font: 500 .66rem/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.plan + .plan .plan-label { color: var(--mint); }
.plan h2 { margin: .8rem 0 .6rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.plan > p { color: var(--muted); }
.plan + .plan > p { color: #b8aec4; }
.price-line { margin: 2.7rem 0 1.5rem; display: flex; gap: .65rem; align-items: end; }
.price-line strong { font-size: clamp(3.2rem, 6vw, 5.6rem); line-height: .8; letter-spacing: -.07em; }
.price-line span { color: var(--muted); }
.plan + .plan .price-line span { color: #aaa0b5; }
.plan ul { flex: 1; margin: 1.5rem 0 2.2rem; padding: 0; list-style: none; }
.plan li { padding: .8rem 0; border-top: 1px solid var(--line); color: #5f5769; }
.plan + .plan li { color: #cbc3d3; border-color: rgba(255,255,255,.13); }
.plan li::before { content: "✦"; margin-right: .65rem; color: var(--wish); }
.price-note { margin: 1.5rem 0 0; color: #81798b; font: 400 .68rem/1.6 "DM Mono", monospace; }
.comparison { margin-top: 5rem; overflow-x: auto; }
.comparison h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.comparison table { width: 100%; min-width: 720px; border-collapse: collapse; background: white; }
.comparison th, .comparison td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); text-align: left; }
.comparison th { color: #766e80; font: 500 .65rem/1 "DM Mono", monospace; text-transform: uppercase; }
.comparison th:not(:first-child), .comparison td:not(:first-child) { text-align: center; }
.store-strip { margin-top: 5rem; padding: 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; color: white; background: var(--cosmos); border-left: 7px solid var(--wish); }
.store-strip h2 { margin-bottom: .5rem; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.store-strip p { margin: 0; color: #aaa2b5; }
.store-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.store-link { min-height: 50px; padding: 0 1rem; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.19); border-radius: 9px; color: white; text-decoration: none; font-weight: 700; background: rgba(255,255,255,.05); }
.support-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5vw; align-items: start; }
.support-sidebar { position: sticky; top: 110px; }
.support-sidebar h2 { font-size: 2.2rem; }
.support-sidebar p { color: var(--muted); line-height: 1.7; }
.contact-block { margin-top: 2rem; padding: 1.5rem; color: white; background: var(--cosmos); border-left: 6px solid var(--wish); }
.contact-block a { color: var(--mint); font-weight: 700; }
.faq-search { width: 100%; min-height: 54px; margin-bottom: 1.2rem; padding: 0 1rem; border: 1px solid var(--line); border-radius: 9px; background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: white; }
.faq-list summary { padding: 1.35rem 3.5rem 1.35rem 1.2rem; list-style: none; font-weight: 700; cursor: pointer; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.2rem; top: 1rem; color: var(--violet); font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 1.2rem 1.5rem; color: var(--muted); line-height: 1.7; }
.faq-list details a { color: var(--violet); font-weight: 700; }
.faq-empty { padding: 2rem; color: var(--muted); background: white; }
.company-facts { margin-top: 4rem; padding-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; border-top: 1px solid var(--line); }
.company-facts small { display: block; margin-bottom: .5rem; color: #81798b; font: 500 .6rem/1 "DM Mono", monospace; text-transform: uppercase; }
.company-facts strong { font-size: .95rem; line-height: 1.55; }
.account-steps { counter-reset: account-step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.account-steps li { counter-increment: account-step; min-height: 220px; padding: 1.5rem 1.5rem 1.5rem 0; display: flex; flex-direction: column; gap: .8rem; border-bottom: 1px solid var(--line); }
.account-steps li::before { content: "0" counter(account-step); color: var(--wish); font: 500 .65rem/1 "DM Mono", monospace; }
.account-steps strong { font-size: 1.1rem; }
.account-steps span { color: var(--muted); line-height: 1.65; }
.delete-warning { max-width: 850px; margin-top: 4rem; padding: 2.2rem; color: white; background: var(--cosmos); border-left: 7px solid var(--wish); }
.delete-warning h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.delete-warning p { color: #b8afc2; line-height: 1.75; }
.delete-warning a { color: var(--mint); }
.error-page { min-height: calc(100vh - 76px); padding: 6rem 8vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5vw; color: white; background: var(--cosmos); }
.error-page strong { color: var(--wish); font-size: clamp(7rem, 18vw, 17rem); line-height: .7; letter-spacing: -.1em; }
.error-page h1 { font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; }
.error-page p { max-width: 600px; color: #b4acbe; line-height: 1.7; }
footer { padding: 3.5rem 5vw; display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 3rem; color: #8e8798; background: #05040b; font-size: .75rem; }
footer .brand { color: white; }
footer p { max-width: 300px; line-height: 1.65; }
footer > div:not(:first-child) { display: flex; flex-direction: column; gap: .65rem; }
footer strong { color: white; }
footer a { text-decoration: none; }
footer a:hover { color: white; }
footer address { font-style: normal; line-height: 1.65; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .page-hero, .support-grid { grid-template-columns: 1fr; }
  .hero-aside { max-width: 600px; }
  .support-sidebar { position: static; }
  .store-strip { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-header { min-height: 66px; padding-inline: 1rem; }
  .brand span { display: none; }
  .button-small { min-height: 38px; padding-inline: .8rem; }
  .page-hero { min-height: 0; padding: 5rem 1.2rem; grid-template-columns: minmax(0,1fr); }
  .page-hero > * { min-width: 0; }
  .page-hero h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .page-shell { padding-block: 4.5rem 6rem; }
  .pricing-layout, .company-facts, .error-page, .account-steps { grid-template-columns: 1fr; }
  .plan { min-height: 520px; }
  .store-strip { padding: 1.3rem; }
  .store-links { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  footer > div:first-child { grid-column: auto; }
  footer .brand span { display: inline; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
