:root {
  color-scheme: dark;
  --ivory: #f3eee6;
  --muted: #d3c8bc;
  --amber: #ffc274;
  --coral: #f35a5d;
  --whatsapp: #25d366;
  --whatsapp-hover: #32e879;
  --whatsapp-ink: #102018;
  --line: rgba(255, 242, 224, 0.28);
  --font-ui: 'Manrope', sans-serif;
  --font-editorial: 'Newsreader', Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #17110e;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #17110e;
  color: var(--ivory);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 5px;
}

.film-page {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: #17110e;
}

.film-layer {
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  margin-bottom: -100svh;
  overflow: hidden;
  background: #17110e;
  pointer-events: none;
}

.film-layer::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 10, 8, 0.68) 0%, rgba(15, 10, 8, 0.5) 32%, rgba(15, 10, 8, 0.16) 65%, transparent 100%),
    linear-gradient(180deg, rgba(15, 10, 8, 0.12), transparent 24%, transparent 74%, rgba(15, 10, 8, 0.2));
  content: '';
  pointer-events: none;
}

.film-canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(var(--film-zoom, 1));
  transform-origin: 68% 50%;
  will-change: transform;
  background-image: url('./media/live-sequence/frame-0001.webp');
  background-position: center;
  background-size: cover;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  width: min(100% - 96px, 1480px);
  min-height: 98px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-inline: auto;
  border-bottom: 0;
  color: var(--ivory);
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 18%, var(--line) 82%, transparent);
  content: '';
}

.section-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.section-brand__logo {
  display: block;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.section-brand__name > span {
  color: #e0d0bf;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.section-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.5vw, 58px);
  color: rgba(243, 238, 230, 0.95);
  font-size: 12px;
}

.section-nav a {
  transition: color 180ms ease;
}

.section-nav a:hover {
  color: var(--amber);
}

.site-header__contact {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-self: end;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid var(--whatsapp);
  border-radius: 999px;
  background: var(--whatsapp);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.28);
  color: var(--whatsapp-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-header__contact:hover {
  transform: translateY(-2px);
  border-color: var(--whatsapp-hover);
  background: var(--whatsapp-hover);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}

.site-header__contact svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.page-content {
  position: relative;
  z-index: 1;
}

.intro,
.chapter,
.system-section,
.closing {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding-inline: max(48px, calc((100vw - 1480px) / 2));
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.62);
}

.intro {
  align-items: center;
  isolation: isolate;
  overflow: visible;
  padding-top: 98px;
  padding-bottom: 88px;
}

.intro__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #17110e;
  opacity: var(--intro-media-opacity, 1);
  pointer-events: none;
  will-change: opacity;
}

.intro::after {
  position: absolute;
  z-index: 1;
  inset-inline: 0;
  bottom: -12vh;
  height: clamp(280px, 40vh, 480px);
  background:
    radial-gradient(62% 110% at 16% 100%, rgba(171, 100, 52, 0.18), transparent 78%),
    radial-gradient(52% 120% at 88% 100%, rgba(255, 194, 116, 0.07), transparent 80%),
    linear-gradient(180deg, transparent 0%, rgba(23, 17, 14, 0.04) 24%, rgba(23, 17, 14, 0.24) 66%, rgba(23, 17, 14, 0.32) 84%, rgba(23, 17, 14, 0.05) 100%);
  content: '';
  pointer-events: none;
}

.intro__backdrop::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 12, 9, 0.91) 0%, rgba(18, 12, 9, 0.84) 34%, rgba(18, 12, 9, 0.58) 53%, rgba(18, 12, 9, 0.28) 100%),
    linear-gradient(180deg, rgba(18, 12, 9, 0.15), transparent 28%, transparent 76%, rgba(18, 12, 9, 0.38));
  content: '';
}

.intro__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro__copy {
  position: relative;
  z-index: 2;
}

