:root {
  --ink: #071416;
  --ink-2: #0c2224;
  --paper: #f4f0e6;
  --paper-2: #eae3d3;
  --cyan: #52f5d3;
  --cyan-dark: #087c6d;
  --coral: #ff6f61;
  --yellow: #f5d76e;
  --muted: #89a09e;
  --line: rgba(244, 240, 230, 0.17);
  --radius: 18px;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
  --body: "Aptos", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

main {
  overflow: hidden;
}

.agebar {
  min-height: 40px;
  padding: 7px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--cyan);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.agebar p {
  margin: 0;
}

.agebar a {
  border-bottom: 1px solid currentColor;
}

.agebar__badge {
  width: 28px;
  height: 28px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.header {
  min-height: 92px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 20, 22, 0.94);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 20;
}

.brand {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  align-items: center;
  width: max-content;
}

.mark {
  grid-row: 1 / 3;
  width: 36px;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid currentColor;
  clip-path: polygon(50% 0, 100% 14%, 88% 100%, 12% 100%, 0 14%);
}

.mark i {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 5px;
  top: 6px;
  background: var(--coral);
  border-radius: 50%;
}

.brand__word {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.brand__word span {
  color: var(--cyan);
}

.brand small {
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.header nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
}

.header nav a {
  color: #bed0cd;
  transition: color 0.2s ease;
}

.header nav a:hover {
  color: var(--cyan);
}

.header__cta {
  justify-self: end;
  padding: 11px 18px;
  color: var(--cyan);
  border: 1px solid rgba(82, 245, 211, 0.5);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  min-height: 720px;
  padding: 76px clamp(20px, 6vw, 96px) 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.72fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  width: 52vw;
  height: 52vw;
  min-width: 600px;
  min-height: 600px;
  top: -32vw;
  right: -12vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 245, 211, 0.22), transparent 65%);
  z-index: -2;
}

.hero::after {
  content: "JOY";
  position: absolute;
  right: -0.07em;
  bottom: -0.21em;
  color: rgba(244, 240, 230, 0.023);
  font-family: var(--display);
  font-size: clamp(220px, 34vw, 540px);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 1;
  z-index: -2;
}

.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(82, 245, 211, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 245, 211, 0.11) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.hero__copy {
  max-width: 850px;
}

