:root {
  --ink: #0b0c0b;
  --carbon: #151615;
  --panel: #20221f;
  --line: rgba(255, 255, 255, 0.13);
  --paper: #f5f4ef;
  --paper-2: #e8e5dc;
  --text: #1d211d;
  --muted: #686d66;
  --white: #ffffff;
  --acid: #b7ff2a;
  --acid-dark: #78a914;
  --copper: #d17935;
  --warning: #ff5b3d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 12px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(11, 12, 11, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: clamp(150px, 11vw, 188px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--acid);
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  flex-wrap: wrap;
  gap: clamp(10px, 1.6vw, 22px);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.76);
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--acid);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
}

.header-action {
  color: var(--ink);
  background: var(--acid);
  white-space: nowrap;
}

.header-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 118px;
  min-height: 46px;
  padding: 12px 17px;
  color: var(--acid);
  background:
    linear-gradient(135deg, rgba(166, 255, 24, 0.2), rgba(166, 255, 24, 0.04) 44%, rgba(255, 255, 255, 0.05)),
    rgba(8, 12, 8, 0.86);
  border: 1px solid rgba(166, 255, 24, 0.48);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(166, 255, 24, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(166, 255, 24, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(1.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.header-cart-link::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: currentColor;
  filter: drop-shadow(0 0 8px rgba(166, 255, 24, 0.62));
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6%206h15l-1.6%208.2a2%202%200%200%201-2%201.6H9.1a2%202%200%200%201-2-1.6L5.1%202.8H2'/%3E%3Cpath%20d='M9%2020h.01'/%3E%3Cpath%20d='M18%2020h.01'/%3E%3Cpath%20d='M9%2010h8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.25'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6%206h15l-1.6%208.2a2%202%200%200%201-2%201.6H9.1a2%202%200%200%201-2-1.6L5.1%202.8H2'/%3E%3Cpath%20d='M9%2020h.01'/%3E%3Cpath%20d='M18%2020h.01'/%3E%3Cpath%20d='M9%2010h8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cart-link:hover {
  color: var(--ink);
  background: linear-gradient(135deg, #d8ff72, var(--acid) 58%, #7fd300);
  border-color: rgba(216, 255, 114, 0.98);
  transform: translateY(-1px);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(166, 255, 24, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.button-primary {
  color: var(--ink);
  background: var(--acid);
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(48px, 7vh, 80px) 0 clamp(56px, 8vh, 90px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 8, 7, 0.94) 0%, rgba(7, 8, 7, 0.72) 38%, rgba(7, 8, 7, 0.08) 100%),
    url("assets/ghost-x7-hero-black-red.png") 60% center / cover no-repeat,
    var(--ink);
}

.brand-hero {
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 42%, rgba(166, 255, 0, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 7, 0.94) 0%, rgba(7, 8, 7, 0.7) 42%, rgba(7, 8, 7, 0.16) 100%),
    var(--ink);
}

.brand-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.brand-hero .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 8, 7, 0.94) 0%, rgba(7, 8, 7, 0.7) 42%, rgba(7, 8, 7, 0.18) 100%),
    linear-gradient(0deg, rgba(11, 12, 11, 0.48), rgba(11, 12, 11, 0));
}

.brand-hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero-page {
  min-height: 68vh;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(11, 12, 11, 0.42), rgba(11, 12, 11, 0));
}

.hero-content {
  width: calc(100% - 96px);
  max-width: 1530px;
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--acid-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.hero .eyebrow,
.page-title .eyebrow {
  color: var(--acid);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 7.5vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero h1,
.page-title h1 {
  color: var(--white);
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.44);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .page-title h1 {
    color: transparent;
    background:
      linear-gradient(
        108deg,
        #ffffff 0%,
        #ffffff 47%,
        #dcff8b 61%,
        var(--acid) 70%,
        #ff453a 100%
      );
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.5));
  }
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(46px, 5.6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.hero h1 span {
  color: var(--acid);
}

.hero-page.ghost-x7-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero-page.ghost-x7-hero h1 span {
  display: block;
  color: var(--white);
}

.hero-page.ghost-x7-hero h1 span:last-child {
  color: var(--acid);
}

.hero-page.ghost-x7-hero .hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.page-title h1,
.hero-page h1 {
  max-width: 17ch;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

p {
  line-height: 1.65;
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.hero .button {
  min-height: 48px;
  padding-inline: 20px;
}

.hero .button:hover,
.hero .button:focus-visible {
  outline: 2px solid rgba(183, 255, 42, 0.72);
  outline-offset: 3px;
}

.spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.spec-strip span {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.28);
}

.hero-eyebrow {
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.process-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vh, 120px) 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(183, 255, 42, 0.11), transparent 34%),
    radial-gradient(circle at 20% 92%, rgba(183, 255, 42, 0.1), transparent 30%),
    var(--ink);
}

.process-layout {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(0, 1.52fr);
  gap: clamp(42px, 5vw, 70px);
  align-items: center;
}

.process-title {
  color: var(--white);
  max-width: 100%;
  margin: 0;
  font-size: clamp(54px, 4.35vw, 72px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.process-title span {
  display: block;
  color: var(--acid);
  white-space: nowrap;
  text-shadow: 0 0 34px rgba(183, 255, 42, 0.2);
}

.process-copy,
.process-visual-grid {
  min-width: 0;
}

.process-rule {
  width: 100px;
  height: 5px;
  margin-top: 28px;
  margin-bottom: 28px;
  background: var(--acid);
}

.process-kicker {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.process-kicker span {
  display: block;
}

.process-description {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.6;
}

.process-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--acid);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.process-link:hover,
.process-link:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--acid);
  text-underline-offset: 5px;
}

.process-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.process-visual-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;
}

.process-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-download-card .process-download-overlay {
  inset: 16px auto auto 16px;
  width: min(44%, 210px);
  justify-content: flex-start;
  padding: 14px 16px 16px;
  background: linear-gradient(135deg, rgba(7, 8, 7, 0.82), rgba(7, 8, 7, 0.42));
  border: 1px solid rgba(183, 255, 42, 0.38);
  border-radius: 8px;
  backdrop-filter: blur(3px);
}

.process-download-card .process-download-number {
  font-size: clamp(34px, 3.2vw, 54px);
}

.process-download-card .process-download-title {
  margin-top: 6px;
  font-size: clamp(20px, 2.1vw, 30px);
  letter-spacing: -0.02em;
}

.process-download-card .process-download-copy {
  font-size: clamp(11px, 0.9vw, 13px);
}

.process-download-card .process-download-tags {
  margin-top: 8px;
  font-size: 10px;
}

.process-download-overlay {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(54%, 340px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 3vw, 34px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(7, 8, 7, 0.78) 0%, rgba(7, 8, 7, 0.5) 62%, rgba(7, 8, 7, 0) 100%);
  pointer-events: none;
}

