:root {
  --navy: #0a2540;
  --dark-navy: #061829;
  --ink: #03111d;
  --cyan: #00b4d8;
  --aqua: #04ecfa;
  --sky: #06b3f5;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --soft: rgba(255, 255, 255, 0.1);
  --line: rgba(4, 236, 250, 0.2);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --max-width: 1180px;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% -10%, rgba(4, 236, 250, 0.18), transparent 32rem),
    radial-gradient(circle at 90% 8%, rgba(6, 179, 245, 0.16), transparent 30rem),
    linear-gradient(180deg, var(--dark-navy), var(--navy) 44%, var(--dark-navy));
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.is-locked,
body.nav-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

.section-inner,
.site-header__inner,
.footer-inner,
.footer-bottom {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--header-height);
  display: grid;
  align-items: center;
  background: rgba(6, 24, 41, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(6, 24, 41, 0.94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.75rem;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(4, 236, 250, 0.58);
  border-radius: 8px;
  color: var(--aqua);
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(4, 236, 250, 0.18);
}

.brand__text {
  color: var(--white);
  font-family: "Oxanium", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}

.primary-nav a {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.72rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.primary-nav a:hover {
  border-color: rgba(4, 236, 250, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.primary-nav .nav-cta {
  margin-left: 0.25rem;
  border-color: rgba(4, 236, 250, 0.58);
  background: rgba(4, 236, 250, 0.1);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(4, 236, 250, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 4rem) 1.2rem 4rem;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 22vh;
  background: linear-gradient(180deg, transparent, var(--dark-navy));
  pointer-events: none;
}

.hero-wall-wrap {
  position: absolute;
  inset: -8vh -18vw;
  z-index: -4;
  overflow: hidden;
  opacity: 0.82;
  pointer-events: none;
}

.hero-wall {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126vw;
  min-width: 1300px;
  transform: translate(-50%, -50%) rotate(-7deg) scale(1.12);
  display: grid;
  gap: 1rem;
}

.hero-track {
  display: flex;
  width: max-content;
  gap: 0.72rem;
  will-change: transform;
  filter: saturate(0.92);
}

.hero-track:nth-child(1) {
  animation: wall-left 56s linear infinite;
}

.hero-track:nth-child(2) {
  animation: wall-right 68s linear infinite;
  margin-left: -9vw;
}

.hero-track:nth-child(3) {
  animation: wall-left 84s linear infinite;
  margin-left: -3vw;
}

.hero-track:nth-child(4) {
  animation: wall-right 92s linear infinite;
  margin-left: -13vw;
}

.hero-shot {
  width: clamp(110px, 9vw, 154px);
  aspect-ratio: 4 / 5.2;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
  opacity: 0.35;
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(6, 24, 41, 0.92), rgba(6, 24, 41, 0.54) 34%, rgba(6, 24, 41, 0.54) 66%, rgba(6, 24, 41, 0.92)),
    radial-gradient(circle at center, rgba(4, 236, 250, 0.08), rgba(6, 24, 41, 0.94) 62%);
  backdrop-filter: blur(1px);
  pointer-events: none;
}

.hero-content {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--aqua);
  font-family: "Oxanium", sans-serif;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--white);
  font-family: "Oxanium", sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  width: min(100%, 760px);
  margin: 1.35rem auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.28rem);
  text-wrap: balance;
}