.hero-video-toggle {
  position: absolute;
  z-index: 3;
  top: 120px;
  right: max(48px, calc((100vw - 1480px) / 2));
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(243, 238, 230, 0.44);
  border-radius: 999px;
  background: rgba(23, 17, 14, 0.72);
  backdrop-filter: blur(10px);
  color: var(--ivory);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  text-shadow: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.hero-video-toggle:hover {
  border-color: rgba(255, 194, 116, 0.8);
  background: rgba(23, 17, 14, 0.92);
}

.hero-video-toggle:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.hero-video-toggle__icon {
  width: 17px;
  color: var(--amber);
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.intro__copy,
.closing__copy {
  max-width: 660px;
}

.intro__copy {
  max-width: 590px;
}

.intro .section-title {
  max-width: 590px;
  font-size: clamp(54px, 5.1vw, 74px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: #f2c58e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.19em;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 194, 116, 0.55);
}

.section-title {
  max-width: 680px;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.99;
}

.section-title em {
  color: #e8ceb2;
  font-family: var(--font-editorial);
  font-size: 1.03em;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.section-title--small {
  font-size: clamp(48px, 5.2vw, 72px);
}

.section-copy {
  max-width: 440px;
  margin: 26px 0 0;
  color: #f0e6dc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.intro__copy .section-copy {
  max-width: 560px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.72;
}

.intro__ai-points {
  display: flex;
  max-width: 580px;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 9px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.intro__ai-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
  color: #f4e8dc;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.intro__ai-points li span {
  color: var(--amber);
  font-size: 15px;
  line-height: 1;
}

.primary-link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
  padding: 0 21px 0 23px;
  border: 1px solid #f6d8ad;
  border-radius: 2px;
  background: #f0dfca;
  color: #241710;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.primary-link--whatsapp {
  min-height: 66px;
  gap: 12px;
  padding: 10px 24px;
  border-color: var(--whatsapp);
  border-radius: 999px;
  background: var(--whatsapp);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  color: var(--whatsapp-ink);
  font-size: 13px;
  font-weight: 700;
}

.primary-link--whatsapp:hover {
  border-color: var(--whatsapp-hover);
  background: var(--whatsapp-hover);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.42);
}

.primary-link:hover {
  transform: translateY(-2px);
  border-color: #fff0d8;
  background: #fff0d8;
}

.primary-link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.primary-link--whatsapp svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

.whatsapp-cta__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  white-space: nowrap;
}

.whatsapp-cta__label small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.76;
}

.whatsapp-float {
  position: fixed;
  z-index: 20;
  right: max(24px, calc((100vw - 1480px) / 2));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: var(--whatsapp);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32), 0 8px 24px rgba(37, 211, 102, 0.3);
  color: var(--whatsapp-ink);
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  transition: background 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: var(--whatsapp-hover);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34), 0 10px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.whatsapp-float.is-hidden {
  visibility: hidden;
  transform: translateY(14px);
  opacity: 0;
  pointer-events: none;
}

.intro__actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}

.intro__actions .primary-link {
  margin-top: 0;
}

.intro__actions .primary-link--whatsapp {
  min-height: 68px;
  padding: 11px 25px;
  font-size: 14px;
}

.intro__explore {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid rgba(243, 238, 230, 0.32);
  border-radius: 999px;
  background: rgba(31, 23, 19, 0.42);
  backdrop-filter: blur(8px);
  color: rgba(243, 238, 230, 0.94);
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.intro__explore:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 194, 116, 0.62);
  background: rgba(255, 194, 116, 0.1);
  color: var(--ivory);
}

.intro__explore span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 194, 116, 0.14);
  color: var(--amber);
  font-size: 16px;
  line-height: 1;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: max(48px, calc((100vw - 1480px) / 2));
  bottom: 29px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(243, 238, 230, 0.88);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.scroll-cue__arrow {
  color: var(--amber);
  font-size: 17px;
  line-height: 1;
}

.chapter {
  align-items: center;
}

.chapter__copy {
  max-width: 560px;
}

.chapter__index {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 194, 116, 0.38);
  border-radius: 999px;
  background: rgba(23, 17, 14, 0.34);
  color: var(--amber);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.chapter__index span {
  color: rgba(243, 238, 230, 0.7);
}

