:root {
  color-scheme: light;
  --red: #e30613;
  --red-dark: #b9000b;
  --ink: #101827;
  --soft: #5f6d83;
  --muted: #8a97aa;
  --line: #e1e8f1;
  --panel: #f7fbff;
  --blue: #1f61ff;
  --blue-soft: #eaf2ff;
  --teal: #087782;
  --teal-dark: #075862;
  --teal-soft: #e5f6f6;
  --yellow-soft: #fff4dc;
  --shadow: 0 22px 58px rgba(18, 32, 51, 0.085);
  --shadow-soft: 0 12px 26px rgba(18, 32, 51, 0.055);
  --font: "Inter", "SF Pro Display", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

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

.skip-link,
.sr-only {
  position: absolute;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  top: 16px;
  transform: translateY(-140%);
  z-index: 100;
}

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

.sr-only {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
}

.page-shell {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 32px;
  width: 100%;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf1f5;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 40;
}

.nav-shell {
  align-items: center;
  display: flex;
  height: 82px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 32px;
}

.brand-link {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 22px;
  font-weight: 740;
}

.brand-link img {
  border-radius: 10px;
  height: 42px;
  width: 42px;
}

.brand-link span {
  color: var(--red);
}

.nav-menu {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav-menu > a {
  border-radius: 8px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 650;
  padding: 10px 4px;
}

.nav-menu .nav-cta {
  align-items: center;
  background: var(--red);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(227, 6, 19, 0.18);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  margin-left: 8px;
  min-height: 52px;
  padding: 0 22px;
}

.nav-menu .nav-cta-secondary {
  background: transparent;
  border: 1px solid var(--line-strong);
  box-shadow: none;
  color: var(--ink);
}

.nav-menu .nav-cta-secondary:hover {
  background: var(--surface-muted);
  border-color: var(--ink);
}

.language-switcher {
  align-items: center;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
}

.language-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--soft);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 780;
  height: 28px;
  letter-spacing: 0;
  min-width: 32px;
  padding: 0 8px;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--teal);
  color: #fff;
}

.nav-cta svg,
.button svg {
  height: 18px;
  width: 18px;
}

.nav-cta path,
.button path,
.benefit-card path,
.example-card path,
.trust-card path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.benefit-card svg *,
.example-card svg *,
.trust-card svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card svg * {
  stroke-width: 2.25;
}

.example-card svg *,
.trust-card svg * {
  stroke-width: 2.05;
}

.filled-icon * {
  fill: currentColor !important;
  stroke: none !important;
}

.nav-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.nav-toggle span:not(.sr-only) {
  background: currentColor;
  border-radius: 999px;
  height: 2px;
  width: 18px;
}

