/**
 * Landing page — scoped to body.landing-page.
 * Hero & header match Figma Frame 320 (1440×804): overlay Frame 311, type scale, button treatments.
 * Fonts: Cormorant Garamond, Geist, Inter, Clash Display (Fontshare).
 */

body.landing-page {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #111111;
  font-family: Inter, system-ui, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

/* —— Header (Figma: Developer Hub, 1440×85, inner 1240, pad 100) ——
   Same markup is reused on the product page; light-surface overrides live in product-details.css (body.product-page). */
.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  padding: 0;
}

.landing-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  padding: 0 clamp(1.25rem, 6.9vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.landing-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fafafa;
}

.landing-header__logo-icon {
  display: block;
  height: 40px;
  width: auto;
  flex-shrink: 0;
}

.landing-header__logo-icon--footer {
  height: 18px;
}

.landing-header__logo-text {
  font-family: "Clash Display", system-ui, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fafafa;
}

.landing-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 48px;
  justify-content: flex-end;
}

.landing-nav a {
  color: #fafafa;
  text-decoration: none;
  font-family: "Clash Display", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 25px;
  white-space: nowrap;
}

.landing-nav a:hover {
  opacity: 0.85;
}

.landing-header a:focus {
  outline: none;
}

.landing-header a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .landing-header__inner {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }

  .landing-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 4px 0;
  }

  .landing-nav a {
    padding: 8px 16px;
    font-size: 14px;
  }
}

/* —— Hero —— Frame 320: 1440×804; overlay Frame 311: 665×804, pad 100 —— */
.landing-hero {
  position: relative;
  background: #080808;
  width: 100%;
}

.landing-hero__shell {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 804px;
  overflow: hidden;
  isolation: isolate;
}

.landing-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0a0a0a;
  background-image: url("/images/landing/gaming-controller-banner.jpg");
  background-size: cover;
  background-position: center center;
}

/*
 * Frost pane: Figma base tint + real glass (blur). Flat rgba alone looks “milky”;
 * blur lets the controller read through softly and matches the reference look.
 */
.landing-hero__frost {
  position: relative;
  z-index: 1;
  width: 665px;
  max-width: 100%;
  height: 100%;
  min-height: 804px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 10px;
  /* Tint stacked on top of blurred backdrop (lighter at left, softer toward image) */
  background: linear-gradient(
    106deg,
    rgba(245, 245, 247, 0.34) 0%,
    rgba(217, 217, 222, 0.2) 45%,
    rgba(210, 210, 218, 0.12) 78%,
    rgba(205, 205, 215, 0.06) 100%
  );
  backdrop-filter: blur(28px) saturate(165%);
  -webkit-backdrop-filter: blur(28px) saturate(165%);
}

/* Frame 306: column, gap 64, max 465 */
.landing-hero__inner {
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

/* Frame 307: heading block gap 24 */
.landing-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.landing-hero__title {
  margin: 0;
  width: 100%;
  max-width: 465px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 68px;
  color: #fafafa;
}

.landing-hero__lead {
  margin: 0;
  width: 100%;
  max-width: 465px;
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b2b2b2;
}

/* Frame 309: gap 14 between actions row + disclaimer */
.landing-hero__cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  max-width: 465px;
}

.landing-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

/* Default button (rest of page); hero uses overrides below */
.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.landing-btn:hover {
  opacity: 0.94;
  transform: translateY(-1px);
}

/* Figma Frame 49 / 309 — radial highlights + 0.25px borders */
.landing-hero .landing-btn {
  box-sizing: border-box;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-family: Inter, system-ui, sans-serif;
  box-shadow:
    0 8px 4px rgba(0, 0, 0, 0.1),
    inset -3px -4px 7px rgba(255, 255, 255, 0.15);
}

.landing-hero .landing-btn--primary {
  min-height: 54px;
  color: #fafafa;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #fafafa;
  background:
    radial-gradient(
      ellipse 92% 85% at 86% 88%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 72%
    ),
    radial-gradient(
      ellipse 65% 65% at 26% 21%,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0) 70%
    ),
    #1a1a1a;
}

