:root {
  font-family: "Manrope", sans-serif;
  color: #f8f7f4;
  background: #050505;
  color-scheme: dark;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background: #050505;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background: rgba(225, 29, 46, 0.85);
  color: #fff;
}
:focus-visible {
  outline: 2px solid #e11d2e;
  outline-offset: 3px;
  border-radius: 4px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1.1rem;
  border-radius: 9px;
  background: #e11d2e;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: top 0.18s ease;
}
.skip-link:focus {
  top: 0.75rem;
}
.landing-shell {
  min-height: 100vh;
  overflow-x: clip;
  position: relative;
  background: #050505;
}
.page-width {
  width: min(1850px, calc(100% - 2rem));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.landing-arena {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: #050505;
}
.arena-glow {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}
.glow-a {
  top: -22vmax;
  left: -14vmax;
  width: 62vmax;
  height: 62vmax;
  background: radial-gradient(
    circle,
    rgba(225, 29, 46, 0.32) 0%,
    rgba(225, 29, 46, 0.1) 42%,
    transparent 68%
  );
  animation: arena-drift-a 26s ease-in-out infinite alternate;
}
.glow-b {
  right: -18vmax;
  bottom: -24vmax;
  width: 58vmax;
  height: 58vmax;
  background: radial-gradient(
    circle,
    rgba(233, 196, 106, 0.16) 0%,
    rgba(233, 196, 106, 0.05) 45%,
    transparent 70%
  );
  animation: arena-drift-b 32s ease-in-out infinite alternate;
}
@keyframes arena-drift-a {
  to {
    transform: translate(9vmax, 7vmax) scale(1.12);
  }
}
@keyframes arena-drift-b {
  to {
    transform: translate(-8vmax, -6vmax) scale(1.08);
  }
}
.arena-grid {
  position: absolute;
  left: -25%;
  right: -25%;
  bottom: -6%;
  height: 46%;
  background:
    linear-gradient(rgba(225, 29, 46, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 29, 46, 0.28) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(520px) rotateX(62deg);
  transform-origin: bottom;
  -webkit-mask: linear-gradient(180deg, transparent, #000 45%);
  mask: linear-gradient(180deg, transparent, #000 45%);
  opacity: 0.5;
  animation: arena-grid-scroll 9s linear infinite;
}
@keyframes arena-grid-scroll {
  to {
    background-position: 0 56px, 0 0;
  }
}
.arena-ember {
  position: absolute;
  bottom: -12px;
  border-radius: 50%;
  background: #e11d2e;
  box-shadow: 0 0 12px rgba(225, 29, 46, 0.8);
  opacity: 0;
  animation: arena-rise linear infinite;
  will-change: transform, opacity;
}
.arena-ember.e1 {
  left: 12%;
  width: 6px;
  height: 6px;
  animation-duration: 11s;
  animation-delay: 0s;
}
.arena-ember.e2 {
  left: 32%;
  width: 4px;
  height: 4px;
  background: #e9c46a;
  box-shadow: 0 0 10px rgba(233, 196, 106, 0.8);
  animation-duration: 14s;
  animation-delay: 3s;
}
.arena-ember.e3 {
  left: 55%;
  width: 7px;
  height: 7px;
  animation-duration: 10s;
  animation-delay: 6s;
}
.arena-ember.e4 {
  left: 74%;
  width: 4px;
  height: 4px;
  background: #e9c46a;
  box-shadow: 0 0 10px rgba(233, 196, 106, 0.8);
  animation-duration: 13s;
  animation-delay: 1.5s;
}
.arena-ember.e5 {
  left: 88%;
  width: 5px;
  height: 5px;
  animation-duration: 12s;
  animation-delay: 8s;
}
@keyframes arena-rise {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(-105vh) translateX(3vw);
    opacity: 0;
  }
}
.landing-arena__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.94) 0%,
      rgba(5, 5, 5, 0.72) 35%,
      rgba(5, 5, 5, 0.08) 72%,
      rgba(5, 5, 5, 0.34) 100%
    ),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, #050505 94%);
}
@media (prefers-reduced-motion: reduce) {
  .arena-glow,
  .arena-grid,
  .arena-ember {
    animation: none;
  }
}
.landing-nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.05;
}
.brand > span:last-child {
  display: grid;
  gap: 4px;
}
.brand b {
  font-weight: 800;
}
.brand em {
  color: #8c8b8c;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.37em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landing-nav__links {
  display: flex;
  gap: 34px;
  color: #b8b6b8;
  font-size: 15px;
  font-weight: 600;
}
.landing-nav__links a,
.text-link,
.landing-footer a {
  transition: color 0.2s ease;
}
.landing-nav__links a:hover,
.text-link:hover {
  color: #fff;
}
.hero-brands {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.hero-brand {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.hero-brand img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
}
.hero-brand:hover,
.hero-brand:focus-visible {
  transform: translateY(-3px);
}
.hero-brand:hover img,
.hero-brand:focus-visible img {
  transform: scale(1.1) rotate(-4deg);
}
.hero-brand--tourneo:hover img,
.hero-brand--tourneo:focus-visible img {
  transform: scale(1.1) rotate(4deg);
  filter: drop-shadow(0 10px 22px rgba(242, 184, 75, 0.28));
}
.hero-brand__connector {
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-weight: 300;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 9px;
  padding: 13px 18px;
  min-height: 44px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.button--primary {
  color: #fff;
  background: #e11d2e;
  box-shadow: 0 12px 35px rgba(225, 29, 46, 0.22);
}
.button--primary:hover {
  background: #f02b3d;
  box-shadow: 0 15px 42px rgba(225, 29, 46, 0.4);
}
.button--outline {
  border: 1px solid rgba(225, 29, 46, 0.65);
  color: #f6b1b6;
}
.button--outline:hover {
  background: rgba(225, 29, 46, 0.1);
  border-color: #e11d2e;
}
.icon-button,
.mobile-menu-button {
  display: none;
  border: 0;
  color: #fff;
  background: transparent;
}
.mobile-menu-button {
  width: 44px;
  height: 44px;
}
.hero {
  min-height: 540px;
  padding: 32px 0 56px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 70px;
}
.hero__copy {
  max-width: 625px;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-shell--entered .hero__copy {
  opacity: 1;
  transform: translateY(0);
}
.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
}
.hero-typer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  font-family: "Bebas Neue", "Manrope", sans-serif;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85);
}
.hero-typer__text {
  min-height: 1.15em;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffffff 0%, #ffd9c2 35%, #ff7a6b 65%, #e9525d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-typer__caret {
  width: 5px;
  height: 1em;
  margin-left: 10px;
  background: #e9525d;
  animation: caret-blink 1s steps(1) infinite;
}
@keyframes caret-blink {
  50% {
    opacity: 0;
  }
}
.hero-emblem {
  --spot-size: 120px;
  position: relative;
  display: grid;
  place-items: center;
  width: min(600px, 100%);
  aspect-ratio: 1;
  overflow: visible;
  border: none;
  background: transparent;
  cursor: pointer;
}
@property --spot-r {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
.hero-emblem img {
  display: block;
  width: 100%;
  max-width: 600px;
}
.hero-emblem__base {
  opacity: 0;
  filter: grayscale(1) brightness(0.85);
}
.hero-emblem__spot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-mask-image: radial-gradient(
    circle var(--spot-r, 0px) at var(--spot-x, 50%) var(--spot-y, 50%),
    #000 30%,
    rgba(0, 0, 0, 0.5) 62%,
    transparent 100%
  );
  mask-image: radial-gradient(
    circle var(--spot-r, 0px) at var(--spot-x, 50%) var(--spot-y, 50%),
    #000 30%,
    rgba(0, 0, 0, 0.5) 62%,
    transparent 100%
  );
  transition:
    --spot-r 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}
