:root {
  color-scheme: dark light;
  --dark: #07080b;
  --charcoal: #101319;
  --charcoal-2: #171b23;
  --charcoal-3: #20252f;
  --gold: #d8a64a;
  --gold-2: #f2cd78;
  --bg: #11151d;
  --bg-2: #181d27;
  --ink: #fff8e8;
  --muted: rgba(255, 248, 232, 0.68);
  --subtle: rgba(255, 248, 232, 0.48);
  --line: rgba(242, 205, 120, 0.16);
  --panel: rgba(23, 27, 35, 0.82);
  --panel-2: rgba(30, 35, 46, 0.94);
  --espresso: #fff8e8;
  --accent: #d8a64a;
  --accent-2: #0f8f64;
  --cream: #fffaf1;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.24);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #07080b;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, var(--dark) 0, var(--charcoal) 760px, #11151d 761px, #171b23 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(242, 205, 120, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 205, 120, 0.055) 1px, transparent 1px);
  background-position: center top;
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.6) 520px, transparent 900px);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 0 5vw;
  background: rgba(7, 8, 11, 0.72);
  border-bottom: 1px solid rgba(242, 205, 120, 0.12);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  color: #fff8e8;
  font-weight: 850;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(242, 205, 120, 0.32);
  border-radius: var(--radius);
  color: #fff8e8;
  background:
    radial-gradient(circle at 28% 18%, rgba(242, 205, 120, 0.34), transparent 32%),
    linear-gradient(145deg, #222733, #07080b 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 232, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.36),
    0 0 32px rgba(216, 166, 74, 0.12);
}

.brand-mark::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(242, 205, 120, 0.38);
  border-radius: 50%;
}

.mark-ring,
.mark-strut,
.mark-core {
  position: absolute;
  z-index: 1;
}

.mark-ring {
  width: 21px;
  height: 21px;
  border: 2px solid rgba(255, 248, 232, 0.92);
  border-right-color: rgba(216, 166, 74, 0.36);
  border-radius: 50%;
}

.mark-strut {
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: rgba(242, 205, 120, 0.9);
  box-shadow: 0 7px 0 rgba(255, 248, 232, 0.58);
  transform: translate(7px, -6px);
}

.mark-core {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(242, 205, 120, 0.18);
}

nav a {
  color: rgba(255, 248, 232, 0.66);
  font-size: 14px;
  transition: color 0.18s ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--gold-2);
}

nav .nav-cta {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(242, 205, 120, 0.48);
  border-radius: var(--radius);
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  font-weight: 850;
}

nav .nav-cta:hover,
nav .nav-cta:focus-visible {
  color: #191105;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 60px;
  min-height: calc(100vh - 76px);
  padding: 72px 5vw 92px;
  overflow: hidden;
  color: #fff8e8;
  background:
    radial-gradient(circle at 22% 20%, rgba(216, 166, 74, 0.18), transparent 24%),
    radial-gradient(circle at 72% 28%, rgba(114, 129, 155, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 32%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.38), rgba(14, 17, 23, 0.98));
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 248, 232, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 232, 0.045) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: radial-gradient(circle at 58% 30%, rgba(0, 0, 0, 0.88), transparent 72%);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: 4vw;
  bottom: 34px;
  left: 4vw;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(242, 205, 120, 0.42), transparent);
  pointer-events: none;
}

.hero-copy,
.hero-shot {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fffdf7;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--espresso);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--espresso);
  font-size: 20px;
  letter-spacing: 0;
}

.lead {
  max-width: 630px;
  color: rgba(255, 248, 232, 0.76);
  font-size: 20px;
  line-height: 1.72;
}

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

.button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid rgba(216, 166, 74, 0.24);
  outline-offset: 2px;
}

.button.primary {
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  border-color: rgba(242, 205, 120, 0.7);
  box-shadow: 0 18px 44px rgba(216, 166, 74, 0.24);
}

.button.primary:hover {
  box-shadow: 0 22px 58px rgba(216, 166, 74, 0.34);
}

.button.secondary {
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
  border-color: rgba(255, 248, 232, 0.2);
}

.hero .button.secondary {
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
  border-color: rgba(255, 248, 232, 0.22);
}

.button.ghost {
  color: #f2cd78;
  background: rgba(216, 166, 74, 0.08);
  border-color: rgba(216, 166, 74, 0.32);
}

