:root {
  --navy-950: #041028;
  --navy-900: #071835;
  --navy-800: #0b244b;
  --navy-700: #10356d;
  --blue-700: #0e56dc;
  --blue-600: #1772ff;
  --blue-500: #3a95ff;
  --blue-200: #b6d7ff;
  --blue-100: #e8f2ff;
  --blue-050: #f5f9ff;
  --paper: #ffffff;
  --paper-soft: #f7f9fc;
  --ink: #08132d;
  --ink-soft: #32415f;
  --muted: #6c7891;
  --line: rgba(11, 34, 71, 0.1);
  --line-strong: rgba(11, 34, 71, 0.16);
  --success: #167f57;
  --warning: #b87412;
  --violet: #785de5;
  --shadow-xl: 0 38px 92px rgba(4, 15, 42, 0.2);
  --shadow-lg: 0 24px 60px rgba(6, 22, 55, 0.12);
  --shadow-md: 0 16px 34px rgba(7, 28, 70, 0.09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 48px));
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  background: var(--navy-950);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(58, 149, 255, 0.13), transparent 26%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 38%, #f8fbff 100%);
  font-family: "LINE Seed Sans TH", "Noto Sans Thai", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font-family: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}

button {
  color: inherit;
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  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;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--blue-600);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

:focus-visible {
  outline: 3px solid #66b6ff;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100vw - 40px));
  min-height: var(--header-height);
  margin-inline: auto;
  color: #fff;
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    width 260ms ease,
    border-color 260ms ease;
}

.site-header.scrolled {
  top: 10px;
  width: min(1240px, calc(100vw - 28px));
  min-height: 68px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(5, 18, 42, 0.84);
  box-shadow: 0 18px 48px rgba(1, 9, 28, 0.28);
  backdrop-filter: blur(18px);
}

.site-header.header-hidden {
  transform: translateY(-120%);
}

.brand {
  display: grid;
  text-decoration: none;
  line-height: 1;
}

.brand-name {
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.brand-name span,
.window-brand span,
.brand-lockup span,
.eyebrow strong,
.highlight strong {
  color: var(--blue-500);
}

.brand-owner {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-500);
  transition: right 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current] {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a[aria-current]::after {
  right: 0;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: #fff;
  transition: transform 180ms ease;
}

main {
  display: block;
}

.page-hero,
.hero {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(58, 149, 255, 0.24), transparent 23%),
    radial-gradient(circle at 78% 18%, rgba(87, 85, 203, 0.2), transparent 28%),
    linear-gradient(145deg, var(--navy-950), #0c2250 42%, #06142f 100%);
}

.page-hero {
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(58, 149, 255, 0.22), transparent 22%),
    linear-gradient(145deg, var(--navy-950), #0d244f 48%, #08152f 100%);
}

.hero-grid,
.page-hero-grid,
.split-grid,
.finale-grid,
.newsroom-hero-grid,
.guide-layout {
  display: grid;
  gap: 48px;
  align-items: center;
}

.hero-grid,
.newsroom-hero-grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
}

.page-hero-grid,
.finale-grid,
.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-copy,
.page-copy,
.newsroom-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--blue-700);
  border-color: rgba(23, 114, 255, 0.18);
  background: rgba(23, 114, 255, 0.08);
}

.hero h1,
.page-hero h1 {
  margin: 22px 0 0;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.hero h1 span,
.page-hero h1 span {
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy > p,
.page-copy > p,
.newsroom-copy > p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.hero-actions,
.cta-row,
.smart-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button svg {
  width: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-600), #2d88ff);
  box-shadow: 0 20px 45px rgba(23, 114, 255, 0.3);
}

.button-secondary,
.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  color: var(--ink);
  border-color: rgba(8, 19, 45, 0.1);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.hero-visual,
.page-visual,
.newsroom-stage {
  position: relative;
}

.hero-route,
.newsroom-orbit {
  position: absolute;
  inset: 10% auto auto 14%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero-mascot,
.hero-side-mascot {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  margin-inline: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.22));
}

.product-window,
.guide-card,
.info-card,
.smart-link-card,
.agent-card,
.note-card,
.fact-card,
.stat-card,
.timeline-card,
.step-card,
.panel-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-lg);
}