.process-download-number {
  color: transparent;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.78;
  font-weight: 800;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1.5px var(--lime);
  text-stroke: 1.5px var(--lime);
}

.process-download-title {
  margin-top: clamp(10px, 1.6vw, 16px);
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.process-download-copy {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.35;
}

.process-download-tags {
  margin-top: clamp(14px, 2vw, 22px);
  color: var(--lime);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-visual-card:hover,
.process-visual-card:focus-visible {
  border-color: rgba(174, 255, 0, 0.75);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

.process-visual-card:focus-visible {
  outline: 3px solid rgba(174, 255, 0, 0.85);
  outline-offset: 4px;
}

.process-card {
  min-height: 210px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(20, 21, 20, 0.78);
  border: 1px solid rgba(255, 45, 45, 0.42);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.process-card span {
  display: block;
  margin-bottom: 24px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 48, 48, 0.85);
  font-size: clamp(3.4rem, 5vw, 5.4rem);
  line-height: 0.78;
  font-weight: 950;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  text-transform: uppercase;
}

.process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.process-card:hover {
  border-color: rgba(183, 255, 42, 0.7);
  transform: translateY(-3px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.section,
.page-title {
  padding: clamp(64px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.section[id] {
  scroll-margin-top: 88px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-light {
  background: var(--paper);
}

.section-dark {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.05), transparent 38%),
    var(--carbon);
}

.section-accent {
  background:
    linear-gradient(115deg, rgba(183, 255, 42, 0.88) 0%, rgba(211, 255, 105, 0.78) 46%, rgba(209, 121, 53, 0.72) 100%),
    var(--acid);
}

.section-accent .split.reverse {
  grid-template-columns: minmax(340px, 0.88fr) minmax(340px, 0.92fr);
  gap: clamp(34px, 6vw, 88px);
}

.ghost-highlight {
  padding: 110px 0;
}

.ghost-highlight-inner {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: center;
  width: calc(100% - 48px);
  max-width: 1160px;
  margin: 0 auto;
}

.section-lead {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-lead p,
.split > div > p,
.page-title p,
.final-cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-dark .section-lead p,
.section-dark .split > div > p,
.section-dark .final-cta p {
  color: rgba(255, 255, 255, 0.68);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.9fr);
}

.feature-grid,
.product-grid,
.doc-grid,
.comparison,
.stat-grid,
.compat-grid {
  display: grid;
  gap: 18px;
}

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

.compact-grid {
  align-items: stretch;
}

.platform-section {
  padding: 0;
}

.platform-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 64px;
  align-items: center;
  width: calc(100% - 48px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 0;
}

.platform-copy h2 {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.platform-card {
  min-height: 300px;
  padding: 28px;
}

.platform-grid .feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  margin: 0 0 22px;
  color: var(--acid);
  background: rgba(183, 255, 42, 0.08);
  border: 1px solid rgba(183, 255, 42, 0.28);
  border-radius: 6px;
  font-size: 0.85rem;
  line-height: 1;
}

.platform-grid h3 {
  width: 100%;
  margin-bottom: 22px;
  font-size: 23px;
  line-height: 1.15;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  white-space: normal;
}

.platform-grid p {
  font-size: 16px;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.platform-copy p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
}

.feature-card,
.product-card,
.comparison article,
.comparison-card,
.doc-grid article,
.stat-grid div {
  border-radius: 8px;
}

.feature-card {
  min-height: 230px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  box-shadow: 0 16px 40px rgba(12, 14, 12, 0.06);
}

.section-dark .feature-card {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.feature-number {
  display: block;
  margin-bottom: 38px;
  color: var(--copper);
  font-weight: 900;
}

.feature-card p,
.product-card p,
.comparison p,
.comparison-card p,
.doc-grid p {
  color: var(--muted);
}

.section-dark .feature-card p,
.section-dark .comparison p,
.section-dark .comparison-card p {
  color: rgba(255, 255, 255, 0.64);
}

.ladder {
  display: grid;
  gap: 10px;
}

.ladder-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 20px;
  padding: 20px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.ladder-row:hover {
  border-color: rgba(183, 255, 42, 0.55);
}

.ladder-row span {
  font-weight: 900;
}

.ladder-row strong {
  color: var(--acid);
}

.ladder-row small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.62);
}

.callout-panel {
  max-width: 560px;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.ghost-highlight .callout-panel {
  max-width: 500px;
  padding: 44px;
  border-radius: 8px;
}

.callout-panel .eyebrow {
  color: var(--acid-dark);
}

.ghost-highlight .callout-panel h2 {
  max-width: 440px;
  margin-bottom: 22px;
  font-size: clamp(40px, 3.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.ghost-highlight .callout-panel p:not(.eyebrow) {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.6;
}

.bullet-list,
.roadmap-list {
  display: grid;
  gap: 12px;
}

.section-accent .bullet-list {
  align-content: center;
  max-width: 560px;
}

.ghost-feature-list {
  width: 100%;
}

.bullet-list p,
.roadmap-list p {
  margin: 0;
  padding: 15px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 850;
}

.ghost-feature-list p {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.ghost-feature-list span {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 32px;
  color: var(--acid-dark);
  background: rgba(183, 255, 42, 0.16);
  border: 1px solid rgba(120, 169, 20, 0.28);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
}

.bullet-list.muted p,
.roadmap-list p {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.13);
}

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

.drone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.drone-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.drone-card::before,
.drone-card::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
}

.drone-card::before {
  background: url("assets/ghost-x7-hero-black-red.png") center / cover no-repeat;
  opacity: 0.72;
  transition: transform 240ms ease;
}

.drone-card::after {
  background: linear-gradient(0deg, rgba(7, 8, 7, 0.96) 0%, rgba(7, 8, 7, 0.46) 58%, rgba(7, 8, 7, 0.22) 100%);
}

.drone-card:hover::before {
  transform: scale(1.04);
}

.drone-card h3 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
}

.drone-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.drone-card strong {
  color: var(--acid);
  font-size: 1.05rem;
}

.drone-card-soon::before {
  filter: grayscale(0.65) brightness(0.72);
}

.drone-card-soon .product-type {
  color: var(--paper-2);
}

.link-card {
  color: var(--ink);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.link-card:hover,
.link-card:focus-visible {
  background: var(--acid);
  border-color: rgba(183, 255, 42, 0.85);
  box-shadow: 0 24px 70px rgba(183, 255, 42, 0.18);
  outline: none;
  transform: translateY(-4px);
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  box-shadow: 0 14px 40px rgba(13, 15, 12, 0.06);
}

.product-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 20px;
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid rgba(15, 18, 15, 0.08);
  border-radius: 6px;
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.product-media-contain img {
  object-fit: contain;
  padding: 14px;
}

.product-card h2 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.product-card strong {
  margin-top: auto;
  color: var(--ink);
  font-size: 1.1rem;
}

.product-card .button {
  margin-top: 18px;
}

.product-type {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta {
  text-align: center;
}

.final-cta .section-inner,
.final-cta p {
  margin-inline: auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.video-layout h2 {
  max-width: 12ch;
  font-size: clamp(2.25rem, 4vw, 4.7rem);
  line-height: 1.02;
}

.video-steps {
  display: grid;
  gap: 4px;
  margin: 22px 0;
  color: var(--acid);
  font-size: clamp(1.85rem, 3vw, 3.25rem);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.video-layout p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
}

.video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(183, 255, 42, 0.32);
  border-radius: 8px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.6);
  background: var(--ink);
  border-top: 1px solid var(--line);
}

.footer-logo {
  display: block;
  width: 118px;
  height: auto;
  max-height: 28px;
  object-fit: contain;
  object-position: left center;
}

.page-title {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 12, 11, 0.98), rgba(11, 12, 11, 0.78)),
    url("assets/ghost-x7-hero-black-red.png") center right / cover no-repeat,
    var(--ink);
}

.page-title .section-inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.store-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(520px, 64vh, 720px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 40%, rgba(166, 255, 0, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(11, 12, 11, 0.92), rgba(11, 12, 11, 0.48)),
    var(--ink);
}

.store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.78) 0%, rgba(4, 5, 4, 0.5) 44%, rgba(4, 5, 4, 0.22) 100%),
    linear-gradient(180deg, rgba(4, 5, 4, 0.1), rgba(4, 5, 4, 0.5));
  pointer-events: none;
}

.store-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.96;
  filter: brightness(1.08) saturate(1.1) contrast(1.04);
}

.store-hero-content {
  position: relative;
  z-index: 2;
}

.store-hero h1 {
  max-width: 820px;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.58);
}

