:root {
  --yellow: #fff200;
  --red: #ef1b16;
  --blue: #1437ff;
  --pink: #ff49c8;
  --cyan: #23e8ff;
  --lime: #b6ff21;
  --ink: #111;
  --paper: #fffdf0;
  --shadow: 8px 8px 0 var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  background-color: #2040e8;
  background-image:
    radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.28) 2px, transparent 3px),
    linear-gradient(135deg, transparent 46%, rgba(0, 0, 0, 0.12) 47% 53%, transparent 54%);
  background-size: 40px 40px, 22px 22px;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px;
  color: #fff;
  background: #000;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.language-switcher {
  position: fixed;
  z-index: 90;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 5px;
  gap: 4px;
  align-items: center;
  border: 3px solid #000;
  color: #000;
  background: var(--yellow);
  box-shadow: 4px 4px 0 #000;
  font: 900 0.78rem/1 Arial, sans-serif;
  transform: rotate(1deg);
}

.language-switcher a {
  padding: 7px 8px;
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a.is-active {
  color: #fff;
  background: var(--red);
}

.language-switcher a.is-active {
  text-decoration: underline 2px;
  text-underline-offset: 3px;
}

.top-strip {
  display: flex;
  min-height: 58px;
  align-items: center;
  overflow: hidden;
  border-block: 6px solid #000;
  color: #fff;
  background: #000;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.top-strip-track {
  position: relative;
  left: 50vw;
  display: flex;
  width: max-content;
  align-items: center;
  animation: top-strip-scroll 24s linear infinite;
  will-change: transform;
}

.top-strip-track span {
  flex: none;
  padding-block: 14px;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1;
}

.scroll-banner {
  --banner-bg: var(--yellow);
  --banner-color: #000;
  --banner-speed: 20s;
  width: 100vw;
  min-height: 96px;
  margin: 56px 0 56px calc(50% - 50vw);
  overflow: hidden;
  border-block: 8px solid #000;
  color: var(--banner-color);
  background: var(--banner-bg);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.32);
  transform: rotate(-0.45deg) scale(1.015);
}

.scroll-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: banner-scroll var(--banner-speed) linear infinite;
  will-change: transform;
}

.scroll-track span {
  flex: none;
  padding: 24px 0 21px;
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.75);
}

.scroll-banner--pink {
  --banner-bg: var(--pink);
  transform: none;
}

.scroll-banner--blue {
  --banner-bg: var(--blue);
  --banner-color: #fff;
  transform: rotate(0.45deg) scale(1.015);
}

.scroll-banner--blue .scroll-track span,
.scroll-banner--warning .scroll-track span {
  -webkit-text-stroke: 1.5px #000;
  text-shadow: 4px 4px 0 #000;
}

.scroll-banner--lime {
  --banner-bg: var(--lime);
}

.scroll-banner--warning {
  --banner-bg: var(--red);
  --banner-color: var(--yellow);
  border-block-style: dashed;
}

.scroll-banner--fast {
  --banner-speed: 13s;
}

.scroll-banner--slow {
  --banner-speed: 31s;
}

.scroll-banner--reverse .scroll-track {
  animation-name: banner-scroll-reverse;
}

.site-header {
  position: relative;
  overflow: hidden;
  padding: 42px 20px 38px;
  text-align: center;
  background:
    repeating-linear-gradient(-12deg, transparent 0 14px, rgba(255, 255, 255, 0.22) 15px 18px),
    linear-gradient(#ff3a20, #e00b12);
  border-bottom: 8px solid #000;
}

.site-header::before,
.site-header::after {
  position: absolute;
  top: 50%;
  color: var(--yellow);
  font-size: clamp(4rem, 12vw, 9rem);
  content: "★";
  filter: drop-shadow(5px 5px 0 #000);
  transform: translateY(-50%) rotate(-12deg);
}

.site-header::before {
  left: 3%;
}

.site-header::after {
  right: 3%;
  transform: translateY(-50%) rotate(12deg);
}

.eyebrow,
.stamp {
  display: inline-block;
  padding: 6px 10px;
  border: 3px solid #000;
  background: var(--yellow);
  box-shadow: 4px 4px 0 #000;
  font: 900 0.88rem/1 Arial, sans-serif;
  letter-spacing: 0.12em;
  transform: rotate(-1deg);
}

h1,
h2,
h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.025em;
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 24px auto 20px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.83;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
  text-shadow: 7px 7px 0 #000;
}

.explosion {
  display: inline-grid;
  width: 142px;
  height: 142px;
  margin-inline: 8px;
  align-content: center;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 0.42em;
  line-height: 0.78;
  vertical-align: middle;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 25%, 83% 8%, 78% 35%, 100% 35%, 80% 52%, 100% 67%, 73% 69%, 79% 96%, 57% 76%, 46% 100%, 39% 74%, 14% 92%, 22% 64%, 0 58%, 24% 45%, 3% 27%, 31% 29%);
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px 0 #000;
  transform: rotate(8deg);
}

