﻿/* MsgBurst marketing polish
   Scope: only pages with body.marketing-polish-shell. */

:root {
  --mk-ink: #10201d;
  --mk-muted: #53645f;
  --mk-line: rgba(25, 63, 58, 0.14);
  --mk-soft: #f5faf7;
  --mk-paper: #ffffff;
  --mk-green: #0d8b6f;
  --mk-teal: #12a594;
  --mk-blue: #2563eb;
  --mk-amber: #bd7d1d;
  --mk-slate: #17233a;
  --mk-radius: 8px;
  --mk-shadow: 0 18px 48px rgba(16, 32, 29, 0.1);
}

body.marketing-polish-shell {
  color: var(--mk-ink);
  background:
    linear-gradient(90deg, rgba(18, 165, 148, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #fbfffd 0%, #f6faf8 42%, #ffffff 100%);
  background-size: 44px 44px, 44px 44px, auto;
  text-rendering: optimizeLegibility;
}

body.marketing-polish-shell a {
  text-underline-offset: 0.18em;
}

body.marketing-polish-shell a:focus-visible,
body.marketing-polish-shell button:focus-visible,
body.marketing-polish-shell summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.34);
  outline-offset: 3px;
}

body.marketing-polish-shell .topnav,
body.marketing-polish-shell #navbar {
  border-bottom: 1px solid rgba(20, 83, 45, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(16px);
}

body.marketing-polish-shell .topnav {
  position: sticky;
  top: 0;
  z-index: 50;
}

body.marketing-polish-shell #navbar {
  padding: 12px 0;
}

body.marketing-polish-shell .brand,
body.marketing-polish-shell .logo {
  min-height: 44px;
}

body.marketing-polish-shell .nav-links a,
body.marketing-polish-shell .nav-menu a,
body.marketing-polish-shell .mobile-menu a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--mk-radius);
  color: #17352f;
  font-weight: 800;
  text-decoration: none;
}

body.marketing-polish-shell .nav-links a:hover,
body.marketing-polish-shell .nav-menu a:hover,
body.marketing-polish-shell .mobile-menu a:hover {
  color: var(--mk-green);
  background: rgba(13, 139, 111, 0.08);
}

body.marketing-polish-shell .nav-toggle,
body.marketing-polish-shell .mobile-toggle {
  min-width: 44px;
  min-height: 44px;
  border-radius: var(--mk-radius);
  border: 1px solid var(--mk-line);
  background: #fff;
  color: var(--mk-slate);
}

body.marketing-polish-shell .public-hero {
  background:
    radial-gradient(circle at 18% 14%, rgba(18, 165, 148, 0.22), transparent 30%),
    linear-gradient(135deg, #08231f 0%, #123a37 43%, #17233a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.marketing-polish-shell .public-hero::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 20px);
}

body.marketing-polish-shell .public-hero-inner {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(54px, 7vw, 82px);
  gap: clamp(28px, 5vw, 58px);
}

body.marketing-polish-shell .public-hero h1 {
  max-width: 840px;
  letter-spacing: 0;
}

body.marketing-polish-shell .public-hero p,
body.marketing-polish-shell .privacy-hero p {
  color: rgba(239, 253, 248, 0.86);
}

body.marketing-polish-shell .public-eyebrow,
body.marketing-polish-shell .privacy-eyebrow {
  color: #bcefe5;
}

body.marketing-polish-shell .public-panel,
body.marketing-polish-shell .data-map {
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: var(--mk-radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

body.marketing-polish-shell .marketing-shell,
body.marketing-polish-shell .privacy-shell {
  max-width: 1188px;
}

body.marketing-polish-shell .section-band {
  padding-block: clamp(28px, 5vw, 46px);
}

body.marketing-polish-shell .section-head,
body.marketing-polish-shell .wide-head {
  margin-bottom: 26px;
}

body.marketing-polish-shell .section-kicker {
  color: var(--mk-green);
}

body.marketing-polish-shell .public-button,
body.marketing-polish-shell .btn {
  min-height: 46px;
  border-radius: var(--mk-radius);
  box-shadow: none;
}

body.marketing-polish-shell .public-button.primary,
body.marketing-polish-shell .btn-primary {
  border: 1px solid rgba(13, 139, 111, 0.18);
  background: linear-gradient(135deg, var(--mk-green), var(--mk-teal));
  color: #fff;
}

body.marketing-polish-shell .public-button.secondary,
body.marketing-polish-shell .btn-outline {
  border-color: rgba(23, 35, 58, 0.16);
  background: #fff;
  color: var(--mk-slate);
}

body.marketing-polish-shell .public-button:hover,
body.marketing-polish-shell .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(13, 139, 111, 0.14);
}

body.marketing-polish-shell .public-card,
body.marketing-polish-shell .article-card,
body.marketing-polish-shell .price-card,
body.marketing-polish-shell .role-card,
body.marketing-polish-shell .policy-card,
body.marketing-polish-shell .release-card,
body.marketing-polish-shell .sticky-index,
body.marketing-polish-shell .privacy-section,
body.marketing-polish-shell .privacy-summary .summary-card,
body.marketing-polish-shell .privacy-document,
body.marketing-polish-shell .privacy-rail {
  border-color: var(--mk-line);
  border-radius: var(--mk-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--mk-shadow);
}

body.marketing-polish-shell .public-card,
body.marketing-polish-shell .article-card,
body.marketing-polish-shell .price-card,
body.marketing-polish-shell .role-card,
body.marketing-polish-shell .policy-card,
body.marketing-polish-shell .release-card {
  position: relative;
  overflow: hidden;
}

body.marketing-polish-shell .public-card::before,
body.marketing-polish-shell .article-card:not(.featured)::before,
body.marketing-polish-shell .price-card::before,
body.marketing-polish-shell .role-card::before,
body.marketing-polish-shell .policy-card::before,
body.marketing-polish-shell .release-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--mk-green), var(--mk-blue), var(--mk-amber));
  opacity: 0.82;
}

