.hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 3rem 3rem 4rem;
}

.hero-glow {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(75, 204, 206, 0.14) 0%, transparent 68%);
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--teal);
  margin-bottom: 1.2rem;
}

.hero-headline {
  font-family: "Bangers", cursive;
  font-size: clamp(4rem, 9.5vw, 8rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 1.6rem;
  max-width: 640px;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.55);
  transform: skewX(-6deg);
}

.hero-headline span {
  display: block;
}

.hero-headline .hl-r {
  color: var(--white);
}

.hero-headline .hl-m {
  color: var(--teal);
  margin-left: 0.15em;
}

.hero-headline .hl-g {
  color: var(--lime);
  margin-left: 0.35em;
}

.hero-tag {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 460px;
}

.hero-tag em {
  color: var(--pink);
  font-style: normal;
  font-weight: 800;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardplay-stage {
  position: relative;
  width: clamp(360px, 43vw, 600px);
  aspect-ratio: 1200 / 1075;
  isolation: isolate;
  filter: drop-shadow(0 1.8rem 4rem rgba(0, 0, 0, 0.34));
  --piece-shadow: 5px 6px 0 rgba(0, 0, 0, 0.42);
  animation:
    cardplay-stage-shake 0.16s ease-out 0.58s,
    cardplay-stage-shake 0.16s ease-out 1.02s,
    cardplay-stage-shake 0.24s ease-out 1.48s;
}

.cardplay-stage::before {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: 0;
  background:
    radial-gradient(circle at 39% 26%, rgba(255, 255, 255, 0.18), transparent 24%),
    radial-gradient(circle at 65% 54%, rgba(75, 204, 206, 0.12), transparent 24%);
  opacity: 0;
  animation: impact-flash 0.38s ease-out 1.58s both;
}

.cardplay-shell {
  position: absolute;
  z-index: 2;
  will-change: transform;
}

.shell-cardplay-head {
  top: 0%;
  left: 10.6%;
  width: 74%;
  z-index: 1;
  animation: cardplay-float-head 6.9s ease-in-out 2.34s infinite;
}

.shell-cardplay-rmg {
  top: 75%;
  left: 2.6%;
  width: 47.5%;
  z-index: 2;
  animation: cardplay-float-rmg 8.1s ease-in-out 2.48s infinite;
}

.shell-cardplay-hand {
  top: 36.1%;
  left: 45.1%;
  width: 54.4%;
  z-index: 4;
  animation: cardplay-float-hand 6.2s ease-in-out 2.4s infinite;
}

.cardplay-hand-sway {
  transform-origin: 24% 76%;
  animation: cardplay-hand-sway 5.8s ease-in-out 2.42s infinite;
}

.cardplay-piece {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 0;
  filter: drop-shadow(var(--piece-shadow));
  will-change: transform, opacity;
}

.piece-cardplay-head {
  transform-origin: 50% 58%;
  animation: cardplay-slam-head 0.78s cubic-bezier(0.16, 0.86, 0.2, 0.98) 0.08s both;
}

.piece-cardplay-rmg {
  transform-origin: 52% 58%;
  animation: cardplay-slam-rmg 0.68s cubic-bezier(0.14, 0.9, 0.18, 0.98) 0.54s both;
}

.piece-cardplay-hand {
  transform-origin: 27% 76%;
  animation: cardplay-slam-hand 0.82s cubic-bezier(0.14, 0.92, 0.18, 0.98) 1.04s both;
}

@keyframes cardplay-slam-head {
  0% {
    opacity: 0;
    transform: scale(3.2) translate3d(-8%, -155%, 0) rotate(-22deg);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  42% {
    opacity: 1;
    transform: scale(1.18) translate3d(3%, 9%, 0) rotate(6deg);
    filter: drop-shadow(var(--piece-shadow));
  }
  58% {
    opacity: 1;
    transform: scale(0.91) translate3d(-2.1%, -6%, 0) rotate(-3.8deg);
  }
  72% {
    opacity: 1;
    transform: scale(1.06) translate3d(1.2%, 2.4%, 0) rotate(1.8deg);
  }
  86% {
    opacity: 1;
    transform: scale(0.985) translate3d(-0.4%, 0.9%, 0) rotate(-0.6deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0) rotate(0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}

@keyframes cardplay-slam-rmg {
  0% {
    opacity: 0;
    transform: scale(2.55) translate3d(-185%, 24%, 0) rotate(-26deg);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  44% {
    opacity: 1;
    transform: scale(1.22) translate3d(9%, -4%, 0) rotate(5.5deg);
    filter: drop-shadow(var(--piece-shadow));
  }
  60% {
    opacity: 1;
    transform: scale(0.92) translate3d(-4.6%, 3.1%, 0) rotate(-3.5deg);
  }
  74% {
    opacity: 1;
    transform: scale(1.07) translate3d(1.7%, -1.3%, 0) rotate(1.8deg);
  }
  87% {
    opacity: 1;
    transform: scale(0.99) translate3d(-0.5%, 0.5%, 0) rotate(-0.5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0) rotate(0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}

@keyframes cardplay-slam-hand {
  0% {
    opacity: 0;
    transform: scale(2.55) translate3d(132%, 138%, 0) rotate(28deg);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  43% {
    opacity: 1;
    transform: scale(1.22) translate3d(-8%, -9%, 0) rotate(-8deg);
    filter: drop-shadow(var(--piece-shadow));
  }
  60% {
    opacity: 1;
    transform: scale(0.92) translate3d(4.5%, 5.5%, 0) rotate(4.4deg);
  }
  74% {
    opacity: 1;
    transform: scale(1.08) translate3d(-1.8%, -2.2%, 0) rotate(-2.3deg);
  }
  87% {
    opacity: 1;
    transform: scale(0.99) translate3d(0.4%, 0.7%, 0) rotate(0.6deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0) rotate(0);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}

@keyframes cardplay-stage-shake {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-7px, 4px);
  }
  50% {
    transform: translate(5px, -5px);
  }
  75% {
    transform: translate(-4px, 6px);
  }
}

@keyframes cardplay-float-head {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  26% {
    transform: translate3d(-8px, -14px, 0) rotate(-1.4deg);
  }
  54% {
    transform: translate3d(9px, -9px, 0) rotate(1deg);
  }
  78% {
    transform: translate3d(-5px, 6px, 0) rotate(-0.8deg);
  }
}

@keyframes cardplay-float-rmg {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  22% {
    transform: translate3d(-10px, -12px, 0) rotate(-2deg);
  }
  49% {
    transform: translate3d(7px, -4px, 0) rotate(1.3deg);
  }
  74% {
    transform: translate3d(-4px, 8px, 0) rotate(-0.9deg);
  }
}

@keyframes cardplay-float-hand {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  28% {
    transform: translate3d(7px, -11px, 0);
  }
  56% {
    transform: translate3d(-6px, -6px, 0);
  }
  82% {
    transform: translate3d(3px, 7px, 0);
  }
}

@keyframes cardplay-hand-sway {
  0%,
  100% {
    transform: rotate(-5.8deg);
  }
  32% {
    transform: rotate(-1.8deg);
  }
  50% {
    transform: rotate(5.6deg);
  }
  72% {
    transform: rotate(1.9deg);
  }
}

.tridef-mockup {
  background: var(--dark-2);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.tridef-mockup:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 0 50px rgba(75, 204, 206, 0.1);
}

.tridef-mockup::before {
  content: "Constructed barrier demarcating property boundaries or restricted access. A justification explaining events through structured narrative or reasoning. Extent or level to which a property is manifested. A customer profile maintained for identification and service access. Sport of sword-based competitive combat governed by formal rules. A piece of paper money representing standardized monetary value. Enclosed storage furniture for organizing household or office items. A musical tone produced by vibrating air.";
  position: absolute;
  inset: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.04);
  padding: 2rem;
  pointer-events: none;
  overflow: hidden;
}

.tridef-logo-img {
  max-width: 300px;
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}

.tridef-cards-visual {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.8rem;
  max-width: 320px;
}

.tridef-cards-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.65));
}

.tridef-tagline {
  font-style: italic;
  font-size: 1rem;
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.tridef-tagline strong {
  color: var(--white);
}

.game-info p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.game-info p:last-of-type {
  margin-bottom: 0;
}

.stats-row {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0 2.5rem;
}

.stat-val {
  font-family: "Bangers", cursive;
  font-size: 2.4rem;
  color: var(--lime);
  display: block;
  line-height: 1;
}

.stat-lbl {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--dim);
  display: block;
  margin-top: 4px;
}

.howplay-visual {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.howplay-visual img {
  height: 400px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  animation: howplayFloat 5.5s ease-in-out infinite;
}

@keyframes howplayFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(16.6% + 35px);
  right: calc(16.6% + 35px);
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--pink), var(--lime));
  opacity: 0.3;
}

.step {
  text-align: center;
}

.step-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-family: "Bangers", cursive;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  border: 3px solid rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.step:nth-child(1) .step-badge {
  background: var(--teal);
  color: var(--dark);
}

.step:nth-child(2) .step-badge {
  background: var(--pink);
  color: var(--white);
}

.step:nth-child(3) .step-badge {
  background: var(--lime);
  color: var(--dark);
}

.step h3 {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
}

.step p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.sec-foot {
  text-align: center;
  margin-top: 3.5rem;
}

.demo-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}