.hero-emblem.is-live .hero-emblem__spot {
  opacity: 1;
  --spot-r: var(--spot-size, 175px);
}
.hero-emblem__spot img {
  filter: drop-shadow(0 0 34px rgba(225, 29, 46, 0.45));
}
.hero-emblem {
  touch-action: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero-emblem__base {
    opacity: 1;
    filter: none;
  }
  .hero-emblem__spot {
    transition: none;
  }
  .hero-typer__caret {
    animation: none;
  }
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #e9525d;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e11d2e;
  box-shadow:
    0 0 0 5px rgba(225, 29, 46, 0.13),
    0 0 15px #e11d2e;
}
.hero h1 {
  margin: 16px 0;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 0.98;
}
.hero h1 span,
h2 span {
  color: #e11d2e;
}
.hero p {
  margin: 0;
  max-width: 470px;
  color: #a7a4a7;
  font-size: 15px;
  line-height: 1.8;
}
.provider-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #a7a4a7;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.provider-note strong {
  color: #f6b1b6;
  font-weight: 700;
}
.provider-note__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2b84b;
  box-shadow: 0 0 14px rgba(242, 184, 75, 0.72);
}
.provider-note__dot + strong::after {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 9px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  vertical-align: -2px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d6d3d5;
  font-size: 12px;
  font-weight: 700;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: #777579;
  font:
    10px "DM Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.trust-row svg {
  color: #e11d2e;
}
.trust-row i {
  height: 12px;
  width: 1px;
  background: #383638;
}
.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.04);
}
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 25px;
  border-radius: 13px;
  padding: 25px 32px;
}
.stat {
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.stat:nth-child(4n) {
  border-right: none;
}
.stat strong {
  min-height: 31px;
  font-size: 25px;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.stat span,
.stats-badge {
  color: #777579;
  font:
    10px "DM Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.stats-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cfcbcf;
  line-height: 1.6;
}
.stats-badge svg {
  color: #e11d2e;
}
.stats-badge b {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
}
.feature-section {
  padding: clamp(72px, 7vw, 96px) 0 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 32px;
}
.section-heading h2,
.closing-cta h2 {
  margin: 13px 0 0;
  font-size: 52px;
  letter-spacing: 0;
  line-height: 0.99;
}
.section-heading p {
  margin: 0;
  max-width: 275px;
  color: #878588;
  font-size: 13px;
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  min-height: 255px;
  border-radius: 13px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.feature-card:hover {
  border-color: rgba(225, 29, 46, 0.6);
  transform: translateY(-6px);
}
.feature-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #f05b66;
  border: 1px solid rgba(225, 29, 46, 0.25);
  border-radius: 10px;
  background: rgba(225, 29, 46, 0.1);
}
.feature-card__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card__index {
  position: absolute;
  top: 25px;
  right: 24px;
  color: #4e4c4e;
  font:
    11px "DM Mono",
    monospace;
}
.feature-card h3 {
  margin: 31px 0 9px;
  font-size: 17px;
}
.feature-card p {
  margin: 0;
  color: #858286;
  font-size: 12px;
  line-height: 1.7;
}
.feature-card a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  margin-top: auto;
  color: #e9525d;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  min-height: 44px;
}
.closing-cta {
  padding: clamp(64px, 6vw, 84px) 0 72px;
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}
.closing-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 260px;
  border-radius: 15px;
  padding: 42px 52px;
  position: relative;
  overflow: hidden;
}
.closing-cta .eyebrow {
  color: #f06c75;
}
.closing-cta .eyebrow svg {
  color: #e11d2e;
}
.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #646164;
  font-size: 10px;
}
.landing-footer .brand {
  color: #f5f4f5;
}
.mobile-menu {
  display: none;
}
@media (hover: hover) {
  .button:hover {
    transform: translateY(-2px);
  }
}
@media (max-width: 800px) {
  .page-width {
    width: min(100% - 32px, 580px);
  }
  .landing-nav {
    height: 75px;
  }
  .landing-nav__links,
  .landing-nav__cta {
    display: none;
  }
  .mobile-menu-button {
    display: grid;
    place-items: center;
  }
  /* Keep the animated backdrop behind the compact mobile layout. */
  .landing-arena {
    background: #050505;
  }
  .landing-arena__veil {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.88),
        rgba(5, 5, 5, 0.42) 75%,
        rgba(5, 5, 5, 0.7)
      ),
      linear-gradient(180deg, rgba(5, 5, 5, 0.25), #050505 80%);
  }
  .mobile-menu {
    display: grid;
    position: absolute;
    z-index: 5;
    top: 76px;
    left: 16px;
    right: 16px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(16, 16, 16, 0.98);
    box-shadow: 0 20px 60px #000;
    animation: menu-enter 0.22s ease-out;
  }
  .mobile-menu a:not(.button) {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    color: #aaa7aa;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .mobile-menu .button {
    margin-top: 14px;
  }
  .hero {
    min-height: auto;
    padding: clamp(32px, 6vw, 48px) 0 clamp(36px, 6vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .hero-brands {
    margin-bottom: 10px;
  }
  .hero h1 {
    font-size: 44px;
    margin: 14px 0;
  }
  .hero p {
    font-size: 14px;
    line-height: 1.7;
  }
  .provider-note {
    margin-top: 16px;
  }
  .hero__actions {
    gap: 12px;
    margin-top: 22px;
  }
  .trust-row {
    margin-top: 24px;
  }
  .hero-visual {
    display: none;
  }
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
    padding: 19px 16px;
    gap: 10px;
  }
  .stat {
    border-right: none;
  }
  .stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .stat strong {
    min-height: 24px;
    font-size: 19px;
  }
  .stat span {
    font-size: 8px;
    line-height: 1.45;
  }
  .stats-badge {
    display: none;
  }
  .feature-section {
    padding: clamp(48px, 8vw, 64px) 0 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading p {
    margin-top: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    min-height: 210px;
    padding: 22px;
  }
  .feature-card__index {
    top: 23px;
    right: 22px;
  }
  .feature-card h3 {
    margin-top: 24px;
  }
  .feature-card a {
    margin-top: auto;
  }
  .glass-card {
    backdrop-filter: none;
  }
  .closing-cta {
    padding: clamp(48px, 8vw, 64px) 0 48px;
  }
  .closing-cta__inner {
    display: block;
    min-height: auto;
    padding: 30px 25px;
  }
  .closing-cta .button {
    margin-top: 28px;
  }
  .landing-footer {
    flex-wrap: wrap;
    padding: 25px 0;
  }
  .landing-footer > span:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 38px;
  }
  .section-heading h2,
  .closing-cta h2 {
    font-size: 36px;
  }
}
@keyframes menu-enter {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
}