.store-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.docs-title {
  background:
    linear-gradient(90deg, rgba(11, 12, 11, 0.97), rgba(44, 45, 42, 0.78)),
    url("assets/ghost-x7-hero-black-red.png") center right / cover no-repeat,
    var(--ink);
}

.store-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.parts-store-page > .section-light:first-child {
  padding-top: clamp(30px, 4vw, 56px);
}

.store-categories a {
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-weight: 800;
}

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

.store-grid .product-card {
  color: var(--ink);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.store-grid .product-card p,
.store-grid .product-card .product-type,
.store-grid .product-card .button {
  transition:
    background 180ms ease,
    color 180ms ease;
}

.store-grid .product-card .button {
  width: 100%;
  pointer-events: none;
}

.store-grid .product-card:hover,
.store-grid .product-card:focus-visible {
  color: var(--ink);
  background: linear-gradient(135deg, var(--acid), #e7ff9a);
  border-color: rgba(183, 255, 42, 0.9);
  box-shadow: 0 24px 70px rgba(183, 255, 42, 0.18);
  outline: none;
  transform: translateY(-4px);
}

.store-grid .product-card:hover .product-media img,
.store-grid .product-card:focus-visible .product-media img {
  transform: scale(1.04);
}

.store-grid .product-card:hover p,
.store-grid .product-card:focus-visible p,
.store-grid .product-card:hover .product-type,
.store-grid .product-card:focus-visible .product-type {
  color: #2f3b17;
}

.product-featured {
  color: var(--ink);
  background: linear-gradient(135deg, var(--acid), #e7ff9a);
}

.product-featured .product-type,
.product-featured p {
  color: #2f3b17;
}

.store-reality {
  background:
    radial-gradient(circle at 18% 16%, rgba(183, 255, 42, 0.08), transparent 34%),
    linear-gradient(180deg, #070907 0%, #0d100d 100%);
}

.section.store-reality {
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 88px);
}

.store-reality-lead {
  max-width: 920px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.store-reality-lead h2,
.store-photo-strip h2,
.store-final-cta h2 {
  max-width: 820px;
}

.store-reality-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.store-flight-card,
.store-proof-card,
.store-photo-grid figure {
  border-radius: 8px;
}

.store-flight-card {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  max-height: 460px;
  overflow: hidden;
  background: #060806;
  border: 1px solid rgba(183, 255, 42, 0.26);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.store-flight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.78), rgba(5, 7, 5, 0.18) 58%, rgba(5, 7, 5, 0.34)),
    linear-gradient(180deg, rgba(5, 7, 5, 0.08), rgba(5, 7, 5, 0.76));
  pointer-events: none;
}

.store-flight-bg,
.store-flight-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.store-flight-bg {
  z-index: 0;
  object-fit: cover;
  opacity: 0.5;
  filter: blur(16px) brightness(0.82) saturate(1);
  transform: scale(1.08);
}

.store-flight-video {
  z-index: 1;
  object-fit: contain;
  filter: none;
}

.store-media-copy {
  position: absolute;
  left: clamp(24px, 4vw, 44px);
  right: clamp(24px, 4vw, 44px);
  bottom: clamp(24px, 4vw, 44px);
  z-index: 3;
  max-width: 540px;
}

.store-media-copy span,
.store-proof-media::after {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.store-media-copy h3 {
  max-width: 460px;
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(1.85rem, 3vw, 3.15rem);
  line-height: 1;
}

.store-media-copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
}

.store-reality-side {
  display: grid;
  gap: 18px;
}

.store-proof-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.95fr) minmax(0, 1.05fr);
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.store-proof-media {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background: #060806;
}

.store-proof-media::after {
  content: "Real";
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  z-index: 1;
}

.store-proof-media video,
.store-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.store-proof-media video,
.store-proof-media img {
  object-fit: cover;
}

.store-proof-media-contain video,
.store-proof-media-contain img {
  object-fit: contain;
}

.store-proof-card > div:last-child {
  align-self: center;
  padding: 20px;
}

.store-proof-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.08;
}

.store-proof-card p:not(.product-type) {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
}

.store-photo-strip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 44%),
    var(--paper);
}

.store-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.store-photo-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  box-shadow: 0 18px 46px rgba(12, 14, 12, 0.08);
}

.store-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #070907;
}

.store-photo-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--text);
  font-weight: 900;
}

.store-final-cta {
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.08), transparent 38%),
    var(--carbon);
}

.store-final-cta h2 {
  margin-inline: auto;
  text-align: center;
}

.section.store-reality {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.store-reality .section-inner {
  max-width: 1120px;
}

.store-reality-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 10px clamp(30px, 5vw, 70px);
  align-items: center;
  max-width: none;
  margin-bottom: 24px;
}

.store-reality-lead .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.store-reality-lead h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(2.05rem, 3.35vw, 3.65rem);
  line-height: 1;
}