.chapter__title {
  max-width: 560px;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.02;
}

.chapter__text {
  max-width: 430px;
  margin: 22px 0 0;
  color: #eee4da;
  font-size: 16px;
  line-height: 1.8;
}

.chapter--two {
  align-items: flex-end;
  padding-bottom: 18vh;
}

.chapter--three {
  align-items: flex-start;
  padding-top: 26vh;
}

.system-section {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(400px, 1.2fr);
  align-content: center;
  gap: clamp(52px, 9vw, 150px);
}

.system-section::before {
  position: absolute;
  z-index: -1;
  inset: -8vh -5vw;
  background: radial-gradient(ellipse at 52% 50%, rgba(23, 17, 14, 0.97) 0%, rgba(23, 17, 14, 0.9) 55%, rgba(23, 17, 14, 0.18) 100%);
  filter: blur(12px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
  content: '';
}

.system-section__heading {
  max-width: 500px;
}

.system-section__heading .eyebrow {
  margin-bottom: 22px;
}

.system-list {
  position: relative;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.system-list__item {
  display: grid;
  width: 100%;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin: 11px 0;
  padding: 21px 22px 22px;
  border: 1px solid rgba(255, 242, 224, 0.17);
  border-radius: 21px;
  background: rgba(31, 23, 19, 0.62);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(8px);
  appearance: none;
  color: var(--ivory);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.system-list__item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 194, 116, 0.42);
  background: rgba(44, 32, 26, 0.78);
}

.system-list__item:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.system-list__number {
  padding-top: 4px;
  color: var(--amber);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.system-list__content {
  display: grid;
  gap: 8px;
}

.system-list__title {
  color: var(--ivory);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.system-list__summary {
  display: block;
  max-width: 420px;
  color: #e0d5ca;
  font-size: 13px;
  line-height: 1.7;
}

.system-list__hint {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f0c990;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 180ms ease;
}

.system-list__hint > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 194, 116, 0.32);
  border-radius: 50%;
  background: rgba(255, 194, 116, 0.08);
  font-size: 14px;
  transition: background 180ms ease, transform 180ms ease;
}

.system-list__item:hover .system-list__hint > span {
  transform: translate(2px, -2px);
  background: rgba(255, 194, 116, 0.18);
}

.system-detail-dialog {
  width: min(900px, calc(100% - 40px));
  max-width: none;
  max-height: min(90dvh, 960px);
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255, 242, 224, 0.2);
  border-radius: 34px;
  background: #211813;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.52);
  color: var(--ivory);
  text-shadow: none;
}

.system-detail-dialog::backdrop {
  background: rgba(10, 7, 5, 0.78);
  backdrop-filter: blur(10px);
}

.system-detail-dialog__shell {
  padding: clamp(24px, 5vw, 52px);
}

.system-detail-dialog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 29px;
}

.system-detail-dialog__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #e8bd84;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.system-detail-dialog__label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 194, 116, 0.5);
}

.system-detail-dialog__close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 242, 224, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ivory);
  font: inherit;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.system-detail-dialog__close:hover {
  transform: rotate(8deg);
  border-color: rgba(255, 194, 116, 0.55);
  background: rgba(255, 194, 116, 0.1);
}