.landing-hero .landing-btn--secondary {
  min-height: 54px;
  color: #1a1a1a;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #eaeaea;
  background:
    radial-gradient(
      ellipse 92% 85% at 86% 88%,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0) 72%
    ),
    radial-gradient(
      ellipse 65% 65% at 26% 21%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 70%
    ),
    #fafafa;
}

.landing-btn--primary {
  background: #111111;
  color: #fafafa;
  border-color: #333333;
}

.landing-btn--secondary {
  background: #fafafa;
  color: #111111;
  border-color: #eaeaea;
}

.landing-hero__disclaimer {
  margin: 0;
  padding: 0 4px;
  max-width: 511px;
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #b2b2b2;
}

@media (max-width: 900px) {
  .landing-hero__shell {
    height: auto;
    min-height: unset;
    max-height: none;
  }

  .landing-hero__media {
    min-height: 280px;
    position: relative;
  }

  .landing-hero__frost {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: clamp(48px, 10vw, 100px) clamp(1.25rem, 5vw, 100px);
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
  }

  .landing-hero__inner {
    gap: 48px;
  }

  .landing-hero__title {
    font-size: clamp(2rem, 8vw, 56px);
    line-height: 1.2;
  }
}

/* —— Stats (Figma: 1440×169 section, 1240 inner, 4×286 cols, 32 gap) —— */
.landing-stats {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 169px;
  padding: 48px clamp(1.25rem, 6.9vw, 100px);
  background: #ffffff;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.landing-stats__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 286px));
  gap: 32px;
  justify-content: center;
}

.landing-stats__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 8px;
  min-height: 72px;
  text-align: center;
}

.landing-stats__num {
  display: block;
  font-family: "Clash Display", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.369141px;
  color: #1a1a1a;
}

.landing-stats__label {
  display: block;
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #565656;
}

@media (max-width: 900px) {
  .landing-stats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
  }
}

@media (max-width: 480px) {
  .landing-stats {
    padding: 40px 1.25rem;
    min-height: unset;
  }

  .landing-stats__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .landing-stats__num {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.1;
  }
}

/* —— Products (Figma Frame 319 / rows 316–317, 360×347 cards) —— */
.landing-products {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 0;
  gap: 24px;
  background: #ffffff;
}

.landing-products__frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.landing-products__empty {
  margin: 0;
  padding: 0 clamp(1.25rem, 6.9vw, 100px);
  width: 100%;
  box-sizing: border-box;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 1rem;
  color: #525252;
}

.landing-products .landing-section-heading {
  margin: 0;
  padding: 0 clamp(1.25rem, 6.9vw, 100px);
  width: 100%;
  box-sizing: border-box;
}

.landing-section-heading__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 400;
  color: #111111;
}

.landing-products__row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 clamp(1.25rem, 6.9vw, 100px);
  gap: 24px;
  min-height: 347px;
}

a.landing-card__link {
  flex: 0 0 auto;
  width: 360px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
}

a.landing-card__link:focus-visible {
  outline: 2px solid rgba(13, 148, 136, 0.45);
  outline-offset: 4px;
}

a.landing-card__link:hover .landing-card {
  border-color: rgba(0, 0, 0, 0.16);
}

.landing-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-height: 347px;
  height: auto;
  flex: 0 0 auto;
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: visible;
}

.landing-card__media {
  position: relative;
  width: 100%;
  height: 192px;
  flex-shrink: 0;
  background: #f2f2f2;
  overflow: hidden;
  isolation: isolate;
}

.landing-card__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Frame 315 — tag row (absolute); inner matches Badge spec */
.landing-card__tag-row {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 10px;
  max-width: calc(100% - 32px);
}

