/*
  Eggy.net Premium Slate Style System Concept
  ------------------------------------------------------------
  CSS-only concept layer. No AI images. No stock images.
  This file is scoped to body.eggy-slate-concept so it can be reviewed safely
  without changing the live corporate site.

  Final live conversion note:
  If approved, the same variables and component rules can be moved into the
  shared site stylesheet and applied through the existing layout/header system.
*/

body.eggy-slate-concept {
  --slate-page: #07101a;
  --slate-page-2: #0b1521;
  --slate-panel: #101b2a;
  --slate-panel-2: #142235;
  --slate-panel-3: #1a2a40;
  --slate-inset: #09131f;
  --slate-line: rgba(226, 237, 248, 0.10);
  --slate-line-strong: rgba(226, 237, 248, 0.18);
  --slate-text: #f2f7fb;
  --slate-soft: #c6d3e1;
  --slate-muted: #91a4b7;
  --slate-cyan: #32d7d3;
  --slate-blue: #5ea2ff;
  --slate-green: #54d38a;
  --slate-purple: #9b6bff;
  --slate-amber: #f2b84b;
  --slate-red: #ff6b6b;
  --slate-radius-xl: 32px;
  --slate-radius-lg: 24px;
  --slate-radius-md: 18px;
  --slate-shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.34);
  --slate-shadow-card: 0 16px 42px rgba(0, 0, 0, 0.24);
  --slate-max: 1180px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% -8%, rgba(50, 215, 211, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 0%, rgba(94, 162, 255, 0.10), transparent 34rem),
    radial-gradient(circle at 50% 55%, rgba(50, 215, 211, 0.045), transparent 48rem),
    linear-gradient(180deg, var(--slate-page), var(--slate-page-2) 42%, #080f18 100%);
  color: var(--slate-text);
}

body.eggy-slate-concept::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.027) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 10%, rgba(0,0,0,.95), rgba(0,0,0,.55) 48%, transparent 100%);
}

body.eggy-slate-concept::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 35%, rgba(0,0,0,.22) 100%);
}

body.eggy-slate-concept a { color: inherit; }

body.eggy-slate-concept .site-header,
body.eggy-slate-concept .slate-concept-topbar {
  background: rgba(7, 16, 26, 0.78);
  border: 1px solid rgba(226, 237, 248, .09);
  border-radius: 999px;
  box-shadow: 0 14px 44px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter: blur(16px);
}

body.eggy-slate-concept .brand,
body.eggy-slate-concept .slate-concept-brand {
  color: var(--slate-text);
}

body.eggy-slate-concept .brand-mark,
body.eggy-slate-concept .slate-brand-mark,
body.eggy-slate-concept .demo-icon,
body.eggy-slate-concept .css-icon {
  background:
    linear-gradient(145deg, rgba(50, 215, 211, .22), rgba(94, 162, 255, .12)),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
  border: 1px solid rgba(50, 215, 211, .25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 12px 30px rgba(50, 215, 211, .08);
}

body.eggy-slate-concept .main-nav a,
body.eggy-slate-concept .slate-concept-nav a {
  color: var(--slate-soft);
  border-radius: 999px;
}

body.eggy-slate-concept .main-nav a:hover,
body.eggy-slate-concept .main-nav a.active,
body.eggy-slate-concept .slate-concept-nav a:hover,
body.eggy-slate-concept .slate-concept-nav a.active {
  background: rgba(255,255,255,.065);
  color: var(--slate-text);
}

body.eggy-slate-concept .nav-cta,
body.eggy-slate-concept .btn.primary,
body.eggy-slate-concept .slate-btn-primary {
  background: linear-gradient(135deg, var(--slate-cyan), var(--slate-blue));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 38px rgba(50, 215, 211, .16), inset 0 1px 0 rgba(255,255,255,.18);
  color: #04111c !important;
}

body.eggy-slate-concept .btn.secondary,
body.eggy-slate-concept .slate-btn-secondary,
body.eggy-slate-concept .section-actions a:not(.primary) {
  background: rgba(255,255,255,.045);
  border: 1px solid var(--slate-line-strong);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  color: var(--slate-text);
}

body.eggy-slate-concept .section,
body.eggy-slate-concept .slate-section {
  position: relative;
}

body.eggy-slate-concept .eyebrow,
body.eggy-slate-concept .product-tag,
body.eggy-slate-concept .preview-chip,
body.eggy-slate-concept .slate-chip {
  background: rgba(50, 215, 211, .08);
  border: 1px solid rgba(50, 215, 211, .23);
  border-radius: 999px;
  color: var(--slate-cyan);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

body.eggy-slate-concept .hero,
body.eggy-slate-concept .product-hero-slider-shell,
body.eggy-slate-concept .demo-centre-hero,
body.eggy-slate-concept .wiki-hero,
body.eggy-slate-concept .slate-hero-shell {
  border: 1px solid var(--slate-line-strong);
  border-radius: var(--slate-radius-xl);
  background:
    linear-gradient(140deg, rgba(255,255,255,.070), rgba(255,255,255,.026)),
    radial-gradient(circle at 12% 10%, rgba(50,215,211,.10), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(94,162,255,.08), transparent 28rem),
    linear-gradient(180deg, var(--slate-panel-2), var(--slate-panel));
  box-shadow: var(--slate-shadow-soft), inset 0 1px 0 rgba(255,255,255,.075);
}

body.eggy-slate-concept .hero h1,
body.eggy-slate-concept .slate-hero-copy h1,
body.eggy-slate-concept .section h2 {
  color: var(--slate-text);
  letter-spacing: -.055em;
}

body.eggy-slate-concept .hero p,
body.eggy-slate-concept .section p,
body.eggy-slate-concept .slate-muted,
body.eggy-slate-concept .multi-product-kicker,
body.eggy-slate-concept .section-lead {
  color: var(--slate-muted);
}

body.eggy-slate-concept .product-family-card,
body.eggy-slate-concept .price-card,
body.eggy-slate-concept .demo-product-card,
body.eggy-slate-concept .feature-card,
body.eggy-slate-concept .compare-card,
body.eggy-slate-concept .soft-panel,
body.eggy-slate-concept .content-panel,
body.eggy-slate-concept .wiki-article-card,
body.eggy-slate-concept .wiki-card-grid > a,
body.eggy-slate-concept .wiki-side,
body.eggy-slate-concept .wiki-main,
body.eggy-slate-concept .cart-layout,
body.eggy-slate-concept .payment-method-card,
body.eggy-slate-concept .summary-box,
body.eggy-slate-concept .demo-centre-panel,
body.eggy-slate-concept .crm-trial-panel,
body.eggy-slate-concept .demo-safety-panel,
body.eggy-slate-concept .legal-document,
body.eggy-slate-concept .slate-panel {
  border: 1px solid var(--slate-line);
  border-radius: var(--slate-radius-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.062), rgba(255,255,255,.026)),
    linear-gradient(180deg, var(--slate-panel-2), var(--slate-panel));
  box-shadow: var(--slate-shadow-card), inset 0 1px 0 rgba(255,255,255,.07);
}

body.eggy-slate-concept .product-family-card:hover,
body.eggy-slate-concept .price-card:hover,
body.eggy-slate-concept .demo-product-card:hover,
body.eggy-slate-concept .wiki-article-card:hover,
body.eggy-slate-concept .slate-panel:hover {
  border-color: rgba(50, 215, 211, .22);
  transform: translateY(-2px);
}

body.eggy-slate-concept .featured-product,
body.eggy-slate-concept .featured,
body.eggy-slate-concept .professional {
  border-color: rgba(50, 215, 211, .26);
  box-shadow: 0 24px 70px rgba(0,0,0,.30), 0 0 0 1px rgba(50, 215, 211, .06), inset 0 1px 0 rgba(255,255,255,.09);
}

body.eggy-slate-concept .product-feature-list li,
body.eggy-slate-concept .check-list li,
body.eggy-slate-concept .demo-feature-list li {
  color: var(--slate-soft);
}

body.eggy-slate-concept .product-feature-list li::marker,
body.eggy-slate-concept .check-list li::marker,
body.eggy-slate-concept .demo-feature-list li::marker {
  color: var(--slate-cyan);
}

body.eggy-slate-concept .price,
body.eggy-slate-concept .price-now,
body.eggy-slate-concept .total,
body.eggy-slate-concept .launch-price {
  color: var(--slate-text);
}

body.eggy-slate-concept .product-preview-shell,
body.eggy-slate-concept .product-page-image,
body.eggy-slate-concept .product-preview-banner,
body.eggy-slate-concept .product-hero-media,
body.eggy-slate-concept .slate-preview-frame {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--slate-radius-lg);
  background:
    linear-gradient(135deg, rgba(50,215,211,.08), rgba(94,162,255,.06)),
    var(--slate-inset);
  box-shadow: 0 26px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.09);
  overflow: hidden;
}

body.eggy-slate-concept img.product-preview-banner,
body.eggy-slate-concept .slate-preview-frame img {
  display: block;
  width: 100%;
  height: auto;
}

body.eggy-slate-concept input,
body.eggy-slate-concept select,
body.eggy-slate-concept textarea,
body.eggy-slate-concept .field input,
body.eggy-slate-concept .field textarea {
  background: rgba(5, 12, 21, .78);
  border: 1px solid var(--slate-line-strong);
  border-radius: 14px;
  color: var(--slate-text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

body.eggy-slate-concept label,
body.eggy-slate-concept .field label {
  color: var(--slate-soft);
}

body.eggy-slate-concept table,
body.eggy-slate-concept .comparison-table,
body.eggy-slate-concept .comparison-table-four {
  border-color: var(--slate-line);
  background: rgba(255,255,255,.025);
}

body.eggy-slate-concept th,
body.eggy-slate-concept td {
  border-color: var(--slate-line);
}

body.eggy-slate-concept th {
  background: rgba(50, 215, 211, .07);
  color: var(--slate-text);
}

body.eggy-slate-concept .notice,
body.eggy-slate-concept .callout,
body.eggy-slate-concept .tip-box,
body.eggy-slate-concept .demo-login-box,
body.eggy-slate-concept .trial-action-card,
body.eggy-slate-concept .doc-reassurance-panel {
  border: 1px solid rgba(50, 215, 211, .18);
  border-radius: var(--slate-radius-md);
  background:
    linear-gradient(180deg, rgba(50,215,211,.075), rgba(255,255,255,.025)),
    var(--slate-inset);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

body.eggy-slate-concept .success { border-color: rgba(84, 211, 138, .34); }
body.eggy-slate-concept .error { border-color: rgba(255, 107, 107, .34); }

body.eggy-slate-concept .site-footer,
body.eggy-slate-concept .slate-footer {
  border-top: 1px solid var(--slate-line);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.12));
  color: var(--slate-muted);
}

/* Concept-only preview layout */
body.eggy-slate-concept .slate-concept-wrap {
  max-width: var(--slate-max);
  margin: 0 auto;
  padding: 24px;
}

body.eggy-slate-concept .slate-concept-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 22px auto 34px;
  padding: 12px 14px 12px 18px;
}

body.eggy-slate-concept .slate-concept-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

body.eggy-slate-concept .slate-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 15px;
  color: var(--slate-cyan);
  font-weight: 900;
}

body.eggy-slate-concept .slate-concept-brand strong { display: block; font-size: 1.04rem; }
body.eggy-slate-concept .slate-concept-brand small { display: block; color: var(--slate-muted); margin-top: -3px; }

body.eggy-slate-concept .slate-concept-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

body.eggy-slate-concept .slate-concept-nav a {
  padding: 10px 13px;
  font-size: .9rem;
  font-weight: 800;
}

body.eggy-slate-concept .slate-hero-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
}

body.eggy-slate-concept .slate-hero-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  pointer-events: none;
}

body.eggy-slate-concept .slate-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

body.eggy-slate-concept .slate-hero-copy h1 {
  max-width: 710px;
  margin: 18px 0 14px;
  font-size: clamp(2.55rem, 6.2vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.075em;
}

body.eggy-slate-concept .slate-hero-copy p {
  max-width: 620px;
  color: var(--slate-soft);
  font-size: 1.08rem;
}

body.eggy-slate-concept .slate-action-row,
body.eggy-slate-concept .slate-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

body.eggy-slate-concept .slate-btn-primary,
body.eggy-slate-concept .slate-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
}

body.eggy-slate-concept .slate-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  font-size: .82rem;
  font-weight: 800;
}

body.eggy-slate-concept .slate-slider {
  position: relative;
  border-radius: var(--slate-radius-lg);
  overflow: hidden;
  background: var(--slate-inset);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 26px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08);
}

body.eggy-slate-concept .slate-slider-track {
  display: flex;
  width: 600%;
  animation: eggySlateConceptSlider 36s infinite ease-in-out;
}

body.eggy-slate-concept .slate-slide {
  flex: 0 0 16.666666%;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 440px;
  background:
    radial-gradient(circle at 12% 0%, rgba(50,215,211,.10), transparent 20rem),
    linear-gradient(180deg, var(--slate-panel-2), var(--slate-panel));
}

body.eggy-slate-concept .slate-slide.has-image {
  grid-template-rows: 1fr auto;
}

body.eggy-slate-concept .slate-slide img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: center;
  opacity: .88;
  filter: saturate(.92) contrast(1.02);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.eggy-slate-concept .slate-slide-copy {
  padding: 26px;
}

body.eggy-slate-concept .slate-slide-copy h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: .98;
  letter-spacing: -.05em;
}

body.eggy-slate-concept .slate-slide-copy p {
  margin: 0;
  color: var(--slate-soft);
}

body.eggy-slate-concept .slate-slide-mini {
  display: grid;
  align-content: end;
  min-height: 440px;
  padding: 30px;
}

body.eggy-slate-concept .slate-slide-mini::before {
  content: attr(data-mark);
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(50,215,211,.22);
  border-radius: 24px;
  background: rgba(50,215,211,.085);
  color: var(--slate-cyan);
  font-size: 1.75rem;
  font-weight: 900;
}

