﻿/*!
Theme Name: Gini Webseo
Theme URI: https://giniwebseo.vn/
Author: GNWS
Author URI: https://giniwebseo.vn/
Description: Gini Webseo
Version: 1.0.0
Text Domain: gnws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Global typography: font files are declared in assets/fonts/font.css. */
body,
button,
input,
select,
textarea {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Alignments
--------------------------------------------- */
/* ==========================================================================
   MultiPub Pro — marketing pages styles (landing, pricing)
   Dark theme, Inter font. Scoped under .marketing-root чтобы не конфликтовать
   с AntD светлой темой внутри приложения.
   ========================================================================== */

.marketing-root {
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', Menlo, monospace;
  --p: #1677FF;
  --p-h: #4096FF;
  --accent: #722ED1;
  --bg: #050B17;
  --bg-2: #0A1423;
  --bg-3: #0E1A2E;
  --fg: #E8EEF7;
  --fg-2: rgba(232, 238, 247, .7);
  --fg-3: rgba(232, 238, 247, .5);
  --border: rgba(255, 255, 255, .08);
  --border-2: rgba(255, 255, 255, .14);
  --pink: #FF6B9D;
  --yellow: #FFD93D;
  --green: #6BCB77;
  --cyan: #4DD0E1;

  min-height: 100dvh;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  font-feature-settings: 'cv11', 'ss01', 'ss03';
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

.marketing-root *,
.marketing-root *::before,
.marketing-root *::after { box-sizing: border-box; }

.marketing-root a { color: inherit; text-decoration: none; }
.marketing-root code, .marketing-root .mono { font-family: var(--mono); }
.marketing-root img, .marketing-root svg { display: block; max-width: 100%; }

.marketing-root .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.marketing-root .container-wide { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.marketing-root section { position: relative; }

/* ===== Background fx ===== */
.marketing-root .bg-fx { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.marketing-root .bg-fx::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 15% 5%, rgba(22, 119, 255, .22), transparent 60%),
    radial-gradient(600px 500px at 95% 20%, rgba(114, 46, 209, .2), transparent 60%),
    radial-gradient(500px 400px at 50% 90%, rgba(77, 208, 225, .1), transparent 60%);
}
.marketing-root .bg-fx::after {
  content: ""; position: absolute; inset: 0; opacity: .35;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 70%);
}

.marketing-root > *:not(.bg-fx) { position: relative; z-index: 1; }

/* ===== Nav ===== */
.marketing-root .nav { position: sticky; top: 16px; z-index: 50; padding-top: 16px; }
.marketing-root .nav-inner {
  display: flex; align-items: center; gap: 20px;
  background: rgba(10, 20, 35, .6); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border); border-radius: 999px;
  padding: 8px 8px 8px 20px; box-shadow: 0 10px 40px -20px rgba(0, 0, 0, .5);
}
.marketing-root .logo { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.3px; font-size: 16px; }
.marketing-root .logo-text { display: inline; white-space: nowrap; }
.marketing-root .logo-mark {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, #4096FF, #1677FF);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -4px rgba(22, 119, 255, .6), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.marketing-root .logo-mark svg { width: 18px; height: 18px; }
.marketing-root .logo .pro { font-weight: 500; opacity: .7; margin-left: 4px; }
.marketing-root .nav-links { display: flex; gap: 4px; margin-left: auto; }
.marketing-root .nav-links {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.marketing-root .nav-links li { margin: 0; list-style: none; }
.marketing-root .nav-links a {
  padding: 8px 14px; border-radius: 999px; font-size: 14px; color: var(--fg-2);
  transition: all .3s var(--ease); cursor: pointer;
}
.marketing-root .nav-links a:hover,
.marketing-root .nav-links a.on,
.marketing-root .nav-links .current-menu-item > a,
.marketing-root .nav-links .current-menu-ancestor > a { color: var(--fg); background: rgba(255, 255, 255, .05); }
.marketing-root .logo .custom-logo {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 38px;
}
.marketing-root .foot-brand .footer-logo-image {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 44px;
}
.marketing-root .nav-cta { display: flex; gap: 8px; }

/* ===== Mobile nav drawer (<760px) =====
   Earlier: at <760px the desktop link group just disappeared, leaving
   logo + CTAs and zero nav. Pricing/Docs/Contact were unreachable from
   the marketing nav. Now the link group hides AND a hamburger appears
   that opens a slide-down drawer with the same links + CTAs.
   ====================================================================== */

/* Hamburger — hidden on desktop, shown on mobile via the breakpoint
   below. Sized to a 44×44 touch target, lives at the right of the
   nav row to balance the logo on the left. */
.marketing-root .nav-hamburger {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border-2);
  border-radius: 10px;
  color: var(--fg);
  cursor: pointer;
  margin-left: auto;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.marketing-root .nav-hamburger:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

/* Mobile nav drawer — rendered as a body portal (NOT scoped under
   .marketing-root) so it escapes the .bg-fx stacking context that
   was making the panel render translucent on top of the hero copy.
   Selectors are global, prefixed mpp-nav-drawer-* to avoid bleed.
   Visibility is gated by .is-open + the @media block below. */
.mpp-nav-drawer {
  position: fixed;
  top: 0; left: 0; right: 0;
  bottom: 0;
  z-index: 1000;              /* portaled into body — needs to win
                                 against any stacking context inside
                                 .marketing-root or AntD layers */
  background: #060B17;
  color: #E5E9F2;
  padding: 0 22px 28px;
  overflow-y: auto;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(.22,.61,.36,1),
              transform 0.22s cubic-bezier(.22,.61,.36,1);
  display: none;              /* desktop: not rendered visually */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.mpp-nav-drawer,
.mpp-nav-drawer *,
.mpp-nav-drawer *::before,
.mpp-nav-drawer *::after {
  box-sizing: border-box;
}
.mpp-nav-drawer.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mpp-nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px 26px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.mpp-nav-drawer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #E5E9F2;
  text-decoration: none;
}
.mpp-nav-drawer-logo-pro {
  font-weight: 500;
  opacity: .65;
  margin-left: 4px;
}
.mpp-nav-drawer-close {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: #E5E9F2;
  cursor: pointer;
  transition: background 0.15s cubic-bezier(.22,.61,.36,1);
}
.mpp-nav-drawer-close:hover {
  background: rgba(255, 255, 255, .08);
}
.mpp-nav-drawer-links {
  display: flex; flex-direction: column; gap: 2px;
  margin-bottom: 18px;
}
.mpp-nav-drawer-links a {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #E5E9F2;
  text-decoration: none;
  transition: background 0.15s cubic-bezier(.22,.61,.36,1);
}
.mpp-nav-drawer-links a:hover {
  background: rgba(255, 255, 255, .06);
}
.mpp-nav-drawer-cta {
  display: flex; flex-direction: column; gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.mpp-nav-drawer-cta .b {
  position: relative; overflow: hidden; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 26px;
  border-radius: 999px; cursor: pointer; user-select: none;
  text-decoration: none;
  background: rgba(255,255,255,.04); color: #E7ECF3;
  border: 1px solid rgba(255,255,255,.12);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
  width: 100%;
}
.mpp-nav-drawer-cta .b:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}
.mpp-nav-drawer-cta .b.p {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  border-color: transparent;
  color: #fff;
}
.mpp-nav-drawer-cta .b.p:hover {
  filter: brightness(1.08);
}

/* Backdrop — also portaled. Sits below the drawer (z=999), absorbs
   click-outside so taps near the screen edge still close the menu. */
.mpp-nav-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(.22,.61,.36,1);
  display: none;
}
.mpp-nav-drawer-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 760px) {
  .marketing-root .nav-links { display: none; }
  .marketing-root .nav-cta { display: none; }   /* CTAs move into the drawer */
  .marketing-root .nav-hamburger { display: inline-flex; }
  .mpp-nav-drawer { display: block; }
  .mpp-nav-drawer-backdrop { display: block; }
}

/* ===== Buttons ===== */
.marketing-root .b {
  position: relative; overflow: hidden; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1;
  padding: 0 18px; height: 42px; border-radius: 999px; border: 1px solid var(--border-2);
  background: rgba(255, 255, 255, .04); color: var(--fg); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px; white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .45s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
  text-decoration: none;
}
.marketing-root .b:hover {
  transform: translateY(-1.5px); background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .2);
}
.marketing-root .b.p {
  background: linear-gradient(180deg, var(--p-h), var(--p)); border-color: var(--p); color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 8px 24px -6px rgba(22, 119, 255, .5);
}
.marketing-root .b.p:hover {
  background: linear-gradient(180deg, #5AA8FF, #2A86FF);
  box-shadow: 0 14px 32px -8px rgba(22, 119, 255, .6), 0 1px 0 rgba(255, 255, 255, .25) inset;
}
.marketing-root .b.p::before {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .3), transparent);
  transform: skewX(-18deg); transition: left 1.1s var(--ease);
}
.marketing-root .b.p:hover::before { left: 160%; }
.marketing-root .b.lg { height: 52px; padding: 0 26px; font-size: 15px; }
.marketing-root .b.sm { height: 36px; padding: 0 14px; font-size: 13px; }

/* ===== Hero (V2: Live Dashboard split) =====
   Двухколоночный layout: слева текст + CTA, справа окно продукта с
   живой очередью публикаций. На < 900px колонки складываются. */
.marketing-root .hero {
  min-height: calc(100dvh - 88px);
  padding: 40px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.marketing-root .hero > .container { width: 100%; max-width: 1240px; }
.marketing-root .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.marketing-root .v2-left { text-align: left; }
.marketing-root .v2-left h1.display { margin-left: 0; margin-right: 0; }
.marketing-root .v2-left .lead { margin-left: 0; margin-right: 0; max-width: 480px; }
.marketing-root .v2-left .hero-cta { justify-content: flex-start; margin-bottom: 18px; }
.marketing-root .v2-left .hero-foot { justify-content: flex-start; }
.marketing-root .v2-left .pill { margin-bottom: 22px; }
.marketing-root .v2-left .pill .live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(107, 203, 119, .6);
  animation: livePulse 1.6s ease-out infinite;
  display: inline-block;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(107, 203, 119, .55); }
  100% { box-shadow: 0 0 0 8px rgba(107, 203, 119, 0); }
}