.store-reality-lead p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.store-reality-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.store-reality-side {
  display: contents;
}

.store-flight-card,
.store-proof-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 255px) auto;
  min-height: 0;
  aspect-ratio: auto;
  max-height: none;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.store-flight-card {
  height: auto;
}

.store-flight-card::after {
  display: none;
  bottom: auto;
  height: 255px;
  background:
    linear-gradient(180deg, rgba(5, 7, 5, 0.08), rgba(5, 7, 5, 0.72)),
    linear-gradient(90deg, rgba(5, 7, 5, 0.46), rgba(5, 7, 5, 0.18));
}

.store-flight-bg,
.store-flight-video {
  grid-row: 1;
  position: absolute;
  inset: 0 0 auto;
  height: 255px;
}

.store-flight-video {
  object-fit: contain;
  filter: none;
}

.store-media-copy {
  position: relative;
  grid-row: 2;
  inset: auto;
  z-index: 3;
  max-width: none;
  padding: 20px;
}

.store-media-copy span {
  margin-bottom: 12px;
}

.store-media-copy h3 {
  max-width: none;
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.store-media-copy p {
  display: block;
  max-width: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.5;
}

.store-proof-media {
  min-height: 0;
  aspect-ratio: auto;
}

.store-proof-card > div:last-child {
  align-self: start;
  padding: 20px;
}

.store-proof-card h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.08;
}

.store-proof-card p:not(.product-type) {
  font-size: 0.95rem;
  line-height: 1.5;
}

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

.stat-grid div {
  min-height: 145px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
}

.stat-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.stat-grid span {
  color: var(--muted);
  font-weight: 800;
}

.ghost-overview-inner {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.ghost-real-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1060px;
  margin: 0 auto;
}

.ghost-real-proof figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(12, 14, 12, 0.08);
}

.ghost-real-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #080a08;
}

.ghost-real-proof figcaption {
  padding: 13px 15px 15px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 850;
}