/* Why Section */
.why-section {
  padding: clamp(64px, 6vw, 84px) 0 0;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}
.why-section h2 {
  margin: 0 0 32px;
  font-size: 44px;
  text-align: center;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}
.why-card {
  max-width: 380px;
  padding: 24px;
  border-radius: 13px;
  text-align: center;
}
.why-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: #e11d2e;
}
.why-card h3 {
  margin: 16px 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.why-card p {
  margin: 0;
  color: #878588;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .why-section {
    padding: clamp(48px, 8vw, 64px) 0 0;
  }
  .why-section > * {
    position: relative;
    z-index: 1;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-section h2 {
    font-size: 36px;
  }
  .why-card {
    max-width: 100%;
    padding: 22px;
  }
  .why-icon {
    margin-bottom: 10px;
  }
  .why-card h3 {
    margin: 12px 0 8px;
  }
}

/* How Section */
.how-section {
  padding: clamp(64px, 6vw, 84px) 0 0;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}
.how-section h2 {
  margin: 0 0 32px;
  font-size: 44px;
  text-align: center;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}
.how-card {
  max-width: 380px;
  padding: 24px;
  border-radius: 13px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.how-card__step {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid rgba(225, 29, 46, 0.35);
  border-radius: 12px;
  color: #f05b66;
  background: rgba(225, 29, 46, 0.1);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.how-card h3 {
  margin: 16px 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.how-card p {
  margin: 0;
  color: #878588;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .how-section {
    padding: clamp(48px, 8vw, 64px) 0 0;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .how-section h2 {
    font-size: 36px;
  }
  .how-card {
    max-width: 100%;
    padding: 22px;
  }
  .how-card__step {
    margin-bottom: 10px;
  }
  .how-card h3 {
    margin: 12px 0 8px;
  }
}

@media (min-width: 421px) and (max-width: 800px) {
  .feature-card,
  .why-card,
  .how-card {
    padding: 20px 22px;
  }
  .feature-card {
    min-height: 195px;
  }
}

/* FAQ Section */
.faq-section {
  padding: clamp(64px, 6vw, 84px) 0 0;
  text-align: center;
}
.faq-section h2 {
  margin: 0 0 32px;
  font-size: 44px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: start;
}
.faq-item,
.faq-item.glass-card {
  max-width: 460px;
  width: 100%;
  padding: 20px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #777579;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer-wrapper {
  max-height: 500px;
}
.faq-answer {
  color: #878588;
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 800px) {
  .faq-section {
    padding: clamp(48px, 8vw, 64px) 0 0;
  }
  .faq-section h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}

@media (min-width: 801px) {
  .faq-grid {
    gap: 14px;
  }
  .faq-item {
    padding: 16px;
  }
}

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

/* FAQ uses the checkbox/backdrop pattern (no JS, CSP-safe): clicking the
   question label checks the hidden toggle; clicking anywhere else hits the
   full-screen backdrop label and unchecks it, closing the answer. */
.menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
}

.menu-backdrop {
  display: none;
}

.menu-toggle:checked ~ .menu-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 990;
  cursor: default;
}

.faq-item summary {
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::marker {
  content: "";
}
.faq-question {
  position: relative;
  z-index: 991;
}
.faq-answer-wrapper {
  position: relative;
  z-index: 991;
}
.menu-toggle:focus-visible ~ .faq-question {
  outline: 2px solid #e11d2e;
  outline-offset: 2px;
}
.faq-item .menu-toggle:checked ~ .faq-question .faq-chevron {
  transform: rotate(180deg);
}
.faq-item .menu-toggle:checked ~ .faq-answer-wrapper {
  max-height: 500px;
}
.faq-item .menu-toggle:checked ~ .faq-answer-wrapper .faq-answer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-flash {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12000;
  background: #14130f;
  border: 1px solid #e11d2e;
  color: #fffdf5;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  font:
    500 0.875rem/1.4 Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  max-width: min(92vw, 540px);
  text-align: center;
}
.landing-flash--error {
  border-color: #e5484d;
}