/* ── Product window (right side) ───────────────────────────────────── */
.marketing-root .v2-window {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #0E1A2E 0%, #0A1423 100%);
  border: 1px solid var(--border-2);
  box-shadow:
    0 40px 100px -20px rgba(0, 0, 0, .7),
    0 0 0 1px rgba(64, 150, 255, .1),
    0 0 80px -20px rgba(22, 119, 255, .4);
  overflow: hidden;
  transform: perspective(1800px) rotateY(-6deg) rotateX(2deg);
  transform-origin: left center;
}
.marketing-root .v2-window::after {
  content: ""; position: absolute; inset: -40%;
  background: radial-gradient(circle at 30% 20%, rgba(64, 150, 255, .15), transparent 50%);
  pointer-events: none;
}
.marketing-root .hero-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transform: perspective(1800px) rotateY(-6deg) rotateX(2deg);
  transform-origin: left center;
}
.marketing-root .hero-image {
  display: block;
  width: 100%;
  height: auto;
}
.marketing-root .hero-button-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.marketing-root .v2-tb {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .02);
}
.marketing-root .v2-tb-dots { display: flex; gap: 6px; }
.marketing-root .v2-tb-dots span { width: 10px; height: 10px; border-radius: 50%; }
.marketing-root .v2-tb-title {
  font-size: 12px; color: var(--fg-3); font-family: var(--mono);
  margin-left: auto; letter-spacing: .02em;
}
.marketing-root .v2-body { padding: 20px; }

.marketing-root .v2-banner {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .18), rgba(114, 46, 209, .12));
  border: 1px solid rgba(64, 150, 255, .3);
  margin-bottom: 16px;
}
.marketing-root .v2-banner-ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, #4096FF, #1677FF);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-weight: 700; color: #fff; font-size: 14px;
  box-shadow: 0 0 20px -4px rgba(22, 119, 255, .6);
}
.marketing-root .v2-banner-info { flex: 1; min-width: 0; }
.marketing-root .v2-banner-title { font-size: 13px; font-weight: 600; color: var(--fg); }
.marketing-root .v2-banner-sub {
  font-size: 11.5px; color: var(--fg-3); font-family: var(--mono); margin-top: 2px;
}
.marketing-root .v2-banner-counter {
  font-family: var(--mono); font-size: 13px; color: var(--p-h); font-weight: 600;
}
.marketing-root .v2-banner-counter b { color: var(--fg); font-weight: 700; }

.marketing-root .v2-progress {
  height: 4px; background: rgba(255, 255, 255, .06);
  border-radius: 2px; overflow: hidden; margin-bottom: 18px;
}
.marketing-root .v2-progress > div {
  height: 100%;
  background: linear-gradient(90deg, var(--p-h), var(--accent));
  border-radius: 2px; transition: width .6s var(--ease);
  position: relative;
}
.marketing-root .v2-progress > div::after {
  content: ""; position: absolute; right: 0; top: -3px; bottom: -3px;
  width: 8px; background: #fff; filter: blur(4px);
}

.marketing-root .v2-rows { display: flex; flex-direction: column; gap: 6px; }
.marketing-root .v2-row {
  display: grid;
  grid-template-columns: 24px 1fr auto auto;
  gap: 12px; align-items: center;
  padding: 10px 12px; border-radius: 8px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid var(--border);
  font-size: 12.5px;
  transition: background .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);
}
.marketing-root .v2-row.done {
  background: rgba(107, 203, 119, .06);
  border-color: rgba(107, 203, 119, .18);
}
.marketing-root .v2-row.publishing {
  background: rgba(64, 150, 255, .06);
  border-color: rgba(64, 150, 255, .3);
}
.marketing-root .v2-row.queued { opacity: .55; }
.marketing-root .v2-row.flash { animation: rowFlash .9s var(--ease); }
@keyframes rowFlash {
  0%   { background: rgba(107, 203, 119, .25); transform: scale(1); }
  100% { background: rgba(107, 203, 119, .06); transform: scale(1); }
}
.marketing-root .v2-row-ic { display: flex; align-items: center; justify-content: center; }
.marketing-root .v2-row-name {
  font-weight: 500; color: var(--fg); font-size: 12.5px;
  display: flex; align-items: center; gap: 8px; min-width: 0;
}
.marketing-root .v2-row-name .dot {
  width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0;
}
.marketing-root .v2-row-name .url {
  font-family: var(--mono); font-size: 11px; color: var(--fg-3);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.marketing-root .v2-row-time {
  font-family: var(--mono); font-size: 10.5px; color: var(--fg-3);
}
.marketing-root .v2-row-status {
  font-family: var(--mono); font-size: 10.5px;
  text-transform: uppercase; letter-spacing: .06em; font-weight: 600;
}
.marketing-root .v2-row-status.s-done { color: var(--green); }
.marketing-root .v2-row-status.s-pub  { color: var(--p-h); }
.marketing-root .v2-row-status.s-q    { color: var(--fg-3); }

.marketing-root .v2-spinner {
  width: 12px; height: 12px; border-radius: 50%;
  border: 1.5px solid rgba(64, 150, 255, .25);
  border-top-color: var(--p-h);
  animation: v2-spin .8s linear infinite;
  display: inline-block;
}
@keyframes v2-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .marketing-root .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .marketing-root .v2-left { text-align: center; }
  .marketing-root .v2-left h1.display,
  .marketing-root .v2-left .lead { margin-left: auto; margin-right: auto; }
  .marketing-root .v2-left .hero-cta,
  .marketing-root .v2-left .hero-foot { justify-content: center; }
  .marketing-root .v2-window,
  .marketing-root .hero-media { transform: none; max-width: 560px; margin: 0 auto; }
}

/* ── Scroll cue: вертикальная линия + точка, скатывающаяся сверху вниз ───
   Линия — статичная направляющая (gradient в обе стороны).
   Внутри — точка, которая каждые 1.8s выезжает сверху, доходит до низа
   и исчезает. Этот паттерн читается явно как «scroll down». */
.marketing-root .scroll-cue {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--fg-3);
  text-decoration: none;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  opacity: .8;
  z-index: 3;
  transition: color .2s var(--ease), opacity .2s var(--ease);
}
.marketing-root .scroll-cue:hover { color: var(--fg); opacity: 1; }
.marketing-root .scroll-cue .ln {
  position: relative;
  width: 1px; height: 38px;
  background: linear-gradient(to bottom, transparent, rgba(232, 238, 247, .25), transparent);
  overflow: visible;
}
.marketing-root .scroll-cue .ln::after {
  content: "";
  position: absolute;
  left: 50%; top: 0;
  width: 4px; height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent, var(--p-h));
  box-shadow: 0 0 8px rgba(64, 150, 255, .8);
  animation: scrollDot 1.8s var(--ease) infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(-6px); opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translateY(36px); opacity: 0; }
}
/* scroll-cue dot — small (~35px) translation, safe to keep on under
   reduced-motion. Spinner/live-dot же глушим, чтобы не дёргать зря. */
