:root {
  --paper: #fbf9ff;
  --paper-deep: #f2edfa;
  --ink: #17121f;
  --muted: #6f6878;
  --line: #ded6e8;
  --line-dark: #c6b9d7;
  --purple: #6d28d9;
  --purple-deep: #4c1d95;
  --purple-dark: #2e1065;
  --purple-soft: #ede9fe;
  --lilac: #c4b5fd;
  --electric: #8b5cf6;
  --lime: #d9f99d;
  --orange: #fb923c;
  --white: #fff;
  --shadow: 0 24px 70px rgba(53, 30, 88, 0.12);
  --radius: 24px;
  --container: 1180px;
  --display: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --body: "Avenir Next", Avenir, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  opacity: .16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.center { text-align: center; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed;
  left: 16px; top: -100px;
  z-index: 1000;
  padding: 10px 16px;
  color: white;
  background: var(--purple-dark);
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.announcement {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 52px;
  color: #3b176b;
  background: var(--lime);
  border-bottom: 1px solid #b8df72;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.announcement button {
  position: absolute;
  right: 24px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 20px;
}
.announcement[hidden] { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom: 1px solid rgba(111, 104, 120, .18);
  backdrop-filter: blur(18px);
}
.nav-shell {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--purple);
  border: 2px solid var(--ink);
  border-radius: 13px 8px 13px 8px;
  box-shadow: 4px 4px 0 var(--lilac);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.06em;
}
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 9px 12px;
  border-radius: 10px;
  color: #514a59;
  font-size: 14px;
  font-weight: 600;
}
.main-nav a:hover, .main-nav a[aria-current="page"] {
  color: var(--purple-dark);
  background: var(--purple-soft);
}
.nav-actions { display: flex; gap: 8px; }
.menu-toggle { display: none; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px 6px 12px 6px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button .icon, .text-link .icon, .plan-card .button .icon { width: 17px; }
.button .icon svg, .text-link svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary {
  color: white;
  background: var(--purple);
  border-color: var(--purple-deep);
  box-shadow: 5px 5px 0 var(--purple-dark);
}
.button-primary:hover { background: var(--purple-deep); box-shadow: 3px 3px 0 var(--purple-dark); }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); }
.button-ghost { color: var(--ink); background: var(--paper); border-color: var(--line-dark); }
.button-small { min-height: 39px; padding-inline: 14px; font-size: 13px; }
.button-large { min-height: 58px; padding-inline: 30px; }
.button-block { width: 100%; }
.icon { width: 22px; display: inline-block; }
.icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(76, 29, 149, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 29, 149, .045) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.orb {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .8;
}
.orb-one { width: 420px; height: 420px; left: -220px; top: 80px; background: var(--lilac); }
.orb-two { width: 360px; height: 360px; right: -180px; bottom: 30px; background: var(--lime); }
.hero-inner { padding-top: 108px; text-align: center; }
.script-line {
  display: inline-block;
  margin: 0 0 24px;
  color: var(--purple);
  font-family: Georgia, var(--display);
  font-style: italic;
  font-size: 20px;
  letter-spacing: .04em;
  transform: rotate(-2deg);
}
.hero h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 100px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 900;
}
.hero h1 span {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  padding: .05em .22em .12em;
  color: white;
  background: var(--purple);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--lilac);
  font-size: .66em;
  letter-spacing: -.04em;
  transform: rotate(-1deg);
}
.hero-copy {
  max-width: 710px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 17px;
}
.hero-actions { margin-top: 34px; display: flex; justify-content: center; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--purple-deep); font-weight: 750; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-proof {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: 13px;
}
.avatar-stack { display: flex; }
.avatar-stack i {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  margin-left: -7px;
  color: white;
  background: var(--purple-deep);
  border: 2px solid var(--paper);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
}
.avatar-stack i:nth-child(2) { background: var(--electric); }
.avatar-stack i:nth-child(3) { background: var(--ink); }
.live-dot { display: flex; align-items: center; gap: 7px; padding-left: 13px; border-left: 1px solid var(--line); }
.live-dot i { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 0 4px #dcfce7; }
.hero-jump {
  max-width: 880px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  box-shadow: var(--shadow);
}
.hero-jump a { padding: 22px 25px; border-right: 1px solid var(--line); transition: background .2s; }
.hero-jump a:last-child { border-right: 0; }
.hero-jump a:hover { background: var(--purple-soft); }
.hero-jump b, .hero-jump span { display: block; }
.hero-jump b { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.hero-jump .icon { width: 18px; color: var(--purple); }
.hero-jump span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.section { padding: 120px 0; }
.section-tinted {
  background: var(--paper-deep);
  border-block: 1px solid var(--line);
}
.section-heading { max-width: 790px; margin: 0 auto 56px; text-align: center; }
.eyebrow {
  width: fit-content;
  margin: 0 auto 15px;
  padding: 6px 12px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border: 1px solid var(--lilac);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: "◆"; margin-right: 7px; font-size: 8px; }
.section-heading h2, .page-hero h1, .faq-callout h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.1;
  letter-spacing: -.045em;
}
.section-heading > p:last-child, .page-hero > .container > p:last-child {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 16px;
}
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card {
  position: relative;
  min-height: 280px;
  padding: 32px 28px;
  overflow: hidden;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line-dark);
  border-radius: 18px 8px 18px 8px;
  transition: transform .25s, background .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-6px); background: white; box-shadow: var(--shadow); }
