:root {
  color-scheme: dark;
  --page: #090a0e;
  --surface: #11141a;
  --surface-warm: #171a21;
  --ink: #f5f1e8;
  --muted: #a9a29a;
  --soft: #373d49;
  --line: rgba(236, 229, 218, 0.12);
  --orange: #ff8a2a;
  --orange-dark: #ff9b4f;
  --gold: #d7ab69;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
}

body {
  background:
    linear-gradient(180deg, rgba(255, 138, 42, 0.035), transparent 460px),
    var(--page);
  color: var(--ink);
}

.site-header {
  background: rgba(9, 10, 14, 0.82);
  border-bottom-color: rgba(236, 229, 218, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02);
}

.brand img,
.cta-icon {
  box-shadow: 0 12px 34px rgba(255, 114, 24, 0.22);
}

.nav-links {
  color: rgba(245, 241, 232, 0.82);
}

.nav-links a::after {
  background: var(--orange);
}

.hero,
.steps,
.compatibility,
.features,
.testimonials {
  border-bottom-color: var(--line);
}

.eyebrow,
.text-link {
  color: var(--orange-dark);
}

h1,
h2,
h3,
blockquote {
  color: var(--ink);
}

.hero-text,
.step p,
.compatibility p,
.official-developer > p,
.feature p,
.page-intro p:not(.eyebrow),
.website-note p {
  color: rgba(245, 241, 232, 0.74);
}

.proof-strip,
figure,
.website-list a,
.rating-row,
.comparison-table {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--line);
}

.proof-strip div + div,
.step + .step {
  border-color: var(--line);
}

.proof-strip span,
figcaption,
.free-note,
.final-cta p:not(.eyebrow),
.site-footer,
.site-footer-group a,
.site-footer-brand p,
.site-footer-brand small {
  color: var(--muted);
}

.site-footer .brand,
.site-footer-group h2 {
  color: var(--ink);
}

.wide-intro-shot,
.phone-shot.active {
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.48));
}

.phone-shot.prev,
.phone-shot.next {
  opacity: 0.2;
  filter: saturate(0.65) contrast(0.86) brightness(0.72) drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34));
}

.carousel-arrow {
  background: rgba(17, 20, 26, 0.86);
  border-color: var(--line);
  color: var(--orange-dark);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  border-color: rgba(255, 138, 42, 0.5);
}

.carousel-dots button {
  background: rgba(245, 241, 232, 0.24);
}

.carousel-dots button.active {
  background: var(--orange);
}

.step-number {
  background: rgba(255, 138, 42, 0.11);
  color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(255, 138, 42, 0.18);
}

.step img,
.feature img {
  filter: invert(66%) sepia(79%) saturate(1196%) hue-rotate(337deg) brightness(103%) contrast(101%);
}

.device-list,
.feature-grid {
  background: var(--line);
  border-color: var(--line);
}

.device-list > * {
  color: rgba(245, 241, 232, 0.94);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.device-list > *::before {
  opacity: 0.18;
  filter: brightness(0) invert(1);
}

.device-list > *::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #151922 0%, #0e1117 100%);
}

.device-article-icon {
  color: rgba(245, 241, 232, 0.94);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.device-article-icon::before {
  opacity: 0.2;
  filter: brightness(0) invert(1);
}

.device-article-icon::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #151922 0%, #0e1117 100%);
}

.feature {
  background: rgba(255, 255, 255, 0.028);
}

.lead-feature {
  background:
    linear-gradient(180deg, rgba(255, 138, 42, 0.095), rgba(255, 138, 42, 0.025)),
    rgba(255, 255, 255, 0.035);
}

figure {
  box-shadow: none;
}

.final-cta {
  border-top: 1px solid var(--line);
}

.site-footer {
  border-top-color: var(--line);
}

.content-hero,
.content-section,
.support-status {
  border-color: var(--line);
}

.content-hero p:not(.eyebrow),
.content-section p,
.support-status p,
.content-section ul,
.comparison-table {
  color: rgba(245, 241, 232, 0.74);
}

.content-section h2,
.support-status h2,
.content-section h3,
.comparison-table th,
.rating-row {
  color: var(--ink);
}

.comparison-table-wrap,
.comparison-table th,
.comparison-table td {
  border-color: var(--line);
}

.site-footer-group a:hover,
.site-footer-group a:focus-visible,
.content-page a:not(.app-store-link):not(.brand) {
  color: var(--orange-dark);
}

.page-shell {
  background: var(--page);
}

.faq-frame {
  background: var(--surface);
  border-color: var(--line);
}

.website-group,
.website-note {
  border-top-color: var(--line);
}

.website-list a:hover,
.website-list a:focus-visible {
  border-color: rgba(255, 138, 42, 0.5);
}

.popular-warning {
  background: rgba(0, 0, 0, 0.68);
}

.popular-warning-panel {
  background: var(--surface);
  border-color: var(--line);
}

.popular-warning-actions a:not(.popular-warning-primary),
.popular-warning-close {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--line);
  color: var(--ink);
}

@media (max-width: 760px) {
  .nav-toggle {
    background: var(--surface);
    border-color: var(--line);
  }

  .nav-toggle span:not(.sr-only) {
    background: var(--ink);
  }

  .nav-links {
    background: rgba(17, 20, 26, 0.98);
    border-color: var(--line);
    box-shadow: var(--shadow);
  }
}