@media (prefers-reduced-motion: reduce) {
  .marketing-root .v2-spinner { animation: none; }
  .marketing-root .v2-left .pill .live-dot { animation: none; }
}
.marketing-root .pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 8px; border-radius: 999px;
  background: rgba(22, 119, 255, .1); border: 1px solid rgba(22, 119, 255, .25);
  font-size: 13px; color: #AED4FF; margin-bottom: 24px;
}
.marketing-root .pill .chip {
  background: var(--p); color: #fff; font-size: 11px; font-weight: 600;
  padding: 2px 8px; border-radius: 999px;
}
.marketing-root h1.display {
  font-size: clamp(34px, 4.4vw, 60px); font-weight: 700; letter-spacing: -.02em; line-height: 1.08;
  margin: 0 0 20px;
  max-width: 960px; margin-left: auto; margin-right: auto;
}
.marketing-root h1.display .grad,
.marketing-root h1.hero-title span {
  background: linear-gradient(135deg, #4096FF 0%, #9254DE 50%, #FF6B9D 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.marketing-root .lead {
  font-size: clamp(17px, 1.4vw, 20px); color: var(--fg-2); max-width: 680px; margin: 0 auto 36px;
}
.marketing-root .hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.marketing-root .hero-foot { color: var(--fg-3); font-size: 13px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.marketing-root .hero-foot span { display: inline-flex; align-items: center; gap: 6px; }
.marketing-root .hero-foot svg { width: 14px; height: 14px; color: var(--green); }

/* ===== Dashboard screenshot preview ===== */
.marketing-root .hero-screenshot {
  margin: 64px auto 0; max-width: 1100px; position: relative;
}
.marketing-root .hero-screenshot .frame {
  border-radius: 20px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid var(--border-2);
  box-shadow:
    0 60px 120px -30px rgba(0, 0, 0, .7),
    0 40px 80px -30px rgba(22, 119, 255, .3),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}
.marketing-root .hero-screenshot img { width: 100%; height: auto; display: block; }
.marketing-root .hero-screenshot .glow {
  position: absolute; inset: -40px -20px; z-index: -1;
  background: radial-gradient(closest-side, rgba(22, 119, 255, .25), transparent 70%);
  filter: blur(40px);
}

/* ===== Product proof strip ===== */
.marketing-root .proof-bar { padding: 36px 0 12px; }
.marketing-root .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.marketing-root .proof-item {
  min-height: 118px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.marketing-root .proof-item b {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: -.1px;
}
.marketing-root .proof-item span {
  display: block;
  color: var(--fg-2);
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 900px) {
  .marketing-root .proof-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .marketing-root .proof-grid { grid-template-columns: 1fr; }
}

/* ===== Trusted by ===== */
.marketing-root .trusted { padding: 40px 0 20px; text-align: center; color: var(--fg-3); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.marketing-root .trusted-row { display: flex; gap: 48px; justify-content: center; align-items: center; margin-top: 20px; flex-wrap: wrap; opacity: .5; }
.marketing-root .trusted-row span { font-weight: 600; font-size: 18px; letter-spacing: -.2px; }

/* ===== Landing pricing teaser ===== */
.marketing-root .pricing-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.marketing-root .price-mini {
  min-height: 190px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
  border: 1px solid var(--border);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
}
.marketing-root .price-mini.featured {
  border-color: rgba(64, 150, 255, .48);
  background:
    linear-gradient(180deg, rgba(64,150,255,.13), rgba(255,255,255,.018)),
    rgba(255,255,255,.025);
}
.marketing-root .price-mini-name {
  color: var(--fg-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.marketing-root .price-mini-price {
  margin-top: 14px;
  font-size: 34px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -.04em;
}
.marketing-root .price-mini-price span {
  margin-left: 2px;
  color: var(--fg-3);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
.marketing-root .price-mini-note {
  margin-top: 14px;
  color: var(--fg);
  font-size: 14px;
  font-weight: 650;
}
.marketing-root .price-mini p {
  margin: 8px 0 0;
  color: var(--fg-2);
  font-size: 13px;
  line-height: 1.55;
}
.marketing-root .price-mini-cta {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 14px;
}
@media (max-width: 980px) {
  .marketing-root .pricing-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .marketing-root .pricing-strip { grid-template-columns: 1fr; }
}

/* ===== Section heads ===== */
.marketing-root .eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--p-h); margin-bottom: 14px;
  padding: 4px 12px; background: rgba(22, 119, 255, .1); border-radius: 999px; border: 1px solid rgba(22, 119, 255, .2);
}
.marketing-root h2.section-title {
  font-size: clamp(32px, 4vw, 52px); font-weight: 700; letter-spacing: -.025em;
  line-height: 1.1; margin: 0 0 16px;
}
.marketing-root h2.section-title .grad,
.marketing-root h2.why-choose-us-title span,
.marketing-root h2.section-title span {
  background: linear-gradient(135deg, #4096FF, #9254DE);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.marketing-root .section-lead { font-size: 17px; color: var(--fg-2); max-width: 640px; margin: 0 0 48px; }
.marketing-root .section-head { text-align: center; }
.marketing-root .section-head .section-lead { margin: 0 auto 56px; }

.marketing-root section.block { padding: 100px 0; }

/* ===== Feature grid ===== */
.marketing-root .feat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.marketing-root .feat {
  position: relative; padding: 28px; border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
  border: 1px solid var(--border); overflow: hidden;
  transition: transform .45s var(--ease), border-color .4s var(--ease), box-shadow .5s var(--ease);
}
.marketing-root .feat:hover {
  transform: translateY(-4px); border-color: var(--border-2); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .5);
}
.marketing-root .feat::before {
  content: ""; position: absolute; inset: 0; opacity: 0;
  background: radial-gradient(400px 200px at var(--mx, 50%) var(--my, 0%), rgba(64, 150, 255, .15), transparent 50%);
  transition: opacity .5s var(--ease); pointer-events: none;
}
.marketing-root .feat:hover::before { opacity: 1; }
.marketing-root .feat .ico {
  width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 8px 20px -6px rgba(0, 0, 0, .4);
}
.marketing-root .feat h3 { font-size: 18px; font-weight: 600; letter-spacing: -.2px; margin: 0 0 8px; }
.marketing-root .feat p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.55; }
.marketing-root .feat.col-2 { grid-column: span 2; }
.marketing-root .feat.col-3 { grid-column: span 3; }
.marketing-root .feat.col-6 { grid-column: span 6; }
@media (max-width: 900px) {
  .marketing-root .feat,
  .marketing-root .feat.col-2,
  .marketing-root .feat.col-3,
  .marketing-root .feat.col-6 { grid-column: span 6; }
}
.marketing-root .feat .preview { margin-top: 20px; border-radius: 12px; overflow: hidden; }

/* ===== How it works ===== */
.marketing-root .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 32px; }
.marketing-root .step {
  position: relative; padding: 28px 22px; border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  border: 1px solid var(--border); transition: all .4s var(--ease);
  text-align: center;
}
.marketing-root .step:hover { border-color: var(--border-2); transform: translateY(-3px); }
.marketing-root .step .n {
  font-family: var(--mono); font-size: 13px; color: var(--p-h); font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px;
}
.marketing-root .step .n::before {
  content: attr(data-step); width: 24px; height: 24px; border-radius: 50%;
  background: rgba(22, 119, 255, .15); border: 1px solid rgba(22, 119, 255, .3);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--p-h); font-size: 12px; font-weight: 600;
}
.marketing-root .step h3 { font-size: 17px; font-weight: 600; letter-spacing: -.2px; margin: 0 0 8px; }
.marketing-root .step p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.55; }
.marketing-root .step-ic {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
}
.marketing-root .step-ic .step-icon-image {
  width: 100%; height: 100%; object-fit: contain;
}
@media (max-width: 900px) { .marketing-root .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .marketing-root .steps { grid-template-columns: 1fr; } }

/* ===== Integrations ===== */
.marketing-root .int-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.marketing-root .int {
  padding: 24px; border-radius: 16px;
  background: rgba(255, 255, 255, .03); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
  transition: all .4s var(--ease);
}
.marketing-root .int:hover { background: rgba(255, 255, 255, .06); border-color: var(--border-2); transform: translateY(-2px); }
.marketing-root .int .logo-chip {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px;
}
.marketing-root .int .logo-chip svg { display: block; width: 32px; height: 32px; }
.marketing-root .int .logo-chip.real-logo {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 24px -14px rgba(0,0,0,.65);
}
.marketing-root .int .logo-chip.real-logo img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.marketing-root .int h4 { font-size: 15px; font-weight: 600; margin: 0; }
.marketing-root .int p { font-size: 13px; color: var(--fg-2); margin: 0; }
@media (max-width: 900px) { .marketing-root .int-grid { grid-template-columns: 1fr 1fr; } }

/* ===== Use cases ===== */
.marketing-root .cases { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 32px; }
.marketing-root .case {
  padding: 28px; border-radius: 20px; background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border); transition: all .4s var(--ease);
  text-align: center;
}
.marketing-root .case:hover { transform: translateY(-3px); border-color: var(--border-2); }
.marketing-root .case .ic {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  color: #fff;
  margin: 0 auto 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 14px 28px -18px rgba(0,0,0,.65);
}
.marketing-root .case .ic svg {
  width: 31px;
  height: 31px;
  display: block;
}
.marketing-root .case p,
.marketing-root .case .quote { text-align: left; }
.marketing-root .case h3 { font-size: 19px; font-weight: 600; letter-spacing: -.2px; margin: 0 0 10px; }
.marketing-root .case p { font-size: 14px; color: var(--fg-2); margin: 0 0 16px; }
.marketing-root .case .quote { font-size: 13px; color: var(--fg-3); font-style: italic; padding-top: 14px; border-top: 1px solid var(--border); }
@media (max-width: 900px) { .marketing-root .cases { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.marketing-root .faq { max-width: 820px; margin: 32px auto 0; }
.marketing-root .q {
  border-bottom: 1px solid var(--border); padding: 22px 8px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  transition: background .3s var(--ease);
}
.marketing-root .q:hover { background: rgba(255, 255, 255, .02); }
.marketing-root .q .qt { font-size: 17px; font-weight: 500; letter-spacing: -.1px; }
.marketing-root .q .qa {
  font-size: 14px; color: var(--fg-2); margin-top: 12px; max-height: 0; overflow: hidden;
  transition: max-height .5s var(--ease); line-height: 1.6;
}
.marketing-root .q.open .qa { max-height: 400px; }
.marketing-root .q .toggle {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--border-2); display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: transform .4s var(--ease), background .3s var(--ease);
}
.marketing-root .q.open .toggle { transform: rotate(45deg); background: var(--p); border-color: var(--p); color: #fff; }

/* ===== Final CTA ===== */
.marketing-root .final {
  position: relative; margin: 40px auto; max-width: 1140px; padding: 72px 40px; border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(22, 119, 255, .25) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(114, 46, 209, .2) 0%, transparent 50%),
    linear-gradient(135deg, #0A1F3A 0%, #0E1A2E 100%);
  border: 1px solid rgba(22, 119, 255, .25); text-align: center; overflow: hidden;
}
.marketing-root .final::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 70%);
}
.marketing-root .final h2 {
  position: relative; font-size: clamp(36px, 5vw, 60px); font-weight: 700; letter-spacing: -.03em;
  line-height: 1.05; margin: 0 0 16px;
}
.marketing-root .final h2 span {
  background: linear-gradient(135deg, #4096FF, #9254DE);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.marketing-root .final p { position: relative; font-size: 17px; color: var(--fg-2); margin: 0 auto 32px; max-width: 540px; }
.marketing-root .final .hero-cta { position: relative; }

/* ===== Footer ===== */
.marketing-root footer { padding: 60px 0 40px; border-top: 1px solid var(--border); margin-top: 80px; }
.marketing-root .foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1.1fr 1.1fr; gap: 28px; margin-bottom: 40px; }
.marketing-root .foot-grid h4 { font-size: 13px; font-weight: 600; color: var(--fg); margin: 0 0 14px; text-transform: uppercase; letter-spacing: .08em; }
.marketing-root .foot-grid a { display: block; font-size: 14px; color: var(--fg-2); padding: 5px 0; transition: color .3s var(--ease); cursor: pointer; }
.marketing-root .foot-grid a:hover { color: var(--fg); }
.marketing-root .foot-brand .logo {
  display: inline-flex;
  justify-content: flex-start;
  width: auto;
  gap: 8px;
  margin-bottom: 20px;
}
.marketing-root .foot-brand .logo-text {
  display: inline;
  white-space: nowrap;
}
.marketing-root .foot-brand p { font-size: 14px; color: var(--fg-3); margin: 0; max-width: 320px; }
.marketing-root .foot-bottom { padding-top: 24px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; color: var(--fg-3); font-size: 13px; flex-wrap: wrap; gap: 12px; }
@media (max-width: 1100px) { .marketing-root .foot-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 760px)  { .marketing-root .foot-grid { grid-template-columns: 1fr 1fr; } }

/* ===== Reveal on scroll ===== */
.marketing-root .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.marketing-root .reveal.in { opacity: 1; transform: none; }

/* ===== Pricing-specific ===== */
.marketing-root .pHero { padding: 60px 0 40px; text-align: center; }
.marketing-root .toggle-wrap { display: flex; justify-content: center; margin: 40px 0 16px; }
.marketing-root .toggle-bill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px; background: rgba(255, 255, 255, .04); border: 1px solid var(--border); border-radius: 999px;
  position: relative;
}
.marketing-root .toggle-bill button {
  position: relative; z-index: 1; font-family: inherit; font-size: 13px; font-weight: 600;
  padding: 9px 18px; border-radius: 999px; border: 0; background: transparent; color: var(--fg-2); cursor: pointer;
  transition: color .3s var(--ease);
}
.marketing-root .toggle-bill button.on { color: #fff; }
.marketing-root .toggle-bill .thumb {
  position: absolute; top: 5px; left: 5px; height: calc(100% - 10px);
  background: linear-gradient(180deg, var(--p-h), var(--p));
  border-radius: 999px;
  box-shadow: 0 4px 12px -2px rgba(22, 119, 255, .45), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .4s var(--ease), width .4s var(--ease);
}
.marketing-root .save-chip {
  display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  border: 1px solid rgba(16, 185, 129, .6);
  margin-left: 8px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, .35);
  letter-spacing: .02em;
}

.marketing-root .plans { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 24px; }
.marketing-root .plan {
  position: relative; padding: 28px 22px; border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
  border: 1px solid var(--border); transition: all .4s var(--ease);
  display: flex; flex-direction: column;
}
.marketing-root .plan:hover { border-color: var(--border-2); transform: translateY(-3px); }
.marketing-root .plan.best {
  background: linear-gradient(180deg, rgba(22, 119, 255, .14), rgba(114, 46, 209, .08));
  border-color: rgba(22, 119, 255, .4);
  box-shadow: 0 30px 60px -20px rgba(22, 119, 255, .3);
}
.marketing-root .plan .badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--p-h), var(--accent));
  color: #fff; font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  letter-spacing: .04em; text-transform: uppercase;
  white-space: nowrap;  /* keep "MOST POPULAR" on a single line */
  box-shadow: 0 6px 16px -6px rgba(22, 119, 255, .45);
}
.marketing-root .plan .tier {
  font-size: 14px; font-weight: 600; color: var(--fg-2); text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.marketing-root .plan .tier .dot { width: 8px; height: 8px; border-radius: 50%; }
.marketing-root .plan .free-dot { background: #8ea4c3; }
.marketing-root .plan .starter-dot { background: #4DD0E1; }
.marketing-root .plan .pro-dot { background: linear-gradient(135deg, #4096FF, #722ED1); }
.marketing-root .plan .scale-dot { background: #FF6B9D; }
.marketing-root .plan .desc { font-size: 14px; color: var(--fg-2); margin: 0 0 20px; min-height: 42px; }
.marketing-root .plan .amt { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.marketing-root .plan .amt .cur { font-size: 20px; font-weight: 500; color: var(--fg-2); }
.marketing-root .plan .amt .val {
  font-size: 42px; font-weight: 700; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums;
}
.marketing-root .plan .amt .per { font-size: 14px; color: var(--fg-3); margin-left: 4px; }
.marketing-root .plan .sub { font-size: 12px; color: var(--fg-3); margin-bottom: 24px; min-height: 18px; }
.marketing-root .plan .b { width: 100%; margin-bottom: 24px; }
.marketing-root .plan ul {
  list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--border); padding-top: 20px;
}
.marketing-root .plan li {
  font-size: 14px; color: var(--fg-2); display: flex; gap: 10px; align-items: flex-start; line-height: 1.45;
}
.marketing-root .plan li::before {
  content: ""; flex-shrink: 0; margin-top: 5px; width: 14px; height: 14px; border-radius: 50%;
  background: rgba(107, 203, 119, .15) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8l3 3 7-7' stroke='%236BCB77' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/10px no-repeat;
}
.marketing-root .plan li b { color: var(--fg); font-weight: 600; }
.marketing-root .plan li.star::before {
  background: rgba(255, 217, 61, .15) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1l2.2 4.5 4.8.7-3.5 3.4.8 4.8L8 12.2 3.7 14.4l.8-4.8L1 6.2l4.8-.7L8 1z' fill='%23FFD93D'/></svg>") center/10px no-repeat;
}
@media (max-width: 1400px) { .marketing-root .plans { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .marketing-root .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .marketing-root .plans { grid-template-columns: 1fr; } }

.marketing-root .fine-print { text-align: center; color: var(--fg-3); font-size: 13px; margin-top: 24px; }
.marketing-root .fine-print a { color: var(--p-h); border-bottom: 1px solid rgba(64, 150, 255, .3); }

/* Comparison table */
.marketing-root .cmp-wrap {
  border-radius: 20px; border: 1px solid var(--border); overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .005));
}
.marketing-root table.cmp { width: 100%; border-collapse: collapse; font-size: 14px; }
.marketing-root table.cmp thead { background: rgba(255, 255, 255, .04); }
.marketing-root table.cmp th, .marketing-root table.cmp td {
  padding: 16px 20px; text-align: center; border-bottom: 1px solid var(--border); vertical-align: middle;
}
.marketing-root table.cmp th:first-child, .marketing-root table.cmp td:first-child {
  text-align: left; color: var(--fg); font-weight: 500;
}
.marketing-root table.cmp th { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--fg); }
.marketing-root table.cmp th .tier-hd { display: flex; flex-direction: column; gap: 2px; align-items: center; }
.marketing-root table.cmp th .tier-hd b { font-size: 15px; }
.marketing-root table.cmp th .tier-hd span { font-size: 12px; color: var(--fg-3); font-weight: 500; }
.marketing-root table.cmp th.best-col { background: rgba(22, 119, 255, .12); }
.marketing-root table.cmp td.best-col { background: rgba(22, 119, 255, .04); }
.marketing-root table.cmp tbody tr:hover { background: rgba(255, 255, 255, .02); }
.marketing-root table.cmp .group-row td {
  padding: 24px 20px 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--p-h); font-weight: 600;
  background: rgba(22, 119, 255, .03); border-bottom: 1px solid rgba(22, 119, 255, .15);
}
.marketing-root .yes { color: var(--green); font-size: 18px; line-height: 1; }
.marketing-root .no { color: var(--fg-3); font-size: 18px; line-height: 1; }
.marketing-root table.cmp td.val { font-family: var(--mono); font-size: 13px; color: var(--fg); font-variant-numeric: tabular-nums; }
.marketing-root table.cmp tbody tr:last-child td { border-bottom: 0; }
.marketing-root table.cmp .sub-note {
  display: block;
  font-size: 11.5px;
  color: var(--fg-3);
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.35;
}
@media (max-width: 760px) {
  .marketing-root table.cmp { font-size: 13px; }
  .marketing-root table.cmp th, .marketing-root table.cmp td { padding: 12px 10px; }
}

/* Pricing cta-row */
.marketing-root .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ===== Hero hub & spoke animations ===== */
.marketing-root .hub-wrap { margin: 64px auto 0; position: relative; max-width: 1080px; }
.marketing-root .hub-wrap svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 40px 80px rgba(22, 119, 255, .25)); }
/* Hide the hero hub-and-spoke illustration on phones — it adds height
   without explaining anything the copy hasn't already, and the
   per-node animations chew battery. Tablet and up still see it. */
@media (max-width: 760px) {
  .marketing-root .hub-wrap { display: none; }
}
.marketing-root .dash { stroke-dasharray: 4 6; animation: mpp-dashflow 2.5s linear infinite; }
@keyframes mpp-dashflow { to { stroke-dashoffset: -20; } }
.marketing-root .siteNode { animation: mpp-bob 4s var(--ease) infinite; }
.marketing-root .siteNode:nth-child(3n) { animation-delay: -1s; }
.marketing-root .siteNode:nth-child(3n+1) { animation-delay: -2s; }
@keyframes mpp-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
.marketing-root .packet { animation: mpp-fly 3s linear infinite; }
.marketing-root .packet.p2 { animation-delay: -1s; }
.marketing-root .packet.p3 { animation-delay: -2s; }
@keyframes mpp-fly {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

/* ===== Tags (for comparison table) ===== */
.marketing-root .tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600;
  padding: 3px 10px; border-radius: 999px;
}

/* ===== Human-score proof section ===== */
.marketing-root .score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}
.marketing-root .score-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(64, 150, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.marketing-root .score-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(64, 150, 255, 0.3);
}
.marketing-root .score-header {
  font-size: 15px;
  font-weight: 700;
  color: #1a2540;
  letter-spacing: -.2px;
  margin-bottom: 8px;
}
.marketing-root .score-gauge {
  position: relative;
  width: 160px;
  height: 90px;
  margin: 4px 0 12px;
}
.marketing-root .score-gauge svg {
  width: 100%;
  height: 100%;
  display: block;
}
.marketing-root .score-pct {
  position: absolute;
  left: 0; right: 0;
  bottom: 6px;
  text-align: center;
  line-height: 1.1;
}
.marketing-root .score-pct-num {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1a2540;
}
.marketing-root .score-pct-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #5a6478;
  letter-spacing: .04em;
}
.marketing-root .score-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.marketing-root .score-lang {
  font-size: 13px;
  font-weight: 700;
  color: #1a2540;
  letter-spacing: .02em;
}
.marketing-root .score-label {
  font-size: 12px;
  color: #5a6478;
}
.marketing-root .score-note {
  max-width: 720px;
  margin: 32px auto 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(64, 150, 255, 0.08);
  border: 1px solid rgba(64, 150, 255, 0.18);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
  text-align: center;
}
.marketing-root .score-note strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 820px) {
  .marketing-root .score-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Showcase blocks (SEOwriting-style split layout with mock cards)
   ═══════════════════════════════════════════════════════════════ */
.marketing-root .showcase { padding: 40px 0; }
.marketing-root .showcase-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, rgba(64,150,255,0.07), rgba(146,84,222,0.06));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 28px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}
.marketing-root .showcase.alt .showcase-row {
  background: linear-gradient(135deg, rgba(255,107,157,0.06), rgba(255,217,61,0.05));
  grid-template-columns: 1.15fr 1fr;
}
.marketing-root .showcase.alt .showcase-copy { order: 2; }
.marketing-root .showcase.alt .showcase-gallery { order: 1; }
.marketing-root .showcase-row.reverse {
  grid-template-columns: 1.15fr 1fr;
}
.marketing-root .showcase-row.reverse .showcase-copy { order: 2; }
.marketing-root .showcase-row.reverse .showcase-stack { order: 1; }