.system-detail-dialog__close:focus-visible,
.system-detail-dialog__dismiss:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.system-detail__index {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.system-detail__index span {
  color: rgba(243, 238, 230, 0.66);
  font-size: 9px;
}

.system-detail__title {
  max-width: 700px;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(37px, 5.4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.04;
  text-wrap: balance;
}

.system-detail__lead {
  max-width: 690px;
  margin: 18px 0 27px;
  color: #e8ddd1;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
}

.system-detail__demo {
  max-width: 660px;
  margin: 0 auto 27px;
  padding: 12px;
  border: 1px solid rgba(255, 242, 224, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.system-detail__demo figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px 2px;
  color: #f0c68f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.system-detail__demo figcaption span {
  color: #cfc1b3;
  font-size: 9px;
  letter-spacing: 0.11em;
}

.system-detail__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 242, 224, 0.13);
  border-radius: 14px;
  background: #100c0a;
  object-fit: contain;
}

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

.system-detail__card {
  padding: 20px 18px 19px;
  border: 1px solid rgba(255, 242, 224, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.system-detail__card > span {
  color: #e6b979;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.system-detail__card h3 {
  margin: 14px 0 8px;
  color: var(--ivory);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.system-detail__card p {
  margin: 0;
  color: #d9cfc5;
  font-size: 13px;
  line-height: 1.72;
}

.system-detail__benefit {
  margin: 15px 0 0;
  padding: 16px 19px;
  border: 1px solid rgba(255, 194, 116, 0.2);
  border-radius: 19px;
  background: rgba(255, 194, 116, 0.07);
  color: #eee1d1;
  font-size: 13px;
  line-height: 1.65;
}

.system-detail__benefit strong {
  color: #f3c98f;
}

.system-detail-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 23px;
}

.system-detail-dialog__actions .primary-link {
  min-height: 58px;
  margin-top: 0;
  padding-inline: 22px;
  font-size: 13px;
}

.system-detail-dialog__actions .primary-link:not(.primary-link--whatsapp) {
  border-radius: 999px;
}

.system-detail-dialog__actions .primary-link [aria-hidden="true"] {
  font-size: 16px;
}

.system-detail-dialog__dismiss {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 242, 224, 0.2);
  border-radius: 999px;
  background: transparent;
  color: rgba(243, 238, 230, 0.82);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.system-detail-dialog__dismiss:hover {
  border-color: rgba(255, 194, 116, 0.45);
  background: rgba(255, 194, 116, 0.07);
}

body.system-detail-open {
  overflow: hidden;
}

.mika-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(38px, 5.5vw, 72px);
  padding: 116px max(48px, calc((100vw - 1280px) / 2)) 108px;
  text-shadow: none;
}

.mika-section::before {
  position: absolute;
  z-index: -1;
  inset: -8vh -6vw;
  background:
    radial-gradient(ellipse at 14% 26%, rgba(243, 90, 93, 0.12), transparent 38%),
    radial-gradient(ellipse at 78% 57%, rgba(255, 194, 116, 0.13), transparent 42%),
    radial-gradient(ellipse at 50% 52%, rgba(23, 17, 14, 0.96), rgba(23, 17, 14, 0.76) 66%, transparent 100%);
  filter: blur(16px);
  pointer-events: none;
  content: '';
}

.mika-section__top {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 7vw, 104px);
}

.mika-section__heading {
  max-width: 560px;
}

.mika-section__heading .eyebrow {
  margin-bottom: 22px;
}

.mika-section__heading .section-copy {
  max-width: 490px;
}

.mika-section__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
  padding: 0 19px;
  border: 1px solid rgba(255, 194, 116, 0.48);
  border-radius: 999px;
  background: rgba(255, 194, 116, 0.1);
  color: #ffe0b2;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mika-section__link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 194, 116, 0.8);
  background: rgba(255, 194, 116, 0.17);
}

.mika-section__link span {
  color: var(--amber);
  font-size: 17px;
}

.mika-showcase {
  position: relative;
  display: grid;
  min-height: 382px;
  align-content: center;
  gap: 18px;
  overflow: hidden;
  padding: 27px 29px;
  border: 1px solid rgba(255, 231, 201, 0.25);
  border-radius: 36px;
  background:
    radial-gradient(ellipse at 87% 4%, rgba(255, 194, 116, 0.18), transparent 40%),
    linear-gradient(145deg, rgba(48, 35, 29, 0.95), rgba(29, 22, 20, 0.95));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28), 0 0 55px rgba(255, 194, 116, 0.07);
}

