.marketing-hero-section {
  padding: 72px 0 48px;
}

.marketing-hero-grid,
.marketing-article-grid,
.marketing-contact-grid {
  display: grid;
  gap: 28px;
}

.marketing-hero-grid,
.marketing-contact-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: start;
}

.marketing-kicker {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-hero-copy h1,
.marketing-section-title {
  margin: 0;
  color: var(--ink-dark);
  letter-spacing: -0.04em;
}

.marketing-hero-copy h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.02;
}

.accent-text {
  color: var(--primary);
}

.marketing-subhead,
.marketing-prose p,
.marketing-card p,
.marketing-list li,
.marketing-note,
.marketing-contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.marketing-subhead {
  margin: 18px 0 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--ink-dark);
  font-weight: 700;
}

.marketing-hero-actions {
  margin-top: 28px;
}

.marketing-hero-copy-centered {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.marketing-hero-note {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.marketing-contact-hero-copy {
  width: 100%;
  text-align: center;
}

.marketing-contact-hero-copy .marketing-kicker {
  margin-bottom: 14px;
}

.marketing-contact-hero-copy h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
}

.marketing-contact-hero-note {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.marketing-panel,
.marketing-card,
.marketing-contact-card,
.marketing-form-shell {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.marketing-panel {
  overflow: hidden;
}

.marketing-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.marketing-panel-body {
  padding: 20px 22px;
}

.marketing-panel-body p {
  margin: 0;
  color: var(--muted);
}

.marketing-section {
  padding: 24px 0 44px;
}

.marketing-section-header {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.marketing-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
}

.marketing-section-copy {
  margin: 0;
  max-width: 760px;
}

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

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

.marketing-card {
  padding: 22px;
}

.marketing-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(15, 111, 255, 0.08);
  color: var(--primary);
  margin-bottom: 16px;
}

.marketing-icon-wrap svg {
  width: 24px;
  height: 24px;
}

.marketing-card h3,
.marketing-rich-block h2,
.marketing-contact-card h3,
.marketing-form-shell h2 {
  margin: 0 0 10px;
  color: var(--ink-dark);
}

.marketing-card p,
.marketing-rich-block p,
.marketing-rich-block li,
.marketing-contact-card p {
  margin: 0;
}

.marketing-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--primary);
  font-weight: 700;
}

.marketing-card-link:hover {
  color: var(--primary-dark);
}

.marketing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
}

.marketing-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(247, 250, 254, 0.92);
  margin-bottom: 16px;
}

.marketing-logo-wrap img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
}

.marketing-article-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  align-items: start;
}

.marketing-prose {
  display: grid;
  gap: 24px;
}

.marketing-rich-block {
  display: grid;
  gap: 14px;
}

.marketing-rich-block h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.marketing-list {
  margin: 0;
  padding-left: 20px;
}

.marketing-list li + li {
  margin-top: 10px;
}

.marketing-contact-grid {
  margin-top: 24px;
}

.marketing-contact-copy {
  display: grid;
  gap: 18px;
}

.marketing-contact-stack {
  display: grid;
  gap: 16px;
}

.marketing-contact-card,
.marketing-form-shell {
  padding: 22px;
}

.marketing-contact-link {
  color: var(--primary);
  font-weight: 700;
}

.marketing-contact-link:hover {
  color: var(--primary-dark);
}

.marketing-form-shell {
  display: grid;
  gap: 14px;
}

.marketing-label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--ink-dark);
}

.marketing-input,
.marketing-textarea {
  width: 100%;
  border: 1px solid rgba(108, 140, 182, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-dark);
  font: inherit;
  padding: 14px 16px;
}

.marketing-textarea {
  min-height: 140px;
  resize: vertical;
}

.marketing-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.marketing-status.is-error {
  color: #b3261e;
}

.marketing-status.is-success {
  color: #187d4f;
}

.marketing-about-hero {
  padding-bottom: 24px;
}

.marketing-about-copy {
  max-width: 980px;
  margin: 0 auto;
}

.marketing-about-header {
  text-align: center;
}

.marketing-about-header h1 {
  margin: 0;
  color: var(--ink-dark);
  letter-spacing: -0.04em;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.02;
}

.marketing-about-lead {
  margin-top: 18px;
  max-width: 760px;
}

.marketing-about-author {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.marketing-about-author img {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(24, 54, 92, 0.16);
}

.marketing-about-author p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  text-align: left;
  font-size: 1rem;
}

.marketing-about-section {
  padding-top: 8px;
}