.marketing-root .showcase-copy .eyebrow { margin-bottom: 14px; }
.marketing-root .showcase-title {
  font-size: 40px; font-weight: 700; letter-spacing: -1px;
  line-height: 1.1; margin: 0 0 18px;
}
.marketing-root .showcase-copy p {
  font-size: 16px; color: var(--fg-2); line-height: 1.65; margin: 0 0 14px;
}
.marketing-root .showcase-description { font-size: 16px; color: var(--fg-2); line-height: 1.65; }
.marketing-root .showcase-description > * { margin: 0 0 14px; }
.marketing-root .showcase-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 8px; color: #4096FF; font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(64,150,255,.4);
  padding-bottom: 2px;
}
.marketing-root .showcase-link:hover { color: #fff; border-color: #fff; }

.marketing-root .showcase-stack {
  position: relative;
  min-height: 560px;
}
.marketing-root .showcase-gallery {
  position: relative;
  min-height: 560px;
}
.marketing-root .showcase-gallery-item {
  position: absolute;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 50px -18px rgba(0,0,0,.55);
  transition: transform .25s ease, box-shadow .25s ease;
}
.marketing-root .showcase-gallery-item:nth-child(3n + 1) {
  top: 20px;
  left: 0;
  width: 48%;
  z-index: 1;
  transform: rotate(-3deg);
}
.marketing-root .showcase-gallery-item:nth-child(3n + 2) {
  top: 320px;
  left: 11%;
  width: 56%;
  z-index: 2;
  transform: rotate(-1deg);
}
.marketing-root .showcase-gallery-item:nth-child(3n) {
  top: 30px;
  right: 0;
  width: 67%;
  z-index: 3;
  transform: rotate(2.5deg);
}
.marketing-root .showcase-gallery-item:hover {
  z-index: 10;
  transform: translateY(-4px) rotate(0deg) !important;
  box-shadow: 0 28px 70px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(64,150,255,.3);
}
.marketing-root .showcase-gallery-image { display: block; width: 100%; height: auto; }

/* Base card look — every mock-card shares these */
.marketing-root .sc-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 50px -18px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.05);
  color: #1a2540;
  padding: 16px 18px;
  position: absolute;
  transition: transform .25s ease, box-shadow .25s ease;
}
.marketing-root .sc-card:hover {
  transform: translateY(-4px) rotate(0deg) !important;
  box-shadow: 0 28px 70px -18px rgba(0,0,0,0.7), 0 0 0 1px rgba(64,150,255,.3);
  z-index: 10;
}
.marketing-root .sc-h {
  font-size: 13px; font-weight: 700; color: #1a2540;
  margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.marketing-root .sc-count {
  font-size: 11px; color: #8a93a8; font-weight: 500;
}
.marketing-root .sc-badge-free {
  font-size: 10px; background: #e8f5ea; color: #166534;
  padding: 2px 8px; border-radius: 999px; font-weight: 600;
}

/* ── Settings card ── */
.marketing-root .sc-settings {
  top: 20px; left: 0; width: 260px;
  transform: rotate(-3deg);
  z-index: 1;
}
.marketing-root .sc-f { margin-bottom: 10px; }
.marketing-root .sc-f label {
  display: flex; justify-content: space-between;
  font-size: 11px; color: #5a6478; margin-bottom: 4px; font-weight: 600;
}
.marketing-root .sc-sel {
  background: #f6f8fb; border: 1px solid #e1e6ef; border-radius: 8px;
  padding: 7px 10px; font-size: 12px; color: #1a2540;
  display: flex; align-items: center; gap: 8px;
}
.marketing-root .sc-sel .sc-caret { margin-left: auto; color: #8a93a8; font-size: 10px; }
.marketing-root .sc-flag { font-size: 14px; line-height: 1; }
.marketing-root .sc-flag-img {
  width: 20px; height: 15px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
  flex-shrink: 0;
  display: block;
}
.marketing-root .sc-pills {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
}
.marketing-root .sc-pill {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  background: #f6f8fb;
  border: 1px solid #e1e6ef;
  padding: 6px 8px;
  border-radius: 999px;
  color: #5a6478;
  font-weight: 500;
  line-height: 1.2;
}
.marketing-root .sc-pill.on {
  background: linear-gradient(135deg, #4096FF, #1677FF);
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}

/* ── Syndication card ── */
.marketing-root .sc-synd {
  top: 320px; left: 60px; width: 300px;
  transform: rotate(-1deg);
  z-index: 2;
}
.marketing-root .sc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.marketing-root .sc-chip {
  font-size: 11px; padding: 5px 10px; border-radius: 999px;
  background: #f6f8fb; color: #5a6478; border: 1px solid #e1e6ef; font-weight: 500;
}
.marketing-root .sc-chip.on {
  background: #dbeafe; color: #1d4ed8; border-color: #c7d2fe;
}
.marketing-root .sc-help {
  font-size: 11px; color: #8a93a8; margin-top: 10px;
}

/* ── Article preview (large) ── */
.marketing-root .sc-preview {
  top: 30px; right: 0; width: 360px;
  padding: 0; overflow: hidden;
  transform: rotate(2.5deg);
  z-index: 3;
}
.marketing-root .sc-preview-img {
  position: relative;
  display: block; width: 100%; height: 150px;
  overflow: hidden; line-height: 0;
}
.marketing-root .sc-preview-img > svg,
.marketing-root .sc-preview-img > img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.marketing-root .sc-preview-genbadge {
  position: absolute;
  top: 10px; left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
}
.marketing-root .sc-preview-body { padding: 14px 18px 16px; }
.marketing-root .sc-preview-meta {
  font-size: 11px; color: #8a93a8; margin-bottom: 8px;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.marketing-root .sc-preview-score {
  background: #ecfdf5; color: #065f46; font-weight: 700;
  padding: 2px 7px; border-radius: 999px; font-size: 10px;
}
.marketing-root .sc-ok { color: #16a34a; font-weight: 600; }
.marketing-root .sc-preview-h {
  font-size: 17px; font-weight: 700; color: #1a2540;
  line-height: 1.25; margin-bottom: 10px;
}
.marketing-root .sc-preview-p {
  font-size: 12px; color: #475569; line-height: 1.55; margin-bottom: 10px;
}
.marketing-root .sc-preview-list {
  margin: 0 0 12px; padding: 0; list-style: none;
}
.marketing-root .sc-preview-list li {
  font-size: 12px; color: #475569; line-height: 1.5;
  padding-left: 14px; position: relative; margin-bottom: 5px;
}
.marketing-root .sc-preview-list li::before {
  content: '•'; position: absolute; left: 4px; top: 0;
  color: #4096FF; font-weight: 700;
}
.marketing-root .sc-preview-list b { color: #1a2540; font-weight: 700; }
.marketing-root .sc-preview-quote {
  font-size: 11px; font-style: italic; color: #64748b;
  border-left: 3px solid #4096FF; padding: 6px 10px;
  background: #f6f8fb; border-radius: 0 6px 6px 0;
  line-height: 1.5;
}

/* ── Sites list card ── */
.marketing-root .sc-sites {
  top: 0; left: 0; width: 300px;
  transform: rotate(-1.5deg);
}
.marketing-root .sc-sitelist { list-style: none; padding: 0; margin: 0; }
.marketing-root .sc-sitelist li {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0; border-top: 1px solid #eef1f6;
  font-size: 12px;
}
.marketing-root .sc-sitelist li:first-child { border-top: none; }
.marketing-root .sc-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,.2);
}
.marketing-root .sc-host {
  color: #1a2540; font-weight: 600; flex: 1;
}
.marketing-root .sc-tag {
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 999px; letter-spacing: .03em;
}
.marketing-root .sc-chk { color: #16a34a; font-weight: 700; }

/* ── Link swap card ── */
.marketing-root .sc-swap {
  top: 190px; right: 20px; width: 320px;
  transform: rotate(2deg);
}
.marketing-root .sc-swap-row {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 12px;
}
.marketing-root .sc-swap-old,
.marketing-root .sc-swap-new {
  font-size: 12px; font-family: 'Menlo', monospace;
  padding: 8px 12px; border-radius: 8px;
}
.marketing-root .sc-swap-old {
  background: #fef2f2; color: #991b1b;
}
.marketing-root .sc-strike { text-decoration: line-through; }
.marketing-root .sc-swap-arrow {
  text-align: center; color: #9ca3af; font-size: 14px; line-height: 1;
}
.marketing-root .sc-swap-new {
  background: #ecfdf5; color: #065f46; font-weight: 600;
}
.marketing-root .sc-swap-foot {
  font-size: 11px; color: #5a6478;
  display: flex; align-items: center; gap: 6px;
}
.marketing-root .sc-swap-foot b { color: #1a2540; }
.marketing-root .sc-ok-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,.2);
}

/* ── Queue card ── */
.marketing-root .sc-queue {
  top: 60px; right: 0; width: 320px;
  transform: rotate(-2deg);
}
.marketing-root .sc-queue-list { list-style: none; padding: 0; margin: 0; }
.marketing-root .sc-queue-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 0; font-size: 12px;
}
.marketing-root .sc-status {
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.marketing-root .sc-status.sc-ok { background: #16a34a; }
.marketing-root .sc-status.sc-run {
  background: #4096FF;
  box-shadow: 0 0 0 0 rgba(64,150,255,.5);
  animation: sc-pulse 1.2s infinite;
}
.marketing-root .sc-status.sc-wait { background: #d1d5db; }
.marketing-root .sc-qt { color: #1a2540; font-weight: 500; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.marketing-root .sc-qs { color: #8a93a8; font-size: 11px; font-weight: 500; }

@keyframes sc-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(64,150,255,.6); }
  70%  { box-shadow: 0 0 0 8px rgba(64,150,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(64,150,255,0); }
}

@media (max-width: 980px) {
  .marketing-root .showcase-row,
  .marketing-root .showcase-row.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 24px;
  }
  .marketing-root .showcase-row.reverse .showcase-copy { order: 1; }
  .marketing-root .showcase-row.reverse .showcase-stack { order: 2; }
  .marketing-root .showcase.alt .showcase-copy { order: 1; }
  .marketing-root .showcase.alt .showcase-gallery { order: 2; }
  .marketing-root .showcase-title { font-size: 30px; }
  .marketing-root .showcase-stack { min-height: 480px; }
  .marketing-root .showcase-gallery { min-height: 480px; }
}
@media (max-width: 620px) {
  .marketing-root .showcase-stack { min-height: auto; display: flex; flex-direction: column; gap: 16px; }
  .marketing-root .showcase-gallery { min-height: auto; display: flex; flex-direction: column; gap: 16px; }
  .marketing-root .showcase-gallery-item {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
  }
  .marketing-root .sc-card {
    position: relative !important;
    top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
    width: 100% !important; transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Humanize showcase — custom mock cards (detector, protocol, forbidden)
   ═══════════════════════════════════════════════════════════════ */
.marketing-root .showcase.humanize .showcase-row {
  background: linear-gradient(135deg, rgba(146,84,222,0.08), rgba(64,150,255,0.06));
}

.marketing-root .sc-detector {
  top: 20px; right: 40px; width: 280px;
  transform: rotate(-2deg);
  z-index: 3;
  text-align: center;
}
.marketing-root .sc-detector-brand {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: #1a2540; margin-bottom: 4px;
}
.marketing-root .sc-detector-logo {
  width: 20px; height: 20px; border-radius: 50%;
  background: #2ecc71; color: #fff; font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
}
.marketing-root .sc-detector-gauge {
  position: relative; width: 160px; height: 90px; margin: 6px auto 8px;
}
.marketing-root .sc-detector-gauge svg { width: 100%; height: 100%; display: block; }
.marketing-root .sc-detector-pct {
  position: absolute; left: 0; right: 0; bottom: 6px;
  text-align: center; line-height: 1.1;
}
.marketing-root .sc-detector-num { display: block; font-size: 22px; font-weight: 700; color: #1a2540; }
.marketing-root .sc-detector-lbl { display: block; font-size: 11px; font-weight: 600; color: #5a6478; }
.marketing-root .sc-detector-verdict {
  font-size: 12px; color: #5a6478; padding: 8px 12px;
  background: #ecfdf5; border-radius: 8px; margin-top: 6px;
}
.marketing-root .sc-detector-verdict b { color: #166534; font-weight: 700; }

.marketing-root .sc-protocol {
  top: 280px; right: 0; width: 340px;
  transform: rotate(2deg);
  z-index: 2;
}
.marketing-root .sc-rule-chips {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px;
}
.marketing-root .sc-rule-chip {
  font-size: 11px; font-weight: 500; padding: 5px 10px;
  background: linear-gradient(135deg, #dbeafe, #ede9fe);
  color: #4c1d95; border: 1px solid rgba(146,84,222,.2);
  border-radius: 999px;
}

.marketing-root .sc-forbidden {
  top: 130px; left: 0; width: 280px;
  transform: rotate(-3deg);
  z-index: 1;
}
.marketing-root .sc-forbidden-list {
  list-style: none; padding: 0; margin: 0 0 8px;
}
.marketing-root .sc-forbidden-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 0; font-size: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.marketing-root .sc-forbidden-list li:last-child { border-bottom: none; }
.marketing-root .sc-forbidden-x {
  width: 16px; height: 16px; flex-shrink: 0;
  background: #fee2e2; color: #991b1b;
  border-radius: 50%; font-size: 9px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.marketing-root .sc-forbidden-text {
  color: #6b7280; text-decoration: line-through; font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════
   Specs strip — compact secondary-features grid
   ═══════════════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════════════
   Why MultiPub — five differentiator cards
   First three cards take a row, last two share the next row;
   numbers (01..05) are decorative gradient digits in the corner.
   ═══════════════════════════════════════════════════════════════ */
.marketing-root .why-block { padding-top: 8px; }
.marketing-root .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.marketing-root .why-card {
  position: relative;
  padding: 26px 26px 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(255,255,255,.012);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  overflow: hidden;
}
.marketing-root .why-card::before {
  content: '';
  position: absolute;
  inset: -1px -1px auto auto;
  width: 140px;
  height: 140px;
  background: radial-gradient(closest-side, rgba(64,150,255,.18), transparent 70%);
  pointer-events: none;
}
/* Mini-mock: small UI illustration above each card title.
   Sits at full card width, ~3:1 aspect, with a subtle dark surface
   so the inline SVG reads against the card gradient. */
.marketing-root .why-mock {
  margin: 4px 0 14px;
  padding: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8,12,22,.55), rgba(8,12,22,.30));
  border: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
  line-height: 0;          /* kill inline-svg baseline gap */
}
.marketing-root .why-mock svg {
  display: block;
  width: 100%;
  height: auto;
}
.marketing-root .why-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.marketing-root .why-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.2px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 9px;
}
.marketing-root .why-card h3 svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #5FA8FF;
  filter: drop-shadow(0 8px 18px rgba(64,150,255,.22));
}
.marketing-root .why-card h3 .why-card-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}
.marketing-root .why-card p {
  margin: 0;
  color: var(--fg-2);
  font-size: 13.5px;
  line-height: 1.62;
}
.marketing-root .why-card b { color: var(--fg); font-weight: 650; }
@media (max-width: 980px) {
  .marketing-root .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .marketing-root .why-grid { grid-template-columns: 1fr; }
}

.marketing-root .specs-block { padding-top: 10px; }
.marketing-root .specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.marketing-root .spec {
  display: flex; align-items: flex-start; gap: 14px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px 18px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.marketing-root .spec:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(64,150,255,.25);
  transform: translateY(-2px);
}
.marketing-root .spec-ic {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff;
  box-shadow: 0 8px 18px -6px rgba(0,0,0,.5);
}
.marketing-root .spec-ic.dark-ink { color: #2a1a00; }
.marketing-root .spec-ic svg {
  width: 22px;
  height: 22px;
  display: block;
}
.marketing-root .case .ic .case-icon-image {
  width: 31px; height: 31px; object-fit: contain;
}
.marketing-root .spec-ic .spec-icon-image {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.marketing-root .spec h4 {
  font-size: 14px; font-weight: 600;
  margin: 0 0 4px; letter-spacing: -.1px;
}
.marketing-root .spec p {
  font-size: 13px; color: var(--fg-2);
  margin: 0; line-height: 1.5;
}
@media (max-width: 900px) {
  .marketing-root .specs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .marketing-root .specs-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Docs page — left TOC + right article layout
   ========================================================================== */
.marketing-root .docs-content h2 {
  font-size: 26px; font-weight: 700; margin: 48px 0 16px;
  padding-top: 12px; border-top: 1px solid var(--border);
  scroll-margin-top: 90px; color: var(--fg);
}
.marketing-root .docs-content h3 { font-size: 17px; color: var(--fg); margin: 20px 0 8px; }
.marketing-root .docs-content p { color: var(--fg-2); margin: 10px 0; }
.marketing-root .docs-content ul, .marketing-root .docs-content ol { color: var(--fg-2); padding-left: 24px; line-height: 1.65; }
.marketing-root .docs-content li { margin: 6px 0; }
.marketing-root .docs-content code {
  background: rgba(255,255,255,.06); padding: 2px 6px; border-radius: 4px;
  font-family: var(--mono); font-size: .88em; color: #93c5fd;
}
.marketing-root .docs-content a { color: #60a5fa; text-decoration: underline; text-underline-offset: 2px; }
.marketing-root .docs-content a:hover { color: #93c5fd; }
.marketing-root .docs-content table th,
.marketing-root .docs-content table td { color: var(--fg-2); }
.marketing-root .docs-section { margin-top: 8px; }
.marketing-root .docs-section:first-child h2 { border-top: none; padding-top: 0; margin-top: 0; }

.marketing-root .docs-step {
  display: flex; gap: 14px; margin: 14px 0; padding: 12px 14px;
  background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 8px;
}
.marketing-root .docs-step-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #4096FF, #722ED1);
  color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.marketing-root .docs-step-body { flex: 1; color: var(--fg-2); font-size: 14px; line-height: 1.6; }
.marketing-root .docs-step-body b { color: var(--fg); }

.marketing-root .docs-toc { color: var(--fg-2); }
.marketing-root .docs-toc a:hover { background: rgba(255,255,255,.05); color: var(--fg); }

@media (max-width: 900px) {
  .marketing-root .docs-toc { display: none; }
  .marketing-root .container-wide > div[style*="grid"] { grid-template-columns: 1fr !important; }
}

/* ─────────────── Legal pages (Privacy / Terms / Refunds) ─────────────── */
.marketing-root .legal-main {
  background: #fff;
  color: #0a0a0a;
  padding: 60px 0 80px;
  min-height: 70vh;
}
.marketing-root .legal-article {
  max-width: 760px;
  margin: 0 auto;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
  font-size: 15.5px;
  color: #0a0a0a;
}
.marketing-root .legal-eyebrow {
  font-size: 12px; color: #71717a;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 8px; font-weight: 600;
}
.marketing-root .legal-title {
  font-size: 40px; font-weight: 700; letter-spacing: -0.025em;
  margin: 0 0 8px; color: #0a0a0a;
}
.marketing-root .legal-updated {
  font-size: 13px; color: #71717a; margin-bottom: 32px;
}
.marketing-root .legal-body h2 {
  font-size: 22px; font-weight: 700; letter-spacing: -0.015em;
  margin: 36px 0 12px; padding-top: 12px;
  scroll-margin-top: 80px;
  color: #0a0a0a;
}
.marketing-root .legal-body h3 {
  font-size: 17px; font-weight: 600;
  margin: 24px 0 8px; color: #0a0a0a;
}
.marketing-root .legal-body p { margin: 0 0 14px; }
.marketing-root .legal-body ul,
.marketing-root .legal-body ol { margin: 0 0 14px; padding-left: 24px; }
.marketing-root .legal-body li { margin-bottom: 6px; }
.marketing-root .legal-body a { color: #1d4ed8; text-decoration: underline; }
.marketing-root .legal-body code {
  background: #fafafa; border: 1px solid #ececef;
  border-radius: 4px; padding: 1px 5px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px;
}
.marketing-root .legal-body strong { color: #0a0a0a; font-weight: 600; }


/* ─── Contact page ────────────────────────────────────────────────── */
/* Стилизуется под тёмный hero-фон лендинга, форма — белая card-овая. */
.marketing-root .contact-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 24px 96px;
  position: relative;
  z-index: 1;
}

.marketing-root .contact-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .marketing-root .contact-grid { grid-template-columns: 1fr; }
}

.marketing-root .contact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(12px);
}
.marketing-root .contact-card h1 {
  font-size: 30px; font-weight: 700; letter-spacing: -0.02em;
  margin: 0 0 8px; color: #fff;
}
.marketing-root .contact-lead {
  margin: 0 0 24px;
  font-size: 15px; line-height: 1.55;
  color: rgba(255,255,255,0.7);
}
.marketing-root .contact-card label {
  display: block;
  margin-bottom: 14px;
}
.marketing-root .contact-card label > span {
  display: block;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.marketing-root .contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) {
  .marketing-root .contact-row { grid-template-columns: 1fr; }
}
.marketing-root .contact-card input[type="text"],
.marketing-root .contact-card input[type="email"],
.marketing-root .contact-card select,
.marketing-root .contact-card textarea {
  width: 100%;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.marketing-root .contact-card input::placeholder,
.marketing-root .contact-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.marketing-root .contact-card select option {
  /* Native dropdown — на тёмном фоне браузер сам подстроит, но явно лучше */
  background: #1a1a24;
  color: #fff;
}
.marketing-root .contact-card input:focus,
.marketing-root .contact-card select:focus,
.marketing-root .contact-card textarea:focus {
  border-color: rgba(99, 102, 241, 0.7);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.marketing-root .contact-card textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.5;
}
.marketing-root .contact-card input:disabled,
.marketing-root .contact-card select:disabled,
.marketing-root .contact-card textarea:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.marketing-root .contact-charcount {
  display: block;
  text-align: right;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
  text-transform: none;
  letter-spacing: 0;
}
.marketing-root .contact-error {
  background: rgba(248, 113, 113, 0.10);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fca5a5;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  margin: 0 0 14px;
}

.marketing-root .contact-side {
  padding: 28px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
}
.marketing-root .contact-side h2,
.marketing-root .contact-side h3 {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px;
}
.marketing-root .contact-side p { margin: 0 0 14px; }
.marketing-root .contact-side a { color: #a5b4fc; }
.marketing-root .contact-side a:hover { text-decoration: underline; }

.marketing-root .contact-emails {
  list-style: none;
  padding: 0; margin: 0;
}
.marketing-root .contact-emails li {
  display: flex; gap: 10px; align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.marketing-root .contact-emails li:last-child { border-bottom: none; }
.marketing-root .contact-emails .email-label {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.5);
  width: 60px;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.marketing-root .contact-emails a {
  font-size: 13.5px;
  font-family: var(--mono, 'JetBrains Mono', monospace);
}
.marketing-root .contact-times {
  list-style: none;
  padding: 0; margin: 0;
}
.marketing-root .contact-times li {
  padding: 6px 0;
  font-size: 13px;
}
.marketing-root .contact-times li b { color: #fff; }

/* Success state — same surface, centered, big check */
.marketing-root .contact-success {
  text-align: center;
  max-width: 560px;
  margin: 32px auto;
  padding: 48px 32px;
}
.marketing-root .contact-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  border: 2px solid rgba(34, 197, 94, 0.45);
  color: #4ade80;
  font-size: 36px; font-weight: 700;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.marketing-root .contact-success h1 {
  margin-bottom: 14px;
  font-size: 32px;
}
.marketing-root .contact-success p {
  color: rgba(255,255,255,0.75); line-height: 1.55; margin: 0 0 28px;
  font-size: 15px;
}
.marketing-root .contact-success p b { color: #fff; }

.marketing-root .scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 42%),
    linear-gradient(135deg, rgba(64,150,255,.94), rgba(125,87,255,.92));
  box-shadow: 0 18px 42px -20px rgba(22, 119, 255, .9), inset 0 1px 0 rgba(255,255,255,.22);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(.94);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.marketing-root .scroll-top.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.marketing-root .scroll-top:hover {
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 22px 52px -18px rgba(22, 119, 255, 1), inset 0 1px 0 rgba(255,255,255,.28);
  transform: translateY(-2px) scale(1.02);
}
.marketing-root .scroll-top:focus-visible {
  outline: 3px solid rgba(96, 165, 250, .42);
  outline-offset: 3px;
}
.marketing-root .scroll-top svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 760px) {
  .marketing-root .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
}

/* ==========================================================================
   Single Page & Policy Page (.the_single_page)
   Dark theme, rich typography for policy, documentation & article content.
   ========================================================================== */

.marketing-root .the_single_page {
  padding: 56px 0 100px;
  position: relative;
  min-height: calc(100dvh - 200px);
}

.marketing-root .single-page-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.marketing-root .single-page-card {
  background: linear-gradient(180deg, rgba(14, 26, 46, 0.65) 0%, rgba(10, 20, 35, 0.65) 100%);
  border: 1px solid var(--border-2);
  border-radius: 24px;
  padding: 48px 52px;
  box-shadow: 0 24px 70px -20px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
}

/* Header & Metadata */
.marketing-root .single-page-header {
  border-bottom: 1px solid var(--border-2);
  padding-bottom: 28px;
  margin-bottom: 36px;
}

.marketing-root .single-page-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.marketing-root .single-page-meta .eyebrow {
  margin-bottom: 0;
  font-size: 11.5px;
  padding: 3px 10px;
}

.marketing-root .single-page-date {
  color: var(--fg-3);
  font-size: 12.5px;
  font-family: var(--mono);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.marketing-root .single-page-title {
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  color: #fff;
  margin: 0;
}

.marketing-root .single-page-thumbnail {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-2);
}

.marketing-root .single-page-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Typography & Elements inside .the_single_page / .single-page-content
   ========================================================================== */

.marketing-root .the_single_page .single-page-content,
.marketing-root .the_single_page .entry-content,
.marketing-root .the_single_page {
  color: var(--fg-2);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Headings */
.marketing-root .the_single_page h1,
.marketing-root .the_single_page h2,
.marketing-root .the_single_page h3,
.marketing-root .the_single_page h4,
.marketing-root .the_single_page h5,
.marketing-root .the_single_page h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.018em;
  margin-top: 40px;
  margin-bottom: 16px;
  scroll-margin-top: 100px;
  overflow-wrap: anywhere;
}

.marketing-root .the_single_page .single-page-content > *:first-child {
  margin-top: 0 !important;
}

.marketing-root .the_single_page h1 {
  font-size: clamp(26px, 3vw, 34px);
}

.marketing-root .the_single_page h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.marketing-root .the_single_page h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--p-h), var(--accent));
  border-radius: 2px;
}

.marketing-root .the_single_page h3 {
  font-size: clamp(19px, 2vw, 22px);
  margin-top: 32px;
  margin-bottom: 14px;
}

.marketing-root .the_single_page h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 10px;
}

.marketing-root .the_single_page h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 22px;
  margin-bottom: 8px;
}

.marketing-root .the_single_page h6 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 20px;
  margin-bottom: 8px;
}

/* Paragraphs & Text */
.marketing-root .the_single_page p {
  margin: 0 0 20px;
  line-height: 1.8;
  color: var(--fg-2);
}

.marketing-root .the_single_page p.lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--fg);
}

.marketing-root .the_single_page strong,
.marketing-root .the_single_page b {
  color: #fff;
  font-weight: 600;
}

.marketing-root .the_single_page em,
.marketing-root .the_single_page i {
  color: var(--fg);
  font-style: italic;
}

.marketing-root .the_single_page small {
  font-size: 13px;
  color: var(--fg-3);
}

.marketing-root .the_single_page mark {
  background: rgba(255, 217, 61, 0.18);
  color: #FFD93D;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 217, 61, 0.3);
}

.marketing-root .the_single_page del,
.marketing-root .the_single_page s {
  color: var(--fg-3);
  text-decoration: line-through;
}

.marketing-root .the_single_page ins {
  color: var(--green);
  text-decoration: underline;
}

.marketing-root .the_single_page sub,
.marketing-root .the_single_page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.marketing-root .the_single_page sup { top: -0.5em; }
.marketing-root .the_single_page sub { bottom: -0.25em; }

/* Links */
.marketing-root .the_single_page .single-page-content a,
.marketing-root .the_single_page .entry-content a {
  color: var(--p-h);
  text-decoration: underline;
  text-underline-offset: 3.5px;
  text-decoration-color: rgba(64, 150, 255, 0.35);
  font-weight: 500;
  transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
}

.marketing-root .the_single_page .single-page-content a:hover,
.marketing-root .the_single_page .entry-content a:hover {
  color: #fff;
  text-decoration-color: var(--p-h);
}

/* Lists */
.marketing-root .the_single_page ul,
.marketing-root .the_single_page ol {
  margin: 0 0 24px;
  padding-left: 26px;
  color: var(--fg-2);
}

.marketing-root .the_single_page ul {
  list-style-type: disc;
}

.marketing-root .the_single_page ol {
  list-style-type: decimal;
}

.marketing-root .the_single_page li {
  margin-bottom: 10px;
  line-height: 1.75;
}

.marketing-root .the_single_page li::marker {
  color: var(--p-h);
  font-weight: 600;
}

.marketing-root .the_single_page ul ul,
.marketing-root .the_single_page ol ol,
.marketing-root .the_single_page ul ol,
.marketing-root .the_single_page ol ul {
  margin: 8px 0 12px;
  padding-left: 22px;
}

.marketing-root .the_single_page ul ul {
  list-style-type: circle;
}

.marketing-root .the_single_page ul ul ul {
  list-style-type: square;
}

/* Blockquotes */
.marketing-root .the_single_page blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.08) 0%, rgba(114, 46, 209, 0.05) 100%);
  border-left: 4px solid var(--p);
  border-radius: 0 14px 14px 0;
  color: var(--fg);
  font-style: italic;
  font-size: 16.5px;
  line-height: 1.75;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.marketing-root .the_single_page blockquote p {
  color: var(--fg);
  margin-bottom: 12px;
}

.marketing-root .the_single_page blockquote p:last-child {
  margin-bottom: 0;
}

.marketing-root .the_single_page blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--fg-3);
  font-style: normal;
  font-family: var(--mono);
}

/* Tables */
.marketing-root .the_single_page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 32px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border-2);
  background: rgba(255, 255, 255, 0.02);
  font-size: 14.5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.marketing-root .the_single_page th {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-2);
  letter-spacing: -0.01em;
}

