.hero { min-height: 704px; display: flex; align-items: center; overflow-x: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; width: 100%; padding-block: 58px; }
.copy { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--accent); font-size: var(--caption); font-weight: var(--medium); }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--accent-dark); flex-shrink: 0; }
.divider { color: var(--border); }
.english { font-family: var(--mono); font-size: var(--tiny); letter-spacing: 1px; color: var(--muted); }
.headline-line { display: block; }
.accent-line { color: var(--accent); }
.lead { font-size: var(--body-size); line-height: 1.9; color: var(--muted); margin: 25px 0 16px; max-width: 510px; }
.lead strong { color: var(--text); font-weight: var(--medium); }
.trust { display: flex; gap: 19px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; font-size: var(--caption); color: var(--muted); }
.trust li { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.check { color: var(--accent); font-size: var(--base); flex-shrink: 0; }
.compatibility { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--edge); }
.platforms, .regions { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; gap: 22px; }
.platforms li, .regions li { display: flex; align-items: center; gap: 7px; white-space: nowrap; font-size: var(--small); color: var(--muted); }
.platforms svg { width: 19px; height: 19px; fill: currentColor; }
.regions { margin-top: 21px; gap: 22px; }
.regions svg { width: 23px; height: 16px; border-radius: var(--radius-small); overflow: hidden; }
.flag-white { fill: var(--flag-white); }
.flag-red { fill: var(--flag-red); }
.flag-blue { fill: var(--flag-blue); }
.flag-green { fill: var(--flag-green); }
.delivery { margin: 0; min-width: 0; position: relative; padding: 0 0 2px; }
.fold-label { display: flex; justify-content: space-between; align-items: center; margin: 0 2px 20px; font-size: var(--tiny); color: var(--muted); font-family: var(--mono); letter-spacing: 1px; }
.fold-label span:last-child { letter-spacing: 0; font-family: var(--body); }
.fold-object { display: grid; grid-template-columns: minmax(0, 1.48fr) 12px minmax(0, 1fr); align-items: center; position: relative; isolation: isolate; }
.plan-sheet { position: relative; z-index: 2; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--sheet-shadow); overflow: hidden; }
.window-bar { height: 44px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: var(--raised); font-size: var(--tiny); color: var(--muted); }
.window-title { display: flex; gap: 8px; align-items: center; }
.chrome-mark { width: 11px; height: 11px; border: 1px solid var(--accent-dark); border-radius: var(--radius-small); box-shadow: inset 3px 0 0 var(--accent-dark); flex-shrink: 0; }
.chrome-controls { display: flex; gap: 6px; }
.chrome-controls i { width: 4px; height: 4px; background: var(--accent-dark); border-radius: var(--round); }
.plan-content { padding: 23px 23px 20px; }
.sheet-tabs { display: flex; align-items: center; gap: 19px; border-bottom: 1px solid var(--border); font-size: var(--small); color: var(--muted); }
.sheet-tabs span { padding-bottom: 12px; }
.sheet-tabs .selected { color: var(--accent); border-bottom: 2px solid var(--accent); }
.price-heading { font-size: var(--small); color: var(--muted); margin: 22px 0 8px; }
.price-display { display: flex; align-items: baseline; gap: 5px; line-height: 1.1; }
.currency { font-size: var(--subheading); font-weight: var(--medium); }
.price-display strong { font-size: var(--price); font-weight: var(--heavy); letter-spacing: -1px; }
.per-month { font-size: var(--base); color: var(--muted); margin-left: 3px; }
.allowance { font-size: var(--caption); color: var(--muted); margin: 10px 0 22px; }
.allowance strong { font-family: var(--mono); color: var(--text); font-weight: var(--medium); }
.plan-options { display: grid; gap: 8px; }
.plan-option { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; border: 1px solid var(--border); border-radius: var(--radius-small); font-size: var(--small); color: var(--muted); gap: 8px; }
.plan-option.chosen { background: var(--faint); border-color: var(--accent-dark); color: var(--text); box-shadow: inset 0 0 14px var(--glow); }
.option-name { display: flex; align-items: center; gap: 8px; }
.radio { display: inline-flex; width: 12px; height: 12px; border-radius: var(--round); border: 1px solid var(--accent-dark); align-items: center; justify-content: center; flex-shrink: 0; }
.chosen .radio::before { content: ""; width: 6px; height: 6px; border-radius: var(--round); background: var(--accent); }
.plan-option b { font-weight: var(--medium); font-family: var(--mono); font-size: var(--small); white-space: nowrap; }
.reset-note { display: flex; gap: 7px; align-items: center; margin: 16px 0 0; color: var(--muted); font-size: var(--tiny); }
.sheet-foot { display: flex; justify-content: space-between; align-items: center; padding: 13px 20px; background: var(--raised); border-top: 1px solid var(--border); font-size: var(--tiny); color: var(--muted); }
.return-sign { color: var(--accent); font-size: var(--base); }
.fold-spine { height: 78%; background: linear-gradient(90deg, var(--bg), var(--raised), var(--panel)); border-block: 1px solid var(--border); box-shadow: 0 20px 20px var(--shade); }
.guide-sheet { position: relative; z-index: 1; border: 1px solid var(--border); background: linear-gradient(100deg, var(--panel), var(--raised)); border-radius: 0 var(--radius) var(--radius) 0; transform: perspective(1200px) rotateY(-5deg); transform-origin: left center; box-shadow: inset 1px 0 0 var(--edge), 12px 20px 40px var(--shade); }
.guide-top { padding: 16px 18px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: var(--tiny); display: flex; align-items: center; justify-content: space-between; }
.guide-step { padding: 24px 18px 21px; }
.guide-step + .guide-step { border-top: 1px dashed var(--border); }
.step-icon { display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 1px solid var(--border); border-radius: var(--radius); color: var(--accent); background: var(--panel); box-shadow: 0 3px 8px var(--shade); margin-bottom: 16px; }
.guide-step h3 { font-size: var(--nav-size); font-weight: var(--bold); margin: 0 0 9px; }
.guide-step p { font-size: var(--small); color: var(--muted); line-height: 1.9; margin: 0; }
.step-caption { display: flex; align-items: center; gap: 6px; color: var(--accent); font-size: var(--tiny); margin-top: 14px; }
.delivery figcaption { display: flex; align-items: flex-start; gap: 7px; margin: 24px 2px 0; color: var(--muted); font-size: var(--tiny); line-height: 1.9; }
.delivery figcaption svg { margin-top: 3px; color: var(--accent-dark); }
.fact-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--edge); }
.facts-inner { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.12fr; align-items: center; min-height: 105px; gap: 28px; }
.fact-intro { font-size: var(--base); line-height: 1.8; }
.fact-intro span { display: block; color: var(--muted); font-size: var(--small); }
.fact { border-left: 1px solid var(--border); padding-left: 30px; display: flex; align-items: baseline; gap: 10px; }
.fact strong { font-family: var(--mono); font-size: var(--stat); font-weight: var(--medium); letter-spacing: -1px; }
.fact span { font-size: var(--small); color: var(--muted); }
.fact:last-child strong { font-family: var(--body); font-size: var(--subheading); letter-spacing: 0; }

