/* Simple white theme */
:root {
  --ink: #050505;
  --muted: #222;
  --blue: #0a8f43;
  --cyan: #13b75f;
  --purple: #0a8f43;
  --line: #e5e5e5;
  --soft: #f7f7f7;
  --shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

body {
  background: #fff;
  color: #050505;
  font-size: 18px;
  line-height: 1.72;
}

a { color: #0a8f43; }

.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
}

.logo,
.site-footer a,
.nav a,
.menu-toggle { color: #050505; }

.nav a:hover,
.site-footer a:hover { color: #0a8f43; }

.hero,
.sub-hero {
  display: block;
  min-height: auto;
  padding: clamp(44px, 7vw, 82px) clamp(16px, 5vw, 72px);
  background: #fff;
  color: #050505;
  text-align: center;
  overflow: visible;
}

.hero::before,
.hero-visual,
.hero-visual-left,
.hero-visual-right,
.hero-side-img,
.hero-main-img { display: none !important; }

.hero-copy,
.sub-hero {
  display: grid;
  justify-items: center;
}

.hero .eyebrow,
.sub-hero .eyebrow,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0a8f43;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.hero h1,
.sub-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #050505;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.14;
  text-shadow: none;
}

.hero-copy p,
.sub-hero p:not(.eyebrow) {
  max-width: 920px;
  margin: 18px auto 0;
  color: #111;
  font-size: clamp(18px, 2vw, 21px);
}

.hero-actions {
  justify-content: center;
  margin-top: 24px;
}

.btn {
  min-height: 50px;
  border-radius: 8px;
  font-size: 16px;
}

.btn.primary,
.hero .btn.primary,
.sub-hero .btn.primary,
.sticky-download {
  color: #fff;
  background: #0a8f43;
  box-shadow: 0 10px 22px rgba(10, 143, 67, .18);
}

.btn.secondary,
.hero .btn.secondary,
.sub-hero .btn.secondary {
  color: #050505;
  background: #fff;
  border: 1px solid #cfcfcf;
}

.trust-badges {
  width: min(900px, 100%);
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  margin: 26px auto 0;
}

.trust-badges div {
  justify-content: center;
  min-height: 58px;
  border-color: #e5e5e5;
  background: #fff;
  color: #050505;
  box-shadow: none;
  text-align: center;
}

.trust-badges .icon,
.download-card > .icon,
.notice-card > .icon,
.warning-card > .icon,
.version-top .icon {
  color: #0a8f43;
  background: #eefbf3;
}

.toc-section { display: none; }

.download-section,
.systems-section,
.faq-section,
.pros-cons-section,
.intro-section,
.article-section,
.version-section,
.screenshots-section,
.sub-info,
.app-info-top {
  background: #fff;
}

.section-head,
.contact-section,
.content,
.article-content h2,
.article-content h3,
.article-content > p,
.article-content > ul,
.article-content > ol,
.article-content > blockquote,
.article-content > .table-wrap,
.legal-content p,
.legal-content h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2,
.contact-section h2,
.content h2,
.article-content h2 {
  color: #050505;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.18;
}

.content h3,
.article-content h3,
.feature-card h3,
.system-card h3,
.step-card h3,
.download-card h3,
.notice-card h3,
.warning-card h3,
.alternative-card h3,
.version-top h3 {
  color: #050505;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.24;
}

.section-head p:not(.eyebrow),
.contact-section p,
.content p,
.content li,
.feature-card p,
.system-card p,
.step-card p,
.download-card p,
.notice-card p,
.warning-card p,
.alternative-lines p,
.version-body {
  color: #111;
  font-size: 18px;
}

.info-card,
.feature-card,
.system-card,
.step-card,
.download-card,
.notice-card,
.warning-card,
.alternative-card,
.pros-card,
.cons-card,
.version-card,
.faq-item,
.intro-card,
.table-wrap,
.shot-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.info-card {
  align-content: start;
  justify-items: center;
  text-align: center;
}

.info-card .icon,
.step-card > .icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 8px;
  background: #eefbf3;
  color: #0a8f43;
}

.feature-card,
.system-card,
.step-card,
.download-card,
.notice-card,
.warning-card,
.pros-card,
.cons-card,
.version-card {
  text-align: center;
}

.card-mark,
.step-number {
  position: static;
  margin: 0 auto 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eefbf3;
  color: #0a8f43;
}

.step-card > .icon { margin: 0 auto 12px; }

.feature-card h3,
.system-card h3,
.step-card h3 { margin-top: 10px; }

.screenshots-section {
  order: 2;
  padding-top: clamp(28px, 5vw, 52px);
  padding-bottom: clamp(34px, 5vw, 62px);
}

.screenshots-section .section-head,
.screenshots-section .section-head p:not(.eyebrow),
.screenshots-section .eyebrow { color: inherit; }

.screenshot-carousel { max-width: min(1180px, 100%); }

.carousel-btn { display: none; }
.carousel-viewport { overflow: visible; }

.screenshot-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
  transition: none;
}

.shot-card {
  display: flex;
  flex-direction: column;
  flex: initial;
  margin: 0;
  overflow: hidden;
}

.shot-frame {
  flex: 0 0 360px;
  height: 360px;
  min-height: 0;
  padding: 12px;
  background: #fafafa;
  overflow: hidden;
}

.shot-card figcaption {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 12px;
  min-height: 42px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  color: #222;
  text-align: center;
}

.contact-section {
  border-radius: 0;
  background: #0a8f43;
  color: #fff;
}

.contact-section h2,
.contact-section p { color: #fff; }

blockquote,
.content blockquote {
  border-left: 0;
  border-top: 4px solid #0a8f43;
  background: #f3fbf6;
  color: #050505;
}

th { background: #f4f4f4; }

@media (max-width: 1180px) {
  .hero,
  .sub-hero { text-align: center; }

  .hero-copy { justify-items: center; }

  .hero h1,
  .hero-copy p,
  .sub-hero h1,
  .sub-hero p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

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

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

@media (max-width: 640px) {
  body { font-size: 17px; }

  .hero,
  .sub-hero { padding-top: 34px; }

  .hero h1,
  .sub-hero h1 { font-size: 30px; }

  .hero-copy p,
  .sub-hero p:not(.eyebrow),
  .section-head p:not(.eyebrow),
  .content p,
  .content li { font-size: 17px; }

  .trust-badges,
  .screenshot-track { grid-template-columns: 1fr; }

  .shot-frame { height: 420px; }
}
