.public-mkt {
  --mkt-blue: #0d6efd;
  --mkt-ink: #14213d;
  background: #f4f7fb;
  color: var(--mkt-ink);
  min-height: 100vh;
}

.public-mkt a:not(.btn) {
  color: var(--mkt-blue);
}

.public-mkt a.btn-primary,
.public-mkt a.btn-primary:visited,
.public-mkt a.btn-primary:hover,
.public-mkt a.btn-primary:focus,
.public-mkt a.btn-primary:active {
  color: #fff;
}

.mkt-top {
  background: #fff;
  border-bottom: 1px solid rgba(13, 110, 253, 0.12);
}

.mkt-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.mkt-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.mkt-brand img {
  height: 48px;
  width: auto;
}

.mkt-brand-name {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mkt-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  font-size: 0.95rem;
}

.mkt-nav a {
  text-decoration: none;
  color: #334155;
  font-weight: 600;
}

.donate-heart {
  color: #e11d48;
  margin-right: 0.3em;
  font-weight: 700;
}

.mkt-nav a.mkt-nav-donate {
  color: #c026d3;
}

.mkt-nav a.mkt-nav-donate:hover,
.mkt-nav a.mkt-nav-donate.is-active {
  color: #a21caf;
}

.mkt-hero {
  padding: 3rem 0 2.5rem;
}

.mkt-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mkt-blue);
}

.mkt-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  margin: 0.4rem 0 1rem;
}

.mkt-lead {
  font-size: 1.15rem;
  color: #475569;
  max-width: 40rem;
}

.mkt-note {
  background: #eef5ff;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  color: #334155;
}

.mkt-shot {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.14);
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
}

.mkt-shot--phone {
  max-height: 34rem;
  width: auto;
  margin: 0 auto;
  display: block;
}

.mkt-feature h2 {
  font-size: 1.45rem;
  font-weight: 750;
  margin-bottom: 0.65rem;
}

.mkt-grid-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.25rem 1.35rem;
  height: 100%;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.05);
}

.mkt-grid-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.mkt-caption {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 0.65rem;
}

.mkt-join {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.08);
}

.mkt-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.5rem 0 2rem;
  color: #64748b;
  font-size: 0.9rem;
}

.mkt-footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.mkt-footer a:hover {
  color: var(--mkt-blue);
}

.mkt-toc {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.1rem 1.25rem;
  position: sticky;
  top: 1rem;
}

.mkt-toc a {
  text-decoration: none;
  color: #334155;
  display: block;
  padding: 0.2rem 0;
}

.mkt-toc a:hover {
  color: var(--mkt-blue);
}

.mkt-section {
  scroll-margin-top: 1.25rem;
}

.mkt-section h2 {
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 0.7rem;
}

.mkt-section h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 1.35rem 0 0.55rem;
  color: #1e293b;
}

.mkt-lead-manual {
  max-width: 46rem;
}

.mkt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0 0.25rem;
}

.mkt-steps {
  margin: 0.85rem 0 1.1rem;
  padding-left: 1.25rem;
}

.mkt-steps li {
  margin-bottom: 0.5rem;
  padding-left: 0.2rem;
}

.mkt-callout {
  background: #eef5ff;
  border: 1px solid rgba(13, 110, 253, 0.18);
  border-left: 4px solid var(--mkt-blue);
  border-radius: 0.75rem;
  padding: 0.9rem 1.1rem;
  margin: 1rem 0;
  color: #334155;
}

.mkt-tips {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  padding: 0.95rem 1.15rem 0.7rem;
  margin: 1rem 0;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.04);
}

.mkt-tips ul {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
}

.mkt-tips li {
  margin-bottom: 0.4rem;
}

.mkt-toc-group {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0.85rem 0 0.25rem;
}

.mkt-toc-group:first-child {
  margin-top: 0.2rem;
}

.mkt-fields dt {
  font-weight: 650;
  color: #1e293b;
}

.mkt-updated {
  font-size: 0.88rem;
  color: #64748b;
}

.lang-switch .lang-flag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  line-height: 0;
}

.lang-switch .lang-flag-img {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .mkt-hero {
    padding-top: 1.75rem;
  }

  .mkt-toc {
    position: static;
  }
}