.hero-section {
  --app-world-opacity: 0;
  --app-world-scale: 0.88;
  --canvas-opacity: 0;
  --hero-lift: 0px;
  --hero-opacity: 1;
  --home-opacity: 1;
  --journey-progress: 0;
  --panel-opacity: 1;
  --phone-enter: 0;
  --phone-opacity: 1;
  --phone-scale: 1;
  --phone-x: 0px;
  --phone-y: 0px;
  --portal-opacity: 0;
  --scene-chat: 0;
  --scene-community: 0;
  --scene-company: 0;
  --scene-market: 0;
  --scene-news: 0;
  --scene-panel: 0;
  background:
    radial-gradient(circle at 72% 14%, rgba(31, 97, 255, 0.1), transparent 34%),
    radial-gradient(circle at 86% 42%, rgba(8, 119, 130, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 72%, #ffffff 100%);
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: 24px 0 42px;
  position: relative;
  z-index: 12;
}

.hero-grid {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(610px, 0.95fr) minmax(560px, 1fr);
  min-height: 520px;
  position: relative;
  z-index: 24;
}

.hero-section.is-journey-enabled {
  min-height: 640vh;
  padding-bottom: 0;
}

.hero-section.is-journey-enabled .hero-grid {
  min-height: calc(100vh - 82px);
  position: sticky;
  top: 82px;
}

.hero-section.is-journey-active .hero-grid {
  left: 50%;
  max-width: 1360px;
  position: fixed;
  right: auto;
  top: 82px;
  transform: translateX(-50%);
  width: 100%;
}

.hero-copy {
  padding-top: 34px;
  opacity: var(--hero-opacity);
  transform: translateY(var(--hero-lift));
  transition:
    opacity 160ms linear,
    transform 160ms linear;
}

.hero-copy h1 {
  color: var(--ink);
  font-size: clamp(44px, 3.55vw, 58px);
  font-weight: 740;
  line-height: 1.12;
  margin: 0;
  max-width: 720px;
}

.hero-copy h1 .brand-name {
  color: var(--red);
}

.hero-copy h1 .hero-line {
  white-space: nowrap;
}

.hero-copy p {
  color: var(--soft);
  font-size: 18px;
  line-height: 1.58;
  margin: 26px 0 0;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button[data-start-journey] {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(227, 6, 19, 0.22);
  box-shadow:
    0 14px 30px rgba(18, 32, 51, 0.08),
    0 0 0 0 rgba(227, 6, 19, 0.13);
  cursor: pointer;
  isolation: isolate;
  min-height: 58px;
  position: relative;
}

.button[data-start-journey]::after {
  border: 1px solid rgba(227, 6, 19, 0.24);
  border-radius: 12px;
  content: "";
  inset: -5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  animation: journeyInvite 3.2s ease-out infinite;
}

.button[data-start-journey] svg {
  background: var(--red);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.2);
  box-sizing: content-box;
  color: #fff;
  margin-right: -12px;
  padding: 7px;
  transition: transform 180ms ease;
}

.button[data-start-journey] svg path {
  fill: currentColor;
  stroke: none;
}

.button[data-start-journey]:hover,
.button[data-start-journey]:focus-visible {
  border-color: rgba(227, 6, 19, 0.46);
  box-shadow:
    0 18px 38px rgba(18, 32, 51, 0.12),
    0 0 0 4px rgba(227, 6, 19, 0.07);
  color: var(--red);
  transform: translateY(-2px);
}

.button[data-start-journey]:hover svg,
.button[data-start-journey]:focus-visible svg {
  transform: translateX(2px) scale(1.04);
}

.button-primary {
  background: var(--red);
  box-shadow: 0 18px 34px rgba(227, 6, 19, 0.2);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line);
  color: var(--ink);
}

.app-store-hero-button {
  background: #111;
  box-shadow: 0 18px 34px rgba(16, 24, 39, 0.18);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.app-store-hero-button path {
  fill: currentColor;
  stroke: none;
}

.app-store-hero-button:hover,
.app-store-hero-button:focus-visible {
  background: #27272a;
  box-shadow: 0 20px 38px rgba(16, 24, 39, 0.24);
  color: #fff;
  transform: translateY(-2px);
}

.button-teal {
  background: var(--teal);
  box-shadow: 0 18px 34px rgba(8, 119, 130, 0.18);
  color: #fff;
}

@keyframes journeyInvite {
  0%,
  58% {
    opacity: 0;
    transform: scale(1);
  }
  72% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

.visit-counter {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.92)),
    radial-gradient(circle at 10% 0%, rgba(227, 6, 19, 0.08), transparent 42%);
  border: 1px solid rgba(225, 232, 241, 0.95);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(18, 32, 51, 0.075);
  display: inline-flex;
  gap: 12px;
  padding: 10px 14px 10px 10px;
}

.hero-visit-counter {
  margin-top: 24px;
}

.visit-counter-icon {
  align-items: center;
  background: var(--red);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(227, 6, 19, 0.18);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.visit-counter-icon svg {
  height: 21px;
  width: 21px;
}

.visit-counter-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.visit-counter-copy {
  display: grid;
  gap: 3px;
}

.visit-counter-copy > span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.visit-counter-copy strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 780;
  line-height: 1;
}

.visit-counter-copy strong span {
  font-variant-numeric: tabular-nums;
}

.market-block {
  margin-top: 30px;
}

.market-block > span {
  color: var(--soft);
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.market-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.market-pills b {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(18, 32, 51, 0.06);
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
}

.download-section {
  background: #f7faff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 24px 0;
  position: relative;
  z-index: 18;
}

.download-layout {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, 1fr) auto auto;
}

.download-intro {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px 1fr;
  min-width: 0;
}

.download-intro > img {
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(18, 32, 51, 0.12);
  height: 64px;
  width: 64px;
}

.download-intro span {
  color: var(--red);
  display: block;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.download-intro h2 {
  font-size: 24px;
  line-height: 1.16;
  margin: 0;
}

.download-intro p {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
  margin: 5px 0 0;
  max-width: 450px;
}

.store-actions {
  display: flex;
  gap: 10px;
}

.store-badge {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: 28px 1fr;
  min-height: 58px;
  padding: 8px 14px;
  width: 174px;
}

.store-badge svg {
  height: 28px;
  width: 28px;
}

.store-badge svg path {
  fill: currentColor;
  stroke: none;
}

.store-badge span {
  display: grid;
  gap: 1px;
}

.store-badge small {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.store-badge strong {
  font-size: 17px;
  font-weight: 720;
  line-height: 1.1;
  white-space: nowrap;
}

.store-badge-apple {
  background: #111;
  box-shadow: 0 12px 24px rgba(16, 24, 39, 0.14);
  color: #fff;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.store-badge-apple:hover,
.store-badge-apple:focus-visible {
  background: #27272a;
  box-shadow: 0 16px 30px rgba(16, 24, 39, 0.2);
  transform: translateY(-2px);
}

.store-badge-google {
  background: #fff;
  border-color: #ccd5e1;
  box-shadow: 0 10px 22px rgba(18, 32, 51, 0.07);
  color: var(--ink);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.store-badge-google:hover,
.store-badge-google:focus-visible {
  border-color: rgba(31, 97, 255, 0.38);
  box-shadow: 0 15px 28px rgba(18, 32, 51, 0.12);
  transform: translateY(-2px);
}

.store-badge-google small {
  color: var(--soft);
}

.store-badge-google svg .play-green {
  fill: #00a173;
}

.store-badge-google svg .play-blue {
  fill: #3d86f7;
}

.store-badge-google svg .play-red {
  fill: #e94b35;
}

.store-badge-google svg .play-yellow {
  fill: #f2ba20;
}

.download-qr {
  align-items: center;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 13px;
  grid-template-columns: 88px minmax(98px, 1fr);
  min-width: 228px;
  padding-left: 28px;
}

.download-qr img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 88px;
  padding: 5px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  width: 88px;
}

.download-qr > span {
  display: grid;
  gap: 4px;
}

.download-qr strong {
  font-size: 14px;
  line-height: 1.25;
}

.download-qr small {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.3;
}

.flag {
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(18, 32, 51, 0.12);
  display: block;
  height: 12px;
  width: 19px;
}

.flag-nl {
  background: linear-gradient(#ae1c28 0 33%, #fff 33% 66%, #21468b 66%);
}

.flag-be {
  background: linear-gradient(90deg, #000 0 33%, #ffd90c 33% 66%, #ef3340 66%);
}

.flag-de {
  background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffce00 66%);
}

.hero-visual {
  height: 492px;
  position: relative;
}

.world-canvas {
  filter: saturate(0.82) brightness(1.04);
  height: calc(100vh - 82px);
  left: 0;
  opacity: var(--canvas-opacity);
  pointer-events: none;
  position: fixed;
  top: 82px;
  width: 100%;
  z-index: 14;
}

.world-vignette {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.62) 30%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0.52) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.12) 52%, #ffffff 100%);
  bottom: 0;
  left: 0;
  opacity: var(--portal-opacity);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 82px;
  z-index: 15;
}

.world-label {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(225, 232, 241, 0.92);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(18, 32, 51, 0.08);
  color: var(--teal);
  display: none;
  font-size: 12px;
  font-weight: 780;
  min-height: 30px;
  padding: 0 13px;
  position: absolute;
  z-index: 4;
}

.world-label-services {
  right: 26%;
  top: 18%;
}

.world-label-work {
  right: 8%;
  top: 36%;
}

.world-label-community {
  bottom: 24%;
  right: 31%;
}

.journey-hud {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(210, 220, 234, 0.9);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.09);
  color: var(--ink);
  display: grid;
  gap: 6px;
  left: 32px;
  min-width: 220px;
  opacity: var(--portal-opacity);
  padding: 13px 15px;
  pointer-events: none;
  position: fixed;
  top: 102px;
  z-index: 46;
}

.journey-hud span {
  color: var(--red);
  font-size: 11px;
  font-weight: 840;
  letter-spacing: 0.08em;
}

.journey-hud b {
  color: #475569;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
}

.journey-hud em {
  color: var(--teal);
  font-size: 10px;
  font-style: normal;
  font-weight: 840;
  letter-spacing: 0.06em;
}

.red-sweep {
  bottom: -2px;
  height: 238px;
  opacity: calc(1 - var(--portal-opacity));
  position: absolute;
  right: -84px;
  width: 720px;
  z-index: 0;
}

.red-sweep path {
  transform-origin: center bottom;
}

.sweep-fog {
  fill: rgba(227, 6, 19, 0.045);
}

.sweep-blush {
  fill: rgba(227, 6, 19, 0.12);
}

.sweep-red {
  fill: #e30613;
}

.sweep-red-dark {
  fill: #cf0612;
  opacity: 0.72;
}

.phone-shell {
  background: #0e1726;
  border-radius: 30px;
  box-shadow:
    0 24px 56px rgba(18, 32, 51, 0.16),
    0 0 0 calc(var(--phone-enter) * 3px) rgba(31, 97, 255, 0.05);
  left: 24px;
  opacity: var(--phone-opacity);
  padding: 8px;
  position: absolute;
  top: 0;
  transform: translate3d(var(--phone-x), var(--phone-y), 0) scale(var(--phone-scale));
  transform-origin: 50% 48%;
  width: 252px;
  z-index: 28;
  will-change: opacity, transform;
}

.hero-section.is-entering-phone .phone-shell {
  animation: none;
}

.phone-notch {
  background: #050814;
  border-radius: 999px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 78px;
  z-index: 5;
}

.app-screen {
  background: #f3f8ff;
  border-radius: 23px;
  height: 486px;
  overflow: hidden;
  padding: 11px;
  position: relative;
}

.app-bluebar,
.app-welcome,
.app-promo,
.app-tabs {
  opacity: var(--home-opacity);
  transform: translateY(calc(var(--phone-enter) * -12px));
  transition:
    opacity 180ms linear,
    transform 180ms linear;
}

.app-status {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  padding: 2px 10px 13px;
}

.app-status span:last-child {
  background: linear-gradient(90deg, var(--ink) 0 42%, transparent 42% 50%, var(--ink) 50% 70%, transparent 70% 80%, var(--ink) 80%);
  border-radius: 999px;
  height: 9px;
  opacity: 0.75;
  width: 50px;
}

.app-bluebar {
  align-items: center;
  background: var(--blue);
  border-radius: 17px;
  box-shadow: 0 8px 16px rgba(31, 97, 255, 0.14);
  color: #fff;
  display: grid;
  gap: 8px;
  grid-template-columns: 47px 1fr 29px;
  min-height: 44px;
  padding: 5px;
}

.app-bluebar > span,
.app-bluebar b {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  font-size: 8px;
  font-weight: 700;
  padding: 8px 5px;
  text-align: center;
}

.app-bluebar strong {
  align-items: center;
  display: grid;
  font-size: 12px;
  gap: 0 7px;
  grid-template-columns: 21px 1fr;
  line-height: 1.05;
}

.app-bluebar img {
  border-radius: 5px;
  grid-row: span 2;
}

.app-bluebar small {
  display: block;
  font-size: 9px;
  opacity: 0.75;
}

.app-welcome {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 8px 18px rgba(18, 32, 51, 0.045);
  margin-top: 12px;
  padding: 15px;
  position: relative;
}

.app-welcome i {
  background: var(--blue);
  border-radius: 13px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 40px;
}

.app-welcome i::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
  height: 13px;
  left: 18px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 8px;
}