.marketing-root .the_single_page td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--fg-2);
  vertical-align: top;
  line-height: 1.6;
}

.marketing-root .the_single_page tr:last-child td {
  border-bottom: none;
}

.marketing-root .the_single_page tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.015);
}

.marketing-root .the_single_page tr:hover td {
  background: rgba(64, 150, 255, 0.06);
  color: var(--fg);
}

/* Code & Preformatted */
.marketing-root .the_single_page code {
  font-family: var(--mono);
  font-size: 13.5px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2px 7px;
  color: #93c5fd;
  word-break: break-word;
}

.marketing-root .the_single_page pre {
  background: #060d19;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  padding: 22px 24px;
  overflow-x: auto;
  margin: 28px 0;
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.7;
  color: #E2E8F0;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.marketing-root .the_single_page pre code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

.marketing-root .the_single_page kbd {
  font-family: var(--mono);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
  background: #152238;
  border: 1px solid #2a3c5a;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: #e2e8f0;
}

/* Dividers */
.marketing-root .the_single_page hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-2), transparent);
  margin: 44px 0;
}

/* Images & Media */
.marketing-root .the_single_page img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--border);
  margin: 28px 0;
}

.marketing-root .the_single_page figure {
  margin: 32px 0;
}

.marketing-root .the_single_page figure img {
  margin: 0 auto;
  display: block;
}

