*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
:root {
  --ink: #1c1f2b;
  --paper: #ffffff;
  --paper-tint: #f5f6fb;
  --red: #ef4136;
  --red-ink: #b6291f;
  --yellow: #ffc93c;
  --blue: #2f6fed;
  --blue-ink: #2856c9;
  --green: #2e9e5b;
  --green-ink: #1f7a45;
  --line: 3px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shadow-card: 6px 6px 0 var(--ink);
  --font-display: "Sniglet", system-ui, sans-serif;
  --font-body: "Varela Round", system-ui, sans-serif;
}
@font-face {
  font-family: "Sniglet";
  src: url("fonts/sniglet-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sniglet";
  src: url("fonts/sniglet-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varela Round";
  src: url("fonts/varela-round-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 1rem;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.15;
  font-weight: 800;
}
h1 {
  font-size: clamp(2.4rem, 5.2vw + 1rem, 4.6rem);
}
h2 {
  font-size: clamp(1.9rem, 3vw + 1rem, 3rem);
}
h3 {
  font-size: clamp(1.3rem, 1.4vw + 1rem, 1.8rem);
}
p {
  max-width: 62ch;
}
a {
  color: var(--blue-ink);
}
a:not([class]) {
  text-underline-offset: 3px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  font: inherit;
}
.container {
  width: min(1180px, 100% - 2.8rem);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.8rem 1.4rem;
  border-radius: var(--radius-sm);
  z-index: 500;
  transition: top 0.15s ease;
}
.skip:focus {
  top: 1rem;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  border: var(--line) solid var(--ink);
  cursor: pointer;
  text-decoration: none;
  min-height: 48px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow-card);
  transition: transform 0.12s ease;
}
.btn:hover {
  transform: translate(-2px, -2px);
}
.btn:active {
  transform: translate(0, 0);
  box-shadow: 2px 2px 0 var(--ink);
}
.btn--red {
  background: var(--red);
  color: var(--paper);
}
.btn--yellow {
  background: var(--yellow);
  color: var(--ink);
}
.btn--ghost {
  background: transparent;
  box-shadow: none;
}
.card {
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-md);
  background: var(--paper);
  padding: 1.8rem;
}
.tag {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  border: 2px solid var(--ink);
}
.tag--red {
  background: var(--red);
  color: var(--paper);
}
.tag--yellow {
  background: var(--yellow);
  color: var(--ink);
}
.tag--blue {
  background: var(--blue);
  color: var(--paper);
}
.tag--green {
  background: var(--green);
  color: var(--paper);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.field label {
  font-weight: 700;
  font-size: 0.92rem;
}
.field input, .field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-sm);
  background: var(--paper-tint);
}
.field input:focus, .field textarea:focus {
  background: var(--paper);
}
.consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}
.consent input {
  margin-top: 0.3rem;
  width: 20px;
  height: 20px;
  accent-color: var(--red);
  flex-shrink: 0;
}
.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
footer.site-foot {
  background: var(--ink);
  color: var(--paper);
  padding-block: 3.6rem 2.2rem;
}
.site-foot a {
  color: var(--paper);
}
.site-foot__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.site-foot h2 {
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}
.site-foot p, .site-foot li {
  opacity: 0.86;
  font-size: 0.95rem;
}
.site-foot ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-foot__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.6rem;
  font-size: 0.85rem;
  opacity: 0.7;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.scroll-x {
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
}
.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 400;
  background: var(--paper);
  border: var(--line) solid var(--ink);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
  max-width: 640px;
  margin-inline: auto;
}
.cookie-bar[hidden] {
  display: none;
}
.cookie-bar__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.cookie-bar__actions .btn {
  flex: 1;
  justify-content: center;
  padding-inline: 1rem;
}
.confetti-dot {
  position: absolute;
  border-radius: 40%;
  z-index: -1;
}
.section {
  padding-block: 5.6rem;
}
.section--tight {
  padding-block: 3.6rem;
}
.section--wide {
  padding-block: 7.2rem;
}
.section__head {
  max-width: 640px;
  margin-bottom: 2.6rem;
}
.section__kicker {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--red-ink);
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
  display: block;
}
@media (min-width: 900px) {
  .site-foot__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .container {
    width: min(1180px, 100% - 2.8rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn {
    transition: none;
  }
}