.marketing-about-prose {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.marketing-about-prose .marketing-rich-block {
  gap: 16px;
}

.marketing-about-footer-note {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  line-height: 1.7;
}

[data-marketing-page="features-publications"] .marketing-hero-section {
  padding-top: 64px;
}

[data-marketing-page="features-auto-screenshots"] .marketing-hero-section {
  padding-top: 64px;
  padding-bottom: 28px;
}

[data-marketing-page="features-automations"] .marketing-hero-section {
  padding-top: 64px;
  padding-bottom: 28px;
}

[data-marketing-page="features-professional-quality-writing"] .marketing-hero-section {
  padding-top: 64px;
  padding-bottom: 28px;
}

[data-marketing-page="features-seo-optimization"] .marketing-hero-section {
  padding-top: 64px;
  padding-bottom: 28px;
}

.auto-screenshots-hero-copy {
  max-width: 920px;
}

.seo-optimization-hero-copy {
  max-width: 980px;
}

.auto-screenshots-hero-copy .marketing-hero-actions {
  max-width: 760px;
  margin: 28px auto 0;
}

.seo-optimization-hero-copy .marketing-hero-actions {
  max-width: 760px;
  margin: 28px auto 0;
}

.auto-screenshots-bridge-section,
.auto-screenshots-feature-section,
.auto-screenshots-faq-section {
  border-top: 1px solid var(--border);
}

.seo-optimization-preview-section,
.seo-optimization-bridge-section,
.seo-optimization-feature-section,
.seo-optimization-faq-section {
  border-top: 1px solid var(--border);
}

.auto-screenshots-bridge-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.seo-optimization-bridge-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.seo-optimization-bridge-header {
  margin-bottom: 0;
  text-align: center;
  justify-items: center;
}

.professional-quality-writing-bridge-header {
  margin-bottom: 0;
  text-align: center;
  justify-items: center;
}

.seo-optimization-bridge-copy {
  max-width: 820px;
}

.seo-optimization-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.seo-optimization-feature-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}

.seo-optimization-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #18b36c;
  font-weight: 700;
  line-height: 1;
}

.auto-screenshots-preview-video {
  display: block;
  width: min(100%, 640px);
  margin: 0 auto;
  height: auto;
  border-radius: 14px;
}

.seo-optimization-preview-image {
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  height: auto;
}

.seo-optimization-mobile-shot {
  display: block;
  width: min(100%, 340px);
  margin: 0 auto;
}

.smart-links-preview-image {
  display: block;
  width: min(100%, 760px);
  margin: 0 auto;
  height: auto;
  border-radius: 14px;
}

.smart-links-demo-shell {
  display: grid;
  gap: 22px;
  width: min(100%, 920px);
  margin: 0 auto;
}