.feature-card > .icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  padding: 12px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 14px;
}
.feature-card .card-index {
  position: absolute;
  right: 22px; top: 24px;
  color: var(--line-dark);
  font-family: Georgia, serif;
  font-size: 14px;
}
.feature-card h3 { margin: 52px 0 8px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: center;
}
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px; border: 1px solid transparent; border-radius: 18px; }
.process-list li + li { margin-top: 10px; }
.process-list li.active { background: white; border-color: var(--lilac); box-shadow: 5px 5px 0 var(--lilac); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--purple-deep); border: 1px solid var(--lilac); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.process-list .active > span { color: white; background: var(--purple); border-color: var(--purple); }
.process-list h3 { margin: 0 0 5px; font-size: 17px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.browser-mock {
  overflow: hidden;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 12px 12px 0 var(--lilac);
  transform: rotate(.5deg);
}
.browser-bar { height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 18px; background: #21152f; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff6b6b; }
.browser-bar i:nth-child(2) { background: #ffd43b; }
.browser-bar i:nth-child(3) { background: #69db7c; }
.browser-bar span { flex: 1; margin-left: 10px; padding: 5px 12px; color: #cfc4db; background: #352545; border-radius: 6px; font-size: 10px; }
.mock-body { padding: 46px 52px 50px; }
.mock-status { display: inline-block; padding: 5px 10px; color: var(--purple-deep); background: var(--purple-soft); border-radius: 999px; font-size: 11px; font-weight: 800; }
.mock-body h3 { margin: 15px 0 5px; font-family: var(--display); font-size: 27px; }
.mock-body > p { margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.mock-line { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 11px 0; }
.mock-line:not(:last-child)::after { content: ""; position: absolute; left: 14px; top: 42px; width: 1px; height: 18px; background: var(--line); }
.mock-line b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-size: 11px; }
.mock-line.done b { color: white; background: var(--purple); border-color: var(--purple); }
.mock-line span { font-size: 13px; font-weight: 700; }
.mock-line small { display: block; color: var(--muted); font-weight: 400; }
.process-layout + .center { margin-top: 55px; }

.product-preview, .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-product, .plan-card {
  position: relative;
  padding: 36px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.mini-product.highlight { color: white; background: var(--purple-dark); border-color: var(--purple-dark); transform: translateY(-10px) rotate(-.5deg); box-shadow: 12px 12px 0 var(--lilac); }
.tag { display: inline-flex; padding: 5px 9px; color: var(--purple-deep); background: var(--lime); border: 1px solid #acd85f; border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.mini-product h3, .plan-card h2 { margin: 19px 0 4px; font-family: var(--display); font-size: 25px; }
.mini-product > p, .plan-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.mini-product.highlight > p { color: #d8cfea; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 22px 0; font-family: Georgia, serif; font-size: 48px; line-height: 1; font-weight: 900; }
.price small { font-size: 19px; }
.price span { color: var(--muted); font-family: var(--body); font-size: 12px; font-weight: 600; }
.price del { margin-left: auto; color: #9b94a3; font-family: var(--body); font-size: 13px; font-weight: 500; }
.mini-product.highlight .price span { color: #d8cfea; }
.mini-product ul, .plan-card ul { min-height: 110px; margin: 0 0 24px; padding: 0; list-style: none; }
.mini-product li, .plan-card li { position: relative; padding: 5px 0 5px 22px; color: var(--muted); font-size: 13px; }
.mini-product.highlight li { color: #e8e2ef; }
.mini-product li::before, .plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 900; }
.mini-product.highlight li::before { color: var(--lime); }
.mini-product > a { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid currentColor; font-weight: 800; }
.mini-product > a .icon { width: 17px; }

.reviews-section { overflow: hidden; background: var(--ink); color: white; }
.reviews-section .section-heading > p:last-child { color: #b8b0c1; }
.reviews-section .eyebrow { color: var(--lime); background: #292031; border-color: #493d55; }
.review-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.review-card { padding: 28px; color: var(--ink); background: var(--paper); border: 2px solid #473c52; border-radius: 18px; }
.review-card:nth-child(even) { transform: rotate(1deg); }
.review-card:nth-child(odd) { transform: rotate(-.7deg); }
.stars { color: var(--purple); letter-spacing: 3px; }
.review-card > p { min-height: 105px; font-family: var(--display); font-size: 17px; line-height: 1.65; }
.review-card > div:last-child { display: flex; align-items: center; gap: 10px; border-top: 1px dashed var(--line-dark); padding-top: 16px; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-size: 12px; }
.review-card strong, .review-card small { display: block; }
.review-card strong { font-size: 13px; }
.review-card small { color: var(--muted); font-size: 10px; }

.site-footer { padding: 85px 0 28px; color: #e9e3ee; background: #160d20; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .6fr .7fr 1fr; gap: 70px; }
.brand-footer .brand-mark { border-color: #e9e3ee; box-shadow: 4px 4px 0 var(--purple); }
.brand-footer strong { font-size: 20px; }
.footer-grid > div:first-child > p { max-width: 420px; color: #aca2b5; font-size: 13px; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.trust-pills span { padding: 6px 10px; color: #cabfce; background: #281d30; border: 1px solid #423548; border-radius: 999px; font-size: 10px; }
.footer-grid h3 { margin: 0 0 18px; font-size: 13px; }
.footer-grid > div:not(:first-child) > a { display: block; margin: 9px 0; color: #afa6b7; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-card { margin-bottom: 11px; padding: 15px; background: #251b2c; border: 1px solid #3e3146; border-radius: 10px; }
.footer-card strong, .footer-card span { display: block; }
.footer-card strong { font-size: 12px; }
.footer-card span { margin-top: 4px; color: #a99fb0; font-size: 10px; }
.footer-bottom { margin-top: 58px; padding-top: 20px; display: flex; justify-content: space-between; color: #8e8397; border-top: 1px solid #33263b; font-size: 10px; }
.footer-bottom a { margin-left: 18px; }

.page-hero {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 520px; height: 220px;
  left: 50%; bottom: -180px;
  z-index: -1;
  background: var(--lilac);
  border-radius: 50%;
  transform: translateX(-50%);
  filter: blur(40px);
}
.page-hero h1 em { color: var(--purple); font-style: normal; }
.plans-section { padding-top: 80px; }
.plan-card { display: flex; flex-direction: column; min-height: 600px; }
.plan-card.recommended { border: 2px solid var(--purple); box-shadow: 10px 10px 0 var(--lilac); transform: translateY(-12px); }
.plan-card .plan-top p { color: var(--muted); font-size: 13px; }
.plan-card .button { margin-top: auto; }
.subheading-row { margin: 100px 0 34px; display: flex; justify-content: space-between; align-items: end; }
.subheading-row .eyebrow { margin-inline: 0; }
.subheading-row h2 { margin: 0; font-family: var(--display); font-size: 40px; }
.subheading-row > span { color: var(--muted); font-size: 12px; }
.plans-grid-small .plan-card { min-height: 560px; }
.faq-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.faq-callout .eyebrow { margin-inline: 0; }
.faq-callout h2 { font-size: 45px; }
.faq-callout p { margin-bottom: 0; color: var(--muted); }

.purchase-main { padding: 70px 0 120px; }
.purchase-title { margin-bottom: 30px; }
.purchase-title > a, .back-link { color: var(--muted); font-size: 12px; }
.purchase-title .eyebrow { margin: 34px 0 12px; }
.purchase-title h1 { margin: 0; font-family: var(--display); font-size: 48px; }
.purchase-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: start; }
.stepper { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 36px; color: var(--muted); font-size: 11px; }
.stepper span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.stepper b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; }
.stepper .active { color: var(--purple-deep); font-weight: 800; }
.stepper .active b { color: white; background: var(--purple); border-color: var(--purple); }
.stepper i { height: 1px; background: var(--line); }
.purchase-product { padding: 38px; background: var(--purple-dark); color: white; border-radius: var(--radius); box-shadow: 10px 10px 0 var(--lilac); }
.purchase-product h2 { margin: 18px 0 0; font-family: var(--display); font-size: 31px; }
.purchase-product p { margin: 0; color: #d7cee0; }
.purchase-product .price span { color: #d7cee0; }
.service-points { margin: 44px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-points > div { display: flex; align-items: center; gap: 11px; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.service-points .icon { width: 25px; color: var(--purple); }
.service-points strong, .service-points small { display: block; }
.service-points strong { font-size: 12px; }
.service-points small { color: var(--muted); font-size: 9px; }
.purchase-faq h3 { margin-top: 0; font-family: var(--display); font-size: 25px; }
.faq-list details, .purchase-faq details { border-top: 1px solid var(--line); }
.faq-list details:last-child, .purchase-faq details:last-child { border-bottom: 1px solid var(--line); }
details summary { position: relative; padding: 18px 36px 18px 0; list-style: none; cursor: pointer; font-weight: 700; font-size: 14px; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; position: absolute; right: 4px; color: var(--purple); font-size: 21px; }
details[open] summary::after { content: "−"; }
details p { margin: -3px 0 19px; color: var(--muted); font-size: 13px; }
.checkout-card {
  position: sticky;
  top: 110px;
  padding: 34px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 20px 8px 20px 8px;
  box-shadow: 12px 12px 0 var(--purple-soft);
}
.checkout-card .eyebrow { margin-inline: 0; }
.checkout-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.checkout-row.discount { color: var(--purple); }
.checkout-total { display: flex; justify-content: space-between; align-items: baseline; padding: 20px 0 26px; }
.checkout-total span { font-size: 13px; }
.checkout-total strong { font-family: Georgia, serif; font-size: 32px; }
label { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 750; }
label > span { color: #dc2626; }
label small { color: var(--muted); font-weight: 400; }
input, textarea, select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  outline: 0;
}
textarea { min-height: 80px; resize: vertical; }
.session-input { min-height: 175px; font: 10px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; overflow-wrap: anywhere; }
.field-help { margin: -8px 0 17px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.field-help code { padding: 2px 5px; color: var(--purple-deep); background: var(--purple-soft); border-radius: 4px; }
.payment-methods { margin: 0 0 18px; padding: 0; border: 0; }
.payment-methods legend { margin-bottom: 9px; font-size: 12px; font-weight: 750; }
.payment-methods legend span { color: #dc2626; }
.payment-methods > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.payment-methods label { position: relative; display: flex; align-items: center; gap: 9px; min-height: 52px; margin: 0; padding: 11px 12px; background: var(--paper); border: 1px solid var(--line-dark); border-radius: 11px; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.payment-methods label:has(input:checked) { background: #f7f2ff; border-color: var(--purple); box-shadow: 0 0 0 2px var(--purple-soft); }
.payment-methods input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.payment-methods label > span.payment-method-icon { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; color: white; background: #1677ff; border-radius: 8px; font-size: 12px; font-weight: 900; }
.payment-methods label > span.payment-method-icon.wechat { background: #07c160; }
.payment-methods label b { font-size: 11px; }
.payment-methods label small { margin-left: auto; padding: 2px 5px; color: var(--purple); background: var(--purple-soft); border-radius: 4px; font-size: 8px; font-weight: 800; }
.credential-entry-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.credential-entry-head label { margin: 0; }
.credential-guide-button { padding: 6px 10px; color: var(--purple); background: var(--purple-soft); border: 1px solid #c4b5fd; border-radius: 8px; font-size: 10px; font-weight: 850; white-space: nowrap; }
.credential-guide-button:hover { color: white; background: var(--purple); border-color: var(--purple); }
.credential-guide-modal { position: fixed; z-index: 210; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(24, 18, 31, .68); backdrop-filter: blur(6px); }
.credential-guide-modal[hidden] { display: none; }
.credential-guide-card { width: min(100%, 620px); max-height: calc(100vh - 36px); overflow-y: auto; background: white; border: 1px solid var(--line-dark); border-radius: 20px 8px 20px 8px; box-shadow: 0 30px 90px rgba(24, 18, 31, .36); }
.credential-guide-card > header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 24px 26px 19px; border-bottom: 1px solid var(--line); }
.credential-guide-card > header p { margin: 0; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.credential-guide-card > header h2 { margin: 5px 0 0; font-family: var(--display); font-size: 29px; }
.credential-guide-card > header button { width: 36px; height: 36px; flex: 0 0 36px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 9px; font-size: 22px; }
.credential-guide-steps { display: grid; gap: 10px; padding: 22px 26px 0; }
.credential-guide-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.credential-guide-steps article > span { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 10px 5px 10px 5px; font: 800 10px/1 var(--body); }
.credential-guide-steps h3 { margin: 0; font-size: 13px; }
.credential-guide-steps p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.credential-guide-steps code, .credential-guide-steps kbd { padding: 2px 5px; color: var(--purple-deep); background: var(--purple-soft); border-radius: 4px; font-family: inherit; }
.credential-guide-link { color: var(--purple-deep); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.credential-guide-link:hover { color: var(--purple); }
.credential-guide-link code { color: inherit; }
.credential-guide-card > aside { margin: 16px 26px 0; padding: 14px 16px; color: #5b21b6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 11px; }
.credential-guide-card > aside strong { display: block; font-size: 11px; }
.credential-guide-card > aside p { margin: 4px 0 0; font-size: 10px; line-height: 1.6; }
.credential-guide-card > footer { display: flex; gap: 10px; padding: 20px 26px 26px; }
.credential-guide-card > footer .button { flex: 1; justify-content: center; min-height: 43px; }
body.credential-guide-open { overflow: hidden; }
input:focus, textarea:focus, select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px var(--purple-soft); }
.check-row { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; }
.check-row input { width: auto; margin-top: 3px; accent-color: var(--purple); }
.check-row a { color: var(--purple); text-decoration: underline; }
.form-message { min-height: 20px; margin: 10px 0 0; color: #b91c1c; font-size: 12px; }
.form-message.success { color: #047857; }
.checkout-note { margin: 20px 0 0; padding: 13px; color: var(--muted); background: var(--purple-soft); border-radius: 10px; font-size: 10px; }

.compact-page .site-footer { margin-top: 0; }
.order-search-main { min-height: 660px; display: grid; place-items: center; padding: 90px 20px; background-image: radial-gradient(circle at 20% 10%, var(--lilac), transparent 28%), radial-gradient(circle at 80% 90%, var(--lime), transparent 25%); }
.order-search-card { width: min(100%, 640px); padding: 68px; text-align: center; background: var(--paper); border: 2px solid var(--ink); border-radius: 30px 10px 30px 10px; box-shadow: 14px 14px 0 var(--purple-dark); }
.order-search-card h1 { margin: 12px 0; font-family: var(--display); font-size: 48px; }
.order-search-card > p { color: var(--muted); }
.order-search-card form > label { margin-top: 18px; margin-bottom: 0; text-align: left; }
.order-search-card form > input { margin-top: 7px; background: white; }
.search-field { display: flex; margin-top: 34px; padding: 7px; background: white; border: 1px solid var(--line-dark); border-radius: 14px; }
.order-search-card form .search-field { margin-top: 7px; }
.search-field input { margin: 0; border: 0; background: transparent; box-shadow: none; }
.search-field button { min-width: 110px; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--purple); border: 0; border-radius: 9px; font-weight: 800; }
.search-field .icon { width: 16px; }
.order-results { margin-top: 20px; text-align: left; }
.lookup-order { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 10px; padding: 14px 16px; background: var(--paper-deep); border: 1px solid var(--line); border-radius: 12px; }
.lookup-order strong, .lookup-order small { display: block; }
.lookup-order strong { font-size: 12px; }
.lookup-order small { color: var(--muted); font-size: 10px; }
.lookup-order > span { color: var(--purple); font-size: 11px; font-weight: 800; }
.order-detail-main { min-height: 700px; padding: 80px 0 120px; }
.order-detail-card { margin-top: 24px; padding: 48px; background: white; border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: var(--shadow); }
.order-detail-head { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.order-detail-head .eyebrow { margin-inline: 0; }
.order-detail-head h1 { margin: 0; font-family: var(--display); font-size: 38px; }
.status { padding: 7px 12px; border-radius: 999px; color: var(--purple-deep); background: var(--purple-soft); font-size: 11px; font-weight: 800; }
.status-completed { color: #166534; background: #dcfce7; }
.status-refunded, .status-cancelled { color: #7f1d1d; background: #fee2e2; }
.order-summary { margin: 34px 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px; background: var(--paper-deep); border-radius: 14px; }
.order-summary div { padding: 0 20px; border-right: 1px solid var(--line); }
.order-summary div:last-child { border-right: 0; }
.order-summary span, .order-summary strong { display: block; }
.order-summary span { color: var(--muted); font-size: 10px; }
.order-summary strong { margin-top: 4px; font-size: 13px; }
.order-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 50px 0; padding: 0; list-style: none; }
.order-timeline li { position: relative; text-align: center; }
.order-timeline li:not(:last-child)::after { content: ""; position: absolute; left: calc(50% + 22px); top: 18px; width: calc(100% - 44px); height: 2px; background: var(--line); }
.order-timeline li.done:not(:last-child)::after { background: var(--purple); }
.order-timeline b { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 10px; color: var(--muted); background: white; border: 2px solid var(--line-dark); border-radius: 50%; }
.order-timeline .done b { color: white; background: var(--purple); border-color: var(--purple); }
.order-timeline strong, .order-timeline small { display: block; }
.order-timeline strong { font-size: 12px; }
.order-timeline small { color: var(--muted); font-size: 9px; }
.payment-panel { margin-top: 26px; padding: 26px; background: linear-gradient(145deg, #fbf9ff, #f4eefc); border: 1px solid #d9caef; border-radius: 18px; }
.payment-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.payment-panel-head .eyebrow { margin: 0 0 6px; }
.payment-panel-head h2 { margin: 0; font-family: var(--display); font-size: 25px; }
.payment-panel-head > span { padding: 6px 10px; color: #7c3aed; background: white; border: 1px solid #ddd6fe; border-radius: 999px; font-size: 10px; font-weight: 800; }
.payment-channel-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 20px 0; }
.payment-channel-switch button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; color: var(--muted); background: white; border: 1px solid var(--line-dark); border-radius: 10px; font-size: 11px; font-weight: 800; }
.payment-channel-switch button.active { color: var(--purple-deep); background: #f7f2ff; border-color: var(--purple); box-shadow: 0 0 0 2px rgba(107, 54, 211, .08); }
.payment-channel-switch i { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: #1677ff; border-radius: 7px; font-style: normal; font-size: 10px; }
.payment-channel-switch i.wechat { background: #07c160; }
.payment-checkout { display: grid; grid-template-columns: 236px 1fr; gap: 25px; align-items: center; padding: 19px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.payment-qr { display: grid; place-items: center; padding: 8px; background: white; border: 1px solid #ebe5f1; border-radius: 12px; }
.payment-qr img { width: 100%; height: auto; aspect-ratio: 1; }
.payment-instructions > strong { display: block; font-family: var(--display); font-size: 23px; }
.payment-instructions > p { margin: 7px 0 11px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.payment-instructions > b { display: block; margin-bottom: 13px; color: #7c3aed; font-size: 10px; }
.payment-instructions .button { width: 100%; justify-content: center; min-height: 42px; }
.payment-refresh { width: 100%; margin-top: 9px; padding: 8px; color: var(--purple); background: transparent; border: 0; font-size: 10px; font-weight: 800; }
.payment-unavailable { padding: 22px; text-align: center; background: white; border: 1px dashed #cbb9e5; border-radius: 13px; }
.payment-unavailable strong { font-family: var(--display); font-size: 19px; }
.payment-unavailable p { color: var(--muted); font-size: 11px; }
.payment-unavailable .button { justify-content: center; }
.payment-warning { margin: 13px 0 0; color: #92400e; font-size: 10px; }
.demo-action, .account-box, .order-note { margin-top: 26px; padding: 24px; background: var(--paper-deep); border: 1px solid var(--line); border-radius: 15px; }
.demo-action h2, .account-box h2 { margin: 0; font-family: var(--display); }
.demo-action > p, .account-box > p { color: var(--muted); font-size: 12px; }
.account-box form { display: flex; gap: 10px; flex-wrap: wrap; }
.account-box input { flex: 1 1 260px; margin: 0; }
.account-box .form-message { flex-basis: 100%; }
.secure-session-state { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 13px 15px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.secure-session-state strong, .secure-session-state small { display: block; }
.secure-session-state strong { color: var(--purple-deep); font-size: 11px; }
.secure-session-state small { color: var(--muted); font-size: 9px; text-align: right; }
.manual-session-value { max-height: 520px; overflow: auto; margin-top: 22px; padding: 22px; white-space: pre-wrap; overflow-wrap: anywhere; color: #ede9fe; background: #1d1027; border-radius: 12px; font: 11px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.order-note p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.guide-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: start; }
.guide-nav { position: sticky; top: 120px; padding: 22px; background: var(--paper-deep); border: 1px solid var(--line); border-radius: 14px; }
.guide-nav strong { display: block; margin-bottom: 12px; font-size: 12px; }
.guide-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: 11px; }
.guide-nav a:hover { color: var(--purple); }
.guide-step { position: relative; padding-bottom: 100px; scroll-margin-top: 120px; }
.guide-step::after { content: ""; position: absolute; left: 21px; top: 55px; bottom: 25px; width: 1px; background: var(--line-dark); }
.guide-step { display: grid; grid-template-columns: 44px 1fr; gap: 28px; }
.guide-number { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-family: Georgia, serif; font-size: 12px; font-weight: 800; }
.guide-step .eyebrow { margin-inline: 0; }
.guide-step h2, .guide-content > section > h2 { margin: 0; font-family: var(--display); font-size: 34px; }
.guide-step p { color: var(--muted); }
.guide-visual { margin-top: 24px; padding: 38px; background: var(--purple-soft); border: 1px solid var(--lilac); border-radius: 18px; }
.visual-2 { background: #f3e8ff; }
.visual-3 { background: #f5f3ff; }
.visual-4 { background: #eefbd5; border-color: #cde58c; }
.mini-window { overflow: hidden; background: white; border: 2px solid var(--ink); border-radius: 12px; box-shadow: 8px 8px 0 rgba(76,29,149,.18); }
.mini-window > span { width: 8px; height: 8px; display: inline-block; margin: 14px 2px; background: var(--purple); border-radius: 50%; }
.mini-window > span:first-child { margin-left: 15px; }
.mini-window > div { padding: 32px; border-top: 1px solid var(--line); }
.mini-window b { display: block; margin-bottom: 20px; font-family: var(--display); font-size: 20px; }
.mini-window i { display: block; height: 11px; margin: 9px 0; background: var(--purple-soft); border-radius: 3px; }
.mini-window i:nth-of-type(2) { width: 65%; }
.mini-window i:nth-of-type(3) { width: 38%; background: var(--purple); }

.help-grid { max-width: 930px; margin: 0 auto; }
.help-group { display: grid; grid-template-columns: 240px 1fr; gap: 50px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.help-group:first-child { border-top: 1px solid var(--line); }
.help-group > div:first-child { display: flex; align-items: baseline; gap: 13px; }
.help-group > div:first-child span { color: var(--purple); font-family: Georgia, serif; font-size: 11px; }
.help-group h2 { margin: 0; font-family: var(--display); font-size: 25px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: white; border: 1px solid var(--line-dark); border-radius: 18px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card a { display: block; padding: 16px 28px 25px; }
.blog-art { position: relative; height: 210px; display: grid; place-items: center; margin: -1px -13px 26px; overflow: hidden; color: white; background: var(--purple-dark); border-radius: 13px; }
.blog-art::before, .blog-art::after { content: ""; position: absolute; border: 2px solid currentColor; transform: rotate(35deg); }
.blog-art::before { width: 150px; height: 150px; }
.blog-art::after { width: 85px; height: 85px; border-radius: 50%; }
.blog-art i { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 48px; font-style: normal; font-weight: 900; }
.art-2 { color: var(--purple-dark); background: var(--lime); }
.art-3 { background: var(--electric); }
.blog-card h2 { min-height: 70px; margin: 18px 0 8px; font-family: var(--display); font-size: 23px; line-height: 1.35; }
.blog-card p { min-height: 70px; margin: 0; color: var(--muted); font-size: 13px; }
.blog-card footer { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 15px; color: var(--muted); border-top: 1px solid var(--line); font-size: 10px; }
.post > header { padding: 100px 0 80px; text-align: center; background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.post header .tag { margin-top: 34px; }
.post header h1 { margin: 18px auto; font-family: var(--display); font-size: clamp(40px, 6vw, 68px); line-height: 1.08; }
.post header p { max-width: 700px; margin: 0 auto; color: var(--muted); }
.post header div > div:last-child { margin-top: 24px; color: var(--muted); font-size: 11px; }
.post header time { margin-right: 20px; }
.post-body { max-width: 760px; padding-top: 70px; padding-bottom: 110px; font-family: var(--display); font-size: 18px; line-height: 1.9; }
.post-body .lead { font-size: 23px; }
.post-body h2 { margin: 50px 0 12px; font-size: 32px; }
.post-body aside { margin: 40px 0; padding: 24px; background: var(--lime); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--purple); font-family: var(--body); font-size: 14px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line-dark); border-radius: 18px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 800px; }
th, td { padding: 22px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
thead th { color: white; background: var(--purple-dark); font-family: var(--display); font-size: 16px; }
tbody th { background: var(--paper-deep); }
td a { color: var(--purple); font-weight: 800; }
.legal-content { max-width: 800px; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 10px; font-family: var(--display); font-size: 27px; }
.legal-content p { color: var(--muted); }

/* High-fidelity plans page */
.plans-page-main {
  background: #fff;
}
.plans-page .announcement,
.guide-page .announcement {
  display: none;
}
.plans-page-main .container {
  width: min(calc(100% - 40px), 1320px);
}
.plans-intro-compact {
  padding: 28px 0 8px;
  text-align: center;
}
.plans-intro-compact p {
  margin: 0 0 5px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.plans-intro-compact h1 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: -.04em;
}
.plans-intro-compact > .container > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}
.plans-catalog {
  padding: 0 0 88px;
}
.plans-primary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.plan-card-pro {
  position: relative;
  height: 456px;
  display: flex;
  flex-direction: column;
  padding: 27px 24px 24px;
  background: #fff;
  border: 1px solid #d9d4df;
  border-radius: 15px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.plan-card-pro:hover {
  transform: translateY(-3px);
  border-color: var(--lilac);
  box-shadow: 0 18px 42px rgba(55, 31, 88, .1);
}
.plan-card-pro.recommended {
  border-color: var(--purple);
  box-shadow: 0 20px 42px rgba(91, 33, 182, .14);
}
.plan-ribbon {
  position: absolute;
  left: 24px;
  top: -12px;
  padding: 4px 12px;
  color: white;
  background: var(--purple);
  border: 1px solid var(--purple-deep);
  border-radius: 8px 8px 8px 2px;
  font-size: 10px;
  font-weight: 800;
}
.plan-card-heading h2 {
  margin: 0;
  font-family: var(--body);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.plan-card-heading > span {
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 9px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 750;
}
.plan-price-line {
  display: flex;
  align-items: baseline;
  margin-top: 13px;
}
.plan-price-line strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}
.plan-price-line strong small {
  font-size: 25px;
}
.plan-price-line > span {
  margin-left: 4px;
  color: var(--muted);
  font-size: 11px;
}
.plan-price-line del {
  margin-left: 12px;
  color: #99929f;
  font-size: 10px;
}
.plan-description {
  margin: 13px 0 14px;
  color: var(--muted);
  font-size: 11px;
}
.plan-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.plan-service-grid > div {
  min-height: 77px;
  padding: 10px;
  background: #faf9fb;
  border: 1px solid #ece8ef;
  border-radius: 9px;
}
.plan-service-grid .icon {
  width: 17px;
  color: var(--purple);
}
.plan-service-grid strong,
.plan-service-grid small {
  display: block;
}
.plan-service-grid strong {
  margin-top: 6px;
  font-size: 10px;
}
.plan-service-grid small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8px;
}
.plan-feature-list {
  margin: 12px 0 10px;
  padding: 0;
  list-style: none;
}
.plan-feature-list li {
  position: relative;
  padding: 3px 0 3px 20px;
  color: var(--muted);
  font-size: 10px;
}
.plan-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
}
.plan-buy-button {
  min-height: 48px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border: 1px solid var(--lilac);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
}
.plan-buy-button.primary {
  color: white;
  background: var(--purple);
  border-color: var(--purple-deep);
  box-shadow: 0 9px 18px rgba(91, 33, 182, .18);
}
.plan-buy-button .icon,
.compact-plans-heading .icon,
.compact-plan-card .icon {
  width: 15px;
}
.compact-plans-heading {
  min-height: 68px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 24px 0 12px;
}
.compact-plans-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.compact-plans-heading i {
  width: 7px;
  height: 7px;
  background: var(--purple);
  border-radius: 50%;
}
.compact-plans-heading h2 {
  margin: 0;
  font-size: 16px;
}
.compact-plans-heading span,
.compact-plans-heading > a {
  color: var(--muted);
  font-size: 9px;
}
.compact-plans-heading > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.plans-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.compact-plan-card {
  height: 151px;
  display: flex;
  flex-direction: column;
  padding: 18px 17px;
  background: #fff;
  border: 1px solid #d9d4df;
  border-radius: 11px;
  transition: border-color .2s, transform .2s;
}
.compact-plan-card:hover {
  transform: translateY(-2px);
  border-color: var(--purple);
}
.compact-plan-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.compact-plan-title h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
.compact-plan-title > div {
  flex-shrink: 0;
}
.compact-plan-title strong {
  font-size: 15px;
}
.compact-plan-title span,
.compact-plan-title del {
  margin-left: 3px;
  color: var(--muted);
  font-size: 8px;
}
.compact-plan-audience {
  width: fit-content;
  margin-top: 9px;
  padding: 3px 6px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border-radius: 4px;
  font-size: 8px;
  font-weight: 750;
}
.compact-plan-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}
.compact-plan-card > b {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--purple);
  font-size: 9px;
}
.plans-footnote {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding-top: 28px;
  color: var(--muted);
  font-size: 9px;
}
.plans-footnote span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.plans-footnote .icon {
  width: 15px;
  color: var(--purple);
}

/* High-fidelity guide page */
.guide-page-main {
  background: #fff;
}
.guide-hero-compact {
  padding: 64px 0 50px;
  border-bottom: 1px solid var(--line);
}
.guide-hero-compact > .container {
  width: min(calc(100% - 40px), 1200px);
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 90px;
  align-items: center;
}
.guide-hero-compact p,
.guide-faq-section > .container > p,
.guide-ready p {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.guide-hero-compact h1 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -.05em;
}
.guide-hero-compact > .container > div > span {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}
.guide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.guide-tags b {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  font-size: 9px;
}
.guide-quick {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 13px;
  box-shadow: 0 16px 44px rgba(42, 22, 68, .08);
}
.guide-quick > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.guide-quick ol {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.guide-quick li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: var(--muted);
  font-size: 9px;
}
.guide-quick li i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 5px;
  font-style: normal;
  font-weight: 800;
}
.guide-quick > a {
  min-height: 34px;
  display: grid;
  place-items: center;
  margin-top: 6px;
  color: var(--purple-deep);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
}
.guide-quick > a:first-of-type {
  color: white;
  background: var(--purple);
  border-color: var(--purple);
}
.guide-document-section {
  padding: 34px 0 70px;
}
.guide-document-layout {
  width: min(calc(100% - 40px), 1200px);
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 60px;
  align-items: start;
}
.guide-document-nav {
  position: sticky;
  top: 110px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 11px;
  box-shadow: 0 12px 30px rgba(42, 22, 68, .06);
}
.guide-document-nav strong {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
}
.guide-document-nav a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 9px;
}
.guide-document-nav a:hover {
  color: var(--purple);
}
.guide-document {
  min-width: 0;
}
.guide-stage {
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  box-shadow: 0 13px 35px rgba(42, 22, 68, .05);
  scroll-margin-top: 110px;
}
.guide-stage > header {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 31px 32px 28px;
  background: #fcfbfd;
  border-bottom: 1px solid var(--line);
}
.guide-stage > header > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--purple);
  border-radius: 12px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
}
.guide-stage > header small {
  color: var(--purple);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.guide-stage > header h2 {
  margin: 4px 0 5px;
  font-size: 28px;
  line-height: 1.15;
}
.guide-stage > header p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.guide-detail-step {
  padding: 31px 32px 34px;
  scroll-margin-top: 110px;
}
.guide-detail-step + .guide-detail-step {
  border-top: 1px solid var(--line);
}
.guide-detail-step > header {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
}
.guide-detail-step > header > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--purple);
  border: 1px solid var(--line-dark);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
}
.guide-detail-step h3 {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1.25;
}
.guide-detail-step header p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}
.guide-tip {
  margin: 20px 0 0 60px;
  padding: 12px 15px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.guide-tip strong,
.guide-tip span {
  display: block;
}
.guide-tip strong {
  font-size: 9px;
}
.guide-tip span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}
.guide-shot {
  min-height: 390px;
  margin: 24px 0 0 60px;
  overflow: hidden;
  background: #faf9fc;
  border: 1px solid var(--line-dark);
  border-radius: 11px;
  box-shadow: 0 16px 34px rgba(42, 22, 68, .08);
}
.guide-caption {
  margin: 12px 0 0 60px;
  color: #928a99;
  font-size: 8px;
  text-align: center;
}
.shot-topbar {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 0 20px;
  background: white;
  border-bottom: 1px solid var(--line);
}
.shot-topbar b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--purple);
  border-radius: 7px;
}
.shot-topbar span {
  width: 45px;
  height: 5px;
  background: var(--line);
  border-radius: 3px;
}
.shot-topbar i {
  width: 62px;
  height: 23px;
  margin-left: auto;
  background: var(--purple);
  border-radius: 6px;
}
.shot-home-body {
  padding: 44px 30px 25px;
  text-align: center;
}
.shot-home-body > small {
  color: var(--purple);
  font-family: Georgia, serif;
  font-style: italic;
}
.shot-home-body h4 {
  margin: 9px 0 0;
  font-family: var(--display);
  font-size: 39px;
  line-height: 1.1;
}
.shot-home-body > strong {
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  padding: 4px 12px;
  color: white;
  background: var(--purple);
  font-size: 23px;
}
.shot-home-body > p {
  margin: 13px 0;
  color: var(--muted);
  font-size: 9px;
}
.shot-home-body > button,
.guide-shot button {
  padding: 9px 18px;
  color: white;
  background: var(--purple);
  border: 0;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
}
.shot-home-body > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 26px;
}
.shot-home-body > div span {
  padding: 10px;
  color: var(--muted);
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 8px;
}
.shot-plans {
  padding: 30px 26px;
}
.shot-label {
  margin-bottom: 22px;
  text-align: center;
  font-size: 18px;
  font-weight: 850;
}
.shot-plan-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.shot-plan-row > div {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.shot-plan-row > div.active {
  border-color: var(--purple);
}
.shot-plan-row em {
  position: absolute;
  left: 12px;
  top: -9px;
  padding: 3px 6px;
  color: white;
  background: var(--purple);
  border-radius: 4px;
  font-size: 7px;
  font-style: normal;
}
.shot-plan-row b {
  font-size: 13px;
}
.shot-plan-row strong {
  display: block;
  margin-top: 25px;
  font-size: 27px;
}
.shot-plan-row small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 8px;
}
.shot-plan-row button {
  margin-top: auto;
}
.shot-checkout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  padding: 28px;
}
.shot-checkout-info,
.shot-checkout-form {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.shot-checkout-info > span {
  color: var(--purple);
  font-size: 8px;
}
.shot-checkout-info > b {
  display: block;
  margin-top: 35px;
  font-size: 20px;
}
.shot-checkout-info > strong {
  display: block;
  margin-top: 15px;
  font-size: 35px;
}
.shot-checkout-info > div {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}
.shot-checkout-info i {
  padding: 8px;
  background: var(--purple-soft);
  border-radius: 5px;
  font-size: 8px;
  font-style: normal;
}
.shot-checkout-form small {
  color: var(--purple);
  font-weight: 800;
}
.shot-checkout-form p {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  color: var(--muted);
  font-size: 8px;
}
.shot-checkout-form > strong {
  display: block;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 16px;
}
.shot-checkout-form label {
  margin: 18px 0 4px;
  font-size: 8px;
}
.shot-checkout-form > i,
.shot-account > i {
  display: block;
  padding: 10px;
  color: #aaa2b0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 8px;
  font-style: normal;
}
.shot-checkout-form button {
  width: 100%;
  margin-top: 14px;
}
.shot-payment,
.shot-account,
.shot-confirm,
.shot-success {
  padding: 30px;
  background: white;
}
.shot-order-head {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
}
.shot-order-head b {
  padding: 4px 8px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 99px;
}
.shot-payment h4 {
  margin: 25px 0;
  font-family: var(--display);
  font-size: 27px;
}
.shot-order-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px;
  background: var(--paper);
  border-radius: 8px;
}
.shot-order-summary span {
  color: var(--muted);
  font-size: 8px;
}
.shot-order-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 10px;
}
.shot-pay-box {
  margin-top: 20px;
  padding: 19px;
  background: var(--purple-soft);
  border: 1px solid var(--lilac);
  border-radius: 8px;
}
.shot-pay-box p {
  color: var(--muted);
  font-size: 8px;
}
.shot-account-card,
.shot-profile {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 25px 0;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 9px;
}
.shot-avatar,
.shot-profile > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--purple);
  border-radius: 50%;
  font-size: 18px;
}
.shot-account-card b,
.shot-account-card small,
.shot-account-card p,
.shot-profile b,
.shot-profile i {
  display: block;
}
.shot-account-card small,
.shot-account-card p,
.shot-profile i {
  color: var(--muted);
  font-size: 8px;
  font-style: normal;
}
.shot-account > label {
  margin: 15px 0 4px;
  font-size: 8px;
}
.shot-account > button {
  width: 100%;
  margin-top: 13px;
}
.shot-confirm > small {
  color: var(--purple);
  font-weight: 800;
}
.shot-profile em {
  margin-left: auto;
  padding: 4px 7px;
  color: var(--purple);
  background: var(--purple-soft);
  border-radius: 99px;
  font-size: 7px;
  font-style: normal;
}
.shot-warning {
  padding: 14px;
  color: #74430d;
  background: #fff7e8;
  border: 1px solid #f2d49e;
  border-radius: 8px;
  font-size: 8px;
}
.shot-confirm button {
  margin-top: 24px;
}
.shot-success {
  text-align: center;
}
.success-orbit {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 10px auto 12px;
  color: white;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 0 0 0 11px var(--purple-soft);
  font-size: 30px;
}
.shot-success > small {
  color: var(--purple);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .15em;
}
.shot-success h4 {
  margin: 6px 0;
  font-family: var(--display);
  font-size: 27px;
}
.shot-success > p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}
.success-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 31px 0 24px;
}
.success-timeline span {
  padding: 7px 10px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border-radius: 6px;
  font-size: 7px;
  font-weight: 800;
}
.success-timeline i {
  width: 25px;
  height: 1px;
  background: var(--lilac);
}
.guide-faq-section {
  padding: 35px 0 52px;
  background: #fff;
}
.guide-faq-section > .container,
.guide-ready > .container {
  width: min(calc(100% - 40px), 900px);
}
.guide-faq-section h2 {
  margin: 0 0 18px;
  font-size: 27px;
}
.guide-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.guide-faq-grid article {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 9px;
}
.guide-faq-grid h3 {
  margin: 0 0 6px;
  font-size: 11px;
}
.guide-faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}
.guide-ready {
  padding: 0 0 70px;
}
.guide-ready > .container > div {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 12px;
}
.guide-ready h2 {
  margin: 0;
  font-size: 25px;
}
.guide-ready span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}
.guide-ready div > div {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.guide-ready .button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 9px;
}

/* Fixed support dock — mirrors the reference site's four-part service control. */
.support-widget {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 120;
  width: 168px;
  color: var(--ink);
}
.support-tools {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 11px;
}
.support-tool {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #4f4859;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(55, 37, 76, .13);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(42, 25, 64, .13);
  transition: color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.support-tool:hover,
.support-tool:focus-visible,
.support-tool[aria-expanded="true"] {
  color: var(--purple);
  border-color: var(--lilac);
  box-shadow: 0 11px 28px rgba(83, 43, 142, .2);
  transform: translateY(-2px);
}
.support-tool[aria-pressed="true"] {
  color: white;
  background: var(--purple);
  border-color: var(--purple-deep);
}
.support-tool svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.support-fab {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  color: white;
  background: var(--purple);
  border: 1px solid var(--purple-deep);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(76, 29, 149, .28), 4px 4px 0 var(--purple-dark);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.support-fab:hover,
.support-fab:focus-visible,
.support-fab[aria-expanded="true"] {
  background: var(--purple-deep);
  box-shadow: 0 14px 32px rgba(76, 29, 149, .32), 2px 2px 0 var(--purple-dark);
  transform: translateY(-2px);
}
.support-fab span,
.support-fab svg {
  width: 20px;
  height: 20px;
}
.support-fab svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.support-fab strong { font-size: 15px; letter-spacing: .01em; }

.support-popover {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 340px;
  padding: 22px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid var(--line-dark);
  border-radius: 20px 9px 20px 9px;
  box-shadow: 0 28px 72px rgba(42, 25, 64, .2);
  transform-origin: right bottom;
  animation: support-pop-in .2s ease-out;
}
.support-popover[hidden],
.support-modal[hidden],
.support-toast[hidden] { display: none; }
@keyframes support-pop-in {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.support-popover header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.support-popover header span,
.support-modal-card header span {
  color: var(--purple);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.support-popover header button,
.support-modal-card header button {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--muted);
  background: var(--paper-deep);
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.support-popover h2 {
  margin: 8px 0 12px;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.15;
}
.support-info > p {
  margin: 9px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.support-info > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}
.support-info > div strong { color: var(--purple-deep); font-size: 16px; }
.support-info > div span { color: var(--muted); font-size: 11px; }
.support-share {
  width: 302px;
  text-align: center;
}
.support-share header { text-align: left; }
.support-share h2 { margin: 3px 0 0; font-size: 21px; }
.support-share-qr {
  width: 158px;
  margin: 18px auto 16px;
  padding: 7px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.support-qr { width: 100%; height: auto; }
.support-share-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  padding: 6px 6px 6px 11px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.support-share-link span {
  align-self: center;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-share-link button {
  min-width: 48px;
  padding: 6px 9px;
  color: white;
  background: var(--purple);
  border: 0;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 750;
}
.support-share > p { margin: 10px 0 0; color: var(--muted); font-size: 10px; }

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 121;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(23, 18, 31, .48);
  backdrop-filter: blur(8px);
  animation: support-fade-in .18s ease-out;
}
@keyframes support-fade-in { from { opacity: 0; } to { opacity: 1; } }
.support-modal-card {
  width: min(100%, 580px);
  max-height: min(780px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 26px 11px 26px 11px;
  box-shadow: 12px 12px 0 rgba(46, 16, 101, .72), 0 35px 100px rgba(23, 18, 31, .32);
}
.support-modal-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px 23px;
  border-bottom: 1px solid var(--line);
}
.support-modal-card h2 {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.2;
}
.support-assurance {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  margin: 20px 30px 8px;
  padding: 13px 15px;
  background: var(--purple-soft);
  border-left: 3px solid var(--purple);
  border-radius: 4px 10px 10px 4px;
}
.support-assurance > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--purple);
  border-radius: 50%;
  font-weight: 800;
}
.support-assurance p { margin: 1px 0 0; color: #51455f; font-size: 11px; }
.support-help-list { padding: 8px 30px 20px; }
.support-help-list a {
  display: grid;
  grid-template-columns: 38px 1fr 20px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  transition: color .16s ease, padding .16s ease;
}
.support-help-list a:hover { padding-left: 5px; color: var(--purple); }
.support-help-list a > span { color: var(--purple); font-family: Georgia, serif; font-size: 10px; }
.support-help-list a > strong { font-size: 12px; }
.support-help-list a > b { color: var(--purple); font-size: 20px; font-weight: 400; text-align: right; }
.support-modal-card > footer {
  display: grid;
  grid-template-columns: 1fr 104px;
  gap: 22px;
  align-items: center;
  padding: 21px 30px 27px;
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
}
.support-modal-card > footer div:first-child > span,
.support-modal-card > footer div:first-child > strong { display: block; }
.support-modal-card > footer span { color: var(--muted); font-size: 10px; }
.support-modal-card > footer strong { margin-top: 3px; font-size: 13px; }
.support-modal-card > footer a {
  display: inline-block;
  margin-top: 12px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
}
.support-contact-qr {
  padding: 6px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
}
body.support-modal-open { overflow: hidden; }
.support-toast {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: max-content;
  max-width: min(340px, calc(100vw - 30px));
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--purple);
  border-radius: 11px;
  box-shadow: 0 15px 38px rgba(23, 18, 31, .28);
  animation: support-pop-in .18s ease-out;
}
.support-toast span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: var(--purple);
  border-radius: 50%;
  font-size: 11px;
}
.support-toast strong { font-size: 11px; font-weight: 650; }

@media (max-width: 1020px) {
  .plans-primary-grid { grid-template-columns: 1fr; }
  .plan-card-pro { height: auto; min-height: 460px; }
  .plans-compact-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-hero-compact > .container { grid-template-columns: 1fr 300px; gap: 35px; }
  .guide-document-layout { grid-template-columns: 190px 1fr; gap: 25px; }
}

@media (max-width: 720px) {
  .plans-intro-compact { padding: 40px 0 24px; }
  .plans-intro-compact h1 { font-size: 30px; }
  .plans-primary-grid { gap: 22px; }
  .plan-card-pro { min-height: 455px; padding: 27px 20px 20px; }
  .plans-compact-grid { grid-template-columns: 1fr; }
  .compact-plan-card { height: 155px; }
  .compact-plans-heading > a { display: none; }
  .plans-footnote { align-items: flex-start; flex-direction: column; gap: 8px; }
  .guide-hero-compact { padding: 44px 0 35px; }
  .guide-hero-compact > .container { grid-template-columns: 1fr; gap: 25px; }
  .guide-hero-compact h1 { font-size: 39px; }
  .guide-document-layout { grid-template-columns: 1fr; }
  .guide-document-nav { position: static; }
  .guide-stage > header { grid-template-columns: 42px 1fr; padding: 24px 18px; gap: 14px; }
  .guide-stage > header > span { width: 42px; height: 42px; }
  .guide-stage > header h2 { font-size: 24px; }
  .guide-detail-step { padding: 25px 18px 28px; }
  .guide-detail-step > header { grid-template-columns: 36px 1fr; gap: 12px; }
  .guide-detail-step > header > span { width: 36px; height: 36px; }
  .guide-detail-step h3 { font-size: 19px; }
  .guide-tip, .guide-shot, .guide-caption { margin-left: 0; }
  .guide-shot { min-height: 330px; }
  .shot-home-body { padding-inline: 16px; }
  .shot-home-body h4 { font-size: 27px; }
  .shot-home-body > strong { font-size: 18px; }
  .shot-plan-row { grid-template-columns: 1fr; }
  .shot-plan-row > div { min-height: 140px; }
  .shot-plan-row > div:nth-child(n+2) { display: none; }
  .shot-checkout { grid-template-columns: 1fr; padding: 16px; }
  .shot-checkout-info { display: none; }
  .shot-checkout-form { min-height: 300px; }
  .shot-order-summary { grid-template-columns: 1fr; gap: 10px; }
  .success-timeline { align-items: stretch; flex-direction: column; }
  .success-timeline i { width: 1px; height: 12px; margin-inline: auto; }
  .guide-faq-grid { grid-template-columns: 1fr; }
  .guide-ready div > div { flex-direction: column; }
  .support-widget {
    right: 13px;
    bottom: max(13px, env(safe-area-inset-bottom));
    width: 148px;
  }
  .support-tools { gap: 8px; margin-bottom: 8px; }
  .support-tool { width: 39px; height: 39px; }
  .support-tool svg { width: 18px; height: 18px; }
  .support-fab { min-height: 48px; box-shadow: 0 10px 25px rgba(76, 29, 149, .26), 3px 3px 0 var(--purple-dark); }
  .support-fab strong { font-size: 13px; }
  .support-popover {
    right: 0;
    bottom: 62px;
    width: min(330px, calc(100vw - 26px));
    padding: 19px;
  }
  .support-share { width: min(288px, calc(100vw - 26px)); }
  .support-modal { align-items: end; padding: 12px; }
  .support-modal-card {
    max-height: calc(100dvh - 24px);
    border-radius: 22px 10px 22px 10px;
    box-shadow: 6px 6px 0 rgba(46, 16, 101, .72), 0 24px 70px rgba(23, 18, 31, .3);
  }
  .support-modal-card > header { padding: 22px 20px 18px; }
  .support-modal-card h2 { font-size: 23px; }
  .support-assurance { margin: 16px 20px 6px; }
  .support-help-list { padding: 7px 20px 14px; }
  .support-help-list a { min-height: 43px; }
  .support-modal-card > footer { grid-template-columns: 1fr 84px; padding: 18px 20px 22px; gap: 15px; }
  .support-toast { bottom: 62px; }
}

@media (max-width: 1020px) {
  .nav-shell { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; justify-self: end; color: var(--ink); background: transparent; border: 1px solid var(--line-dark); border-radius: 8px; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 74px; padding: 12px; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-actions { justify-self: end; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { grid-template-columns: 1fr; }
  .product-preview, .plans-grid { grid-template-columns: 1fr; max-width: 660px; margin-inline: auto; }
  .mini-product.highlight, .plan-card.recommended { transform: none; }
  .review-track { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .purchase-grid { grid-template-columns: 1fr; }
  .checkout-card { position: static; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement { padding-inline: 35px; font-size: 10px; }
  .announcement button { right: 10px; }
  .nav-shell { min-height: 68px; grid-template-columns: auto auto; }
  .brand small { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .nav-actions { display: none; }
  .main-nav { top: 61px; }
  .hero { min-height: 690px; }
  .hero-inner { padding-top: 80px; }
  .hero h1 { font-size: clamp(42px, 13vw, 65px); }
  .hero h1 span { margin-top: 14px; border-width: 2px; box-shadow: 5px 5px 0 var(--lilac); }
  .hero-copy { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-proof { flex-wrap: wrap; }
  .hero-jump { margin-top: 48px; grid-template-columns: 1fr; }
  .hero-jump a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .page-hero h1 { font-size: 39px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .feature-card h3 { margin-top: 35px; }
  .process-list li { padding: 16px 0; }
  .mock-body { padding: 30px 24px; }
  .product-preview { gap: 25px; }
  .review-track { grid-template-columns: 1fr; }
  .review-card:nth-child(n) { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .footer-bottom a { margin: 0 14px 0 0; }
  .page-hero { padding: 80px 0 64px; }
  .faq-callout { align-items: flex-start; flex-direction: column; }
  .purchase-main { padding-top: 40px; }
  .purchase-title h1 { font-size: 36px; }
  .service-points { grid-template-columns: 1fr; }
  .checkout-card { padding: 25px; }
  .order-search-card { padding: 40px 22px; box-shadow: 8px 8px 0 var(--purple-dark); }
  .order-search-card h1 { font-size: 38px; }
  .search-field { flex-direction: column; }
  .search-field button { min-height: 45px; }
  .credential-guide-modal { align-items: end; padding: 10px; }
  .credential-guide-card { max-height: calc(100vh - 20px); border-radius: 18px 18px 8px 8px; }
  .credential-guide-card > header { padding: 20px 18px 16px; }
  .credential-guide-card > header h2 { font-size: 24px; }
  .credential-guide-steps { padding: 17px 18px 0; }
  .credential-guide-card > aside { margin-inline: 18px; }
  .credential-guide-card > footer { flex-direction: column; padding: 18px; }
  .order-detail-card { padding: 28px 20px; }
  .order-detail-head { flex-direction: column; }
  .order-summary { grid-template-columns: 1fr; }
  .order-summary div { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .order-timeline { grid-template-columns: 1fr; gap: 18px; }
  .order-timeline li { display: grid; grid-template-columns: 40px 1fr; text-align: left; }
  .order-timeline b { margin: 0; }
  .order-timeline li::after { display: none; }
  .payment-panel { padding: 20px 16px; }
  .payment-checkout { grid-template-columns: 1fr; padding: 15px; }
  .payment-qr { width: min(100%, 230px); margin: 0 auto; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-nav { position: static; }
  .guide-step { grid-template-columns: 1fr; }
  .guide-step::after { display: none; }
  .guide-visual { padding: 18px; }
  .help-group { grid-template-columns: 1fr; gap: 18px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card h2, .blog-card p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* 2026 trust-first refinement: restrained, legible and commerce-focused. */
:root {
  --paper: #fbfafc;
  --paper-deep: #f5f3f7;
  --ink: #1b1820;
  --muted: #6f6976;
  --line: #e9e4eb;
  --line-dark: #d9d2dc;
  --purple: #6936d3;
  --purple-deep: #5225a6;
  --purple-dark: #241538;
  --purple-soft: #f2edfb;
  --lilac: #d9ccf2;
  --lime: #e1f6e7;
  --shadow: 0 18px 50px rgba(37, 25, 52, .09);
  --radius: 18px;
  --display: "Avenir Next", Avenir, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: "Avenir Next", Avenir, "PingFang SC", "Microsoft YaHei", sans-serif;
}
body {
  background: var(--paper);
  font-size: 15px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
body::before { display: none; }
:focus-visible { outline: 3px solid rgba(105, 54, 211, .24); outline-offset: 3px; }
.announcement {
  min-height: 36px;
  color: #eee8f7;
  background: #261a35;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}
.site-header {
  background: rgba(251, 250, 252, .94);
  border-bottom-color: rgba(50, 38, 61, .1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}
.nav-shell { min-height: 74px; }
.brand-mark {
  width: 39px;
  height: 39px;
  background: var(--purple);
  border: 0;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.26), 0 5px 14px rgba(82,37,166,.18);
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: -.06em;
}
.brand strong { font-size: 17px; font-weight: 760; }
.brand small { margin-top: 3px; font-size: 10px; letter-spacing: .04em; }
.main-nav a { padding: 8px 12px; color: #5d5763; font-size: 13px; font-weight: 650; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: #f0ebf8; }
.button {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: .01em;
}
.button-primary {
  background: var(--purple);
  border-color: var(--purple);
  box-shadow: 0 8px 18px rgba(82, 37, 166, .18);
}
.button-primary:hover { background: var(--purple-deep); box-shadow: 0 9px 22px rgba(82, 37, 166, .23); }
.button-ghost { background: #fff; border-color: var(--line-dark); }

.hero { min-height: 690px; background: #fbfafc; }
.hero::before { opacity: .55; background-size: 48px 48px; }
.orb { opacity: .38; filter: blur(16px); }
.orb-one { width: 360px; height: 360px; background: #dacbf5; }
.orb-two { width: 300px; height: 300px; background: #e5f5e8; }
.hero-inner { padding-top: 88px; }
.script-line {
  margin-bottom: 18px;
  color: var(--purple-deep);
  font-family: var(--body);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: none;
}
.hero h1 {
  max-width: 1160px;
  font-family: var(--display);
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 760;
}
.hero h1 span {
  margin-top: 10px;
  padding: 0;
  color: var(--purple);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: .62em;
  letter-spacing: -.035em;
  transform: none;
}
.hero-copy { max-width: 690px; margin-top: 28px; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 30px; gap: 20px; }
.hero-proof { margin-top: 32px; font-size: 12px; }
.hero-jump {
  margin-top: 58px;
  background: rgba(255,255,255,.84);
  border-color: var(--line);
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(43, 30, 55, .07);
}
.hero-jump a { padding: 19px 23px; }
.hero-jump b { font-size: 13px; }
.hero-jump span { font-size: 11px; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 48px; }
.eyebrow {
  margin-bottom: 13px;
  padding: 5px 10px;
  color: var(--purple-deep);
  background: #f4f0fa;
  border-color: #ded3ef;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}
.eyebrow::before { content: ""; margin: 0; }
.section-heading h2, .page-hero h1, .faq-callout h2 {
  font-family: var(--display);
  font-size: clamp(36px, 4.1vw, 52px);
  line-height: 1.14;
  letter-spacing: -.038em;
  font-weight: 750;
}
.section-heading > p:last-child, .page-hero > .container > p:last-child { margin-top: 14px; font-size: 14px; }
.feature-grid { gap: 14px; }
.feature-card {
  min-height: 248px;
  padding: 28px 25px;
  background: #fff;
  border-color: var(--line);
  border-radius: 16px;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(42,29,54,.08); }
.feature-card > .icon { width: 44px; height: 44px; padding: 11px; border-radius: 12px; }
.feature-card h3 { margin-top: 43px; font-size: 18px; }
.feature-card p { font-size: 13px; line-height: 1.75; }
.process-list li { border-radius: 14px; }
.process-list li.active { border-color: #d9ccef; box-shadow: 0 12px 30px rgba(55,35,79,.07); }
.browser-mock {
  border: 1px solid #34283e;
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(38,25,52,.14);
  transform: none;
}
.browser-bar { height: 48px; }
.mock-body h3 { font-family: var(--display); font-size: 26px; }

.product-preview, .plans-grid { gap: 16px; }
.mini-product, .plan-card {
  padding: 31px;
  background: #fff;
  border-color: var(--line);
  border-radius: 17px;
  box-shadow: 0 8px 28px rgba(43,29,56,.035);
}
.mini-product.highlight {
  color: var(--ink);
  background: #faf7ff;
  border-color: #a984e5;
  box-shadow: 0 16px 38px rgba(82,37,166,.1);
  transform: none;
}
.tag {
  padding: 5px 9px;
  color: var(--purple-deep);
  background: var(--purple-soft);
  border-color: #d9caef;
  font-size: 11px;
  letter-spacing: .02em;
}
.mini-product h3, .plan-card h2 { font-family: var(--display); font-size: 23px; font-weight: 750; }
.mini-product > p, .plan-card > p, .mini-product.highlight > p { color: var(--muted); font-size: 13px; }
.price { font-family: var(--display); font-size: 43px; font-weight: 760; }
.mini-product.highlight .price span { color: var(--muted); }
.mini-price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -10px 0 17px;
  padding: 8px 10px;
  color: #315f3d;
  background: #edf8f0;
  border: 1px solid #d8eedf;
  border-radius: 8px;
  font-size: 11px;
}
.mini-price-note b { font-weight: 760; }
.mini-price-note span { font-weight: 650; }
.mini-product li, .plan-card li, .mini-product.highlight li { color: var(--muted); font-size: 13px; }
.mini-product.highlight li::before { color: var(--purple); }
.reviews-section { background: #21162d; }
.reviews-section .eyebrow { color: #d9caf1; background: #30233e; border-color: #473656; }
.review-card { border: 1px solid #493d54; border-radius: 15px; }
.review-card:nth-child(n) { transform: none; }
.review-card > p { min-height: 96px; font-family: var(--body); font-size: 15px; line-height: 1.75; }
.site-footer { padding-top: 72px; background: #171020; }
.brand-footer .brand-mark { border: 0; box-shadow: 0 5px 14px rgba(105,54,211,.22); }
.footer-grid > div:first-child > p { font-size: 13px; line-height: 1.8; }
.footer-grid > div:first-child > .footer-disclaimer { max-width: 440px; color: #8f8498; font-size: 10px; line-height: 1.65; }
.trust-pills span { font-size: 11px; }
.footer-grid h3 { font-size: 14px; }
.footer-grid > div:not(:first-child) > a { font-size: 12px; }

/* Plans: readable hierarchy, consistent labels, calm pricing emphasis. */
.plans-page-main { background: var(--paper); }
.plans-intro-compact { padding: 50px 0 30px; }
.plans-intro-compact p { margin-bottom: 8px; font-size: 10px; letter-spacing: .13em; }
.plans-intro-compact h1 { font-size: clamp(34px, 3vw, 43px); font-weight: 760; letter-spacing: -.035em; }
.plans-intro-compact > .container > span { margin-top: 10px; font-size: 13px; }
.plans-trust-strip {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 22px;
}
.plans-trust-strip b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #625b69;
  font-size: 11px;
  font-weight: 600;
}
.plans-trust-strip .icon { width: 15px; color: var(--purple); }
.plans-catalog { padding-bottom: 78px; }
.plans-primary-grid { gap: 16px; }
.plan-card-pro {
  height: 515px;
  padding: 30px 28px 25px;
  background: #fff;
  border-color: #e2dde5;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(43,29,56,.035);
}
.plan-card-pro:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(44,30,57,.08); }
.plan-card-pro.recommended {
  border-color: #9b75dc;
  box-shadow: 0 16px 42px rgba(82,37,166,.1);
}
.plan-ribbon {
  left: auto;
  right: 22px;
  top: 20px;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .02em;
}
.plan-card-heading h2 { font-size: 24px; font-weight: 760; letter-spacing: -.03em; }
.recommended .plan-card-heading h2 { max-width: calc(100% - 92px); }
.plan-card-heading > span {
  margin-top: 12px;
  padding: 5px 9px;
  background: #f3eefb;
  border: 1px solid #e4d9f4;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}
.plan-price-line { margin-top: 17px; flex-wrap: wrap; }
.plan-price-line strong { font-size: 36px; font-weight: 770; }
.plan-price-line strong small { font-size: 23px; }
.plan-price-line > span { font-size: 12px; }
.plan-price-line del { margin-left: 10px; font-size: 11px; }
.plan-price-line em {
  margin-left: 8px;
  padding: 2px 6px;
  color: #28623a;
  background: #e9f7ed;
  border-radius: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}
.plan-description { margin: 14px 0 16px; font-size: 13px; line-height: 1.65; }
.plan-service-grid { gap: 8px; }
.plan-service-grid > div {
  min-height: 88px;
  padding: 12px 11px;
  background: #faf9fb;
  border-color: #eeeaf0;
  border-radius: 10px;
}
.plan-service-grid .icon { width: 18px; }
.plan-service-grid strong { margin-top: 8px; font-size: 11px; line-height: 1.35; }
.plan-service-grid small { margin-top: 3px; font-size: 10px; line-height: 1.35; }
.plan-feature-list { margin: 14px 0 12px; }
.plan-feature-list li { padding: 4px 0 4px 22px; font-size: 12px; line-height: 1.45; }
.plan-feature-list li::before { width: 16px; height: 16px; font-size: 9px; }
.plan-buy-button {
  min-height: 50px;
  background: #f5f1fb;
  border-color: #d8caee;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 760;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.plan-buy-button:hover { background: #eee7f8; border-color: #bca4df; transform: translateY(-1px); }
.plan-buy-button.primary { box-shadow: 0 8px 18px rgba(82,37,166,.16); }
.compact-plans-heading { min-height: 82px; padding-top: 31px; }
.compact-plans-heading h2 { font-size: 18px; font-weight: 750; }
.compact-plans-heading span, .compact-plans-heading > a { font-size: 11px; }
.plans-compact-grid { gap: 14px; }
.compact-plan-card {
  height: 180px;
  padding: 20px 19px;
  border-color: #e2dde5;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(43,29,56,.025);
}
.compact-plan-card:hover { transform: translateY(-2px); box-shadow: 0 13px 32px rgba(43,29,56,.07); }
.compact-plan-title h3 { font-size: 15px; font-weight: 750; }
.compact-plan-title strong { font-size: 17px; }
.compact-plan-title span, .compact-plan-title del { font-size: 9px; }
.compact-plan-audience {
  margin-top: 11px;
  padding: 4px 7px;
  background: #f3eefb;
  border: 1px solid #e4d9f4;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.35;
}
.compact-plan-card p { margin-top: 10px; font-size: 11px; line-height: 1.55; }
.compact-plan-card > b { font-size: 11px; }
.plans-footnote { padding-top: 31px; font-size: 11px; }

/* Purchase and utility pages follow the same quieter trust language. */
.purchase-main { padding-top: 58px; }
.purchase-title h1 { font-family: var(--display); font-size: 44px; font-weight: 750; letter-spacing: -.035em; }
.purchase-product {
  padding: 34px;
  background: #29164a;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(43,22,75,.17);
}
.purchase-product h2 { font-family: var(--display); font-weight: 740; }
.service-points > div { border-color: var(--line); border-radius: 11px; }
.checkout-card {
  border: 1px solid var(--line-dark);
  border-radius: 17px;
  box-shadow: 0 18px 48px rgba(43,29,56,.08);
}
input, textarea, select { background: #fcfbfd; border-color: #dcd5e0; border-radius: 9px; }
.checkout-note { font-size: 11px; line-height: 1.6; }
.purchase-page .support-widget { width: 52px; }
.purchase-page .support-tools { display: none; }
.purchase-page .support-fab { width: 52px; min-height: 52px; padding: 0; border-radius: 50%; }
.purchase-page .support-fab strong { display: none; }
.purchase-page .support-popover { right: 0; }
.order-search-main { background: #f6f3f8; }
.order-search-card { border: 1px solid var(--line-dark); border-radius: 18px; box-shadow: var(--shadow); }
.order-detail-card { box-shadow: 0 18px 48px rgba(43,29,56,.07); }

/* The detailed guide keeps its density but no longer relies on micro-text. */
.guide-page-main { background: var(--paper); }
.guide-hero-compact { background: #fff; }
.guide-hero-compact p, .guide-faq-section > .container > p, .guide-ready p { font-size: 10px; }
.guide-hero-compact h1 { font-family: var(--display); font-weight: 750; letter-spacing: -.035em; }
.guide-hero-compact > .container > div > span { font-size: 13px; line-height: 1.75; }
.guide-tags b { font-size: 10px; }
.guide-quick { border-radius: 14px; box-shadow: 0 14px 36px rgba(43,29,56,.06); }
.guide-quick > strong, .guide-quick li { font-size: 11px; }
.guide-document-nav { border-radius: 13px; }
.guide-document-nav strong { font-size: 12px; }
.guide-document-nav a { font-size: 11px; }
.guide-stage { border-radius: 14px; box-shadow: 0 10px 34px rgba(43,29,56,.035); }
.guide-stage > header h2 { font-family: var(--display); font-weight: 740; }
.guide-stage > header p, .guide-detail-step header p { font-size: 12px; line-height: 1.7; }
.guide-detail-step h3 { font-size: 19px; }
.guide-tip strong, .guide-tip span, .guide-caption { font-size: 10px; }
.guide-faq-grid article { border-radius: 11px; }
.guide-faq-grid h3 { font-size: 13px; }
.guide-faq-grid p { font-size: 11px; line-height: 1.65; }
.guide-ready span { font-size: 11px; }

.support-fab { box-shadow: 0 12px 28px rgba(82,37,166,.24); }
.support-fab:hover, .support-fab:focus-visible, .support-fab[aria-expanded="true"] { box-shadow: 0 14px 32px rgba(82,37,166,.27); }
.support-widget { transition: opacity .16s ease, visibility .16s ease; }
.support-widget.support-widget-avoids-action { visibility: hidden; opacity: 0; pointer-events: none; }

@media (max-width: 1020px) {
  .plan-card-pro { height: auto; min-height: 515px; }
  .compact-plan-card { height: 180px; }
}

@media (max-width: 720px) {
  body { font-size: 14px; }
  .announcement { min-height: 34px; padding-inline: 30px; font-size: 10px; line-height: 1.45; }
  .nav-shell { min-height: 64px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { min-height: 650px; }
  .hero-inner { padding-top: 66px; }
  .script-line { margin-bottom: 14px; font-size: 11px; }
  .hero h1 { font-size: clamp(39px, 12vw, 48px); line-height: 1.05; }
  .hero h1 span { margin-top: 9px; font-size: .63em; }
  .hero-copy { margin-top: 24px; font-size: 13px; line-height: 1.75; }
  .hero-jump { margin-top: 44px; }
  .hero-jump a { padding: 16px 18px; }
  .section { padding: 72px 0; }
  .section-heading h2, .page-hero h1 { font-size: 34px; }
  .section-heading > p:last-child { font-size: 13px; }
  .feature-card { min-height: 205px; padding: 25px 22px; }
  .feature-card h3 { margin-top: 34px; }
  .mini-product, .plan-card { padding: 27px; }
  .review-card > p { min-height: 0; }
  .plans-intro-compact { padding: 38px 0 26px; }
  .plans-intro-compact h1 { font-size: 31px; line-height: 1.25; }
  .plans-intro-compact > .container > span { font-size: 12px; }
  .plans-trust-strip { flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; }
  .plans-trust-strip b { font-size: 10px; }
  .plans-primary-grid { gap: 16px; }
  .plan-card-pro { min-height: 510px; padding: 28px 21px 21px; }
  .plan-ribbon { top: 17px; right: 18px; font-size: 10px; }
  .plan-card-heading h2 { font-size: 22px; }
  .recommended .plan-card-heading h2 { max-width: calc(100% - 85px); }
  .plan-card-heading > span { font-size: 10px; }
  .plan-price-line strong { font-size: 34px; }
  .plan-description { font-size: 12px; }
  .plan-service-grid > div { min-height: 84px; padding: 11px 9px; }
  .plan-service-grid strong { font-size: 10px; }
  .plan-service-grid small { font-size: 9px; }
  .plan-feature-list li { font-size: 12px; }
  .plan-buy-button { font-size: 12px; }
  .compact-plans-heading { min-height: 75px; padding-top: 27px; }
  .compact-plans-heading h2 { font-size: 17px; }
  .compact-plan-card { height: 184px; padding: 20px 18px; }
  .compact-plan-title h3 { font-size: 14px; }
  .compact-plan-audience { font-size: 9px; }
  .compact-plan-card p { font-size: 11px; }
  .compact-plan-card > b { font-size: 11px; }
  .plans-footnote { font-size: 10px; }
  .purchase-title h1 { font-size: 34px; line-height: 1.25; }
  .purchase-product { padding: 28px; box-shadow: 0 15px 34px rgba(43,22,75,.15); }
  .checkout-card { border-width: 1px; box-shadow: 0 15px 36px rgba(43,29,56,.07); }
  .order-search-card { box-shadow: var(--shadow); }
  .guide-hero-compact h1 { font-size: 36px; }
  .guide-detail-step h3 { font-size: 18px; }
  .guide-faq-grid h3 { font-size: 13px; }
  .guide-faq-grid p { font-size: 11px; }
}

/* Interaction motion system — subtle, composited and reduced-motion safe. */
.motion-enabled .hero-motion-item {
  opacity: 0;
  translate: 0 18px;
}
.motion-enabled.motion-intro .hero-motion-item {
  animation: hero-motion-in .72s cubic-bezier(.22, .7, .2, 1) both;
}
.motion-enabled.motion-intro .hero-motion-1 { animation-delay: .04s; }
.motion-enabled.motion-intro .hero-motion-2 { animation-delay: .12s; }
.motion-enabled.motion-intro .hero-motion-3 { animation-delay: .2s; }
.motion-enabled.motion-intro .hero-motion-4 { animation-delay: .28s; }
.motion-enabled.motion-intro .hero-motion-5 { animation-delay: .36s; }
.motion-enabled.motion-intro .hero-motion-6 { animation-delay: .46s; }
@keyframes hero-motion-in {
  from { opacity: 0; translate: 0 18px; filter: blur(4px); }
  to { opacity: 1; translate: 0 0; filter: blur(0); }
}

.motion-enabled .motion-reveal {
  opacity: 0;
  translate: 0 22px;
  transition: opacity .62s cubic-bezier(.22, .7, .2, 1), translate .62s cubic-bezier(.22, .7, .2, 1);
  will-change: opacity, translate;
}
.motion-enabled .motion-reveal.is-revealed {
  opacity: 1;
  translate: 0 0;
  will-change: auto;
}
.motion-enabled .motion-reveal.motion-delay-1 { transition-delay: .06s; }
.motion-enabled .motion-reveal.motion-delay-2 { transition-delay: .12s; }
.motion-enabled .motion-reveal.motion-delay-3 { transition-delay: .18s; }

.site-header {
  transition: min-height .24s ease, background .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.site-header.is-scrolled {
  background: rgba(251, 250, 252, .985);
  border-bottom-color: rgba(58, 40, 72, .13);
  box-shadow: 0 9px 30px rgba(37, 25, 52, .07);
}
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 3px;
  height: 2px;
  background: var(--purple);
  border-radius: 2px;
  scale: 0 1;
  transform-origin: center;
  transition: scale .2s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { scale: 1 1; }

.button, .plan-buy-button, .compact-plan-card > b, .mini-product > a, .text-link {
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.button .icon, .plan-buy-button .icon, .compact-plan-card .icon, .mini-product > a .icon, .text-link .icon {
  transition: translate .2s ease;
}
.button:hover .icon, .plan-buy-button:hover .icon, .compact-plan-card:hover .icon, .mini-product > a:hover .icon, .text-link:hover .icon { translate: 4px 0; }
.button:active, .plan-buy-button:active { transform: translateY(0) scale(.985); }
.button-primary { position: relative; overflow: hidden; isolation: isolate; }
.button-primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -28%;
  z-index: -1;
  width: 24%;
  background: rgba(255,255,255,.18);
  rotate: 14deg;
  translate: -180% 0;
  transition: translate .55s cubic-bezier(.2, .7, .2, 1);
}
.button-primary:hover::after { translate: 620% 0; }

.feature-card > .icon, .plan-service-grid .icon, .service-points .icon, .guide-stage > header > span {
  transition: transform .28s cubic-bezier(.22, .7, .2, 1), color .2s ease, background .2s ease;
}
.feature-card:hover > .icon { transform: translateY(-3px) rotate(-3deg); }
.plan-card-pro:hover .plan-service-grid .icon { transform: translateY(-2px) scale(1.06); }
.service-points > div:hover .icon { transform: translateY(-2px) scale(1.05); }
.tag, .plan-ribbon, .compact-plan-audience, .plan-card-heading > span, .plan-price-line em {
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.mini-product:hover .tag, .plan-card-pro:hover .plan-ribbon, .compact-plan-card:hover .compact-plan-audience { transform: translateY(-2px); }

.orb-one { animation: orb-drift-one 11s ease-in-out infinite alternate; }
.orb-two { animation: orb-drift-two 13s ease-in-out infinite alternate; }
@keyframes orb-drift-one { to { transform: translate3d(28px, -14px, 0) scale(1.04); } }
@keyframes orb-drift-two { to { transform: translate3d(-24px, 12px, 0) scale(.97); } }
.live-dot i { animation: live-breathe 2.2s ease-in-out infinite; }
@keyframes live-breathe {
  0%, 100% { box-shadow: 0 0 0 4px #dcfce7; }
  50% { box-shadow: 0 0 0 7px rgba(220, 252, 231, .35); }
}

details[open] > p { animation: details-open .24s ease-out both; }
@keyframes details-open {
  from { opacity: 0; translate: 0 -5px; }
  to { opacity: 1; translate: 0 0; }
}
details summary::after { transition: color .2s ease, scale .2s ease; }
details summary:hover::after { scale: 1.15; }

.motion-enabled.motion-intro .support-widget { animation: support-widget-in .5s .72s cubic-bezier(.22, .7, .2, 1) both; }
@keyframes support-widget-in {
  from { opacity: 0; translate: 0 14px; }
  to { opacity: 1; translate: 0 0; }
}

@media (max-width: 720px) {
  .motion-enabled .motion-reveal { translate: 0 14px; }
  .motion-enabled .motion-reveal.motion-delay-1,
  .motion-enabled .motion-reveal.motion-delay-2,
  .motion-enabled .motion-reveal.motion-delay-3 { transition-delay: .04s; }
}

/* Editorial blog system */
.editorial-blog-page,
.editorial-article-page { background: #fdfcfe; }
.editorial-blog-main { overflow: hidden; }
.editorial-blog-hero {
  position: relative;
  padding: 94px 0 72px;
  color: #f8f4fb;
  background: #1c1127;
  isolation: isolate;
}
.editorial-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 82% 14%, rgba(137,92,246,.4), transparent 28%), linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.035) 58% 59%, transparent 59% 100%);
  background-size: auto, 54px 54px;
}
.editorial-blog-hero > .container { display: grid; grid-template-columns: 1fr 210px; gap: 90px; align-items: end; }
.editorial-blog-hero p,
.editorial-section-label > span,
.editorial-archive header p,
.editorial-method > .container > p,
.article-related header p {
  margin: 0;
  color: #bca7d4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
}
.editorial-blog-hero h1 { max-width: 930px; margin: 13px 0 22px; font-family: var(--display); font-size: clamp(48px, 5.6vw, 78px); line-height: 1.05; letter-spacing: -.055em; }
.editorial-blog-hero h1 em { color: #b6ff67; font-style: normal; }
.editorial-blog-hero > .container > div > span { max-width: 730px; display: block; color: #c8becf; font-size: 15px; line-height: 1.8; }
.editorial-blog-hero aside { min-height: 210px; padding: 27px; display: flex; flex-direction: column; border: 1px solid #5b416b; border-radius: 4px 28px 4px 28px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.editorial-blog-hero aside b { color: #b6ff67; font-family: Georgia, serif; font-size: 58px; line-height: .95; }
.editorial-blog-hero aside span { margin-top: 7px; color: #e6dde9; font-size: 12px; }
.editorial-blog-hero aside i { height: 1px; margin: auto 0 17px; background: #5b416b; }
.editorial-blog-hero aside strong { font-size: 13px; }
.editorial-blog-hero aside small { margin-top: 4px; color: #a99caf; font-size: 9px; }

.editorial-blog-categories { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: #fff; }
.blog-category-nav { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.blog-category-nav a { min-height: 42px; padding: 8px 17px; display: inline-flex; align-items: center; gap: 9px; color: #62586b; border: 1px solid #e2dce8; border-radius: 99px; font-size: 11px; font-weight: 720; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.blog-category-nav a i { min-width: 24px; height: 24px; padding: 0 5px; display: grid; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 99px; font-family: Georgia, serif; font-size: 7px; font-style: normal; font-weight: 900; }
.blog-category-nav a:hover { color: var(--purple); border-color: #c4b5fd; transform: translateY(-2px); }
.blog-category-nav a[aria-current="page"] { color: #fff; background: var(--purple); border-color: var(--purple); box-shadow: 0 8px 20px rgba(91,33,182,.2); }
.blog-category-nav a[aria-current="page"] i { color: var(--purple-deep); background: #fff; }

.editorial-featured { padding: 72px 0 38px; }
.editorial-section-label { margin-bottom: 17px; display: flex; align-items: center; justify-content: space-between; }
.editorial-section-label > span { color: var(--purple); }
.editorial-section-label > a { display: inline-flex; align-items: center; gap: 6px; color: var(--purple); font-size: 11px; font-weight: 800; }
.editorial-section-label .icon { width: 15px; }
.editorial-card { overflow: hidden; background: #fff; border: 1px solid #ddd6e3; border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.editorial-card:hover { transform: translateY(-5px); border-color: #bda8d6; box-shadow: 0 24px 54px rgba(41,23,58,.12); }
.editorial-card > a { height: 100%; display: flex; flex-direction: column; }
.editorial-card figure { position: relative; margin: 0; overflow: hidden; background: #25152f; aspect-ratio: 1200/630; }
.editorial-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s cubic-bezier(.22,.7,.2,1); }
.editorial-card:hover figure img { transform: scale(1.025); }
.editorial-card figcaption { position: absolute; left: 18px; bottom: 16px; padding: 6px 9px; color: #fff; background: rgba(25,14,34,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; backdrop-filter: blur(8px); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.editorial-card-copy { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.editorial-card-copy > span { width: fit-content; padding: 5px 9px; color: var(--purple); background: var(--purple-soft); border-radius: 99px; font-size: 8px; font-weight: 850; }
.editorial-card h2 { margin: 15px 0 9px; font-family: var(--display); font-size: 24px; line-height: 1.35; letter-spacing: -.025em; }
.editorial-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.editorial-card footer { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; color: #817789; font-size: 9px; }
.editorial-card footer b { color: var(--ink); font-weight: 700; }
.editorial-card.featured > a { display: grid; grid-template-columns: 1.12fr .88fr; }
.editorial-card.featured figure { min-height: 420px; aspect-ratio: auto; }
.editorial-card.featured .editorial-card-copy { padding: 48px 46px 38px; }
.editorial-card.featured h2 { margin-top: 21px; font-size: clamp(31px, 3.2vw, 47px); line-height: 1.18; }
.editorial-card.featured p { margin-top: 8px; font-size: 14px; }

.editorial-archive { padding: 52px 0 92px; }
.editorial-archive > .container > header { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; }
.editorial-archive header p { color: var(--purple); }
.editorial-archive header h2 { margin: 4px 0 0; font-family: var(--display); font-size: 38px; letter-spacing: -.035em; }
.editorial-archive > .container > header > span { color: var(--muted); font-size: 10px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.editorial-grid .editorial-card h2 { font-size: 22px; }
.editorial-grid .editorial-card p { min-height: 82px; }

.editorial-method { padding: 86px 0; color: #f7f3fa; background: #20132a; }
.editorial-method > .container > p { color: #b6ff67; }
.editorial-method h2 { margin: 8px 0 30px; font-family: var(--display); font-size: 39px; }
.editorial-method .container > div { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #4f3a5c; border-radius: 16px; overflow: hidden; }
.editorial-method article { min-height: 190px; padding: 27px; border-right: 1px solid #4f3a5c; }
.editorial-method article:last-child { border-right: 0; }
.editorial-method article b { color: #b6ff67; font-family: Georgia, serif; font-size: 12px; }
.editorial-method article h3 { margin: 34px 0 8px; font-family: var(--display); font-size: 22px; }
.editorial-method article span { color: #b9adbF; font-size: 11px; line-height: 1.7; }

.category-editorial-hero { padding: 66px 0 53px; color: #f7f3fa; background: #20132a; }
.category-editorial-hero nav,
.article-editorial-header nav { display: flex; align-items: center; gap: 9px; color: #afa2b7; font-size: 9px; }
.category-editorial-hero nav a:hover,
.article-editorial-header nav a:hover { color: #fff; }
.category-editorial-hero > .container > div { margin: 40px 0 14px; display: flex; align-items: center; gap: 12px; }
.category-editorial-hero > .container > div > span { color: #b6ff67; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.category-editorial-hero > .container > div > b { min-width: 38px; height: 38px; padding: 0 7px; display: grid; place-items: center; color: var(--purple-deep); background: #b6ff67; border-radius: 50%; font-family: Georgia, serif; font-size: 8px; }
.category-editorial-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 74px); }
.category-editorial-hero p { max-width: 920px; margin: 20px 0 0; color: #c9becf; font-size: 14px; line-height: 1.95; }
.category-posts { min-height: 620px; padding-top: 66px; }
.category-next-step { padding: 32px 0; color: white; background: var(--purple-deep); }
.category-next-step > .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.category-next-step p { margin: 0; color: #c8b8d9; font-size: 10px; }
.category-next-step h2 { margin: 4px 0 0; font-family: var(--display); font-size: 25px; }
.category-next-step .button { background: #b6ff67; color: #20132a; box-shadow: none; }

.article-preview-banner { padding: 10px; color: #5a3a00; background: #fef3c7; border-bottom: 1px solid #f5d98a; text-align: center; font-size: 10px; font-weight: 800; }
.article-editorial-header { padding: 38px 0 60px; color: #f8f5fa; background: #1e1228; }
.article-header-grid { margin-top: 37px; display: grid; grid-template-columns: 1fr 450px; gap: 68px; align-items: center; }
.article-category-label { display: inline-flex; padding: 7px 11px; color: #361558; background: #b6ff67; border-radius: 99px; font-size: 9px; font-weight: 850; }
.article-header-grid h1 { margin: 20px 0 17px; font-family: var(--display); font-size: clamp(42px, 4.5vw, 66px); line-height: 1.1; letter-spacing: -.045em; }
.article-header-grid > div > p { max-width: 760px; margin: 0; color: #c6bbcC; font-size: 15px; line-height: 1.8; }
.article-byline { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: #a99daf; font-size: 9px; }
.article-byline strong { color: #fff; }
.article-header-grid figure { position: relative; margin: 0; overflow: hidden; border: 1px solid #614a70; border-radius: 3px 26px 3px 26px; box-shadow: 18px 18px 0 rgba(119,70,166,.18); }
.article-header-grid figure img { width: 100%; height: auto; display: block; aspect-ratio: 1200/630; object-fit: cover; }
.article-header-grid figcaption { position: absolute; left: 18px; bottom: 16px; padding: 6px 9px; background: rgba(25,14,34,.75); border-radius: 99px; font-size: 8px; letter-spacing: .13em; }

.article-reading-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); gap: 76px; justify-content: center; align-items: start; padding-top: 68px; padding-bottom: 100px; }
.article-toc { position: sticky; top: 116px; padding: 21px 0; border-top: 3px solid var(--purple); border-bottom: 1px solid var(--line); }
.article-toc > p { margin: 0 0 4px; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.article-toc > strong { font-family: var(--display); font-size: 20px; }
.article-toc nav { margin: 17px 0; display: grid; }
.article-toc nav a { padding: 7px 0; color: #786f80; border-bottom: 1px solid #eee9f1; font-size: 10px; line-height: 1.45; }
.article-toc nav a:hover { color: var(--purple); }
.article-toc > a { display: flex; align-items: center; gap: 5px; color: var(--purple); font-size: 9px; font-weight: 800; }
.article-toc .icon { width: 14px; }
.article-prose { min-width: 0; color: #302a35; font-family: var(--display); font-size: 18px; line-height: 1.95; }
.article-prose > p { margin: 0 0 25px; }
.article-prose > h2 { margin: 62px 0 18px; scroll-margin-top: 120px; color: #211827; font-size: 34px; line-height: 1.3; letter-spacing: -.025em; }
.article-prose > h3 { margin: 40px 0 14px; scroll-margin-top: 120px; font-size: 25px; }
.article-prose > ul,
.article-prose > ol { margin: 0 0 28px; padding-left: 1.4em; }
.article-prose li { margin: 10px 0; padding-left: 6px; }
.article-prose li::marker { color: var(--purple); font-family: Georgia, serif; font-weight: 900; }
.article-callout { margin: 0 0 35px; padding: 23px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; background: #f5f0fb; border: 1px solid #d9cbed; border-radius: 13px; font-family: var(--body); }
.article-callout > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--purple); border-radius: 50%; font-family: Georgia, serif; font-weight: 900; }
.article-callout strong { display: block; color: #2c1d38; font-size: 13px; }
.article-callout p { margin: 5px 0 0; color: #655c6d; font-size: 12px; line-height: 1.75; }
.article-callout.tone-warning { background: #fff7ed; border-color: #fed7aa; }
.article-callout.tone-warning > span { background: #c2410c; }
.article-callout.tone-safe { background: #f0fdf4; border-color: #bbf7d0; }
.article-callout.tone-safe > span { background: #15803d; }
.article-table-wrap { margin: 28px 0 36px; overflow-x: auto; border: 1px solid #dcd5e2; border-radius: 13px; background: #fff; }
.article-table-wrap table { min-width: 620px; }
.article-table-wrap th,
.article-table-wrap td { padding: 15px 17px; font-family: var(--body); font-size: 11px; line-height: 1.55; }
.article-table-wrap thead th { color: #fff; background: #2a1836; font-size: 11px; }
.article-table-wrap tbody th { color: var(--purple-deep); background: #f7f3fb; }
.article-inline-cta { margin: 48px 0; padding: 31px; color: #f8f4fa; background: #271534; border-radius: 4px 22px 4px 22px; font-family: var(--body); box-shadow: 10px 10px 0 #e4d8f3; }
.article-inline-cta > p { margin: 0; color: #b6ff67; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.article-inline-cta > h2 { margin: 10px 0 6px; font-family: var(--display); font-size: 29px; }
.article-inline-cta > span { color: #cbbfd1; font-size: 12px; line-height: 1.7; }
.article-inline-cta > div { margin-top: 22px; display: flex; align-items: center; gap: 20px; }
.article-inline-cta > div > a:not(.button) { display: inline-flex; align-items: center; gap: 5px; color: #d7c8e2; font-size: 10px; font-weight: 800; }
.article-inline-cta .icon { width: 14px; }
.article-inline-cta small { display: block; margin-top: 17px; color: #91859a; font-size: 8px; }
.article-faq { margin-top: 62px; padding-top: 32px; border-top: 3px solid #24172c; font-family: var(--body); }
.article-faq > p { margin: 0; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.article-faq > h2 { margin: 8px 0 23px; font-family: var(--display); font-size: 32px; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { font-size: 13px; }
.article-faq details p { margin: 0; padding: 0 35px 19px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.article-related { padding: 72px 0 96px; background: #f4eff8; border-top: 1px solid #e1d8e8; }
.article-related header { margin-bottom: 24px; }
.article-related header p { color: var(--purple); }
.article-related header h2 { margin: 6px 0 0; font-family: var(--display); font-size: 38px; }
.article-related > .container > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-related .editorial-card h2 { font-size: 19px; }
.article-related .editorial-card p { display: none; }

@media (max-width: 1020px) {
  .editorial-blog-hero > .container { grid-template-columns: 1fr 180px; gap: 40px; }
  .editorial-card.featured > a { grid-template-columns: 1fr 1fr; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .article-header-grid { grid-template-columns: 1fr 360px; gap: 35px; }
  .article-reading-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 38px; }
}

@media (max-width: 720px) {
  .editorial-blog-hero { padding: 64px 0 50px; }
  .editorial-blog-hero > .container { grid-template-columns: 1fr; gap: 32px; }
  .editorial-blog-hero h1 { font-size: 43px; }
  .editorial-blog-hero > .container > div > span { font-size: 13px; }
  .editorial-blog-hero aside { min-height: 150px; }
  .editorial-blog-hero aside i { margin-top: 20px; }
  .editorial-blog-categories { overflow-x: auto; }
  .blog-category-nav { width: max-content; min-height: 70px; justify-content: flex-start; padding-right: 18px; }
  .blog-category-nav a { min-height: 39px; padding: 7px 13px; }
  .editorial-featured { padding-top: 48px; }
  .editorial-section-label > a { display: none; }
  .editorial-card.featured > a { display: flex; }
  .editorial-card.featured figure { min-height: 0; aspect-ratio: 1200/630; }
  .editorial-card.featured .editorial-card-copy { padding: 25px 22px; }
  .editorial-card.featured h2 { font-size: 28px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid .editorial-card p { min-height: 0; }
  .editorial-archive { padding: 40px 0 70px; }
  .editorial-archive header h2 { font-size: 31px; }
  .editorial-method { padding: 66px 0; }
  .editorial-method h2 { font-size: 32px; }
  .editorial-method .container > div { grid-template-columns: 1fr; }
  .editorial-method article { min-height: 155px; border-right: 0; border-bottom: 1px solid #4f3a5c; }
  .editorial-method article:last-child { border-bottom: 0; }
  .editorial-method article h3 { margin-top: 23px; }
  .category-editorial-hero { padding: 42px 0; }
  .category-editorial-hero > .container > div { margin-top: 30px; }
  .category-editorial-hero h1 { font-size: 47px; }
  .category-editorial-hero p { font-size: 12px; }
  .category-next-step > .container { align-items: stretch; flex-direction: column; }
  .category-next-step .button { justify-content: center; }
  .article-editorial-header { padding: 30px 0 46px; }
  .article-header-grid { grid-template-columns: 1fr; gap: 35px; }
  .article-header-grid h1 { font-size: 41px; }
  .article-header-grid > div > p { font-size: 13px; }
  .article-header-grid figure { box-shadow: 9px 9px 0 rgba(119,70,166,.18); }
  .article-reading-layout { grid-template-columns: 1fr; gap: 22px; padding-top: 38px; padding-bottom: 70px; }
  .article-toc { position: static; padding: 17px; background: #f6f1fa; border: 1px solid var(--line); border-top: 3px solid var(--purple); border-radius: 10px; }
  .article-prose { font-size: 17px; line-height: 1.9; }
  .article-prose > h2 { margin-top: 50px; font-size: 29px; }
  .article-table-wrap { margin-inline: -2px; }
  .article-callout { grid-template-columns: 34px 1fr; padding: 18px; }
  .article-callout > span { width: 34px; height: 34px; }
  .article-inline-cta { padding: 24px 20px; box-shadow: 7px 7px 0 #e4d8f3; }
  .article-inline-cta > div { align-items: stretch; flex-direction: column; gap: 14px; }
  .article-inline-cta .button { justify-content: center; }
  .article-related { padding: 58px 0 78px; }
  .article-related > .container > div { grid-template-columns: 1fr; }
}