@keyframes eggySlateConceptSlider {
  0%, 12.5% { transform: translateX(0); }
  16.666%, 29.166% { transform: translateX(-16.666666%); }
  33.333%, 45.833% { transform: translateX(-33.333333%); }
  50%, 62.5% { transform: translateX(-50%); }
  66.666%, 79.166% { transform: translateX(-66.666666%); }
  83.333%, 95.833% { transform: translateX(-83.333333%); }
  100% { transform: translateX(0); }
}

body.eggy-slate-concept .slate-section {
  padding: 58px 0 0;
}

body.eggy-slate-concept .slate-section-head {
  max-width: 780px;
  margin-bottom: 22px;
}

body.eggy-slate-concept .slate-section-head h2 {
  margin: 13px 0 8px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
}

body.eggy-slate-concept .slate-grid-3,
body.eggy-slate-concept .slate-grid-4,
body.eggy-slate-concept .slate-grid-2 {
  display: grid;
  gap: 16px;
}

body.eggy-slate-concept .slate-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.eggy-slate-concept .slate-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.eggy-slate-concept .slate-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

body.eggy-slate-concept .slate-panel { padding: 22px; }
body.eggy-slate-concept .slate-panel h3 { margin: 10px 0 8px; }
body.eggy-slate-concept .slate-panel p { color: var(--slate-muted); margin: 0; }

body.eggy-slate-concept .slate-accent-cv { border-color: rgba(50, 215, 211, .25); }
body.eggy-slate-concept .slate-accent-arcade { border-color: rgba(155, 107, 255, .28); }
body.eggy-slate-concept .slate-accent-crm { border-color: rgba(84, 211, 138, .25); }
body.eggy-slate-concept .slate-accent-client { border-color: rgba(94, 162, 255, .25); }
body.eggy-slate-concept .slate-accent-lock { border-color: rgba(242, 184, 75, .28); }
body.eggy-slate-concept .slate-accent-seo { border-color: rgba(50, 215, 211, .25); }

body.eggy-slate-concept .slate-form-demo {
  display: grid;
  gap: 14px;
}

body.eggy-slate-concept .slate-field {
  display: grid;
  gap: 7px;
}

body.eggy-slate-concept .slate-field input,
body.eggy-slate-concept .slate-field textarea,
body.eggy-slate-concept .slate-field select {
  width: 100%;
  padding: 13px 14px;
}

body.eggy-slate-concept .slate-mini-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
}

body.eggy-slate-concept .slate-mini-table th,
body.eggy-slate-concept .slate-mini-table td {
  padding: 13px;
  text-align: left;
}

body.eggy-slate-concept .slate-flow-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.eggy-slate-concept .slate-flow-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--slate-line);
  border-radius: 14px;
  background: rgba(255,255,255,.032);
  padding: 11px 12px;
  color: var(--slate-soft);
}

body.eggy-slate-concept .slate-flow-list strong {
  color: var(--slate-text);
}

body.eggy-slate-concept .slate-footer {
  margin-top: 64px;
  padding: 28px 0 60px;
}

@media (max-width: 980px) {
  body.eggy-slate-concept .slate-concept-topbar {
    align-items: flex-start;
    border-radius: 26px;
    flex-direction: column;
  }
  body.eggy-slate-concept .slate-concept-nav { justify-content: flex-start; }
  body.eggy-slate-concept .slate-hero-grid,
  body.eggy-slate-concept .slate-grid-2,
  body.eggy-slate-concept .slate-grid-3,
  body.eggy-slate-concept .slate-grid-4 {
    grid-template-columns: 1fr;
  }
  body.eggy-slate-concept .slate-slide,
  body.eggy-slate-concept .slate-slide-mini { min-height: 380px; }
}