.quote-block {
  padding: clamp(28px, 5vw, 50px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.quote-block p {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.08;
  font-weight: 900;
}

.compatibility-section {
  padding-top: clamp(80px, 9vw, 120px);
  padding-bottom: clamp(80px, 9vw, 120px);
}

.compatibility-inner {
  width: calc(100% - 48px);
  max-width: 1160px;
  margin-inline: auto;
}

.compatibility-lead {
  max-width: 760px;
  margin-bottom: 36px;
}

.compatibility-lead .eyebrow {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compatibility-lead h2 {
  max-width: 760px;
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(46px, 4.5vw, 70px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.compatibility-lead h2 span {
  display: block;
}

.compatibility-lead > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
  font-weight: 400;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.compatibility-section .compat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.compatibility-section .compat-grid span {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

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

.comparison-section-inner {
  width: min(1040px, 100%);
}

.comparison-lead {
  margin-inline: auto;
  text-align: center;
}

.comparison-lead h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.comparison-centered {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 970px;
  margin-inline: auto;
}

.comparison article,
.comparison-card {
  min-height: 330px;
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.section-light .comparison article,
.section-light .comparison-card {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(15, 18, 15, 0.1);
  box-shadow: 0 14px 40px rgba(13, 15, 12, 0.06);
}

.comparison article.highlight,
.comparison-card.highlight {
  color: var(--ink);
  background: var(--acid);
  border-color: rgba(0, 0, 0, 0.1);
}

.comparison-card:hover,
.comparison-card:focus-visible {
  color: var(--ink);
  background: var(--acid);
  border-color: rgba(183, 255, 42, 0.85);
  box-shadow: 0 24px 70px rgba(183, 255, 42, 0.18);
  transform: translateY(-4px);
  outline: none;
}

.comparison-card:hover p,
.comparison-card:focus-visible p {
  color: rgba(11, 12, 11, 0.76);
}

.comparison strong {
  display: block;
  margin: 20px 0;
  font-size: 1.8rem;
}

.comparison-price-sale {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-height: 44px;
  margin: 16px 0 20px;
  font-variant-numeric: tabular-nums;
}

.comparison-price-sale del {
  position: relative;
  color: rgba(255, 255, 255, 0.48);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.72);
  text-decoration-thickness: 2px;
}

.comparison-price-sale strong {
  display: inline;
  margin: 0;
  color: var(--acid);
  font-size: 2.15rem;
  line-height: 1;
}

.comparison-price-sale span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  color: var(--acid);
  background: rgba(183, 255, 42, 0.1);
  border: 1px solid rgba(183, 255, 42, 0.42);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.comparison-card:hover .comparison-price-sale del,
.comparison-card:focus-visible .comparison-price-sale del {
  color: rgba(11, 12, 11, 0.52);
  text-decoration-color: rgba(11, 12, 11, 0.68);
}

.comparison-card:hover .comparison-price-sale strong,
.comparison-card:focus-visible .comparison-price-sale strong,
.comparison-card:hover .comparison-price-sale span,
.comparison-card:focus-visible .comparison-price-sale span {
  color: var(--ink);
}

.comparison-card:hover .comparison-price-sale span,
.comparison-card:focus-visible .comparison-price-sale span {
  background: rgba(11, 12, 11, 0.1);
  border-color: rgba(11, 12, 11, 0.28);
}

.comparison a:not(.comparison-card),
.comparison-cta {
  display: inline-flex;
  margin-top: auto;
  color: var(--acid);
  font-weight: 900;
}

.comparison .highlight a,
.section-light .comparison a:not(.comparison-card),
.section-light .comparison-cta {
  color: var(--acid-dark);
}

.comparison-card:hover .comparison-cta,
.comparison-card:focus-visible .comparison-cta {
  color: rgba(11, 12, 11, 0.72);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  max-width: 850px;
  color: var(--muted);
}

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

.doc-grid article {
  min-height: 245px;
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  box-shadow: 0 14px 40px rgba(13, 15, 12, 0.06);
}

.doc-grid span {
  display: block;
  margin-bottom: 32px;
  color: var(--copper);
  font-weight: 900;
}

.doc-grid h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.license-grid article,
.license-card {
  color: var(--ink);
}

.license-grid h2 {
  max-width: 100%;
  font-size: clamp(2rem, 2.65vw, 2.75rem);
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.license-grid strong {
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.price-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-panel.light {
  background: rgba(255, 255, 255, 0.78);
}

.price-panel strong {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.price-panel span,
.lead-form small {
  color: var(--muted);
  line-height: 1.5;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-feedback {
  margin: 0;
  padding: 12px 14px;
  font-weight: 800;
  line-height: 1.45;
  border: 1px solid transparent;
  border-radius: 6px;
}

.form-feedback[hidden] {
  display: none;
}

.form-feedback.is-success {
  color: #274800;
  background: rgba(183, 255, 42, 0.2);
  border-color: rgba(99, 150, 0, 0.46);
}

.form-feedback.is-error {
  color: #8a260f;
  background: rgba(255, 96, 58, 0.12);
  border-color: rgba(202, 59, 25, 0.34);
}

.include-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.include-list p {
  margin: 0;
  padding: 16px 18px;
  color: var(--text);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  font-weight: 800;
}

.include-list.dark-text p {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(13, 15, 12, 0.08);
}

.contact-section {
  padding-top: clamp(58px, 8vw, 96px);
  padding-bottom: clamp(62px, 8vw, 104px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "form copy"
    "form topics";
  gap: clamp(24px, 4vw, 42px) clamp(44px, 7vw, 86px);
  align-items: center;
}

.contact-form {
  grid-area: form;
  align-self: center;
}

.contact-copy {
  grid-area: copy;
  align-self: end;
  max-width: 790px;
}

.contact-copy .eyebrow {
  margin-bottom: 18px;
}

.contact-copy h2 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 5.4vw, 5.4rem);
  line-height: 0.98;
}

.contact-copy p:not(.eyebrow) {
  max-width: 66ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-topic-grid {
  grid-area: topics;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.contact-topic-card {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(13, 15, 12, 0.045);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-topic-card strong {
  position: relative;
  display: block;
  padding-left: 13px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
}

.contact-topic-card strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 5px;
  height: 5px;
  background: var(--acid);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(166, 255, 0, 0.35);
}

.contact-topic-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
  font-weight: 650;
}

.contact-topic-card:hover,
.contact-topic-card:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(120, 169, 20, 0.38);
  box-shadow: 0 18px 46px rgba(13, 15, 12, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 900;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form .checkbox-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.lead-form .checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.lead-form .checkbox-line a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--acid-dark);
  text-underline-offset: 3px;
}

.lead-form .checkbox-line a:hover,
.lead-form .checkbox-line a:focus-visible {
  color: var(--acid-dark);
}

.contact-legal {
  display: block;
  margin-top: 2px;
  color: rgba(90, 95, 87, 0.78);
  font-size: 0.76rem;
  line-height: 1.55;
  font-weight: 650;
}

.contact-legal a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(120, 169, 20, 0.62);
  text-underline-offset: 3px;
}

.contact-legal a:hover,
.contact-legal a:focus-visible {
  color: var(--acid-dark);
}

.legal-page {
  min-height: 70vh;
  padding: clamp(72px, 9vw, 130px) 0;
  color: var(--text);
  background: var(--paper);
}

.legal-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-header {
  max-width: 800px;
  margin-bottom: clamp(34px, 6vw, 64px);
}

.legal-header h1 {
  max-width: 13ch;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  line-height: 0.96;
}

.legal-header > p:last-child {
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.legal-pending {
  margin: 0 0 42px;
  padding: 20px 22px;
  color: #321800;
  background: #fff1d9;
  border: 1px solid #d8992c;
  border-left: 5px solid #d47700;
  border-radius: 6px;
  line-height: 1.6;
}

.legal-pending strong {
  display: block;
  margin-bottom: 4px;
  color: #211000;
}

.legal-content {
  display: grid;
  gap: 0;
  min-width: 0;
}

.legal-section {
  min-width: 0;
  padding: clamp(30px, 5vw, 52px) 0;
  border-top: 1px solid rgba(15, 18, 15, 0.14);
}

.legal-section h2 {
  max-width: 22ch;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.08;
}

.legal-section h3 {
  margin: 26px 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
}

.legal-section p,
.legal-section li,
.legal-section dd,
.legal-section dt {
  max-width: 78ch;
  line-height: 1.75;
}

.legal-section p,
.legal-section ul,
.legal-section ol,
.legal-section dl {
  margin: 0 0 16px;
}

.legal-section ul,
.legal-section ol {
  padding-left: 22px;
}

.legal-section a {
  color: #376000;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-data {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 0;
  max-width: 760px;
  margin: 18px 0;
  border-top: 1px solid rgba(15, 18, 15, 0.15);
}

.legal-data dt,
.legal-data dd {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 18, 15, 0.15);
}

.legal-data dt {
  color: var(--ink);
  font-weight: 900;
  background: rgba(15, 18, 15, 0.04);
}

.legal-placeholder {
  color: #9b3a00;
  font-weight: 900;
}

.legal-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border: 1px solid rgba(15, 18, 15, 0.14);
  border-radius: 6px;
}

.legal-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(15, 18, 15, 0.12);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.legal-table th {
  color: var(--ink);
  background: rgba(183, 255, 42, 0.2);
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-updated {
  margin-top: 32px;
  color: var(--muted);
  font-size: 0.86rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  background: var(--paper);
  border: 1px solid rgba(15, 18, 15, 0.18);
  border-radius: 6px;
  font: inherit;
}

.lead-form input:focus-visible,
.lead-form select:focus-visible,
.lead-form textarea:focus-visible {
  border-color: rgba(120, 169, 20, 0.7);
  box-shadow: 0 0 0 3px rgba(183, 255, 42, 0.18);
  outline: none;
}

.lead-form textarea {
  min-height: 150px;
  resize: vertical;
}

.lead-form .button-primary {
  transition:
    filter 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.lead-form .button-primary:hover,
.lead-form .button-primary:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.lead-form .button-primary:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.download-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(12, 14, 12, 0.06);
}

.starter-download-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(68px, 7vw, 100px) clamp(18px, 5vw, 72px);
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.82) 0%, rgba(5, 7, 5, 0.48) 56%, rgba(5, 7, 5, 0.62) 100%),
    url("assets/process-descarga-ghost-x7-real.jpg") center / cover no-repeat,
    #050705;
}

.starter-download-video,
.starter-download-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.starter-download-video {
  z-index: 0;
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center 48%;
  pointer-events: none;
  opacity: 0.66;
  filter: saturate(1.18) contrast(1.06) brightness(1.12);
}

.starter-download-overlay {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 34% 52%, rgba(183, 255, 42, 0.16), transparent 31%),
    linear-gradient(90deg, rgba(5, 7, 5, 0.86) 0%, rgba(5, 7, 5, 0.68) 36%, rgba(5, 7, 5, 0.34) 64%, rgba(5, 7, 5, 0.58) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.06) 36%, rgba(0, 0, 0, 0.5) 100%);
}

.starter-download-content {
  position: relative;
  z-index: 2;
  align-items: center;
  width: min(1240px, 100%);
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 460px);
  gap: clamp(30px, 5vw, 68px);
}

.starter-download-section h2 {
  max-width: 12ch;
  color: var(--white);
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.starter-download-section p {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.54);
}

.starter-download-section .starter-download-content > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.starter-download-section .eyebrow {
  color: var(--acid);
}

.starter-download-section .download-note {
  color: rgba(255, 255, 255, 0.68);
}

.starter-download-section .starter-download-content > div > p.download-note {
  color: rgba(255, 255, 255, 0.68);
}

.starter-download-section .download-panel {
  background: rgba(8, 10, 8, 0.68);
  border-color: rgba(183, 255, 42, 0.28);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.starter-download-section .download-item {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.starter-download-section .download-item strong {
  color: rgba(255, 255, 255, 0.72);
}

.starter-download-section .button-dark {
  color: var(--white);
  background: rgba(0, 0, 0, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.download-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.download-note {
  margin-top: 18px;
  font-size: 0.98rem;
}

.download-summary {
  align-self: stretch;
}

.download-link,
.download-item {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid rgba(15, 18, 15, 0.1);
  border-radius: 6px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.download-link:hover,
.download-link:focus-visible {
  background: var(--acid);
  border-color: rgba(183, 255, 42, 0.9);
  outline: none;
  transform: translateY(-2px);
}

.download-link span,
.download-item span {
  font-size: 1.05rem;
  font-weight: 900;
}

.download-link strong,
.download-item strong {
  color: var(--muted);
  font-size: 0.9rem;
}

.starter-preview-section {
  color: var(--white);
  background:
    linear-gradient(180deg, #050705 0%, #10130f 100%);
  border-top: 1px solid rgba(183, 255, 42, 0.18);
  padding-top: clamp(64px, 7vw, 92px);
  padding-bottom: clamp(64px, 7vw, 104px);
}

.starter-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content);
  margin: 0 auto;
}

.starter-preview-grid figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.starter-preview-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #050705;
}

.starter-preview-grid figcaption {
  padding: 14px 16px 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
}

.builder-pack-page {
  background: #070907;
}

.builder-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 6vw, 84px) 0 clamp(68px, 7vw, 96px);
  color: var(--white);
  background: #070907;
  border-bottom: 1px solid rgba(183, 255, 42, 0.16);
}

.builder-showcase::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -2;
  height: min(720px, 74%);
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.96) 0%, rgba(5, 7, 5, 0.78) 34%, rgba(5, 7, 5, 0.2) 70%, rgba(5, 7, 5, 0.6) 100%),
    url("assets/ghost-x7-hero-black-red.png") center 50% / cover no-repeat;
}