.mika-showcase__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.mika-avatar {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 17px;
  background: linear-gradient(145deg, #ffd28b, #fb8580 58%, #bf78ad);
  box-shadow: 0 9px 24px rgba(243, 90, 93, 0.22);
  color: #311e1a;
  font-size: 18px;
  font-weight: 800;
}

.mika-showcase__identity {
  display: grid;
  gap: 4px;
}

.mika-showcase__identity strong {
  color: var(--ivory);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.mika-showcase__identity small {
  color: #d8c6b5;
  font-size: 11px;
}

.mika-showcase__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 8px 11px;
  border: 1px solid rgba(124, 231, 164, 0.22);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.09);
  color: #c9f3d7;
  font-size: 10px;
  font-weight: 700;
}

.mika-showcase__status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #70df9d;
  box-shadow: 0 0 10px rgba(112, 223, 157, 0.48);
}

.mika-message {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 86%;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.mika-message--user {
  justify-self: end;
  border-radius: 23px 23px 7px 23px;
  background: linear-gradient(135deg, #f9ddbc, #edc5b0);
  color: #33241e;
}

.mika-message--assistant {
  justify-self: start;
  border-color: rgba(255, 194, 116, 0.29);
  border-radius: 23px 23px 23px 7px;
  background: rgba(19, 14, 12, 0.76);
  color: var(--ivory);
}

.mika-message small {
  display: block;
  margin-bottom: 5px;
  color: #b98b64;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mika-message--assistant small {
  color: #ffd28b;
}

.mika-message p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.mika-message__tag {
  display: inline-flex;
  margin-top: 11px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 194, 116, 0.15);
  color: #ffd28b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mika-showcase__note {
  position: relative;
  z-index: 1;
  margin: 0 0 0 4px;
  color: #d8cabe;
  font-size: 11px;
  line-height: 1.5;
}

.mika-showcase__sparkle {
  position: absolute;
  top: 17px;
  right: 22px;
  color: rgba(255, 213, 154, 0.6);
  font-size: 23px;
  transform: rotate(13deg);
}

.mika-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.mika-card {
  min-height: 214px;
  padding: 22px 21px 23px;
  border: 1px solid rgba(255, 242, 224, 0.16);
  border-radius: 25px;
  background: linear-gradient(155deg, rgba(48, 36, 30, 0.78), rgba(30, 23, 20, 0.82));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mika-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 194, 116, 0.43);
  background: linear-gradient(155deg, rgba(60, 44, 35, 0.88), rgba(34, 26, 22, 0.9));
}

.mika-card__index {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mika-card__index > span {
  color: #d9cabc;
  font-size: 8px;
  letter-spacing: 0.13em;
}

.mika-card h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.mika-card p {
  margin: 10px 0 0;
  color: #dfd3c7;
  font-size: 12px;
  line-height: 1.65;
}

.mika-section__note {
  width: fit-content;
  max-width: 100%;
  margin: -28px 0 0;
  padding: 12px 17px;
  border: 1px solid rgba(255, 194, 116, 0.24);
  border-radius: 999px;
  background: rgba(255, 194, 116, 0.075);
  color: #f0ddc6;
  font-size: 12px;
  line-height: 1.5;
}

.closing {
  z-index: 1;
  padding-top: 108px;
  padding-bottom: 80px;
}

.closing::before {
  position: absolute;
  z-index: -1;
  inset: -8vh -8vw;
  background: radial-gradient(ellipse at 28% 50%, rgba(23, 17, 14, 0.9), rgba(23, 17, 14, 0.52) 54%, transparent 76%);
  filter: blur(14px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
  content: '';
}

.closing__copy {
  padding-bottom: 35px;
}

.pricing-section {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  align-content: center;
  gap: clamp(36px, 5vw, 64px);
  padding: 112px max(48px, calc((100vw - 1280px) / 2)) 96px;
}

.pricing-section::before {
  position: absolute;
  z-index: -1;
  inset: -7vh -6vw;
  background: radial-gradient(ellipse at 50% 50%, rgba(23, 17, 14, 0.97) 0%, rgba(23, 17, 14, 0.9) 58%, rgba(23, 17, 14, 0.22) 100%);
  filter: blur(12px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
  pointer-events: none;
  content: '';
}

.pricing-section__heading {
  max-width: 690px;
}

.pricing-section__heading .section-copy {
  max-width: 540px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 25px 24px;
  border: 1px solid rgba(243, 238, 230, 0.2);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(52, 39, 32, 0.93), rgba(32, 24, 20, 0.92));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 194, 116, 0.62);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.28);
}