.app-welcome h2 {
  font-size: 19px;
  line-height: 1;
  margin: 0 0 10px;
  max-width: 155px;
}

.app-welcome p {
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 8px;
}

.app-welcome strong {
  color: var(--blue);
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}

.app-welcome > span {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.42;
  max-width: 172px;
}

.app-search {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  margin-top: 15px;
  min-height: 32px;
  padding: 0 14px;
}

.app-search::before {
  border: 2px solid var(--blue);
  border-radius: 50%;
  content: "";
  height: 12px;
  margin-right: 9px;
  width: 12px;
}

.app-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.app-stats em {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  min-height: 54px;
  text-align: center;
}

.app-stats em:nth-child(1) {
  background: var(--teal-soft);
}

.app-stats em:nth-child(2) {
  background: var(--blue-soft);
}

.app-stats em:nth-child(3) {
  background: var(--yellow-soft);
}

.app-stats strong {
  color: var(--ink);
  font-size: 16px;
  margin: 0;
}

.app-trust {
  color: var(--soft);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
  text-align: center;
}

.app-trust b {
  background: #eab308;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  margin: 0 6px 2px;
  width: 4px;
}

.app-promo {
  background: linear-gradient(135deg, #ffffff, #e8f3ff);
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-top: 11px;
  padding: 13px;
}

.app-promo strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.app-promo p {
  color: var(--soft);
  font-size: 10px;
  font-weight: 700;
  margin: 8px 0 12px;
}

.app-promo div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.app-promo span {
  background: #fff;
  border-radius: 999px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  padding: 6px 8px;
}

.app-tabs {
  display: none;
}

.app-world-screen {
  background:
    radial-gradient(circle at 18% 12%, rgba(31, 97, 255, 0.16), transparent 32%),
    radial-gradient(circle at 88% 30%, rgba(8, 119, 130, 0.16), transparent 34%),
    linear-gradient(180deg, #f9fcff 0%, #eef7ff 48%, #fff7ea 100%);
  border: 1px solid rgba(204, 216, 232, 0.86);
  border-radius: 19px;
  bottom: 11px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 9px;
  left: 11px;
  opacity: var(--app-world-opacity);
  overflow: hidden;
  padding: 12px;
  pointer-events: auto;
  position: absolute;
  right: 11px;
  top: 55px;
  transform: translateY(calc((1 - var(--app-world-opacity)) * 14px)) scale(var(--app-world-scale));
  transform-origin: center center;
  transition:
    opacity 220ms linear,
    transform 220ms linear;
  z-index: 4;
}

.app-world-top {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: 22px auto 1fr;
}

.app-world-top img {
  border-radius: 5px;
}

.app-world-top strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1;
}

.app-world-top span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 820;
  justify-self: end;
  text-transform: uppercase;
}

.app-world-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(210, 220, 234, 0.92);
  border-radius: 999px;
  color: #66758a;
  display: flex;
  font-size: 9.5px;
  font-weight: 720;
  min-height: 30px;
  padding: 0 12px;
}

.app-world-search::before {
  border: 2px solid var(--blue);
  border-radius: 50%;
  content: "";
  height: 9px;
  margin-right: 8px;
  width: 9px;
}

.app-world-stage {
  min-height: 214px;
  perspective: 520px;
  position: relative;
}