@media (max-width: 560px) {
  body.eggy-slate-concept .slate-concept-wrap { padding: 14px; }
  body.eggy-slate-concept .slate-concept-nav a { width: 100%; }
  body.eggy-slate-concept .slate-action-row { flex-direction: column; }
  body.eggy-slate-concept .slate-btn-primary,
  body.eggy-slate-concept .slate-btn-secondary { width: 100%; }
  body.eggy-slate-concept .slate-hero-shell { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  body.eggy-slate-concept .slate-slider-track { animation: none; }
}

/* ------------------------------------------------------------
   LIVE ACTIVATION PATCH v1.0.1
   Applies the approved premium slate system to real Eggy.net pages.
   This section intentionally targets existing live markup after site.css.
   It does not change PHP/product/cart/checkout/download logic.
------------------------------------------------------------ */
body.eggy-slate-live {
  --blue: #32d7d3;
  --blue2: #5ea2ff;
  --ink: #f2f7fb;
  --muted: #97aabe;
  --soft: #0d1724;
  --line: rgba(226, 237, 248, 0.12);
  --card: #111d2c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 26px;
  background:
    radial-gradient(circle at 8% -10%, rgba(50, 215, 211, 0.16), transparent 32rem),
    radial-gradient(circle at 92% 0%, rgba(94, 162, 255, 0.12), transparent 34rem),
    radial-gradient(circle at 50% 45%, rgba(50, 215, 211, 0.055), transparent 54rem),
    linear-gradient(180deg, #07101a 0%, #0b1521 44%, #080f18 100%) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at 50% 10%, rgba(0,0,0,.96), rgba(0,0,0,.55) 48%, transparent 100%);
  mask-image: radial-gradient(circle at 50% 10%, rgba(0,0,0,.96), rgba(0,0,0,.55) 48%, transparent 100%);
}

body.eggy-slate-live main {
  position: relative;
  z-index: 1;
}

body.eggy-slate-live .site-header {
  width: min(1500px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(226, 237, 248, .10) !important;
  border-radius: 999px;
  background: rgba(7, 16, 26, .82) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.055) !important;
  backdrop-filter: blur(16px);
}

body.eggy-slate-live .brand,
body.eggy-slate-live .site-footer .brand,
body.eggy-slate-live .brand-row {
  color: var(--slate-text) !important;
}

body.eggy-slate-live .brand-mark {
  background:
    linear-gradient(145deg, rgba(50, 215, 211, .26), rgba(94, 162, 255, .20)),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(50, 215, 211, .28) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 14px 34px rgba(50,215,211,.10) !important;
}

body.eggy-slate-live .main-nav a {
  color: var(--slate-soft) !important;
  border-radius: 999px;
  padding: 10px 11px;
}

body.eggy-slate-live .main-nav a:hover,
body.eggy-slate-live .main-nav a.active {
  background: rgba(255,255,255,.065) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live .main-nav .nav-cta,
body.eggy-slate-live .nav-cta,
body.eggy-slate-live .btn.primary,
body.eggy-slate-live button.btn.primary {
  background: linear-gradient(135deg, var(--slate-cyan), var(--slate-blue)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #03111d !important;
  box-shadow: 0 16px 38px rgba(50,215,211,.18), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.eggy-slate-live .btn.secondary,
body.eggy-slate-live button.btn.secondary,
body.eggy-slate-live .section-actions a:not(.primary) {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(226,237,248,.16) !important;
  color: var(--slate-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body.eggy-slate-live .product-hero-slider,
body.eggy-slate-live .hero,
body.eggy-slate-live .section,
body.eggy-slate-live .layout-shell {
  background: transparent !important;
}

body.eggy-slate-live .product-hero-slider {
  padding-top: 34px;
}

body.eggy-slate-live .product-hero-slider-shell,
body.eggy-slate-live .hero,
body.eggy-slate-live .demo-centre-hero,
body.eggy-slate-live .wiki-hero,
body.eggy-slate-live .product-hero-panel,
body.eggy-slate-live .product-preview-shell,
body.eggy-slate-live .products-seo-intro,
body.eggy-slate-live .cta-band {
  border: 1px solid rgba(226,237,248,.15) !important;
  border-radius: 32px !important;
  background:
    linear-gradient(140deg, rgba(255,255,255,.070), rgba(255,255,255,.025)),
    radial-gradient(circle at 12% 10%, rgba(50,215,211,.11), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(94,162,255,.08), transparent 28rem),
    linear-gradient(180deg, #142235, #101b2a) !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

body.eggy-slate-live .hero h1,
body.eggy-slate-live .product-hero-copy h1,
body.eggy-slate-live .product-hero-panel h1,
body.eggy-slate-live .product-preview-copy h1,
body.eggy-slate-live .section h1,
body.eggy-slate-live .section h2,
body.eggy-slate-live .section h3,
body.eggy-slate-live .content-panel h1,
body.eggy-slate-live .content-panel h2,
body.eggy-slate-live .content-panel h3,
body.eggy-slate-live .product-family-card h3,
body.eggy-slate-live .price-card h3,
body.eggy-slate-live .demo-product-card h3,
body.eggy-slate-live .crm-summary-card h3,
body.eggy-slate-live .soft-panel h2,
body.eggy-slate-live .soft-panel h3 {
  color: var(--slate-text) !important;
}

body.eggy-slate-live p,
body.eggy-slate-live .hero p,
body.eggy-slate-live .product-hero-copy p,
body.eggy-slate-live .product-hero-panel p,
body.eggy-slate-live .product-preview-copy p,
body.eggy-slate-live .section > p,
body.eggy-slate-live .section-lead,
body.eggy-slate-live .multi-product-kicker,
body.eggy-slate-live .muted,
body.eggy-slate-live .small.muted,
body.eggy-slate-live .site-footer p,
body.eggy-slate-live .site-footer a {
  color: var(--slate-muted) !important;
}

body.eggy-slate-live .eyebrow,
body.eggy-slate-live .product-tag,
body.eggy-slate-live .preview-chip,
body.eggy-slate-live .badge,
body.eggy-slate-live .status,
body.eggy-slate-live .level,
body.eggy-slate-live .product-hero-tags span,
body.eggy-slate-live .feature-pills span {
  background: rgba(50,215,211,.08) !important;
  border: 1px solid rgba(50,215,211,.24) !important;
  color: var(--slate-cyan) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.eggy-slate-live .product-family-card,
body.eggy-slate-live .feature-card,
body.eggy-slate-live .price-card,
body.eggy-slate-live .portal-card,
body.eggy-slate-live .ticket-card,
body.eggy-slate-live .compare-card,
body.eggy-slate-live .soft-panel,
body.eggy-slate-live .content-panel,
body.eggy-slate-live .demo-product-card,
body.eggy-slate-live .demo-centre-panel,
body.eggy-slate-live .crm-trial-panel,
body.eggy-slate-live .trial-action-card,
body.eggy-slate-live .demo-safety-panel,
body.eggy-slate-live .payment-method-card,
body.eggy-slate-live .summary-box,
body.eggy-slate-live .corporate-request-panel,
body.eggy-slate-live .doc-reassurance-panel,
body.eggy-slate-live .license-box,
body.eggy-slate-live .side-nav,
body.eggy-slate-live .support-menu,
body.eggy-slate-live .wiki-side,
body.eggy-slate-live .wiki-main,
body.eggy-slate-live .wiki-article-card,
body.eggy-slate-live .wiki-card-grid > a,
body.eggy-slate-live .legal-document,
body.eggy-slate-live .legal-summary,
body.eggy-slate-live .footer-demo-card,
body.eggy-slate-live .seo-panel,
body.eggy-slate-live .seo-card,
body.eggy-slate-live .seo-faq,
body.eggy-slate-live .seo-related,
body.eggy-slate-live .callout,
body.eggy-slate-live .card {
  border: 1px solid rgba(226,237,248,.12) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.062), rgba(255,255,255,.026)),
    linear-gradient(180deg, #142235, #101b2a) !important;
  color: var(--slate-text) !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.065) !important;
}

body.eggy-slate-live .product-family-card::before,
body.eggy-slate-live .price-card::before,
body.eggy-slate-live .demo-product-card::before,
body.eggy-slate-live .content-panel::before {
  background: linear-gradient(90deg, var(--slate-cyan), var(--slate-blue), var(--slate-purple)) !important;
}

body.eggy-slate-live .product-family-card:hover,
body.eggy-slate-live .feature-card:hover,
body.eggy-slate-live .price-card:hover,
body.eggy-slate-live .demo-product-card:hover,
body.eggy-slate-live .wiki-article-card:hover {
  border-color: rgba(50,215,211,.24) !important;
  transform: translateY(-2px);
}

body.eggy-slate-live .product-hero-media,
body.eggy-slate-live .product-preview-banner,
body.eggy-slate-live .product-page-image,
body.eggy-slate-live .product-hero-mockup,
body.eggy-slate-live .preview-window,
body.eggy-slate-live .product-preview,
body.eggy-slate-live .comparison-wrap,
body.eggy-slate-live .demo-login-box,
body.eggy-slate-live .license-key,
body.eggy-slate-live .summary-row,
body.eggy-slate-live .notice,
body.eggy-slate-live .alert,
body.eggy-slate-live .message,
body.eggy-slate-live .thread-message {
  border-color: rgba(226,237,248,.14) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.050), rgba(255,255,255,.022)),
    #09131f !important;
  color: var(--slate-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body.eggy-slate-live .product-hero-mockup-card,
body.eggy-slate-live .mini,
body.eggy-slate-live .fake-input,
body.eggy-slate-live .product-proof-grid span,
body.eggy-slate-live .preview-stat,
body.eggy-slate-live .preview-chip-row span,
body.eggy-slate-live .demo-centre-pills span,
body.eggy-slate-live .demo-safety-grid span,
body.eggy-slate-live .social-links a {
  border: 1px solid rgba(226,237,248,.12) !important;
  background: rgba(255,255,255,.045) !important;
  color: var(--slate-soft) !important;
}

body.eggy-slate-live .product-feature-list li,
body.eggy-slate-live .check-list li,
body.eggy-slate-live .demo-feature-list li,
body.eggy-slate-live .seo-check-list li,
body.eggy-slate-live .legal-toc li,
body.eggy-slate-live .support-menu a,
body.eggy-slate-live .side-nav a {
  color: var(--slate-soft) !important;
}

body.eggy-slate-live .check-list li::before,
body.eggy-slate-live .product-feature-list li::before,
body.eggy-slate-live .demo-feature-list li::before {
  background: rgba(50,215,211,.10) !important;
  color: var(--slate-cyan) !important;
  box-shadow: inset 0 0 0 1px rgba(50,215,211,.22) !important;
}

body.eggy-slate-live .price,
body.eggy-slate-live .price-now,
body.eggy-slate-live .launch-price,
body.eggy-slate-live .summary-row.total,
body.eggy-slate-live .total {
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live input,
body.eggy-slate-live select,
body.eggy-slate-live textarea,
body.eggy-slate-live .form input,
body.eggy-slate-live .form textarea,
body.eggy-slate-live .form select,
body.eggy-slate-live .field input,
body.eggy-slate-live .field textarea,
body.eggy-slate-live .field select,
body.eggy-slate-live .wiki-search input {
  background: rgba(5,12,21,.82) !important;
  border: 1px solid rgba(226,237,248,.16) !important;
  color: var(--slate-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}

body.eggy-slate-live input::placeholder,
body.eggy-slate-live textarea::placeholder {
  color: rgba(198,211,225,.58) !important;
}

body.eggy-slate-live label,
body.eggy-slate-live .field label,
body.eggy-slate-live .login-card label {
  color: var(--slate-soft) !important;
}

body.eggy-slate-live table,
body.eggy-slate-live .ticket-table,
body.eggy-slate-live .data-table,
body.eggy-slate-live .comparison-table,
body.eggy-slate-live .comparison-table-four {
  background: rgba(255,255,255,.025) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live th,
body.eggy-slate-live td,
body.eggy-slate-live .ticket-table th,
body.eggy-slate-live .ticket-table td,
body.eggy-slate-live .data-table th,
body.eggy-slate-live .data-table td,
body.eggy-slate-live .comparison-table th,
body.eggy-slate-live .comparison-table td,
body.eggy-slate-live .comparison-table-four th,
body.eggy-slate-live .comparison-table-four td {
  border-color: rgba(226,237,248,.10) !important;
  color: var(--slate-soft) !important;
  background: transparent !important;
}

body.eggy-slate-live th,
body.eggy-slate-live .ticket-table th,
body.eggy-slate-live .data-table th,
body.eggy-slate-live .comparison-table th,
body.eggy-slate-live .comparison-table-four th {
  background: rgba(50,215,211,.07) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live .comparison-table th:first-child,
body.eggy-slate-live .comparison-table td:first-child {
  background: #101b2a !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live .site-footer {
  border-top: 1px solid rgba(226,237,248,.10) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.030), rgba(0,0,0,.16)),
    #08111d !important;
  color: var(--slate-muted) !important;
}

body.eggy-slate-live .site-footer h4,
body.eggy-slate-live .footer-brand strong {
  color: var(--slate-text) !important;
}

body.eggy-slate-live .footer-bottom {
  border-top-color: rgba(226,237,248,.10) !important;
  color: var(--slate-muted) !important;
}

body.eggy-slate-live .css-icon,
body.eggy-slate-live .demo-icon {
  background:
    linear-gradient(145deg, rgba(50,215,211,.18), rgba(94,162,255,.10)),
    rgba(255,255,255,.035) !important;
  border-color: rgba(50,215,211,.22) !important;
}

body.eggy-slate-live .css-icon:after {
  border-color: var(--slate-cyan) !important;
}

body.eggy-slate-live .featured-product,
body.eggy-slate-live .featured,
body.eggy-slate-live .professional,
body.eggy-slate-live .price-card.featured {
  border-color: rgba(50,215,211,.30) !important;
  box-shadow: 0 26px 78px rgba(0,0,0,.34), 0 0 0 1px rgba(50,215,211,.07), inset 0 1px 0 rgba(255,255,255,.09) !important;
}

body.eggy-slate-live .seo-accent,
body.eggy-slate-live .slate_accent_seo { border-color: rgba(50,215,211,.28) !important; }
body.eggy-slate-live .product-family-card:nth-child(5),
body.eggy-slate-live #eggy-codevault-pricing { border-color: rgba(50,215,211,.26) !important; }
body.eggy-slate-live .product-family-card:nth-child(6),
body.eggy-slate-live #eggy-arcade-empire-pricing { border-color: rgba(155,107,255,.28) !important; }

@media (max-width: 980px) {
  body.eggy-slate-live .site-header {
    align-items: flex-start;
    border-radius: 24px;
    flex-direction: column;
  }
  body.eggy-slate-live .main-nav {
    background: #101b2a !important;
    border: 1px solid rgba(226,237,248,.12) !important;
    box-shadow: 0 18px 54px rgba(0,0,0,.32) !important;
  }
  body.eggy-slate-live .nav-toggle {
    background: rgba(255,255,255,.045) !important;
    border-color: rgba(226,237,248,.16) !important;
    color: var(--slate-text) !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live .site-header {
    width: min(100% - 20px, 1500px);
    margin-top: 10px;
  }
  body.eggy-slate-live .product-hero-slider,
  body.eggy-slate-live .section {
    padding-left: 14px;
    padding-right: 14px;
  }
}


/* --------------------------------------------------------------------------
   Eggy Slate Live Polish Patch v1.0.2
   Removes old light-theme leaks, fixes credential readability/button spacing,
   and adds restrained CSS-only premium movement. No logic changes.
   -------------------------------------------------------------------------- */

body.eggy-slate-live {
  --slate-field: #07121f;
  --slate-field-2: #0a1725;
  --slate-panel-polish: #121f30;
  --slate-panel-polish-2: #17263a;
  --slate-link: #73e9ff;
  --slate-link-2: #9cc7ff;
}

/* Premium corporate background movement: subtle, slow and CSS-only. */
body.eggy-slate-live::before {
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0%, rgba(50,215,211,.035) 46%, rgba(94,162,255,.045) 50%, transparent 55%);
  background-size: 78px 78px, 78px 78px, 460px 460px;
  animation: eggySlateGridDrift 34s linear infinite;
}

@keyframes eggySlateGridDrift {
  0% { background-position: 0 0, 0 0, -420px -360px; }
  100% { background-position: 78px 78px, 78px 78px, 460px 360px; }
}

/* Kill remaining white/light leaks from the previous theme. */
body.eggy-slate-live .demo-centre-copy,
body.eggy-slate-live .demo-centre-panel,
body.eggy-slate-live .crm-trial-panel,
body.eggy-slate-live .trial-action-card,
body.eggy-slate-live .demo-safety-panel,
body.eggy-slate-live .wiki-feature-manual,
body.eggy-slate-live .doc-reassurance-panel,
body.eggy-slate-live .doc-included-strip .soft-panel,
body.eggy-slate-live .wiki-sidebar,
body.eggy-slate-live .wiki-side,
body.eggy-slate-live .wiki-main,
body.eggy-slate-live .wiki-article,
body.eggy-slate-live .wiki-card,
body.eggy-slate-live .wiki-article-card,
body.eggy-slate-live .wiki-card-grid > a,
body.eggy-slate-live .article-list a,
body.eggy-slate-live .callout,
body.eggy-slate-live .callout.warning,
body.eggy-slate-live .callout.fix,
body.eggy-slate-live .legal-toc,
body.eggy-slate-live .legal-document,
body.eggy-slate-live .suite-panel,
body.eggy-slate-live .suite-product,
body.eggy-slate-live .audience-grid span,
body.eggy-slate-live .support-included-line,
body.eggy-slate-live .download-vault-card,
body.eggy-slate-live .login-card,
body.eggy-slate-live .register-card,
body.eggy-slate-live .account-card,
body.eggy-slate-live .checkout-card,
body.eggy-slate-live .cart-card,
body.eggy-slate-live .panel,
body.eggy-slate-live .card,
body.eggy-slate-live .form-card,
body.eggy-slate-live .notice,
body.eggy-slate-live .alert,
body.eggy-slate-live .message {
  background:
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.024)),
    radial-gradient(circle at 12% 0%, rgba(50,215,211,.070), transparent 24rem),
    linear-gradient(180deg, var(--slate-panel-polish-2), var(--slate-panel-polish)) !important;
  border-color: rgba(226,237,248,.14) !important;
  color: var(--slate-text) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.075) !important;
}

body.eggy-slate-live .demo-centre-copy *,
body.eggy-slate-live .demo-centre-panel *,
body.eggy-slate-live .crm-trial-panel *,
body.eggy-slate-live .demo-safety-panel *,
body.eggy-slate-live .wiki-feature-manual *,
body.eggy-slate-live .doc-reassurance-panel *,
body.eggy-slate-live .callout *,
body.eggy-slate-live .legal-document *,
body.eggy-slate-live .wiki-article *,
body.eggy-slate-live .wiki-card *,
body.eggy-slate-live .wiki-article-card *,
body.eggy-slate-live .trial-action-card * {
  color: inherit;
}

body.eggy-slate-live .demo-centre-copy p,
body.eggy-slate-live .demo-centre-panel p,
body.eggy-slate-live .demo-safety-panel p,
body.eggy-slate-live .wiki-article p,
body.eggy-slate-live .wiki-article li,
body.eggy-slate-live .wiki-card p,
body.eggy-slate-live .wiki-article-card p,
body.eggy-slate-live .callout p,
body.eggy-slate-live .legal-summary,
body.eggy-slate-live .support-included-line,
body.eggy-slate-live .suite-product p,
body.eggy-slate-live .article-list p {
  color: var(--slate-muted) !important;
}

body.eggy-slate-live .callout strong,
body.eggy-slate-live .wiki-article h1,
body.eggy-slate-live .wiki-article h2,
body.eggy-slate-live .wiki-article h3,
body.eggy-slate-live .wiki-card h3,
body.eggy-slate-live .wiki-article-card h3,
body.eggy-slate-live .trial-action-card h3,
body.eggy-slate-live .suite-product h3,
body.eggy-slate-live .legal-document h1,
body.eggy-slate-live .legal-document h2,
body.eggy-slate-live .legal-document h3 {
  color: var(--slate-text) !important;
}

/* Demo credential/readability fix. */
body.eggy-slate-live .demo-login-box {
  display: grid !important;
  gap: 10px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.08)),
    var(--slate-field) !important;
  border: 1px solid rgba(115,233,255,.18) !important;
  border-radius: 18px !important;
  padding: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 14px 32px rgba(0,0,0,.20) !important;
}

body.eggy-slate-live .demo-login-box div {
  display: grid !important;
  grid-template-columns: minmax(96px, 128px) minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(226,237,248,.10) !important;
  border-radius: 13px !important;
  background: rgba(255,255,255,.035) !important;
}

body.eggy-slate-live .demo-login-box span {
  color: #a9bdd2 !important;
  font-weight: 900 !important;
  font-size: .84rem !important;
  letter-spacing: .01em !important;
}

body.eggy-slate-live .demo-login-box code,
body.eggy-slate-live .demo-login-box strong,
body.eggy-slate-live .demo-login-box a {
  color: var(--slate-link) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: .93rem !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  text-shadow: 0 0 18px rgba(115,233,255,.10) !important;
}

body.eggy-slate-live .demo-login-box a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(115,233,255,.45) !important;
}

/* Buttons and action rows: consistent sizing, spacing and visibility. */
body.eggy-slate-live .section-actions,
body.eggy-slate-live .hero-actions,
body.eggy-slate-live .demo-card-actions,
body.eggy-slate-live .product-page-buy-box,
body.eggy-slate-live .cart-actions,
body.eggy-slate-live .checkout-actions,
body.eggy-slate-live .form-actions,
body.eggy-slate-live .trial-action-card {
  gap: 12px !important;
}

body.eggy-slate-live .btn,
body.eggy-slate-live button,
body.eggy-slate-live input[type="submit"],
body.eggy-slate-live .product-hero-arrow,
body.eggy-slate-live .product-hero-dot,
body.eggy-slate-live .section-actions a,
body.eggy-slate-live .hero-actions a,
body.eggy-slate-live .demo-card-actions a,
body.eggy-slate-live .product-page-buy-box a {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 14px !important;
  padding: 0 20px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

body.eggy-slate-live .btn.primary,
body.eggy-slate-live .nav-cta,
body.eggy-slate-live button.primary,
body.eggy-slate-live input[type="submit"],
body.eggy-slate-live .section-actions a.primary,
body.eggy-slate-live .hero-actions a.primary,
body.eggy-slate-live .demo-card-actions a.primary {
  background: linear-gradient(135deg, var(--slate-cyan), var(--slate-blue)) !important;
  color: #03101b !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 16px 38px rgba(50,215,211,.16), inset 0 1px 0 rgba(255,255,255,.20) !important;
  animation: eggySlateButtonBreath 5.6s ease-in-out infinite;
}

body.eggy-slate-live .btn.secondary,
body.eggy-slate-live .section-actions a:not(.primary),
body.eggy-slate-live .hero-actions a:not(.primary),
body.eggy-slate-live .demo-card-actions a:not(.primary),
body.eggy-slate-live .product-page-buy-box a:not(.primary) {
  background: rgba(255,255,255,.055) !important;
  color: var(--slate-text) !important;
  border: 1px solid rgba(226,237,248,.17) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.060) !important;
}

body.eggy-slate-live .btn:disabled,
body.eggy-slate-live button:disabled,
body.eggy-slate-live .btn.disabled,
body.eggy-slate-live .section-actions a.disabled {
  opacity: .55 !important;
  background: rgba(255,255,255,.050) !important;
  color: #a9bdd2 !important;
  pointer-events: none !important;
}

@keyframes eggySlateButtonBreath {
  0%, 100% { box-shadow: 0 16px 38px rgba(50,215,211,.14), inset 0 1px 0 rgba(255,255,255,.20); }
  50% { box-shadow: 0 18px 48px rgba(94,162,255,.22), 0 0 0 1px rgba(50,215,211,.12), inset 0 1px 0 rgba(255,255,255,.24); }
}

/* Homepage product selector chips: no disconnected white pills. */
body.eggy-slate-live .product-hero-dots {
  gap: 10px !important;
  align-items: center !important;
}

body.eggy-slate-live .product-hero-dot {
  min-height: 34px !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  background: rgba(8,18,30,.88) !important;
  border: 1px solid rgba(226,237,248,.14) !important;
  color: var(--slate-soft) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.050), 0 10px 26px rgba(0,0,0,.18) !important;
}

body.eggy-slate-live .product-hero-dot.is-active {
  background: linear-gradient(135deg, rgba(50,215,211,.90), rgba(94,162,255,.90)) !important;
  border-color: rgba(255,255,255,.18) !important;
  color: #03101b !important;
}

body.eggy-slate-live .product-hero-arrow {
  width: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: rgba(8,18,30,.88) !important;
  border: 1px solid rgba(226,237,248,.14) !important;
  color: var(--slate-link) !important;
}

/* Wiki/sidebar active states: subtle slate highlight, not harsh white. */
body.eggy-slate-live .wiki-sidebar a,
body.eggy-slate-live .wiki-side a,
body.eggy-slate-live .side-nav a,
body.eggy-slate-live .support-menu a,
body.eggy-slate-live .legal-toc a {
  background: transparent !important;
  color: var(--slate-soft) !important;
  border: 1px solid transparent !important;
}

body.eggy-slate-live .wiki-sidebar a:hover,
body.eggy-slate-live .wiki-side a:hover,
body.eggy-slate-live .side-nav a:hover,
body.eggy-slate-live .support-menu a:hover,
body.eggy-slate-live .legal-toc a:hover {
  background: rgba(255,255,255,.050) !important;
  border-color: rgba(226,237,248,.12) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live .wiki-sidebar a.active,
body.eggy-slate-live .wiki-side a.active,
body.eggy-slate-live .side-nav a.active,
body.eggy-slate-live .support-menu a.active,
body.eggy-slate-live .legal-toc a.active {
  background: rgba(50,215,211,.10) !important;
  border-color: rgba(50,215,211,.28) !important;
  color: var(--slate-link) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body.eggy-slate-live .wiki-sidebar hr,
body.eggy-slate-live .wiki-side hr {
  border: 0 !important;
  border-top: 1px solid rgba(226,237,248,.16) !important;
}

/* Forms/search fields: all dark inset, readable and focused. */
body.eggy-slate-live input,
body.eggy-slate-live select,
body.eggy-slate-live textarea,
body.eggy-slate-live .wiki-search input,
body.eggy-slate-live .wiki-search select,
body.eggy-slate-live .diagnostic-grid input,
body.eggy-slate-live .diagnostic-grid select,
body.eggy-slate-live .diagnostic-grid textarea,
body.eggy-slate-live .checkout-form input,
body.eggy-slate-live .checkout-form select,
body.eggy-slate-live .checkout-form textarea,
body.eggy-slate-live .support-form input,
body.eggy-slate-live .support-form select,
body.eggy-slate-live .support-form textarea,
body.eggy-slate-live .login-card input,
body.eggy-slate-live .register-card input {
  width: auto;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(255,255,255,.018)), var(--slate-field) !important;
  border: 1px solid rgba(226,237,248,.16) !important;
  color: var(--slate-text) !important;
  caret-color: var(--slate-cyan) !important;
}

body.eggy-slate-live .wiki-search input,
body.eggy-slate-live .wiki-search select,
body.eggy-slate-live .diagnostic-grid input,
body.eggy-slate-live .diagnostic-grid select,
body.eggy-slate-live .diagnostic-grid textarea,
body.eggy-slate-live .login-card input,
body.eggy-slate-live .register-card input,
body.eggy-slate-live .checkout-form input,
body.eggy-slate-live .checkout-form select,
body.eggy-slate-live .checkout-form textarea,
body.eggy-slate-live .support-form input,
body.eggy-slate-live .support-form select,
body.eggy-slate-live .support-form textarea {
  width: 100% !important;
}

body.eggy-slate-live input:focus,
body.eggy-slate-live select:focus,
body.eggy-slate-live textarea:focus {
  outline: none !important;
  border-color: rgba(50,215,211,.42) !important;
  box-shadow: 0 0 0 4px rgba(50,215,211,.10), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.eggy-slate-live input::placeholder,
body.eggy-slate-live textarea::placeholder {
  color: rgba(198,211,225,.62) !important;
}

body.eggy-slate-live select option {
  background: var(--slate-field) !important;
  color: var(--slate-text) !important;
}

/* Subtle animated card/hero texture. */
body.eggy-slate-live .product-hero-slider-shell,
body.eggy-slate-live .hero,
body.eggy-slate-live .demo-centre-copy,
body.eggy-slate-live .demo-centre-panel,
body.eggy-slate-live .product-family-card,
body.eggy-slate-live .price-card,
body.eggy-slate-live .demo-product-card,
body.eggy-slate-live .wiki-article-card,
body.eggy-slate-live .wiki-feature-manual,
body.eggy-slate-live .login-card {
  position: relative !important;
  overflow: hidden !important;
}

body.eggy-slate-live .product-hero-slider-shell::after,
body.eggy-slate-live .hero::after,
body.eggy-slate-live .demo-centre-copy::after,
body.eggy-slate-live .demo-centre-panel::after,
body.eggy-slate-live .product-family-card::after,
body.eggy-slate-live .price-card::after,
body.eggy-slate-live .demo-product-card::after,
body.eggy-slate-live .wiki-article-card::after,
body.eggy-slate-live .wiki-feature-manual::after,
body.eggy-slate-live .login-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0%, transparent 42%, rgba(115,233,255,.075) 49%, rgba(94,162,255,.05) 52%, transparent 60%, transparent 100%);
  transform: translateX(-125%);
  animation: eggySlateSurfaceSweep 12s ease-in-out infinite;
  mix-blend-mode: screen;
}

body.eggy-slate-live .product-family-card:nth-child(2n)::after,
body.eggy-slate-live .price-card:nth-child(2n)::after,
body.eggy-slate-live .demo-product-card:nth-child(2n)::after {
  animation-delay: 2.4s;
}

body.eggy-slate-live .product-family-card:nth-child(3n)::after,
body.eggy-slate-live .price-card:nth-child(3n)::after,
body.eggy-slate-live .demo-product-card:nth-child(3n)::after {
  animation-delay: 4.8s;
}

@keyframes eggySlateSurfaceSweep {
  0%, 58%, 100% { transform: translateX(-125%); opacity: 0; }
  64% { opacity: .95; }
  78% { transform: translateX(125%); opacity: 0; }
}

body.eggy-slate-live .product-family-card:hover,
body.eggy-slate-live .price-card:hover,
body.eggy-slate-live .demo-product-card:hover,
body.eggy-slate-live .wiki-article-card:hover,
body.eggy-slate-live .feature-card:hover {
  box-shadow: 0 24px 68px rgba(0,0,0,.34), 0 0 0 1px rgba(50,215,211,.10), inset 0 1px 0 rgba(255,255,255,.10) !important;
}

/* Tables and small utility boxes that often carried white backgrounds. */
body.eggy-slate-live .wiki-mini-table,
body.eggy-slate-live .comparison-wrap,
body.eggy-slate-live .table-wrap,
body.eggy-slate-live .summary-box,
body.eggy-slate-live .payment-method-card,
body.eggy-slate-live .license-key,
body.eggy-slate-live .fake-input,
body.eggy-slate-live .mini,
body.eggy-slate-live .product-proof-grid span,
body.eggy-slate-live .preview-stat,
body.eggy-slate-live .preview-chip-row span,
body.eggy-slate-live .demo-centre-pills span,
body.eggy-slate-live .demo-safety-grid span,
body.eggy-slate-live .wiki-tag,
body.eggy-slate-live .product-hero-tags span,
body.eggy-slate-live .feature-pills span {
  background: rgba(8,18,30,.76) !important;
  border: 1px solid rgba(226,237,248,.13) !important;
  color: var(--slate-soft) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.040) !important;
}

body.eggy-slate-live .eyebrow,
body.eggy-slate-live .product-tag,
body.eggy-slate-live .wiki-tag,
body.eggy-slate-live .demo-centre-pills span:first-child,
body.eggy-slate-live .product-hero-tags span:hover,
body.eggy-slate-live .feature-pills span:hover {
  background: rgba(50,215,211,.10) !important;
  border-color: rgba(50,215,211,.28) !important;
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live .wiki-mini-table th,
body.eggy-slate-live .wiki-mini-table td {
  background: transparent !important;
  border-color: rgba(226,237,248,.10) !important;
  color: var(--slate-soft) !important;
}

body.eggy-slate-live .wiki-mini-table th {
  color: var(--slate-text) !important;
  background: rgba(50,215,211,.07) !important;
}

@media (max-width: 760px) {
  body.eggy-slate-live .section-actions,
  body.eggy-slate-live .hero-actions,
  body.eggy-slate-live .demo-card-actions,
  body.eggy-slate-live .product-page-buy-box {
    align-items: stretch !important;
  }

  body.eggy-slate-live .section-actions .btn,
  body.eggy-slate-live .hero-actions .btn,
  body.eggy-slate-live .demo-card-actions .btn,
  body.eggy-slate-live .section-actions a,
  body.eggy-slate-live .hero-actions a,
  body.eggy-slate-live .demo-card-actions a {
    width: 100% !important;
    white-space: normal !important;
  }

  body.eggy-slate-live .demo-login-box div {
    grid-template-columns: 1fr !important;
  }

  body.eggy-slate-live .product-hero-dots {
    justify-content: flex-start !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.eggy-slate-live::before,
  body.eggy-slate-live .btn.primary,
  body.eggy-slate-live .nav-cta,
  body.eggy-slate-live .product-hero-slider-shell::after,
  body.eggy-slate-live .hero::after,
  body.eggy-slate-live .demo-centre-copy::after,
  body.eggy-slate-live .demo-centre-panel::after,
  body.eggy-slate-live .product-family-card::after,
  body.eggy-slate-live .price-card::after,
  body.eggy-slate-live .demo-product-card::after,
  body.eggy-slate-live .wiki-article-card::after,
  body.eggy-slate-live .wiki-feature-manual::after,
  body.eggy-slate-live .login-card::after {
    animation: none !important;
  }
}

/* --------------------------------------------------------------------------
   Eggy Slate Layout Normalisation Patch v1.0.3
   Site shell, hero widths, desktop menu visibility and page structure.
   CSS/layout only. No product, checkout, cart, wiki or secure-download logic.
   -------------------------------------------------------------------------- */

body.eggy-slate-live {
  --slate-shell: 1180px;
  --slate-hero-shell: 1280px;
  --slate-wide-shell: 1320px;
  --slate-edge: clamp(18px, 4vw, 34px);
  --slate-section-y: clamp(42px, 5vw, 68px);
}

/* One consistent centred site shell. */
body.eggy-slate-live .site-header,
body.eggy-slate-live .product-hero-slider-shell,
body.eggy-slate-live .hero,
body.eggy-slate-live .demo-centre-hero,
body.eggy-slate-live .wiki-hero,
body.eggy-slate-live .eggy-corporate-hero,
body.eggy-slate-live .product-preview-shell,
body.eggy-slate-live .layout-shell,
body.eggy-slate-live .support-shell,
body.eggy-slate-live .wiki-layout,
body.eggy-slate-live .wiki-shell,
body.eggy-slate-live .account-portal-shell,
body.eggy-slate-live .checkout-page-polish,
body.eggy-slate-live .cart-layout,
body.eggy-slate-live .product-page-section,
body.eggy-slate-live .product-seo-studio-hero,
body.eggy-slate-live .products-seo-intro,
body.eggy-slate-live .cta-band {
  width: min(calc(100% - (var(--slate-edge) * 2)), var(--slate-hero-shell)) !important;
  max-width: var(--slate-hero-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.eggy-slate-live .section {
  width: min(calc(100% - (var(--slate-edge) * 2)), var(--slate-shell)) !important;
  max-width: var(--slate-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--slate-section-y) 0 !important;
}

body.eggy-slate-live .section.center {
  text-align: center !important;
}

body.eggy-slate-live .section > .center,
body.eggy-slate-live .center > p,
body.eggy-slate-live .section > p {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep full-page ambience but contain actual hero panels. */
body.eggy-slate-live .product-hero-slider {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px var(--slate-edge) 22px !important;
  background: transparent !important;
}

body.eggy-slate-live .product-hero-slider-shell,
body.eggy-slate-live .hero,
body.eggy-slate-live .demo-centre-hero,
body.eggy-slate-live .wiki-hero,
body.eggy-slate-live .eggy-corporate-hero,
body.eggy-slate-live .product-preview-shell,
body.eggy-slate-live .product-seo-studio-hero {
  padding: clamp(28px, 4vw, 48px) !important;
  border-radius: 30px !important;
}

body.eggy-slate-live .demo-centre-hero,
body.eggy-slate-live .eggy-corporate-hero,
body.eggy-slate-live .product-preview-banner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr) !important;
  gap: clamp(24px, 4vw, 46px) !important;
  align-items: center !important;
}

body.eggy-slate-live .product-preview-banner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.eggy-slate-live .product-hero-slide {
  min-height: 440px !important;
  padding: clamp(28px, 4vw, 42px) !important;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr) !important;
  gap: clamp(24px, 4vw, 44px) !important;
}

body.eggy-slate-live .product-hero-copy h1,
body.eggy-slate-live .hero h1,
body.eggy-slate-live .eggy-corporate-hero h1,
body.eggy-slate-live .product-preview-copy h1 {
  font-size: clamp(3rem, 4.7vw, 4.85rem) !important;
  line-height: .95 !important;
}

body.eggy-slate-live .demo-centre-copy,
body.eggy-slate-live .demo-centre-panel {
  padding: clamp(26px, 3.4vw, 42px) !important;
}

/* Desktop/tablet nav: the Menu button must not show while the nav fits. */
body.eggy-slate-live .site-header {
  max-width: var(--slate-hero-shell) !important;
  min-height: 68px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  position: sticky !important;
  top: 10px !important;
  z-index: 50 !important;
}

body.eggy-slate-live .nav-toggle {
  display: none !important;
  visibility: hidden !important;
}

body.eggy-slate-live .main-nav {
  display: flex !important;
  position: static !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(10px, 1.35vw, 22px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.eggy-slate-live .main-nav a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 11px !important;
  line-height: 1 !important;
}

body.eggy-slate-live .main-nav .nav-cta,
body.eggy-slate-live .nav-cta {
  min-height: 50px !important;
  padding: 0 20px !important;
}

/* Product catalogue: controlled two-column grid, no mixed old/new widths. */
body.eggy-slate-live .product-family-grid,
body.eggy-slate-live .demo-product-grid,
body.eggy-slate-live .pricing-grid,
body.eggy-slate-live .corporate-block-grid,
body.eggy-slate-live .compare-grid,
body.eggy-slate-live .wiki-card-grid,
body.eggy-slate-live .account-dashboard-grid,
body.eggy-slate-live .account-settings-grid,
body.eggy-slate-live .download-vault-grid,
body.eggy-slate-live .account-product-grid {
  width: 100% !important;
  max-width: var(--slate-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.eggy-slate-live .product-family-grid,
body.eggy-slate-live .demo-product-grid,
body.eggy-slate-live .pricing-grid,
body.eggy-slate-live .compare-grid,
body.eggy-slate-live .account-dashboard-grid,
body.eggy-slate-live .account-settings-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.eggy-slate-live .corporate-block-grid,
body.eggy-slate-live .wiki-card-grid,
body.eggy-slate-live .download-vault-grid,
body.eggy-slate-live .account-product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
}

body.eggy-slate-live .pricing-grid-single,
body.eggy-slate-live .pricing-grid.pricing-grid-single {
  max-width: 780px !important;
  grid-template-columns: 1fr !important;
}

body.eggy-slate-live .product-family-card,
body.eggy-slate-live .price-card,
body.eggy-slate-live .demo-product-card,
body.eggy-slate-live .feature-card,
body.eggy-slate-live .compare-card,
body.eggy-slate-live .soft-panel,
body.eggy-slate-live .content-panel,
body.eggy-slate-live .wiki-article-card {
  min-width: 0 !important;
  align-self: stretch !important;
}

body.eggy-slate-live .product-family-card,
body.eggy-slate-live .demo-product-card,
body.eggy-slate-live .price-card {
  padding: clamp(24px, 3vw, 34px) !important;
}

body.eggy-slate-live .product-family-card h3,
body.eggy-slate-live .demo-product-card h3,
body.eggy-slate-live .price-card h3 {
  font-size: clamp(1.85rem, 2.7vw, 3rem) !important;
  line-height: 1.02 !important;
}

body.eggy-slate-live .section-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Pricing: stop generic card rules from making uneven casseroles. */
body.eggy-slate-live .price-card {
  display: flex !important;
  flex-direction: column !important;
}

body.eggy-slate-live .price-card .price {
  font-size: clamp(2.9rem, 5vw, 4.4rem) !important;
  line-height: .95 !important;
  margin: 18px 0 !important;
}

body.eggy-slate-live .price-card .check-list,
body.eggy-slate-live .price-card .product-feature-list {
  flex: 1 1 auto !important;
}

body.eggy-slate-live .price-card .section-actions {
  margin-top: auto !important;
  padding-top: 18px !important;
}

/* Wiki/B2B/support/account shell alignment. */
body.eggy-slate-live .wiki-layout,
body.eggy-slate-live .wiki-shell,
body.eggy-slate-live .support-shell,
body.eggy-slate-live .layout-shell,
body.eggy-slate-live .account-portal-shell,
body.eggy-slate-live .cart-layout,
body.eggy-slate-live .checkout-page-polish {
  gap: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.eggy-slate-live .wiki-layout,
body.eggy-slate-live .wiki-shell,
body.eggy-slate-live .support-shell,
body.eggy-slate-live .layout-shell,
body.eggy-slate-live .account-portal-shell {
  grid-template-columns: 260px minmax(0, 1fr) !important;
}

body.eggy-slate-live .cart-layout,
body.eggy-slate-live .checkout-page-polish {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr) !important;
}

body.eggy-slate-live .wiki-main,
body.eggy-slate-live .content-panel,
body.eggy-slate-live .support-menu,
body.eggy-slate-live .wiki-side,
body.eggy-slate-live .side-nav {
  min-width: 0 !important;
}

body.eggy-slate-live .wiki-side,
body.eggy-slate-live .side-nav,
body.eggy-slate-live .support-menu {
  top: 100px !important;
}

/* Footer should align with the same shell rather than spanning awkwardly. */
body.eggy-slate-live .site-footer {
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(160px, 1fr)) !important;
  width: min(calc(100% - (var(--slate-edge) * 2)), var(--slate-hero-shell)) !important;
  max-width: var(--slate-hero-shell) !important;
  margin: 42px auto 0 !important;
  padding: 34px !important;
  border-radius: 30px 30px 0 0 !important;
}

/* Tablet: keep structure contained, only collapse nav when needed. */
@media (max-width: 1120px) {
  body.eggy-slate-live .main-nav { gap: 6px !important; }
  body.eggy-slate-live .main-nav a { padding: 0 9px !important; font-size: .92rem !important; }
  body.eggy-slate-live .nav-cta { padding: 0 16px !important; }
}

@media (max-width: 900px) {
  body.eggy-slate-live .site-header {
    position: sticky !important;
    top: 8px !important;
    border-radius: 24px !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: 64px !important;
  }

  body.eggy-slate-live .nav-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    background: rgba(10, 22, 35, .92) !important;
    border: 1px solid rgba(226,237,248,.16) !important;
    color: var(--slate-text) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 12px 30px rgba(0,0,0,.22) !important;
  }

  body.eggy-slate-live .main-nav {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    padding: 14px !important;
    border: 1px solid rgba(226,237,248,.14) !important;
    border-radius: 22px !important;
    background: rgba(7, 16, 26, .98) !important;
    box-shadow: 0 22px 58px rgba(0,0,0,.38) !important;
  }

  body.eggy-slate-live .main-nav.open { display: flex !important; }
  body.eggy-slate-live .main-nav a { min-height: 42px !important; justify-content: center !important; }

  body.eggy-slate-live .product-hero-slide,
  body.eggy-slate-live .demo-centre-hero,
  body.eggy-slate-live .eggy-corporate-hero,
  body.eggy-slate-live .product-preview-banner,
  body.eggy-slate-live .split,
  body.eggy-slate-live .wiki-layout,
  body.eggy-slate-live .wiki-shell,
  body.eggy-slate-live .support-shell,
  body.eggy-slate-live .layout-shell,
  body.eggy-slate-live .account-portal-shell,
  body.eggy-slate-live .cart-layout,
  body.eggy-slate-live .checkout-page-polish {
    grid-template-columns: 1fr !important;
  }

  body.eggy-slate-live .product-family-grid,
  body.eggy-slate-live .demo-product-grid,
  body.eggy-slate-live .pricing-grid,
  body.eggy-slate-live .compare-grid {
    grid-template-columns: 1fr !important;
  }

  body.eggy-slate-live .site-footer {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live {
    --slate-edge: 14px;
  }
  body.eggy-slate-live .product-hero-slider-shell,
  body.eggy-slate-live .hero,
  body.eggy-slate-live .demo-centre-hero,
  body.eggy-slate-live .wiki-hero,
  body.eggy-slate-live .eggy-corporate-hero,
  body.eggy-slate-live .product-preview-shell,
  body.eggy-slate-live .product-seo-studio-hero {
    border-radius: 22px !important;
    padding: 22px !important;
  }
  body.eggy-slate-live .product-hero-copy h1,
  body.eggy-slate-live .hero h1,
  body.eggy-slate-live .eggy-corporate-hero h1,
  body.eggy-slate-live .product-preview-copy h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem) !important;
  }
  body.eggy-slate-live .site-footer {
    grid-template-columns: 1fr !important;
    padding: 24px !important;
  }
}


/* --------------------------------------------------------------------------
   Eggy Slate Product Page Template Normalisation Patch v1.0.4
   Individual product page shell, SEO/content sections, FAQs and guide links.
   CSS/layout only. No product/pricing/cart/checkout/download logic changes.
   -------------------------------------------------------------------------- */

body.eggy-slate-live {
  --slate-product-shell: 1180px;
  --slate-product-hero: 1280px;
  scroll-padding-top: 112px;
}

/* Product pages should use one contained, premium shell rather than raw full-width slabs. */
body.eggy-slate-live .product-preview-shell,
body.eggy-slate-live main > .product-page-section,
body.eggy-slate-live main > .eggy-seo-expansion.product-seo-expansion,
body.eggy-slate-live main > .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) {
  width: min(calc(100% - (var(--slate-edge) * 2)), var(--slate-product-shell)) !important;
  max-width: var(--slate-product-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.eggy-slate-live .product-preview-shell {
  max-width: var(--slate-product-hero) !important;
  margin-top: clamp(18px, 3vw, 34px) !important;
  margin-bottom: clamp(34px, 4.5vw, 58px) !important;
}

body.eggy-slate-live .product-preview-banner {
  min-height: 0 !important;
  align-items: center !important;
}

body.eggy-slate-live .product-preview-copy {
  min-width: 0 !important;
}

body.eggy-slate-live .product-preview-copy h1 {
  max-width: 760px !important;
  margin-top: 26px !important;
  margin-bottom: 22px !important;
}

body.eggy-slate-live .product-preview-copy p {
  max-width: 720px !important;
  margin-bottom: 18px !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.65 !important;
}

body.eggy-slate-live .product-page-image {
  width: 100% !important;
  max-width: 520px !important;
  margin-left: auto !important;
  display: block !important;
  border-radius: 22px !important;
  object-fit: contain !important;
}

/* First overview/requirements block on product pages. */
body.eggy-slate-live .product-page-section,
body.eggy-slate-live .product-detail-section {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: clamp(34px, 4.5vw, 58px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.eggy-slate-live .product-page-section .split,
body.eggy-slate-live .product-detail-section .split,
body.eggy-slate-live .product-overview-grid,
body.eggy-slate-live .product-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: var(--slate-product-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: stretch !important;
}

body.eggy-slate-live .product-page-section .soft-panel,
body.eggy-slate-live .product-detail-section .soft-panel,
body.eggy-slate-live .product-overview-card {
  padding: clamp(28px, 3.4vw, 42px) !important;
  border-radius: 28px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.eggy-slate-live .product-page-section .soft-panel h2,
body.eggy-slate-live .product-detail-section .soft-panel h2,
body.eggy-slate-live .product-overview-card h2 {
  font-size: clamp(2.05rem, 3.4vw, 3.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  margin: 22px 0 16px !important;
  max-width: 680px !important;
}

body.eggy-slate-live .product-page-section .soft-panel p,
body.eggy-slate-live .product-detail-section .soft-panel p,
body.eggy-slate-live .product-overview-card p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 22px !important;
}

/* SEO/product guide output generated by includes/product-seo-sections.php. */
body.eggy-slate-live .product-seo-expansion,
body.eggy-slate-live .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: clamp(44px, 5vw, 72px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.eggy-slate-live .product-seo-expansion .seo-wrap,
body.eggy-slate-live .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) .seo-wrap {
  width: 100% !important;
  max-width: var(--slate-product-shell) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: clamp(22px, 3vw, 34px) !important;
}

body.eggy-slate-live .product-seo-expansion .seo-kicker,
body.eggy-slate-live .eggy-seo-expansion .seo-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(50,215,211,.08) !important;
  border: 1px solid rgba(50,215,211,.28) !important;
  color: var(--slate-cyan) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .075em !important;
  text-transform: uppercase !important;
}

body.eggy-slate-live .product-seo-expansion .seo-wrap > h2,
body.eggy-slate-live .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) .seo-wrap > h2 {
  max-width: 980px !important;
  margin: 0 !important;
  color: var(--slate-text) !important;
  font-size: clamp(2.1rem, 4vw, 3.6rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;
}

body.eggy-slate-live .product-seo-expansion .seo-lead,
body.eggy-slate-live .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) .seo-lead {
  max-width: 940px !important;
  margin: -10px 0 4px !important;
  color: var(--slate-muted) !important;
  font-size: clamp(1rem, 1.35vw, 1.12rem) !important;
  line-height: 1.75 !important;
}

body.eggy-slate-live .seo-grid,
body.eggy-slate-live .seo-split {
  display: grid !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
}

body.eggy-slate-live .seo-grid.two,
body.eggy-slate-live .seo-split {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.eggy-slate-live .seo-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.eggy-slate-live .seo-grid.four {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.eggy-slate-live .seo-card,
body.eggy-slate-live .seo-panel,
body.eggy-slate-live .seo-faq,
body.eggy-slate-live .seo-related {
  min-width: 0 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

body.eggy-slate-live .seo-card h3,
body.eggy-slate-live .seo-panel h3,
body.eggy-slate-live .seo-related h3 {
  margin: 0 0 14px !important;
  color: var(--slate-text) !important;
  font-size: clamp(1.16rem, 1.8vw, 1.45rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}

body.eggy-slate-live .seo-card p,
body.eggy-slate-live .seo-panel p,
body.eggy-slate-live .seo-related p {
  margin: 0 !important;
  color: var(--slate-muted) !important;
  line-height: 1.7 !important;
}

body.eggy-slate-live .seo-card ul,
body.eggy-slate-live .seo-panel ul,
body.eggy-slate-live .seo-check-list,
body.eggy-slate-live .seo-card .seo-check-list {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.eggy-slate-live .seo-card li,
body.eggy-slate-live .seo-panel li,
body.eggy-slate-live .seo-check-list li {
  position: relative !important;
  padding-left: 32px !important;
  color: var(--slate-soft) !important;
  line-height: 1.45 !important;
}

body.eggy-slate-live .seo-card li::before,
body.eggy-slate-live .seo-panel li::before,
body.eggy-slate-live .seo-check-list li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: .03em !important;
  width: 21px !important;
  height: 21px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(50,215,211,.11) !important;
  border: 1px solid rgba(50,215,211,.28) !important;
  color: var(--slate-cyan) !important;
  font-size: .8rem !important;
  font-weight: 900 !important;
}

body.eggy-slate-live .seo-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 20px !important;
}

body.eggy-slate-live .seo-links a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 15px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(226,237,248,.16) !important;
  background: rgba(255,255,255,.045) !important;
  color: var(--slate-text) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

body.eggy-slate-live .seo-links a:hover {
  border-color: rgba(50,215,211,.34) !important;
  color: var(--slate-cyan) !important;
  transform: translateY(-1px) !important;
}

body.eggy-slate-live .seo-faq {
  display: grid !important;
  gap: 18px !important;
}

body.eggy-slate-live .seo-faq h2 {
  margin: 0 !important;
  color: var(--slate-text) !important;
  font-size: clamp(1.9rem, 3.4vw, 3rem) !important;
  line-height: 1.04 !important;
}

body.eggy-slate-live .seo-faq-list {
  display: grid !important;
  gap: 10px !important;
}

body.eggy-slate-live .seo-faq details {
  border: 1px solid rgba(226,237,248,.12) !important;
  border-radius: 16px !important;
  background: rgba(4,12,21,.44) !important;
  overflow: hidden !important;
}

body.eggy-slate-live .seo-faq summary {
  cursor: pointer !important;
  padding: 15px 18px !important;
  color: var(--slate-text) !important;
  font-weight: 900 !important;
  list-style-position: inside !important;
}

body.eggy-slate-live .seo-faq details[open] summary {
  border-bottom: 1px solid rgba(226,237,248,.10) !important;
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live .seo-faq details p {
  margin: 0 !important;
  padding: 15px 18px 18px !important;
  color: var(--slate-muted) !important;
  line-height: 1.7 !important;
}

body.eggy-slate-live .seo-related {
  display: grid !important;
  gap: 12px !important;
}

body.eggy-slate-live .seo-related .seo-links {
  margin-top: 0 !important;
}

/* Product page sticky-nav safe spacing. */
body.eggy-slate-live main > .product-preview-shell:first-child,
body.eggy-slate-live main > .product-seo-studio-hero:first-child,
body.eggy-slate-live main > .product-hero-panel:first-child {
  margin-top: clamp(22px, 3vw, 38px) !important;
}

body.eggy-slate-live .product-preview-shell,
body.eggy-slate-live .product-page-section,
body.eggy-slate-live .product-detail-section,
body.eggy-slate-live .product-seo-expansion,
body.eggy-slate-live .eggy-seo-expansion {
  scroll-margin-top: 120px !important;
}

@media (max-width: 1100px) {
  body.eggy-slate-live .seo-grid.three,
  body.eggy-slate-live .seo-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.eggy-slate-live .product-preview-banner,
  body.eggy-slate-live .product-page-section .split,
  body.eggy-slate-live .product-detail-section .split,
  body.eggy-slate-live .product-overview-grid,
  body.eggy-slate-live .product-detail-grid,
  body.eggy-slate-live .seo-grid.two,
  body.eggy-slate-live .seo-grid.three,
  body.eggy-slate-live .seo-grid.four,
  body.eggy-slate-live .seo-split {
    grid-template-columns: 1fr !important;
  }

  body.eggy-slate-live .product-page-image {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live .product-preview-shell,
  body.eggy-slate-live main > .product-page-section,
  body.eggy-slate-live main > .eggy-seo-expansion.product-seo-expansion,
  body.eggy-slate-live main > .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) {
    width: min(calc(100% - 24px), var(--slate-product-shell)) !important;
  }

  body.eggy-slate-live .product-preview-shell {
    padding: 20px !important;
  }

  body.eggy-slate-live .product-preview-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.05rem) !important;
  }

  body.eggy-slate-live .product-page-section .soft-panel,
  body.eggy-slate-live .product-detail-section .soft-panel,
  body.eggy-slate-live .seo-card,
  body.eggy-slate-live .seo-panel,
  body.eggy-slate-live .seo-faq,
  body.eggy-slate-live .seo-related {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  body.eggy-slate-live .seo-links {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.eggy-slate-live .seo-links a,
  body.eggy-slate-live .product-page-buy-box .btn,
  body.eggy-slate-live .product-page-buy-box a,
  body.eggy-slate-live .product-page-buy-box button {
    width: 100% !important;
  }
}


/* ==========================================================
   Eggy corporate slate pricing-page polish v1.0.5
   Scope: pricing.php only via body.eggy-page-pricing.
   Products page/theme remains locked and untouched.
   ========================================================== */
body.eggy-slate-live.eggy-page-pricing main {
  overflow-x: hidden !important;
}

body.eggy-slate-live.eggy-page-pricing main > .section {
  width: min(calc(100% - 56px), var(--slate-shell)) !important;
  max-width: var(--slate-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child {
  padding-top: clamp(34px, 5vw, 70px) !important;
  padding-bottom: clamp(30px, 4vw, 52px) !important;
}

body.eggy-slate-live.eggy-page-pricing .center {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.eggy-slate-live.eggy-page-pricing .center p {
  color: var(--slate-muted) !important;
  line-height: 1.65 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-grid,
body.eggy-slate-live.eggy-page-pricing .crm-summary-grid,
body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four {
  width: 100% !important;
  max-width: var(--slate-shell) !important;
  margin: 26px auto 0 !important;
  display: grid !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-grid:not(.pricing-grid-single) {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)) !important;
}

body.eggy-slate-live.eggy-page-pricing .crm-summary-grid,
body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)) !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-grid-single,
body.eggy-slate-live.eggy-page-pricing .pricing-grid.pricing-grid-single {
  max-width: 720px !important;
  grid-template-columns: 1fr !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card,
body.eggy-slate-live.eggy-page-pricing .soft-panel,
body.eggy-slate-live.eggy-page-pricing .comparison-wrap,
body.eggy-slate-live.eggy-page-pricing .callout,
body.eggy-slate-live.eggy-page-pricing .support-included-line {
  border: 1px solid rgba(226,237,248,.14) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.026)),
    radial-gradient(circle at 14% 0%, rgba(50,215,211,.095), transparent 22rem),
    linear-gradient(180deg, #142235 0%, #101b2a 100%) !important;
  color: var(--slate-text) !important;
  box-shadow: 0 22px 68px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.07) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: clamp(24px, 2.5vw, 34px) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card::before,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, var(--slate-cyan), var(--slate-blue), var(--slate-purple)) !important;
  opacity: .9 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card.featured,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card.featured {
  border-color: rgba(50,215,211,.34) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.078), rgba(255,255,255,.030)),
    radial-gradient(circle at 12% 0%, rgba(50,215,211,.13), transparent 24rem),
    radial-gradient(circle at 95% 8%, rgba(94,162,255,.10), transparent 22rem),
    linear-gradient(180deg, #17263a 0%, #101b2a 100%) !important;
  box-shadow: 0 30px 84px rgba(0,0,0,.38), 0 0 0 1px rgba(50,215,211,.08), inset 0 1px 0 rgba(255,255,255,.09) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card h3,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card h3 {
  margin: 14px 0 12px !important;
  color: var(--slate-text) !important;
  font-size: clamp(1.7rem, 2.15vw, 2.55rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card p,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card p,
body.eggy-slate-live.eggy-page-pricing .soft-panel p {
  color: var(--slate-muted) !important;
  line-height: 1.65 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card strong,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card strong {
  color: var(--slate-soft) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .price,
body.eggy-slate-live.eggy-page-pricing .price-now {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 18px 0 16px !important;
  color: var(--slate-cyan) !important;
  font-size: clamp(2.55rem, 4.25vw, 4.15rem) !important;
  line-height: .92 !important;
  letter-spacing: -.065em !important;
  text-shadow: 0 0 28px rgba(50,215,211,.13) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .price span,
body.eggy-slate-live.eggy-page-pricing .price span,
body.eggy-slate-live.eggy-page-pricing .price-was {
  color: var(--slate-muted) !important;
  font-size: .95rem !important;
  letter-spacing: 0 !important;
  font-weight: 850 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-was {
  text-decoration: line-through !important;
  opacity: .78 !important;
}

body.eggy-slate-live.eggy-page-pricing .launch-price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin: 14px 0 !important;
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .check-list,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .check-list {
  flex: 0 1 auto !important;
  margin: 16px 0 !important;
  display: grid !important;
  gap: 4px !important;
}

body.eggy-slate-live.eggy-page-pricing .support-included-line,
body.eggy-slate-live.eggy-page-pricing .small-note {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 15px !important;
  background: rgba(5,12,21,.50) !important;
  border: 1px solid rgba(226,237,248,.13) !important;
  color: var(--slate-soft) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card form,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card form {
  margin-top: 18px !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .section-actions,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .section-actions {
  margin-top: 14px !important;
  padding-top: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .btn,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .btn,
body.eggy-slate-live.eggy-page-pricing .price-card button,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card button {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: .96rem !important;
  white-space: normal !important;
  text-align: center !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .btn.secondary,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .btn.secondary {
  background: rgba(255,255,255,.050) !important;
  border-color: rgba(226,237,248,.16) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .btn.secondary:hover,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .btn.secondary:hover {
  color: var(--slate-cyan) !important;
  border-color: rgba(50,215,211,.30) !important;
}

body.eggy-slate-live.eggy-page-pricing .product-tag,
body.eggy-slate-live.eggy-page-pricing .eyebrow,
body.eggy-slate-live.eggy-page-pricing .level,
body.eggy-slate-live.eggy-page-pricing .yes {
  background: rgba(50,215,211,.085) !important;
  border: 1px solid rgba(50,215,211,.26) !important;
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live.eggy-page-pricing .level.none {
  color: rgba(198,211,225,.62) !important;
  border-color: rgba(226,237,248,.12) !important;
  background: rgba(255,255,255,.035) !important;
}

body.eggy-slate-live.eggy-page-pricing .comparison-wrap {
  width: 100% !important;
  max-width: var(--slate-shell) !important;
  margin: 22px auto 0 !important;
  padding: 0 !important;
  border-radius: 24px !important;
  overflow: auto !important;
}

body.eggy-slate-live.eggy-page-pricing .comparison-table,
body.eggy-slate-live.eggy-page-pricing .comparison-table-four {
  min-width: 860px !important;
  margin: 0 !important;
  border-collapse: collapse !important;
}

body.eggy-slate-live.eggy-page-pricing .comparison-table th,
body.eggy-slate-live.eggy-page-pricing .comparison-table td,
body.eggy-slate-live.eggy-page-pricing .comparison-table-four th,
body.eggy-slate-live.eggy-page-pricing .comparison-table-four td {
  padding: 14px 16px !important;
  border-color: rgba(226,237,248,.095) !important;
  background: rgba(255,255,255,.018) !important;
  color: var(--slate-soft) !important;
}

body.eggy-slate-live.eggy-page-pricing .comparison-table th,
body.eggy-slate-live.eggy-page-pricing .comparison-table-four th {
  background: rgba(50,215,211,.075) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live.eggy-page-pricing main > .section:last-of-type .split {
  width: 100% !important;
  max-width: var(--slate-shell) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

@media (max-width: 980px) {
  body.eggy-slate-live.eggy-page-pricing main > .section {
    width: min(calc(100% - 34px), var(--slate-shell)) !important;
  }

  body.eggy-slate-live.eggy-page-pricing .pricing-grid,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four,
  body.eggy-slate-live.eggy-page-pricing main > .section:last-of-type .split {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live.eggy-page-pricing main > .section {
    width: min(calc(100% - 24px), var(--slate-shell)) !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.eggy-slate-live.eggy-page-pricing .price-card,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-card {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  body.eggy-slate-live.eggy-page-pricing .price-card .price,
  body.eggy-slate-live.eggy-page-pricing .price-now {
    font-size: clamp(2.35rem, 15vw, 3.2rem) !important;
  }

  body.eggy-slate-live.eggy-page-pricing .price-card .section-actions,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-card .section-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.eggy-slate-live.eggy-page-pricing .price-card .btn,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-card .btn,
  body.eggy-slate-live.eggy-page-pricing .price-card button,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-card button {
    width: 100% !important;
  }
}


/* ==========================================================
   Eggy corporate slate pricing hero + readability polish v1.0.6
   Scope: pricing hero + global readability, excluding approved products.php theme.
   Products page/theme remains locked and untouched.
   ========================================================== */
body.eggy-slate-live:not(.eggy-page-products) {
  --slate-muted: #aec0d3;
  --slate-soft: #d3deea;
}

body.eggy-slate-live:not(.eggy-page-products) main p,
body.eggy-slate-live:not(.eggy-page-products) .soft-panel p,
body.eggy-slate-live:not(.eggy-page-products) .demo-product-card p,
body.eggy-slate-live:not(.eggy-page-products) .wiki-card p,
body.eggy-slate-live:not(.eggy-page-products) .support-card p,
body.eggy-slate-live:not(.eggy-page-products) .price-card p,
body.eggy-slate-live:not(.eggy-page-products) .crm-summary-card p,
body.eggy-slate-live:not(.eggy-page-products) .seo-card p,
body.eggy-slate-live:not(.eggy-page-products) .seo-panel p,
body.eggy-slate-live:not(.eggy-page-products) .seo-lead {
  color: var(--slate-muted) !important;
}

body.eggy-slate-live:not(.eggy-page-products) .support-included-line,
body.eggy-slate-live:not(.eggy-page-products) .small-note,
body.eggy-slate-live:not(.eggy-page-products) .check-list li,
body.eggy-slate-live:not(.eggy-page-products) .seo-check-list li,
body.eggy-slate-live:not(.eggy-page-products) .demo-login-box,
body.eggy-slate-live:not(.eggy-page-products) .demo-login-box strong,
body.eggy-slate-live:not(.eggy-page-products) .demo-login-box code {
  color: var(--slate-soft) !important;
}

body.eggy-slate-live:not(.eggy-page-products) h1,
body.eggy-slate-live:not(.eggy-page-products) h2,
body.eggy-slate-live:not(.eggy-page-products) .product-preview-copy h1,
body.eggy-slate-live:not(.eggy-page-products) .product-seo-expansion .seo-wrap > h2,
body.eggy-slate-live:not(.eggy-page-products) .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) .seo-wrap > h2,
body.eggy-slate-live:not(.eggy-page-products) .seo-faq h2 {
  line-height: 1.16 !important;
}

body.eggy-slate-live:not(.eggy-page-products) .product-seo-expansion .seo-wrap > h2,
body.eggy-slate-live:not(.eggy-page-products) .eggy-seo-expansion:not(.products-seo-intro):not(.wiki-seo-support) .seo-wrap > h2 {
  line-height: 1.2 !important;
  letter-spacing: -.045em !important;
}

body.eggy-slate-live:not(.eggy-page-products) .seo-grid.three > .seo-card:nth-child(2) p,
body.eggy-slate-live:not(.eggy-page-products) .seo-grid.three > .seo-card:nth-child(3) p,
body.eggy-slate-live:not(.eggy-page-products) .seo-card:not(:has(ul)) p,
body.eggy-slate-live:not(.eggy-page-products) .seo-panel:not(:has(ul)) p {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  color: #c5d2df !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-hero-section,
body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child {
  padding-top: clamp(30px, 4vw, 52px) !important;
  padding-bottom: clamp(16px, 2.5vw, 28px) !important;
  margin-bottom: 0 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-hero-section h2,
body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child h2 {
  margin-top: 18px !important;
  margin-bottom: 14px !important;
  line-height: 1.14 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-hero-section p,
body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #b9c8d8 !important;
  line-height: 1.68 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  max-width: 820px !important;
  margin: 22px auto 0 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav a {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(226,237,248,.14) !important;
  color: var(--slate-soft) !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav a:hover,
body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav a:focus-visible {
  background: rgba(50,215,211,.105) !important;
  border-color: rgba(50,215,211,.34) !important;
  color: var(--slate-cyan) !important;
  transform: translateY(-1px) !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-hero-section + .section,
body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child + .section {
  padding-top: clamp(18px, 2.5vw, 34px) !important;
}

body.eggy-slate-live.eggy-page-pricing main > .section:not(:first-child) {
  padding-top: clamp(30px, 4vw, 52px) !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
}

body.eggy-slate-live.eggy-page-pricing .center h2 {
  line-height: 1.16 !important;
  margin-bottom: 12px !important;
}

body.eggy-slate-live.eggy-page-pricing .center p,
body.eggy-slate-live.eggy-page-pricing .price-card p,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card p,
body.eggy-slate-live.eggy-page-pricing .soft-panel p {
  color: #b8c7d8 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card h3,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card h3 {
  line-height: 1.15 !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .check-list li,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .check-list li {
  color: #d6e0eb !important;
  line-height: 1.52 !important;
}

body.eggy-slate-live.eggy-page-pricing .pricing-grid,
body.eggy-slate-live.eggy-page-pricing .crm-summary-grid,
body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four {
  margin-top: clamp(18px, 2.2vw, 28px) !important;
}

@media (max-width: 720px) {
  body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding: 0 0 6px !important;
    scrollbar-width: thin !important;
  }

  body.eggy-slate-live.eggy-page-pricing .pricing-jump-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body.eggy-slate-live.eggy-page-pricing .pricing-hero-section,
  body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child {
    text-align: left !important;
    padding-top: 26px !important;
  }

  body.eggy-slate-live.eggy-page-pricing .pricing-hero-section p,
  body.eggy-slate-live.eggy-page-pricing main > .section.center:first-child p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ==========================================================
   Eggy corporate slate wiki cleanup + global card UI polish v1.0.7
   Scope: wiki pages plus safe pricing/license card alignment.
   Products page theme remains locked.
   ========================================================== */
body.eggy-slate-live {
  --slate-readable: #d5e0eb;
  --slate-readable-muted: #b8c7d8;
  --slate-readable-soft: #c9d6e4;
  --slate-accent-system: #32d7d3;
}

/* Wiki shell: contain the page and stop raw slab/card behaviour. */
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-layout,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-shell {
  width: min(calc(100% - (var(--slate-edge) * 2)), var(--slate-shell)) !important;
  max-width: var(--slate-shell) !important;
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(42px, 5vw, 72px) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar {
  position: sticky !important;
  top: 96px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.024)),
    linear-gradient(180deg, #172539, #111c2c) !important;
  border: 1px solid rgba(226,237,248,.13) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.07) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side strong,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar strong {
  display: block !important;
  margin: 4px 10px 10px !important;
  color: var(--slate-text) !important;
  font-weight: 950 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side a,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar a {
  display: flex !important;
  align-items: center !important;
  min-height: 42px !important;
  margin: 4px 0 !important;
  padding: 0 12px !important;
  border-radius: 13px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  color: var(--slate-readable-soft) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side a:hover,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar a:hover {
  background: rgba(255,255,255,.045) !important;
  border-color: rgba(226,237,248,.12) !important;
  color: var(--slate-text) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side a.active,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar a.active {
  background: rgba(50,215,211,.115) !important;
  border-color: rgba(50,215,211,.32) !important;
  color: var(--slate-cyan) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article,
body.eggy-slate-live[class*="eggy-page-wiki"] .content-panel {
  min-width: 0 !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.025)),
    radial-gradient(circle at 8% 0%, rgba(50,215,211,.055), transparent 24rem),
    linear-gradient(180deg, #19273b, #121d2d) !important;
  border: 1px solid rgba(226,237,248,.14) !important;
  box-shadow: 0 20px 54px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.075) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main h1,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article h1 {
  margin: clamp(18px, 2.5vw, 30px) 0 18px !important;
  color: var(--slate-text) !important;
  line-height: 1.16 !important;
  letter-spacing: -.045em !important;
  font-size: clamp(2.2rem, 4vw, 3.7rem) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main h2,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article h2 {
  margin: clamp(30px, 4vw, 44px) 0 16px !important;
  color: var(--slate-text) !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em !important;
  font-size: clamp(1.75rem, 3vw, 2.85rem) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main p,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article p,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main li,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article li {
  color: var(--slate-readable-muted) !important;
  line-height: 1.7 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-layout {
  display: grid !important;
  gap: 20px !important;
  align-items: stretch !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 22px 0 30px !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: none !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid .tip-box,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid .notice,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid > a,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-feature-manual,
body.eggy-slate-live[class*="eggy-page-wiki"] .legal-document,
body.eggy-slate-live[class*="eggy-page-wiki"] .legal-toc,
body.eggy-slate-live[class*="eggy-page-wiki"] .notice,
body.eggy-slate-live[class*="eggy-page-wiki"] .callout {
  min-width: 0 !important;
  padding: clamp(20px, 2.8vw, 28px) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.024)),
    linear-gradient(180deg, #172437, #101b2a) !important;
  border: 1px solid rgba(226,237,248,.14) !important;
  color: var(--slate-readable) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.065), 0 14px 36px rgba(0,0,0,.20) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid .tip-box strong,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid .notice strong,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card h3,
body.eggy-slate-live[class*="eggy-page-wiki"] .legal-document h2 {
  color: var(--slate-text) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card p,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid > a span,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-feature-manual p,
body.eggy-slate-live[class*="eggy-page-wiki"] .legal-document p,
body.eggy-slate-live[class*="eggy-page-wiki"] .notice,
body.eggy-slate-live[class*="eggy-page-wiki"] .callout {
  color: var(--slate-readable-muted) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card a,
body.eggy-slate-live[class*="eggy-page-wiki"] .legal-toc a,
body.eggy-slate-live[class*="eggy-page-wiki"] .breadcrumb a {
  color: var(--slate-link) !important;
  overflow-wrap: anywhere !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-feature-manual {
  display: grid !important;
  gap: 14px !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-feature-manual .btn {
  width: fit-content !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
  max-width: 760px !important;
  margin: 22px auto 0 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search input,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search select,
body.eggy-slate-live[class*="eggy-page-wiki"] .diagnostic-form input,
body.eggy-slate-live[class*="eggy-page-wiki"] .diagnostic-form select,
body.eggy-slate-live[class*="eggy-page-wiki"] .diagnostic-form textarea {
  background: #07121f !important;
  border: 1px solid rgba(226,237,248,.16) !important;
  color: var(--slate-text) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search input::placeholder,
body.eggy-slate-live[class*="eggy-page-wiki"] .diagnostic-form input::placeholder,
body.eggy-slate-live[class*="eggy-page-wiki"] .diagnostic-form textarea::placeholder {
  color: #7f93a8 !important;
}

/* Safe global card polish outside the approved products page. */
body.eggy-slate-live:not(.eggy-page-products) .price-card,
body.eggy-slate-live:not(.eggy-page-products) .crm-summary-card,
body.eggy-slate-live:not(.eggy-page-products) .license-card,
body.eggy-slate-live:not(.eggy-page-products) .edition-card,
body.eggy-slate-live:not(.eggy-page-products) .comparison-card {
  display: flex !important;
  flex-direction: column !important;
}

@media (min-width: 901px) {
  body.eggy-slate-live.eggy-page-pricing .pricing-grid:not(.pricing-grid-single) .price-card h3,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid .crm-summary-card h3,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four .crm-summary-card h3,
  body.eggy-slate-live:not(.eggy-page-products) .license-card h3,
  body.eggy-slate-live:not(.eggy-page-products) .edition-card h3 {
    min-height: 2.35em !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  body.eggy-slate-live.eggy-page-pricing .pricing-grid:not(.pricing-grid-single) .price-card .price,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid .crm-summary-card .launch-price,
  body.eggy-slate-live.eggy-page-pricing .crm-summary-grid-four .crm-summary-card .launch-price {
    margin-top: auto !important;
  }
}

body.eggy-slate-live.eggy-page-pricing .price-card form,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .section-actions,
body.eggy-slate-live:not(.eggy-page-products) .license-card .section-actions,
body.eggy-slate-live:not(.eggy-page-products) .edition-card .section-actions {
  margin-top: auto !important;
  padding-top: 18px !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card .btn.primary,
body.eggy-slate-live.eggy-page-pricing .price-card button.btn.primary,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card .btn.primary {
  min-height: 48px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--slate-cyan), var(--slate-blue)) !important;
  color: #03101b !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 14px 34px rgba(50,215,211,.14), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.eggy-slate-live.eggy-page-pricing .price-card.featured .btn.primary,
body.eggy-slate-live.eggy-page-pricing .crm-summary-card.featured .btn.primary {
  box-shadow: 0 18px 46px rgba(50,215,211,.20), 0 0 0 1px rgba(50,215,211,.10), inset 0 1px 0 rgba(255,255,255,.22) !important;
}

body.eggy-slate-live.eggy-page-pricing .check-list li::before,
body.eggy-slate-live:not(.eggy-page-products) .check-list li::before,
body.eggy-slate-live.eggy-page-pricing .seo-check-list li::before,
body.eggy-slate-live:not(.eggy-page-products) .seo-check-list li::before {
  background: rgba(50,215,211,.12) !important;
  border-color: rgba(50,215,211,.30) !important;
  color: var(--slate-accent-system) !important;
}

body.eggy-slate-live.eggy-page-pricing .price,
body.eggy-slate-live.eggy-page-pricing .price-now,
body.eggy-slate-live.eggy-page-pricing .launch-price .price-now,
body.eggy-slate-live.eggy-page-pricing .yes {
  color: var(--slate-accent-system) !important;
}

@media (max-width: 900px) {
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-layout,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-shell,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-info-grid,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-layout {
    grid-template-columns: 1fr !important;
  }

  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-layout,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-shell {
    width: min(calc(100% - 24px), var(--slate-shell)) !important;
    padding-top: 24px !important;
  }

  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article,
  body.eggy-slate-live[class*="eggy-page-wiki"] .content-panel,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-feature-manual .btn,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search .btn,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-search button {
    width: 100% !important;
  }
}

/* v1.0.8 Micro-UI polish: resource titles, card actions, sidebar rhythm.
   Safe scoped layer; products.php visual theme remains locked. */
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side a,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar a,
body.eggy-slate-live:not(.eggy-page-products) .sidebar a,
body.eggy-slate-live:not(.eggy-page-products) .side-nav a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  min-height: 42px !important;
  line-height: 1.28 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side strong,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar strong {
  display: block !important;
  margin-bottom: 8px !important;
  line-height: 1.25 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side hr,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar hr {
  margin: 14px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(226,237,248,.15) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card,
body.eggy-slate-live:not(.eggy-page-products) .resource-card,
body.eggy-slate-live:not(.eggy-page-products) .support-card,
body.eggy-slate-live:not(.eggy-page-products) .manual-card,
body.eggy-slate-live:not(.eggy-page-products) .sop-card,
body.eggy-slate-live:not(.eggy-page-products) .guide-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card h3,
body.eggy-slate-live:not(.eggy-page-products) .resource-card h3,
body.eggy-slate-live:not(.eggy-page-products) .support-card h3,
body.eggy-slate-live:not(.eggy-page-products) .manual-card h3,
body.eggy-slate-live:not(.eggy-page-products) .sop-card h3,
body.eggy-slate-live:not(.eggy-page-products) .guide-card h3 {
  margin: 0 !important;
  line-height: 1.28 !important;
  letter-spacing: -.015em !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card h3 a {
  color: var(--slate-text) !important;
  text-decoration: none !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card h3 a:hover {
  color: var(--slate-cyan) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card p,
body.eggy-slate-live:not(.eggy-page-products) .resource-card p,
body.eggy-slate-live:not(.eggy-page-products) .support-card p,
body.eggy-slate-live:not(.eggy-page-products) .manual-card p,
body.eggy-slate-live:not(.eggy-page-products) .sop-card p,
body.eggy-slate-live:not(.eggy-page-products) .guide-card p {
  margin: 0 !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-action,
body.eggy-slate-live:not(.eggy-page-products) .resource-card .card-action,
body.eggy-slate-live:not(.eggy-page-products) .support-card .card-action,
body.eggy-slate-live:not(.eggy-page-products) .manual-card .card-action,
body.eggy-slate-live:not(.eggy-page-products) .sop-card .card-action,
body.eggy-slate-live:not(.eggy-page-products) .guide-card .card-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: auto !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(50,215,211,.09) !important;
  border: 1px solid rgba(50,215,211,.26) !important;
  color: var(--slate-cyan) !important;
  font-weight: 850 !important;
  font-size: .86rem !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-action:hover,
body.eggy-slate-live:not(.eggy-page-products) .resource-card .card-action:hover,
body.eggy-slate-live:not(.eggy-page-products) .support-card .card-action:hover,
body.eggy-slate-live:not(.eggy-page-products) .manual-card .card-action:hover,
body.eggy-slate-live:not(.eggy-page-products) .sop-card .card-action:hover,
body.eggy-slate-live:not(.eggy-page-products) .guide-card .card-action:hover {
  transform: translateY(-1px) !important;
  background: rgba(50,215,211,.14) !important;
  border-color: rgba(50,215,211,.40) !important;
  color: #e9ffff !important;
}

body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article-card .small.muted,
body.eggy-slate-live:not(.eggy-page-products) .resource-card .small.muted,
body.eggy-slate-live:not(.eggy-page-products) .support-card .small.muted,
body.eggy-slate-live:not(.eggy-page-products) .manual-card .small.muted,
body.eggy-slate-live:not(.eggy-page-products) .sop-card .small.muted,
body.eggy-slate-live:not(.eggy-page-products) .guide-card .small.muted {
  display: none !important;
}

body.eggy-slate-live:not(.eggy-page-products) .seo-card .seo-links,
body.eggy-slate-live:not(.eggy-page-products) .seo-panel .seo-links,
body.eggy-slate-live:not(.eggy-page-products) .seo-related .seo-links {
  gap: 10px !important;
}

body.eggy-slate-live:not(.eggy-page-products) .seo-links a,
body.eggy-slate-live:not(.eggy-page-products) .wiki-feature-manual a,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-main .btn,
body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-article .btn {
  white-space: normal !important;
  text-wrap: balance !important;
}

body.eggy-slate-live:not(.eggy-page-products) .seo-card h3,
body.eggy-slate-live:not(.eggy-page-products) .seo-panel h3,
body.eggy-slate-live:not(.eggy-page-products) .seo-related h3 {
  line-height: 1.26 !important;
}

@media (min-width: 901px) {
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-grid .wiki-article-card h3,
  body.eggy-slate-live:not(.eggy-page-products) .resource-grid .resource-card h3,
  body.eggy-slate-live:not(.eggy-page-products) .support-grid .support-card h3,
  body.eggy-slate-live:not(.eggy-page-products) .guide-grid .guide-card h3 {
    min-height: 2.55em !important;
    display: flex !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-side a,
  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-sidebar a,
  body.eggy-slate-live:not(.eggy-page-products) .sidebar a,
  body.eggy-slate-live:not(.eggy-page-products) .side-nav a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    min-height: 44px !important;
  }

  body.eggy-slate-live[class*="eggy-page-wiki"] .wiki-card-action,
  body.eggy-slate-live:not(.eggy-page-products) .resource-card .card-action,
  body.eggy-slate-live:not(.eggy-page-products) .support-card .card-action,
  body.eggy-slate-live:not(.eggy-page-products) .manual-card .card-action,
  body.eggy-slate-live:not(.eggy-page-products) .sop-card .card-action,
  body.eggy-slate-live:not(.eggy-page-products) .guide-card .card-action {
    width: 100% !important;
  }
}


/* ============================================================
   Eggy Corporate Account Hub Polish
   UI/content layout only. Does not change login/authentication logic.
   ============================================================ */
body.eggy-slate-live[class*="eggy-page-account"] main,
body.eggy-slate-live.eggy-page-login main,
body.eggy-slate-live.eggy-page-register main {
  width: min(var(--slate-shell, 1180px), calc(100% - 44px)) !important;
  margin: 0 auto !important;
  padding: clamp(42px, 7vw, 82px) 0 clamp(54px, 8vw, 96px) !important;
}

body.eggy-slate-live[class*="eggy-page-account"] .eggy-account-hub,
body.eggy-slate-live.eggy-page-login .eggy-account-hub,
body.eggy-slate-live.eggy-page-register .eggy-account-hub {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  margin: 0 auto clamp(26px, 4vw, 42px) !important;
}

body.eggy-slate-live .eggy-account-value-panel,
body.eggy-slate-live .eggy-account-form-shell,
body.eggy-slate-live .eggy-account-benefits,
body.eggy-slate-live .eggy-account-pathways {
  position: relative;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(39, 55, 74, .94), rgba(18, 30, 46, .96)),
    radial-gradient(circle at 0 0, rgba(50,215,211,.12), transparent 26rem);
  box-shadow: 0 28px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}

body.eggy-slate-live .eggy-account-value-panel::before,
body.eggy-slate-live .eggy-account-benefits::before,
body.eggy-slate-live .eggy-account-pathways::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(50,215,211,.90), rgba(83,166,255,.85), rgba(139,92,246,.75));
  opacity: .82;
}

body.eggy-slate-live .eggy-account-value-panel {
  padding: clamp(28px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
}

body.eggy-slate-live .eggy-account-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(50,215,211,.10);
  border: 1px solid rgba(50,215,211,.34);
  color: #48f2ea;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: .80rem;
  line-height: 1.15;
}

body.eggy-slate-live .eggy-account-value-panel h1,
body.eggy-slate-live .eggy-account-value-panel h2 {
  margin: 22px 0 16px !important;
  color: #f5f8ff !important;
  font-size: clamp(2.25rem, 5vw, 4.75rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}

body.eggy-slate-live .eggy-account-value-panel p,
body.eggy-slate-live .eggy-account-copy {
  color: #cbd5e1 !important;
  font-size: clamp(1rem, 1.35vw, 1.12rem) !important;
  line-height: 1.72 !important;
  max-width: 760px;
  margin: 0 !important;
}

body.eggy-slate-live .eggy-account-mini-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3vw, 34px);
}

body.eggy-slate-live .eggy-account-mini-flow span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(7, 16, 26, .54);
  border: 1px solid rgba(148,163,184,.18);
  color: #e2e8f0;
  font-weight: 850;
  line-height: 1.2;
}

body.eggy-slate-live .eggy-account-mini-flow span::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(50,215,211,.16);
  border: 1px solid rgba(50,215,211,.34);
  color: #48f2ea;
  font-size: .82rem;
}

body.eggy-slate-live .eggy-account-form-shell {
  padding: clamp(24px, 3vw, 34px) !important;
  display: flex;
  align-items: center;
}

body.eggy-slate-live .eggy-account-form-shell > * {
  width: 100%;
}

body.eggy-slate-live .eggy-account-form-shell .login-card,
body.eggy-slate-live .eggy-account-form-shell form,
body.eggy-slate-live[class*="eggy-page-account"] .login-card,
body.eggy-slate-live[class*="eggy-page-account"] .auth-card,
body.eggy-slate-live[class*="eggy-page-account"] .account-card,
body.eggy-slate-live[class*="eggy-page-account"] .customer-login-card,
body.eggy-slate-live.eggy-page-login .login-card,
body.eggy-slate-live.eggy-page-login .auth-card {
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.eggy-slate-live[class*="eggy-page-account"] form,
body.eggy-slate-live.eggy-page-login form,
body.eggy-slate-live.eggy-page-register form {
  display: grid;
  gap: 14px;
}

body.eggy-slate-live[class*="eggy-page-account"] label,
body.eggy-slate-live.eggy-page-login label,
body.eggy-slate-live.eggy-page-register label {
  color: #e2e8f0 !important;
  font-weight: 850 !important;
}

body.eggy-slate-live[class*="eggy-page-account"] input,
body.eggy-slate-live.eggy-page-login input,
body.eggy-slate-live.eggy-page-register input {
  width: 100% !important;
  min-height: 52px !important;
  color: #eef4fb !important;
  background: rgba(5, 13, 22, .94) !important;
  border: 1px solid rgba(148,163,184,.20) !important;
  border-radius: 15px !important;
  padding: 13px 15px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
}

body.eggy-slate-live[class*="eggy-page-account"] input:focus,
body.eggy-slate-live.eggy-page-login input:focus,
body.eggy-slate-live.eggy-page-register input:focus {
  outline: none !important;
  border-color: rgba(50,215,211,.62) !important;
  box-shadow: 0 0 0 4px rgba(50,215,211,.12), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

body.eggy-slate-live .eggy-account-benefits,
body.eggy-slate-live .eggy-account-pathways {
  padding: clamp(24px, 3vw, 34px);
  margin: clamp(18px, 3vw, 30px) auto 0;
}

body.eggy-slate-live .eggy-account-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

body.eggy-slate-live .eggy-account-section-head h2 {
  margin: 0 !important;
  color: #f5f8ff !important;
  font-size: clamp(1.55rem, 3vw, 2.45rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -.035em !important;
}

body.eggy-slate-live .eggy-account-section-head p {
  margin: 0 !important;
  max-width: 560px;
  color: #cbd5e1 !important;
  line-height: 1.6 !important;
}

body.eggy-slate-live .eggy-account-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.eggy-slate-live .eggy-account-benefit-card,
body.eggy-slate-live .eggy-account-path-card {
  position: relative;
  min-height: 170px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(7, 16, 26, .48);
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

body.eggy-slate-live .eggy-account-benefit-card::before {
  content: attr(data-icon);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(50,215,211,.12);
  border: 1px solid rgba(50,215,211,.30);
  color: #48f2ea;
  font-weight: 900;
}

body.eggy-slate-live .eggy-account-benefit-card h3,
body.eggy-slate-live .eggy-account-path-card h3 {
  margin: 0 0 9px !important;
  color: #f5f8ff !important;
  font-size: 1.05rem !important;
  line-height: 1.24 !important;
}

body.eggy-slate-live .eggy-account-benefit-card p,
body.eggy-slate-live .eggy-account-path-card p {
  margin: 0 !important;
  color: #cbd5e1 !important;
  line-height: 1.62 !important;
}

body.eggy-slate-live .eggy-account-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.eggy-slate-live .eggy-account-path-card .btn,
body.eggy-slate-live .eggy-account-path-card a {
  margin-top: 16px;
}

body.eggy-slate-live .eggy-account-hub .btn,
body.eggy-slate-live[class*="eggy-page-account"] .btn,
body.eggy-slate-live.eggy-page-login .btn,
body.eggy-slate-live.eggy-page-register .btn,
body.eggy-slate-live[class*="eggy-page-account"] button,
body.eggy-slate-live.eggy-page-login button,
body.eggy-slate-live.eggy-page-register button {
  min-height: 48px !important;
  border-radius: 15px !important;
}

body.eggy-slate-live .eggy-account-dashboard-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(5, 13, 22, .48);
  border: 1px solid rgba(148,163,184,.14);
}

body.eggy-slate-live .eggy-account-dashboard-preview span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 13px;
  background: rgba(13, 25, 40, .82);
  border: 1px solid rgba(148,163,184,.13);
  color: #e2e8f0;
  font-weight: 850;
  font-size: .90rem;
  text-align: center;
}

body.eggy-slate-live .eggy-account-note {
  margin-top: 16px !important;
  color: #94a3b8 !important;
  font-size: .94rem !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body.eggy-slate-live[class*="eggy-page-account"] .eggy-account-hub,
  body.eggy-slate-live.eggy-page-login .eggy-account-hub,
  body.eggy-slate-live.eggy-page-register .eggy-account-hub {
    grid-template-columns: 1fr;
  }

  body.eggy-slate-live .eggy-account-value-panel {
    min-height: auto;
  }

  body.eggy-slate-live .eggy-account-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.eggy-slate-live[class*="eggy-page-account"] main,
  body.eggy-slate-live.eggy-page-login main,
  body.eggy-slate-live.eggy-page-register main {
    width: min(100% - 28px, 560px) !important;
    padding-top: 28px !important;
  }

  body.eggy-slate-live .eggy-account-value-panel,
  body.eggy-slate-live .eggy-account-form-shell,
  body.eggy-slate-live .eggy-account-benefits,
  body.eggy-slate-live .eggy-account-pathways {
    border-radius: 22px;
    padding: 22px;
  }

  body.eggy-slate-live .eggy-account-mini-flow,
  body.eggy-slate-live .eggy-account-benefit-grid,
  body.eggy-slate-live .eggy-account-path-grid,
  body.eggy-slate-live .eggy-account-dashboard-preview {
    grid-template-columns: 1fr;
  }

  body.eggy-slate-live .eggy-account-section-head {
    display: block;
  }

  body.eggy-slate-live .eggy-account-section-head p {
    margin-top: 10px !important;
  }
}
