:root {
  --bg: #f7f7f2;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --line: rgba(15, 23, 18, 0.08);
  --line-strong: rgba(15, 23, 18, 0.14);
  --text: #0d1510;
  --text-soft: #5a655f;
  --text-faint: #7b847f;
  --accent: #1e2a22;
  --accent-soft: #dfe4dd;
  --shadow: 0 24px 64px rgba(20, 27, 22, 0.08);
  --shadow-soft: 0 14px 30px rgba(20, 27, 22, 0.05);
  --radius-2xl: 34px;
  --radius-xl: 26px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(180deg, #f9f9f5 0%, #f3f4ef 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

img,
iframe,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #f8fbff;
  background: rgba(5, 7, 17, 0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.08em;
  color: #f8fbff;
}

.brand-copy small,
.main-nav a,
.hero-lead,
.hero-points li,
.capability-list p,
.workflow-copy p,
.media-copy p,
.plan-head p,
.plan-note-head p,
.plan-feature-list li,
.plan-note-list li,
#modalDesc,
.purchase-summary span,
.purchase-panel small {
  color: var(--text-soft);
}

.site-header .brand-copy small {
  color: rgba(248, 251, 255, 0.6);
}

.main-nav,
.hero-actions,
.source-links,
.purchase-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.main-nav a {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: rgba(248, 251, 255, 0.66);
  font-size: 0.98rem;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active,
.nav-link:hover,
.nav-link:focus-visible {
  color: #ffffff;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  background: rgba(255, 255, 255, 0.1);
}

.nav-link,
.solid-btn,
.ghost-btn,
.plan-action,
.plan-note-action {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-link,
.ghost-btn {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 18, 0.08);
  box-shadow: var(--shadow-soft);
}

.site-header .nav-link {
  min-height: 44px;
  padding: 0 18px;
  color: rgba(248, 251, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.09));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 28px rgba(255, 255, 255, 0.06);
}

.solid-btn {
  background: #101914;
  color: #f7f7f2;
  box-shadow: 0 14px 34px rgba(16, 25, 20, 0.16);
}

.solid-btn:hover,
.ghost-btn:hover,
.plan-action:hover,
.plan-note-action:hover,
.nav-link:hover {
  transform: translateY(-1px);
}

.hero,
.capability,
.workflow,
.media,
.plans {
  padding: 92px 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 54%, rgba(60, 84, 128, 0.26), transparent 28%),
    radial-gradient(circle at 72% 36%, rgba(47, 61, 88, 0.14), transparent 30%),
    linear-gradient(180deg, #050816 0%, #070a16 44%, #03050d 100%);
  color: #f7f8fb;
}

.hero-shell,
.workflow-shell,
.media-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  min-height: 100vh;
  align-items: center;
  justify-content: stretch;
  gap: clamp(36px, 5vw, 84px);
  padding-top: 92px;
  padding-bottom: 34px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.hero-copy h1,
.section-head h2,
.workflow-copy h2,
.media-copy h2,
.purchase-panel h2 {
  margin: 18px 0 16px;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  font-size: clamp(3.25rem, 5.6vw, 6.35rem);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .title-mobile {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  max-width: 660px;
  text-align: left;
  transform: translateY(-34px);
}

.hero-copy::before {
  display: none;
}

.hero-copy[data-reveal] {
  opacity: 1;
  transform: translateY(-34px);
}

.hero-copy .eyebrow,
.hero-copy .hero-lead,
.hero-points li {
  color: rgba(247, 248, 251, 0.76);
}

.hero-copy h1 {
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.hero-lead {
  max-width: 560px;
  margin: 0;
  font-size: 1.08rem;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.48);
}

.hero-points {
  width: min(560px, 100%);
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-points li {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.hero-points li::before,
.plan-feature-list li::before,
.plan-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #88928b;
}

.hero-points li::before {
  left: 14px;
  background: #c8d0ca;
}

.hero .solid-btn {
  background: #ffffff;
  color: #07100b;
  box-shadow: 0 16px 40px rgba(255, 255, 255, 0.16);
}

.hero .ghost-btn {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  min-height: 100%;
  pointer-events: auto;
}

.particle-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

#heroParticleCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: none;
}

html.is-scrolling .site-header,
html.is-scrolling .hero-points li {
  backdrop-filter: none;
}

.particle-stage-copy {
  display: none;
}

.particle-stage-copy span {
  color: rgba(233, 239, 255, 0.62);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.particle-stage-copy strong {
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.98rem;
  font-weight: 600;
}

.capability-shell,
.workflow-surface,
.workflow-image-card,
.media-panel,
.purchase-panel,
.plan-card,
.plan-note-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 18, 0.07);
  box-shadow: var(--shadow);
}

.capability-shell {
  padding: 34px;
  border-radius: var(--radius-2xl);
}

.section-head {
  max-width: 780px;
  margin-bottom: 26px;
}

.section-head h2,
.workflow-copy h2,
.media-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

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

.capability-list article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.workflow-copy p,
.media-copy p {
  max-width: 520px;
}

.workflow-surface {
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #0f1713, #121a16);
  color: #f2f6f1;
}

.workflow-image-card {
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #07100d;
}

.workflow-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surface-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
}

.surface-topline span {
  color: rgba(242, 246, 241, 0.6);
}

.surface-topline strong {
  color: #ffffff;
  font-weight: 700;
}

.surface-code {
  margin: 0;
  min-height: 250px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  color: #dfe7dd;
  font-family: "Space Grotesk", Consolas, monospace;
  font-size: 0.94rem;
  line-height: 1.75;
  white-space: pre-wrap;
}

.surface-bottom {
  margin-top: 16px;
}

.surface-progress-track {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.surface-progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f5f6f2, #8f9b93);
  transition: width 480ms ease;
}

.surface-log {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.surface-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", Consolas, monospace;
  font-size: 0.87rem;
  color: rgba(241, 245, 240, 0.82);
  opacity: 0;
  transform: translateY(8px);
  animation: surface-line-in 360ms ease forwards;
}

.surface-line::before {
  content: ">";
  color: rgba(241, 245, 240, 0.58);
}

@keyframes surface-line-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.source-links {
  margin-top: 18px;
}

.source-links a {
  color: var(--text);
  border-bottom: 1px solid rgba(15, 23, 18, 0.16);
}

.media-panel {
  padding: 18px;
  border-radius: 30px;
}

.video-frame {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #050813;
}

html.is-scrolling .capability-shell,
html.is-scrolling .workflow-surface,
html.is-scrolling .media-panel,
html.is-scrolling .plans .container,
html.is-scrolling .plan-card,
html.is-scrolling .plan-note-card {
  box-shadow: none;
}

html.is-scrolling .surface-line {
  animation: none;
  opacity: 1;
  transform: none;
}

.plans {
  color: #203449;
}

.plans .container {
  padding: 30px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(249, 242, 229, 0.96), rgba(244, 247, 251, 0.98));
  border: 1px solid rgba(171, 193, 210, 0.28);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.1);
}

