body.prx-marketing.prx-apple {
  --bg: #f3f7ff;
  --surface: #ffffff;
  --surface-2: #eaf1ff;
  --border: rgba(22, 52, 126, 0.16);
  --text: #132647;
  --muted: #526587;
  --brand: #2f6bff;
  --brand-2: #9ec0ff;

  --prx-bg: #f3f7ff;
  --prx-panel: #ffffff;
  --prx-panel-muted: #eaf1ff;
  --prx-surface: #ffffff;
  --prx-surface-tint: #eef3ff;
  --prx-border: rgba(22, 52, 126, 0.16);
  --prx-text: #132647;
  --prx-text-muted: #526587;
  --prx-brand: #2f6bff;
  --prx-brand-2: #5d87ff;
  --prx-brand-soft: rgba(47, 107, 255, 0.12);
  --prx-focus: rgba(47, 107, 255, 0.32);
  --prx-accent: #2f6bff;
  --prx-accent-strong: #1f4fc9;
  --prx-accent-soft: rgba(47, 107, 255, 0.18);
  --prx-success-bg: rgba(47, 107, 255, 0.14);
  --prx-success-text: #1f4fc9;

  --brand-500: #2f6bff;
  --brand-600: #1f4fc9;
  --brand-700: #193f9d;
  --accent-iris: #6f92ff;

  --accent: #2f6bff;
  --accent-strong: #1f4fc9;
  --accent-weak: rgba(47, 107, 255, 0.18);
  --prx-primary: #2f6bff;
  --prx-primary-deep: #1f4fc9;

  background:
    radial-gradient(1200px 520px at -12% -14%, rgba(158, 192, 255, 0.35), transparent 68%),
    radial-gradient(860px 460px at 110% 4%, rgba(121, 163, 255, 0.3), transparent 66%),
    #f3f7ff !important;
}

body.prx-marketing.prx-apple .site-header,
body.prx-marketing.prx-apple .prx-site-header {
  background: color-mix(in srgb, #f8fbff 94%, transparent) !important;
  border-bottom-color: rgba(35, 74, 165, 0.16) !important;
}

body.prx-marketing.prx-apple .site-footer,
body.prx-marketing.prx-apple .prx-site-footer {
  background: color-mix(in srgb, #f8fbff 96%, #ffffff 4%) !important;
}

body.prx-marketing.prx-apple .footer-grid,
body.prx-marketing.prx-apple .prx-footer-grid {
  border-top-color: rgba(35, 74, 165, 0.16) !important;
}

body.prx-marketing.prx-apple .main-nav a:hover,
body.prx-marketing.prx-apple .main-nav a:focus-visible {
  background: rgba(47, 107, 255, 0.12) !important;
  color: #1f4fc9 !important;
}

body.prx-marketing.prx-apple .brand-mark {
  background: linear-gradient(140deg, #1f4fc9 0%, #2f6bff 45%, #84a8ff 100%) !important;
}

body.prx-marketing.prx-apple .prx-btn-primary,
body.prx-marketing.prx-apple .btn-primary,
body.prx-marketing.prx-apple .btn-prx {
  background: linear-gradient(135deg, #1f4fc9 0%, #2f6bff 55%, #5d87ff 100%) !important;
  border-color: color-mix(in srgb, #2f6bff 68%, #ffffff 32%) !important;
  color: #ffffff !important;
}

body.prx-marketing.prx-apple .prx-btn-primary:hover,
body.prx-marketing.prx-apple .btn-primary:hover,
body.prx-marketing.prx-apple .btn-prx:hover {
  background: linear-gradient(135deg, #1945b6 0%, #285fdc 55%, #4e79ef 100%) !important;
}

body.prx-marketing.prx-apple .prx-btn-secondary,
body.prx-marketing.prx-apple .ghost-btn,
body.prx-marketing.prx-apple .btn-outline-primary,
body.prx-marketing.prx-apple .btn-prx-outline {
  color: #1f4fc9 !important;
  border-color: rgba(47, 107, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.88) !important;
}