.site-header h1 .explosion {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.42rem);
  line-height: 1.45;
  text-shadow: 2px 2px 0 #000;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.free-session-banger {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(880px, calc(100% - 24px));
  margin: 28px auto 0;
  padding: 14px 16px;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  border: 5px solid #000;
  color: #000;
  text-align: left;
  text-decoration: none;
  background: var(--lime);
  box-shadow: 7px 7px 0 #000;
  transform: rotate(-0.8deg);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.free-session-banger:hover,
.free-session-banger:focus-visible {
  transform: translate(3px, 3px) rotate(0.3deg);
  box-shadow: 4px 4px 0 #000;
}

.free-session-price {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 4px solid #000;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 4px 4px 0 #000;
  font: 900 2.5rem/1 "Arial Black", Impact, sans-serif;
  transform: rotate(7deg);
}

.free-session-copy strong,
.free-session-copy small {
  display: block;
}

.free-session-copy strong {
  color: var(--red);
  font: 900 clamp(1.6rem, 3.2vw, 2.65rem)/0.95 "Arial Black", Impact, sans-serif;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: 2px 2px 0 #fff;
}

.free-session-copy small {
  margin-top: 7px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.free-session-cta {
  padding: 11px 12px;
  border: 3px solid #000;
  color: #fff;
  white-space: nowrap;
  background: var(--blue);
  box-shadow: 3px 3px 0 #000;
  font: 900 0.8rem/1 Arial, sans-serif;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 4px solid #000;
  color: #000;
  background: var(--yellow);
  box-shadow: 6px 6px 0 #000;
  font: 900 1rem/1 Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(3px, 3px) rotate(-1deg);
  box-shadow: 3px 3px 0 #000;
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 3px;
}

.button-secondary {
  color: #fff;
  background: var(--blue);
}

.microcopy {
  margin: 14px 0 0;
  font-size: 0.76rem;
}

.site-header .microcopy {
  color: #fff;
}

main {
  width: min(1080px, calc(100% - 28px));
  margin: 34px auto;
}

.panel {
  position: relative;
  margin-bottom: 38px;
  padding: clamp(22px, 4vw, 42px);
  border: 5px solid #000;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.panel h2,
.subjects h2,
.booking h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5.6vw, 4.5rem);
  line-height: 0.95;
}

.offer {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    repeating-linear-gradient(45deg, var(--yellow) 0 16px, var(--pink) 16px 32px);
}

.deal-badge {
  position: absolute;
  top: -34px;
  right: -25px;
  z-index: 2;
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  color: #fff;
  background: var(--red);
  clip-path: polygon(50% 0%, 62% 16%, 81% 7%, 84% 28%, 100% 34%, 87% 51%, 99% 68%, 78% 72%, 77% 94%, 57% 84%, 45% 100%, 34% 81%, 13% 92%, 15% 69%, 0 60%, 18% 46%, 2% 28%, 24% 26%, 27% 5%);
  font: 900 1rem/0.9 Arial, sans-serif;
  text-align: center;
  text-shadow: 2px 2px #000;
  transform: rotate(9deg);
}

.offer-copy p,
.about p,
.booking-heading p {
  font-size: 1.08rem;
  line-height: 1.55;
}

