:root {
  color-scheme: light;
  --ink: #0b1020;
  --ink-soft: #343b50;
  --paper: #f7f6f2;
  --surface: #ffffff;
  --line: #dfe2e8;
  --line-dark: rgba(255, 255, 255, 0.16);
  --amber: #ffb547;
  --amber-deep: #e98712;
  --mint: #52d6bd;
  --blue: #5a73f2;
  --shadow: 0 24px 60px rgba(11, 16, 32, 0.12);
  --radius-large: 28px;
  --radius-medium: 18px;
  --shell: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 10px;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #fff;
  background: rgba(11, 16, 32, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  min-height: 72px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-mark,
.mini-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 2px solid var(--amber);
  border-radius: 10px;
}

.brand-mark::before,
.mini-mark::before {
  content: "";
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--mint);
  border-bottom: 2px solid var(--mint);
  transform: translateY(-2px) rotate(45deg);
}

.brand-mark span,
.mini-mark span {
  display: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.desktop-nav a,
.footer-links a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  opacity: 0.76;
  transition: opacity 160ms ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  opacity: 1;
}

.language-switch {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.language-switch button,
.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.language-switch button[aria-pressed="true"],
.language-switch a[aria-current="page"] {
  color: var(--ink);
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 56px 56px;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 90px;
  background: var(--paper);
  clip-path: polygon(0 82%, 100% 0, 100% 100%, 0 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.hero-glow-one {
  top: 70px;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(82, 214, 189, 0.2), transparent 68%);
}

.hero-glow-two {
  bottom: 80px;
  left: 7%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 181, 71, 0.17), transparent 68%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  min-height: 690px;
  padding-block: 90px 130px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #856018;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.eyebrow.light {
  color: var(--amber);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(43px, 5.8vw, 74px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

h1 span {
  display: block;
}

.accent-text {
  color: transparent;
  background: linear-gradient(115deg, #fff 5%, var(--amber) 50%, var(--mint));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 780;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--amber);
  box-shadow: 0 12px 28px rgba(255, 181, 71, 0.22);
}

.button-primary:hover {
  background: #ffc76b;
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.3);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  list-style: none;
  font-size: 13px;
  font-weight: 650;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list li > span:first-child {
  color: var(--mint);
}

.product-window {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 17px;
  background: #eef0f4;
  border-bottom: 1px solid #d9dce4;
}

.window-dot {
  width: 9px;
  height: 9px;
  background: #c4c8d2;
  border-radius: 50%;
}

.window-title {
  margin-left: auto;
  color: #70778a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-menu {
  padding: 20px 22px 18px;
  border-bottom: 1px solid #e6e8ed;
}

.file-row,
.safe-copy-command,
.output-row {
  display: flex;
  align-items: center;
}

.file-row {
  gap: 13px;
  padding: 2px 4px 17px;
}

.file-row div {
  display: grid;
}

.file-row strong,
.process-list strong {
  font-size: 14px;
}

.file-row span,
.process-list small {
  color: #737a8c;
  font-size: 11px;
}

.file-icon {
  position: relative;
  width: 34px;
  height: 42px;
  background: #fff;
  border: 2px solid #aab0bd;
  border-radius: 5px;
}

.file-icon::after {
  content: "PDF";
  position: absolute;
  right: -5px;
  bottom: 5px;
  padding: 1px 4px;
  color: #fff;
  background: #d75050;
  border-radius: 3px;
  font-size: 7px;
  font-weight: 850;
}

.safe-copy-command {
  gap: 11px;
  min-height: 48px;
  padding: 8px 12px;
  background: #11182a;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 720;
}

.safe-copy-command > span:last-child {
  margin-left: auto;
  color: var(--amber);
  font-size: 20px;
}

.mini-mark {
  width: 23px;
  height: 23px;
  border-radius: 7px;
}

.mini-mark::before {
  width: 5px;
  height: 8px;
  transform: translateY(-1px) rotate(45deg);
}

.process-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 18px 22px 12px;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 5px 8px;
  border-radius: 10px;
}

.process-list li div {
  display: grid;
}

.step-state {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #b7bdc9;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.process-list .done .step-state {
  color: var(--ink);
  background: var(--mint);
}

.process-list .active {
  background: #f7f1e4;
}

.process-list .active .step-state {
  background: conic-gradient(var(--amber) 0 72%, #ded7c9 72% 100%);
  box-shadow: inset 0 0 0 6px #f7f1e4;
}

.output-row {
  justify-content: space-between;
  gap: 14px;
  margin: 6px 22px 22px;
  padding: 12px 14px;
  background: #effbf7;
  border: 1px solid #c8ede4;
  border-radius: 12px;
  color: #52605d;
  font-size: 11px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #11624e;
  font-weight: 800;
}

.section {
  padding-block: 112px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.aligned-left {
  margin: 0;
  text-align: left;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: 0 16px 38px rgba(11, 16, 32, 0.055);
}

.step-card.featured {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.step-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(90, 115, 242, 0.13), transparent 66%);
  border-radius: 50%;
}

.step-card.featured::after {
  background: radial-gradient(circle, rgba(255, 181, 71, 0.28), transparent 66%);
}

.step-number {
  position: absolute;
  top: 26px;
  right: 27px;
  color: #a4a9b5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.step-icon {
  position: relative;
  width: 66px;
  height: 66px;
  margin-bottom: 55px;
  background: #f3f0e9;
  border-radius: 20px;
}

.featured .step-icon {
  background: rgba(255, 255, 255, 0.08);
}

.inspect-icon::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.inspect-icon::after {
  content: "";
  position: absolute;
  top: 39px;
  left: 39px;
  width: 14px;
  height: 3px;
  background: var(--blue);
  border-radius: 3px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.remove-icon::before,
.verify-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 34px;
  border: 3px solid var(--amber);
  border-radius: 9px;
  transform: translate(-50%, -50%);
}

.remove-icon::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 24px;
  width: 18px;
  height: 3px;
  background: var(--mint);
  border-radius: 3px;
  box-shadow: 0 8px 0 var(--mint);
}

.verify-icon::before {
  width: 34px;
  height: 34px;
  border-color: var(--mint);
  border-radius: 50%;
}

.verify-icon::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 29px;
  width: 8px;
  height: 14px;
  border-right: 3px solid var(--mint);
  border-bottom: 3px solid var(--mint);
  transform: rotate(45deg);
}

.step-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.step-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.privacy-band {
  color: #fff;
  background: #11182a;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.privacy-points > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.data-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 750;
}

.flow-device {
  padding: 12px 16px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 10px;
}

.formats-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: clamp(50px, 8vw, 120px);
}

.format-groups {
  display: grid;
  gap: 28px;
}

.format-group {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.format-group strong {
  padding-top: 7px;
  font-size: 13px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips span {
  padding: 7px 11px;
  color: #31394c;
  background: #fff;
  border: 1px solid #daddE5;
  border-radius: 9px;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.pricing-section {
  background: #eeece6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  justify-content: center;
  gap: 20px;
}

.price-card {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid #d9dce3;
  border-radius: var(--radius-large);
  box-shadow: 0 16px 44px rgba(11, 16, 32, 0.07);
}

.pro-card {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 24px 64px rgba(11, 16, 32, 0.22);
}

.recommended {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 5px 10px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.pro-card .plan-head {
  border-color: var(--line-dark);
}

.plan-name,
.plan-note,
.price {
  margin: 0;
}

.plan-name {
  font-size: 24px;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.plan-note {
  margin-top: 3px;
  color: #747b8b;
  font-size: 12px;
}

.pro-card .plan-note {
  color: rgba(255, 255, 255, 0.6);
}

.price {
  display: flex;
  align-items: baseline;
  font-size: 52px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.06em;
}

.price > span {
  margin-right: 2px;
  font-size: 20px;
  letter-spacing: 0;
}

.price small {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 27px;
  color: var(--ink-soft);
  font-size: 14px;
}

.pro-card .feature-list li {
  color: rgba(255, 255, 255, 0.76);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #158169;
  font-weight: 900;
}

.pro-card .feature-list li::before {
  color: var(--mint);
}

.plan-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  color: #5e6473;
  background: #f1f2f5;
  border: 1px solid #e3e5ea;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
}

.pro-status {
  color: var(--ink);
  background: var(--amber);
  border-color: var(--amber);
}

.quality-note {
  max-width: 820px;
  margin: 28px auto 0;
  color: #616879;
  text-align: center;
  font-size: 13px;
}

.legal-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: clamp(48px, 8vw, 110px);
}

.legal-cards {
  display: grid;
  gap: 12px;
}

.legal-cards details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
}

.legal-cards summary {
  padding: 19px 22px;
  cursor: pointer;
  font-weight: 780;
}

.legal-cards details[open] summary {
  border-bottom: 1px solid var(--line);
}

.legal-cards p {
  margin: 0;
  padding: 18px 22px 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.legal-cards p:last-child {
  padding-bottom: 20px;
}

.final-cta {
  color: #fff;
  background: linear-gradient(120deg, #151d34, #232e55);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.button-light {
  flex: 0 0 auto;
  color: var(--ink);
  background: #fff;
}

.site-footer {
  color: rgba(255, 255, 255, 0.65);
  background: #080c18;
}

.footer-inner {
  justify-content: space-between;
  min-height: 96px;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.footer-brand .brand-mark::before {
  width: 5px;
  height: 9px;
  transform: translateY(-1px) rotate(45deg);
}

.footer-inner > p {
  margin: 0;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* Guides reuse the product visual system while keeping long-form copy centered. */
.guide-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 56px 56px;
}

.guide-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 58px;
  background: var(--paper);
  clip-path: polygon(0 82%, 100% 0, 100% 100%, 0 100%);
}

.guide-hero-inner {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 84px 116px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.guide-hero h1 {
  max-width: 850px;
  font-size: clamp(42px, 6vw, 68px);
}

.guide-hero .hero-lede {
  max-width: 780px;
}

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 650;
}

.guide-index-intro {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.guide-index-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-card {
  display: flex;
  min-height: 300px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  box-shadow: 0 14px 34px rgba(11, 16, 32, 0.055);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.guide-card:hover {
  border-color: #c8ccd5;
  box-shadow: 0 20px 44px rgba(11, 16, 32, 0.09);
  transform: translateY(-3px);
}

.guide-card-inner {
  display: flex;
  flex-direction: column;
}

.guide-card .eyebrow {
  margin-bottom: 26px;
}

.guide-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.guide-card p {
  margin: 16px 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
}

.guide-card span:last-child {
  margin-top: auto;
  color: #76510f;
  font-size: 13px;
  font-weight: 800;
}

.guide-article-wrap {
  padding-block: 86px 112px;
}

.guide-article {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.guide-summary,
.guide-note,
.guide-warning {
  margin: 0 0 38px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--mint);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(11, 16, 32, 0.05);
}

.guide-warning {
  border-left-color: var(--amber);
}

.guide-summary strong,
.guide-note strong,
.guide-warning strong {
  display: block;
  margin-bottom: 7px;
}

.guide-summary p,
.guide-note p,
.guide-warning p {
  margin: 0;
  color: var(--ink-soft);
}

.guide-article h2 {
  margin: 62px 0 18px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
}

.guide-article h3 {
  margin: 38px 0 12px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.guide-article p,
.guide-article li {
  color: #2f374b;
  font-size: 17px;
  line-height: 1.85;
}

.guide-article p {
  margin: 0 0 24px;
}

.guide-article ul,
.guide-article ol {
  margin: 0 0 30px;
  padding-left: 24px;
}

.guide-article li + li {
  margin-top: 9px;
}

.guide-article a {
  color: #334fbf;
  text-underline-offset: 3px;
}

.guide-table-wrap {
  overflow-x: auto;
  margin: 28px 0 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.guide-table th,
.guide-table td {
  min-width: 150px;
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  color: var(--ink);
  background: #f0eee7;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.guide-table tr:last-child td {
  border-bottom: 0;
}

.guide-sources {
  margin-top: 66px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.guide-sources h2 {
  margin-top: 0;
  font-size: 27px;
}

.guide-sources p,
.guide-sources li {
  font-size: 14px;
}

.guide-disclosure {
  color: #697083;
  font-size: 13px !important;
}

.guide-pagination {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.guide-pagination a {
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .language-switch {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .product-window {
    width: min(580px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-icon {
    margin-bottom: 38px;
  }

  .privacy-grid,
  .formats-layout,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 620px);
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100% - 28px, 1160px);
  }

  .header-inner {
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 25px;
    height: 25px;
  }

  .language-switch button,
  .language-switch a {
    min-height: 30px;
    padding-inline: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 66px 125px;
  }

  h1 {
    font-size: clamp(39px, 13vw, 56px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
    gap: 9px;
  }

  .product-window {
    border-radius: 18px;
  }

  .output-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .section-heading > p:last-child,
  .privacy-points > p {
    font-size: 16px;
  }

  .step-card,
  .price-card {
    padding: 24px;
    border-radius: 22px;
  }

  .data-flow {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .data-flow > span[aria-hidden="true"] {
    transform: rotate(90deg);
  }

  .format-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plan-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .recommended {
    top: 24px;
    right: 24px;
  }

  .final-cta-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    padding-block: 28px;
    gap: 18px;
  }

  .guide-hero-inner,
  .guide-article {
    width: min(100% - 28px, 860px);
  }

  .guide-hero-inner {
    padding-block: 62px 98px;
  }

  .guide-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .guide-index-intro {
    text-align: left;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 250px;
  }

  .guide-article-wrap {
    padding-block: 64px 82px;
  }

  .guide-article p,
  .guide-article li {
    font-size: 16px;
  }

  .guide-pagination {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* C01 — decision-focused product landing page */
.c01-page {
  background: #f4f2ec;
}

.c01-header .header-inner {
  min-height: 70px;
}

.c01-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 15px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.c01-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 76% 16%, rgba(90, 115, 242, 0.2), transparent 34%),
    var(--ink);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.c01-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
  padding-block: 70px 82px;
}

.c01-hero .breadcrumb {
  margin-bottom: 36px;
}

.c01-hero h1 {
  max-width: 780px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.3vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.c01-lede {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

.c01-boundary {
  max-width: 760px;
  margin: 24px 0 0;
  padding: 17px 19px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
  font-size: 14px;
}

.c01-boundary strong {
  color: #fff;
}

.c01-release-note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.c01-scan-panel {
  overflow: hidden;
  color: var(--ink);
  background: #fdfdfc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
  transform: rotate(1deg);
}

.c01-panel-bar,
.c01-file-summary,
.c01-finding-list > div,
.c01-export-row {
  display: flex;
  align-items: center;
}

.c01-panel-bar {
  gap: 11px;
  padding: 16px 18px;
  background: #eef0f4;
  border-bottom: 1px solid #d9dce4;
}

.c01-panel-bar > div,
.c01-file-summary > div,
.c01-finding-list p,
.c01-export-row > span:first-child {
  display: grid;
}

.c01-panel-bar strong,
.c01-file-summary strong,
.c01-finding-list strong,
.c01-export-row strong {
  font-size: 13px;
}

.c01-panel-bar small,
.c01-file-summary small,
.c01-finding-list small,
.c01-export-row small {
  color: #70778a;
  font-size: 10px;
}

.c01-dev-pill {
  margin-left: auto;
  padding: 5px 8px;
  color: #6f4b0b;
  background: #fff0d7;
  border: 1px solid #f1d39c;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.c01-file-summary {
  gap: 14px;
  padding: 23px 23px 18px;
}

.c01-finding-list {
  display: grid;
  gap: 8px;
  padding: 0 18px 18px;
}

.c01-finding-list > div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  min-height: 70px;
  padding: 11px 13px;
  background: #f6f5f1;
  border: 1px solid #e1e1df;
  border-radius: 13px;
}

.c01-finding-list p {
  margin: 0;
}

.c01-finding-list > div > span:last-child {
  color: #69512d;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.c01-finding-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #344dc0;
  background: #e9ecfb;
  border-radius: 10px;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 11px;
  font-weight: 850;
}

.c01-export-row {
  justify-content: space-between;
  gap: 20px;
  margin: 0 18px 18px;
  padding: 14px 15px;
  color: #0d604d;
  background: #e7f8f3;
  border: 1px solid #bde9dd;
  border-radius: 13px;
}

.c01-export-row small {
  color: #4f796f;
}

.c01-signal-strip {
  color: #fff;
  background: #151d34;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c01-signal-strip .shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 76px;
}

.c01-signal-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 18px;
  color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 700;
}

.c01-signal-strip span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.c01-signal-strip strong {
  color: var(--amber);
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 10px;
}

.c01-section-head {
  max-width: 780px;
  margin-bottom: 48px;
}

.c01-section-head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
}

.c01-section-head > p:last-child {
  margin: 19px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.c01-section-head-light h2 {
  color: #fff;
}

.c01-section-head-light > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.c01-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.c01-risk-grid article {
  min-height: 290px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(11, 16, 32, 0.05);
}

.c01-risk-grid article > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #6f4b0b;
  background: #fff0d7;
  border-radius: 9px;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 10px;
  font-weight: 850;
}

.c01-risk-grid h3 {
  margin: 52px 0 12px;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.c01-risk-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.c01-source-line {
  margin: 26px 0 0;
  color: #5f6677;
  font-size: 13px;
}

.c01-source-line a,
.c01-sources a {
  color: #334fbf;
  text-underline-offset: 3px;
}

.c01-workflow {
  color: #fff;
  background: var(--ink);
}

.c01-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c01-workflow-grid li {
  min-height: 320px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
}

.c01-workflow-grid li > span {
  display: inline-flex;
  margin-bottom: 78px;
  color: var(--amber);
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 11px;
  font-weight: 850;
}

.c01-workflow-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.c01-workflow-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.c01-evidence {
  background: #ebe8df;
}

.c01-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(46px, 8vw, 110px);
}

.c01-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding: 13px 14px;
  color: #574622;
  background: #fff7e9;
  border: 1px solid #e8d3ab;
  border-radius: 11px;
  font-size: 12px;
}

.c01-status span {
  width: 9px;
  height: 9px;
  background: var(--amber-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(233, 135, 18, 0.13);
}

.c01-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.c01-evidence-grid article {
  min-height: 230px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d9d6cd;
  border-radius: 18px;
}

.c01-evidence-number {
  color: #a5680e;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 10px;
  font-weight: 850;
}

.c01-evidence-grid h3 {
  margin: 54px 0 10px;
  font-size: 18px;
}

.c01-evidence-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.c01-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.c01-check-grid article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 16px;
}

.c01-check-grid article:nth-child(2) {
  border-top-color: var(--amber);
}

.c01-check-grid article:nth-child(3) {
  border-top-color: var(--mint);
}

.c01-check-grid article:nth-child(4) {
  border-top-color: #9a7eea;
}

.c01-check-grid h3 {
  margin: 27px 0 11px;
  font-size: 19px;
}

.c01-check-grid p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 14px;
}

.c01-check-grid small {
  margin-top: auto;
  padding-top: 16px;
  color: #6d7383;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.c01-formats {
  background: #fff;
}

.c01-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(11, 16, 32, 0.06);
}

.c01-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.c01-table th,
.c01-table td {
  padding: 19px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.c01-table thead th {
  color: #61697a;
  background: #f2f1ed;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c01-table tbody th {
  min-width: 155px;
  color: var(--ink);
}

.c01-table tbody td {
  color: #41495b;
}

.c01-table tbody tr:last-child th,
.c01-table tbody tr:last-child td {
  border-bottom: 0;
}

.c01-table code {
  display: inline-flex;
  margin: 2px;
  padding: 3px 6px;
  color: #29365f;
  background: #eef0f8;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 750;
}

.c01-limit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 16px;
}

.c01-limit-grid p {
  margin: 0;
  padding: 17px 18px;
  color: #535b6c;
  background: #f5f3ed;
  border-radius: 12px;
  font-size: 12px;
}

.c01-limit-grid strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.c01-local {
  color: #fff;
  background: linear-gradient(128deg, #121a31, #202d54);
}

.c01-local-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.c01-data-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.c01-data-flow > div {
  display: grid;
  gap: 4px;
  min-height: 155px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.c01-data-flow > div.active {
  color: var(--ink);
  background: var(--mint);
  border-color: var(--mint);
}

.c01-data-flow div > span {
  color: var(--amber);
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 10px;
  font-weight: 850;
}

.c01-data-flow .active > span {
  color: #194b42;
}

.c01-data-flow strong {
  align-self: end;
  font-size: 15px;
}

.c01-data-flow small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.c01-data-flow .active small {
  color: #285d53;
}

.c01-pricing {
  background: #ebe8df;
}

.c01-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
}

.c01-pricing-layout > .button {
  grid-column: 1;
  justify-self: start;
  margin-top: -82px;
}

.c01-price-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.c01-price-options article {
  position: relative;
  min-height: 285px;
  padding: 25px;
  background: #fff;
  border: 1px solid #d7d4cc;
  border-radius: 19px;
}

.c01-price-options article.featured {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 22px 54px rgba(11, 16, 32, 0.18);
}

.c01-price-options article > div {
  display: grid;
  gap: 5px;
}

.c01-price-options p {
  margin: 0;
  font-weight: 800;
}

.c01-price-options strong {
  font-size: 36px;
  letter-spacing: -0.05em;
}

.c01-price-options strong small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0;
}

.c01-price-options article > span {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 4px 8px;
  color: #6f4b0b;
  background: #fff0d7;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.c01-price-options ul {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  padding-left: 18px;
  color: #525a6b;
  font-size: 12px;
}

.c01-price-options .featured ul {
  color: rgba(255, 255, 255, 0.68);
}

.c01-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.c01-guide-grid a {
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(11, 16, 32, 0.04);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.c01-guide-grid a:hover {
  box-shadow: 0 18px 42px rgba(11, 16, 32, 0.09);
  transform: translateY(-3px);
}

.c01-guide-grid span {
  color: #a5680e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c01-guide-grid strong {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.35;
}

.c01-guide-grid small {
  margin-top: auto;
  color: #4157ba;
  font-size: 11px;
  font-weight: 800;
}

.c01-faq {
  background: #fff;
}

.c01-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 8vw, 110px);
}

.c01-faq-list {
  display: grid;
  gap: 10px;
}

.c01-faq-list details {
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.c01-faq-list summary {
  padding: 18px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

.c01-faq-list details[open] summary {
  border-bottom: 1px solid var(--line);
}

.c01-faq-list p {
  margin: 0;
  padding: 17px 20px 20px;
  color: var(--ink-soft);
  font-size: 14px;
}

.c01-sources {
  background: #e9e6dd;
}

.c01-sources-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(44px, 8vw, 110px);
}

.c01-sources h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.c01-sources-layout > div:last-child > p {
  margin: 0 0 18px;
  color: #40485a;
  font-size: 15px;
}

.c01-sources ul {
  display: grid;
  gap: 8px;
  margin: 27px 0 0;
  padding-left: 19px;
  font-size: 13px;
}

.c01-final-cta {
  color: #fff;
  background: linear-gradient(120deg, #192341, #2c3967);
}

.c01-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.c01-final-inner h2 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 58px);
}

.c01-final-inner p:last-child {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.guide-featured-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(120deg, #121a31, #24325e);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  text-decoration: none;
}

.guide-featured-product > span:first-child {
  display: grid;
  gap: 6px;
}

.guide-featured-product strong {
  font-size: 23px;
  line-height: 1.25;
}

.guide-featured-product small {
  color: rgba(255, 255, 255, 0.62);
}

.guide-featured-product > span:last-child {
  flex: 0 0 auto;
  color: var(--amber);
  font-size: 13px;
  font-weight: 820;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  color: #fff;
  background: var(--ink);
}

.redirect-page main {
  width: min(620px, 100%);
}

.redirect-page h1 {
  margin-top: 54px;
}

.redirect-page p {
  color: rgba(255, 255, 255, 0.7);
}

.redirect-page p a {
  color: var(--amber);
}

@media (max-width: 1040px) {
  .c01-hero-grid,
  .c01-evidence-layout,
  .c01-local-layout,
  .c01-pricing-layout,
  .c01-faq-layout,
  .c01-sources-layout {
    grid-template-columns: 1fr;
  }

  .c01-scan-panel {
    width: min(620px, 100%);
    transform: none;
  }

  .c01-workflow-grid,
  .c01-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .c01-pricing-layout > .button {
    grid-column: auto;
    justify-self: start;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .c01-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 58px 70px;
  }

  .c01-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .c01-header-cta {
    display: none;
  }

  .c01-signal-strip .shell,
  .c01-risk-grid,
  .c01-workflow-grid,
  .c01-evidence-grid,
  .c01-check-grid,
  .c01-limit-grid,
  .c01-price-options,
  .c01-guide-grid {
    grid-template-columns: 1fr;
  }

  .c01-signal-strip .shell {
    padding-block: 10px;
  }

  .c01-signal-strip span,
  .c01-signal-strip span:last-child {
    min-height: 42px;
    padding-inline: 8px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .c01-workflow-grid li,
  .c01-risk-grid article,
  .c01-check-grid article {
    min-height: auto;
  }

  .c01-workflow-grid li > span,
  .c01-risk-grid h3,
  .c01-evidence-grid h3 {
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .c01-workflow-grid li > span {
    margin-top: 0;
  }

  .c01-data-flow {
    grid-template-columns: 1fr;
  }

  .c01-data-flow > div {
    min-height: 120px;
  }

  .c01-data-flow > span {
    text-align: center;
    transform: rotate(90deg);
  }

  .c01-final-inner,
  .guide-featured-product {
    align-items: flex-start;
    flex-direction: column;
  }

  .c01-finding-list > div {
    grid-template-columns: 38px 1fr;
  }

  .c01-finding-list > div > span:last-child {
    grid-column: 2;
  }
}