.builder-showcase::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(7, 9, 7, 0.04) 0%, rgba(7, 9, 7, 0.22) 34%, #070907 66%);
}

.builder-showcase-inner {
  width: min(1260px, calc(100% - 48px));
  margin-inline: auto;
}

.builder-purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.builder-purchase-copy {
  max-width: 690px;
  padding-top: 22px;
}

.builder-purchase-copy .eyebrow {
  color: var(--acid);
}

.builder-purchase-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.25rem, 5.6vw, 5.7rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.48);
}

.builder-purchase-copy h1 span {
  display: block;
  color: var(--acid);
}

.builder-lead {
  max-width: 650px;
  margin: 24px 0 26px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

.builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.builder-actions .button {
  min-height: 52px;
  padding-inline: 19px;
}

.builder-actions .button-primary {
  gap: 14px;
}

.builder-actions .button-primary span {
  padding-left: 14px;
  border-left: 1px solid rgba(11, 12, 11, 0.24);
}

.builder-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  font-weight: 700;
}

.builder-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.builder-trust li > span,
.builder-price-delivery > span {
  color: var(--acid);
  font-size: 1.15em;
  font-weight: 900;
}

.builder-format-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.79rem;
  line-height: 1.5;
}

.builder-price-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(160deg, rgba(28, 31, 28, 0.98), rgba(8, 10, 8, 0.98));
  border: 1px solid rgba(183, 255, 42, 0.48);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), 0 0 34px rgba(183, 255, 42, 0.08);
}

.builder-price {
  display: grid;
  gap: 3px;
}

.builder-price strong {
  color: var(--acid);
  font-size: clamp(2.7rem, 4.3vw, 3.8rem);
  line-height: 0.95;
}

.builder-price span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.builder-price-card .button {
  width: 100%;
  min-height: 48px;
}

.builder-price-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px 0 2px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.builder-price-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.35;
}

.builder-price-list li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "✓";
  font-weight: 900;
}

.builder-price-delivery {
  margin: 0;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.83rem;
  font-weight: 800;
}

.builder-includes {
  margin-top: clamp(60px, 8vw, 104px);
}

.builder-includes-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 28px;
  text-align: center;
}

.builder-includes-heading h2 {
  color: var(--white);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.builder-includes-heading > span {
  width: 46px;
  height: 3px;
  background: var(--acid);
}

.builder-includes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.builder-include-card {
  display: grid;
  grid-template-rows: 54px auto 1fr;
  gap: 12px;
  min-height: 210px;
  padding: 21px 17px;
  text-align: center;
  background: linear-gradient(180deg, rgba(28, 31, 28, 0.94), rgba(15, 17, 15, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
}

.builder-include-icon {
  display: inline-grid;
  place-items: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  color: var(--acid);
  border: 2px solid var(--acid);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 900;
}

.builder-include-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.builder-include-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.5;
}

.builder-pack-preview {
  margin-top: clamp(58px, 7vw, 88px);
}

.builder-preview-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 26px;
  text-align: center;
}

.builder-preview-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.builder-preview-heading > span {
  width: 46px;
  height: 3px;
  background: var(--acid);
}

.builder-preview-heading p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  line-height: 1.5;
}

.builder-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.builder-preview-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22, 25, 22, 0.98), rgba(11, 13, 11, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.builder-preview-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #090b09;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.builder-preview-media img,
.builder-preview-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.builder-preview-media video {
  background: #090b09;
}

.builder-preview-media-portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(166, 255, 0, 0.14), transparent 42%),
    linear-gradient(180deg, #111610, #050605);
}