.landing-card__tag {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  gap: 4px;
  min-height: 22px;
  min-width: min-content;
  width: auto;
  max-width: 100%;
  background: #030213;
  border-radius: 8px;
  font-family: Inter, system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  white-space: nowrap;
  mix-blend-mode: normal;
  -webkit-font-smoothing: antialiased;
}

.landing-card__tag-text {
  display: inline-block;
  max-width: 100%;
  color: #ffffff;
  font: inherit;
}

.landing-card__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 14px;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.landing-card__title {
  margin: 0;
  align-self: stretch;
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.449219px;
  color: #0a0a0a;
}

.landing-card__ranks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  max-width: 312px;
  min-height: 65px;
  overflow: visible;
}

.landing-card__rank {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 131px;
  overflow: visible;
}

.landing-card__rank-divider {
  width: 1px;
  align-self: stretch;
  min-height: 65px;
  flex-shrink: 0;
  background: #e5e7eb;
}

.landing-card__rank-label {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #9ca3af;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: visible;
}

.landing-card__rank-label-prefix,
.landing-card__rank-label-cat {
  display: inline;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.landing-card__rank-value {
  font-family: "Geist", "Inter", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #111111;
}

@media (max-width: 1200px) {
  .landing-products__row {
    flex-wrap: wrap;
    justify-content: center;
    min-height: unset;
  }

  a.landing-card__link {
    width: 100%;
    max-width: 360px;
  }

  .landing-card {
    height: auto;
    min-height: 347px;
  }
}

@media (max-width: 400px) {
  .landing-card__ranks {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .landing-card__rank-divider {
    display: none;
  }

  .landing-card__rank {
    width: calc(50% - 12px);
  }
}

/* —— Why it exists (Figma: 1440×318, inner 1040) —— */
.landing-why {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 318px;
  padding: 80px 200px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.landing-why__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1040px;
  flex: none;
}

.landing-why__title {
  margin: 0;
  flex: none;
  align-self: stretch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.37px;
  color: #2b2b2b;
}

.landing-why__text {
  margin: 0;
  flex: none;
  align-self: stretch;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #565656;
}

@media (max-width: 1200px) {
  .landing-why {
    padding: clamp(48px, 8vw, 80px) clamp(24px, 10vw, 200px);
    min-height: unset;
  }

  .landing-why__title {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.1;
  }

  .landing-why__text {
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.67;
  }
}

/* —— How it works (Figma: 1440×534, inner 1240, steps ~381.33) —— */
.landing-how {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 534px;
  padding: 80px 100px;
  background: #ffffff;
}

.landing-how__title {
  margin: 0;
  flex: none;
  align-self: stretch;
  max-width: 1240px;
  width: 100%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.37px;
  color: #2b2b2b;
}

.landing-how__grid {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  flex: none;
  gap: 48px;
  max-width: 1240px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing-how__step {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 282px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.landing-how__num {
  display: block;
  flex: none;
  align-self: stretch;
  margin: 0;
  font-family: Inter, system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1px;
  color: #1a1a1a;
  opacity: 0.15;
}

.landing-how__step-title {
  margin: 0;
  flex: none;
  align-self: stretch;
  font-family: Inter, system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #1a1a1a;
}

.landing-how__step-text {
  margin: 0;
  flex: none;
  align-self: stretch;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #565656;
}

@media (max-width: 1100px) {
  .landing-how__grid {
    flex-wrap: wrap;
  }

  .landing-how__step {
    flex: 1 1 calc(50% - 24px);
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .landing-how {
    padding: clamp(48px, 8vw, 80px) clamp(24px, 6vw, 100px);
    min-height: unset;
  }

  .landing-how__title {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.1;
  }

  .landing-how__grid {
    flex-direction: column;
  }

  .landing-how__step {
    flex: 1 1 auto;
    width: 100%;
    min-height: unset;
  }
}

/* —— CTA / Submit (Figma: 1440×278, inner 1040, Frame 49 button) —— */
.landing-cta {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 278px;
  padding: 40px 200px;
  background: #ffffff;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.landing-cta__title {
  margin: 0;
  flex: none;
  align-self: stretch;
  max-width: 1040px;
  width: 100%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.369141px;
  color: #2b2b2b;
}

.landing-cta__text {
  margin: 0;
  flex: none;
  align-self: stretch;
  max-width: 1040px;
  width: 100%;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.449219px;
  color: #565656;
}

/* Frame 49 — match hero primary glossy treatment; scoped to CTA only */
.landing-cta .landing-cta__btn.landing-btn--primary {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  gap: 10px;
  width: 208px;
  min-height: 54px;
  height: 54px;
  flex: none;
  font-family: Inter, system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fafafa;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border-radius: 16px;
  border: 0.25px solid #fafafa;
  box-shadow:
    0 8px 4px rgba(0, 0, 0, 0.1),
    inset -3px -4px 7px rgba(255, 255, 255, 0.15);
  background:
    radial-gradient(
      ellipse 92% 85% at 86% 88%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0) 86%
    ),
    radial-gradient(
      ellipse 65% 65% at 26% 21%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 0) 100%
    ),
    #1a1a1a;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.landing-cta .landing-cta__btn.landing-btn--primary:hover {
  opacity: 0.94;
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .landing-cta {
    padding: clamp(32px, 6vw, 40px) clamp(24px, 8vw, 200px);
    min-height: unset;
  }

  .landing-cta__title {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.1;
  }

  .landing-cta__text {
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.4;
  }
}

/* —— Footer (Figma: governance 1440×184, main 1440×316, inner 1188) —— */
.landing-footer {
  box-sizing: border-box;
  width: 100%;
  background: #1a1a1a;
  color: #99a1af;
}

.landing-footer__governance {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 184px;
  padding: 48px 300px;
  background: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.landing-footer__gov-title {
  margin: 0;
  flex: none;
  align-self: stretch;
  max-width: 840px;
  width: 100%;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.landing-footer__gov-text {
  margin: 0;
  flex: none;
  align-self: stretch;
  max-width: 840px;
  width: 100%;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 249, 0.604);
}

.landing-footer__shell {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 316px;
  padding: 34px 126px;
  background: #1a1a1a;
}

.landing-footer__main {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  width: 100%;
  max-width: 1188px;
  flex-wrap: wrap;
}

.landing-footer__col {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  flex: 0 0 273px;
  min-width: 0;
}

.landing-footer__brand {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
}

.landing-footer__logo {
  display: block;
  width: 32.34px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}

.landing-footer__brand-name {
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.449219px;
  color: #ffffff;
}

.landing-footer__about {
  margin: 0;
  max-width: 273px;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.150391px;
  color: #99a1af;
}

.landing-footer__heading {
  margin: 0;
  align-self: stretch;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  color: #ffffff;
}

.landing-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.landing-footer__links li {
  margin: 0;
}

.landing-footer__links a {
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.150391px;
  color: #99a1af;
  text-decoration: none;
}

.landing-footer__links a:hover {
  color: #ffffff;
}

.landing-footer__legal {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1188px;
  padding: 24px 0 0;
  gap: 10px;
  border-top: 1px solid #2d2d2d;
}

.landing-footer__copy {
  margin: 0;
  flex: none;
  font-family: "Geist", "Inter", system-ui, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.150391px;
  color: #99a1af;
}

@media (max-width: 1200px) {
  .landing-footer__governance {
    padding: clamp(40px, 8vw, 48px) clamp(24px, 10vw, 300px);
    min-height: unset;
  }

  .landing-footer__shell {
    padding: clamp(28px, 5vw, 34px) clamp(24px, 8vw, 126px);
    min-height: unset;
  }

  .landing-footer__main {
    gap: clamp(24px, 4vw, 32px);
  }

  .landing-footer__col {
    flex: 1 1 220px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .landing-footer__main {
    flex-direction: column;
  }

  .landing-footer__col {
    flex: 1 1 auto;
  }
}