.blink {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.06em;
  animation: blink 1s steps(2, end) infinite;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 13px 0;
  padding-left: 32px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: "✔";
  font-size: 1.35rem;
  transform: rotate(-10deg);
}

.fl-notice {
  margin: 22px 0 0;
  padding: 13px 15px;
  border: 3px solid #000;
  background: var(--cyan);
  box-shadow: 4px 4px 0 #000;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  transform: rotate(-0.5deg);
}

.price-box {
  align-self: center;
  padding: 22px;
  border: 4px dashed #000;
  text-align: center;
  background: var(--yellow);
  transform: rotate(1.5deg);
}

.price-kicker,
.old-price,
.price-now,
.new-price,
.price-note {
  display: block;
}

.price-kicker,
.price-now {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.old-price {
  margin: 8px 0;
  font: 900 2.25rem/1 "Arial Black", Impact, sans-serif;
  font-weight: 900;
  text-decoration: line-through 7px var(--red);
  text-decoration-skip-ink: none;
}

.new-price {
  margin: 7px 0 12px;
  color: var(--red);
  font: 900 3.1rem/0.9 "Arial Black", Impact, sans-serif;
  letter-spacing: -0.05em;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 #000;
}

.new-price small {
  display: block;
  margin-top: 7px;
  font-size: 0.36em;
  letter-spacing: 0.04em;
  -webkit-text-stroke-width: 0;
  text-shadow: none;
}

.price-note {
  margin-bottom: 18px;
  font-size: 0.82rem;
}

.button-small {
  width: 100%;
  color: #fff;
  background: var(--red);
}

.about {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.portrait-frame {
  position: relative;
  padding: 12px;
  border: 5px solid #000;
  background: var(--cyan);
  box-shadow: 7px 7px 0 var(--pink), 12px 12px 0 #000;
  transform: rotate(-2deg);
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 3px solid #000;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.1);
}

.photo-label {
  position: absolute;
  right: -25px;
  bottom: -20px;
  z-index: 1;
  padding: 10px;
  border: 3px solid #000;
  color: #fff;
  background: var(--red);
  box-shadow: 4px 4px 0 #000;
  font: 900 0.8rem/0.95 Arial, sans-serif;
  text-align: center;
  transform: rotate(6deg);
}

.lead {
  font-size: 1.22rem !important;
}

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

.stats div {
  padding: 12px 6px;
  border: 3px solid #000;
  text-align: center;
  background: var(--yellow);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--red);
  font: 900 1.65rem/1 Impact, sans-serif;
}

.stats span {
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subjects {
  margin: 54px 0;
  text-align: center;
}

.subjects > h2 {
  display: inline-block;
  padding: 12px 18px;
  border: 5px solid #000;
  color: #fff;
  background: var(--red);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.subject-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.subject-card,
.review-grid figure {
  margin: 0;
  padding: 24px 20px;
  border: 4px solid #000;
  box-shadow: 6px 6px 0 #000;
}

.subject-card:nth-child(1) {
  transform: rotate(-1.4deg);
}

.subject-card:nth-child(3) {
  transform: rotate(1.4deg);
}

.pink {
  background: var(--pink);
}

.cyan {
  background: var(--cyan);
}

.lime {
  background: var(--lime);
}

.subject-icon {
  font-size: 3rem;
}

.subject-card h3 {
  margin: 10px 0;
  font-size: 2rem;
}

.subject-card p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.45;
}

.testimonials {
  color: #fff;
  text-align: center;
  background: #111;
}

.tiny-warning {
  margin-top: 0;
  color: var(--yellow);
  font-size: 0.78rem;
}

.review-grid figure {
  color: #000;
  text-align: left;
  background: #fff;
}

.review-grid figure:nth-child(2) {
  transform: rotate(1.5deg);
}

.stars {
  color: #ff9200;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 1px #000;
}

blockquote {
  margin: 14px 0;
  font-weight: 900;
  line-height: 1.45;
}

figcaption {
  font-size: 0.8rem;
}

.process {
  background: var(--cyan);
}

.process ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0;
  list-style: none;
}

.process li {
  line-height: 1.5;
}

.process li > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  place-items: center;
  border: 3px solid #000;
  color: #fff;
  background: var(--red);
  box-shadow: 4px 4px 0 #000;
  font: 900 1.6rem/1 Impact, sans-serif;
}

