body.jrnl-marketing {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 8%, rgba(138, 140, 255, 0.22), transparent 32%),
    radial-gradient(circle at 12% 18%, rgba(32, 168, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f7ff 44%, #f7f4eb 100%);
}

.jrnl-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.jrnl-header,
.jrnl-hero,
.jrnl-section,
.jrnl-install,
.jrnl-footer {
  border: 1px solid rgba(23, 29, 42, 0.09);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(31, 55, 84, 0.08);
}

.jrnl-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 18px;
}

.jrnl-brand,
.jrnl-nav,
.jrnl-actions,
.jrnl-footer {
  display: flex;
  align-items: center;
}

.jrnl-brand {
  gap: 10px;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.jrnl-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.jrnl-nav {
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.jrnl-nav a,
.jrnl-footer a {
  color: inherit;
  text-decoration: none;
}

.jrnl-hero {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 22px;
  padding: 44px;
  border-radius: 28px;
  text-align: center;
}

.jrnl-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 44rem;
}

.jrnl-hero h1,
.jrnl-section h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.65rem, 7vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.jrnl-hero p,
.jrnl-section p,
.jrnl-grid p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.jrnl-actions {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.jrnl-icon-panel {
  display: grid;
  place-items: center;
  width: min(28vw, 160px);
  order: -1;
}

.jrnl-icon-panel img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 22px 46px rgba(99, 84, 210, 0.22);
}

.jrnl-section {
  margin-top: 16px;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}

.jrnl-section h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.jrnl-section .section-heading,
.jrnl-section .section-note {
  margin-left: auto;
  margin-right: auto;
}

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

.jrnl-grid article {
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(23, 29, 42, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.jrnl-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.jrnl-grid p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  line-height: 1.48;
}

.jrnl-install {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 22px;
}

.jrnl-install h2 {
  max-width: 15ch;
}

.jrnl-install > div:first-child {
  max-width: 42rem;
}

.jrnl-install-note {
  display: grid;
  gap: 8px;
  max-width: 42rem;
  padding: 16px 18px;
  border: 1px solid rgba(138, 140, 255, 0.18);
  border-radius: 16px;
  background: rgba(248, 247, 255, 0.78);
}

.jrnl-install-note strong {
  font-size: 0.98rem;
}

.jrnl-install-note span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.jrnl-install-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 42rem;
}

.jrnl-install-steps article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(23, 29, 42, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.jrnl-install-steps strong {
  font-size: 0.95rem;
}

.jrnl-install-steps span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.jrnl-footer {
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 18px;
  border-radius: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .jrnl-page {
    width: min(100% - 20px, 980px);
    padding-top: 10px;
  }

  .jrnl-header,
  .jrnl-install {
    align-items: center;
    flex-direction: column;
  }

  .jrnl-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 20px;
  }

  .jrnl-hero h1 {
    font-size: 2.55rem;
  }

  .jrnl-icon-panel {
    width: 86px;
  }

  .jrnl-icon-panel img {
    border-radius: 20px;
  }

  .jrnl-section {
    padding: 22px 18px;
  }

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

  .jrnl-install-steps {
    grid-template-columns: 1fr;
  }

}