.kicker {
  display: flex;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker span {
  padding: 5px 10px;
  border: 1px solid rgba(82, 245, 211, 0.36);
  border-radius: 999px;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

h1 {
  max-width: 900px;
  margin-bottom: 30px;
  font-size: clamp(52px, 5.7vw, 86px);
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1 em {
  display: block;
  color: var(--coral);
  font-style: normal;
}

.hero__lead {
  max-width: 720px;
  color: #c6d5d2;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin: 4px 0 28px;
  padding: 10px;
  border: 1px solid rgba(82, 245, 211, 0.2);
  border-radius: 16px;
  background: rgba(7, 20, 22, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
}

.button {
  min-width: 190px;
  min-height: 66px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

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

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

.button--primary {
  border: 2px solid var(--cyan);
  background: linear-gradient(135deg, var(--cyan), #8affdf);
  color: var(--ink);
  box-shadow:
    0 0 0 4px rgba(82, 245, 211, 0.13),
    0 16px 38px rgba(82, 245, 211, 0.22);
}

.button--primary:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow:
    0 0 0 5px rgba(245, 215, 110, 0.14),
    0 20px 44px rgba(245, 215, 110, 0.22);
}

.button--ghost {
  border: 2px solid var(--paper);
  background: rgba(244, 240, 230, 0.09);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(244, 240, 230, 0.08);
}

.button--ghost:hover {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(255, 111, 97, 0.24);
}

.disclosure {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero__panel {
  position: relative;
}

.hero__panel::before,
.hero__panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(82, 245, 211, 0.24);
  inset: -18px 18px 18px -18px;
  transform: rotate(-2deg);
  z-index: -1;
}

.hero__panel::after {
  inset: 18px -18px -18px 18px;
  border-color: rgba(255, 111, 97, 0.24);
  transform: rotate(2deg);
}

.ticket {
  padding: 26px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 22px 30px 80px rgba(0, 0, 0, 0.35);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 45%,
    97% 47%,
    100% 49%,
    100% 100%,
    0 100%,
    0 49%,
    3% 47%,
    0 45%
  );
}

.ticket__head,
.ticket__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(7, 20, 22, 0.3);
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.ticket__logo {
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.ticket__logo .mark {
  color: var(--cyan-dark);
}

.ticket__logo small {
  color: #526765;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.ticket__logo p {
  margin: 2px 0 0;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.ticket__line {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(7, 20, 22, 0.11);
  font-family: monospace;
  font-size: 12px;
}

.status {
  color: var(--cyan-dark);
  font-weight: 800;
}

.ticket__foot {
  margin-top: 24px;
  padding-top: 20px;
  display: grid;
  gap: 18px;
  border-top: 1px dashed rgba(7, 20, 22, 0.3);
  font-size: 12px;
}

.barcode {
  display: block;
  height: 42px;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 2px,
    transparent 2px 5px,
    var(--ink) 5px 9px,
    transparent 9px 12px
  );
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intent {
  min-height: 270px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid var(--line);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.intent:last-child {
  border-right: 0;
}

.intent:hover {
  color: var(--ink);
  background: var(--cyan);
}

.intent__index {
  color: var(--muted);
  font-family: monospace;
  font-size: 11px;
}

.intent__eyebrow {
  margin-top: 42px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intent:hover .intent__eyebrow,
.intent:hover .intent__index {
  color: var(--ink);
}

.intent h2 {
  margin: 5px 0 12px;
  font-size: clamp(28px, 2.4vw, 42px);
}

.intent p {
  margin: 0;
  color: #9fb2af;
  font-size: 14px;
  line-height: 1.5;
}

.intent:hover p {
  color: #173a37;
}

.intent__arrow {
  margin-top: auto;
  align-self: flex-end;
  font-size: 26px;
}

.section {
  padding: clamp(82px, 9vw, 140px) clamp(20px, 6vw, 96px);
}

.section--light {
  color: var(--ink);
  background: var(--paper);
}

.section__intro {
  max-width: 790px;
  margin-bottom: 64px;
}

.section__intro--wide {
  max-width: 980px;
}

.section__tag {
  margin-bottom: 20px;
  color: var(--cyan-dark);
  font-family: monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section__tag::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: currentColor;
}

.section h2,
.responsible h2 {
  margin-bottom: 22px;
  font-size: clamp(46px, 5vw, 78px);
  text-transform: uppercase;
}

.section__intro > p:last-child,
.bonus__headline > p {
  max-width: 690px;
  color: #4a5e5b;
  font-size: 19px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(7, 20, 22, 0.18);
}

.check {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid rgba(7, 20, 22, 0.18);
}

.check:first-child {
  border-left: 1px solid rgba(7, 20, 22, 0.18);
}

.check > span {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--coral);
  font-family: monospace;
}

.check h3 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.check p {
  margin: 0;
  color: #52615f;
  font-size: 14px;
}

.note {
  margin-top: 34px;
  padding: 22px 26px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--yellow);
}

.note__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: monospace;
  font-weight: 900;
}

.note p {
  margin: 0;
  font-size: 15px;
}

.access {
  background: var(--ink);
}

.access .section__tag,
.bonus .section__tag,
.security .section__tag,
.faq .section__tag {
  color: var(--cyan);
}

.access .section__intro > p:last-child,
.security .section__intro > p:last-child,
.faq .section__intro > p:last-child {
  color: #9fb2af;
}

.access__flow {
  counter-reset: flow;
  border-top: 1px solid var(--line);
}

.access__flow article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.flow__number {
  color: var(--coral);
  font-family: var(--display);
  font-size: 46px;
  font-weight: 900;
}

.access__flow h3 {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 32px;
  text-transform: uppercase;
}

.access__flow p {
  max-width: 750px;
  margin: 0;
  color: #9fb2af;
}

.signal-row {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.signal-row > div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.signal-row > div:last-child {
  border-right: 0;
}

.signal-row span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-row p {
  margin: 6px 0 0;
  font-size: 14px;
}

.signal-row__danger span {
  color: var(--coral);
}

.section--coral {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(50px, 9vw, 140px);
  color: var(--ink);
  background: var(--coral);
}

.section--coral .section__tag {
  color: var(--ink);
}

.registration__copy > p:nth-of-type(2) {
  max-width: 700px;
}

.registration__steps {
  margin-top: 40px;
  display: grid;
  gap: 10px;
  font-family: monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.registration__card {
  padding: 34px;
  align-self: start;
  background: var(--paper);
  box-shadow: 18px 20px 0 rgba(7, 20, 22, 0.16);
  transform: rotate(1deg);
}

.registration__label {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.registration__card h3 {
  margin: 20px 0 30px;
  font-family: var(--display);
  font-size: 32px;
  text-transform: uppercase;
}

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

.registration__card li {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(7, 20, 22, 0.13);
  font-size: 14px;
}

.registration__card li i {
  width: 34px;
  height: 19px;
  padding: 3px;
  display: block;
  border-radius: 999px;
  background: var(--cyan-dark);
}

.registration__card li i::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  margin-left: auto;
  border-radius: 50%;
  background: var(--paper);
}

.registration__hint {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(7, 20, 22, 0.3);
  color: #52615f;
  font-size: 12px;
}

.bonus {
  background: #0d2a2b;
}

.bonus__headline {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 70px;
  align-items: end;
}

.bonus__headline p {
  color: #9fb2af;
}

.bonus__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
  gap: 50px;
}

.terms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.term {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.term > span {
  color: var(--cyan);
  font-family: monospace;
  font-size: 11px;
}

.term h3 {
  margin: 36px 0 8px;
  font-family: var(--display);
  font-size: 28px;
  text-transform: uppercase;
}

.term p {
  margin: 0;
  color: #9fb2af;
  font-size: 14px;
}

.bonus__receipt {
  padding: 30px;
  align-self: start;
  color: var(--ink);
  background: var(--yellow);
}

.receipt__top {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px dashed rgba(7, 20, 22, 0.4);
  font-family: monospace;
  font-size: 10px;
}

.bonus__receipt h3 {
  margin: 28px 0;
  font-family: var(--display);
  font-size: 36px;
  text-transform: uppercase;
}

.bonus__receipt dl {
  margin: 0;
}

.bonus__receipt dl div {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(7, 20, 22, 0.16);
  font-size: 13px;
}

.bonus__receipt dd {
  margin: 0;
  text-align: right;
}

.bonus__receipt > p {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px dashed rgba(7, 20, 22, 0.4);
  font-size: 13px;
}

.security {
  background: var(--ink);
}

.security__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.security__cards article {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-right: 0;
}

.security__cards article:last-child {
  border-right: 1px solid var(--line);
}

.security__cards span {
  color: var(--coral);
  font-family: monospace;
  font-size: 11px;
}

.security__cards h3 {
  margin: 68px 0 14px;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.06;
  text-transform: uppercase;
}

.security__cards p {
  margin: 0;
  color: #9fb2af;
  font-size: 14px;
}

.spellings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  color: var(--ink);
  background: var(--paper-2);
}

.spellings__copy {
  padding-top: 35px;
  columns: 2;
  column-gap: 34px;
}

.spellings__copy p {
  break-inside: avoid;
  color: #455654;
}

.faq {
  background: #0b1c1e;
}

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

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

summary {
  padding: 24px 6px;
  display: grid;
  grid-template-columns: 56px 1fr 36px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

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

summary span {
  color: var(--coral);
  font-family: monospace;
  font-size: 11px;
}

summary i {
  color: var(--cyan);
  font-family: var(--body);
  font-style: normal;
  font-size: 28px;
  font-weight: 300;
  transition: transform 0.2s ease;
}

details[open] summary i {
  transform: rotate(45deg);
}

details > p {
  max-width: 820px;
  margin: -4px 0 0 74px;
  padding: 0 20px 28px 0;
  color: #9fb2af;
}

.responsible {
  padding: clamp(70px, 8vw, 120px) clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  color: var(--ink);
  background: var(--cyan);
}

.responsible .section__tag {
  color: var(--ink);
}

.responsible > div:last-child {
  padding-top: 42px;
}

.responsible a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

footer {
  padding: 46px clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.brand--footer {
  color: var(--paper);
}

footer p {
  max-width: 780px;
  margin: 0;
}

@media (max-width: 1080px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .header nav {
    display: none;
  }

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

  .hero__panel {
    max-width: 520px;
  }

  .intent-grid,
  .check-list,
  .security__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .intent:nth-child(2),
  .check:nth-child(2),
  .security__cards article:nth-child(2) {
    border-right: 0;
  }

  .intent:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .check:nth-child(3) {
    border-left: 1px solid rgba(7, 20, 22, 0.18);
  }

  .bonus__headline,
  .section--coral,
  .spellings,
  .responsible {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spellings__copy,
  .responsible > div:last-child {
    padding-top: 0;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 740px) {
  body {
    font-size: 16px;
  }

  .agebar {
    justify-content: flex-start;
  }

  .agebar p {
    line-height: 1.3;
  }

  .agebar a {
    display: none;
  }

  .header {
    min-height: 76px;
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  .header__cta {
    display: none;
  }

  .brand {
    grid-template-columns: 34px auto;
  }

  .mark {
    width: 30px;
    height: 34px;
    font-size: 23px;
  }

  .brand__word {
    font-size: 18px;
  }

  .brand small {
    font-size: 7px;
  }

  .hero {
    min-height: auto;
    padding: 68px 20px 84px;
    gap: 68px;
  }

  .hero::before {
    min-width: 420px;
    min-height: 420px;
  }

  .kicker {
    display: grid;
    justify-items: start;
  }

  h1 {
    font-size: clamp(40px, 11.5vw, 52px);
    line-height: 0.98;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }

  .hero__actions {
    width: 100%;
    padding: 8px;
    gap: 10px;
  }

  .hero__panel::before,
  .hero__panel::after {
    display: none;
  }

  .ticket {
    padding: 22px;
  }

  .intent-grid,
  .check-list,
  .security__cards,
  .signal-row,
  .terms {
    grid-template-columns: 1fr;
  }

  .intent,
  .intent:nth-child(2),
  .check,
  .check:nth-child(2),
  .security__cards article,
  .security__cards article:nth-child(2),
  .signal-row > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .check,
  .check:first-child,
  .check:nth-child(3) {
    border-left: 1px solid rgba(7, 20, 22, 0.18);
    border-right: 1px solid rgba(7, 20, 22, 0.18);
  }

  .intent {
    min-height: 230px;
  }

  .section {
    padding: 78px 20px;
  }

  .section h2,
  .responsible h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .check-list {
    border-top: 0;
  }

  .check {
    min-height: auto;
  }

  .check > span,
  .security__cards h3 {
    margin-bottom: 34px;
  }

  .access__flow article {
    grid-template-columns: 60px 1fr;
  }

  .signal-row > div:last-child {
    border-bottom: 0;
  }

  .bonus__headline {
    display: block;
  }

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

  .spellings__copy {
    columns: 1;
  }

  summary {
    grid-template-columns: 34px 1fr 24px;
    padding: 20px 0;
  }

  details > p {
    margin-left: 52px;
  }

  .responsible {
    padding: 76px 20px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
