@font-face {
  font-family: "SystemDisplay";
  src: local("Arial Black");
  font-display: swap;
}

:root {
  --ink: #050706;
  --ink-soft: #0b100d;
  --paper: #edf5ed;
  --muted: #9aa79d;
  --green: #00e65b;
  --acid: #c7ff1a;
  --line: rgba(237, 245, 237, 0.18);
  --panel: rgba(9, 14, 11, 0.72);
  --max: 1480px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 65% 15%, rgba(0, 230, 91, .12), transparent 31rem),
    radial-gradient(circle at 15% 55%, rgba(199, 255, 26, .07), transparent 30rem),
    var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

body.is-booting {
  overflow: hidden;
}

a {
  color: inherit;
}

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

::selection {
  color: var(--ink);
  background: var(--acid);
}

.noise {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.grid {
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 85%);
}

.ambient {
  position: fixed;
  z-index: -3;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .12;
  pointer-events: none;
}

.ambient--one {
  top: -20rem;
  right: -12rem;
  background: var(--green);
}

.ambient--two {
  bottom: 0;
  left: -25rem;
  background: var(--acid);
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,230,91,.075), transparent 67%);
  pointer-events: none;
  transition: opacity .25s ease;
}

.edge {
  position: fixed;
  z-index: 15;
  top: 50%;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .25em;
  color: rgba(237, 245, 237, .37);
  white-space: nowrap;
  pointer-events: none;
}

.edge--left {
  left: 14px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.edge--right {
  right: 14px;
  transform: translate(50%, -50%) rotate(90deg);
}

.boot {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: #020402;
  transition: opacity .6s var(--ease), visibility .6s;
}

.boot.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.boot__box {
  width: min(480px, calc(100% - 48px));
  text-align: center;
}

.boot__preview {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 10px;
  background: rgba(5,7,6,.78);
  border: 1px solid rgba(0,230,91,.38);
  box-shadow: 0 0 40px rgba(0,230,91,.14);
}

.boot__preview::before,
.boot__preview::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--acid);
  border-style: solid;
}

.boot__preview::before {
  left: -7px;
  top: -7px;
  border-width: 2px 0 0 2px;
}

.boot__preview::after {
  right: -7px;
  bottom: -7px;
  border-width: 0 2px 2px 0;
}

.boot__preview-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boot p {
  margin: 22px 0 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .34em;
}

.boot small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}


.topbar {
  position: relative;
  z-index: 10;
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.identity,
.topbar__status {
  display: flex;
  align-items: center;
  gap: 12px;
}



.topbar__status {
  color: var(--muted);
}

.topbar__status b {
  color: var(--paper);
}

.topbar__status .alive {
  color: var(--green);
}

.topbar__divider {
  color: rgba(255,255,255,.2);
}

main,
footer {
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
  width: min(var(--max), calc(100% - 96px));
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 110px) 0 120px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
}

.hero__copy {
  position: relative;
  z-index: 4;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--green);
}

h1 {
  margin: 0;
  font-family: "SystemDisplay", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 10.2vw, 10.6rem);
  line-height: .72;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.title-line {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
}

.title-line--one {
  color: var(--paper);
}

.title-line--two {
  margin-left: clamp(22px, 5vw, 76px);
  color: transparent;
  -webkit-text-stroke: 1.5px var(--green);
  text-shadow: 0 0 28px rgba(0,230,91,.18);
}

.title-line--three {
  color: var(--acid);
  transform: rotate(-1deg);
}

.title-line--three::after {
  content: "LIVE";
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(5,7,6,.8);
  transform: translate(5px, 5px);
  z-index: -1;
}

.hero__lead {
  width: min(610px, 100%);
  margin: 38px 0 0;
  color: #bec9c0;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.65;
}

.hero__lead strong {
  color: var(--paper);
}

.facts {
  display: grid;
  grid-template-columns: .72fr 1fr 1.25fr;
  max-width: 650px;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact {
  min-width: 0;
  padding: 19px 18px 18px 0;
}

.fact + .fact {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.fact__label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .19em;
}

.fact strong {
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: clamp(19px, 2.1vw, 28px);
  letter-spacing: -.025em;
  white-space: nowrap;
}

.fact small {
  color: var(--green);
  font-size: .45em;
  letter-spacing: .08em;
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.action {
  position: relative;
  min-width: 205px;
  height: 58px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  border: 1px solid var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}

.action::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-102%);
  background: var(--acid);
  transition: transform .35s var(--ease);
}