.price-card--featured {
  border-color: var(--amber);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(84, 55, 35, 0.97), rgba(49, 34, 26, 0.97));
  box-shadow: 0 24px 52px rgba(255, 194, 116, 0.1), 0 20px 45px rgba(0, 0, 0, 0.22);
}

.price-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--amber);
  color: #241710;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.price-card__name {
  margin: 0 0 14px;
  color: #ead5bd;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.price-card__amount {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1;
}

.price-card__amount span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.price-card__period {
  margin: 5px 0 0;
  color: #cbbbaa;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.price-card__trial {
  display: grid;
  gap: 5px;
  width: 100%;
  margin: 14px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(255, 194, 116, 0.42);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(255, 194, 116, 0.13), rgba(37, 211, 102, 0.09));
}

.price-card__trial > span {
  color: #ffd895;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.price-card__trial p {
  margin: 0;
  color: #f0e6dc;
  font-size: 12px;
  line-height: 1.5;
}

.price-card__trial strong {
  color: #fff4df;
}

.price-card__description {
  min-height: 67px;
  margin: 15px 0 19px;
  padding: 12px 14px;
  border: 1px solid rgba(243, 238, 230, 0.1);
  border-radius: 18px;
  background: rgba(255, 248, 237, 0.055);
  color: #e0d5ca;
  font-size: 13px;
  line-height: 1.6;
}

.price-card__description strong {
  color: #f4c881;
  font-weight: 700;
}

.price-card__features {
  display: grid;
  width: 100%;
  gap: 11px;
  margin: 0 0 25px;
  padding: 0;
  color: #f0e6dc;
  font-size: 12px;
  line-height: 1.6;
  list-style: none;
}

.price-card__features li {
  position: relative;
  min-height: 17px;
  padding-left: 25px;
}

.price-card__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: #7ce7a4;
  content: '✓';
  font-size: 10px;
  font-weight: 800;
}

.price-card__link {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: auto;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: var(--whatsapp-ink);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.price-card__link:hover {
  transform: translateY(-1px);
  background: var(--whatsapp-hover);
  box-shadow: 0 7px 20px rgba(37, 211, 102, 0.25);
}

.price-card__whatsapp-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.price-card__link-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.price-card__link-copy strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.price-card__link-copy small {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  opacity: 0.74;
}

.pricing-section__note {
  max-width: 760px;
  margin: -8px 0 0;
  color: rgba(243, 238, 230, 0.68);
  font-size: 11px;
  line-height: 1.65;
}

.testimonial-section {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 70svh;
  align-content: center;
  justify-items: center;
  padding: 100px 24px;
  text-align: center;
}

.testimonial-section[hidden] {
  display: none;
}

.testimonial-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(23, 17, 14, 0.95), rgba(23, 17, 14, 0.54) 70%, transparent);
  filter: blur(16px);
  content: '';
}

.testimonial-section__title {
  margin: 0;
  color: var(--ivory);
  font-family: var(--font-editorial);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.testimonial-card {
  max-width: 760px;
  margin: 32px 0 0;
  padding: 28px 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(32, 24, 20, 0.72);
  text-shadow: none;
}

.testimonial-card__quote {
  margin: 0;
  color: var(--ivory);
  font-family: var(--font-editorial);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.4;
}

.testimonial-card__author {
  margin-top: 20px;
  color: #e8ceb2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  .section-title {
    font-size: 92px;
  }

  .section-title--small {
    font-size: 78px;
  }
}