.tab-set { min-width: 0; }
.tab-rail, [role="tablist"] { display: flex; gap: 8px; overflow-x: auto; max-width: 100%; border-bottom: 1px solid var(--border); padding: 6px 0 0; }
[role="tab"] {
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-bottom: 3px solid var(--clear);
  background: var(--clear);
  color: var(--muted);
  padding: 12px 20px;
  min-height: 48px;
  font-size: var(--base);
  font-weight: var(--bold);
}
[role="tab"][aria-selected="true"] { color: var(--accent); border-bottom-color: var(--accent); background: var(--faint); }
[role="tab"]:hover { color: var(--text); }
[role="tabpanel"] { padding-top: 28px; min-width: 0; }
.toc-tabs {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  gap: 18px;
  max-width: 100%;
  min-height: var(--toc-height);
  padding: 8px 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: var(--bg);
  border-block: 1px solid var(--border);
  scrollbar-width: thin;
}
.toc-tabs a {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 6px;
  font-size: var(--caption);
  color: var(--muted);
  white-space: nowrap;
  border-bottom: 2px solid var(--clear);
}
.toc-tabs a.is-current { color: var(--text); border-bottom-color: var(--accent); }
.toc-tabs.toc-static { position: static; }
.task-book { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 64px; align-items: start; }
.task-book > .toc-tabs { flex-direction: column; gap: 6px; top: 20px; padding: 8px 0; border-top: 0; }
.task-book > .toc-tabs a { white-space: normal; }
.task-content { min-width: 0; }
.task-entry { padding-top: 16px; padding-bottom: 40px; margin-bottom: 32px; border-bottom: 1px solid var(--border); }
.receipt-line { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 14px 18px; background: var(--raised); border-left: 2px solid var(--accent-dark); color: var(--text); font-size: var(--caption); border-radius: 0 var(--radius-small) var(--radius-small) 0; }
.billing-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-weight: var(--bold); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 10px; top: 20px; color: var(--accent); font-family: var(--mono); font-size: var(--subheading); }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { color: var(--muted); padding: 0 32px 22px 0; }
.faq-answer p:last-child { margin-bottom: 0; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.plan-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); box-shadow: var(--panel-shadow); }
.plan-card.is-current { border-color: var(--accent-dark); box-shadow: inset 0 0 28px var(--glow), var(--panel-shadow); }
.plan-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.plan-card-head h3 { margin: 0; }
.plan-price { font-family: var(--mono); font-size: var(--price); font-weight: var(--medium); line-height: 1.3; margin-bottom: 14px; }
.plan-price small { font-family: var(--body); font-size: var(--base); color: var(--muted); }
.plan-features { list-style: none; padding: 0; margin: 12px 0 24px; color: var(--muted); font-size: var(--base); }
.plan-features li { padding-block: 8px; border-top: 1px solid var(--edge); }
.plan-card > .cta { margin-top: auto; width: 100%; }
.plan-note { color: var(--muted); font-size: var(--small); margin-top: 16px; margin-bottom: 0; }
.badge, .tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 4px 9px;
  border: 1px solid var(--border);
  border-radius: var(--radius-small);
  font-size: var(--small);
  font-weight: var(--medium);
  line-height: 1.5;
  color: var(--muted);
  background: var(--raised);
}
.badge-best { border-color: var(--accent-dark); color: var(--accent); background: var(--faint); }
.badge-current { color: var(--text); border-bottom: 2px solid var(--accent); }
.status { display: inline-flex; align-items: center; gap: 6px; font-size: var(--caption); color: var(--text); }
.status::before { content: "✓"; color: var(--success); flex-shrink: 0; }
.status-review::before { content: "○"; color: var(--warn); }
.status-error::before { content: "×"; color: var(--error); }
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
}
.data-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: var(--base); text-align: left; }
.data-table caption { padding: 16px 20px; text-align: left; color: var(--muted); font-size: var(--caption); }
.data-table th, .data-table td { padding: 16px 20px; border-bottom: 1px solid var(--border); vertical-align: top; }
.data-table thead th { background: var(--raised); color: var(--text); font-weight: var(--bold); }
.data-table tbody th { color: var(--text); font-weight: var(--medium); }
.data-table td { color: var(--muted); }
.data-table tbody:last-child tr:last-child > * { border-bottom: 0; }
.region-group th { background: var(--faint); color: var(--accent); font-size: var(--caption); }
.prose > .data-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; min-width: 0; }
.table-hint { font-size: var(--small); color: var(--muted); margin: 10px 0 18px; }
.platform-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.platform-card { padding: 22px 16px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: inset 0 1px 0 var(--edge); display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.platform-card svg { width: 28px; height: 28px; fill: currentColor; color: var(--text); overflow: hidden; }
.platform-card h3 { font-size: var(--body-size); margin: 0; }
.platform-card .cta { margin-top: auto; padding-inline: 12px; width: 100%; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.article-card { border-top: 2px solid var(--accent-dark); border-bottom: 1px solid var(--border); padding: 24px 0; }
.article-card h3 { margin: 18px 0 14px; }
.article-card h3 a:hover { color: var(--accent); }
.article-card p { color: var(--muted); font-size: var(--base); }
.article-meta { font-size: var(--small); color: var(--muted); }
.article-card > .text-link { display: inline-flex; min-height: 28px; align-items: center; font-size: var(--caption); }
.article-band { background: var(--raised); border-block: 1px solid var(--border); padding-top: 64px; padding-bottom: 64px; }
.article-band h1 { font-size: var(--price); line-height: 1.3; }
.callout { margin: 28px 0; padding: 22px 26px; border-left: 3px solid var(--accent-dark); background: var(--panel); border-radius: 0 var(--radius) var(--radius) 0; box-shadow: inset 0 1px 0 var(--edge); color: var(--muted); }
.callout strong { color: var(--text); }
.callout p:last-child { margin-bottom: 0; }
.article-promo { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 30px; background: var(--raised); border: 1px solid var(--accent-dark); border-radius: var(--radius); box-shadow: inset 0 0 24px var(--glow); margin-block: 40px; }
.promo-brand { font-weight: var(--heavy); font-size: var(--subheading); margin-bottom: 8px; }
.article-promo p:last-child { margin-bottom: 0; color: var(--muted); font-size: var(--base); }
.flow-line { width: 100%; height: 24px; color: var(--accent-dark); overflow: hidden; }
.motion-line-mask { display: block; overflow: clip; }
.motion-line-content { display: block; }
.preview-section { padding-top: 72px; padding-bottom: 72px; border-bottom: 1px solid var(--edge); }
.preview-intro { max-width: 720px; color: var(--muted); }
.swatch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.swatch { padding: 12px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--panel); }
.swatch-surface { height: 60px; border: 1px solid var(--border); border-radius: var(--radius-small); margin-bottom: 12px; }
.swatch code { font-size: var(--small); }
.swatch-bg { background: var(--bg); }
.swatch-panel { background: var(--panel); }
.swatch-raised { background: var(--raised); }
.swatch-border { background: var(--border); }
.swatch-accent { background: var(--accent); }
.swatch-accent-dark { background: var(--accent-dark); }
.swatch-text { background: var(--text); }
.swatch-muted { background: var(--muted); }
.swatch-success { background: var(--success); }
.swatch-warn { background: var(--warn); }
.swatch-error { background: var(--error); }
.swatch-clear { background: var(--clear); }
.swatch-shade { background: var(--shade); }
.swatch-deep-shade { background: var(--deep-shade); }
.swatch-edge { background: var(--edge); }
.swatch-glow { background: var(--glow); }
.swatch-faint { background: var(--faint); }
.swatch-veil { background: var(--veil); }
.swatch-flag-white { background: var(--flag-white); }
.swatch-flag-red { background: var(--flag-red); }
.swatch-flag-blue { background: var(--flag-blue); }
.swatch-flag-green { background: var(--flag-green); }
.type-samples { display: grid; gap: 24px; }
.type-samples > * { margin: 0; }
.sample-heading { font-family: var(--display-font); font-size: var(--heading); font-weight: var(--heavy); line-height: 1.3; }
.sample-subheading { font-size: var(--subheading); font-weight: var(--bold); }
.sample-caption { font-size: var(--caption); color: var(--muted); }
.demo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-block: 24px; }
.preview-language { position: relative; }
.preview-language > summary { list-style: none; }
.preview-language > summary::-webkit-details-marker { display: none; }
.preview-mobile { display: none; }
@media (min-width: 1500px) { .hero { min-height: calc(100svh - 198px); } }
@media (max-width: 1180px) {
  .hero-grid { gap: 36px; }
  .platforms, .regions { gap: 14px; }
  .trust { gap: 12px; }
  .plan-content { padding-inline: 17px; }
  .guide-step { padding-inline: 15px; }
  .platform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 52px; padding-block: 46px; max-width: 600px; margin-inline: auto; }
  .hero { min-height: auto; }
  .copy { max-width: 600px; }
  .delivery { width: 100%; }
  .facts-inner { grid-template-columns: 1fr 1fr; padding-block: 25px; gap: 25px; }
  .fact-intro { padding-left: 30px; }
  .plan-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .task-book { gap: 32px; grid-template-columns: 160px minmax(0, 1fr); }
  .preview-mobile { display: block; }
  .preview-mobile > summary { list-style: none; display: flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; cursor: pointer; border: 1px solid var(--border); border-radius: var(--radius); }
  .preview-mobile > summary::-webkit-details-marker { display: none; }
  .preview-mobile > nav { display: none; }
  .preview-mobile[open] > nav { display: block; }
  html:has(.preview-mobile[open]) { overflow: hidden; }
}
@media (max-width: 768px) {
  .task-book { display: block; }
  .task-book > .toc-tabs { flex-direction: row; top: 0; margin-bottom: 32px; padding-inline: 12px; }
  .task-book > .toc-tabs a { white-space: nowrap; }
  .swatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .billing-pair { grid-template-columns: 1fr; }
  .article-band h1 { font-size: var(--stat); }
}
@media (max-width: 640px) {
  .guide-sheet { transform: none; }
  .hero-grid { padding-block: 32px 40px; gap: 38px; }
  .eyebrow { margin-bottom: 19px; font-size: var(--small); gap: 9px; }
  .english { font-size: var(--micro); letter-spacing: .5px; }
  .lead { font-size: var(--base); margin-top: 21px; margin-bottom: 14px; }
  .trust { gap: 10px 14px; font-size: var(--tiny); }
  .compatibility { margin-top: 22px; padding-top: 19px; }
  .platforms, .regions { justify-content: space-between; gap: 4px; }
  .platforms li, .regions li { font-size: var(--compact); gap: 4px; }
  .platforms svg { width: 16px; height: 16px; }
  .regions svg { width: 19px; height: 13px; }
  .regions { margin-top: 18px; }
  .fold-label { font-size: var(--micro); }
  .fold-object { grid-template-columns: minmax(0, 1.35fr) 7px minmax(0, 1fr); }
  .window-bar { padding-inline: 10px; font-size: var(--micro); height: 37px; }
  .plan-content { padding: 16px 12px; }
  .sheet-tabs { font-size: var(--compact); gap: 13px; }
  .price-heading { font-size: var(--compact); margin-top: 18px; }
  .price-display strong { font-size: var(--mobile-price); }
  .allowance { font-size: var(--compact); margin-bottom: 17px; }
  .plan-option { padding: 10px 7px; font-size: var(--compact); }
  .plan-option b { font-size: var(--micro); }
  .option-name { gap: 5px; }
  .radio { width: 10px; height: 10px; }
  .reset-note { font-size: var(--micro); align-items: flex-start; line-height: 1.6; }
  .sheet-foot { padding: 10px; font-size: var(--micro); }
  .guide-top { padding: 13px 11px; font-size: var(--micro); }
  .guide-step { padding: 20px 11px; }
  .guide-step h3 { font-size: var(--small); }
  .guide-step p { font-size: var(--compact); }
  .step-caption { font-size: var(--micro); gap: 4px; }
  .step-icon { margin-bottom: 12px; width: 30px; height: 30px; }
  .delivery figcaption { font-size: var(--compact); margin-top: 19px; }
  .facts-inner { gap: 22px 10px; }
  .fact { padding-left: 17px; gap: 7px; }
  .fact-intro { padding-left: 0; font-size: var(--small); }
  .fact-intro span, .fact span { font-size: var(--compact); }
  .fact strong { font-size: var(--mobile-stat); }
  .fact:last-child strong { font-size: var(--body-size); }
  .platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-promo { grid-template-columns: 1fr; padding: 24px; }
  .article-promo .cta { justify-self: start; }
  .plan-card { padding: 24px; }
  .preview-section { padding-top: 48px; padding-bottom: 48px; }
}
@media (max-width: 360px) {
  .platforms li { gap: 3px; font-size: var(--micro); }
  .platforms svg { width: 14px; height: 14px; }
  .eyebrow { gap: 6px; }
  .eyebrow::before { width: 14px; }
}