:root {
  --bg: #050807;
  --bg-elevated: rgba(14, 20, 18, 0.78);
  --surface: rgba(12, 17, 16, 0.88);
  --surface-strong: rgba(19, 28, 25, 0.96);
  --text: #f5fff9;
  --text-muted: #a3b7ae;
  --line: rgba(136, 255, 191, 0.14);
  --green: #00ff66;
  --cyan: #39d9ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1160px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 255, 102, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(57, 217, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #040706 0%, #07100d 45%, #040706 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: #041109;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(4, 8, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-inner,
.footer-inner,
.support-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-inner {
  min-height: 5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgba(0, 255, 102, 0.18), rgba(57, 217, 255, 0.1));
  border: 1px solid rgba(0, 255, 102, 0.3);
  box-shadow: inset 0 0 24px rgba(0, 255, 102, 0.12);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: grid;
}

.brand-copy strong,
.site-nav a,
.button,
.eyebrow,
.step-index,
.placeholder-note span {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

.brand-copy strong {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.brand-copy span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.site-nav {
  display: none;
  gap: 1.25rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.legal-back:hover,
.legal-back:focus-visible {
  color: var(--green);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--green), #5cffaf);
  color: #041109;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 40px rgba(0, 255, 102, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 255, 102, 0.28);
}

.button:focus-visible,
.site-nav a:focus-visible,
details summary:focus-visible,
.legal-back:focus-visible,
a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.button-small {
  min-height: 2.75rem;
  padding-inline: 1.1rem;
}

.button-secondary {
  background: transparent;
  border-color: rgba(57, 217, 255, 0.3);
  color: var(--text);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(57, 217, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(57, 217, 255, 0.08);
}

.hero,
.section {
  padding: 4.5rem 0;
}

.hero {
  padding-top: 3.5rem;
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--green);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.5rem, 10vw, 7rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.35rem, 6vw, 4.5rem);
  max-width: 11ch;
}

h3 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.hero-text,
.section-heading p:last-child,
.feature-card p,
.step-card p,
.faq-list p,
.support-copy p,
.legal-card p,
.legal-card li {
  color: var(--text-muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 34rem;
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
  align-items: center;
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  transition: transform 180ms ease;
}

.app-store-badge:hover,
.app-store-badge:focus-visible {
  transform: translateY(-2px);
}

.app-store-badge-image {
  width: 246px;
  height: 82px;
  vertical-align: middle;
  object-fit: contain;
}

.placeholder-note {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.placeholder-note span {
  color: var(--cyan);
  letter-spacing: 0.04em;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 2rem 0 0;
}

.hero-stats div,
.feature-card,
.step-card,
.support-panel,
.legal-card,
.shot-frame {
  background: linear-gradient(180deg, rgba(18, 28, 25, 0.8), rgba(9, 13, 12, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-stats div {
  padding: 1rem;
  border-radius: var(--radius-sm);
}

.hero-stats dt {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.hero-stats dd {
  margin: 0.3rem 0 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.55rem;
  color: var(--text);
}

.hero-visual {
  position: relative;
}

.reaction-board {
  position: relative;
  min-height: 35rem;
}

.reaction-board::before,
.reaction-board::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.4;
}

.reaction-board::before {
  width: 10rem;
  height: 10rem;
  right: 0;
  top: 2rem;
  background: rgba(57, 217, 255, 0.32);
}

.reaction-board::after {
  width: 12rem;
  height: 12rem;
  left: 2rem;
  bottom: 1rem;
  background: rgba(0, 255, 102, 0.2);
}

.tree-lights {
  position: absolute;
  left: 0;
  top: 2rem;
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 999px;
  background: rgba(7, 11, 10, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tree-lights span {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 194, 41, 0.9), rgba(255, 194, 41, 0.25));
  box-shadow: 0 0 24px rgba(255, 194, 41, 0.28);
}

.tree-lights .go {
  background: linear-gradient(180deg, rgba(0, 255, 102, 0.96), rgba(0, 255, 102, 0.3));
  box-shadow: 0 0 30px rgba(0, 255, 102, 0.42);
}

.device-shell {
  position: relative;
  width: min(100%, 28rem);
  margin: 0 auto;
  padding: 1.1rem;
  border-radius: 3rem;
  background: linear-gradient(180deg, rgba(15, 25, 22, 0.94), rgba(6, 10, 9, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
}

.device-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.55rem;
  transform: translateX(-50%);
  width: 7rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.app-icon {
  position: absolute;
  left: -1rem;
  bottom: 2rem;
  z-index: 2;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 1.7rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(0, 255, 102, 0.25), rgba(57, 217, 255, 0.18)),
    rgba(8, 12, 11, 0.9);
  border: 1px solid rgba(0, 255, 102, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 800;
  color: var(--text);
}

.app-icon span:nth-child(1),
.app-icon span:nth-child(3) {
  font-size: 1.55rem;
}

.app-icon span:nth-child(2) {
  color: var(--green);
  font-size: 1.1rem;
}

.device-screen {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 32rem;
  gap: 0.85rem;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(57, 217, 255, 0.1), rgba(0, 0, 0, 0) 35%),
    linear-gradient(180deg, rgba(2, 5, 4, 0.75), rgba(4, 8, 7, 0.98));
}

.device-screen-image {
  min-height: 0;
  padding: 0;
  background: #08100e;
}

.hero-shot-image {
  display: block;
  width: 100%;
  height: auto;
}

.screen-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 2rem 2rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 90%);
}

.timing-card {
  position: relative;
  z-index: 1;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 14, 13, 0.8);
}

.timing-card .label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.timing-card strong {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.timing-card-primary {
  border-color: rgba(0, 255, 102, 0.26);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 102, 0.06);
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.section-heading p:last-child {
  margin: 0;
}

.promo-section {
  padding-top: 1rem;
}

.article-card-grid {
  display: grid;
  gap: 1rem;
}

.article-card-grid-spaced {
  margin-top: 1.5rem;
}

.article-card,
.feature-panel,
.featured-post,
.article-shell,
.article-callout,
.article-score-card,
.article-cta,
.article-toc,
.article-promo,
.blog-hero-panel {
  background: linear-gradient(180deg, rgba(18, 28, 25, 0.8), rgba(9, 13, 12, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.article-card,
.feature-panel,
.featured-post,
.article-callout,
.article-score-card,
.article-cta,
.article-toc,
.article-promo,
.blog-hero-panel {
  border-radius: var(--radius);
}

.article-card {
  padding: 1.5rem;
}

.article-card-kicker,
.article-meta,
.article-taxonomy,
.article-breadcrumbs,
.article-callout-label {
  margin: 0;
  color: var(--cyan);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-card p:last-of-type,
.blog-hero-copy p,
.featured-post p,
.article-score-card p,
.article-callout p,
.article-cta p,
.article-promo p,
.article-intro,
.article-body p,
.article-body li,
.article-note,
.article-summary li {
  color: var(--text-muted);
  line-height: 1.75;
}

.article-link,
.text-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.article-link:hover,
.article-link:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--green);
}

.blog-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.blog-page,
.article-page {
  background:
    radial-gradient(circle at top left, rgba(0, 255, 102, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(57, 217, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #040706 0%, #07100d 42%, #040706 100%);
}

.page-shell {
  padding-bottom: 3rem;
}

.blog-hero {
  padding: 4rem 0 1.5rem;
}

.blog-hero-grid,
.feature-panel,
.article-grid,
.article-footer-grid {
  display: grid;
  gap: 1.25rem;
}

.blog-hero-panel,
.featured-post,
.feature-panel,
.article-cta,
.article-promo {
  padding: 1.5rem;
}

.blog-hero-panel h1,
.article-header h1 {
  max-width: 16ch;
}

.blog-hero-copy p,
.featured-post p {
  margin: 1rem 0 0;
}

.feature-panel-media {
  margin-top: 1.25rem;
}

.feature-panel-media img {
  width: 100%;
  height: auto;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-pill-list,
.article-tag-list,
.meta-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.pill,
.article-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(57, 217, 255, 0.2);
  background: rgba(6, 10, 9, 0.72);
  color: var(--text);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-listing {
  padding-top: 1rem;
}

.featured-post {
  position: relative;
  overflow: hidden;
}

.featured-post::after,
.article-shell::before {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.34;
  pointer-events: none;
}

.featured-post::after {
  width: 12rem;
  height: 12rem;
  right: -1rem;
  top: -2rem;
  background: rgba(0, 255, 102, 0.16);
}

.featured-post h2,
.article-cta h2,
.article-promo h2 {
  max-width: 12ch;
}

.featured-post-actions,
.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.article-page .site-header,
.blog-page .site-header {
  margin-bottom: 0;
}

.reading-progress-track {
  position: sticky;
  top: 5rem;
  z-index: 19;
  width: min(calc(100% - 2rem), var(--container));
  height: 0.35rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(57, 217, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.reading-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  transition: width 120ms linear;
}

.article-section {
  padding: 2rem 0 1rem;
}

.article-shell {
  position: relative;
  overflow: hidden;
  padding: 1.75rem;
  border-radius: 2rem;
}

.article-shell::before {
  width: 14rem;
  height: 14rem;
  right: -1rem;
  top: -3rem;
  background: rgba(57, 217, 255, 0.14);
}

.article-header {
  position: relative;
  z-index: 1;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.article-breadcrumbs a {
  text-decoration: none;
  color: var(--text-muted);
}

.article-breadcrumbs a:hover,
.article-breadcrumbs a:focus-visible {
  color: var(--green);
}

.article-header p {
  max-width: 60rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.article-hero-media {
  margin: 1.75rem 0 0;
}

.article-hero-media img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  background: rgba(7, 11, 10, 0.9);
}

.article-hero-media figcaption {
  margin-top: 0.75rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.article-grid {
  align-items: start;
  padding-top: 1.5rem;
}

.article-toc,
.article-score-card,
.article-callout {
  padding: 1.25rem;
}

.article-toc h2,
.article-score-card h2,
.article-callout h2 {
  max-width: none;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
}

.article-toc ol {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.article-toc li + li {
  margin-top: 0.65rem;
}

.article-toc a {
  color: inherit;
  text-decoration: none;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--green);
}

.article-summary {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.article-body {
  display: grid;
  gap: 1.5rem;
}

.article-body section {
  position: relative;
}

.article-body h2,
.article-body h3 {
  max-width: none;
}

.article-body h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.article-body h3 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  text-transform: uppercase;
}

.article-body ul,
.article-body ol {
  padding-left: 1.25rem;
}

.article-body li + li {
  margin-top: 0.6rem;
}

.article-body strong {
  color: var(--text);
}

.article-callout {
  border-color: rgba(0, 255, 102, 0.24);
}

.article-callout-label {
  color: var(--green);
}

.article-score-card table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.article-score-card th,
.article-score-card td {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.article-score-card th {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-note {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.article-cta,
.article-promo {
  margin-top: 2rem;
}

.article-cta p,
.article-promo p {
  margin: 1rem 0 0;
}

.article-footer-grid {
  padding-top: 1rem;
}

.article-related {
  margin-top: 2rem;
}

.article-related h2 {
  max-width: none;
}

.blog-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.promo-banner {
  display: block;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  text-decoration: none;
  transition: transform 180ms ease;
}

.promo-banner:hover,
.promo-banner:focus-visible {
  transform: translateY(-4px);
}

.promo-banner-media {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 28, 25, 0.8), rgba(9, 13, 12, 0.92));
  box-shadow: var(--shadow);
}

.promo-banner-media img {
  width: 100%;
  height: auto;
}

.feature-grid,
.steps,
.shot-grid {
  display: grid;
  gap: 1rem;
}

.feature-card,
.step-card {
  padding: 1.35rem;
  border-radius: var(--radius);
}

.feature-card p,
.step-card p {
  margin: 0.75rem 0 0;
}

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

.shot-card {
  margin: 0;
}

.shot-frame {
  position: relative;
  min-height: 17rem;
  border-radius: 2.2rem;
  overflow: hidden;
}

.shot-frame::before,
.shot-frame::after {
  content: "";
  position: absolute;
}

.shot-frame::before {
  inset: 0.95rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(57, 217, 255, 0.14), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.shot-frame::after {
  left: 50%;
  top: 1.35rem;
  transform: translateX(-50%);
  width: 5.5rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.shot-home::before {
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 255, 102, 0.34), transparent 25%),
    linear-gradient(180deg, rgba(57, 217, 255, 0.1), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-result::before {
  background:
    linear-gradient(180deg, rgba(0, 255, 102, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-stats::before {
  background:
    linear-gradient(90deg, rgba(57, 217, 255, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-share::before {
  background:
    radial-gradient(circle at 75% 25%, rgba(57, 217, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-leaderboard::before {
  background:
    linear-gradient(180deg, rgba(255, 194, 41, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-achievements::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 255, 102, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(9, 15, 14, 0.9), rgba(5, 8, 7, 1));
}

.shot-card figcaption {
  padding-top: 0.75rem;
  color: var(--text-muted);
}

.shot-frame-real {
  padding: 0.95rem;
}

.shot-frame-real::before {
  content: none;
}

.shot-frame-real img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.step-index {
  color: var(--cyan);
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.faq-layout {
  display: grid;
  gap: 2rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

details {
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(10, 14, 13, 0.82);
}

details summary {
  cursor: pointer;
  list-style: none;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

details summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0.8rem 0 0;
}

.support-section {
  padding-top: 1rem;
}

.support-panel {
  padding: 1.5rem;
  border-radius: var(--radius);
}

.support-copy {
  text-align: left;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner p {
  margin: 0;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a,
.legal-back {
  text-decoration: none;
  color: var(--text-muted);
}

.legal-page {
  background:
    radial-gradient(circle at top left, rgba(57, 217, 255, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(0, 255, 102, 0.08), transparent 26%),
    linear-gradient(180deg, #040706 0%, #07100d 100%);
}

.legal-shell {
  width: min(calc(100% - 2rem), 900px);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.legal-back {
  display: inline-block;
  margin-bottom: 1rem;
}

.legal-card {
  padding: 1.5rem;
  border-radius: 2rem;
}

.legal-header {
  margin-bottom: 2rem;
}

.legal-header p {
  margin: 0.35rem 0 0;
}

.legal-header h1 {
  max-width: none;
  line-height: 1.02;
}

.legal-card section + section {
  margin-top: 1.5rem;
}

.legal-card h2 {
  margin-bottom: 0.7rem;
  max-width: none;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.08;
  text-transform: none;
}

.legal-card h3 {
  margin-top: 1rem;
  max-width: none;
  font-size: 1.35rem;
  line-height: 1.2;
  text-transform: none;
}

.legal-card ul {
  padding-left: 1.25rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

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

@media (min-width: 720px) {
  .site-nav {
    display: flex;
  }

  .hero,
  .section {
    padding: 6rem 0;
  }

  .hero-grid,
  .faq-layout,
  .blog-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }

  .feature-grid,
  .steps,
  .article-card-grid,
  .article-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .feature-panel,
  .article-grid {
    grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .promo-banner {
    max-width: none;
  }
}

@media (min-width: 540px) {
  .hero-actions .button {
    flex: 0 0 auto;
  }

  .promo-banner {
    max-width: 40rem;
  }

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

@media (max-width: 719px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 0.85rem 0 1rem;
  }

  .hero-actions .button,
  .header-inner .button-small,
  .blog-section-actions .button,
  .featured-post-actions .button,
  .article-cta-actions .button {
    width: 100%;
  }

  .app-store-badge {
    width: 100%;
    justify-content: flex-start;
  }

  .app-store-badge-image {
    width: min(246px, 100%);
    height: auto;
  }

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

  .reaction-board {
    min-height: auto;
  }

  .tree-lights {
    left: auto;
    right: 0;
    top: -1rem;
  }

  .app-icon {
    left: auto;
    right: -0.5rem;
    bottom: 1.25rem;
  }

  .support-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-copy {
    width: 100%;
  }

  .reading-progress-track {
    top: 6.8rem;
  }

  .article-shell,
  .blog-hero-panel,
  .featured-post,
  .feature-panel,
  .article-cta,
  .article-promo {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