body.marketing-polish-shell .public-card > *,
body.marketing-polish-shell .article-card > *,
body.marketing-polish-shell .price-card > *,
body.marketing-polish-shell .role-card > *,
body.marketing-polish-shell .policy-card > *,
body.marketing-polish-shell .release-card > * {
  position: relative;
}

body.marketing-polish-shell .price-card.featured {
  border-color: rgba(13, 139, 111, 0.38);
  background: linear-gradient(180deg, #ffffff 0%, #eefaf6 100%);
}

body.marketing-polish-shell .price-tag {
  color: var(--mk-green);
  letter-spacing: 0;
}

body.marketing-polish-shell .tag-pill,
body.marketing-polish-shell .article-meta span,
body.marketing-polish-shell .release-meta span,
body.marketing-polish-shell .role-meta span,
body.marketing-polish-shell .right-chip {
  border: 1px solid rgba(13, 139, 111, 0.14);
  border-radius: 6px;
  background: #eef8f5;
  color: #1b5449;
}

body.marketing-polish-shell .faq-group details {
  border-color: var(--mk-line);
  border-radius: var(--mk-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.marketing-polish-shell .faq-group details[open] {
  border-color: rgba(13, 139, 111, 0.28);
}

body.marketing-polish-shell .faq-group summary {
  list-style-position: outside;
}

body.marketing-polish-shell .sticky-index a:hover {
  background: rgba(13, 139, 111, 0.08);
  color: var(--mk-green);
}

body.marketing-polish-shell .article-card.featured {
  background:
    linear-gradient(180deg, rgba(10, 42, 37, 0.1), rgba(10, 42, 37, 0.86)),
    linear-gradient(135deg, #0d8b6f, #2563eb 56%, #bd7d1d);
}

body.marketing-polish-shell .privacy-hero {
  background:
    radial-gradient(circle at 70% 18%, rgba(189, 125, 29, 0.2), transparent 30%),
    linear-gradient(135deg, #10201d 0%, #123a37 45%, #17233a 100%);
}

body.marketing-polish-shell .privacy-section {
  scroll-margin-top: 96px;
}

body.marketing-polish-shell .privacy-callout {
  border-left-color: var(--mk-amber);
  background: #fff8e8;
}

body.marketing-polish-shell footer,
body.marketing-polish-shell .public-footer,
body.marketing-polish-shell .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, #071d1f 0%, #10201d 48%, #17233a 100%);
  color: #d9eee8;
}

body.marketing-polish-shell .public-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px 26px;
}

body.marketing-polish-shell .public-footer-grid,
body.marketing-polish-shell .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(140px, 1fr));
  gap: 32px;
}

body.marketing-polish-shell .footer-brand,
body.marketing-polish-shell .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

body.marketing-polish-shell .footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

body.marketing-polish-shell .public-footer p,
body.marketing-polish-shell footer p {
  max-width: 360px;
  color: #aac4bd;
  line-height: 1.65;
}

body.marketing-polish-shell .public-footer a {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

body.marketing-polish-shell .public-footer a,
body.marketing-polish-shell .site-footer a,
body.marketing-polish-shell footer a {
  color: #eafff8;
  text-decoration: none;
}

body.marketing-polish-shell .public-footer a:hover,
body.marketing-polish-shell .site-footer a:hover,
body.marketing-polish-shell footer a:hover {
  color: #8ee6d5;
}

body.marketing-polish-shell .public-footer h3,
body.marketing-polish-shell footer h4 {
  color: #ffffff;
}

body.marketing-polish-shell .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.12);
}