.hero-stats {
  width: min(100%, 900px);
  margin: 2.15rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-stat {
  min-height: 5.1rem;
  display: grid;
  align-content: center;
  gap: 0.18rem;
  padding: 0.9rem;
  border: 1px solid rgba(4, 236, 250, 0.18);
  border-radius: 8px;
  background: rgba(6, 24, 41, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.stat-value {
  color: var(--white);
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 800;
  line-height: 1.1;
}

.stat-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.1rem;
}

.btn {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(4, 236, 250, 0.55);
  box-shadow: 0 20px 58px rgba(0, 180, 216, 0.17);
}

.btn-primary {
  border-color: rgba(4, 236, 250, 0.72);
  background: linear-gradient(135deg, var(--cyan), var(--aqua));
  color: #04121f;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.stats-section {
  position: relative;
  padding: clamp(3rem, 7vw, 5.25rem) 0;
  background: linear-gradient(180deg, var(--dark-navy), rgba(10, 37, 64, 0.96));
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  min-height: 9rem;
  display: grid;
  align-content: end;
  gap: 0.35rem;
  padding: 1.25rem;
  border: 1px solid rgba(4, 236, 250, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(6, 24, 41, 0.8);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(4, 236, 250, 0.46);
  background:
    linear-gradient(180deg, rgba(4, 236, 250, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(6, 24, 41, 0.82);
}

.stat-card .stat-value {
  color: var(--aqua);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.proof-intro {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 180, 216, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(10, 37, 64, 0.96), var(--dark-navy));
  text-align: center;
}

.proof-intro h2 {
  width: min(100%, 860px);
  margin: 0 auto;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 800;
  text-wrap: balance;
}

.proof-intro p:not(.eyebrow) {
  width: min(100%, 720px);
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.proof-sections {
  background:
    linear-gradient(180deg, var(--dark-navy), var(--dark-navy) 18%),
    radial-gradient(circle at 72% 18%, rgba(0, 180, 216, 0.12), transparent 26rem);
}

.proof-section {
  padding: clamp(3.8rem, 8vw, 6.8rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.proof-header {
  max-width: 720px;
  margin-bottom: 1.6rem;
}

.proof-header h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 800;
}

.proof-header p:not(.eyebrow) {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.1rem);
  min-height: 16rem;
}

.proof-section:not(.is-loaded) .proof-grid {
  place-items: center;
  border: 1px solid rgba(4, 236, 250, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(4, 236, 250, 0.035)),
    rgba(255, 255, 255, 0.02);
}

.proof-section:not(.is-loaded) .proof-grid::before {
  content: "Loading proof...";
  color: rgba(255, 255, 255, 0.62);
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
}

.review-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5.1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.review-card:hover,
.review-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(4, 236, 250, 0.85);
  box-shadow: 0 26px 76px rgba(0, 180, 216, 0.22);
  outline: none;
}

.review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--white);
}

.review-card.is-placeholder {
  display: grid;
  place-items: center;
  border-color: rgba(4, 236, 250, 0.24);
  background:
    linear-gradient(135deg, rgba(10, 37, 64, 0.08), rgba(0, 180, 216, 0.1)),
    var(--white);
  color: var(--navy);
  cursor: default;
}

.review-card.is-placeholder:hover {
  transform: none;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.placeholder {
  padding: 1rem;
  color: var(--navy);
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  text-align: center;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.show-more {
  min-height: 3rem;
  min-width: 9.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(4, 236, 250, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.show-more:hover {
  transform: translateY(-2px);
  border-color: rgba(4, 236, 250, 0.8);
  background: rgba(4, 236, 250, 0.12);
}

.show-more[hidden] {
  display: none;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 11vw, 8.4rem) 1rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(4, 236, 250, 0.18), transparent 32rem),
    linear-gradient(180deg, var(--dark-navy), #03111d);
  text-align: center;
}

.final-cta h2 {
  width: min(100%, 900px);
  margin: 0 auto;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  font-weight: 800;
  text-wrap: balance;
}

.final-cta p:not(.eyebrow) {
  width: min(100%, 700px);
  margin: 1.2rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.site-footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(4, 236, 250, 0.12), transparent 28rem),
    linear-gradient(180deg, #03111d, #020b13);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.75fr 0.9fr;
  gap: clamp(1.4rem, 4vw, 3rem);
  padding: clamp(4rem, 8vw, 6rem) 0 3rem;
}

.footer-brand h2 {
  margin: 1.4rem 0 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
}

.footer-brand p {
  max-width: 420px;
  margin: 1rem 0 0;
  color: var(--muted);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.footer-column h3 {
  margin: 0 0 0.45rem;
  color: var(--aqua);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--white);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(4, 236, 250, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--aqua);
  font-weight: 800;
}

.lightbox {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: none;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(3, 10, 18, 0.78);
  backdrop-filter: blur(18px);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-frame {
  position: relative;
  width: min(100%, 1180px);
  height: min(100%, 86vh);
  display: grid;
  place-items: center;
  padding: 3.6rem clamp(0.7rem, 4vw, 4.6rem) 2.6rem;
  border: 1px solid rgba(4, 236, 250, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 37, 64, 0.88), rgba(6, 24, 41, 0.92)),
    rgba(6, 24, 41, 0.86);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.56);
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.42);
}

.lightbox-meta {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 4.25rem;
  color: var(--aqua);
  font-family: "Oxanium", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.lightbox-control {
  position: absolute;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(4, 236, 250, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lightbox-control:hover,
.lightbox-control:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(4, 236, 250, 0.78);
  background: rgba(4, 236, 250, 0.14);
  outline: none;
}

.lightbox-close {
  top: 0.85rem;
  right: 0.85rem;
}

.lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev:hover,
.lightbox-prev:focus-visible {
  transform: translateY(-50%) translateY(-1px);
}

.lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next:hover,
.lightbox-next:focus-visible {
  transform: translateY(-50%) translateY(-1px);
}

@keyframes wall-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-680px, 0, 0);
  }
}

@keyframes wall-right {
  from {
    transform: translate3d(-680px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: grid;
  }

  .primary-nav {
    position: fixed;
    top: var(--header-height);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid rgba(4, 236, 250, 0.18);
    border-radius: 8px;
    background: rgba(6, 24, 41, 0.96);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    justify-content: flex-start;
    min-height: 2.85rem;
  }

  .primary-nav .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .hero-stats,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 74px;
  }

  .brand__mark {
    width: 2rem;
    height: 2rem;
  }

  .brand__text {
    font-size: 1.1rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + 3rem);
  }

  .hero-wall-wrap {
    inset: -4vh -25vw;
    opacity: 0.54;
  }

  .hero-wall {
    min-width: 940px;
    transform: translate(-50%, -50%) rotate(-7deg) scale(0.96);
    gap: 0.72rem;
  }

  .hero-track {
    gap: 0.55rem;
  }

  .hero-shot {
    width: 108px;
    opacity: 0.28;
  }

  .hero-stats,
  .stats-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-stat,
  .stat-card {
    min-height: 4.8rem;
  }

  .hero-actions,
  .cta-actions {
    align-items: stretch;
  }

  .btn {
    width: min(100%, 22rem);
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-section {
    padding: 3.6rem 0;
  }

  .lightbox {
    padding: 0.6rem;
  }

  .lightbox-frame {
    height: 88vh;
    padding: 3.6rem 0.7rem 4.4rem;
  }

  .lightbox-meta {
    right: 3.8rem;
    font-size: 0.78rem;
  }

  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 0.9rem;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 3.4rem);
  }

  .lightbox-next {
    right: calc(50% - 3.4rem);
  }

  .lightbox-prev:hover,
  .lightbox-prev:focus-visible,
  .lightbox-next:hover,
  .lightbox-next:focus-visible {
    transform: translateY(-1px);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 3rem;
  }

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

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