.hero-prereq {
  display: grid;
  gap: 6px;
  max-width: 650px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(242, 205, 120, 0.24);
  border-radius: var(--radius);
  color: rgba(255, 248, 232, 0.76);
  background: rgba(255, 248, 232, 0.07);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.hero-prereq strong {
  color: #fff8e8;
}

.hero-prereq span {
  line-height: 1.56;
}

.hero-prereq a {
  width: max-content;
  color: var(--gold-2);
  font-weight: 800;
}

.hero-prereq a:hover,
.hero-prereq a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.proof-row span {
  padding: 8px 12px;
  border: 1px solid rgba(242, 205, 120, 0.24);
  border-radius: 999px;
  color: rgba(255, 248, 232, 0.82);
  background: rgba(255, 248, 232, 0.07);
  font-size: 13px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.next-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px 5vw;
  border-top: 1px solid rgba(242, 205, 120, 0.18);
  border-bottom: 1px solid rgba(242, 205, 120, 0.16);
  background:
    linear-gradient(90deg, rgba(216, 166, 74, 0.14), transparent 38%, rgba(255, 248, 232, 0.06)),
    #0d1016;
}

.next-strip article {
  display: grid;
  gap: 10px;
  min-height: 126px;
  padding: 20px;
  border: 1px solid rgba(242, 205, 120, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025)),
    rgba(17, 21, 29, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.next-strip span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 850;
}

.next-strip strong {
  color: #fff8e8;
  line-height: 1.48;
}

.next-strip a {
  justify-self: start;
  align-self: end;
  color: rgba(255, 248, 232, 0.72);
  font-size: 14px;
  font-weight: 850;
}

.next-strip a:hover,
.next-strip a:focus-visible {
  color: var(--gold-2);
}

.hero-shot {
  padding: 12px;
  border: 1px solid rgba(242, 205, 120, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.12), rgba(255, 248, 232, 0.04)),
    rgba(12, 14, 19, 0.86);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 70px rgba(216, 166, 74, 0.13);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-shot:hover {
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(-4px);
  box-shadow:
    0 40px 104px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(242, 205, 120, 0.12),
    0 0 88px rgba(216, 166, 74, 0.18);
}

.shot-toolbar {
  display: flex;
  gap: 9px;
  align-items: center;
  height: 34px;
  border-bottom: 1px solid rgba(255, 248, 232, 0.11);
}

.shot-toolbar strong {
  margin-left: 8px;
  color: rgba(255, 248, 232, 0.62);
  font-size: 12px;
  font-weight: 750;
}

.shot-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d7c8b6;
}

.shot-toolbar span:nth-child(1) {
  background: #e66b5f;
}

.shot-toolbar span:nth-child(2) {
  background: #e4bb56;
}

.shot-toolbar span:nth-child(3) {
  background: #56b98a;
}

.installer-ui {
  min-height: 620px;
  padding: 22px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 85% 8%, rgba(216, 166, 74, 0.14), transparent 22%),
    linear-gradient(180deg, #fcfdff, #eef3f8);
  box-shadow:
    inset 0 0 0 1px rgba(47, 29, 19, 0.08),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.installer-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  color: #5f6b7a;
  font-size: 13px;
}

.installer-head div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #1d2735;
  font-size: 16px;
}

.app-dot {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #222733, #0b0d12);
  box-shadow: inset 0 0 0 1px rgba(242, 205, 120, 0.36);
  font-size: 13px;
  font-weight: 850;
}

.installer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, 0.7fr);
  gap: 18px;
}

.installer-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 270px;
  padding: 20px;
  border: 1px solid rgba(47, 29, 19, 0.1);
  border-radius: 8px;
  color: #273244;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 42px rgba(31, 45, 66, 0.08);
}

.installer-card strong {
  color: #1d2735;
}

.installer-card.large {
  min-height: 360px;
}

.field-label {
  color: #687384;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field-value {
  display: block;
  padding: 12px;
  border: 1px solid rgba(216, 166, 74, 0.2);
  border-radius: 6px;
  color: #253244;
  background: #f8fbff;
}

.installer-card button {
  justify-self: start;
  min-height: 40px;
  margin-top: 4px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  font: inherit;
  font-weight: 850;
}

.status-pass {
  display: inline-flex;
  width: max-content;
  padding: 7px 10px;
  border: 1px solid rgba(15, 143, 100, 0.24);
  border-radius: 999px;
  color: #0d684b;
  background: rgba(15, 143, 100, 0.1);
  font-weight: 850;
}