.app-world-floor {
  background:
    linear-gradient(90deg, rgba(8, 119, 130, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(8, 119, 130, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(212, 238, 244, 0.64));
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(154, 198, 208, 0.42);
  border-radius: 16px;
  bottom: 2px;
  box-shadow: 0 18px 34px rgba(8, 119, 130, 0.1);
  left: -42px;
  position: absolute;
  right: -48px;
  top: 48px;
  transform: rotateX(62deg) rotateZ(-24deg) translate3d(14px, 8px, -18px);
  transform-origin: center center;
}

.app-world-tile {
  appearance: none;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(204, 216, 232, 0.9);
  border-radius: 12px;
  box-shadow:
    0 12px 24px rgba(18, 32, 51, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  display: grid;
  gap: 3px;
  grid-template-columns: 24px 1fr;
  font: inherit;
  min-height: 48px;
  opacity: 0;
  padding: 8px 9px;
  position: absolute;
  transform: translate3d(0, 18px, 0) scale(0.88) rotateY(-8deg);
  transition:
    opacity 460ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 104px;
}

.hero-section.is-inside-app .app-world-tile {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
}

.app-world-tile:hover,
.app-world-tile:focus-visible,
.app-world-tile.is-selected {
  border-color: color-mix(in srgb, var(--tile-color, var(--teal)) 50%, #ffffff);
  box-shadow:
    0 16px 30px rgba(18, 32, 51, 0.12),
    0 0 0 3px color-mix(in srgb, var(--tile-color, var(--teal)) 16%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  transform: translate3d(0, -5px, 18px) scale(1.04) rotateY(0deg);
}

.app-world-tile:focus-visible {
  outline: 0;
}

.app-world-tile::before {
  background: var(--tile-color, var(--teal));
  border-radius: 999px;
  content: "";
  height: 7px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 7px;
}

.app-world-tile i {
  align-items: center;
  background: color-mix(in srgb, var(--tile-color, var(--teal)) 13%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--tile-color, var(--teal)) 22%, #ffffff);
  border-radius: 9px;
  display: inline-flex;
  font-style: normal;
  grid-row: span 2;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.world-icon {
  position: relative;
}

.world-icon::before,
.world-icon::after {
  border-color: var(--tile-color, var(--teal));
  content: "";
  position: absolute;
}

.world-icon-companies::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 3px;
  height: 12px;
  width: 12px;
}

.world-icon-companies::after {
  background:
    linear-gradient(var(--tile-color, var(--teal)) 0 0) 3px 3px / 2px 2px no-repeat,
    linear-gradient(var(--tile-color, var(--teal)) 0 0) 8px 3px / 2px 2px no-repeat,
    linear-gradient(var(--tile-color, var(--teal)) 0 0) 3px 8px / 2px 2px no-repeat,
    linear-gradient(var(--tile-color, var(--teal)) 0 0) 8px 8px / 2px 2px no-repeat;
  height: 14px;
  width: 14px;
}

.world-icon-listings::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 3px;
  height: 13px;
  transform: rotate(-8deg);
  width: 10px;
}

.world-icon-listings::after {
  background: var(--tile-color, var(--teal));
  border-radius: 999px;
  height: 3px;
  right: 6px;
  top: 6px;
  width: 3px;
}

.world-icon-jobs::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 3px;
  height: 10px;
  top: 9px;
  width: 15px;
}

.world-icon-jobs::after {
  border: 2px solid var(--tile-color, var(--teal));
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  height: 5px;
  top: 5px;
  width: 8px;
}

.world-icon-shops::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 3px 3px 5px 5px;
  height: 11px;
  top: 9px;
  width: 14px;
}

.world-icon-shops::after {
  border-top: 6px solid var(--tile-color, var(--teal));
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0;
  top: 5px;
  width: 10px;
}

.world-icon-events::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 4px;
  height: 13px;
  top: 7px;
  width: 14px;
}

.world-icon-events::after {
  background: var(--tile-color, var(--teal));
  border-radius: 999px;
  box-shadow: 5px 0 0 var(--tile-color, var(--teal));
  height: 2px;
  left: 7px;
  top: 11px;
  width: 2px;
}

.world-icon-chat::before {
  border: 2px solid var(--tile-color, var(--teal));
  border-radius: 999px;
  height: 12px;
  width: 16px;
}

.world-icon-chat::after {
  border-bottom: 4px solid var(--tile-color, var(--teal));
  border-left: 4px solid transparent;
  bottom: 5px;
  height: 0;
  right: 5px;
  width: 0;
}

.app-world-tile b {
  color: var(--tile-color, var(--teal));
  font-size: 9px;
  font-weight: 780;
  line-height: 1.12;
  padding-right: 12px;
}

.app-world-tile small {
  color: #59697e;
  font-size: 7.4px;
  font-weight: 620;
  line-height: 1.18;
}

.tile-companies {
  --tile-color: var(--teal);
  left: 0;
  top: 14px;
  transition-delay: 40ms;
}

.tile-listings {
  --tile-color: var(--blue);
  right: 0;
  top: 42px;
  transition-delay: 110ms;
}

.tile-jobs {
  --tile-color: #1458d8;
  left: 50px;
  top: 88px;
  transition-delay: 180ms;
}

.tile-shops {
  --tile-color: #d99616;
  right: 16px;
  top: 116px;
  transition-delay: 250ms;
}

.tile-events {
  --tile-color: #0f9aa8;
  left: 6px;
  top: 156px;
  transition-delay: 320ms;
}

.tile-chat {
  --tile-color: var(--red);
  right: 2px;
  top: 178px;
  transition-delay: 390ms;
}

.app-world-detail {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(204, 216, 232, 0.9);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(18, 32, 51, 0.07);
  display: grid;
  gap: 4px;
  min-height: 44px;
  padding: 8px 10px;
}

.app-world-detail strong {
  color: var(--ink);
  font-size: 10.5px;
  line-height: 1.1;
}

.app-world-detail span {
  color: #5d6c80;
  font-size: 8px;
  font-weight: 680;
  line-height: 1.35;
}

.app-world-dock {
  display: flex;
  gap: 6px;
  mask-image: linear-gradient(90deg, #000 0 86%, transparent 100%);
  overflow: hidden;
}

.app-world-dock span {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(204, 216, 232, 0.86);
  border-radius: 999px;
  color: #334155;
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 760;
  padding: 6px 8px;
}

.panel-shell {
  background: #fff;
  border: 5px solid var(--teal);
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(18, 32, 51, 0.08);
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 306px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 82px;
  opacity: var(--panel-opacity);
  transform: translate3d(calc(var(--journey-progress) * 38px), calc(var(--journey-progress) * 54px), 0) scale(calc(1 - var(--journey-progress) * 0.04));
  transform-origin: center center;
  width: 402px;
  z-index: 2;
}

.world-story {
  display: none;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -6vh;
  padding-bottom: 84px;
  position: relative;
  z-index: 4;
}

.world-story-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(225, 232, 241, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 32, 51, 0.08);
  color: var(--ink);
  min-height: 190px;
  padding: 22px;
}

.world-story-card:nth-child(2) {
  margin-top: 64px;
}

.world-story-card:nth-child(3) {
  margin-top: 128px;
}

.world-story-card:nth-child(4) {
  margin-top: 64px;
}

.world-story-card span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 820;
  margin-bottom: 22px;
}

.world-story-card h2 {
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 12px;
}

.world-story-card p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.62;
  margin: 0;
}

.story-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.story-chip-list b {
  background: #f6fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #334155;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.15;
  padding: 7px 10px;
}

.journey-scenes {
  height: calc(100vh - 82px);
  left: 50%;
  opacity: var(--portal-opacity);
  pointer-events: none;
  position: fixed;
  top: 82px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 44;
}

.portal-glow {
  background:
    radial-gradient(circle at 50% 48%, rgba(31, 97, 255, 0.12), transparent 23%),
    radial-gradient(circle at 62% 58%, rgba(8, 119, 130, 0.12), transparent 30%),
    radial-gradient(circle at 36% 55%, rgba(227, 6, 19, 0.09), transparent 26%);
  inset: -82px 0 -40px;
  opacity: var(--portal-opacity);
  position: absolute;
}

.journey-scene {
  --scene-opacity: 0;
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(380px, 0.72fr) minmax(560px, 1fr);
  inset: 0 32px;
  opacity: var(--scene-opacity);
  position: absolute;
  transform: translate3d(0, calc((1 - var(--scene-opacity)) * 28px), 0) scale(calc(0.96 + var(--scene-opacity) * 0.04));
  transition:
    opacity 140ms linear,
    transform 140ms linear;
}

.journey-scene-community {
  --scene-opacity: var(--scene-community);
}

.journey-scene-news {
  --scene-opacity: var(--scene-news);
}

.journey-scene-business {
  --scene-opacity: var(--scene-company);
}

.journey-scene-market {
  --scene-opacity: var(--scene-market);
}

.journey-scene-chat {
  --scene-opacity: var(--scene-chat);
}

.journey-scene-panel {
  --scene-opacity: var(--scene-panel);
}

.scene-copy {
  max-width: 560px;
}

.scene-copy > span {
  color: var(--red);
  display: block;
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.scene-copy h2 {
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 66px);
  font-weight: 780;
  line-height: 1.02;
  margin: 0;
  max-width: 700px;
}

.scene-copy p {
  color: var(--soft);
  font-size: 18px;
  line-height: 1.64;
  margin: 24px 0 0;
  max-width: 560px;
}

.scene-board {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.9)),
    radial-gradient(circle at 10% 0%, rgba(31, 97, 255, 0.08), transparent 36%);
  border: 1px solid rgba(210, 220, 234, 0.96);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(18, 32, 51, 0.12);
  min-height: 430px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.scene-board::before {
  background:
    linear-gradient(90deg, rgba(8, 119, 130, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(8, 119, 130, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  opacity: 0.58;
  position: absolute;
}

.feed-card,
.news-card,
.event-card,
.company-card,
.mini-map-card,
.market-card,
.chat-preview,
.schedule-preview,
.dashboard-board aside,
.dashboard-board section {
  position: relative;
  z-index: 1;
}

.social-board {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.76fr;
  grid-template-rows: 1fr 1fr;
}

.feed-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(210, 220, 234, 0.92);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 32, 51, 0.08);
  display: grid;
  gap: 9px;
  padding: 22px;
}

.feed-card-primary {
  background: linear-gradient(145deg, rgba(31, 97, 255, 0.96), rgba(8, 119, 130, 0.94));
  color: #fff;
  grid-row: span 2;
}

.feed-card b,
.news-card b,
.market-card b {
  color: var(--red);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.feed-card-primary b,
.feed-card-primary span {
  color: rgba(255, 255, 255, 0.82);
}

.feed-card strong,
.news-card strong,
.event-card strong,
.company-card > strong,
.market-card strong {
  color: inherit;
  font-size: 24px;
  font-weight: 780;
  line-height: 1.12;
}

.feed-card span,
.news-card span,
.event-card span,
.market-card span {
  color: var(--soft);
  font-size: 14px;
  font-weight: 690;
}

.news-events-board {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.92fr;
  grid-template-rows: 1fr auto;
}

.news-card,
.event-card,
.reaction-strip {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(210, 220, 234, 0.92);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(18, 32, 51, 0.08);
}

.main-news {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.event-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 82px 1fr;
  padding: 22px;
}

.event-date {
  align-items: center;
  background: var(--red);
  border-radius: 18px;
  color: #fff;
  display: grid;
  height: 82px;
  justify-items: center;
  line-height: 1;
}

.event-date b {
  font-size: 30px;
  font-weight: 820;
}

.event-date span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 820;
}

.reaction-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
  padding: 18px;
}