.hero-window,
.newsroom-panel {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 2;
  width: min(420px, 100%);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(8, 19, 45, 0.08);
}

.window-brand {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.window-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.window-dot {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 8px rgba(58, 149, 255, 0.12);
}

.dashboard-preview,
.newsroom-preview {
  padding: 22px;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
}

.dashboard-preview aside {
  display: grid;
  gap: 10px;
  align-content: start;
}

.preview-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--ink-soft);
  background: var(--paper-soft);
  font-size: 13px;
  font-weight: 700;
}

.preview-nav i,
.pill::before,
.mini-line::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-500);
  content: "";
}

.preview-nav.active {
  color: var(--ink);
  background: var(--blue-100);
}

.preview-main {
  display: grid;
  gap: 16px;
}

.preview-kpis,
.mini-stats,
.guide-facts,
.impact-grid,
.agent-grid,
.fact-grid,
.service-grid,
.resource-grid,
.comparison-grid {
  display: grid;
  gap: 16px;
}

.preview-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-kpis span,
.mini-stats span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 16px;
  background: var(--paper-soft);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.preview-kpis strong,
.mini-stats strong {
  color: var(--ink);
  font-size: 26px;
  letter-spacing: -0.04em;
}

.preview-table,
.guide-table,
.mini-flow,
.agent-list {
  display: grid;
  gap: 10px;
}

.preview-row,
.guide-row,
.mini-line {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--paper-soft);
  font-size: 13px;
}