body.marketing-polish-shell #sovereign,
body.marketing-polish-shell #api {
  scroll-margin-top: 92px;
}

body.marketing-polish-shell #sovereign .section-title,
body.marketing-polish-shell #api .section-title {
  color: var(--mk-slate);
}

body.marketing-polish-shell .pricing-toggle,
body.marketing-polish-shell .pricing-toggle-container {
  border-radius: var(--mk-radius);
  border: 1px solid rgba(13, 139, 111, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

body.marketing-polish-shell .pricing-toggle-btn {
  border-radius: 6px;
}

body.marketing-polish-shell .pricing-toggle-btn.active {
  background: linear-gradient(135deg, var(--mk-green), var(--mk-blue));
}

body.marketing-polish-shell .faq-item {
  border-radius: var(--mk-radius);
  border: 1px solid var(--mk-line);
  background: rgba(255, 255, 255, 0.95);
}

body.marketing-polish-shell .faq-question:hover {
  color: var(--mk-green);
}

/* marketing-polish-visual-fixes:start */
body.marketing-polish-shell .topnav {
  min-height: 72px;
  height: auto;
  padding: 0 clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(7, 94, 84, 0.98), rgba(13, 118, 104, 0.98) 48%, rgba(9, 65, 58, 0.98)) !important;
  box-shadow: 0 14px 34px rgba(7, 94, 84, 0.22);
}

body.marketing-polish-shell .topnav .brand {
  min-height: 72px;
}

body.marketing-polish-shell .topnav .brand img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

body.marketing-polish-shell .topnav .nav-links {
  min-height: 72px;
  height: auto;
  gap: clamp(14px, 2vw, 24px);
}

body.marketing-polish-shell .topnav .nav-links > a,
body.marketing-polish-shell .topnav .dropdown-trigger > button {
  min-height: 40px;
  padding: 9px 10px;
  color: #f4fffb !important;
  border-radius: 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

body.marketing-polish-shell .topnav .nav-links > a:hover,
body.marketing-polish-shell .topnav .dropdown-trigger > button:hover,
body.marketing-polish-shell .topnav .nav-links > a:focus-visible,
body.marketing-polish-shell .topnav .dropdown-trigger > button:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.13);
}

body.marketing-polish-shell .topnav .nav-links > a.active,
body.marketing-polish-shell .topnav .dropdown-trigger > button.active {
  color: #fff !important;
}