.marketing-root .the_single_page figcaption,
.marketing-root .the_single_page .wp-caption-text {
  text-align: center;
  font-size: 13px;
  color: var(--fg-3);
  margin-top: 10px;
  font-style: italic;
}

/* Alignments */
.marketing-root .the_single_page .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.marketing-root .the_single_page .alignleft {
  float: left;
  margin: 8px 24px 20px 0;
  max-width: 50%;
}

.marketing-root .the_single_page .alignright {
  float: right;
  margin: 8px 0 20px 24px;
  max-width: 50%;
}

/* Callout & Notice Boxes */
.marketing-root .the_single_page .callout,
.marketing-root .the_single_page .info-box {
  margin: 28px 0;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(22, 119, 255, 0.08);
  border: 1px solid rgba(64, 150, 255, 0.25);
  color: var(--fg);
  font-size: 15px;
}

.marketing-root .the_single_page .warning-box {
  margin: 28px 0;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(255, 217, 61, 0.08);
  border: 1px solid rgba(255, 217, 61, 0.25);
  color: #fff;
  font-size: 15px;
}

.marketing-root .the_single_page .success-box {
  margin: 28px 0;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(107, 203, 119, 0.08);
  border: 1px solid rgba(107, 203, 119, 0.25);
  color: #fff;
  font-size: 15px;
}