.section-head-dark .eyebrow {
  color: #6b8095;
}

.section-head-dark h2 {
  color: #203449;
}

.plans-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: 26px;
}

.plans-title {
  grid-column: 2;
  max-width: none;
  margin: 0;
  text-align: center;
}

.billing-switch {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(124, 150, 173, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(40, 63, 84, 0.08);
}

.billing-tab {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: #5b6e83;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.billing-tab.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #2d4358, #49647c);
  box-shadow: 0 10px 18px rgba(50, 72, 93, 0.18);
}

.billing-tab:focus-visible {
  outline: 2px solid rgba(45, 67, 88, 0.45);
  outline-offset: 3px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 248px));
  justify-content: center;
  gap: 18px;
}

.plan-card[hidden] {
  display: none !important;
}

.plan-card,
.plan-note-card {
  border: 1px solid rgba(145, 177, 205, 0.3);
  box-shadow: 0 18px 34px rgba(40, 63, 84, 0.08);
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(245, 251, 255, 0.97), rgba(231, 241, 251, 0.95));
  overflow: hidden;
}

.plan-card.is-featured {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.98), rgba(225, 239, 250, 0.96));
}

.plan-ribbon {
  position: absolute;
  top: 14px;
  right: -38px;
  width: 132px;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  transform: rotate(45deg);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #728395, #98a8b8);
  box-shadow: 0 10px 18px rgba(48, 63, 80, 0.14);
}

.plan-ribbon-hot {
  background: linear-gradient(135deg, #ff5c72, #ff7e69);
}

.plan-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(157, 180, 200, 0.42);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(216, 228, 243, 0.95));
  color: #748da6;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.plan-avatar img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.plan-head h3 {
  margin: 0 0 8px;
  font-size: 1.68rem;
  line-height: 1.08;
}