.reaction-strip span {
  background: #f6fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #334155;
  font-size: 13px;
  font-weight: 760;
  padding: 9px 12px;
}

.company-board {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.72fr;
}

.company-card {
  background: #fff;
  border: 1px solid rgba(210, 220, 234, 0.96);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(18, 32, 51, 0.1);
  display: grid;
  gap: 16px;
  padding: 26px;
}

.company-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  border-radius: 18px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 820;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.company-card > div:nth-child(2) b {
  display: block;
  font-size: 28px;
  font-weight: 820;
}

.company-card > div:nth-child(2) span,
.company-card p {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.54;
}

.company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.company-tags em {
  background: #eefafa;
  border: 1px solid rgba(8, 119, 130, 0.16);
  border-radius: 999px;
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 780;
  padding: 9px 11px;
}

.mini-map-card {
  background: #eef7ff;
  border: 1px solid rgba(31, 97, 255, 0.12);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  display: grid;
  grid-template-rows: 1fr auto auto;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
}

.map-grid {
  background:
    linear-gradient(40deg, transparent 42%, rgba(31, 97, 255, 0.15) 43% 47%, transparent 48%),
    linear-gradient(130deg, transparent 50%, rgba(8, 119, 130, 0.16) 51% 54%, transparent 55%),
    rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(210, 220, 234, 0.9);
  border-radius: 20px;
  min-height: 230px;
  position: relative;
}

.map-grid i {
  background: rgba(31, 97, 255, 0.16);
  border-radius: 999px;
  height: 38px;
  position: absolute;
  width: 38px;
}

.map-grid i:nth-child(1) {
  left: 18%;
  top: 24%;
}

.map-grid i:nth-child(2) {
  right: 18%;
  top: 32%;
}

.map-grid i:nth-child(3) {
  bottom: 22%;
  left: 32%;
}

.map-grid i:nth-child(4) {
  bottom: 16%;
  right: 24%;
}

.map-grid span {
  background: var(--red);
  border: 5px solid #fff;
  border-radius: 999px 999px 999px 4px;
  box-shadow: 0 16px 28px rgba(227, 6, 19, 0.2);
  height: 42px;
  left: 52%;
  position: absolute;
  top: 44%;
  transform: rotate(-45deg);
  width: 42px;
}

.mini-map-card b {
  font-size: 24px;
  margin-top: 18px;
}

.mini-map-card small {
  color: var(--soft);
  font-size: 13px;
  font-weight: 720;
}

.market-board,
.chat-schedule-board {
  align-content: center;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.market-card {
  background: #fff;
  border: 1px solid rgba(210, 220, 234, 0.92);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(18, 32, 51, 0.08);
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 24px;
}

.market-card.teal {
  border-top: 5px solid var(--teal);
}

.market-card.blue {
  border-top: 5px solid var(--blue);
}

.market-card.red {
  border-top: 5px solid var(--red);
}

.chat-schedule-board {
  grid-template-columns: 1fr 0.82fr;
}

.chat-preview,
.schedule-preview {
  background: #fff;
  border: 1px solid rgba(210, 220, 234, 0.92);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(18, 32, 51, 0.1);
  display: grid;
  gap: 14px;
  padding: 24px;
}

.chat-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}

.chat-head b,
.schedule-preview > b {
  font-size: 20px;
  font-weight: 820;
}

.chat-head span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.chat-message {
  border-radius: 17px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  max-width: 82%;
  padding: 13px 15px;
}

.chat-message.inbound {
  background: #f1f6fb;
  color: var(--ink);
  justify-self: start;
}

.chat-message.outbound {
  background: var(--blue);
  color: #fff;
  justify-self: end;
}

.schedule-row {
  align-items: center;
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  grid-template-columns: 62px 1fr;
  padding: 14px;
}

.schedule-row.active {
  background: #eefafa;
  border-color: rgba(8, 119, 130, 0.2);
}

.schedule-row span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 820;
}

.schedule-row strong {
  font-size: 15px;
  line-height: 1.25;
}

.dashboard-board {
  display: grid;
  grid-template-columns: 172px 1fr;
  padding: 0;
}

.dashboard-board aside {
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: grid;
  gap: 12px;
  grid-auto-rows: max-content;
  padding: 28px 22px;
}

.dashboard-board aside b {
  font-size: 18px;
  line-height: 1.12;
  margin-bottom: 18px;
}

.dashboard-board aside span {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 760;
  padding: 11px 12px;
}

.dashboard-board section {
  display: grid;
  gap: 14px;
  padding: 30px;
}

.dash-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 7px;
  padding: 18px;
}

.dash-row b {
  font-size: 18px;
}

.dash-row span {
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
}

.dash-bars {
  align-items: end;
  display: flex;
  gap: 12px;
  height: 120px;
}

.dash-bars i {
  background: linear-gradient(180deg, rgba(8, 119, 130, 0.24), rgba(8, 119, 130, 0.82));
  border-radius: 999px 999px 8px 8px;
  flex: 1;
}

.dash-bars i:nth-child(1) {
  height: 52%;
}

.dash-bars i:nth-child(2) {
  height: 82%;
}

.dash-bars i:nth-child(3) {
  height: 68%;
}

.panel-shell aside {
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: grid;
  gap: 6px;
  grid-auto-rows: max-content;
  padding: 16px 12px;
}

.panel-shell aside strong {
  font-size: 10px;
  margin-bottom: 9px;
}

.panel-shell aside span {
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
  padding: 7px 8px;
}

.panel-shell aside .active {
  background: rgba(255, 255, 255, 0.16);
}

.panel-shell section {
  padding: 20px;
}

.panel-top {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 32px 32px;
}

.panel-top span {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 9px;
  padding: 8px;
}

.panel-top b {
  background: var(--teal);
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  padding: 7px 0;
  text-align: center;
}

.panel-shell h2 {
  font-size: 23px;
  font-weight: 720;
  margin: 18px 0 16px;
}

.panel-actions {
  display: none;
}

.panel-actions span {
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  padding: 9px 10px;
}