.terminal-preview {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  color: #dce8f5;
  background: linear-gradient(135deg, #0c1018, #151a24);
  box-shadow: inset 0 0 0 1px rgba(242, 205, 120, 0.1);
}

.terminal-preview strong {
  color: #69d7a7;
}

.shot-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 4px 2px;
  color: rgba(255, 248, 232, 0.62);
  font-size: 14px;
}

.shot-caption strong {
  color: #fff8e8;
}

.band {
  padding: 96px 5vw;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 14%, rgba(216, 166, 74, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 248, 232, 0.035), transparent 42%),
    var(--bg);
}

.band.compact {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 248, 232, 0.07), transparent 28%),
    var(--bg-2);
}

.section-head {
  max-width: 840px;
  margin-bottom: 32px;
}

.section-head p,
.split p,
.download-panel p,
.cards p,
.steps p,
.pricing-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.download-panel strong,
.steps strong,
.matrix strong,
.security-list strong,
.source-list strong {
  color: #fff8e8;
}

.download-panel,
.demo-panel,
.case-card,
.assist-note,
.outcome-grid article,
.trust-grid article,
.skill-grid article,
.skill-note,
.steps article,
.cards article,
.prereq-grid article,
.pricing-grid article,
.verify-grid div,
.comparison-grid article,
.alternative-list div,
.matrix div,
.security-list div,
.source-list li,
.contact-form,
.payment-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
}

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

.prereq-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 24px;
}

.prereq-grid article > span {
  width: max-content;
  padding: 5px 9px;
  border: 1px solid rgba(242, 205, 120, 0.22);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.prereq-grid h3,
.assist-note strong {
  margin: 0;
  color: #fff8e8;
}

.prereq-grid p,
.assist-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.doc-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 205, 120, 0.18);
  border-radius: 999px;
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.06);
  font-size: 0.86rem;
}

.doc-links a:hover,
.doc-links a:focus-visible {
  border-color: rgba(242, 205, 120, 0.44);
  background: rgba(242, 205, 120, 0.12);
}

.assist-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 22px 24px;
}

.demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 26px;
  align-items: stretch;
  padding: 24px;
}

.demo-panel video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(242, 205, 120, 0.16);
  border-radius: var(--radius);
  background: #120d0a;
  box-shadow: var(--shadow);
}

.demo-notes {
  display: grid;
  align-content: center;
  padding: 10px 6px;
}

.demo-notes ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 26px;
  margin-top: 18px;
  padding: 26px;
}

.case-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.case-proof {
  display: grid;
  gap: 10px;
  align-content: start;
}

.case-proof span,
.usecase-strip span,
.skill-tags span,
.verify-grid strong {
  border: 1px solid rgba(242, 205, 120, 0.2);
  color: rgba(255, 248, 232, 0.78);
  background: rgba(255, 248, 232, 0.06);
}

.case-proof span {
  padding: 11px 12px;
  border-radius: var(--radius);
}

.steps,
.cards,
.pricing-grid,
.verify-grid,
.comparison-grid,
.outcome-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.steps article,
.cards article,
.pricing-grid article,
.verify-grid div,
.comparison-grid article,
.outcome-grid article,
.trust-grid article,
.skill-grid article {
  padding: 24px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.steps article:hover,
.cards article:hover,
.pricing-grid article:hover,
.comparison-grid article:hover,
.outcome-grid article:hover,
.trust-grid article:hover,
.skill-grid article:hover,
.alternative-list div:hover,
.matrix div:hover,
.security-list div:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 166, 74, 0.28);
  background:
    linear-gradient(145deg, rgba(216, 166, 74, 0.12), rgba(255, 248, 232, 0.045)),
    var(--panel-2);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
}

.comparison-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.comparison-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.comparison-grid strong {
  color: var(--espresso);
  line-height: 1.52;
}

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

.outcome-grid article {
  display: grid;
  align-content: start;
  min-height: 245px;
}

.metric {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 52px;
  font-weight: 850;
  line-height: 1;
}

.usecase-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.usecase-strip span {
  padding: 10px 12px;
  border-radius: var(--radius);
}

.plan-chip,
.skill-tier,
.plan-name {
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
}

.plan-chip {
  display: inline-flex;
  margin-bottom: 14px;
}

.cards .active-card,
.skill-grid .featured-skill,
.pricing-grid .featured {
  border-color: rgba(216, 166, 74, 0.34);
  background:
    linear-gradient(145deg, rgba(216, 166, 74, 0.16), rgba(255, 248, 232, 0.055)),
    #1d222c;
  box-shadow: 0 26px 80px rgba(216, 166, 74, 0.14);
}

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