.builder-preview-media-portrait video {
  width: min(68%, 240px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.builder-preview-media-document img {
  object-position: center 12%;
}

.builder-preview-card-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.builder-preview-card-feature .builder-preview-media {
  aspect-ratio: 16 / 12;
}

.builder-preview-card-feature figcaption {
  min-height: 72px;
  padding: 18px;
}

.builder-preview-card-feature strong {
  font-size: 1.08rem;
}

.builder-preview-card-feature figcaption span {
  max-width: 420px;
  margin: 0 auto;
  font-size: 0.82rem;
}

.builder-preview-card figcaption {
  display: grid;
  align-content: center;
  gap: 5px;
  min-height: 64px;
  padding: 14px;
  text-align: center;
}

.builder-preview-card strong {
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.25;
}

.builder-preview-card figcaption span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.73rem;
  line-height: 1.45;
}

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

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

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

@media (max-width: 820px) {
  .builder-showcase::before {
    height: 650px;
    background:
      linear-gradient(90deg, rgba(5, 7, 5, 0.94), rgba(5, 7, 5, 0.52)),
      url("assets/ghost-x7-hero-black-red.png") 68% 48% / cover no-repeat;
  }

  .builder-purchase-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .builder-purchase-copy {
    max-width: none;
    padding-top: 0;
  }

  .builder-price-card {
    max-width: 520px;
  }

  .builder-includes {
    margin-top: 68px;
  }

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

@media (max-width: 620px) {
  .builder-showcase {
    padding-top: 48px;
  }

  .builder-showcase-inner {
    width: calc(100% - 32px);
  }

  .builder-purchase-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.1rem);
  }

  .builder-actions {
    display: grid;
  }

  .builder-actions .button {
    width: 100%;
  }

  .builder-trust {
    display: grid;
  }

  .builder-includes-grid {
    grid-template-columns: 1fr;
  }

  .builder-include-card {
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    text-align: left;
  }

  .builder-include-icon {
    grid-row: 1 / span 2;
  }

  .builder-preview-grid {
    grid-template-columns: 1fr;
  }

  .builder-preview-card-feature {
    grid-column: auto;
    grid-row: auto;
  }

  .builder-preview-card {
    grid-template-columns: minmax(128px, 42%) 1fr;
    grid-template-rows: 1fr;
  }

  .builder-preview-media {
    height: 100%;
    min-height: 156px;
    aspect-ratio: auto !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }

  .builder-preview-card figcaption {
    align-content: center;
    min-height: 156px;
    text-align: left;
  }
}

@media (max-width: 1050px) {
  .platform-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 980px) {
  .site-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-action {
    position: absolute;
    top: 14px;
    right: 18px;
  }

  .header-cart-link {
    position: absolute;
    top: 13px;
    right: 154px;
  }

  .hero {
    min-height: calc(100svh - 72px);
    background-position: 60% center;
  }

  .hero-content {
    padding-top: 20px;
  }

  .split,
  .split.reverse,
  .store-reality-layout,
  .video-layout,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .price-panel {
    position: static;
  }

  .feature-grid.three,
  .process-grid,
  .process-visual-grid,
  .drone-grid,
  .product-grid,
  .store-grid,
  .store-photo-grid,
  .doc-grid,
  .comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-reality-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .store-proof-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .store-proof-media {
    isolation: isolate;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
    contain: layout paint;
  }

  .store-proof-media video,
  .store-proof-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .store-proof-card > div:last-child {
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .store-proof-card .product-type {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

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

@media (max-width: 950px) {
  .process-layout {
    grid-template-columns: 1fr;
    gap: clamp(38px, 6vw, 54px);
  }
}

@media (max-width: 900px) {
  .ghost-highlight-inner {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "topics";
    gap: 28px;
    width: min(680px, 100%);
  }

  .contact-copy {
    max-width: none;
  }

  .contact-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 9vw, 4.2rem);
  }

  .compatibility-lead {
    margin-bottom: 34px;
  }

  .compatibility-lead h2 {
    font-size: clamp(42px, 7vw, 58px);
  }

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

@media (max-width: 720px) {
  .platform-inner {
    width: calc(100% - 40px);
    padding: 72px 0;
  }

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

  .platform-card {
    min-height: auto;
  }

  .starter-preview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .contact-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 13vw, 3.25rem);
  }

  .contact-topic-grid {
    grid-template-columns: 1fr;
  }

  .contact-topic-card {
    min-height: auto;
  }

  .contact-legal {
    font-size: 0.73rem;
  }

  .compatibility-inner {
    width: calc(100% - 40px);
  }

  .compatibility-lead h2 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .compatibility-section .compat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero:not(.brand-hero) {
    min-height: calc(100svh - 72px);
    background:
      linear-gradient(90deg, rgba(7, 8, 7, 0.96) 0%, rgba(7, 8, 7, 0.76) 54%, rgba(7, 8, 7, 0.18) 100%),
      url("assets/ghost-x7-hero-black-red.png") 64% center / cover no-repeat,
      var(--ink);
  }

  .brand-hero {
    min-height: calc(100svh - 72px);
    background:
      radial-gradient(circle at 70% 42%, rgba(166, 255, 0, 0.12), transparent 34%),
      linear-gradient(90deg, rgba(7, 8, 7, 0.96) 0%, rgba(7, 8, 7, 0.76) 54%, rgba(7, 8, 7, 0.2) 100%),
      var(--ink);
  }

  .hero-content {
    width: calc(100% - 40px);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 48px);
    line-height: 0.98;
  }

  .spec-strip {
    flex-wrap: wrap;
  }

  .store-hero {
    min-height: calc(100svh - 118px);
    padding-top: 64px;
    padding-bottom: 72px;
    background-position: center center;
  }

  .store-hero::before {
    background:
      linear-gradient(180deg, rgba(4, 5, 4, 0.46) 0%, rgba(4, 5, 4, 0.42) 48%, rgba(4, 5, 4, 0.68) 100%),
      linear-gradient(90deg, rgba(4, 5, 4, 0.58), rgba(4, 5, 4, 0.18));
  }

  .store-hero-video {
    object-position: center center;
    opacity: 0.96;
  }

  .store-hero-content p {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
  }

  .store-flight-card {
    min-height: 320px;
  }

  .store-proof-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .store-proof-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

}