/* Post Tags & Pagination */
.marketing-root .single-page-tags {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.marketing-root .single-page-tags .tags-label {
  font-size: 13px;
  color: var(--fg-3);
  font-weight: 600;
  margin-right: 4px;
}

.marketing-root .single-page-tags .tag-item {
  font-size: 12.5px;
  font-family: var(--mono);
  color: var(--fg-2);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 4px 10px;
  transition: all 0.2s var(--ease);
  text-decoration: none;
}

.marketing-root .single-page-tags .tag-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.marketing-root .the_single_page .page-links {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.marketing-root .the_single_page .page-links a,
.marketing-root .the_single_page .page-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--fg);
  text-decoration: none;
  font-size: 13px;
}

.marketing-root .the_single_page .page-links span.current {
  background: var(--p);
  border-color: var(--p);
  color: #fff;
  font-weight: 600;
}

/* ==========================================================================
   404 Error Page (.the_404_page)
   ========================================================================== */

.marketing-root .the_404_page {
  min-height: calc(100dvh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 90px;
  position: relative;
}

.marketing-root .error-404-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 60px 48px;
  background: linear-gradient(180deg, rgba(14, 26, 46, 0.7) 0%, rgba(10, 20, 35, 0.7) 100%);
  border: 1px solid var(--border-2);
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 32px 80px -20px rgba(0, 0, 0, 0.7), 0 0 60px -20px rgba(22, 119, 255, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.marketing-root .error-404-glow {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 200px;
  background: radial-gradient(circle, rgba(22, 119, 255, 0.38), transparent 70%);
  filter: blur(48px);
  pointer-events: none;
}

.marketing-root .error-404-badge {
  margin-bottom: 20px;
}

.marketing-root .error-404-badge .eyebrow {
  margin-bottom: 0;
}

.marketing-root .error-404-code {
  font-size: clamp(84px, 14vw, 140px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #4096FF 0%, #9254DE 50%, #FF6B9D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 20px;
  font-feature-settings: 'tnum';
}

.marketing-root .error-404-title {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.25;
}

.marketing-root .error-404-desc {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 36px;
}

.marketing-root .error-404-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   Responsive Breakpoints for .the_single_page & .the_404_page ONLY
   ========================================================================== */

/* Embeds & video responsive */
.marketing-root .the_single_page iframe,
.marketing-root .the_single_page video,
.marketing-root .the_single_page embed {
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border);
}

/* Custom scrollbars for scrollable tables & code blocks */
.marketing-root .the_single_page table::-webkit-scrollbar,
.marketing-root .the_single_page pre::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.marketing-root .the_single_page table::-webkit-scrollbar-track,
.marketing-root .the_single_page pre::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 3px;
}
.marketing-root .the_single_page table::-webkit-scrollbar-thumb,
.marketing-root .the_single_page pre::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 3px;
}
.marketing-root .the_single_page table::-webkit-scrollbar-thumb:hover,
.marketing-root .the_single_page pre::-webkit-scrollbar-thumb:hover {
  background: rgba(64, 150, 255, 0.4);
}