.skill-grid article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: flex-start;
}

.skill-tier {
  margin-bottom: 14px;
}

.skill-grid p {
  color: var(--muted);
  line-height: 1.68;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.skill-tags span {
  padding: 8px 10px;
  border-radius: var(--radius);
  font-size: 13px;
}

.skill-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
}

.skill-note strong {
  color: var(--accent);
  white-space: nowrap;
}

.skill-note span {
  color: var(--muted);
  line-height: 1.56;
}

.matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.matrix div,
.security-list div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.matrix span,
.security-list span {
  color: var(--muted);
  line-height: 1.5;
}

.pricing-grid article {
  display: flex;
  min-height: 305px;
  flex-direction: column;
  align-items: flex-start;
}

.price {
  margin: 10px 0 14px;
  color: #fffdf7;
  font-size: 46px;
  font-weight: 850;
  line-height: 1;
}

.pricing-grid .button {
  margin-top: auto;
}

.addons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.addons span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 248, 232, 0.06);
}

code {
  padding: 2px 6px;
  border: 1px solid rgba(242, 205, 120, 0.16);
  border-radius: 5px;
  background: rgba(255, 248, 232, 0.08);
  color: #fff8e8;
  font-size: 0.92em;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  gap: 44px;
  align-items: start;
}

.source-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.source-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
}

.source-list span {
  color: var(--muted);
}

.security-list {
  display: grid;
  gap: 12px;
}

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

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.alternative-list {
  display: grid;
  gap: 12px;
}

.alternative-list div {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.alternative-list span {
  color: var(--accent);
  font-weight: 850;
}

.alternative-list strong {
  color: #fff8e8;
  font-weight: 650;
  line-height: 1.58;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.payment-note {
  margin-top: 14px;
  padding: 16px;
  color: var(--muted);
}

.payment-note p {
  margin-bottom: 0;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #fff8e8;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(242, 205, 120, 0.18);
  border-radius: var(--radius);
  padding: 13px;
  background: rgba(8, 10, 14, 0.72);
  color: #fff8e8;
  font: inherit;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 248, 232, 0.38);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(216, 166, 74, 0.66);
  box-shadow: 0 0 0 3px rgba(216, 166, 74, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--accent-2);
}

.verify-grid div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.verify-grid strong {
  padding: 3px 8px;
  border-radius: 999px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 5vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #0d1016;
}

.next-strip {
  display: grid;
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 5vw 44px;
  margin-top: -64px;
  background: linear-gradient(180deg, transparent, rgba(7, 8, 11, 0.9));
}

.next-strip article {
  display: grid;
  gap: 12px;
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(242, 205, 120, 0.2);
  border-radius: var(--radius);
  color: #fff8e8;
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.1), rgba(255, 248, 232, 0.035)),
    rgba(12, 14, 19, 0.88);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.3);
}

.next-strip span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 850;
}

.next-strip strong {
  color: #fff8e8;
  line-height: 1.42;
}

.next-strip a {
  align-self: end;
  width: max-content;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  font-weight: 850;
}

.next-strip,
.band {
  scroll-margin-top: 92px;
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 166, 74, 0.12), transparent 28%),
    linear-gradient(180deg, #07080b 0, #101319 720px, #11151d 100%);
}

.band,
.band.compact {
  color: #fff8e8;
  border-top-color: rgba(242, 205, 120, 0.13);
  background:
    radial-gradient(circle at 14% 0%, rgba(216, 166, 74, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(16, 19, 25, 0.96), rgba(10, 12, 17, 0.96));
}

.band:nth-of-type(even),
.band.compact:nth-of-type(even) {
  background:
    radial-gradient(circle at 78% 8%, rgba(242, 205, 120, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(13, 15, 21, 0.98), rgba(18, 22, 30, 0.96));
}

.section-head h2,
.split h2,
.download-panel h3,
.cards h3,
.steps strong,
.pricing-grid h3,
.skill-grid h3,
.comparison-grid h3,
.outcome-grid h3,
.trust-grid h3,
.demo-notes h3,
.case-card h3,
.contact-form span,
.payment-note strong,
.alternative-list strong,
.source-list strong {
  color: #fff8e8;
}

.section-head p,
.split p,
.download-panel p,
.cards p,
.steps p,
.pricing-grid p,
.skill-grid p,
.comparison-grid p,
.outcome-grid p,
.trust-grid p,
.demo-notes ul,
.case-card p,
.source-list span,
.addons span,
footer {
  color: rgba(255, 248, 232, 0.68);
}

.download-panel,
.demo-panel,
.case-card,
.assist-note,
.outcome-grid article,
.trust-grid article,
.skill-grid article,
.skill-note,
.steps article,
.cards article,
.prereq-grid article,
.pricing-grid article,
.verify-grid div,
.comparison-grid article,
.alternative-list div,
.matrix div,
.security-list div,
.source-list li,
.contact-form,
.payment-note {
  border-color: rgba(242, 205, 120, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.095), rgba(255, 248, 232, 0.035)),
    rgba(13, 16, 22, 0.9);
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 248, 232, 0.04);
}