.process strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.booking {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(24px, 5vw, 54px);
  margin-bottom: 40px;
  padding: clamp(25px, 5vw, 52px);
  border: 7px ridge #ffea00;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14) 0 2px, transparent 3px),
    #6a10ab;
  background-size: 24px 24px;
  box-shadow: 10px 10px 0 #000;
}

.button-tidycal {
  width: 100%;
  margin-top: 12px;
  color: #000;
  background: var(--lime);
  transform: rotate(-1deg);
}

.countdown {
  margin-top: 25px;
  padding: 16px;
  border: 4px solid #fff;
  color: var(--yellow);
  text-align: center;
  background: #000;
  font-weight: 900;
}

.countdown strong {
  display: block;
  margin-top: 8px;
  font: 900 2.4rem/1 "Courier New", monospace;
}

form {
  padding: clamp(18px, 3vw, 28px);
  border: 4px solid #000;
  color: #000;
  background: var(--yellow);
  box-shadow: 7px 7px 0 #000;
}

form h3 {
  margin: 0 0 6px;
  color: var(--red);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.form-intro {
  margin: 0 0 20px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

label {
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 12px;
  border: 3px solid #000;
  border-radius: 0;
  color: #000;
  background: #fff;
  font: 500 1rem/1.35 Arial, sans-serif;
}

textarea {
  resize: vertical;
}

.button-submit {
  width: 100%;
  color: #fff;
  background: var(--red);
}

.form-note {
  margin: 18px 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

footer {
  padding: 34px 18px 50px;
  border-top: 6px solid #000;
  text-align: center;
  background: var(--yellow);
}

.visitor-counter {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 5;
  padding: 6px 8px;
  border: 2px inset #aaa;
  color: #35ff4c;
  background: #050505;
  font: 700 0.68rem/1 "Courier New", monospace;
}

@keyframes banner-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes top-strip-scroll {
  from { transform: translateX(-25%); }
  to { transform: translateX(-75%); }
}

@keyframes banner-scroll-reverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes blink {
  50% { opacity: 0.25; }
}

@media (max-width: 780px) {
  .site-header::before,
  .site-header::after {
    opacity: 0.25;
  }

  .explosion {
    width: 92px;
    height: 92px;
  }

  .offer,
  .about,
  .booking {
    grid-template-columns: 1fr;
  }

  .price-box {
    transform: none;
  }

  .portrait-frame {
    max-width: 340px;
    margin: 0 auto;
  }

  .subject-grid,
  .review-grid,
  .process ol {
    grid-template-columns: 1fr;
  }

  .subject-card,
  .review-grid figure {
    transform: none !important;
  }
}

@media (max-width: 520px) {
  h1 {
    -webkit-text-stroke-width: 2px;
    text-shadow: 4px 4px 0 #000;
  }

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

  .free-session-banger {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .free-session-price {
    width: 72px;
    height: 72px;
    font-size: 2.1rem;
  }

  .free-session-cta {
    width: 100%;
    text-align: center;
  }

  main {
    width: min(100% - 18px, 1080px);
  }

  .panel,
  .booking {
    box-shadow: 5px 5px 0 #000;
  }

  .deal-badge {
    top: -30px;
    right: -10px;
    width: 95px;
    height: 95px;
    font-size: 0.74rem;
  }

  .field-row,
  .stats {
    grid-template-columns: 1fr;
  }

  .scroll-banner {
    min-height: 76px;
    margin-block: 42px;
    border-block-width: 6px;
  }

  .scroll-track span {
    padding: 18px 0 16px;
    font-size: 1.55rem;
  }

  .visitor-counter {
    display: none;
  }

  .language-switcher {
    top: 7px;
    right: 7px;
    font-size: 0.68rem;
  }

  .language-switcher a {
    padding: 6px;
  }
}

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

  .blink {
    animation: none;
  }
}