.panel-actions span:first-child {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.panel-kpis {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.panel-kpis div {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 74px;
  padding: 11px;
}

.panel-kpis span {
  color: var(--soft);
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.panel-kpis i {
  background: linear-gradient(90deg, rgba(8, 119, 130, 0.2), rgba(8, 119, 130, 0.72));
  border-radius: 999px;
  display: block;
  height: 24px;
  margin-top: 15px;
}

.panel-lines {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.panel-lines span {
  background: #edf3f8;
  border-radius: 999px;
  height: 13px;
}

.panel-lines span:nth-child(2) {
  width: 78%;
}

.section-band {
  padding: 68px 0;
}

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

.section-heading h2 {
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 730;
  line-height: 1.1;
  margin: 0;
}

.section-heading h2::after {
  background: var(--red);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 18px auto 0;
  width: 48px;
}

.section-heading p {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.65;
  margin: 20px 0 0;
}

.product-section,
.trust-section {
  background: #fff;
}

.mission-section {
  background: #f5f9fb;
  border-bottom: 1px solid rgba(210, 220, 234, 0.72);
  border-top: 1px solid rgba(210, 220, 234, 0.72);
}

.mission-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.mission-statement {
  border-right: 1px solid rgba(191, 204, 220, 0.8);
  padding-right: 64px;
}

.mission-kicker {
  color: var(--red);
  display: block;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mission-statement h2 {
  color: var(--ink);
  font-size: clamp(36px, 3.7vw, 52px);
  font-weight: 750;
  line-height: 1.08;
  margin: 0;
  max-width: 620px;
}

.mission-statement > p {
  color: var(--soft);
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 0;
  max-width: 620px;
}

.mission-impact {
  align-self: start;
}

.mission-focus {
  color: var(--ink);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.5;
  margin: 0 0 8px;
}

.mission-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mission-list li {
  border-top: 1px solid rgba(191, 204, 220, 0.72);
  display: grid;
  gap: 18px;
  grid-template-columns: 44px 1fr;
  padding: 22px 0;
}

.mission-list li > span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 820;
  padding-top: 3px;
}

.mission-list h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}

.mission-list p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.62;
  margin: 8px 0 0;
}

.mission-commitment {
  border-top: 1px solid rgba(191, 204, 220, 0.8);
  display: grid;
  gap: 32px;
  grid-template-columns: 180px 1fr;
  margin-top: 52px;
  padding-top: 28px;
}

.mission-commitment strong {
  color: var(--red);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-commitment p {
  color: var(--ink);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.58;
  margin: 0;
  max-width: 1000px;
}

.benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}

.benefit-card,
.example-card,
.trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(18, 32, 51, 0.055);
}

.benefit-card {
  min-height: 232px;
  padding: 26px 18px 24px;
  text-align: center;
}

.benefit-card svg {
  color: var(--teal);
  height: 54px;
  margin: 0 auto 26px;
  width: 54px;
}

.benefit-card h3,
.example-card h3,
.trust-card h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.benefit-card p,
.example-card p,
.trust-card p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.examples-section {
  background: #fff;
}

.example-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: repeat(5, 1fr);
}

.example-card {
  border: 0;
  box-shadow: none;
  min-height: 250px;
  padding: 0 6px;
  position: relative;
  text-align: center;
}

.example-card:not(:last-child)::after {
  background: linear-gradient(90deg, var(--line), var(--teal));
  content: "";
  height: 2px;
  position: absolute;
  right: -34px;
  top: 92px;
  width: 34px;
}

.example-card b {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: 2;
}

.example-visual {
  align-items: center;
  background: linear-gradient(180deg, #f8fbff, #eef5fb);
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px #edf2f7;
  display: flex;
  height: 122px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 122px;
  position: relative;
}

.example-visual svg {
  color: var(--teal);
  height: 66px;
  width: 66px;
  position: relative;
  z-index: 1;
}

.example-card:first-child .example-visual svg {
  color: var(--red);
}

.example-card:first-child .example-visual::before {
  background:
    linear-gradient(70deg, transparent 47%, rgba(8, 119, 130, 0.12) 48% 52%, transparent 53%),
    linear-gradient(110deg, transparent 45%, rgba(8, 119, 130, 0.1) 46% 51%, transparent 52%),
    rgba(8, 119, 130, 0.06);
  border-radius: 14px;
  bottom: 18px;
  content: "";
  height: 52px;
  left: 20px;
  position: absolute;
  right: 20px;
}

.business-section {
  background: linear-gradient(180deg, #eefafa, #f8fcfc);
  margin: 0 24px;
  padding: 58px 0;
}

.business-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.66fr) minmax(560px, 1fr);
}

.business-copy h2 {
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 730;
  line-height: 1.12;
  margin: 0;
}

.business-copy h2::after {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 22px;
  width: 52px;
}

.business-copy p {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.65;
  margin: 24px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 32px;
  padding: 0;
}

.check-list li {
  color: var(--soft);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  border: 2px solid var(--teal);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 12px;
}

.business-preview {
  background: #fff;
  border: 6px solid var(--teal);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(18, 32, 51, 0.07);
  display: grid;
  grid-template-columns: 152px 1fr;
  min-height: 390px;
  overflow: hidden;
}

.business-preview aside {
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: grid;
  gap: 7px;
  grid-auto-rows: max-content;
  padding: 20px 15px;
}

.business-preview aside strong {
  font-size: 12px;
  margin-bottom: 12px;
}

.business-preview aside span {
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 9px;
}

.business-preview aside .active {
  background: rgba(255, 255, 255, 0.16);
}

.business-preview section {
  padding: 26px;
}

.preview-top {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 36px 36px;
  margin-bottom: 18px;
}

.preview-top span {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 11px;
  padding: 10px;
}

.preview-top b {
  background: var(--teal);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  padding: 8px 0;
  text-align: center;
}

.business-preview h3 {
  font-size: 25px;
  font-weight: 720;
  line-height: 1.15;
  margin: 0 0 20px;
}

.preview-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.preview-kpis div {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 90px;
  padding: 13px;
}

.preview-kpis strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.preview-kpis span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
}

.preview-table {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.preview-table span {
  background: #edf3f8;
  border-radius: 999px;
  height: 16px;
}

.preview-table span:nth-child(2),
.preview-table span:nth-child(4) {
  width: 78%;
}

.trust-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-card {
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  text-align: center;
}

.trust-card svg {
  color: var(--red);
  height: 42px;
  margin: 0 auto 24px;
  width: 42px;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 44px 0;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(120px, 0.7fr)) minmax(210px, 0.85fr);
}

.footer-brand img {
  height: 36px;
  width: 36px;
}

.site-footer p,
.site-footer a {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

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

.footer-credit {
  max-width: 290px;
}

.footer-credit a {
  color: var(--teal);
  font-weight: 750;
}

.site-footer nav {
  display: grid;
  gap: 9px;
  grid-auto-rows: max-content;
}

.footer-link-button,
.legal-page-footer button,
.cookie-policy-index button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--soft);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  padding: 0;
  text-align: left;
}

.footer-link-button:hover,
.footer-link-button:focus-visible,
.legal-page-footer button:hover,
.legal-page-footer button:focus-visible,
.cookie-policy-index button:hover,
.cookie-policy-index button:focus-visible {
  color: var(--teal);
}