body.marketing-polish-shell .topnav .nav-toggle {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

body.marketing-polish-shell .faq-container {
  max-width: min(100%, 960px);
  padding-inline: clamp(14px, 2.4vw, 20px);
}

body.marketing-polish-shell .faq-item {
  margin: 0 0 12px;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.marketing-polish-shell .faq-question {
  width: 100%;
  min-height: 78px;
  padding: 24px clamp(22px, 3vw, 32px) !important;
  line-height: 1.35;
  box-sizing: border-box;
}

body.marketing-polish-shell .faq-question > span:first-child {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  padding-right: 10px;
}

body.marketing-polish-shell .faq-chevron {
  width: 28px;
  margin-left: auto;
  display: inline-flex;
  justify-content: center;
  color: #06352f;
}

body.marketing-polish-shell .faq-answer {
  padding: 0 clamp(22px, 3vw, 32px);
}

body.marketing-polish-shell .faq-item.open .faq-answer {
  margin-top: 0;
  padding-bottom: 22px;
}

@media (max-width: 768px) {
  body.marketing-polish-shell .topnav {
    min-height: 64px;
    padding-inline: 16px;
  }

  body.marketing-polish-shell .topnav .brand {
    min-height: 64px;
  }

  body.marketing-polish-shell .topnav .nav-links {
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    min-height: 0;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: linear-gradient(160deg, #073d36, #0b5f54) !important;
    box-shadow: 0 18px 40px rgba(7, 94, 84, 0.28);
  }

  body.marketing-polish-shell .topnav .nav-links > a,
  body.marketing-polish-shell .topnav .dropdown-trigger > button {
    width: 100%;
    justify-content: flex-start;
  }

  body.marketing-polish-shell .faq-container {
    padding-inline: 0;
  }
}

@media (max-width: 540px) {
  body.marketing-polish-shell .faq-question {
    min-height: 66px;
    padding: 18px 16px !important;
    font-size: 16px;
    gap: 12px;
  }

  body.marketing-polish-shell .faq-answer {
    padding-inline: 16px;
  }

  body.marketing-polish-shell .faq-item.open .faq-answer {
    padding-bottom: 18px;
  }
}
/* marketing-polish-visual-fixes:end */

@media (max-width: 920px) {
  body.marketing-polish-shell .public-hero-inner,
  body.marketing-polish-shell .section-head,
  body.marketing-polish-shell .feature-matrix,
  body.marketing-polish-shell .faq-layout,
  body.marketing-polish-shell .policy-layout,
  body.marketing-polish-shell .article-grid,
  body.marketing-polish-shell .privacy-shell {
    grid-template-columns: 1fr;
  }

  body.marketing-polish-shell .card-grid,
  body.marketing-polish-shell .card-grid.two,
  body.marketing-polish-shell .pricing-grid,
  body.marketing-polish-shell .public-footer-grid,
  body.marketing-polish-shell .footer-grid {
    grid-template-columns: 1fr;
  }

  body.marketing-polish-shell .sticky-index,
  body.marketing-polish-shell .privacy-rail {
    position: static;
  }
}

@media (max-width: 720px) {
  body.marketing-polish-shell .topnav {
    padding-inline: 16px;
  }

  body.marketing-polish-shell .nav-links {
    border-radius: var(--mk-radius);
    border: 1px solid var(--mk-line);
    background: #fff;
    box-shadow: var(--mk-shadow);
  }

  body.marketing-polish-shell .nav-links a {
    width: 100%;
  }

  body.marketing-polish-shell .public-hero-inner,
  body.marketing-polish-shell .marketing-shell,
  body.marketing-polish-shell .privacy-shell {
    padding-inline: 18px;
  }

  body.marketing-polish-shell .hero-actions,
  body.marketing-polish-shell .cta-buttons {
    width: 100%;
  }

  body.marketing-polish-shell .hero-actions .public-button,
  body.marketing-polish-shell .cta-buttons .btn {
    width: 100%;
  }

  body.marketing-polish-shell .matrix-row,
  body.marketing-polish-shell .release-card {
    grid-template-columns: 1fr;
  }
}

/* Target 1: align public marketing polish to the shared MsgBurst formula. */
:root {
  --mk-ink: var(--mb-ink, #10201d);
  --mk-muted: var(--mb-muted, #627872);
  --mk-line: rgba(25, 63, 58, 0.14);
  --mk-soft: var(--mb-canvas, #f4faf7);
  --mk-paper: var(--mb-surface, #ffffff);
  --mk-green: var(--mb-brand, #0d8b6f);
  --mk-teal: #12a594;
  --mk-blue: var(--mb-tool, #2563eb);
  --mk-amber: var(--mb-billing, #b7791f);
  --mk-slate: #17233a;
  --mk-radius: var(--mb-radius, 8px);
  --mk-shadow: 0 16px 40px rgba(16, 32, 29, 0.09);
}

body.marketing-polish-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 250, 247, 0.96) 48%, #ffffff 100%),
    var(--mk-soft);
}

body.marketing-polish-shell .topnav,
body.marketing-polish-shell #navbar {
  border-bottom-color: var(--mk-line);
  background: rgba(255, 255, 255, 0.94);
}

body.marketing-polish-shell .public-hero {
  background: linear-gradient(135deg, #08231f 0%, #123a37 50%, #14233a 100%);
}

body.marketing-polish-shell .public-hero::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 36%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
}

body.marketing-polish-shell .public-button,
body.marketing-polish-shell .btn {
  border-radius: var(--mk-radius);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.marketing-polish-shell .public-button.primary,
body.marketing-polish-shell .btn-primary {
  background: linear-gradient(135deg, var(--mk-green), var(--mk-teal));
  box-shadow: 0 12px 26px rgba(13, 139, 111, 0.18);
}

body.marketing-polish-shell .public-card,
body.marketing-polish-shell .article-card,
body.marketing-polish-shell .price-card,
body.marketing-polish-shell .role-card,
body.marketing-polish-shell .policy-card,
body.marketing-polish-shell .release-card,
body.marketing-polish-shell .sticky-index,
body.marketing-polish-shell .privacy-section,
body.marketing-polish-shell .privacy-summary .summary-card,
body.marketing-polish-shell .privacy-document,
body.marketing-polish-shell .privacy-rail {
  border-color: var(--mk-line);
  border-radius: var(--mk-radius);
  box-shadow: var(--mk-shadow);
}

/* Target 3: public, auth-adjacent, and legal page polish. */
body.marketing-polish-shell {
  overflow-x: hidden;
}

body.marketing-polish-shell .topnav {
  min-height: 68px;
  border-bottom: 1px solid rgba(16, 32, 29, 0.12) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 12px 30px rgba(16, 32, 29, 0.08);
  backdrop-filter: blur(14px);
}

body.marketing-polish-shell .topnav .brand {
  min-height: 68px;
}

body.marketing-polish-shell .topnav .nav-links {
  min-height: 68px;
  gap: clamp(10px, 1.8vw, 20px);
}

body.marketing-polish-shell .topnav .nav-links > a,
body.marketing-polish-shell .topnav .dropdown-trigger > button {
  min-height: 38px;
  color: var(--mk-ink) !important;
  text-shadow: none;
}

body.marketing-polish-shell .topnav .nav-links > a:hover,
body.marketing-polish-shell .topnav .dropdown-trigger > button:hover,
body.marketing-polish-shell .topnav .nav-links > a:focus-visible,
body.marketing-polish-shell .topnav .dropdown-trigger > button:focus-visible {
  color: var(--mk-green) !important;
  background: rgba(13, 139, 111, 0.08);
}

body.marketing-polish-shell .topnav .nav-toggle {
  color: var(--mk-ink) !important;
  border-color: var(--mk-line) !important;
  background: #ffffff !important;
}

body.marketing-polish-shell .public-hero,
body.marketing-polish-shell .privacy-hero,
body.marketing-polish-shell .legal-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(8, 35, 31, 0.98) 0%, rgba(18, 58, 55, 0.98) 52%, rgba(23, 35, 58, 0.98) 100%);
}

body.marketing-polish-shell .public-hero-inner,
body.marketing-polish-shell .privacy-hero-inner,
body.marketing-polish-shell .legal-hero-inner {
  max-width: 1188px;
  gap: clamp(26px, 4vw, 52px);
}

body.marketing-polish-shell .public-hero h1,
body.marketing-polish-shell .privacy-hero h1,
body.marketing-polish-shell .legal-hero h1 {
  max-width: 850px;
  letter-spacing: 0;
  text-wrap: balance;
}

body.marketing-polish-shell .public-hero p,
body.marketing-polish-shell .privacy-hero p,
body.marketing-polish-shell .legal-hero p {
  max-width: 740px;
}

body.marketing-polish-shell .public-panel,
body.marketing-polish-shell .data-map,
body.marketing-polish-shell .legal-hero-panel {
  border-radius: var(--mk-radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

body.marketing-polish-shell .marketing-shell,
body.marketing-polish-shell .privacy-shell,
body.marketing-polish-shell .legal-shell {
  max-width: 1188px;
  min-width: 0;
}

body.marketing-polish-shell .section-band {
  padding-block: clamp(26px, 4.4vw, 44px);
}

body.marketing-polish-shell .section-head,
body.marketing-polish-shell .wide-head {
  gap: 24px;
}

body.marketing-polish-shell .section-head h2,
body.marketing-polish-shell .wide-head h2,
body.marketing-polish-shell .contact-card h2 {
  text-wrap: balance;
}

body.marketing-polish-shell .public-card,
body.marketing-polish-shell .article-card,
body.marketing-polish-shell .price-card,
body.marketing-polish-shell .role-card,
body.marketing-polish-shell .policy-card,
body.marketing-polish-shell .release-card,
body.marketing-polish-shell .contact-card,
body.marketing-polish-shell .sticky-index,
body.marketing-polish-shell .privacy-section,
body.marketing-polish-shell .privacy-summary .summary-card,
body.marketing-polish-shell .privacy-document,
body.marketing-polish-shell .privacy-rail,
body.marketing-polish-shell .legal-section,
body.marketing-polish-shell .legal-summary .summary-item,
body.marketing-polish-shell .legal-document,
body.marketing-polish-shell .terms-rail {
  border-color: var(--mk-line);
  border-radius: var(--mk-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(16, 32, 29, 0.08);
}

body.marketing-polish-shell .public-card,
body.marketing-polish-shell .article-card,
body.marketing-polish-shell .price-card,
body.marketing-polish-shell .role-card,
body.marketing-polish-shell .policy-card,
body.marketing-polish-shell .release-card,
body.marketing-polish-shell .contact-card,
body.marketing-polish-shell .privacy-section,
body.marketing-polish-shell .legal-section,
body.marketing-polish-shell .summary-card,
body.marketing-polish-shell .summary-item {
  min-width: 0;
}

body.marketing-polish-shell .public-card h3,
body.marketing-polish-shell .article-card h3,
body.marketing-polish-shell .price-card h3,
body.marketing-polish-shell .role-card h3,
body.marketing-polish-shell .policy-card h3,
body.marketing-polish-shell .release-card h3,
body.marketing-polish-shell .privacy-section h2,
body.marketing-polish-shell .legal-section h2 {
  color: var(--mk-ink);
}

body.marketing-polish-shell .public-card p,
body.marketing-polish-shell .article-card p,
body.marketing-polish-shell .price-card p,
body.marketing-polish-shell .role-card p,
body.marketing-polish-shell .policy-card p,
body.marketing-polish-shell .release-card p,
body.marketing-polish-shell .privacy-section p,
body.marketing-polish-shell .legal-section p,
body.marketing-polish-shell .legal-section li {
  color: var(--mk-muted);
  line-height: 1.72;
}

body.marketing-polish-shell .sticky-index,
body.marketing-polish-shell .privacy-rail,
body.marketing-polish-shell .terms-rail {
  top: 86px;
  overflow: hidden;
}

body.marketing-polish-shell .sticky-index a,
body.marketing-polish-shell .privacy-rail a,
body.marketing-polish-shell .terms-rail a {
  min-height: 38px;
  color: #23483f;
  overflow-wrap: anywhere;
}

body.marketing-polish-shell .sticky-index a:hover,
body.marketing-polish-shell .privacy-rail a:hover,
body.marketing-polish-shell .terms-rail a:hover {
  background: rgba(13, 139, 111, 0.08);
  color: var(--mk-green);
}

body.marketing-polish-shell .privacy-document,
body.marketing-polish-shell .legal-document {
  overflow: hidden;
}

body.marketing-polish-shell .privacy-section,
body.marketing-polish-shell .legal-section {
  scroll-margin-top: 96px;
}

body.marketing-polish-shell .privacy-callout,
body.marketing-polish-shell .policy-callout {
  border-radius: var(--mk-radius);
  border: 1px solid rgba(189, 125, 29, 0.22);
  border-left: 4px solid var(--mk-amber);
  background: #fff8e8;
}

body.marketing-polish-shell .privacy-rights,
body.marketing-polish-shell .role-meta,
body.marketing-polish-shell .release-meta,
body.marketing-polish-shell .article-meta {
  gap: 8px;
}

body.marketing-polish-shell .right-chip,
body.marketing-polish-shell .tag-pill,
body.marketing-polish-shell .article-meta span,
body.marketing-polish-shell .release-meta span,
body.marketing-polish-shell .role-meta span {
  min-height: 30px;
  border-radius: 6px;
  white-space: normal;
}

body.marketing-polish-shell .contact-card {
  padding: clamp(20px, 3vw, 26px);
}

body.marketing-polish-shell .contact-form input,
body.marketing-polish-shell .contact-form textarea,
body.marketing-polish-shell .contact-form select {
  min-height: 44px;
  border-color: var(--mk-line);
  border-radius: var(--mk-radius);
}

body.marketing-polish-shell .contact-form input:focus,
body.marketing-polish-shell .contact-form textarea:focus,
body.marketing-polish-shell .contact-form select:focus {
  outline: none;
  border-color: rgba(13, 139, 111, 0.58);
  box-shadow: 0 0 0 4px rgba(13, 139, 111, 0.14);
}

body.marketing-polish-shell .public-button,
body.marketing-polish-shell .btn {
  min-height: 42px;
  white-space: normal;
}

body.marketing-polish-shell .public-footer-inner {
  padding-top: 40px;
}

body.marketing-polish-shell .footer-bottom {
  align-items: center;
}

/* Homepage-specific guardrails for animated mockups and ticker rows. */
body.marketing-polish-shell #navbar,
body.marketing-polish-shell .hero,
body.marketing-polish-shell .trusted-by,
body.marketing-polish-shell .growth-engine,
body.marketing-polish-shell .sovereign-platform,
body.marketing-polish-shell .api-section {
  max-width: 100%;
  overflow-x: clip;
}

body.marketing-polish-shell .hero-grid,
body.marketing-polish-shell .hero-content,
body.marketing-polish-shell .hero-mockup,
body.marketing-polish-shell .mockup-card,
body.marketing-polish-shell .hero-browser-mockup,
body.marketing-polish-shell .sovereign-mockup,
body.marketing-polish-shell .api-console {
  min-width: 0;
  max-width: 100%;
}

body.marketing-polish-shell .hero-bg {
  width: min(800px, 100vw);
}

body.marketing-polish-shell .mockup-header,
body.marketing-polish-shell .mockup-metrics,
body.marketing-polish-shell .hero-browser-header {
  min-width: 0;
}

body.marketing-polish-shell .mockup-badge,
body.marketing-polish-shell .hero-browser-url {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 920px) {
  body.marketing-polish-shell .legal-shell,
  body.marketing-polish-shell .privacy-shell {
    grid-template-columns: 1fr;
  }

  body.marketing-polish-shell .terms-rail {
    position: static;
  }
}

@media (max-width: 768px) {
  body.marketing-polish-shell .topnav {
    min-height: 64px;
    padding-inline: 16px;
  }

  body.marketing-polish-shell .topnav .brand {
    min-height: 64px;
  }

  body.marketing-polish-shell .topnav .nav-links {
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    min-height: 0;
    padding: 12px;
    border: 1px solid var(--mk-line);
    border-radius: var(--mk-radius);
    background: #ffffff !important;
    box-shadow: var(--mk-shadow);
  }

  body.marketing-polish-shell .topnav .nav-links > a,
  body.marketing-polish-shell .topnav .dropdown-trigger > button {
    width: 100%;
    justify-content: flex-start;
    color: var(--mk-ink) !important;
  }

  body.marketing-polish-shell .public-hero-inner,
  body.marketing-polish-shell .privacy-hero-inner,
  body.marketing-polish-shell .legal-hero-inner,
  body.marketing-polish-shell .marketing-shell,
  body.marketing-polish-shell .privacy-shell,
  body.marketing-polish-shell .legal-shell {
    padding-inline: 18px;
  }

  body.marketing-polish-shell .hero-actions,
  body.marketing-polish-shell .cta-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  body.marketing-polish-shell .hero-actions .public-button,
  body.marketing-polish-shell .cta-buttons .btn,
  body.marketing-polish-shell .contact-form .public-button {
    width: 100%;
  }

  body.marketing-polish-shell .hero-mockup {
    justify-self: center;
    width: min(100%, calc(100vw - 32px));
  }

  body.marketing-polish-shell .mockup-card,
  body.marketing-polish-shell .hero-browser-mockup,
  body.marketing-polish-shell .sovereign-mockup,
  body.marketing-polish-shell .api-console {
    width: 100%;
  }
}

@media (max-width: 560px) {
  body.marketing-polish-shell .public-hero-inner,
  body.marketing-polish-shell .privacy-hero-inner,
  body.marketing-polish-shell .legal-hero-inner {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  body.marketing-polish-shell .public-panel,
  body.marketing-polish-shell .data-map,
  body.marketing-polish-shell .legal-hero-panel,
  body.marketing-polish-shell .public-card,
  body.marketing-polish-shell .price-card,
  body.marketing-polish-shell .role-card,
  body.marketing-polish-shell .policy-card,
  body.marketing-polish-shell .release-card,
  body.marketing-polish-shell .contact-card,
  body.marketing-polish-shell .privacy-section,
  body.marketing-polish-shell .legal-section {
    padding: 18px;
  }

  body.marketing-polish-shell .public-footer-grid,
  body.marketing-polish-shell .footer-grid {
    gap: 20px;
  }

  body.marketing-polish-shell .mockup-header,
  body.marketing-polish-shell .hero-browser-header {
    flex-wrap: wrap;
  }
}


