:root {
  --navy: #0c2236;
  --navy-2: #15344d;
  --blue: #087cf0;
  --blue-dark: #0064c9;
  --text: #182634;
  --muted: #5e6c78;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --border: #dce4ea;
  --success: #17643a;
  --warning-bg: #fff8e6;
  --warning-border: #d9ae41;
  --max: 1180px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

img,
video {
  max-width: 100%;
}

a {
  color: var(--blue-dark);
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 999;
  background: white;
  padding: 10px 14px;
  border: 2px solid var(--blue);
}

.site-header {
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.97);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 210px;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.global-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 650;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: white;
  padding: 9px 13px;
  border-radius: 8px;
  font: inherit;
  font-weight: 650;
}

.hero {
  padding: 88px 0 76px;
  background:
    radial-gradient(circle at 88% 15%, rgba(8,124,240,.13), transparent 28%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.hero-grid,
.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  color: var(--blue-dark);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  line-height: 1.15;
  color: var(--navy);
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 900px;
  margin: 0 0 22px;
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  margin: 0 0 18px;
}

h3 {
  margin-top: 0;
}

.lead {
  font-size: 1.17rem;
  max-width: 780px;
  color: var(--muted);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
  cursor: pointer;
}

.btn-primary {
  color: white;
  background: var(--blue);
}

.btn-primary:hover {
  color: white;
  background: var(--blue-dark);
}

.btn-secondary {
  background: white;
  color: var(--navy);
  border-color: var(--border);
}

.btn-disabled,
.btn[aria-disabled="true"] {
  color: #56616a;
  background: #e7ebee;
  border-color: #d4dadd;
  cursor: not-allowed;
  text-decoration: none;
}

.trust-line {
  margin-top: 22px;
  color: var(--muted);
  font-size: .95rem;
}

.section {
  padding: 72px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.card,
.feature-card,
.price-card,
.resource-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}

.card p,
.feature-card p,
.resource-card p {
  color: var(--muted);
}

.card .status {
  font-weight: 750;
  color: var(--navy);
}

.product-card-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 18px;
}

.product-hero {
  padding: 62px 0;
  background: var(--soft);
  border-bottom: 1px solid var(--border);
}

.product-hero-icon {
  max-height: 250px;
  object-fit: contain;
  margin-inline: auto;
  display: block;
}

.local-nav {
  border-bottom: 1px solid var(--border);
  background: white;
}

.local-nav .shell {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-block: 12px;
}

.local-nav a {
  white-space: nowrap;
  text-decoration: none;
  font-weight: 650;
  color: var(--navy);
}

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

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

.screenshot-grid figure {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
}

.screenshot-grid img {
  width: 100%;
  display: block;
}

.screenshot-grid figcaption {
  padding: 15px 17px;
  color: var(--muted);
}

.video-frame {
  width: min(100%, 960px);
  border-radius: var(--radius);
  background: #000;
}

.workflow {
  counter-reset: workflow;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
}

.workflow article {
  border-top: 4px solid var(--blue);
  padding-top: 16px;
}

.workflow article::before {
  counter-increment: workflow;
  content: counter(workflow, decimal-leading-zero);
  display: block;
  color: var(--blue-dark);
  font-weight: 800;
  margin-bottom: 8px;
}

.price-card {
  max-width: 680px;
}

.price {
  font-size: 2.75rem;
  color: var(--navy);
  font-weight: 850;
  letter-spacing: -.04em;
}

.regular-price {
  color: var(--muted);
}

.notice,
.status-panel {
  border: 1px solid var(--warning-border);
  background: var(--warning-bg);
  border-radius: 10px;
  padding: 16px 18px;
  margin: 18px 0;
}

.compare-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.compare-table th,
.compare-table td {
  border-bottom: 1px solid var(--border);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  color: var(--navy);
}

.hash {
  overflow-wrap: anywhere;
  font-family: Consolas, monospace;
  background: #eef3f7;
  padding: 14px;
  border-radius: 8px;
}

.site-footer {
  background: var(--navy);
  color: #dbe7f0;
  margin-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
  padding: 50px 0 32px;
}

.footer-grid strong {
  color: white;
  display: block;
  margin-bottom: 10px;
}

.footer-grid a {
  display: block;
  color: #dbe7f0;
  margin: 6px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 18px 0 28px;
  font-size: .92rem;
}

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

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

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

@media (max-width: 700px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .global-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--border);
    padding: 16px 20px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .global-nav.open {
    display: flex;
  }

  .brand img {
    width: 170px;
  }

  .hero {
    padding: 60px 0;
  }

  .card-grid,
  .feature-grid,
  .screenshot-grid,
  .workflow,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Pass 2B content layouts */
.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.page-hero {
  padding: 58px 0 44px;
  background: var(--soft);
  border-bottom: 1px solid var(--border);
}

.page-content {
  max-width: 900px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.page-content h2 {
  margin-top: 38px;
}

.legal-pre {
  white-space: pre-wrap;
  font-family: inherit;
  line-height: 1.7;
}

.breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: .92rem;
}

.resource-detail,
.guide-layout {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(230px,.36fr) minmax(0,1fr);
  gap: 44px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.resource-download-panel,
.guide-toc {
  align-self: start;
  position: sticky;
  top: 105px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  background: white;
}

.resource-download-panel img {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  margin-bottom: 16px;
}

.resource-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 12px 0;
  font-size: .85rem;
  color: var(--muted);
}

.resource-meta span {
  background: var(--soft);
  padding: 4px 8px;
  border-radius: 999px;
}

.resource-article,
.guide-article {
  min-width: 0;
}

.guide-toc ol {
  padding-left: 20px;
}

.guide-toc a {
  text-decoration: none;
}

.guide-callout,
.resource-note,
.guide-resource-box,
.guide-product-cta {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  margin: 26px 0;
  background: var(--soft);
}

.guide-resource-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.guide-resource-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-tag {
  color: var(--blue-dark);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.btn-dark {
  color: white;
  background: var(--navy);
}

.btn-dark:hover {
  color: white;
  background: var(--navy-2);
}

code,
pre {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .resource-detail,
  .guide-layout {
    width: min(calc(100% - 28px), var(--max));
    grid-template-columns: 1fr;
  }

  .resource-download-panel,
  .guide-toc {
    position: static;
  }

  .guide-resource-box {
    grid-template-columns: 1fr;
  }
}