.site-footer strong {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-markets {
  flex-wrap: nowrap;
  margin-top: 12px;
}

.cookie-banner {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #d9e2ed;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 22px 70px rgba(16, 24, 39, 0.18);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-width: 1180px;
  padding: 20px 22px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  z-index: 100;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-copy {
  max-width: 720px;
}

.cookie-eyebrow {
  color: var(--teal);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cookie-banner-copy > strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.cookie-banner-copy p {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.55;
  margin: 7px 0 0;
}

.cookie-banner-copy a {
  color: var(--teal);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(8, 119, 130, 0.35);
  text-underline-offset: 3px;
}

.cookie-banner-actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(144px, 1fr));
}

.cookie-button,
.cookie-settings-link,
.cookie-policy-settings-button {
  appearance: none;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  min-height: 44px;
  padding: 10px 16px;
}

.cookie-button-muted {
  background: #fff;
  border: 1px solid #cbd7e5;
  color: var(--ink);
}

.cookie-button-primary {
  background: var(--teal);
  border: 1px solid var(--teal);
  color: #fff;
}

.cookie-button:hover,
.cookie-button:focus-visible,
.cookie-policy-settings-button:hover,
.cookie-policy-settings-button:focus-visible {
  box-shadow: 0 8px 20px rgba(8, 119, 130, 0.13);
  transform: translateY(-1px);
}

.cookie-settings-link {
  background: transparent;
  border: 0;
  color: var(--soft);
  grid-column: 1 / -1;
  min-height: 28px;
  padding: 2px 8px;
  text-decoration: underline;
  text-decoration-color: #cbd7e5;
  text-underline-offset: 3px;
}

.cookie-dialog {
  background: transparent;
  border: 0;
  color: var(--ink);
  margin: auto;
  max-height: calc(100vh - 32px);
  max-width: 650px;
  padding: 0;
  width: calc(100% - 32px);
}

.cookie-dialog::backdrop {
  background: rgba(16, 24, 39, 0.52);
  backdrop-filter: blur(3px);
}

.cookie-dialog-panel {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(16, 24, 39, 0.24);
  overflow: auto;
  padding: 30px;
  position: relative;
}

.cookie-dialog-close {
  appearance: none;
  background: #f4f7fa;
  border: 1px solid #dbe4ee;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
}

.cookie-dialog-close::before,
.cookie-dialog-close::after {
  background: var(--ink);
  content: "";
  height: 1.5px;
  left: 10px;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 14px;
}

.cookie-dialog-close::after {
  transform: rotate(-45deg);
}

.cookie-dialog h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0;
  padding-right: 48px;
}

.cookie-dialog-lead {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.6;
  margin: 13px 0 24px;
}

.cookie-category-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.cookie-category {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 20px 0;
}

.cookie-category + .cookie-category {
  border-top: 1px solid var(--line);
}

.cookie-category h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.cookie-category p {
  color: var(--soft);
  font-size: 13px;
  line-height: 1.55;
  margin: 5px 0 0;
}

.cookie-category > strong {
  color: var(--teal);
  font-size: 12px;
  white-space: nowrap;
}

.cookie-toggle {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

.cookie-toggle input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.cookie-toggle > span {
  background: #cbd5e1;
  border-radius: 999px;
  display: block;
  height: 28px;
  position: relative;
  transition: background-color 160ms ease;
  width: 50px;
}

.cookie-toggle > span::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(16, 24, 39, 0.2);
  content: "";
  height: 22px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 160ms ease;
  width: 22px;
}

.cookie-toggle input:checked + span {
  background: var(--teal);
}

.cookie-toggle input:checked + span::after {
  transform: translateX(22px);
}

.cookie-toggle input:focus-visible + span {
  outline: 3px solid rgba(31, 97, 255, 0.2);
  outline-offset: 3px;
}

.cookie-dialog-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

.legal-page-body {
  background: #f5f8fc;
}

.legal-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.legal-nav {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
}

.cookie-policy-main {
  min-height: calc(100vh - 78px);
}

.cookie-policy-hero {
  padding-bottom: 44px;
  padding-top: 58px;
}

.legal-back-link {
  align-items: center;
  color: var(--soft);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 48px;
}

.legal-back-link svg {
  height: 18px;
  width: 18px;
}

.legal-back-link path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cookie-policy-eyebrow {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 820;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cookie-policy-hero h1 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
  margin: 0;
  max-width: 880px;
}

.cookie-policy-lead {
  color: var(--soft);
  font-size: 19px;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 820px;
}

.cookie-policy-meta {
  color: var(--soft);
  display: grid;
  font-size: 13px;
  gap: 5px;
  line-height: 1.5;
  margin-top: 25px;
}

.cookie-policy-layout {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: 210px minmax(0, 900px);
  justify-content: space-between;
  padding-bottom: 90px;
}

.cookie-policy-index {
  border-top: 2px solid var(--teal);
  display: grid;
  gap: 11px;
  position: sticky;
  top: 24px;
}

.cookie-policy-index strong {
  font-size: 14px;
  padding: 18px 0 5px;
}

.cookie-policy-index a,
.cookie-policy-index button {
  color: var(--soft);
  font-size: 13px;
  font-weight: 650;
}

.cookie-policy-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(18, 32, 51, 0.06);
  padding: 20px 42px;
}

.cookie-policy-content > section {
  padding: 34px 0;
}

.cookie-policy-content > section + section {
  border-top: 1px solid var(--line);
}

.cookie-policy-content h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 15px;
}

.cookie-policy-content p {
  color: #41516a;
  font-size: 15px;
  line-height: 1.72;
  margin: 12px 0 0;
}

.cookie-data-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.cookie-data-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.15fr 1.55fr 0.85fr 0.9fr;
  padding: 16px;
}

.cookie-data-row + .cookie-data-row {
  border-top: 1px solid var(--line);
}

.cookie-data-row > * {
  color: #41516a;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.cookie-data-head {
  background: #f4f8fb;
}

.cookie-data-head > * {
  color: var(--ink);
}

.cookie-policy-settings-button {
  background: var(--teal);
  border: 1px solid var(--teal);
  color: #fff;
  margin-top: 22px;
}

.cookie-policy-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cookie-policy-contact a {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 740;
  padding: 10px 13px;
}

.legal-page-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 13px;
  padding: 28px 0;
}