@media (max-width: 1000px) {
  .site-header {
    width: calc(100% - 64px);
  }

  .intro,
  .chapter,
  .system-section,
  .mika-section,
  .closing,
  .pricing-section {
    padding-inline: 32px;
  }

  .section-title {
    font-size: clamp(48px, 6.3vw, 70px);
  }

  .system-section {
    grid-template-columns: minmax(220px, 0.8fr) minmax(340px, 1.2fr);
    gap: 48px;
  }

  .mika-section__top {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 38px;
  }

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

@media (max-width: 760px) {
  .intro__video {
    object-position: 72% center;
  }

  .intro__backdrop::after {
    background:
      linear-gradient(90deg, rgba(18, 12, 9, 0.94) 0%, rgba(18, 12, 9, 0.88) 48%, rgba(18, 12, 9, 0.62) 100%),
      linear-gradient(180deg, rgba(18, 12, 9, 0.2), transparent 32%, rgba(18, 12, 9, 0.3));
  }

  .hero-video-toggle {
    top: 84px;
    right: 20px;
    min-height: 34px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .film-canvas {
    background-position: 72% center;
    transform-origin: 72% 50%;
  }

  .film-layer::after {
    background:
      linear-gradient(90deg, rgba(15, 10, 8, 0.42), rgba(15, 10, 8, 0.2) 70%, rgba(15, 10, 8, 0.04)),
      linear-gradient(180deg, rgba(15, 10, 8, 0.14), transparent 30%, rgba(15, 10, 8, 0.34));
  }

  .site-header {
    width: calc(100% - 40px);
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .section-nav {
    display: none;
  }

  .site-header__contact {
    min-height: 40px;
    gap: 6px;
    padding-inline: 11px;
    font-size: 9px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    min-height: 52px;
    gap: 8px;
    padding-inline: 15px;
    font-size: 11px;
  }

  .whatsapp-float svg {
    width: 20px;
    height: 20px;
  }

  .section-brand {
    gap: 8px;
    font-size: 12px;
  }

  .section-brand__logo {
    width: 28px;
    height: 28px;
  }

  .intro,
  .chapter,
  .closing {
    min-height: max(100svh, 680px);
    align-items: flex-end;
    padding: 120px 20px 82px;
  }

  .intro {
    align-items: center;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .eyebrow {
    gap: 9px;
    margin-bottom: 17px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .eyebrow > span {
    width: 7px;
  }

  .section-title {
    font-size: clamp(40px, 11vw, 64px);
    line-height: 0.99;
    text-wrap: balance;
  }

  .intro .section-title {
    font-size: clamp(40px, 11vw, 64px);
  }

  .section-copy {
    max-width: 420px;
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.65;
  }

  .intro__copy .section-copy {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.62;
  }

  .primary-link {
    min-height: 48px;
    margin-top: 19px;
    padding-inline: 16px;
    gap: 13px;
    font-size: 12px;
  }

  .primary-link--whatsapp {
    min-height: 60px;
    padding: 8px 17px;
    font-size: 12px;
  }

  .whatsapp-cta__label small {
    font-size: 9px;
  }

  .intro__ai-points {
    column-gap: 16px;
    row-gap: 8px;
    margin-top: 18px;
  }

  .intro__ai-points li {
    gap: 6px;
    padding: 2px 0;
    font-size: 11px;
  }

  .intro__actions {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 22px;
  }

  .intro__actions .primary-link--whatsapp {
    min-height: 60px;
    padding: 8px 17px;
    font-size: 12px;
  }

  .intro__explore {
    min-height: 60px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .scroll-cue {
    right: 20px;
    bottom: max(22px, env(safe-area-inset-bottom));
    left: 20px;
    justify-content: space-between;
    font-size: 8px;
  }

  .chapter__copy {
    max-width: 460px;
  }

  .chapter__index {
    margin-bottom: 13px;
    font-size: 9px;
  }

  .chapter__title {
    font-size: clamp(38px, 10vw, 54px);
    line-height: 1;
    text-wrap: balance;
  }

  .chapter__text {
    max-width: 370px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .chapter--two {
    align-items: flex-end;
    padding-bottom: 96px;
  }

  .chapter--three {
    align-items: flex-start;
    padding-top: max(150px, calc(env(safe-area-inset-top) + 126px));
  }

  .system-section {
    min-height: max(120svh, 760px);
    grid-template-columns: 1fr;
    align-content: center;
    gap: 35px;
    padding: 92px 20px 76px;
  }

  .mika-section {
    min-height: unset;
    grid-template-columns: 1fr;
    gap: 31px;
    padding: 92px 20px 72px;
  }

  .mika-section__top {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .mika-showcase {
    min-height: 0;
    gap: 14px;
    padding: 22px 18px;
    border-radius: 29px;
  }

  .mika-showcase__header {
    flex-wrap: wrap;
  }

  .mika-showcase__status {
    flex-basis: 100%;
    width: fit-content;
    margin: -4px 0 0 57px;
  }

  .mika-message {
    max-width: 100%;
    padding: 12px 14px;
  }

  .mika-message p {
    font-size: 13px;
  }

  .mika-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mika-card {
    min-height: 0;
    padding: 18px 16px 19px;
    border-radius: 22px;
  }

  .mika-card__index {
    gap: 6px;
    margin-bottom: 13px;
    font-size: 9px;
  }

  .mika-card__index > span {
    font-size: 7px;
  }

  .mika-card h3 {
    font-size: 15px;
  }

  .mika-card p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.55;
  }

  .mika-section__note {
    margin-top: -15px;
    border-radius: 20px;
    font-size: 11px;
  }

  .pricing-section {
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 96px 20px 72px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .price-card {
    min-height: 188px;
    padding: 23px 20px 18px;
  }

  .price-card__amount {
    font-size: 34px;
  }

  .pricing-section__note {
    margin-top: -8px;
  }

  .testimonial-section {
    min-height: 60svh;
    padding: 80px 20px;
  }

  .testimonial-card {
    padding: 24px 20px;
  }

  .section-title--small {
    font-size: clamp(40px, 10vw, 58px);
  }

  .system-list__item {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 17px;
  }

  .system-list__title {
    font-size: 14px;
  }

  .system-list__summary {
    font-size: 12px;
    line-height: 1.6;
  }

  .system-list__hint {
    gap: 0;
    font-size: 0;
  }

  .system-list__hint > span {
    width: 27px;
    height: 27px;
  }

  .system-detail-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 27px;
  }

  .system-detail-dialog__shell {
    padding: 25px 21px 22px;
  }

  .system-detail-dialog__top {
    margin-bottom: 23px;
  }

  .system-detail__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .system-detail__demo {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 17px;
  }

  .system-detail__video {
    border-radius: 11px;
  }

  .system-detail__card {
    padding: 17px 17px 16px;
    border-radius: 19px;
  }

  .system-detail__card h3 {
    margin-top: 10px;
  }

  .system-detail-dialog__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .system-detail-dialog__actions .primary-link,
  .system-detail-dialog__dismiss {
    width: 100%;
    justify-content: center;
  }

  .price-card__amount {
    font-size: 31px;
  }

  .closing {
    align-items: center;
    padding-top: 120px;
  }
}

@media (max-width: 390px) {
  .section-title {
    font-size: clamp(39px, 11vw, 43px);
  }

  .chapter__text {
    font-size: 12px;
  }

  .system-section {
    gap: 28px;
  }

  .system-list__item {
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 10px;
    padding-block: 15px;
  }

  .system-list__content {
    gap: 6px;
  }

  .mika-capabilities {
    gap: 8px;
  }

  .mika-card {
    padding: 16px 13px 17px;
  }

  .mika-card h3 {
    font-size: 14px;
  }

  .mika-card p {
    font-size: 10px;
  }
}

@media (max-width: 760px) and (max-height: 640px) {
  .intro,
  .chapter,
  .closing {
    min-height: 680px;
  }

  .intro {
    padding-top: 100px;
    padding-bottom: 88px;
  }

  .system-section {
    min-height: max(120svh, 760px);
  }
}

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