.action:hover {
  color: var(--ink);
  border-color: var(--acid);
  transform: translateY(-3px);
}

.action:hover::before {
  transform: translateX(0);
}

.action--primary {
  color: var(--ink);
  background: var(--green);
}

.action--primary::before {
  background: var(--acid);
}

.action--secondary {
  color: var(--paper);
  border-color: rgba(237,245,237,.45);
}

.action__arrow {
  font-size: 19px;
  line-height: 1;
}

.microcopy {
  margin: 19px 0 0;
  color: rgba(237,245,237,.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.specimen {
  position: relative;
  min-height: clamp(520px, 63vw, 760px);
  isolation: isolate;
}

.specimen::before {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 51%;
  width: min(42vw, 610px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,230,91,.18), rgba(0,230,91,.035) 43%, transparent 67%);
  filter: blur(6px);
}

.specimen__hud {
  position: absolute;
  z-index: 6;
  left: 12%;
  right: 9%;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.specimen__hud b {
  color: var(--paper);
}

.specimen__hud span:last-child {
  color: var(--green);
}

.specimen__hud--top {
  top: 6%;
}

.scope {
  position: absolute;
  z-index: -1;
  inset: 50% auto auto 50%;
  width: min(43vw, 625px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-8deg);
  opacity: .55;
}

.scope__circle,
.scope__line {
  position: absolute;
  display: block;
}

.scope__circle {
  inset: 0;
  border: 1px solid rgba(0,230,91,.35);
  border-radius: 50%;
}

.scope__circle--one::before,
.scope__circle--one::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px dashed rgba(237,245,237,.14);
  border-radius: 50%;
}

.scope__circle--one::after {
  inset: 26%;
  border-style: solid;
  border-color: rgba(0,230,91,.22);
}

.scope__circle--two {
  inset: 13%;
  border-style: dashed;
  border-color: rgba(199,255,26,.18);
  animation: orbit 25s linear infinite;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.scope__line--x {
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0,230,91,.2);
}

.scope__line--y {
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(0,230,91,.2);
}

.scope__scan {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 17px var(--green);
  animation: scopeScan 4s ease-in-out infinite alternate;
}

@keyframes scopeScan {
  to { transform: translateY(340px); }
}

.specimen__main {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(29vw, 425px);
  margin: 0;
  transform: translate(-50%, -50%) rotate(2deg);
  transition: transform .25s ease-out;
}

.specimen__frame {
  position: relative;
  padding: 10px;
  background: rgba(5,7,6,.68);
  border: 1px solid rgba(237,245,237,.45);
  box-shadow:
    0 30px 90px rgba(0,0,0,.55),
    0 0 0 9px rgba(5,7,6,.58),
    0 0 0 10px rgba(0,230,91,.18);
}

.specimen__frame::before,
.specimen__frame::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-color: var(--acid);
  border-style: solid;
  pointer-events: none;
}

.specimen__frame::before {
  left: -8px;
  top: -8px;
  border-width: 2px 0 0 2px;
}

.specimen__frame::after {
  right: -8px;
  bottom: -8px;
  border-width: 0 2px 2px 0;
}

.specimen__main img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #111;
  filter: saturate(1.05) contrast(1.03);
}

.specimen__main.is-switching img {
  animation: glitchSwap .35s steps(2);
}

.satellite.is-switching img {
  animation: glitchSwap .35s steps(2);
}

@keyframes glitchSwap {
  0% { clip-path: inset(0); transform: translate(0); filter: saturate(2); }
  25% { clip-path: inset(12% 0 58% 0); transform: translate(-9px, 2px); }
  50% { clip-path: inset(62% 0 8% 0); transform: translate(8px, -2px); }
  75% { clip-path: inset(28% 0 32% 0); transform: translate(-5px, 1px); }
  100% { clip-path: inset(0); transform: translate(0); }
}

.specimen__main figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.specimen__main figcaption b {
  color: var(--green);
}