.flip-row {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.flip-wrap {
  perspective: 900px;
  cursor: pointer;
  flex-shrink: 0;
}

.flip-inner {
  width: 200px;
  height: 288px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 16px;
}

.flip-inner.flipped {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-front {
  background: transparent;
  box-shadow: 5px 10px 28px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-front img.card-back-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.flip-front .click-hint {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Bangers", cursive;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-shadow:
    2px 2px 0 #0d1012,
    -2px 2px 0 #0d1012,
    2px -2px 0 #0d1012,
    -2px -2px 0 #0d1012;
  pointer-events: none;
  animation: clickPulse 1.6s ease-in-out infinite;
}

@keyframes clickPulse {
  0%,
  100% {
    opacity: 0.85;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.flip-back {
  transform: rotateY(180deg);
  background: url("../images/blank-card.svg") center/100% 100% no-repeat;
  box-shadow: 5px 10px 28px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
}

.fband {
  padding: 0.6rem 0.9rem;
  font-family: "Nunito", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fb-t {
  flex: 0 0 27%;
}

.fb-p {
  flex: 0 0 27%;
  color: var(--white);
}

.fb-l {
  flex: 0 0 26%;
}

.ffoot {
  flex: 0 0 20%;
  color: var(--white);
  font-family: "Bangers", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s;
}

.flip-wrap.revealed .ffoot {
  color: var(--lime);
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  animation: wordPop 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.3);
}

@keyframes wordPop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ── Progressive reveal: hidden definition bands ── */
.fband.def-hidden {
  cursor: pointer;
  position: relative;
  user-select: none;
}

.fband.def-hidden::after {
  content: '— reveal —';
  position: absolute;
  inset: 23% 5% 10%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bangers', cursive;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.fband.def-hidden:hover::after {
  color: rgba(0, 0, 0, 0.75);
}

@keyframes defReveal {
  0% {
    transform: scale(0.96);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fband.def-just-revealed {
  animation: defReveal 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}

/* ffoot when word is still hidden — pulse to invite tap */
.ffoot.word-hidden {
  cursor: pointer;
  animation: footPulse 1.8s ease-in-out infinite;
}

@keyframes footPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.04); }
}

.flip-hint-txt {
  text-align: center;
  margin-top: 1.5rem;
  color: var(--dim);
  font-size: 0.82rem;
  font-weight: 700;
}

.ks-sec {
  padding: 8rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ks-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 60%, rgba(75, 204, 206, 0.11) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 40%, rgba(205, 220, 0, 0.09) 0%, transparent 55%);
}

.ks-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(205, 220, 0, 0.1);
  border: 2px solid var(--lime);
  color: var(--lime);
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 2rem;
}

.ks-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  animation: pulse 1.4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}

.ks-title {
  font-family: "Bangers", cursive;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.ks-sub {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto 3rem;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.btn-ks-big {
  background: var(--lime);
  color: var(--dark);
  font-family: "Bangers", cursive;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  padding: 0.85rem 2.8rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.btn-ks-big:hover {
  transform: translate(-4px, -4px);
  box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.7);
  background: #d8e800;
}

.btn-ks-big .flat-ico {
  width: 28px;
  height: 28px;
}

.flat-ico {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.flat-ico-badge {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  border: 3.5px solid #0d1012;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  padding: 14px;
}

.flat-ico-badge.b-t {
  background: var(--teal);
}

.flat-ico-badge.b-p {
  background: var(--pink);
}

.flat-ico-badge.b-l {
  background: var(--lime);
}

.ks-divider {
  color: var(--dim);
  font-size: 0.9rem;
  margin: 1.8rem 0;
  position: relative;
  z-index: 1;
}

.email-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto 1.2rem;
  position: relative;
  z-index: 1;
}

.email-form input {
  flex: 1;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-right: none;
  border-radius: 8px 0 0 8px;
  color: var(--white);
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s;
}

.email-form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.email-form input:focus {
  border-color: var(--teal);
}

.email-form button {
  background: var(--teal);
  color: var(--dark);
  font-family: "Bangers", cursive;
  font-size: 1.15rem;
  letter-spacing: 0.07em;
  padding: 1rem 1.6rem;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.email-form button:hover {
  background: #5cdfe0;
}

.ks-fine {
  font-size: 0.77rem;
  color: var(--dim);
  position: relative;
  z-index: 1;
}

.about-van-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-van-wrap::before {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(218, 108, 174, 0.17) 0%, transparent 70%);
}

.about-van-img {
  width: 100%;
  max-width: 480px;
  display: block;
  filter: drop-shadow(0 18px 38px rgba(218, 108, 174, 0.28));
  position: relative;
  z-index: 1;
  animation: vanDrive 4.5s ease-in-out infinite;
}

@keyframes vanDrive {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.5deg);
  }
}

.about-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

@media (max-width: 960px) {
  .hero {
    padding: 3rem 1.5rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }

  .hero-tag {
    max-width: 100%;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-visual {
    display: flex;
    width: 100%;
    margin-top: 0.25rem;
  }

  .cardplay-stage {
    width: min(82vw, 500px);
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

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

  .steps::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 2.5rem 1rem 3rem;
  }

  .hero-headline {
    font-size: 3.2rem;
    white-space: nowrap;
    line-height: 1.1;
    margin-bottom: 0;
  }

  .hero-headline span {
    display: inline;
  }

  .hero-headline .hl-m,
  .hero-headline .hl-g {
    margin-left: 0.12em;
  }

  .cardplay-stage {
    width: min(88vw, 420px);
  }

  .flip-row {
    flex-direction: column;
    align-items: center;
  }

  .email-form {
    flex-direction: column;
  }

  .email-form input {
    border-right: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px 8px 0 0;
  }

  .email-form button {
    border-radius: 0 0 8px 8px;
  }
}