.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}

.plan-price strong {
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.plan-price span {
  color: #54667c;
  font-size: 1rem;
  font-weight: 700;
}

.plan-feature-list,
.plan-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-feature-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.plan-feature-list li,
.plan-note-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.94rem;
  color: #203449;
}

.plan-action,
.plan-note-action {
  align-self: flex-start;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #32485d, #445d74);
  box-shadow: 0 12px 20px rgba(50, 72, 93, 0.16);
}

.plan-note-card {
  margin-top: 18px;
  padding: 20px 24px 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(245, 251, 255, 0.97), rgba(231, 241, 251, 0.95));
}

.plan-note-head {
  margin-bottom: 14px;
  text-align: center;
}

.plan-note-head h3 {
  margin: 0 0 8px;
  font-size: 1.86rem;
}

.plan-note-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.plan-note-footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.purchase-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.purchase-modal[hidden] {
  display: none !important;
}

.purchase-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 23, 18, 0.34);
  backdrop-filter: blur(10px);
}

.purchase-panel {
  position: relative;
  width: min(560px, 100%);
  padding: 28px;
  border-radius: 28px;
}

.purchase-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 18, 0.05);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
}

.purchase-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 16px;
}

.purchase-summary div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 18, 0.08);
}

.purchase-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy[data-reveal],
.hero-copy[data-reveal].is-visible {
  transform: translateY(-34px);
}

@media (max-width: 1120px) {
  .hero-shell,
  .workflow-shell,
  .media-shell,
  .capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .site-header {
    position: fixed;
  }

  .nav-shell {
    min-height: 74px;
    gap: 14px;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .capability,
  .workflow,
  .media,
  .plans {
    padding: 74px 0;
  }

  .hero {
    min-height: 100vh;
    padding: 0;
  }

  .hero-shell {
    width: min(100% - 28px, 1180px);
    min-height: 100vh;
    padding-top: 84px;
    padding-bottom: 40px;
    gap: 18px;
  }

  .hero-shell,
  .workflow-shell,
  .media-shell,
  .plans-grid,
  .capability-list,
  .plan-note-list,
  .purchase-summary {
    grid-template-columns: 1fr;
  }

  .plans .container,
  .capability-shell {
    padding: 22px;
  }

  .plans-toolbar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .plans-title,
  .billing-switch {
    grid-column: 1;
  }

  .billing-switch {
    justify-self: center;
    max-width: 100%;
    overflow-x: auto;
  }

  .plans-grid {
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .plan-card {
    min-height: 0;
  }

  .hero-visual {
    min-height: 100%;
  }

  .particle-stage {
    min-height: 100%;
  }

  .hero-copy {
    grid-column: auto;
    max-width: 680px;
    text-align: center;
    transform: translateY(-12px);
  }

  .hero-copy[data-reveal],
  .hero-copy[data-reveal].is-visible {
    transform: translateY(-12px);
  }

  .hero-lead,
  .hero-points {
    margin-left: auto;
    margin-right: auto;
  }

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

@media (max-width: 620px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .brand-copy small {
    font-size: 0.78rem;
  }

  .nav-link {
    display: none;
  }

  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 22px);
    text-align: center;
  }

  .hero-copy::before {
    inset: -24px -10px -18px;
    border-radius: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(2.18rem, 10vw, 2.72rem);
    line-height: 1.08;
    letter-spacing: -0.08em;
    margin: 14px 0 14px;
    overflow-wrap: anywhere;
  }

  .hero-copy h1 .title-desktop {
    display: none;
  }

  .hero-copy h1 .title-mobile {
    display: block;
  }

  .hero-lead {
    max-width: 350px;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .hero-visual,
  .particle-stage {
    min-height: 100%;
  }

  .hero-actions {
    justify-content: center;
    gap: 10px;
  }

  .hero .solid-btn,
  .hero .ghost-btn {
    min-height: 44px;
    padding: 0 15px;
  }

  .hero-points {
    width: min(310px, 100%);
    display: grid;
    gap: 8px;
    margin-top: 28px;
  }

  .hero-points li {
    justify-content: flex-start;
  }

  .section-head h2,
  .workflow-copy h2,
  .media-copy h2 {
    font-size: 2rem;
  }

  .particle-stage-copy {
    display: none;
  }

  .plan-head h3 {
    font-size: 1.5rem;
  }

  .plan-price strong {
    font-size: 2.5rem;
  }
}