.satellite {
  position: absolute;
  z-index: 4;
  width: clamp(94px, 10vw, 150px);
  margin: 0;
  padding: 6px;
  background: rgba(5,7,6,.86);
  border: 1px solid rgba(237,245,237,.22);
  box-shadow: 0 18px 46px rgba(0,0,0,.42);
  transition: transform .3s ease-out;
}

.satellite img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(.85);
}

.satellite span {
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--acid);
  font-size: 8px;
  font-weight: 900;
}

.satellite--one {
  left: 1%;
  top: 19%;
  transform: rotate(-8deg);
}

.satellite--two {
  right: 0;
  top: 16%;
  transform: rotate(7deg);
}

.satellite--three {
  right: 5%;
  bottom: 7%;
  transform: rotate(-5deg);
}

.specimen__coordinate {
  position: absolute;
  color: rgba(237,245,237,.35);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
}

.specimen__coordinate--a {
  left: 4%;
  bottom: 18%;
  transform: rotate(-90deg);
}

.specimen__coordinate--b {
  right: 11%;
  top: 48%;
  transform: rotate(90deg);
}

.hero__ticker {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 22px;
  width: 100vw;
  transform: translateX(-50%) rotate(-1deg);
  overflow: hidden;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  color: var(--ink);
  background: var(--green);
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: 17px;
  letter-spacing: .025em;
  white-space: nowrap;
}

.hero__ticker div {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  min-width: max-content;
  padding: 10px 0;
  animation: ticker 22s linear infinite;
}

