:root {
  color-scheme: light;
  --ink: #101418;
  --muted: #5d6875;
  --line: #d9e0e7;
  --soft: #f3f6f8;
  --panel: #ffffff;
  --dark: #111820;
  --dark-2: #18222d;
  --green: #15a46d;
  --green-dark: #0c6f4a;
  --blue: #246bfe;
  --amber: #be7b12;
  --shadow: 0 18px 55px rgba(20, 32, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfcfd;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

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

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

button,
.button {
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.site-header {
  align-items: center;
  background: rgba(251, 252, 253, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 32px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--dark);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.top-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.top-nav a:hover,
.nav-action:hover {
  color: var(--ink);
}

.nav-action {
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-weight: 700;
  padding: 10px 14px;
}

.hero,
.flow-section,
.split-section,
.dashboard-preview-section,
.feature-band,
.privacy-section,
.faq-section,
.final-cta {
  margin: 0 auto;
  max-width: 1180px;
  padding: 88px 28px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  min-height: calc(100vh - 72px);
  padding-bottom: 68px;
}

.eyebrow {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.96;
  margin-bottom: 26px;
  max-width: 780px;
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
  margin-bottom: 18px;
}

h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-lede {
  font-size: 20px;
  max-width: 690px;
}

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

.button,
button {
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 12px 17px;
}

.primary {
  background: var(--green);
  color: #fff;
}

.secondary,
.ghost,
.ghost-button {
  background: #eef3f5;
  color: var(--ink);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  background: #edf8f3;
  border: 1px solid #c7eadb;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 11px;
}

.hero-visual {
  display: grid;
  gap: 16px;
}

.terminal-window,
.command-card,
.dash-card,
.earnings-card,
.feature-panel,
.preview-shell,
.image-placeholder,
.credits-panel,
.faq-grid details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.terminal-window {
  background: var(--dark);
  color: #d9f8e7;
  overflow: hidden;
}

.window-bar {
  align-items: center;
  background: var(--dark-2);
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
}

.window-bar span {
  background: #536171;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

pre {
  margin: 0;
  overflow-x: auto;
  padding: 20px;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.sponsored-line {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.label {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

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

.step-card,
.privacy-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.step-number {
  align-items: center;
  background: var(--ink);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 18px;
  width: 34px;
}

.split-section {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
}

.command-tabs {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.command-card {
  overflow: hidden;
}

.command-card pre {
  background: var(--dark);
  color: #e9fbf1;
}

.command-title {
  background: #eef3f5;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 12px 16px;
}

.image-placeholder,
.preview-shell {
  background: #eef3f5;
  padding: 18px;
}

.feature-band {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
}

.feature-panel {
  padding: 30px;
}

.pacing-options,
.pacing-control {
  display: grid;
  gap: 10px;
}

.pacing-options span,
.pacing-control button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font-weight: 800;
  padding: 15px 16px;
}

.pacing-options .selected,
.pacing-control .selected {
  background: #eaf8f2;
  border-color: #8ad8b8;
  color: var(--green-dark);
}

.earnings-card {
  padding: 26px;
}

.metric-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.metric-row:first-child {
  padding-top: 0;
}

.metric-row strong {
  font-size: 30px;
}

.redeem-note {
  background: #fff8eb;
  border: 1px solid #f3d9a5;
  border-radius: 7px;
  color: var(--amber);
  font-weight: 800;
  margin-top: 18px;
  padding: 13px;
}

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

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

.faq-grid details {
  padding: 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-grid p {
  margin: 12px 0 0;
}

.final-cta {
  background: var(--dark);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 40px;
  padding: 54px 34px;
  text-align: center;
}

.final-cta p {
  color: #b7c5d0;
}

.dashboard-body {
  background: #f4f7f9;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  background: #fff;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.side-nav {
  display: grid;
  gap: 7px;
}

.side-nav a,
.sidebar-link {
  border-radius: 7px;
  color: var(--muted);
  font-weight: 750;
  padding: 11px 12px;
}

.side-nav a.active,
.side-nav a:hover {
  background: #edf8f3;
  color: var(--green-dark);
}

.sidebar-link {
  margin-top: auto;
}

.dashboard-main {
  padding: 30px;
}

.dashboard-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dashboard-topbar h1 {
  font-size: 40px;
  margin: 0;
}

.user-chip,
.status-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
}

.dashboard-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.3fr 1fr 0.8fr 0.8fr;
}

.dash-card {
  box-shadow: none;
  padding: 20px;
}

.card-head,
.section-title-row {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.card-head h2,
.section-title-row h2 {
  margin-bottom: 0;
}

.pending {
  background: #fff8eb;
  border-color: #f3d9a5;
  color: var(--amber);
}

.success {
  background: #eaf8f2;
  border-color: #8ad8b8;
  color: var(--green-dark);
}

.device-code {
  background: var(--dark);
  border-radius: 8px;
  color: #fff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 18px 0;
  padding: 18px;
  text-align: center;
}

.status-list {
  display: grid;
  gap: 9px;
}

.status-list span {
  background: #f5f7f8;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px;
}

.status-list .done {
  background: #eaf8f2;
  border-color: #b7e6d2;
  color: var(--green-dark);
}

.metric-card strong {
  display: block;
  font-size: 42px;
  margin: 8px 0;
}

.dash-section {
  margin-top: 22px;
}

.dashboard-two-col {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  margin-top: 16px;
}

.large pre {
  min-height: 160px;
}

.pacing-control {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 16px;
}

.muted-text {
  margin: 12px 0 0;
}

.table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 16px;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.credits-panel {
  box-shadow: none;
  margin-top: 16px;
  padding: 22px;
}

.compact {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .top-nav {
    display: none;
  }

  .hero,
  .split-section,
  .feature-band,
  .dashboard-two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .flow-grid,
  .privacy-grid,
  .faq-grid,
  .dashboard-grid,
  .pacing-control {
    grid-template-columns: 1fr;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .sidebar {
    height: auto;
    position: relative;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0 18px;
  }

  .hero,
  .flow-section,
  .split-section,
  .dashboard-preview-section,
  .feature-band,
  .privacy-section,
  .faq-section,
  .final-cta {
    padding: 54px 18px;
  }

  .dashboard-main {
    padding: 18px;
  }

  .card-head,
  .section-title-row,
  .dashboard-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