.preview-row.head {
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status,
.tag,
.external-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.status.working,
.tag.primary {
  color: #9a6310;
  background: #fff1d6;
}

.status.review,
.tag.secondary {
  color: #5e43ab;
  background: #efe9ff;
}

.status.done,
.tag.success,
.external-badge {
  color: #166948;
  background: #def7ea;
}

.section {
  padding: 106px 0;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(58, 149, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #08172f 0%, #071427 100%);
}

.section-soft {
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.section-heading {
  max-width: 760px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-index {
  margin: 0 0 14px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-dark .section-index {
  color: var(--blue-300);
}

.section-heading h2,
.section-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-heading > p:not(.section-index),
.section-copy > p,
.card-copy > p,
.lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-dark .section-heading > p:not(.section-index),
.section-dark .section-copy > p,
.section-dark .lead {
  color: rgba(255, 255, 255, 0.72);
}

.highlight-bar,
.availability-board,
.proof-strip,
.guide-summary,
.newsroom-proof {
  margin-top: 32px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
}

.availability-board {
  display: grid;
  gap: 22px;
}

.availability-group {
  display: grid;
  gap: 14px;
}

.availability-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill-row,
.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--blue-050);
  font-size: 13px;
  font-weight: 800;
}

.proof-list span,
.note-list li,
.step-meta span {
  color: var(--ink-soft);
}

.service-grid,
.impact-grid,
.resource-grid,
.agent-grid,
.comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.service-card,
.impact-card,
.resource-card,
.agent-card,
.comparison-card {
  padding: 26px;
}

.service-card svg,
.impact-card svg,
.resource-card svg {
  width: 44px;
  color: var(--blue-600);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-number,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 13px;
  font-weight: 900;
}

.service-card h3,
.impact-card h3,
.resource-card h3,
.agent-card h3,
.comparison-card h3,
.step-copy h3,
.section-copy h3,
.smart-link-card h3 {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.service-card p,
.impact-card p,
.resource-card p,
.agent-card p,
.comparison-card p,
.step-copy p,
.smart-link-card p,
.fact-card p,
.panel-card p,
.note-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.tour-grid,
.guide-step,
.newsroom-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: center;
  margin-top: 34px;
}

.guide-step,
.newsroom-flow {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
}

.guide-step + .guide-step,
.newsroom-flow + .newsroom-flow {
  margin-top: 20px;
}

.step-copy {
  display: grid;
  gap: 14px;
}

.step-copy p {
  margin: 0;
}

.step-meta,
.smart-link-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step-meta span,
.smart-link-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--paper-soft);
  font-size: 13px;
  font-weight: 700;
}

.guide-window,
.news-window,
.tour-window {
  overflow: hidden;
}

.guide-window .window-bar,
.news-window .window-bar {
  background: #fff;
}

.window-body {
  padding: 22px;
}

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

.fact-card,
.stat-card {
  padding: 20px;
  background: #fff;
}

.fact-card strong,
.stat-card strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mini-flow .mini-line {
  grid-template-columns: auto 1fr;
  background: var(--blue-050);
}

.mini-line::before {
  display: block;
}

.guide-table .guide-row {
  grid-template-columns: 130px 1fr auto;
}

.guide-row strong,
.mini-line strong,
.timeline-card strong {
  color: var(--ink);
}

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

.guide-summary .panel-card {
  padding: 20px;
  background: #fff;
}

.smart-link-row {
  margin-top: 36px;
}

.smart-link-card {
  flex: 1 1 280px;
  padding: 24px;
}

.smart-link-card a {
  text-decoration: none;
}

.smart-link-card .button {
  margin-top: 18px;
}

.external-badge {
  margin-top: 16px;
}

.timeline-card,
.note-card,
.panel-card,
.newsroom-panel,
.resource-card,
.impact-card,
.service-card,
.comparison-card {
  background: rgba(255, 255, 255, 0.96);
}

.timeline-card,
.note-card,
.panel-card {
  padding: 24px;
}

.timeline-list,
.note-list,
.agent-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.timeline-list li,
.note-list li,
.agent-list li {
  margin-top: 10px;
}

.impact-card ul,
.resource-card ul,
.agent-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.impact-card li,
.resource-card li,
.agent-card li {
  margin-top: 10px;
}

.newsroom-panel .window-body {
  display: grid;
  gap: 16px;
}

.mini-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlight {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: var(--blue-050);
}

.highlight p {
  margin: 0;
  color: var(--ink-soft);
}

.comparison-grid {
  margin-top: 30px;
}

.comparison-card {
  border: 1px solid var(--line);
}

.comparison-card strong {
  display: block;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  gap: 12px;
}

.proof-strip p {
  margin: 0;
  color: var(--ink-soft);
}

.finale {
  padding: 100px 0 112px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(58, 149, 255, 0.17), transparent 24%),
    linear-gradient(180deg, #07152c 0%, #050e21 100%);
}

.finale-copy .brand-lockup {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.finale-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.finale-mascot {
  width: min(100%, 480px);
  margin-inline: auto;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy-950);
}

.site-footer .shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 24px 0 34px;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

.noscript-note {
  padding: 12px 18px;
  color: #fff;
  background: var(--navy-800);
  text-align: center;
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .hero-grid,
  .page-hero-grid,
  .newsroom-hero-grid,
  .split-grid,
  .finale-grid,
  .guide-layout,
  .tour-grid,
  .guide-step,
  .newsroom-flow,
  .service-grid,
  .impact-grid,
  .resource-grid,
  .agent-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .hero-window,
  .newsroom-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }

  .dashboard-preview,
  .preview-kpis,
  .guide-facts,
  .guide-summary,
  .mini-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100vw - 24px);
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(5, 18, 42, 0.96);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .site-nav a {
    min-height: 46px;
    padding: 0 10px;
    border-radius: 14px;
  }

  .site-nav a::after {
    display: none;
  }

  .menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .menu-open .menu-toggle > span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-open .menu-toggle > span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 24px, 100%);
    --header-height: 74px;
  }

  .hero,
  .page-hero {
    padding-top: 118px;
  }

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

  .section,
  .finale {
    padding: 86px 0;
  }

  .guide-step,
  .newsroom-flow,
  .service-card,
  .impact-card,
  .resource-card,
  .agent-card,
  .comparison-card,
  .timeline-card,
  .note-card,
  .panel-card,
  .fact-card,
  .stat-card,
  .smart-link-card {
    padding: 22px;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
  }

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

  .hero-actions,
  .cta-row,
  .smart-link-row {
    gap: 12px;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-mascot,
  .hero-side-mascot {
    content: url("/assets/mascot-guide.webp");
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