.hero__ticker i {
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.declaration {
  width: min(var(--max), calc(100% - 96px));
  margin: 70px auto 0;
  padding: clamp(42px, 7vw, 92px) 0;
  display: grid;
  grid-template-columns: 100px 1fr 120px;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.declaration__index {
  align-self: start;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.declaration p {
  margin: 0;
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: clamp(2.6rem, 6.8vw, 7rem);
  line-height: .86;
  letter-spacing: -.035em;
}

.declaration p strong {
  color: transparent;
  -webkit-text-stroke: 1px var(--acid);
}

.declaration__seal {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: 21px;
  line-height: .9;
  text-align: center;
  transform: rotate(9deg);
  box-shadow: inset 0 0 0 7px var(--ink), inset 0 0 0 8px rgba(0,230,91,.3);
}

.faq {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(110px, 11vw, 180px) 0;
  display: block;
}

.faq__intro {
  position: static;
  width: 100%;
  max-width: none;
  margin-bottom: clamp(48px, 6vw, 86px);
}

.faq__intro h2 {
  margin: 0;
  max-width: 100%;
  font-family: "SystemDisplay", Impact, sans-serif;
  line-height: .82;
  letter-spacing: -.045em;
}

.faq__intro h2 span {
  display: block;
  font-size: clamp(3rem, 6.4vw, 6.8rem);
  color: var(--paper);
}

.faq__intro h2 em {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: .08em;
  color: transparent;
  -webkit-text-stroke: 1px var(--green);
  font-size: clamp(3.8rem, 8.5vw, 9.2rem);
  font-style: normal;
  white-space: nowrap;
}

.faq__intro > p:last-child {
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
}

.faq__list {
  width: 100%;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  min-height: 95px;
  display: grid;
  grid-template-columns: 48px 1fr 27px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: clamp(21px, 2.4vw, 34px);
  letter-spacing: -.018em;
  transition: color .25s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover {
  color: var(--acid);
}

.faq__number {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

summary i {
  position: relative;
  width: 25px;
  height: 25px;
}

summary i::before,
summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  border-top: 1px solid var(--paper);
  transform: translate(-50%, -50%);
  transition: transform .25s var(--ease);
}

summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq__answer {
  padding: 0 30px 32px 68px;
  color: #aab6ad;
  font-size: 15px;
  line-height: 1.75;
}

.faq__answer strong {
  color: var(--paper);
}

footer {
  width: min(var(--max), calc(100% - 96px));
  min-height: 270px;
  margin: 0 auto;
  padding: 54px 0 65px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  border-top: 1px solid var(--line);
}


.footer__title {
  grid-column: 1 / -1;
  font-family: "SystemDisplay", Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: .72;
  letter-spacing: -.055em;
  color: var(--acid);
}

footer p,
footer span {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.toast {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 27px;
  padding: 13px 18px;
  transform: translate(-50%, 140%);
  color: var(--ink);
  background: var(--acid);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  transition: transform .4s var(--ease);
}

.toast.is-visible {
  transform: translate(-50%, 0);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 34px;
  }

  .satellite--one {
    left: -2%;
  }

  .satellite--two,
  .satellite--three {
    right: -2%;
  }

}

@media (max-width: 840px) {
  .edge,
  .cursor-glow {
    display: none;
  }

  .topbar,
  .hero,
  .declaration,
  .faq,
  footer {
    width: min(100% - 34px, var(--max));
  }

  .topbar {
    min-height: 70px;
  }

  .topbar__status span:first-child,
  .topbar__divider {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 105px;
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(5.3rem, 24vw, 9rem);
  }

  .hero__lead {
    max-width: 560px;
  }

  .specimen {
    min-height: 630px;
  }

  .specimen__main {
    width: min(68vw, 410px);
  }

  .scope {
    width: min(87vw, 580px);
  }

  .satellite {
    width: clamp(87px, 19vw, 130px);
  }

  .satellite--one {
    left: 0;
  }

  .satellite--two {
    right: 0;
  }

  .satellite--three {
    right: 4%;
  }

  .declaration {
    grid-template-columns: 55px 1fr;
  }

  .declaration__seal {
    grid-column: 2;
    width: 82px;
    height: 82px;
    font-size: 17px;
  }


}

@media (max-width: 540px) {
  .topbar {
    font-size: 8px;
    letter-spacing: .11em;
  }

  .hero {
    padding-top: 42px;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: .14em;
  }

  h1 {
    font-size: clamp(4.6rem, 24.6vw, 7.5rem);
  }

  .title-line--two {
    margin-left: 17px;
  }

  .hero__lead {
    margin-top: 30px;
    font-size: 14px;
  }

  .facts {
    grid-template-columns: .75fr 1fr 1.25fr;
  }

  .fact {
    padding: 15px 8px 14px 0;
  }

  .fact + .fact {
    padding-left: 10px;
  }

  .fact strong {
    font-size: 17px;
  }

  .fact__label {
    font-size: 7px;
  }

  .actions {
    flex-direction: column;
  }

  .action {
    width: 100%;
  }

  .microcopy {
    line-height: 1.55;
  }

  .specimen {
    min-height: 500px;
    margin-top: 10px;
  }

  .specimen__hud {
    left: 2%;
    right: 2%;
    top: 2%;
  }

  .specimen__main {
    width: min(72vw, 340px);
  }

  .scope {
    width: 96vw;
  }

  .satellite {
    width: 84px;
  }

  .satellite--one {
    top: 13%;
    left: -5%;
  }

  .satellite--two {
    top: 18%;
    right: -5%;
  }

  .satellite--three {
    right: 1%;
    bottom: 6%;
  }

  .specimen__coordinate {
    display: none;
  }

  .hero__ticker {
    font-size: 14px;
  }

  .declaration {
    margin-top: 40px;
    padding: 54px 0;
    grid-template-columns: 1fr;
  }

  .declaration__index,
  .declaration__seal {
    grid-column: 1;
  }

  .declaration p {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .faq {
    padding: 105px 0;
  }


  summary {
    min-height: 83px;
    grid-template-columns: 30px 1fr 25px;
    gap: 10px;
    font-size: 21px;
  }

  .faq__answer {
    padding: 0 4px 26px 40px;
    font-size: 14px;
  }

  footer {
    min-height: 220px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .footer__title {
    font-size: clamp(4.2rem, 20vw, 7rem);
  }
}


@media (max-width: 540px) {
  .boot__box {
    width: min(230px, calc(100% - 36px));
  }

  .boot__preview {
    width: 154px;
    height: 154px;
  }

  .boot__preview-img {
    width: 136px !important;
    height: 136px !important;
    max-width: 136px !important;
    max-height: 136px !important;
  }

  .faq__intro h2 span {
    font-size: clamp(2.5rem, 12.5vw, 4rem);
  }

  .faq__intro h2 em {
    font-size: clamp(3.1rem, 15.5vw, 5rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

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