.legal-page-footer .page-shell {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.legal-page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page-footer a,
.legal-page-footer button {
  color: var(--soft);
  font-size: 13px;
}

.reveal {
  opacity: 1;
  transform: translateY(10px);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  transform: translateY(0);
}

.hero-copy.reveal,
.hero-copy.reveal.is-visible {
  opacity: var(--hero-opacity);
  transform: translateY(var(--hero-lift));
}

.float-slow {
  animation: floatSlow 7s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.float-soft {
  animation: floatSoft 8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes floatSlow {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes floatSoft {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 8px;
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .business-grid {
    grid-template-columns: 1fr;
  }

  .journey-scene {
    gap: 30px;
    grid-template-columns: minmax(320px, 0.68fr) minmax(440px, 1fr);
  }

  .hero-visual {
    height: 650px;
  }

  .phone-shell {
    left: 34px;
  }

  .panel-shell {
    right: 10px;
  }

  .benefit-grid,
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .example-card:not(:last-child)::after {
    display: none;
  }

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

  .download-layout {
    grid-template-columns: 1fr auto;
  }

  .download-intro {
    grid-column: 1 / -1;
  }

  .mission-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .mission-statement {
    border-bottom: 1px solid rgba(191, 204, 220, 0.8);
    border-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    display: none;
    gap: 4px;
    left: 0;
    padding: 14px 32px 22px;
    position: absolute;
    right: 0;
    top: 82px;
  }

  body.nav-open .nav-menu {
    display: grid;
  }

  .nav-menu > a,
  .nav-menu .nav-cta {
    justify-content: space-between;
    margin-left: 0;
    min-height: 46px;
    width: 100%;
  }

  .language-switcher {
    justify-content: space-between;
    margin: 6px 0;
    width: 100%;
  }

  .language-switcher button {
    flex: 1;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 68px;
  }

  .page-shell,
  .nav-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-shell {
    height: 68px;
  }

  .brand-link span {
    color: var(--ink);
  }

  .brand-link img {
    height: 36px;
    width: 36px;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    display: none;
    gap: 4px;
    left: 0;
    padding: 14px 18px 22px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  body.nav-open .nav-menu {
    display: grid;
  }

  .nav-menu > a,
  .nav-menu .nav-cta {
    justify-content: space-between;
    margin-left: 0;
    min-height: 46px;
    width: 100%;
  }

  .language-switcher {
    justify-content: space-between;
    margin: 6px 0;
    width: 100%;
  }

  .language-switcher button {
    flex: 1;
  }

  .hero-section {
    min-height: 0;
    padding: 38px 0 24px;
  }

  .hero-section.is-journey-enabled {
    min-height: 680vh;
    padding-bottom: 0;
  }

  .hero-grid {
    min-height: 0;
    position: relative;
  }

  .hero-section.is-journey-enabled .hero-grid {
    min-height: calc(100vh - 68px);
    position: sticky;
    top: 68px;
  }

  .hero-section.is-journey-active .hero-grid {
    top: 68px;
  }

  .world-canvas,
  .world-vignette {
    height: calc(100vh - 68px);
    top: 68px;
  }

  .journey-hud {
    bottom: 14px;
    gap: 3px;
    left: 18px;
    min-width: 0;
    padding: 9px 12px;
    top: auto;
    width: calc(100vw - 36px);
  }

  .journey-hud span,
  .journey-hud b,
  .journey-hud em {
    display: none;
  }

  .journey-scenes {
    height: calc(100vh - 68px);
    top: 68px;
  }

  .journey-scene {
    align-content: center;
    gap: 14px;
    grid-template-columns: 1fr;
    inset: 0 18px 72px;
  }

  .scene-copy > span {
    font-size: 10px;
    margin-bottom: 9px;
  }

  .scene-copy h2 {
    font-size: clamp(25px, 8.5vw, 34px);
    line-height: 1.07;
  }

  .scene-copy p {
    font-size: 14px;
    line-height: 1.48;
    margin-top: 10px;
  }

  .scene-board {
    border-radius: 20px;
    min-height: 294px;
    padding: 14px;
  }

  .social-board,
  .news-events-board,
  .company-board,
  .market-board,
  .chat-schedule-board,
  .dashboard-board {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .feed-card,
  .news-card,
  .event-card,
  .company-card,
  .market-card,
  .chat-preview,
  .schedule-preview {
    border-radius: 15px;
    min-height: 0;
    padding: 14px;
  }

  .feed-card strong,
  .news-card strong,
  .event-card strong,
  .company-card > strong,
  .market-card strong {
    font-size: 17px;
  }

  .feed-card span,
  .news-card span,
  .event-card span,
  .market-card span,
  .company-card p {
    font-size: 12px;
  }

  .event-card {
    grid-template-columns: 58px 1fr;
  }

  .event-date {
    border-radius: 13px;
    height: 58px;
  }

  .event-date b {
    font-size: 22px;
  }

  .reaction-strip {
    padding: 11px;
  }

  .reaction-strip span {
    font-size: 11px;
    padding: 7px 9px;
  }

  .company-mark {
    border-radius: 14px;
    height: 48px;
    width: 48px;
  }

  .company-card > div:nth-child(2) b,
  .mini-map-card b {
    font-size: 20px;
  }

  .map-grid {
    min-height: 134px;
  }

  .chat-message {
    font-size: 12px;
    padding: 10px 12px;
  }

  .schedule-row {
    grid-template-columns: 52px 1fr;
    padding: 10px;
  }

  .dashboard-board aside {
    display: none;
  }

  .dashboard-board section {
    padding: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.18;
    max-width: 100%;
  }

  .hero-copy h1 .hero-line {
    white-space: normal;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .download-section {
    padding: 26px 0;
  }

  .download-layout {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .download-intro {
    grid-column: auto;
  }

  .download-qr {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-width: 0;
    padding-left: 0;
    padding-top: 20px;
  }

  .hero-visit-counter {
    width: 100%;
  }

  .hero-visual {
    height: 620px;
  }

  .world-label {
    display: none;
  }

  .phone-shell {
    left: 50%;
    transform: translate3d(calc(-50% + var(--phone-x)), var(--phone-y), 0) scale(var(--phone-scale));
    width: min(286px, calc(100vw - 36px));
  }

  .hero-section.is-entering-phone .hero-copy {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  .hero-section.is-entering-phone .hero-visual {
    height: calc(100vh - 68px);
  }

  .panel-shell {
    display: none;
  }

  .world-story {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 22px;
    padding-bottom: 0;
  }

  .world-story-card,
  .world-story-card:nth-child(2),
  .world-story-card:nth-child(3) {
    margin-top: 0;
    min-height: 0;
  }

  .world-story-card:nth-child(4) {
    margin-top: 0;
    min-height: 0;
  }

  .red-sweep {
    right: -260px;
  }

  .section-band {
    padding: 58px 0;
  }

  .mission-statement h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .mission-statement > p,
  .mission-commitment p {
    font-size: 16px;
  }

  .mission-commitment {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .benefit-grid,
  .example-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .business-section {
    margin: 0;
  }

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

  .business-preview aside {
    min-height: 160px;
  }

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

  .cookie-banner {
    bottom: 10px;
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 18px;
    width: calc(100% - 20px);
  }

  .cookie-banner-actions {
    grid-template-columns: repeat(2, 1fr);
  }

  .cookie-dialog-panel {
    padding: 24px 20px 20px;
  }

  .cookie-dialog h2 {
    font-size: 25px;
  }

  .cookie-category {
    align-items: start;
  }

  .cookie-dialog-actions {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    height: auto;
    min-height: 68px;
  }

  .legal-nav .language-switcher {
    margin: 0;
    width: auto;
  }

  .legal-nav .language-switcher button {
    min-width: 28px;
    padding: 0 6px;
  }

  .cookie-policy-hero {
    padding-bottom: 32px;
    padding-top: 34px;
  }

  .legal-back-link {
    margin-bottom: 34px;
  }

  .cookie-policy-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .cookie-policy-lead {
    font-size: 17px;
  }

  .cookie-policy-layout {
    gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 58px;
  }

  .cookie-policy-index {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .cookie-policy-index strong {
    grid-column: 1 / -1;
  }

  .cookie-policy-content {
    padding: 6px 20px;
  }

  .cookie-policy-content > section {
    padding: 28px 0;
  }

  .cookie-data-table {
    border: 0;
    display: grid;
    gap: 12px;
    overflow: visible;
  }

  .cookie-data-head {
    display: none;
  }

  .cookie-data-row {
    background: #f7fafd;
    border: 1px solid var(--line);
    border-radius: 8px;
    gap: 7px;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .cookie-data-row + .cookie-data-row {
    border-top: 1px solid var(--line);
  }

  .legal-page-footer .page-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .download-intro {
    align-items: start;
    grid-template-columns: 52px 1fr;
  }

  .download-intro > img {
    height: 52px;
    width: 52px;
  }

  .download-intro h2 {
    font-size: 21px;
  }

  .store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-badge {
    width: 100%;
  }

  .cookie-banner-actions {
    grid-template-columns: 1fr;
  }

  .cookie-settings-link {
    grid-column: auto;
  }

  .cookie-banner-copy > strong {
    font-size: 17px;
  }

  .cookie-banner-copy p {
    font-size: 12px;
  }

  .cookie-category {
    grid-template-columns: 1fr;
  }

  .cookie-category > strong,
  .cookie-toggle {
    justify-self: start;
  }

  .legal-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .legal-nav .language-switcher {
    width: 100%;
  }

  .cookie-policy-contact {
    display: grid;
  }
}

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

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

  .reveal {
    transform: none;
  }
}