.steps article:hover,
.cards article:hover,
.pricing-grid article:hover,
.comparison-grid article:hover,
.outcome-grid article:hover,
.trust-grid article:hover,
.skill-grid article:hover,
.alternative-list div:hover,
.matrix div:hover,
.security-list div:hover {
  border-color: rgba(242, 205, 120, 0.34);
  background:
    linear-gradient(145deg, rgba(242, 205, 120, 0.14), rgba(255, 248, 232, 0.055)),
    rgba(15, 18, 25, 0.96);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.38);
}

.cards .active-card,
.skill-grid .featured-skill,
.pricing-grid .featured {
  border-color: rgba(242, 205, 120, 0.42);
  background:
    linear-gradient(145deg, rgba(216, 166, 74, 0.2), rgba(255, 248, 232, 0.075)),
    rgba(17, 20, 28, 0.98);
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(242, 205, 120, 0.06);
}

.button.secondary {
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
  border-color: rgba(255, 248, 232, 0.2);
}

.plan-chip,
.skill-tier,
.plan-name,
.metric,
.alternative-list span {
  color: var(--gold-2);
}

.case-proof span,
.usecase-strip span,
.skill-tags span,
.verify-grid strong,
.status-pass {
  border-color: rgba(15, 143, 100, 0.32);
  color: #7ee0b8;
  background: rgba(15, 143, 100, 0.12);
}

.addons span {
  border-color: rgba(242, 205, 120, 0.16);
  background: rgba(255, 248, 232, 0.06);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible,
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 920px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
    gap: 36px;
  }

  .hero-shot {
    transform: none;
  }

  .hero-shot:hover {
    transform: translateY(-3px);
  }

  .steps,
  .cards,
  .next-strip,
  .prereq-grid,
  .pricing-grid,
  .verify-grid,
  .comparison-grid,
  .outcome-grid,
  .trust-grid,
  .skill-grid,
  .matrix {
    grid-template-columns: 1fr;
  }

  .alternative-list div {
    grid-template-columns: 1fr;
  }

  .demo-panel,
  .case-card,
  .skill-note {
    grid-template-columns: 1fr;
  }

  .skill-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-panel,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    display: none;
  }
}

