/* Shared visual system derived from the homepage.
   Homepage rules:
   1. Light atmospheric canvas: cool white with soft blue/pink gradients.
   2. Transparent navigation that sits on the page, not inside a detached block.
   3. Heroes stay open and bright: gradient headline, muted copy, no dark banner by default.
   4. Cards use white surfaces, thin borders, and soft elevation.
   5. Inter typography, tight headline tracking, calm secondary text.
   6. Primary buttons are blue, secondary buttons are white surfaces with borders.
   7. Sections breathe with generous spacing; only final CTA goes dark.
   8. Product pages follow one narrative rhythm: problem -> mechanism -> outcome -> proof -> CTA.
   9. Shared components must feel like one family: badges, pills, cards, proof strips, FAQ, and footer.
*/

body.site-unified {
  --site-bg: linear-gradient(160deg, #f8fafc 0%, #eef2ff 48%, #fdf2f8 100%);
  --site-surface: rgba(255, 255, 255, 0.9);
  --site-surface-strong: rgba(255, 255, 255, 0.96);
  --site-surface-soft: rgba(255, 255, 255, 0.88);
  --site-border: rgba(148, 163, 184, 0.22);
  --site-border-strong: rgba(37, 99, 235, 0.16);
  --site-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  --site-shadow-lg: 0 28px 72px rgba(15, 23, 42, 0.12);
  --site-primary: #2563eb;
  --site-primary-dark: #1d4ed8;
  --site-accent: #7c3aed;
  --site-cta: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #2563eb 100%);
  --site-font-body: "Manrope", "Aptos", "Segoe UI", sans-serif;
  --site-font-display: "Space Grotesk", "Trebuchet MS", "Aptos", sans-serif;
  background: var(--site-bg) !important;
  color: var(--text, #0f172a);
}

body.site-unified,
body.site-unified * {
  font-family: var(--site-font-body);
}

body.site-unified h1,
body.site-unified h2,
body.site-unified h3,
body.site-unified h4,
body.site-unified h5,
body.site-unified h6,
body.site-unified .logo,
body.site-unified .nav-logo-text {
  font-family: var(--site-font-display);
  letter-spacing: -0.03em;
}

body.site-unified .nav,
body.site-unified .nav-v2 {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.site-unified .logo,
body.site-unified .nav-logo-text {
  color: var(--text, #0f172a) !important;
  text-decoration: none !important;
}

body.site-unified.page-lp > header.nav[data-header-template="root"],
body.site-unified.page-lp > header.nav[data-header-template="root-static"] {
  width: min(1140px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

body.site-unified .nav-links a,
body.site-unified .nav-link,
body.site-unified .nav-dropdown-trigger,
body.site-unified .nav-logo-text {
  color: var(--muted, #475569) !important;
}

body.site-unified .nav-links a:hover,
body.site-unified .nav-link:hover,
body.site-unified .nav-dropdown-trigger:hover,
body.site-unified .nav-links a.active,
body.site-unified .nav-links a.nav-active,
body.site-unified .nav-link.nav-active {
  background: rgba(37, 99, 235, 0.08) !important;
  color: #2563eb !important;
}

body.site-unified .nav-dropdown-menu,
body.site-unified .lang-dropdown {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12) !important;
}

body.site-unified .topbar {
  background: linear-gradient(90deg, #0f172a 0%, #1d4ed8 55%, #2563eb 100%) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 0 !important;
}

body.site-unified .topbar strong {
  color: #ffffff !important;
}

body.site-unified .btn-nav,
body.site-unified .btn-blue,
body.site-unified .btn-nav-cta {
  background: var(--site-primary) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28) !important;
}

body.site-unified .btn-primary-v2,
body.site-unified .btn-primary,
body.site-unified .btn-grad,
body.site-unified .btn-gold,
body.site-unified .btn-white,
body.site-unified .btn-telegram {
  background: var(--site-primary) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28) !important;
}

body.site-unified .btn-nav:hover,
body.site-unified .btn-blue:hover,
body.site-unified .btn-nav-cta:hover {
  background: var(--site-primary-dark) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.36) !important;
}

body.site-unified .btn-primary-v2:hover,
body.site-unified .btn-primary:hover,
body.site-unified .btn-grad:hover,
body.site-unified .btn-gold:hover,
body.site-unified .btn-white:hover,
body.site-unified .btn-telegram:hover {
  background: var(--site-primary-dark) !important;
  color: #ffffff !important;
}

body.site-unified .btn-secondary,
body.site-unified .btn-outline,
body.site-unified .btn-outline-blue,
body.site-unified .btn-outline-white,
body.site-unified .btn-ghost {
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--text, #0f172a) !important;
  border: 1px solid var(--site-border) !important;
  box-shadow: none !important;
  backdrop-filter: blur(8px);
}

body.site-unified .btn-secondary:hover,
body.site-unified .btn-outline:hover,
body.site-unified .btn-outline-blue:hover,
body.site-unified .btn-outline-white:hover,
body.site-unified .btn-ghost:hover {
  background: #ffffff !important;
  color: #1d4ed8 !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
}

body.site-unified .hero .btn-outline-white,
body.site-unified .hero .btn-outline-blue,
body.site-unified .hero-v2 .btn-ghost,
body.site-unified .agent-hero .btn-secondary,
body.site-unified .ap-hero .btn-outline-white {
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--text, #0f172a) !important;
  border: 1px solid var(--site-border) !important;
}

body.site-unified .hero .btn-outline-white:hover,
body.site-unified .hero .btn-outline-blue:hover,
body.site-unified .hero-v2 .btn-ghost:hover,
body.site-unified .agent-hero .btn-secondary:hover,
body.site-unified .ap-hero .btn-outline-white:hover {
  background: #ffffff !important;
  color: var(--site-primary) !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
}

body.site-unified .hero,
body.site-unified .hero-v2,
body.site-unified .agent-hero,
body.site-unified .ap-hero {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0;
  overflow: visible;
  position: relative;
}

body.site-unified .hero-v2,
body.site-unified .hero,
body.site-unified .agent-hero,
body.site-unified .ap-hero,
body.site-unified .blog-header,
body.site-unified .article-header {
  position: relative;
}

body.site-unified .hero-v2::before,
body.site-unified .hero::before,
body.site-unified .agent-hero::before,
body.site-unified .ap-hero::before,
body.site-unified .blog-header::before,
body.site-unified .article-header::before {
  content: none;
}

body.site-unified .hero-v2::after,
body.site-unified .hero::after,
body.site-unified .agent-hero::after,
body.site-unified .ap-hero::after {
  content: none;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(24px, 3vw, 36px) !important;
  align-items: stretch !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border-radius: 36px !important;
  border: 1px solid rgba(96, 165, 250, 0.22) !important;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.9)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 24px 56px rgba(37, 99, 235, 0.1) !important;
  overflow: hidden !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-content {
  display: grid !important;
  align-content: start !important;
  gap: 16px !important;
  padding: 8px 0 !important;
  position: relative;
  z-index: 1;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .badge-group {
  gap: 12px !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .badge {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(96, 165, 250, 0.22) !important;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08) !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) h1 {
  font-size: clamp(40px, 4.2vw, 60px) !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  margin: 0 !important;
  text-wrap: balance;
  background: linear-gradient(135deg, #172554 0%, #1d4ed8 56%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  max-width: 13.8ch;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-sub {
  max-width: 620px !important;
  font-size: 18px !important;
  line-height: 1.66 !important;
  color: #475569 !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .btn-primary {
  min-height: 56px;
  padding-inline: 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24) !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .btn-secondary {
  min-height: 56px;
  padding-inline: 24px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-inline-note,
body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-microproof {
  margin: 4px 0 0 !important;
  max-width: 620px !important;
  padding: 14px 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(96, 165, 250, 0.18) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 245, 249, 0.9)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: #475569 !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-inline-note strong,
body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-microproof strong {
  color: #0f172a !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .stat-item {
  min-height: 88px;
  padding: 14px 14px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .stat-divider {
  display: none !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .stat-number {
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1 !important;
  color: #1d4ed8 !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .stat-label {
  margin-top: 4px !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
  color: #64748b !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-visual {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 100% !important;
  padding-top: 18px !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .dashboard-mockup,
body.site-unified.page-core .hero-v2:not(.hero-v2-home) .avatar-studio {
  width: 100% !important;
  max-width: 484px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(96, 165, 250, 0.18) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)) !important;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1) !important;
  overflow: hidden !important;
}

@media (max-width: 1100px) {
  body.site-unified.page-core .hero-v2:not(.hero-v2-home) {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.site-unified.page-core .hero-v2:not(.hero-v2-home) h1 {
    max-width: 14.2ch;
  }

  body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-visual {
    padding-top: 0 !important;
  }
}

@media (max-width: 760px) {
  body.site-unified.page-core .hero-v2:not(.hero-v2-home) {
    padding: 22px !important;
    border-radius: 28px !important;
  }

  body.site-unified.page-core .hero-v2:not(.hero-v2-home) h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    max-width: none;
  }

  body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-sub,
  body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-inline-note,
  body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-microproof {
    max-width: none !important;
  }

  body.site-unified.page-core .hero-v2:not(.hero-v2-home) .hero-v2-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .dm-header,
body.site-unified.page-core .hero-v2:not(.hero-v2-home) .as-header {
  background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%) !important;
}

body.site-unified.page-core .hero-v2:not(.hero-v2-home) .dm-body,
body.site-unified.page-core .hero-v2:not(.hero-v2-home) .as-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.98)) !important;
}

body.site-unified .page > main,
body.site-unified main {
  display: block;
}

body.site-unified .section-heading,
body.site-unified .section-header,
body.site-unified .ap-section-header,
body.site-unified .sec-head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.site-unified .section-heading,
body.site-unified .section-header,
body.site-unified .ap-section-header {
  display: grid;
  gap: 10px;
}

body.site-unified .section-heading p,
body.site-unified .section-header p,
body.site-unified .ap-section-header p,
body.site-unified .sec-p {
  color: var(--muted, #475569);
  font-size: 18px;
  line-height: 1.7;
}

body.site-unified section {
  position: relative;
}

body.site-unified.page-core .features-section,
body.site-unified.page-core .steps-section,
body.site-unified.page-core .benefits-section,
body.site-unified.page-core .social-proof,
body.site-unified.page-core .pricing-section,
body.site-unified.page-core .who-section,
body.site-unified.page-core .faq-section,
body.site-unified.page-core .agent-features,
body.site-unified.page-core .agent-steps,
body.site-unified.page-core .agent-social-proof,
body.site-unified.page-core .agent-final-cta,
body.site-unified.page-special .ap-steps-section,
body.site-unified.page-special .ap-features-section,
body.site-unified.page-special .ap-proof-section,
body.site-unified.page-special .ap-faq-section,
body.site-unified.page-lp .logos,
body.site-unified.page-lp .problems,
body.site-unified.page-lp .roi,
body.site-unified.page-lp .how,
body.site-unified.page-lp .features,
body.site-unified.page-lp .social,
body.site-unified.page-lp .cta-final {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

body.site-unified.page-core .answer-summary,
body.site-unified.page-core .problem-solution,
body.site-unified.page-core .steps-section,
body.site-unified.page-core .features-section,
body.site-unified.page-core .social-proof,
body.site-unified.page-core .who-section,
body.site-unified.page-core .faq-section,
body.site-unified.page-core .final-cta {
  margin-top: 24px !important;
  padding: clamp(28px, 3vw, 38px) !important;
  border-radius: 34px !important;
  border: 1px solid rgba(96, 165, 250, 0.18) !important;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 48px rgba(15, 23, 42, 0.07) !important;
}

body.site-unified.page-core .answer-summary-grid,
body.site-unified.page-core .problem-solution-grid,
body.site-unified.page-core .steps-grid,
body.site-unified.page-core .features-grid,
body.site-unified.page-core .proof-grid,
body.site-unified.page-core .who-grid,
body.site-unified.page-core .faq-list {
  gap: 18px !important;
}

body.site-unified.page-core .answer-summary-card,
body.site-unified.page-core .testimonial-card,
body.site-unified.page-core .faq-item {
  border-radius: 24px !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07) !important;
}

body.site-unified.page-core .testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.site-unified.page-core .testimonial-card {
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
  padding: 22px !important;
}

body.site-unified.page-core .testimonial-stars {
  font-size: 14px !important;
  letter-spacing: 0.16em !important;
  color: #2563eb !important;
  opacity: 0.9;
}

body.site-unified.page-core .testimonial-text {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #0f172a !important;
}

body.site-unified.page-core .testimonial-author {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 2px !important;
}

body.site-unified.page-core .author-avatar {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(96, 165, 250, 0.22)) !important;
  color: #1d4ed8 !important;
  font-weight: 800 !important;
}

body.site-unified.page-core .author-name,
body.site-unified.page-core .testimonial-author strong {
  color: #0f172a !important;
  font-weight: 700 !important;
}

body.site-unified.page-core .author-role,
body.site-unified.page-core .testimonial-author span {
  color: #64748b !important;
  font-size: 14px !important;
}

body.site-unified.page-core .faq-list {
  display: grid !important;
  gap: 14px !important;
}

body.site-unified.page-core .faq-item {
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

body.site-unified.page-core .faq-question {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px 22px !important;
  background: transparent !important;
  border: 0 !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-align: left !important;
}

body.site-unified.page-core .faq-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(37, 99, 235, 0.08) !important;
  color: #2563eb !important;
  font-weight: 700 !important;
  flex: 0 0 auto;
}

body.site-unified.page-core .faq-answer {
  padding: 0 22px 20px !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body.site-unified.page-core .pill-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
}

body.site-unified.page-core .final-cta {
  text-align: center !important;
  padding-block: clamp(34px, 4vw, 48px) !important;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 24%),
    radial-gradient(circle at bottom right, rgba(167, 139, 250, 0.18), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #172554 36%, #1d4ed8 100%) !important;
  border: 1px solid rgba(191, 219, 254, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 72px rgba(15, 23, 42, 0.2) !important;
}

body.site-unified.page-core .final-cta .badge {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #dbeafe !important;
}

body.site-unified.page-core .final-cta h2 {
  max-width: 14ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.05em !important;
  text-wrap: balance;
  color: #ffffff !important;
}

body.site-unified.page-core .final-cta .badge-dot {
  background: #93c5fd !important;
}

body.site-unified.page-core .final-cta p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(219, 234, 254, 0.96) !important;
  opacity: 1 !important;
}

body.site-unified.page-core .final-cta-actions {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 12px !important;
}

body.site-unified.page-core .final-cta .btn-primary {
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%) !important;
  color: #1d4ed8 !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2) !important;
}

body.site-unified.page-core .final-cta .btn-primary:hover {
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%) !important;
  color: #1d4ed8 !important;
}

body.site-unified.page-special section[style*="background:#fff"] {
  background: transparent !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

body.site-unified.page-special [style*="background:linear-gradient(135deg,#fdf4ff"],
body.site-unified.page-special [style*="background:linear-gradient(135deg,#eff6ff"],
body.site-unified.page-special [style*="background:linear-gradient(135deg,#f0fdf4"],
body.site-unified.page-special [style*="background:linear-gradient(135deg,#fff7ed"],
body.site-unified.page-special [style*="background:rgba(255,255,255,0.08); backdrop-filter:blur(20px)"],
body.site-unified.page-special .ap-hero [style*="background:rgba(255,255,255,0.08)"],
body.site-unified.page-special .ap-hero [style*="background:rgba(255,255,255,0.06)"] {
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border) !important;
  box-shadow: var(--site-shadow) !important;
  backdrop-filter: blur(10px) !important;
}

body.site-unified.page-special [style*="font-size:1rem; font-weight:700; color:"],
body.site-unified.page-special [style*="font-size:12px; font-weight:600; color:#34d399"],
body.site-unified.page-special [style*="font-size:12px; font-weight:600; color:#fff"] {
  color: #0f172a !important;
}

body.site-unified.page-special [style*="font-size:13px; color:#6b21a8"],
body.site-unified.page-special [style*="font-size:13px; color:#4338ca"],
body.site-unified.page-special [style*="font-size:13px; color:#166534"],
body.site-unified.page-special [style*="font-size:13px; color:#92400e"],
body.site-unified.page-special [style*="font-size:11px; color:rgba(255,255,255,0.5)"],
body.site-unified.page-special [style*="font-size:12px; color:rgba(255,255,255,0.6)"] {
  color: var(--muted, #475569) !important;
}

body.site-unified.page-special [style*="font-size:1.8rem; font-weight:800; color:#e9d5ff"],
body.site-unified.page-special [style*="font-size:1.8rem; font-weight:800; color:#bbf7d0"],
body.site-unified.page-special [style*="font-size:12px; font-weight:700; color:#c4b5fd"],
body.site-unified.page-special [style*="font-size:11px; color:#4ade80; font-weight:700"] {
  color: #2563eb !important;
}

body.site-unified.page-special [style*="background:rgba(74,222,128,0.15)"],
body.site-unified.page-special [style*="background:rgba(16,185,129,0.15)"] {
  background: rgba(37, 99, 235, 0.08) !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
}

body.site-unified.page-special .ap-hero .btn-primary-v2,
body.site-unified.page-special .ap-hero .btn-nav-cta {
  background: var(--site-primary) !important;
  color: #ffffff !important;
}

body.site-unified.page-lp .hero-label,
body.site-unified.page-lp .hero-badge {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08)) !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  color: var(--site-primary) !important;
}

body.site-unified.page-lp .hero-h1,
body.site-unified.page-lp .hero h1 {
  color: transparent !important;
  background: linear-gradient(135deg, var(--text, #0f172a) 0%, var(--site-primary) 58%, var(--site-accent) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.site-unified.page-lp .hero-h1 em,
body.site-unified.page-lp .hero-h1 .g1,
body.site-unified.page-lp .hero-h1 .g2,
body.site-unified.page-lp .hero-h1 .grad-text {
  color: transparent !important;
  background: linear-gradient(135deg, var(--text, #0f172a) 0%, var(--site-primary) 58%, var(--site-accent) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.site-unified.page-lp .hero-sub,
body.site-unified.page-lp .hero-trust-item,
body.site-unified.page-lp .hero-trust-item span,
body.site-unified.page-lp .trust-pill,
body.site-unified.page-lp .hero-pill {
  color: var(--muted, #475569) !important;
}

body.site-unified .btn-nav:hover,
body.site-unified .btn-nav-cta:hover,
body.site-unified .btn-primary-v2:hover {
  transform: translateY(-2px);
}

body.site-unified.page-lp .hero::before,
body.site-unified.page-lp .hero::after,
body.site-unified.page-core .hero::before,
body.site-unified.page-core .hero::after,
body.site-unified.page-special .ap-hero::before,
body.site-unified.page-special .ap-hero::after {
  display: none !important;
}

body.site-unified .hero h1,
body.site-unified .hero-v2 h1,
body.site-unified .agent-hero h1,
body.site-unified .ap-hero h1,
body.site-unified .hero-h1,
body.site-unified .hero-title {
  color: transparent !important;
  background: linear-gradient(135deg, var(--text, #0f172a) 0%, var(--primary, #2563eb) 60%, var(--accent, #7c3aed) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  font-family: var(--site-font-display) !important;
}

body.site-unified .hero-sub,
body.site-unified .hero-v2-sub,
body.site-unified .agent-hero-sub,
body.site-unified .ap-hero-desc,
body.site-unified .hero-text {
  color: var(--muted, #475569) !important;
}

body.site-unified .hero-h1 em,
body.site-unified .hero-h1 .g1,
body.site-unified .hero-h1 .g2,
body.site-unified .hero-h1 .grad-text {
  color: transparent !important;
  background: linear-gradient(135deg, var(--text, #0f172a) 0%, var(--primary, #2563eb) 60%, var(--accent, #7c3aed) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.site-unified .hero-label,
body.site-unified .hero-eyebrow,
body.site-unified .hero-badge,
body.site-unified .ap-badge,
body.site-unified .agent-badge {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08)) !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  color: #2563eb !important;
  box-shadow: none !important;
}

body.site-unified .hero-badge::before,
body.site-unified .hero-eyebrow::before {
  color: #2563eb !important;
}

body.site-unified .answer-summary {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

body.site-unified .answer-summary-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

body.site-unified .answer-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.site-unified .answer-summary-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 8px;
}

body.site-unified .answer-summary-card strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--text, #0f172a);
}

body.site-unified .answer-summary-card span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted, #475569);
}

body.site-unified .answer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.site-unified .answer-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: var(--text, #0f172a);
  font-size: 13px;
  font-weight: 600;
}

body.site-unified .answer-proof-item::before {
  content: "•";
  color: #2563eb;
  font-size: 16px;
  line-height: 1;
}

body.site-unified.page-core .agent-hero.agent-hero-clean {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

body.site-unified.page-core .agent-hero.agent-hero-clean h1 {
  color: var(--text, #0f172a) !important;
  background: linear-gradient(135deg, var(--text, #0f172a) 0%, var(--primary, #2563eb) 60%, var(--accent, #7c3aed) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.site-unified.page-core .agent-hero.agent-hero-clean .agent-hero-sub {
  color: var(--muted, #475569) !important;
}

body.site-unified.page-core .agent-hero.agent-hero-clean .agent-badge {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.1), rgba(124, 58, 237, 0.1)) !important;
  border: 1px solid rgba(0, 136, 204, 0.2) !important;
  color: var(--telegram, #0088cc) !important;
}

body.site-unified .sec-tag,
body.site-unified .section-heading .eyebrow,
body.site-unified .ap-section-badge,
body.site-unified .badge,
body.site-unified .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  align-self: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 32px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08)) !important;
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  color: #2563eb !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.site-unified .sec-h2,
body.site-unified .section-title,
body.site-unified .section-heading h2,
body.site-unified .section-header h2,
body.site-unified .ap-section-header h2,
body.site-unified .content h2 {
  color: var(--text, #0f172a) !important;
  font-family: var(--site-font-display) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.site-unified .sec-p,
body.site-unified .section-desc,
body.site-unified .section-heading p,
body.site-unified .section-header p,
body.site-unified .ap-section-header p,
body.site-unified .content p {
  color: var(--muted, #475569);
}

body.site-unified .card,
body.site-unified .prob-card,
body.site-unified .feat-card,
body.site-unified .feature-card,
body.site-unified .testi-card,
body.site-unified .step-card,
body.site-unified .check-item,
body.site-unified .pain-card,
body.site-unified .pain-item,
body.site-unified .ct-card,
body.site-unified .why-visual,
body.site-unified .roi-visual,
body.site-unified .scale-visual,
body.site-unified .auth-visual,
body.site-unified .auth-metric,
body.site-unified .expert-card,
body.site-unified .expert-stat,
body.site-unified .expert-post,
body.site-unified .testi-card,
body.site-unified .hcard,
body.site-unified .partner-row,
body.site-unified .contact-form,
body.site-unified .dashboard,
body.site-unified .dashboard-mockup,
body.site-unified .phone-screen,
body.site-unified .phone,
body.site-unified .float-badge {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
  color: #0f172a !important;
}

body.site-unified .card h3,
body.site-unified .prob-title,
body.site-unified .feat-title,
body.site-unified .feature-card h3,
body.site-unified .step-card h3,
body.site-unified .check-item h3,
body.site-unified .pain-item-title,
body.site-unified .testi-name,
body.site-unified .ct-title,
body.site-unified .expert-av-name,
body.site-unified .partner-row strong {
  color: #0f172a !important;
}

body.site-unified .card p,
body.site-unified .prob-desc,
body.site-unified .feat-desc,
body.site-unified .feature-card p,
body.site-unified .step-card p,
body.site-unified .check-item p,
body.site-unified .pain-item-desc,
body.site-unified .testi-text,
body.site-unified .ct-desc,
body.site-unified .expert-post-text,
body.site-unified .partner-row span,
body.site-unified .contact-form p,
body.site-unified .field label {
  color: var(--muted, #475569) !important;
}

body.site-unified .platforms-bar,
body.site-unified .stats-bar {
  position: relative;
}

body.site-unified .platforms-label,
body.site-unified .stats-bar-label {
  color: var(--muted, #475569) !important;
}

body.site-unified .platform-pill,
body.site-unified .pill {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

body.site-unified .platform-pill:hover,
body.site-unified .pill:hover {
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified .ps-card,
body.site-unified .testimonial-card,
body.site-unified .faq-item,
body.site-unified .stats-bar-item {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified .stats-bar {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified .stats-bar-number {
  color: #2563eb !important;
}

body.site-unified .testimonial-card.featured-t {
  border-color: rgba(37, 99, 235, 0.22) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(219, 234, 254, 0.42)) !important;
}

body.site-unified .faq-question:hover {
  background: rgba(37, 99, 235, 0.04) !important;
}

body.site-unified .feature-icon,
body.site-unified .feat-icon,
body.site-unified .step-number,
body.site-unified .hcard-icon,
body.site-unified .partner-pill,
body.site-unified .feature-tag {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.12)) !important;
  color: #2563eb !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
}

body.site-unified .step-number {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

body.site-unified.page-lp .stats,
body.site-unified.page-lp .authority,
body.site-unified.page-lp .social,
body.site-unified.page-lp .features,
body.site-unified.page-lp .how,
body.site-unified.page-lp .problems,
body.site-unified.page-lp .roi,
body.site-unified.page-lp .content-types,
body.site-unified.page-lp .pain,
body.site-unified.page-lp .workflow,
body.site-unified.page-lp .scale,
body.site-unified.page-lp .cta-final {
  background: transparent !important;
}

body.site-unified.page-lp .hero {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.site-unified.page-lp .blob,
body.site-unified.page-lp .phone-glow,
body.site-unified.page-lp .hero-ornament,
body.site-unified.page-lp .hero-ornament2 {
  display: none !important;
}

body.site-unified.page-lp .trust-pill,
body.site-unified.page-lp .hero-pill,
body.site-unified.page-lp .phone-badge {
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid var(--site-border) !important;
  box-shadow: none !important;
}

body.site-unified.page-lp .trust-pill .dot,
body.site-unified.page-lp .hero-trust-item svg,
body.site-unified.page-lp .hero-trust-item::before,
body.site-unified.page-lp .phone-badge {
  color: var(--site-primary) !important;
}

body.site-unified.page-lp .trust-pill .dot {
  background: var(--site-primary) !important;
}

body.site-unified.page-lp .float-badge {
  color: var(--text, #0f172a) !important;
}

body.site-unified.page-lp .float-badge .val {
  color: var(--site-primary) !important;
}

body.site-unified.page-lp .stats-grid,
body.site-unified.page-lp .stats-inner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.04)) !important;
  border: 1px solid rgba(37, 99, 235, 0.14) !important;
  border-radius: 30px;
  padding: 44px 36px !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

body.site-unified.page-lp .stats-grid > .stat-item,
body.site-unified.page-lp .stats-inner > .stat-item {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 20px !important;
  padding: 18px 16px !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06) !important;
}

body.site-unified.page-lp .roi-inner,
body.site-unified.page-lp .workflow-inner,
body.site-unified.page-lp .scale-inner,
body.site-unified.page-lp .pain-grid {
  padding: clamp(28px, 3vw, 38px) !important;
  border-radius: 32px !important;
  border: 1px solid rgba(96, 165, 250, 0.16) !important;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 48px rgba(15, 23, 42, 0.07) !important;
}

body.site-unified.page-lp .authority .auth-inner {
  padding: clamp(30px, 3vw, 40px) !important;
  border-radius: 32px !important;
  border: 1px solid rgba(191, 219, 254, 0.18) !important;
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 24%),
    radial-gradient(circle at bottom right, rgba(167, 139, 250, 0.16), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #172554 38%, #1d4ed8 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 56px rgba(15, 23, 42, 0.18) !important;
}

body.site-unified.page-lp .authority .auth-content h3,
body.site-unified.page-lp .authority .auth-content p,
body.site-unified.page-lp .authority .auth-tl-title,
body.site-unified.page-lp .authority .auth-tl-label,
body.site-unified.page-lp .authority .auth-tl-val {
  color: #ffffff !important;
}

body.site-unified.page-lp .authority .auth-content p,
body.site-unified.page-lp .authority .auth-tl-val {
  color: rgba(219, 234, 254, 0.92) !important;
}

body.site-unified.page-lp .authority .auth-metric {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(191, 219, 254, 0.16) !important;
  box-shadow: none !important;
}

body.site-unified.page-lp .authority .auth-metric-num,
body.site-unified.page-lp .authority .auth-metric-label {
  color: #ffffff !important;
}

body.site-unified.page-lp .authority .auth-visual {
  background: rgba(255, 255, 255, 0.9) !important;
}

body.site-unified.page-lp .cta-box h2 {
  max-width: 14ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

body.site-unified.page-lp .stat-num,
body.site-unified.page-core .stat-number,
body.site-unified.page-special .stat-number {
  color: #2563eb !important;
  background: none !important;
  -webkit-text-fill-color: #2563eb !important;
}

body.site-unified.page-lp .stat-label,
body.site-unified.page-core .stat-label,
body.site-unified.page-special .stat-label {
  color: var(--muted, #475569) !important;
}

body.site-unified .cta-box,
body.site-unified .final-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #2563eb 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.18) !important;
}

body.site-unified .cta-box h2,
body.site-unified .cta-box p,
body.site-unified .final-cta h2,
body.site-unified .final-cta p,
body.site-unified .cta-note {
  color: #ffffff !important;
}

body.site-unified.page-core .content {
  max-width: 1120px !important;
  padding: 52px 20px 12px !important;
}

body.site-unified.page-core .content > .hero-title {
  font-size: clamp(40px, 6vw, 64px) !important;
  max-width: 780px;
  letter-spacing: -0.04em;
  color: var(--text, #0f172a) !important;
}

body.site-unified.page-core .cards {
  gap: 20px !important;
}

body.site-unified.page-core .contact-form {
  padding: 32px !important;
  border-radius: 24px !important;
}

body.site-unified.page-core .field input,
body.site-unified.page-core .field textarea {
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.26);
}

body.site-unified.page-special .ap-hero {
  margin-top: 0;
}

body.site-unified.page-special .ap-step,
body.site-unified.page-special .ap-card,
body.site-unified.page-special .ap-feature-card,
body.site-unified.page-special .ap-benefit-card {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  color: #0f172a !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified.page-special .ap-step p,
body.site-unified.page-special .ap-feature-card p,
body.site-unified.page-special .ap-benefit-card p {
  color: var(--muted, #475569) !important;
}

body.site-unified.page-special .nav-logo rect {
  fill: #2563eb !important;
}

body.site-unified:not(.blog-unified) .page-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 20px 20px 72px !important;
}

body.site-unified:not(.blog-unified) .mini-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 8px auto 20px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: blur(14px);
}

body.site-unified:not(.blog-unified) .mini-nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: var(--muted, #475569) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.site-unified:not(.blog-unified) .mini-nav a:hover {
  color: #2563eb !important;
  background: #ffffff !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
  transform: translateY(-1px);
}

body.site-unified:not(.blog-unified) .hero-card,
body.site-unified:not(.blog-unified) .content-card,
body.site-unified:not(.blog-unified) .case-card,
body.site-unified:not(.blog-unified) .card,
body.site-unified:not(.blog-unified) .section-block,
body.site-unified:not(.blog-unified) .contact-section {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 30px !important;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(16px);
}

body.site-unified:not(.blog-unified) .hero-card,
body.site-unified:not(.blog-unified) .content-card,
body.site-unified:not(.blog-unified) .card {
  padding: 32px !important;
}

body.site-unified:not(.blog-unified) .hero-card,
body.site-unified:not(.blog-unified) .collab-hero {
  position: relative;
  overflow: hidden;
}

body.site-unified:not(.blog-unified) .hero-card::before,
body.site-unified:not(.blog-unified) .collab-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.1), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.1), transparent 52%);
  pointer-events: none;
}

body.site-unified:not(.blog-unified) .hero-card > *,
body.site-unified:not(.blog-unified) .collab-hero > * {
  position: relative;
  z-index: 1;
}

body.site-unified:not(.blog-unified) .hero-card h1,
body.site-unified:not(.blog-unified) .content-card h1,
body.site-unified:not(.blog-unified) .card h1,
body.site-unified:not(.blog-unified) .collab-title {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
}

body.site-unified:not(.blog-unified) .lead,
body.site-unified:not(.blog-unified) .hero-card .lead,
body.site-unified:not(.blog-unified) .card > p,
body.site-unified:not(.blog-unified) .content-card > p,
body.site-unified:not(.blog-unified) .collab-sub {
  max-width: 760px;
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: var(--muted, #475569) !important;
}

body.site-unified:not(.blog-unified) .answer-grid article,
body.site-unified:not(.blog-unified) .principles-grid article,
body.site-unified:not(.blog-unified) .links-grid a,
body.site-unified:not(.blog-unified) .summary-grid article,
body.site-unified:not(.blog-unified) .score-grid article,
body.site-unified:not(.blog-unified) .grid article,
body.site-unified:not(.blog-unified) .grid a,
body.site-unified:not(.blog-unified) .case-card,
body.site-unified:not(.blog-unified) .panel-list li,
body.site-unified:not(.blog-unified) .prep-list li,
body.site-unified:not(.blog-unified) .contact-card,
body.site-unified:not(.blog-unified) .prep-card {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06) !important;
}

body.site-unified:not(.blog-unified) .links-grid a:hover,
body.site-unified:not(.blog-unified) .grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.18) !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1) !important;
}

body.site-unified:not(.blog-unified) .callout {
  border: 1px solid rgba(37, 99, 235, 0.16) !important;
  border-left: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.06)) !important;
  box-shadow: none !important;
}

body.site-unified:not(.blog-unified) .case-card h2,
body.site-unified:not(.blog-unified) .content-card h2,
body.site-unified:not(.blog-unified) .card h2,
body.site-unified:not(.blog-unified) .section-block h2,
body.site-unified:not(.blog-unified) .contact-section h2,
body.site-unified:not(.blog-unified) .grid article h2,
body.site-unified:not(.blog-unified) .answer-grid h2,
body.site-unified:not(.blog-unified) .principles-grid h2 {
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em !important;
}

body.site-unified:not(.blog-unified) .score-grid article h2,
body.site-unified:not(.blog-unified) .summary-grid h2,
body.site-unified:not(.blog-unified) .grid strong {
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  color: var(--text, #0f172a) !important;
}

body.site-unified:not(.blog-unified) .case-card p,
body.site-unified:not(.blog-unified) .case-card li,
body.site-unified:not(.blog-unified) .content-card p,
body.site-unified:not(.blog-unified) .content-card li,
body.site-unified:not(.blog-unified) .card p,
body.site-unified:not(.blog-unified) .card li,
body.site-unified:not(.blog-unified) .section-block p,
body.site-unified:not(.blog-unified) .section-block li,
body.site-unified:not(.blog-unified) .grid article p,
body.site-unified:not(.blog-unified) .summary-grid p,
body.site-unified:not(.blog-unified) .links-grid span {
  color: var(--muted, #475569) !important;
}

body.site-unified:not(.blog-unified) .collab-hero,
body.site-unified:not(.blog-unified) .section-block,
body.site-unified:not(.blog-unified) .contact-section {
  padding: 28px !important;
}

body.site-unified:not(.blog-unified) .collab-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: 36px !important;
}

body.site-unified:not(.blog-unified) .collab-copy {
  gap: 20px !important;
}

body.site-unified:not(.blog-unified) .collab-dashboard {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified:not(.blog-unified) .collab-stats {
  gap: 16px !important;
  flex-wrap: wrap !important;
}

body.site-unified:not(.blog-unified) .collab-stats .stat-item {
  min-width: 120px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

body.site-unified:not(.blog-unified) .collab-stats .stat-number {
  font-size: 26px !important;
}

body.site-unified:not(.blog-unified) .summary-grid,
body.site-unified:not(.blog-unified) .answer-grid,
body.site-unified:not(.blog-unified) .principles-grid {
  gap: 16px !important;
}

@media (max-width: 900px) {
  body.site-unified .answer-summary-grid {
    grid-template-columns: 1fr;
  }

  body.site-unified .hero,
  body.site-unified .hero-v2,
  body.site-unified .agent-hero,
  body.site-unified .ap-hero {
    border-radius: 28px;
  }

  body.site-unified.page-lp .stats-grid,
  body.site-unified.page-lp .stats-inner {
    padding: 28px 20px !important;
  }

  body.site-unified:not(.blog-unified) .page-wrap {
    padding: 12px 16px 56px !important;
  }

  body.site-unified:not(.blog-unified) .mini-nav {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  body.site-unified:not(.blog-unified) .hero-card,
  body.site-unified:not(.blog-unified) .content-card,
  body.site-unified:not(.blog-unified) .card,
  body.site-unified:not(.blog-unified) .section-block,
  body.site-unified:not(.blog-unified) .contact-section {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  body.site-unified:not(.blog-unified) .hero-card h1,
  body.site-unified:not(.blog-unified) .content-card h1,
  body.site-unified:not(.blog-unified) .card h1,
  body.site-unified:not(.blog-unified) .collab-title {
    font-size: clamp(30px, 10vw, 46px) !important;
  }

  body.site-unified:not(.blog-unified) .collab-hero {
    grid-template-columns: 1fr !important;
  }
}

body.site-unified.blog-unified .blog-header,
body.site-unified.blog-unified .article-header {
  width: 100%;
  max-width: 860px;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #2563eb 100%) !important;
  border-radius: 32px;
  padding: 48px 40px !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

body.site-unified.blog-unified .blog-header h1,
body.site-unified.blog-unified .article-header h1,
body.site-unified.blog-unified .blog-header p,
body.site-unified.blog-unified .article-meta,
body.site-unified.blog-unified .article-header .eyebrow {
  color: #ffffff !important;
}

body.site-unified.blog-unified .blog-grid {
  margin-top: 28px;
}

body.site-unified.blog-unified .blog-card,
body.site-unified.blog-unified .article-body,
body.site-unified.blog-unified .article-cta {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

body.site-unified.blog-unified .article-body {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 42px 44px;
}

body.site-unified.blog-unified .article-body h2,
body.site-unified.blog-unified .article-body h3,
body.site-unified.blog-unified .article-body strong,
body.site-unified.blog-unified .article-body blockquote {
  color: #0f172a !important;
}

body.site-unified.blog-unified .article-body p,
body.site-unified.blog-unified .article-body li,
body.site-unified.blog-unified .article-back,
body.site-unified.blog-unified .footer p,
body.site-unified.blog-unified .footer a {
  color: var(--muted, #475569) !important;
}

body.site-unified.blog-unified .article-body blockquote {
  border-left: 4px solid #2563eb;
  background: rgba(37, 99, 235, 0.06);
  padding: 18px 22px;
  border-radius: 0 18px 18px 0;
  margin: 24px 0;
}

body.site-unified.blog-unified .article-cta {
  width: 100%;
  max-width: 820px;
  margin: 28px auto 0;
  padding: 36px 32px;
}

body.site-unified.blog-unified .footer.footer-v2 {
  margin-top: 36px;
  padding: 36px 0 12px;
  background: transparent !important;
}

body.site-unified.blog-unified .article-excerpt {
  max-width: 700px;
}

body.site-unified.blog-unified .related-articles {
  max-width: 1040px;
}

body.site-unified .footer-crawl-links {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site-unified .footer-crawl-label {
  font-weight: 700;
}

body.site-unified .footer-crawl-link {
  color: inherit;
  text-decoration: none;
}

body.site-unified .footer-crawl-link:hover {
  color: inherit;
}

@media (max-width: 900px) {
  body.site-unified.blog-unified .blog-header,
  body.site-unified.blog-unified .article-header,
  body.site-unified.blog-unified .article-body,
  body.site-unified.blog-unified .article-cta {
    padding: 28px 22px !important;
    border-radius: 24px;
  }
}