@media (max-width: 620px) {
  .site-header {
    min-height: 118px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-logo {
    width: 132px;
    max-height: 34px;
  }

  .header-action {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 0.82rem;
  }

  .header-cart-link {
    right: 116px;
    width: 44px;
    min-width: 44px;
    min-height: 38px;
    padding: 8px;
    border-radius: 14px;
  }

  .header-cart-link span {
    display: none;
  }

  .site-nav {
    gap: 6px 18px;
    margin-top: 14px;
    font-size: 0.9rem;
  }

  h1,
  .page-title h1,
  .hero-page h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 48px);
    line-height: 0.98;
  }

  .process-layout {
    width: calc(100% - 40px);
  }

  .process-title {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 58px);
  }

  .process-description {
    font-size: 17px;
  }

  .process-visual-grid {
    grid-template-columns: 1fr;
  }

  .starter-download-section {
    min-height: auto;
    padding-top: clamp(64px, 10vw, 82px);
    padding-bottom: clamp(64px, 10vw, 82px);
  }

  .starter-download-content {
    grid-template-columns: 1fr;
  }

  .starter-download-video {
    opacity: 0.46;
  }

  .starter-download-overlay {
    background:
      radial-gradient(circle at 36% 18%, rgba(183, 255, 42, 0.14), transparent 32%),
      linear-gradient(180deg, rgba(5, 7, 5, 0.84) 0%, rgba(5, 7, 5, 0.68) 46%, rgba(5, 7, 5, 0.86) 100%);
  }

  .starter-download-section .download-panel {
    backdrop-filter: none;
  }

  .ghost-highlight {
    padding: 82px 0;
  }

  .ghost-highlight-inner {
    width: calc(100% - 40px);
  }

  .ghost-highlight .callout-panel {
    padding: 30px;
  }

  .ghost-highlight .callout-panel h2 {
    font-size: clamp(36px, 11vw, 40px);
  }

  .ghost-feature-list {
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.9rem, 11vw, 3rem);
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .hero:not(.brand-hero) {
    min-height: calc(100svh - 72px);
    padding-top: 42px;
    background:
      linear-gradient(90deg, rgba(7, 8, 7, 0.96) 0%, rgba(7, 8, 7, 0.76) 54%, rgba(7, 8, 7, 0.18) 100%),
      url("assets/ghost-x7-hero-black-red.png") 64% center / cover no-repeat,
      var(--ink);
  }

  .feature-grid.three,
  .ghost-real-proof,
  .drone-grid,
  .product-grid,
  .store-grid,
  .store-reality-side,
  .store-photo-grid,
  .doc-grid,
  .comparison,
  .stat-grid,
  .include-list {
    grid-template-columns: 1fr;
  }

  .video-layout h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .product-card,
  .process-card,
  .drone-card,
  .comparison article,
  .comparison-card {
    min-height: auto;
  }

  .ladder-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .legal-data {
    grid-template-columns: 1fr;
  }

  .legal-data dt {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .legal-data dd {
    padding-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-hero-video,
  .starter-download-video {
    display: none;
  }
}

.gopro-product-page {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 24%, rgba(183, 255, 42, 0.12), transparent 30%),
    linear-gradient(135deg, #070807 0%, #111510 50%, #070807 100%);
}

.gopro-product-hero {
  padding: clamp(48px, 7vw, 98px) 0;
}

.gopro-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.gopro-product-media,
.gopro-buy-panel,
.gopro-detail-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
}

.gopro-product-media {
  margin: 0;
  padding: clamp(14px, 2.2vw, 24px);
}

.gopro-product-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.gopro-buy-panel {
  padding: clamp(24px, 3vw, 36px);
}

.gopro-buy-panel h1 {
  margin: 8px 0 18px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 0.96;
}

.gopro-buy-panel > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  line-height: 1.65;
}

.gopro-choice-label {
  margin: 26px 0 10px;
  color: var(--acid);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gopro-configurator {
  display: grid;
  gap: 16px;
  margin: 28px 0 22px;
}

.gopro-select-field {
  display: grid;
  gap: 9px;
}

.gopro-select-field > span {
  color: var(--acid);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gopro-select-field select {
  width: 100%;
  min-height: 62px;
  padding: 0 50px 0 18px;
  color: var(--white);
  font: inherit;
  font-weight: 900;
  background:
    linear-gradient(45deg, transparent 50%, var(--acid) 50%) calc(100% - 27px) 28px / 8px 8px no-repeat,
    linear-gradient(135deg, var(--acid) 50%, transparent 50%) calc(100% - 20px) 28px / 8px 8px no-repeat,
    linear-gradient(135deg, rgba(183, 255, 42, 0.12), rgba(255, 255, 255, 0.055)),
    #111710;
  border: 1px solid rgba(183, 255, 42, 0.34);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  cursor: pointer;
  appearance: none;
}

.gopro-select-field select:hover,
.gopro-select-field select:focus-visible {
  border-color: rgba(183, 255, 42, 0.86);
  box-shadow: 0 0 0 4px rgba(183, 255, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  outline: none;
}

.gopro-select-field select option {
  color: #111510;
  background: #f3f4ee;
  font-weight: 800;
}

.gopro-select-field small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.45;
}

.gopro-options {
  display: grid;
  gap: 12px;
  margin: 28px 0 20px;
}

.gopro-format-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.gopro-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  width: 100%;
  padding: 18px;
  color: var(--white);
  text-align: left;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gopro-option span,
.gopro-option strong {
  font-weight: 900;
}

.gopro-option small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}

.gopro-option.is-active {
  color: var(--ink);
  background: linear-gradient(135deg, var(--acid), #e8ff9e);
  border-color: rgba(183, 255, 42, 0.98);
  box-shadow: 0 18px 52px rgba(183, 255, 42, 0.16);
}

.gopro-option.is-active small {
  color: #2f3b17;
}

.gopro-option:hover,
.gopro-option:focus-visible {
  border-color: rgba(183, 255, 42, 0.74);
  outline: none;
  transform: translateY(-2px);
}

.gopro-summary {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.gopro-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gopro-summary span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.gopro-summary strong {
  font-size: 1.05rem;
}

.gopro-total strong {
  color: var(--acid);
  font-size: 1.55rem;
}

.gopro-qty {
  display: inline-grid;
  grid-template-columns: 38px 42px 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(183, 255, 42, 0.34);
  border-radius: 999px;
}

.gopro-qty button,
.gopro-qty output {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border: 0;
  font: inherit;
  font-weight: 900;
}

.gopro-qty button {
  cursor: pointer;
}

.gopro-qty button:hover,
.gopro-qty button:focus-visible {
  color: var(--ink);
  background: var(--acid);
  outline: none;
}

.gopro-buy-button {
  width: 100%;
  min-height: 56px;
  font-size: 1rem;
}

.gopro-detail-section {
  padding-top: clamp(44px, 6vw, 76px);
}

.gopro-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gopro-detail-grid article {
  color: var(--white);
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(183, 255, 42, 0.1), rgba(255, 255, 255, 0.04)),
    #101410;
}

.gopro-detail-grid span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--acid);
  font-weight: 900;
}

.gopro-detail-grid h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
}

.gopro-detail-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .gopro-product-layout,
  .gopro-detail-grid {
    grid-template-columns: 1fr;
  }

  .gopro-product-layout {
    width: min(760px, 100%);
  }
}

@media (max-width: 560px) {
  .gopro-product-hero {
    padding-top: 34px;
  }

  .gopro-buy-panel h1 {
    font-size: clamp(2.25rem, 13vw, 3.15rem);
  }

  .gopro-format-options {
    grid-template-columns: 1fr;
  }

  .gopro-configurator {
    gap: 14px;
    margin: 22px 0 20px;
  }

  .gopro-select-field select {
    min-height: 58px;
    padding-left: 15px;
  }

  .gopro-option,
  .gopro-summary {
    padding: 15px;
  }

  .gopro-summary > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .gopro-qty {
    grid-template-columns: 44px 46px 44px;
  }

  .gopro-qty button,
  .gopro-qty output {
    min-height: 44px;
  }
}

/* En horizontal pequeño, conservar el espacio de lectura y acceso al producto. */
@media (max-width: 1023px) and (max-height: 500px) {
  .site-header {
    position: static;
  }
}