@media (max-width: 560px) {
  .topbar,
  .hero,
  .next-strip,
  .band,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand > span:last-child {
    display: none;
  }

  h1 {
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .lead {
    font-size: 16px;
    line-height: 1.66;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .proof-row {
    display: grid;
    gap: 8px;
  }

  .proof-row span {
    width: 100%;
    text-align: center;
  }

  .shot-caption {
    flex-direction: column;
    gap: 4px;
  }
}

/* V7.4 floating conversion and dynamic interaction layer */
:root {
  --pointer-x: 50%;
  --pointer-y: 24%;
  --tilt-x: 2deg;
  --tilt-y: -5deg;
}

button {
  font: inherit;
}

nav button {
  border: 0;
  background: transparent;
  color: rgba(255, 248, 232, 0.66);
  font-size: 14px;
  cursor: pointer;
}

nav button:hover,
nav button:focus-visible,
nav a.is-active {
  color: var(--gold-2);
}

nav .nav-cta,
.button {
  cursor: pointer;
}

.hero {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(216, 166, 74, 0.2), transparent 24%),
    radial-gradient(circle at 72% 28%, rgba(114, 129, 155, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 32%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.38), rgba(14, 17, 23, 0.98));
}

.hero-shot {
  transform: perspective(1200px) rotateY(var(--tilt-y)) rotateX(var(--tilt-x));
}

.proof-row strong,
.metric strong {
  font: inherit;
}

.next-strip article[role="button"],
.pricing-grid article {
  cursor: pointer;
}

.next-strip button {
  align-self: end;
  width: max-content;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--radius);
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.next-strip button:hover,
.next-strip button:focus-visible {
  filter: brightness(1.05);
}

.video-shell {
  position: relative;
}

.video-shell::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: var(--radius);
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(242, 205, 120, 0.2), transparent 34%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.demo-panel:hover .video-shell::after {
  opacity: 1;
}

.video-pulse {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(242, 205, 120, 0.48);
  border-radius: 999px;
  color: #191105;
  background: linear-gradient(135deg, #f2cd78, #c88d31);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.video-pulse:hover,
.video-pulse:focus-visible {
  transform: translateY(-2px) scale(1.03);
}

.video-pulse.is-playing {
  opacity: 0.68;
}

.pricing-switcher {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(242, 205, 120, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 248, 232, 0.06);
}

.pricing-switcher button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(255, 248, 232, 0.72);
  background: transparent;
  font-weight: 850;
  cursor: pointer;
}

.pricing-switcher button[aria-selected="true"] {
  color: #191105;
  border-color: rgba(242, 205, 120, 0.54);
  background: linear-gradient(135deg, #f2cd78, #c88d31);
}

.pricing-grid article.is-selected {
  transform: translateY(-6px);
  border-color: rgba(242, 205, 120, 0.52);
  background:
    linear-gradient(145deg, rgba(216, 166, 74, 0.24), rgba(255, 248, 232, 0.08)),
    rgba(17, 20, 28, 0.98);
  box-shadow:
    0 36px 104px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(242, 205, 120, 0.1);
}

.floating-contact {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 40;
  transform: translateY(-50%);
}

.floating-contact-button {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding: 0;
  border: 1px solid rgba(242, 205, 120, 0.64);
  border-radius: 50%;
  color: #fff8e8;
  text-align: center;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 248, 232, 0.32), transparent 18%),
    radial-gradient(circle at 70% 82%, rgba(242, 205, 120, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(30, 25, 16, 0.98), rgba(7, 8, 11, 0.96));
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.46),
    0 0 0 6px rgba(242, 205, 120, 0.07),
    inset 0 1px 0 rgba(255, 248, 232, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.floating-contact-button:hover,
.floating-contact-button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(255, 232, 168, 0.9);
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.52),
    0 0 0 8px rgba(242, 205, 120, 0.09),
    0 0 34px rgba(216, 166, 74, 0.28);
}

.floating-contact-button span {
  color: var(--gold-2);
  font-size: 20px;
  line-height: 1;
  font-weight: 850;
}

.floating-contact-button strong {
  color: #fff8e8;
  font-size: 13px;
  line-height: 1;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
}

.contact-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: grid;
  align-content: start;
  width: min(520px, 100vw);
  height: 100dvh;
  padding: 28px;
  overflow-y: auto;
  border-left: 1px solid rgba(242, 205, 120, 0.24);
  color: #fff8e8;
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 166, 74, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(16, 19, 25, 0.98), rgba(7, 8, 11, 0.98));
  box-shadow: -34px 0 110px rgba(0, 0, 0, 0.52);
  transform: translateX(102%);
  transition: transform 0.28s ease;
}

.contact-drawer[aria-hidden="false"],
.drawer-open .contact-drawer {
  transform: translateX(0);
}

.drawer-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.drawer-head h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.drawer-head p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.drawer-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 205, 120, 0.22);
  border-radius: var(--radius);
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.drawer-close:hover,
.drawer-close:focus-visible {
  color: var(--gold-2);
  border-color: rgba(242, 205, 120, 0.48);
}

.drawer-form {
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.1), rgba(255, 248, 232, 0.035)),
    rgba(13, 16, 22, 0.98);
}

.drawer-free {
  margin-top: -4px;
}

.drawer-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .contact-drawer {
    transition: none;
  }
}

@media (max-width: 920px) {
  .floating-contact {
    top: auto;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    left: auto;
    transform: none;
  }

  .floating-contact-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 560px) {
  .pricing-switcher {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .pricing-switcher button,
  .contact-drawer .button {
    width: 100%;
  }

  .contact-drawer {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    max-height: calc(100dvh - 18px);
    padding: 20px 18px calc(24px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(242, 205, 120, 0.26);
    border-left: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -30px 90px rgba(0, 0, 0, 0.58);
    transform: translateY(105%);
  }

  .contact-drawer[aria-hidden="false"],
  .drawer-open .contact-drawer {
    transform: translateY(0);
  }

  .drawer-head {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .drawer-head h2 {
    font-size: 28px;
  }
}