.smart-links-demo-copy {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.smart-links-demo-copy h2,
.smart-links-demo-copy .section-lead {
  max-width: 760px;
}

.smart-links-demo-copy h2 {
  margin: 0;
  color: var(--ink-dark);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.smart-links-demo-copy .section-lead {
  margin: 0;
}

.smart-links-demo-video-shell {
  overflow: hidden;
  border-radius: 18px;
  background: #081a32;
  box-shadow: 0 24px 60px rgba(8, 26, 50, 0.16);
}

.smart-links-demo-video {
  display: block;
  width: 100%;
  height: auto;
}

.smart-links-bridge-section,
.smart-links-feature-section,
.smart-links-faq-section {
  border-top: 1px solid var(--border);
}

.smart-links-bridge-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.smart-links-bridge-statement {
  margin: 0;
  text-align: center;
  color: var(--ink-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.automations-benefits-section,
.automations-preview-section,
.automations-platforms-section {
  border-top: 1px solid var(--border);
}

.automations-steps-intro-section {
  border-top: 1px solid var(--border);
  padding-top: 88px;
  padding-bottom: 72px;
}

.automations-steps-intro-title {
  margin: 0;
  text-align: center;
  color: var(--ink-dark);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.automations-how-it-works-header {
  justify-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.automations-how-it-works-section .feature-layout + .feature-layout {
  margin-top: 22px;
}

.automations-how-it-works-section .feature-copy h3 {
  margin: 0;
  color: var(--ink-dark);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.automations-preview-image {
  display: block;
  width: min(100%, 900px);
  margin: 0 auto;
  height: auto;
  border-radius: 18px;
}

.automations-benefits-section {
  padding-top: 52px;
}

.automations-platforms-section {
  padding-top: 52px;
}

.automations-platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.automations-platform-card {
  text-align: center;
}

.automations-platform-card .marketing-logo-wrap,
.automations-platform-card .marketing-icon-wrap {
  margin-left: auto;
  margin-right: auto;
}

.auto-screenshots-inline-video-shadow {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(8, 26, 50, 0.18);
}

[data-marketing-page="features-call-to-actions"] .cta-inline-video-shadow {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(8, 26, 50, 0.18);
}

[data-marketing-page="features-publications"] .publications-inline-video-shadow {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(8, 26, 50, 0.18);
}

[data-marketing-page="features-auto-screenshots"] .auto-screenshots-feature-section .visual-card {
  overflow: hidden;
  border-radius: 14px;
}

[data-marketing-page="features-auto-screenshots"] .visual-card video {
  display: block;
  border-radius: inherit;
}

.auto-screenshots-bridge-statement {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: var(--ink-dark);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

[data-marketing-page="features-call-to-actions"] .cta-bridge-section {
  border-top: 1px solid var(--border);
  padding: 96px 0 132px;
}

[data-marketing-page="features-call-to-actions"] .cta-bridge-section .marketing-section-header {
  margin-bottom: 0;
  padding: 20px 0;
  justify-items: center;
  text-align: center;
}

[data-marketing-page="features-call-to-actions"] .cta-bridge-section .marketing-section-title {
  margin-left: auto;
  margin-right: auto;
}

.auto-screenshots-feature-section .feature-copy {
  gap: 16px;
}

.auto-screenshots-feature-section .feature-copy .section-lead {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.auto-screenshots-placeholder-card {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at top, rgba(81, 145, 255, 0.28), transparent 58%),
    linear-gradient(145deg, #0f1727 0%, #16253a 52%, #223d61 100%);
  border: 1px solid rgba(129, 164, 255, 0.24);
}

.auto-screenshots-placeholder-copy {
  text-align: center;
}

.auto-screenshots-placeholder-label {
  margin: 0 0 10px;
  color: rgba(224, 233, 255, 0.72);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auto-screenshots-placeholder-title {
  margin: 0;
  color: #f4f8ff;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.publications-hero-shell {
  display: grid;
  gap: 26px;
}

.publications-hero-copy {
  max-width: 920px;
}

.publications-hero-subhead {
  max-width: 760px;
}

.publications-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.publications-hero-video-row,
.publications-hero-video {
  width: 100%;
}

.publications-hero-video-row {
  display: flex;
  justify-content: center;
}

.publications-hero-video {
  max-width: 920px;
  overflow: hidden;
  border-radius: 18px;
  background: #081a32;
  box-shadow: 0 24px 60px rgba(8, 26, 50, 0.16);
}

.publications-hero-video video {
  display: block;
  width: 100%;
  height: auto;
}

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

.publications-comparison-card {
  padding: 24px;
}

.publications-comparison-card-primary {
  background: linear-gradient(180deg, rgba(15, 111, 255, 0.08), rgba(255, 255, 255, 0.98));
}

.publications-list {
  margin-top: 16px;
}

.publications-intro-section {
  border-top: 1px solid var(--border);
  padding-top: 72px;
  padding-bottom: 72px;
}

.publications-bridge-statement {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: var(--ink-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.publications-detail-section {
  border-top: 1px solid var(--border);
}

.publications-faq-section {
  border-top: 1px solid var(--border);
}

.publications-detail-section .feature-copy {
  max-width: 460px;
}

.publications-detail-section .feature-copy h2 {
  margin: 0;
  color: var(--ink-dark);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-size: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 1024px) {
  .marketing-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-hero-grid,
  .marketing-article-grid,
  .marketing-contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 840px) {
  .marketing-hero-section {
    padding-top: 48px;
  }

  .marketing-subhead {
    font-size: clamp(1.55rem, 6vw, 2.4rem);
  }

  .marketing-hero-note {
    font-size: 1rem;
  }

  .marketing-about-author {
    width: min(760px, 100%);
  }

  [data-marketing-page="features-auto-screenshots"] .marketing-hero-section {
    padding-top: 48px;
  }

  [data-marketing-page="features-automations"] .marketing-hero-section {
    padding-top: 48px;
  }

  [data-marketing-page="features-professional-quality-writing"] .marketing-hero-section {
    padding-top: 48px;
  }

  [data-marketing-page="features-seo-optimization"] .marketing-hero-section {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .marketing-card-grid,
  .marketing-card-grid-two {
    grid-template-columns: 1fr;
  }

  .marketing-about-author {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
  }

  .publications-hero-actions {
    display: grid;
  }

  .publications-hero-actions .primary-button,
  .publications-hero-actions .secondary-button {
    width: 100%;
  }
}