/* Tablet & Mobile Breakpoint (<= 768px) */
@media (max-width: 768px) {
  /* Single Page / Policy Page */
  .marketing-root .the_single_page {
    padding: 36px 0 60px;
  }

  .marketing-root .single-page-card {
    padding: 36px 24px;
    border-radius: 20px;
  }

  .marketing-root .single-page-header {
    padding-bottom: 22px;
    margin-bottom: 28px;
  }

  .marketing-root .single-page-title {
    font-size: clamp(24px, 4.5vw, 32px);
    line-height: 1.22;
  }

  .marketing-root .the_single_page h1 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 14px;
  }

  .marketing-root .the_single_page h2 {
    font-size: 21px;
    margin-top: 32px;
    margin-bottom: 14px;
  }

  .marketing-root .the_single_page h3 {
    font-size: 18.5px;
    margin-top: 26px;
    margin-bottom: 12px;
  }

  .marketing-root .the_single_page h4 {
    font-size: 16.5px;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .marketing-root .the_single_page p,
  .marketing-root .the_single_page li {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .marketing-root .the_single_page table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .marketing-root .the_single_page table th,
  .marketing-root .the_single_page table td {
    padding: 12px 14px;
    font-size: 13.5px;
  }

  .marketing-root .the_single_page pre {
    padding: 18px 20px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 12px;
  }

  .marketing-root .the_single_page blockquote {
    padding: 16px 20px;
    font-size: 15.5px;
    margin: 24px 0;
  }

  .marketing-root .the_single_page .alignleft,
  .marketing-root .the_single_page .alignright {
    float: none;
    max-width: 100%;
    margin: 16px 0;
  }

  /* 404 Page */
  .marketing-root .the_404_page {
    padding: 40px 0 60px;
  }

  .marketing-root .error-404-card {
    padding: 48px 24px;
    border-radius: 22px;
  }

  .marketing-root .error-404-code {
    font-size: 96px;
  }

  .marketing-root .error-404-title {
    font-size: 24px;
  }

  .marketing-root .error-404-desc {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .marketing-root .error-404-actions {
    flex-direction: column;
    width: 100%;
  }

  .marketing-root .error-404-actions .b {
    width: 100%;
  }
}

/* Small Mobile Breakpoint (<= 560px) */
@media (max-width: 560px) {
  /* Single Page / Policy Page */
  .marketing-root .the_single_page {
    padding: 24px 0 50px;
  }

  .marketing-root .single-page-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .marketing-root .single-page-header {
    padding-bottom: 16px;
    margin-bottom: 22px;
  }

  .marketing-root .single-page-meta {
    gap: 8px;
    margin-bottom: 12px;
  }

  .marketing-root .single-page-meta .eyebrow {
    font-size: 10.5px;
    padding: 2px 8px;
  }

  .marketing-root .single-page-date {
    font-size: 11.5px;
  }

  .marketing-root .single-page-title {
    font-size: clamp(21px, 6vw, 26px);
    line-height: 1.25;
  }

  .marketing-root .single-page-thumbnail {
    margin-bottom: 22px;
    border-radius: 12px;
  }

  .marketing-root .the_single_page h1 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
  }

  .marketing-root .the_single_page h2 {
    font-size: 19.5px;
    margin-top: 28px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .marketing-root .the_single_page h3 {
    font-size: 17.5px;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .marketing-root .the_single_page h4 {
    font-size: 15.5px;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .marketing-root .the_single_page h5,
  .marketing-root .the_single_page h6 {
    font-size: 13.5px;
    margin-top: 16px;
    margin-bottom: 6px;
  }

  .marketing-root .the_single_page p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
  }

  .marketing-root .the_single_page p.lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .marketing-root .the_single_page ul,
  .marketing-root .the_single_page ol {
    padding-left: 20px;
    margin: 0 0 18px;
    font-size: 15px;
  }

  .marketing-root .the_single_page li {
    margin-bottom: 8px;
    line-height: 1.65;
  }

  .marketing-root .the_single_page ul ul,
  .marketing-root .the_single_page ol ol {
    padding-left: 16px;
    margin: 6px 0 8px;
  }

  .marketing-root .the_single_page blockquote {
    padding: 14px 16px;
    margin: 20px 0;
    font-size: 14.5px;
    line-height: 1.65;
    border-left-width: 3px;
    border-radius: 0 10px 10px 0;
  }

  .marketing-root .the_single_page pre {
    padding: 14px 16px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 10px;
    margin: 20px 0;
  }

  .marketing-root .the_single_page table {
    font-size: 13px;
    margin: 20px 0;
    border-radius: 10px;
  }

  .marketing-root .the_single_page table th,
  .marketing-root .the_single_page table td {
    padding: 10px 12px;
  }

  .marketing-root .the_single_page hr {
    margin: 30px 0;
  }

  .marketing-root .the_single_page img {
    margin: 18px 0;
    border-radius: 10px;
  }

  .marketing-root .the_single_page figure {
    margin: 20px 0;
  }

  .marketing-root .the_single_page .callout,
  .marketing-root .the_single_page .info-box,
  .marketing-root .the_single_page .warning-box,
  .marketing-root .the_single_page .success-box {
    padding: 14px 16px;
    font-size: 14px;
    margin: 20px 0;
    border-radius: 10px;
  }

  .marketing-root .single-page-tags {
    margin-top: 24px;
    padding-top: 16px;
    gap: 6px;
  }

  .marketing-root .single-page-tags .tag-item {
    font-size: 11.5px;
    padding: 3px 8px;
  }

  .marketing-root .the_single_page .page-links {
    margin-top: 24px;
    padding-top: 16px;
    gap: 6px;
  }

  .marketing-root .the_single_page .page-links a,
  .marketing-root .the_single_page .page-links span {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 0 6px;
  }

  /* 404 Page */
  .marketing-root .the_404_page {
    padding: 24px 0 44px;
    min-height: calc(100dvh - 130px);
  }

  .marketing-root .error-404-card {
    padding: 36px 16px;
    border-radius: 18px;
  }

  .marketing-root .error-404-glow {
    width: 220px;
    height: 140px;
    top: -40px;
  }

  .marketing-root .error-404-badge {
    margin-bottom: 14px;
  }

  .marketing-root .error-404-code {
    font-size: clamp(64px, 20vw, 84px);
    margin-bottom: 12px;
  }

  .marketing-root .error-404-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .marketing-root .error-404-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .marketing-root .error-404-actions {
    gap: 10px;
  }

  .marketing-root .error-404-actions .b {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }
}

/* Ultra Small Mobile Screen Breakpoint (<= 380px) */
@media (max-width: 380px) {
  .marketing-root .the_single_page .single-page-card {
    padding: 20px 12px;
    border-radius: 12px;
  }

  .marketing-root .the_single_page .single-page-title {
    font-size: 20px;
  }

  .marketing-root .the_single_page h1 { font-size: 20px; }
  .marketing-root .the_single_page h2 { font-size: 18px; }
  .marketing-root .the_single_page h3 { font-size: 16px; }

  .marketing-root .the_single_page p,
  .marketing-root .the_single_page li {
    font-size: 14px;
  }

  .marketing-root .error-404-card {
    padding: 28px 12px;
    border-radius: 14px;
  }

  .marketing-root .error-404-code {
    font-size: 56px;
  }

  .marketing-root .error-404-title {
    font-size: 18px;
  }
}