    /* fonts */
    @font-face {
      font-family: "TT Hoves DemiBold";
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
      src:
        url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-DemiBold_optimized.woff2") format("woff2");
    }
    @font-face {
      font-family: "TT Hoves Medium";
      font-style: normal;
      font-display: swap;
      src:
        url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Medium_optimized.woff2") format("woff2");
    }
    @font-face { 
      font-family: "TT Hoves Regular";
      font-style: normal;
      font-display: swap;
      src:
        url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Regular_optimized.woff2") format("woff2");
    }
    @font-face {
      font-family: "TT Hoves Bold";
      font-style: normal;
      font-display: swap;
      src:
        url("/etc/clientlibs/clean/dependencies/fonts/tthoves/TTHoves-Bold_optimized.woff2") format("woff2");
    }

.hero__calendar-icon {
  width: 25px;
  height: 25px;
  margin-right: 0.4rem;
}

/* Fixed Header Styles */
.mcp-ebook-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 12px 24px;
  background: #1f1f1f;
}

.mcp-ebook-fixed-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mcp-ebook-header-logo {
  height: 22px;
  width: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.mcp-ebook-header-logo:hover {
  transform: scale(1.05);
}

.mcp-ebook-header-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mcp-ebook-header-cta {
  display: inline-block;
  padding: 8px 20px;
  font-family: 'TT Hoves Medium', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
  text-decoration: none;
  border: 1px solid #00C8C8;
  border-radius: 40px;
  transition: all 0.3s ease;
  background-color:#00c0e8;
}

.mcp-ebook-header-cta:hover {
  background: #00C8C8;
  color: #1a1a1a;
  text-decoration: none;
}

/* Footer Styles */
.mcp-ebook-footer {
  background: #1a1a1a;
  padding: 20px 24px;
  text-align: center;
}

.mcp-ebook-footer-inner {
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
}

.mcp-ebook-footer-copyright {
  font-family: var(--font-body);
  font-size: 14px;
  color: #f5f5f5;
  margin: 0 0 12px 0;
}

.mcp-ebook-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mcp-ebook-footer-links a {
  font-family: var(--font-body);
  font-size: 14px;
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mcp-ebook-footer-links a:hover {
  color: #00C8C8;
  text-decoration: none;
}

.mcp-ebook-footer-divider {
  color: #666;
  font-size: 14px;
}

:root {
      --color-bg: #020617;
      --color-page: #f3f4f6;
      --color-surface: #ffffff;
      --color-surface-soft: #f9fafb;
      --color-border: #e5e7eb;
      --color-border-strong: #d1d5db;
      --color-text: #111827;
      --color-text-soft: #4b5563;
      --color-heading: #020617;
      --color-accent: #00e5ff;
      --color-accent-soft: rgba(0, 229, 255, 0.15);
      --color-accent-warm: #fb923c;
      --color-hero-text: #f9fafb;
      --shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.32);
      --radius-lg: 18px;
      --radius-md: 10px;
      --radius-pill: 999px;
      --font-body: "TT Hoves Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --max-width: 1200px;
      --nav-width: 260px;
      --header-height: 68px;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      height: 100%;
      scroll-behavior: smooth;
      overflow-x: hidden;
      overflow-y: hidden;
    }

    body {
      margin: 0;
      padding-top: 50px;
      height: 100%;
      min-height: 100vh;
      font-family: var(--font-body);
      color: var(--color-text);
      overflow-x: hidden;
      overflow-y: auto;
      scroll-behavior: smooth;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:hover,
    a:focus-visible {
      text-decoration: underline;
    }

    /* Sequence diagram label tweaks */
    .seq-label--step-1-text-forward {
      /* move label above the arrow line, keep centered */
      --seq-label-dx: 0px;
      --seq-label-dy: -12px;
    }
    .seq-label--step-9-text-forward {
      /* move label above the arrow line, keep centered */
      --seq-label-dx: 0px;
      --seq-label-dy: -10px;
    }
    .seq-label--step-8-text-forward {
      /* move label above the arrow line, keep centered */
      --seq-label-dx: 0px;
      --seq-label-dy: -10px;
    }
    
    .seq-label--step-2-text-forward {
      /* move label above the arrow line, keep centered */
      --seq-label-dx: 0px;
      --seq-label-dy: -20px;
    } 
    .seq-label--step-8-text-return {
      /* move label above the arrow line, keep centered */
      --seq-label-dx: 0px;
      --seq-label-dy: -12px;
    }
    .seq-label--step-7-text-forward .seq-label__bg,
    .seq-label--step-7-text-return .seq-label__bg,
    .seq-label--step-6-text-forward .seq-label__bg,
    .seq-label--step-6-text-return .seq-label__bg,
    .seq-label--step-5-text-forward .seq-label__bg,
    .seq-label--step-5-text-return .seq-label__bg,
    .seq-label--step-4-text-forward .seq-label__bg,
    .seq-label--step-4-text-return .seq-label__bg
     {
      fill-opacity: 1;
    }

    p {
      line-height: 1.7;
      margin: 0 0 1rem;
      color: var(--color-text-soft);
      font-size: 0.97rem;
    }

    h1,
    h2,
    h3,
    h4 {
      margin: 0 0 0.65rem;
      font-weight: bolder;
      color: var(--color-heading);
      letter-spacing: -0.02em;
    }

    h1 {
      font-size: clamp(2.2rem, 2.7vw, 2.9rem);
      line-height: 1.1;
      font-family: 'TT Hoves Bold', var(--font-body);
    }

    h2 {
      font-size: 2rem !important;
      font-family: 'TT Hoves Bold', var(--font-body) !important;
      color:#00c0e8 !important;
    }

    h3 {
      font-size: 1.05rem;
      font-family: 'TT Hoves Bold', var(--font-body);
    }

    h4 {
      font-size: 1.15rem;
      color:#1f373d !important;
      font-family: 'TT Hoves Bold', var(--font-body);
    }

    ul,
    ol {
      margin: 0 0 1.25rem;
      padding-left: 1.2rem;
      color: var(--color-text-soft);
      font-size: 0.95rem;
    }
    p b {
      font-family: 'TT Hoves Bold', var(--font-body);
    }
.hero__divider {
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 1rem 0 1.4rem;
}
    /* Utilities */
    .container {
      width: 100%;
      max-width: var(--max-width);
      margin-inline: auto;
      padding-inline: 1.5rem;
    }

    .kicker {
      text-transform: uppercase;
      letter-spacing: 0.22em;
      font-weight: 600;
      font-size: 0.7rem;
      color: var(--color-accent);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.5rem 1rem;
      border-radius: var(--radius-pill);
      border: 1px solid #fff;
      color: #e5e7eb;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin-bottom: 0.75rem;
    }

    .eyebrow__tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: var(--color-accent-soft);
    }

    .badge-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.3rem 0.75rem;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(148, 163, 184, 0.4);
      font-size: 0.7rem;
      color: #e5e7eb;
      text-transform: uppercase;
      letter-spacing: 0.18em;
    }

    .badge-pill__dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #22c55e;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      padding: 0.85rem 1.6rem;
      border-radius: var(--radius-pill);
      border: none;
      font-family: inherit;
      font-size: 0.9rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease,
        color 150ms ease, border-color 150ms ease;
    }

    .btn--primary {
      background: linear-gradient(135deg, #00e5ff, #38bdf8);
      color: #020617;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.55);
    }

    .btn--primary:hover,
    .btn--primary:focus-visible {
      text-decoration: none;
      transform: translateY(-1px);
      box-shadow: 0 20px 52px rgba(15, 23, 42, 0.8);
    }

    .btn--ghost {
      background: transparent;
      color: #e5e7eb;
      border: 1px solid rgba(148, 163, 184, 0.6);
    }

    .btn--ghost:hover,
    .btn--ghost:focus-visible {
      text-decoration: none;
      border-color: var(--color-accent);
      color: #f9fafb;
    }

    .btn__icon {
      font-size: 1.1rem;
    }

    .label-muted {
      font-size: 0.74rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--color-text-soft);
      margin-bottom: 0.4rem;
    }

    /* Skip link */
    .skip-link {
      position: absolute;
      left: -999px;
      top: 0.5rem;
      z-index: 999;
      padding: 0.5rem 0.9rem;
      background: #111827;
      color: #f9fafb;
      border-radius: 4px;
      font-size: 0.9rem;
    }

    .skip-link:focus {
      left: 0.5rem;
    }

    /* Site header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 40;
      backdrop-filter: blur(16px);
      background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.78), transparent);
      border-bottom: 1px solid rgba(15, 23, 42, 0.7);
    }

    .site-header__inner {
      height: var(--header-height);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }

    .site-header__logo {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

    .site-header__logo-mark {
      width: 26px;
      height: 26px;
      border-radius: 8px;
      background: conic-gradient(from 140deg, #fb923c, #f97316, #22c55e, #22c55e, #fb923c);
      box-shadow: 0 0 24px rgba(251, 146, 60, 0.7);
    }

    .site-header__logo-text {
      color: #e5e7eb;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .site-header__nav {
      display: flex;
      align-items: center;
      gap: 1.35rem;
      font-size: 0.82rem;
      color: #cbd5f5;
      text-transform: none;
    }

    .site-header__nav-link {
      position: relative;
      padding-block: 0.15rem;
    }

    .site-header__nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.2rem;
      width: 0;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, #00e5ff, #38bdf8);
      transition: width 160ms ease;
    }

    .site-header__nav-link:hover::after,
    .site-header__nav-link:focus-visible::after {
      width: 100%;
    }

    .site-header__cta {
      display: none;
    }

    /* Hero */
    .hero {
      position: relative;
      z-index: 0;
      padding: 3.5rem 0 2.75rem;
      color: var(--color-hero-text);
      overflow: visible;
    }

    .hero__inner {
      position: relative;
      z-index: 2;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:#1f1f1f;
      opacity: 1;
      z-index: -2;
    }

    .hero::after {
      /* subtle grid overlay */
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.16) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: 0.12;
      mix-blend-mode: soft-light;
      z-index: -1;
    }

    .hero__body {
      max-width: 1024px;
    }

    .hero__title {
      color: #f9fafb;
      margin-bottom: 0.75rem;
    }

    .hero__lede {
      font-size: 0.96rem;
      color: #fff;
      margin-bottom: 1.1rem;
      font-family: 'TT Hoves Medium', var(--font-body);
    }

    .hero__meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      align-items: center;
      margin-bottom: 1.4rem;
      font-size: 0.78rem;
      color: #9ca3af;
    }

    .hero__meta span {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }

    .hero__meta-dot {
      width: 4px;
      height: 4px;
      border-radius: 999px;
      background: #6b7280;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      margin-bottom: 1.4rem;
    }
    .hero__date {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      margin:5px 0px 10px;
    }

.hero__calendar-icon {
  position: relative;
  top:-4px;
}

#mcpEbookDownButton {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* Hero scroll cue (arrow animation) */
#mcpEbookDownButton .scroll__arrow {
  --mcp-ebook-arrow-offset-y: 12px;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
  animation: mcpEbookArrowDown 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  margin:0 auto;
  text-align: center;
}

@keyframes mcpEbookArrowDown {
  0%,
  100% {
    transform: translate3d(0, calc(var(--mcp-ebook-arrow-offset-y) - 2px), 0);
  }
  50% {
    transform: translate3d(0, calc(var(--mcp-ebook-arrow-offset-y) + 10px), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #mcpEbookDownButton .scroll__arrow {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
    .hero__visual {
      position: relative;
      justify-self: stretch;
    }

    .hero-card {
      position: relative;
      padding: 1.3rem 1.2rem 1.35rem;
      border-radius: var(--radius-lg);
      background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 48%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.95), #020617);
      border: 1px solid rgba(148, 163, 184, 0.5);
      box-shadow: var(--shadow-soft);
      color: #e5e7eb;
      overflow: hidden;
    }

    .hero-card__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.9rem;
    }

    .hero-card__title {
      font-size: 0.9rem;
      font-weight: 600;
      color: #f9fafb;
    }

    .hero-card__chip {
      font-size: 0.7rem;
      padding: 0.18rem 0.55rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.8);
      text-transform: uppercase;
      letter-spacing: 0.16em;
    }

    .hero-card__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.85rem;
      margin-bottom: 1.15rem;
    }

    .hero-card__cell {
      padding: 0.55rem 0.55rem 0.65rem;
      border-radius: 10px;
      background: rgba(15, 23, 42, 0.85);
      border: 1px solid rgba(148, 163, 184, 0.6);
      font-size: 0.72rem;
    }

    .hero-card__cell-label {
      color: #9ca3af;
      margin-bottom: 0.2rem;
    }

    .hero-card__cell-value {
      font-weight: 600;
      color: #e5e7eb;
    }

    .hero-card__timeline {
      position: relative;
      margin-top: 0.3rem;
      padding-left: 1.4rem;
    }

    .hero-card__timeline::before {
      content: "";
      position: absolute;
      left: 0.4rem;
      top: 0.25rem;
      bottom: 0.25rem;
      width: 1px;
      background: linear-gradient(to bottom, rgba(148, 163, 184, 0.9), transparent);
    }

    .hero-card__step {
      position: relative;
      padding-bottom: 0.6rem;
      margin-bottom: 0.15rem;
    }

    .hero-card__step:last-child {
      padding-bottom: 0;
    }

    .hero-card__bullet {
      position: absolute;
      left: -1.02rem;
      top: 0.22rem;
      width: 9px;
      height: 9px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.9);
      background: radial-gradient(circle at center, #f97316, transparent 60%);
      box-shadow: 0 0 0 3px rgba(248, 250, 252, 0.02);
    }

    .hero-card__step-title {
      font-size: 0.75rem;
      color: #e5e7eb;
      font-weight: 500;
      margin-bottom: 0.05rem;
    }

    .hero-card__step-text {
      font-size: 0.7rem;
      color: #9ca3af;
    }

    .hero__orbit {
      position: absolute;
      inset: 15% -25%;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      opacity: 0.4;
      pointer-events: none;
    }

    .hero__orbit::before,
    .hero__orbit::after {
      content: "";
      position: absolute;
      border-radius: inherit;
      inset: 15%;
      border: 1px dashed rgba(148, 163, 184, 0.25);
    }

    .hero__orbit::after {
      inset: 32%;
    }

    /* Main layout with sticky side nav */
    .page {
      position: relative;
      padding-bottom: 4rem;
      background:
        radial-gradient(circle at top left, rgba(15, 23, 42, 0.2), transparent 50%),
        linear-gradient(to bottom, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.65));
    }

    .page__inner {
      display: grid;
      grid-template-columns: var(--nav-width) minmax(0, 1fr);
      gap: 3rem;
      align-items: flex-start;
      margin-top: 0.75rem;
      padding: 2.2rem 0 3.5rem;
    }

    /* H2 side navigation */
    .side-nav {
      position: sticky;
      top: calc(var(--header-height) + 1.5rem);
      align-self: flex-start;
      padding: 1.25rem 1.1rem 1.3rem;
      border-radius: var(--radius-lg);
      background: linear-gradient(to bottom right, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.96));
      border: 1px solid rgba(148, 163, 184, 0.45);
      color: #e5e7eb;
      box-shadow: 0 20px 45px rgba(15, 23, 42, 0.6);
    }

    .side-nav__title {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #9ca3af;
      margin-bottom: 0.45rem;
    }

    .side-nav__hint {
      font-size: 0.76rem;
      color: #9ca3af;
      margin-bottom: 0.9rem;
    }

    .side-nav__list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      font-size: 0.83rem;
    }

    .side-nav__link {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.38rem 0.5rem;
      border-radius: 8px;
      color: #e5e7eb;
      text-decoration: none;
      border: 1px solid transparent;
      background: transparent;
      transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
    }

    .side-nav__indicator {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: rgba(148, 163, 184, 0.9);
      flex-shrink: 0;
      transform: scale(0.95);
      transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
    }

    .side-nav__link:hover,
    .side-nav__link:focus-visible {
      background: rgba(15, 23, 42, 0.95);
      border-color: rgba(148, 163, 184, 0.65);
      text-decoration: none;
    }

    .side-nav__link.is-active {
      background: radial-gradient(circle at left, rgba(56, 189, 248, 0.18), transparent 60%);
      border-color: rgba(59, 130, 246, 0.85);
      color: #f9fafb;
    }

    .side-nav__link.is-active .side-nav__indicator {
      background: #0ea5e9;
      transform: scale(1.35);
      box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.4);
    }

    .side-nav__label {
      flex: 1;
    }

    /* Article */
    .article {
      position: relative;
      padding: 1.8rem 1.8rem 2.4rem;
      border-radius: var(--radius-lg);
      background: var(--color-surface);
      box-shadow: 0 28px 80px rgba(15, 23, 42, 0.46);
      border: 1px solid rgba(15, 23, 42, 0.8);
    }

    .article__header {
      border-bottom: 1px solid var(--color-border);
      padding-bottom: 1.4rem;
      margin-bottom: 1.6rem;
    }

    .article__meta-line {
      font-size: 0.78rem;
      color: var(--color-text-soft);
    }

    .article__meta-line strong {
      font-weight: 600;
    }

    .article-section {
      padding: 1.4rem 0 1.6rem;
      border-bottom: 1px solid var(--color-border);
    }

    .article-section:last-of-type {
      border-bottom: none;
      padding-bottom: 0.5rem;
    }

    .article-section__intro {
      max-width: 760px;
    }

    .article-section__lede {
      font-size: 0.96rem;
    }

    .article-section__columns {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
      gap: 2.1rem;
      align-items: flex-start;
      margin-top: 1.3rem;
    }

    .article-section__subgrid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 1.1rem;
    }

    .subcard {
      padding: 0.95rem 1rem 1.05rem;
      border-radius: var(--radius-md);
      background: var(--color-surface-soft);
      border: 1px solid var(--color-border);
    }

    .subcard--danger {
      border-color: rgba(248, 113, 113, 0.65);
      background: #fef2f2;
    }

    .subcard__title {
      font-size: 0.9rem;
      margin-bottom: 0.25rem;
    }

    .subcard__kicker {
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--color-text-soft);
      margin-bottom: 0.25rem;
    }

    .subcard p:last-child {
      margin-bottom: 0;
    }

    .article__note {
      font-size: 0.8rem;
      color: var(--color-text-soft);
      border-left: 3px solid rgba(148, 163, 184, 0.9);
      padding-left: 0.8rem;
      margin-top: 0.6rem;
    }

    /* MCP architecture diagrams */
    .diagram {
      padding: 0.95rem 1.05rem 1.1rem;
      border-radius: var(--radius-md);
      background: var(--color-surface-soft);
      border: 1px solid var(--color-border-strong);
      font-size: 0.82rem;
    }

    .diagram__caption {
      font-size: 0.78rem;
      color: var(--color-text-soft);
      margin-top: 0.5rem;
    }

    .diagram__image {
      border-radius: 10px;
      border: 1px solid var(--color-border);
      background: #e5e7eb;
    }

    /* Step grid (Information Gathering / Cross-System, etc.) */
    .step-grid {
      list-style: none;
      margin: 1.2rem 0 0.4rem;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1rem;
    }

    .step-grid__item {
      position: relative;
      padding: 0.8rem 0.9rem 1rem;
      border-radius: var(--radius-md);
      background: var(--color-surface-soft);
      border: 1px solid var(--color-border);
      font-size: 0.86rem;
      overflow: hidden;
    }

    .step-grid__label {
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--color-text-soft);
      text-transform: uppercase;
      letter-spacing: 0.15em;
      margin-bottom: 0.3rem;
    }

    .step-grid__number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      margin-right: 0.35rem;
      border-radius: 999px;
      font-size: 0.7rem;
      font-weight: 600;
      color: #0f172a;
      background: var(--color-accent-soft);
    }

    .step-grid__title {
      font-size: 0.9rem;
      margin-bottom: 0.25rem;
    }

    .step-grid__body {
      font-size: 0.82rem;
      margin: 0;
    }

    /* Vulnerabilities list */
    .vuln-grid {
      margin-top: 1.1rem;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.1rem;
    }

    .vuln-card {
      padding: 0.9rem 1rem 1rem;
      border-radius: var(--radius-md);
      background: #f9fafb;
      border: 1px solid var(--color-border);
      font-size: 0.84rem;
    }

    .vuln-card__title {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      font-size: 0.9rem;
      margin-bottom: 0.3rem;
    }

    .vuln-card__icon {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: var(--color-accent-soft);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
    }

    .vuln-card--high {
      border-color: rgba(248, 113, 113, 0.7);
      background: #fef2f2;
    }

    /* Timeline (for security considerations) */
    .timeline {
      position: relative;
      margin-top: 1.1rem;
      padding-left: 1.75rem;
    }

    .timeline::before {
      content: "";
      position: absolute;
      left: 0.5rem;
      top: 0.3rem;
      bottom: 0.3rem;
      width: 2px;
      background: linear-gradient(to bottom, rgba(148, 163, 184, 0.9), rgba(148, 163, 184, 0.15));
    }

    .timeline__item {
      position: relative;
      padding-bottom: 1.15rem;
      margin-bottom: 0.1rem;
    }

    .timeline__item:last-child {
      padding-bottom: 0;
    }

    .timeline__marker {
      position: absolute;
      left: -0.1rem;
      top: 0.1rem;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: #f9fafb;
      border: 2px solid var(--color-accent);
      box-shadow: 0 0 0 3px var(--color-accent-soft);
    }

    .timeline__label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--color-text-soft);
      margin-bottom: 0.25rem;
    }

    .timeline__title {
      font-size: 0.95rem;
      margin-bottom: 0.25rem;
    }

    .timeline__body {
      font-size: 0.86rem;
      margin: 0;
    }

    /* Contributors */
    .contributors {
      display: flex;
      flex-wrap: wrap;
      gap: 1.4rem;
      font-size: 0.86rem;
      margin-top: 0.9rem;
    }

    .contributors__group {
      min-width: 180px;
    }

    .contributors__heading {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--color-text-soft);
      margin-bottom: 0.25rem;
    }

    .contributors__names {
      font-weight: 500;
    }

    /* CTA banner */
    .cta-banner {
      margin-top: -1.4rem;
      padding-bottom: 3.4rem;
    }

    .cta-banner__inner {
      border-radius: var(--radius-lg);
      background: radial-gradient(circle at right, rgba(56, 189, 248, 0.18), transparent 60%),
        radial-gradient(circle at left, rgba(251, 146, 60, 0.28), transparent 60%),
        linear-gradient(135deg, #020617, #020617 60%, #020617);
      border: 1px solid rgba(148, 163, 184, 0.6);
      padding: 1.6rem 1.8rem 1.8rem;
      color: #e5e7eb;
      box-shadow: 0 22px 65px rgba(15, 23, 42, 0.85);
    }

    .cta-banner__heading {
      font-size: 1.15rem;
      color: #f9fafb;
      margin-bottom: 0.35rem;
    }

    .cta-banner__body {
      font-size: 0.9rem;
      color: #cbd5f5;
      margin-bottom: 1.25rem;
    }

    .cta-banner__footer {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.9rem 1.2rem;
    }

    .cta-banner__meta {
      font-size: 0.8rem;
      color: #9ca3af;
    }

    /* Contributors strip (above global footer) */
    .contributors-strip {
      background: #1f1f1f;
      color: #ffffff;
      padding: 4.2rem 0 3.8rem;
    }

    .contributors-strip__inner {
      display: block;
    }

    .contributors-strip__header {
      display: flex;
      align-items: center;
      gap: 1.15rem;
      margin-bottom: 2.6rem;
    }

    .contributors-strip__icon {
      width: 44px;
      height: 44px;
      color: #ffffff;
      flex: 0 0 auto;
    }

    .contributors-strip__title {
      font-family: 'TT Hoves DemiBold', var(--font-body);
      font-size: 2rem;
      line-height: 1.15;
      color: #ffffff;
    }

    .contributors-strip__underline {
      width: 72px;
      height: 4px;
      background: #ffffff;
      border-radius: 999px;
      margin-top: 0.6rem;
    }

    .contributors-strip__grid {
      display: grid;
      grid-template-columns: 240px minmax(0, 1fr);
      column-gap: 5.25rem;
      row-gap: 1.8rem;
      align-items: start;
    }

    .contributors-strip__label {
      font-family: 'TT Hoves DemiBold', var(--font-body);
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 0.35rem;
    }

    .contributors-strip__name {
      font-family: 'TT Hoves Regular', var(--font-body);
      font-size: 1.12rem;
      color: #ffffff;
      white-space: nowrap;
    }

    .contributors-strip__names {
      display: flex;
      flex-wrap: wrap;
      gap: 1.9rem 2.6rem;
      align-items: baseline;
    }

    @media (max-width: 768px) {
      .contributors-strip {
        padding: 3.2rem 0 3.1rem;
      }

      .contributors-strip__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
      }

      .contributors-strip__name {
        white-space: normal;
      }
    }

    /* Footer */
    .site-footer {
      border-top: 1px solid rgba(15, 23, 42, 0.85);
      padding: 1.5rem 0 2rem;
      background: #020617;
      color: #6b7280;
      font-size: 0.78rem;
    }

    .site-footer__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .site-footer__links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
    }

    .site-footer__link {
      color: #9ca3af;
    }

    /* Scroll animations */
    [data-animate] {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 320ms ease-out, transform 320ms ease-out;
    }

    /* Variant: slide + fade in from the left */
    [data-animate].reveal-left {
      transform: translateX(-28px);
    }

    /* Variant: slide + fade in from the right */
    [data-animate].reveal-right {
      transform: translateX(28px);
    }

    [data-animate].is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    [data-animate].reveal-left.is-visible {
      transform: translateX(0);
    }

    [data-animate].reveal-right.is-visible {
      transform: translateX(0);
    }

    /* Slight stagger for specific grids */
    .step-grid [data-animate-child],
    .vuln-grid [data-animate-child] {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 320ms ease-out, transform 320ms ease-out;
    }

    /* Tile reveal for the two-column card grid */
    .two-column-grid-container .grid .card {
      opacity: 0;
      transform: translateY(18px) scale(0.98);
      transition: opacity 360ms ease-out, transform 360ms ease-out;
    }

    /* Per-card tile-in for the "Without MCP" grid */
    #withoutMCPGrid .card.is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    #withoutMCPGrid .card.is-visible:nth-child(1) { transition-delay: 80ms; }
    #withoutMCPGrid .card.is-visible:nth-child(2) { transition-delay: 160ms; }
    #withoutMCPGrid .card.is-visible:nth-child(3) { transition-delay: 240ms; }
    #withoutMCPGrid .card.is-visible:nth-child(4) { transition-delay: 320ms; }

    .step-grid.is-visible [data-animate-child],
    .vuln-grid.is-visible [data-animate-child] {
      opacity: 1;
      transform: translateY(0);
    }

    .two-column-grid-container .grid.is-visible .card {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .step-grid.is-visible [data-animate-child]:nth-child(1),
    .vuln-grid.is-visible [data-animate-child]:nth-child(1) {
      transition-delay: 80ms;
    }

    .two-column-grid-container .grid.is-visible .card:nth-child(1) {
      transition-delay: 80ms;
    }

    .step-grid.is-visible [data-animate-child]:nth-child(2),
    .vuln-grid.is-visible [data-animate-child]:nth-child(2) {
      transition-delay: 160ms;
    }

    .two-column-grid-container .grid.is-visible .card:nth-child(2) {
      transition-delay: 160ms;
    }

    .step-grid.is-visible [data-animate-child]:nth-child(3),
    .vuln-grid.is-visible [data-animate-child]:nth-child(3) {
      transition-delay: 240ms;
    }

    .two-column-grid-container .grid.is-visible .card:nth-child(3) {
      transition-delay: 240ms;
    }

    .step-grid.is-visible [data-animate-child]:nth-child(4),
    .vuln-grid.is-visible [data-animate-child]:nth-child(4) {
      transition-delay: 320ms;
    }

    .two-column-grid-container .grid.is-visible .card:nth-child(4) {
      transition-delay: 320ms;
    }

    @media (prefers-reduced-motion: reduce) {
      .two-column-grid-container .grid .card {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    /* Parallax background layers */
    [data-parallax] {
      will-change: transform;
      transition: transform 120ms linear;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .hero__inner {
        grid-template-columns: minmax(0, 1.5fr);
        gap: 2.2rem;
      }

      .hero__visual {
        order: -1;
      }

      .page__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.8rem;
      }

      .side-nav {
        position: static;
        order: -1;
        display: flex;
        flex-direction: column;
        padding: 0.9rem 1rem;
        background: linear-gradient(to right, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
      }

      .side-nav__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.4rem;
      }

      .side-nav__link {
        font-size: 0.8rem;
      }
    }

    @media (max-width: 880px) {
      .site-header__nav {
        display: none;
      }

      .site-header__cta {
        display: inline-flex;
        padding: 0.45rem 0.9rem;
        border-radius: var(--radius-pill);
        border: 1px solid rgba(148, 163, 184, 0.7);
        font-size: 0.78rem;
        color: #e5e7eb;
        text-decoration: none;
      }

      .article {
        padding-inline: 1.25rem;
      }

      .article-section__columns {
        grid-template-columns: minmax(0, 1fr);
      }

      .step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .vuln-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 640px) {
      .hero {
        padding-top: 2.6rem;
      }

      .article {
        padding-inline: 1.1rem;
      }

      .page__inner {
        padding-top: 1.8rem;
      }

      .step-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .hero-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .cta-banner__footer {
        align-items: flex-start;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      [data-animate],
      .step-grid [data-animate-child],
      .vuln-grid [data-animate-child],
      [data-parallax],
      .hero__floating-element {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
      }
    }

    .hero__floating-element {
      pointer-events: none;
      will-change: transform;
      position: absolute;
      z-index: -1;
      max-width: 70vw;
      max-height: 60vh;
      height: auto;
      transform: translate3d(var(--hero-float-x, 0px), var(--hero-float-y, 0px), 0);
      opacity: 0;
    }

    .hero__floating-element.is-entered {
      opacity: 1;
      animation: heroFloatIn 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes heroFloatIn {
      from {
        opacity: 0;
        transform: translate3d(var(--hero-float-x, 0px), calc(var(--hero-float-y, 0px) + 70px), 0) scale(0.96);
      }
      to {
        opacity: 1;
        transform: translate3d(var(--hero-float-x, 0px), var(--hero-float-y, 0px), 0) scale(1);
      }
    }
#floatingElement2 {
    position: absolute;
    top: 66%;
    right: -5px;
}
#floatingElement223 {
    position: absolute;
    width: 15px;
    top: 26%;
    right: -33%;
}
#floatingElement233 {
    position: absolute;
    width: 105px;
    top: 26%;
    right: -2%;
}
#floatingElement323 {
    position: absolute;
    width: 205px;
    top: 15%;
    right: -40%;
}
#floatingElement330 {
    position: absolute;
    width: 67px;
    top: 32%;
    right: 9%;
}
#floatingElement1 {
    position: absolute;
    width: 100px;
    top: 9%;
    right: 10%;
}
#floatingElement2 {
    position: absolute;
    width: 10px;
    top: 11.75%;
    right: -5%;
}
#floatingElement21 {
    position: absolute;
    width: 5px;
    top: 11.15%;
    right: 6%;
}
#fullBlade6 {
  position: absolute !important;
    width: 550px;
    top: 5%;
    right: -9%;
    z-index: 2;
}
#floatingElement22 {
  position: absolute;
    width: 20px;
    top: 12.75%;
    right: 2%;
}
#floatingElement23 {
    position: absolute;
    width: 15px;
    top: 10%;
    right: 0%;
}
#floatingElement24 {
    position: absolute;
    width: 8px;
    top: 12%;
    right: 0%;
}
#floatingElement33 {
    position: absolute;
    width: 80px;
    top: 12%;
    right: 10%;
}
#floatingElement25 {
    position: absolute;
    width: 8px;
    top: 12%;
    right: 0%;
}
/* gears and circle icon */
#floatingElement26 {
    position: absolute;
    width: 250px;
    top: 13%;
    left: 0%;
}
/* pie chart */
#floatingElement27 {
    position: absolute;
    width: 40px;
    top: 14%;
    left: 2%;
}
/* blue plus sign */
#floatingElement28 {
    position: absolute;
    width: 15px;
    top: 15%;
    left: 15%;
}
/* dot grid */
#floatingElement29 {
    position: absolute;
    width: 125px;
    top: 13.75%;
    left: 11%;
}
/* circle by bluedots */
#floatingElement32 {
    position: absolute;
    width: 100px;
    top: 12.7%;
    left: 10%;
}
/* medium thin circle right side */
#floatingElement30 {
    position: absolute;
    width: 250px;
    top: 11%;
    right: -16%;
}
/* larger thick circle */
#floatingElement31 {
    position: absolute;
    width: 50px;
    top: 14.25%;
    left: 2%;
}
#floatingElement3 {
  position: absolute;
    width: 300px;
    /* height: 150px; */
    top: 77%;
    right: 20px;
}
#floatingElement4 {
  position: absolute;
  width: 100px;
  right: 13%;
  top: 394px;
}
#floatingElement5 {
  position: absolute;
  width: 100px;
  top: 96%;
  right: 25%;
}
#floatingElement52 {
  position: absolute;
  width: 100px;
  top: 96%;
  right: 10%;
}
#floatingElement6 {
  position: absolute;
    width: 60px;
    top: 94%;
    left: 2%;
}
#floatingElement7 {
  position: absolute;
    width: 120px;
    /* height: 150px; */
    top: 89%;
    left: 5%;
} 
#floatingElement8 {
  position: absolute;
    width: 120px;
    top: 84%;
    left: 3%;
}
#floatingElement9 {
  position: absolute;
    width: 200px;
    top: 85%;
    left: 0%;
}
#floatingElement19 {
    position: absolute;
    width: 400px;
    top: 70%;
    right: -15%;
}


    .mcp-ebook-wrap{
      position:relative;
      z-index:1;
      display:flex;
      gap: 34px;
      padding: 44px 28px 0px;
      max-width: calc(var(--max-width));
      margin: 0 auto;
      align-items:flex-start;
    }

    /* LEFT STICKY NAV */
    .side{
      width: 80px;
      flex: 0 0 40px;
      position: relative;
      padding-bottom: 20px;
      z-index: 2;
    }

    .side-inner{
      position: static;
      display:flex;
      align-items:flex-start;
      gap: 16px;
    }

    /* Sticky needs a tall containing block; on desktop make the aside itself sticky */
    @media (min-width: 761px){
      .side{
        position: sticky;
        top: 0;
        align-self: flex-start;
      }

      .side.is-stuck{
        position: fixed;
        top: 0;
        z-index: 10;
      }

      .side-placeholder{
        display: none;
      }
    }

    .diamonds{
      display:flex;
      flex-direction:column;
      align-items:center;
      padding-top: 8px;
      margin:0 auto;
    }

    .diamond-btn{
      appearance:none;
      border:0;
      background:transparent;
      padding:0;
      cursor:pointer;
      width: 30px;
      height: 30px;
      display:grid;
      place-items:center;
      margin: 10px 0;
      outline: none;
      position: relative;
    }

    .diamond{
      width: 18px;
      height: 18px;
      transform: rotate(45deg);
      border-radius: 3px;
      background: #d1d1d1;
      box-shadow: 0 1px 0 rgba(0,0,0,.04);
      transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
    }

    .diamond-btn.big .diamond{
      width: 34px;
      height: 34px;
      border-radius: 4px;
      background: #00c0e8;
      box-shadow: 0 8px 18px rgba(19,181,207,.18);
    }

    .diamond-btn:hover .diamond{
      transform: rotate(0deg) scale(1.06);
    }

    .diamond-btn:focus-visible .diamond{
      transform: rotate(0deg) scale(1.06);
    }

    .diamond-tooltip{
      position:absolute;
      left: 48px;
      top: 50%;
      transform: translateY(-50%) translateX(-6px);
      opacity: 0;
      pointer-events: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 280px;
      padding: 12px 16px;
      border-radius: 2px;
      background: #00c0e8;
      color: #1f373d;
      box-shadow: 0 10px 22px rgba(19,181,207,.22);
      transition: opacity .12s ease, transform .12s ease;
    }

    .diamond-btn:hover .diamond-tooltip,
    .diamond-btn:focus-visible .diamond-tooltip{
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }

    .diamond-btn[aria-current="true"] .diamond{
      background: #00c0e8;
      box-shadow: 0 10px 22px rgba(19,181,207,.22);
    }


    /* MAIN CONTENT */
    main{
      flex: 1 1 auto;
      width:75%;
      max-width: 1024px;
      padding-right: 6px;
    }

    .h2{
      font-size: 46px;
      line-height: 1.06;
      margin: 10px 0 12px;
      color: #00c0e8;
      font-weight: 800;
      scroll-margin-top: 170px;
    }

    .h2-underline{
      width: 84px;
      height: 6px;
      border-radius: 20px;
      background: #d1d1d1;
      margin-bottom: 22px;
    }

    .prose {
      font-size: 20px;
      line-height: 1.75;
      color: #5c5c5c;
      max-width: 880px;
      font-weight:400;
    }

    .prose p{
      margin: 0 0 18px;
    }

    .prose strong{ font-weight: 800; }

    /* SECTION SPACING (for scrollspy) */
    section{ scroll-margin-top: 170px; }

    /* RESPONSIVE */
    @media (max-width: 980px){
      .mcp-ebook-wrap{
        gap: 22px;
        padding: 6px 18px 0px;
      }
      .side{ width: 150px; flex-basis:150px; }
      .side-note{ font-size: 28px; max-width: 110px; }
      .h2{ font-size: 40px; }
      .prose{ font-size: 18px; }
    }

    @media (max-width: 760px){
      .wrap, .mcp-ebook-wrap{ flex-direction:column; }
      .side{
        width: 100%;
        flex-basis:auto;
        position: sticky;
        top: 10px;
        z-index: 100;
        background: rgba(255,255,255,.86);
        backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(0,0,0,.06);
        padding-bottom: 0;
      }
      .side-inner{
        position: static;
        padding: 12px 10px;
        background: transparent;
        backdrop-filter: none;
        border-bottom: none;
        border-radius: 14px;
      }
      .diamonds{
        flex-direction:row;
        gap: 8px;
        padding-top: 0;
        position: static;
        justify-content: center;
      }
      .diamond-btn{ margin:0; width: 34px; height: 34px; position: static; }
      .diamond-tooltip{
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        transform: none;
        white-space: normal;
        text-align: center;
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        padding: 12px 16px;
        border-radius: 0;
        background: #00e5ff;
        color: #1f373d;
        box-shadow: 0 4px 12px rgba(19,181,207,.25);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease;
        z-index: 101;
      }
      .diamond-tooltip.is-visible{
        opacity: 1;
        transition: opacity 0.15s ease;
      }
      /* Disable hover/focus tooltip on mobile - use JS click handler instead */
      .diamond-btn:hover .diamond-tooltip,
      .diamond-btn:focus-visible .diamond-tooltip{
        opacity: 0;
        transform: none;
      }
      .diamond-btn:hover .diamond-tooltip.is-visible,
      .diamond-btn:focus-visible .diamond-tooltip.is-visible{
        opacity: 1;
      }
      .side-note{
        margin: 0 0 0 10px;
        font-size: 18px;
        max-width: none;
        line-height: 1.1;
      }
      main{ padding-right:0; width: 100%; max-width: 100%; }
      .two-column-wrap{
        grid-template-columns: 1fr !important;
      }
      .two-column-wrap .two-column-left{
        padding-right: 0 !important;
        border-right: none !important;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
      }
      .two-column-wrap .two-column-right{
        padding-left: 0 !important;
      }
      .h2{ font-size: 34px; }
      .prose{ font-size: 17px; }
    }

    @media (max-width: 420px){
      .h2{ font-size: 30px; }
      .prose{ font-size: 16px; }
      .side-note{ display:none; } /* keep nav clean on tiny screens */
    }

 /* Main positioning context */
.image-stage {
  position: relative;
  padding: 80px 0; /* controls vertical breathing room */
}

/* Gray background strip */
.gray-bg-container {
    position: relative;
  z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gray-bar {
    position: absolute;
    left: -100vw;
    right: -100vw;
    height: 75%;
    background-color: #e5e5e5;
    z-index: -2;
}

.gray-bg-container img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.two-column-grid-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px;
}

/* Header */
.two-column-grid-container .header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.two-column-grid-container .header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.two-column-grid-container .header h1 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.2px;
}

/* Grid */
.two-column-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 28px;
}

/* Card */
.two-column-grid-container .card {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

/* Interior borders */
.two-column-grid-container .card:nth-child(1) {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
    padding-top: 0;
}

.two-column-grid-container .card:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-top: 0;
}

.two-column-grid-container .card:nth-child(3) {
    border-right: 1px solid #e0e0e0;
    padding-left: 0;
    padding-bottom: 0;
}

.two-column-grid-container .card:nth-child(4) {
    padding-right: 0;
    padding-bottom: 0;
}

.two-column-grid-container .card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}

.two-column-grid-container .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 8px;
}

.two-column-grid-container .card-text {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.55;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .two-column-grid-container {
        padding: 32px 20px;
    }

    .two-column-grid-container .header {
        margin-bottom: 32px;
    }

    .two-column-grid-container .header-icon {
        width: 36px;
        height: 36px;
    }

    .two-column-grid-container .header h1 {
        font-size: 18px;
    }

    .two-column-grid-container .grid {
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .two-column-grid-container .card {
        padding: 24px 0;
    }

    .two-column-grid-container .card:nth-child(1),
    .two-column-grid-container .card:nth-child(2),
    .two-column-grid-container .card:nth-child(3) {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-left: 0;
        padding-right: 0;
    }

    .two-column-grid-container .card:nth-child(1) {
        padding-top: 0;
    }

    .two-column-grid-container .card:nth-child(4) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .two-column-grid-container .card-icon {
        width: 32px;
        height: 32px;
    }

    .two-column-grid-container .card-title {
        font-size: 15px;
    }

    .two-column-grid-container .card-text {
        font-size: 14px;
    }
}
.mcp-ebook-steps-spacer {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 18px;
}

.mcp-ebook-steps-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 24px 40px;
}

/* Header */
.mcp-ebook-steps-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.mcp-ebook-steps-header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.mcp-ebook-steps-header h1 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.2px;
}

/* Steps container */
.mcp-ebook-steps-list {
    position: relative;
    padding-left: 70px;
}

/* Steps container (variant 2) */
.mcp-ebook-steps-list-2 {
  position: relative;
  padding-left: 70px;
}

/* Timeline progress (dotted line that grows on scroll) */
.mcp-ebook-steps-timeline-progress {
    position: absolute;
    left: 20px;
    top: 21px;
    width: 2px;
    height: 0;
    background-image: repeating-linear-gradient(
        to bottom,
        #22a652 0px,
        #22a652 4px,
        transparent 4px,
        transparent 10px
    );
}

/* Timeline progress (variant 2) */
.mcp-ebook-steps-timeline-progress-2 {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 2px;
  height: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    #00aec4 0px,
    #00aec4 4px,
    transparent 4px,
    transparent 10px
  );
}

/* Step item */
.mcp-ebook-steps-step, 
.mcp-ebook-steps-step-2 {
    position: relative;
    margin-bottom: 40px;
}

.mcp-ebook-steps-step:last-child,
.mcp-ebook-steps-step-2:last-child {
    margin-bottom: 0;
}

/* Step number */
.mcp-ebook-steps-number,
.mcp-ebook-steps-number-2 {
    position: absolute;
    left: -70px;
    top: 0;
    width: 42px;
    height: 42px;
    background-color: #40a557;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
    font-family: 'TT Hoves DemiBold', sans-serif;
}
.mcp-ebook-steps-number-2 {
    background-color: #00aec4;
}

/* Step content */
.mcp-ebook-steps-content,
.mcp-ebook-steps-content-2 {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    padding-top: 8px;
}
.mcp-ebook-steps-content h4 {
  color:#40a557 !important;
}
.mcp-ebook-steps-content-2 h4 {
  color:#00aec4 !important;
}
.mcp-ebook-steps-content.mcp-ebook-steps-visible,
.mcp-ebook-steps-content-2.mcp-ebook-steps-visible {
    opacity: 1;
    transform: translateY(0);
}

.mcp-ebook-steps-title,
.mcp-ebook-steps-title-2 {
    font-size: 16px;
    font-weight: 700;
    color: #40a557;
    margin-bottom: 6px;
}
.mcp-ebook-steps-title-2 {
    color: #00aec4;
}

.mcp-ebook-steps-text,
.mcp-ebook-steps-text-2 {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .mcp-ebook-steps-spacer,
    .mcp-ebook-steps-spacer-2 {
        height: 40vh;
    }

    .mcp-ebook-steps-container,
    .mcp-ebook-steps-container-2 {
        padding: 32px 20px;
    }

    .mcp-ebook-steps-header,
    .mcp-ebook-steps-header-2 {
        margin-bottom: 36px;
    }

    .mcp-ebook-steps-header-icon,
    .mcp-ebook-steps-header-icon-2 {
        width: 36px;
        height: 36px;
    }

    .mcp-ebook-steps-header h1,
    .mcp-ebook-steps-header-2 h1 {
        font-size: 18px;
    }

    .mcp-ebook-steps-list,
    .mcp-ebook-steps-list-2 {
        padding-left: 56px;
    }

    .mcp-ebook-steps-timeline-progress,
    .mcp-ebook-steps-timeline-progress-2 {
        left: 16px;
        top: 18px;
    }

    .mcp-ebook-steps-number,
    .mcp-ebook-steps-number-2 {
        left: -56px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .mcp-ebook-steps-step,
    .mcp-ebook-steps-step-2 {
        margin-bottom: 32px;
    }

    .mcp-ebook-steps-content,
    .mcp-ebook-steps-content-2 {
        padding-top: 6px;
    }

    .mcp-ebook-steps-title,
    .mcp-ebook-steps-title-2 {
        font-size: 15px;
    }

    .mcp-ebook-steps-text,
    .mcp-ebook-steps-text-2 {
        font-size: 14px;
    }
}
.mcp-ebook-enterprise-reality {
    max-width: 1200px;
    padding:40px;
    border:2px solid #e14f28;
    background: #ffffff;
    border-radius: 12px;
    box-shadow:
      10px 12px 0 rgba(0, 0, 0, 0.06);
      text-align: center;
    margin-top:40px;
}
.mcp-ebook-accordion-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Show All toggle */
.mcp-ebook-accordion-toggle-all {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.mcp-ebook-accordion-toggle-all-text {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
}

.mcp-ebook-accordion-toggle-all-text:hover {
    color: #000000;
}

/* Accordion wrapper */
.mcp-ebook-accordion {
    border-top: 1px solid #e0e0e0;
}

/* Accordion item */
.mcp-ebook-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

/* Accordion header */
.mcp-ebook-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    user-select: none;
}

.mcp-ebook-accordion-title {
    font-size: 17px;
    font-weight: 700;
    color: #d35400;
    padding-right: 20px;
}

/* Plus/Minus icon */
.mcp-ebook-accordion-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
}

.mcp-ebook-accordion-icon svg {
    width: 24px;
    height: 24px;
}

.mcp-ebook-accordion-icon-plus,
.mcp-ebook-accordion-icon-minus {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
}

.mcp-ebook-accordion-icon-minus {
    opacity: 0;
}

.mcp-ebook-accordion-item.mcp-ebook-accordion-open .mcp-ebook-accordion-icon-plus {
    opacity: 0;
}

.mcp-ebook-accordion-item.mcp-ebook-accordion-open .mcp-ebook-accordion-icon-minus {
    opacity: 1;
}

/* Accordion content */
.mcp-ebook-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.mcp-ebook-accordion-content-inner {
    padding-bottom: 24px;
}

.mcp-ebook-accordion-text {
    font-size: 15px;
    color: #333333;
    line-height: 1.65;
    margin-bottom: 16px;
}

.mcp-ebook-accordion-text:last-child {
    margin-bottom: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .mcp-ebook-accordion-container {
        padding: 32px 20px;
    }

    .mcp-ebook-accordion-header {
        padding: 16px 0;
    }

    .mcp-ebook-accordion-title {
        font-size: 15px;
        padding-right: 16px;
    }

    .mcp-ebook-accordion-icon {
        width: 22px;
        height: 22px;
    }

    .mcp-ebook-accordion-icon svg {
        width: 22px;
        height: 22px;
    }

    .mcp-ebook-accordion-text {
        font-size: 14px;
    }

    .mcp-ebook-accordion-content-inner {
        padding-bottom: 20px;
    }
}
.mcp-ebook-demo-container {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

/* Poisoning icon floating elements (demo profile section) */
#poisoningIcon1,
#poisoningIcon2,
#poisoningIcon3,
#poisoningIcon4,
#poisoningIcon5,
#poisoningIcon6 {
  position: absolute;
}

/* Large circle motif (top-right, partially offscreen) */
#poisoningIcon4 {
  top: -40px;
  right: -120px;
  width: 20px;
  opacity: 0.45;
}

/* Top-left outlined circle */
#poisoningIcon2 {
  top: 24px;
  left: 72px;
  width: 28px;
  opacity: 0.65;
}

/* Small outlined circle (mid-left) */
#poisoningIcon3 {
  top: 96px;
  left: 10px;
  width: 14px;
  opacity: 0.6;
}

/* Small filled dot (near top) */
#poisoningIcon5 {
  top: 28px;
  left: 58%;
  width: 12px;
  opacity: 0.8;
}

/* Plus symbols */
#poisoningIcon6 {
  top: 36px;
  right: 140px;
  width: 22px;
  opacity: 0.9;
}

#poisoningIcon1 {
  top: 50px;
  left: 120px;
  width: 18px;
  opacity: 0.75;
}

/* Main Title */
.mcp-ebook-demo-title {
    font-size: 28px;
    font-weight: 700;
    color: #00a5a5;
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0px;
}

/* Intro Section */
.mcp-ebook-demo-intro {
    display: flex;
    gap: 12px;
    margin-bottom: 60px;
    align-items: start;
}

.mcp-ebook-demo-intro-text {
    flex: 1;
}

.mcp-ebook-demo-intro-text p {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 16px;
    line-height: 1.7;
}

.mcp-ebook-demo-profile {
    flex-shrink: 0;
    text-align: center;
    z-index: 3;
}

.mcp-ebook-demo-profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0 auto 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcp-ebook-demo-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mcp-ebook-demo-profile-image svg {
    width: 50px;
    height: 50px;
}

.mcp-ebook-demo-profile-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.mcp-ebook-demo-profile-role {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
}

/* Content Sections */
.mcp-ebook-demo-section {
    display: flex;
    gap: 48px;
    margin-bottom: 70px;
    align-items: center;
}

.mcp-ebook-demo-section-reverse {
    flex-direction: row-reverse;
}

.mcp-ebook-demo-section-media {
    flex: 1;
    position: relative;
}

.mcp-ebook-demo-section-content {
    flex: 1;
}

/* Parallax Background Shapes */

.mcp-ebook-demo-shape-1 {
    width: 90%;
    height: 85%;
    top: 10%;
    left: -5%;
}

.mcp-ebook-demo-shape-2 {
    width: 90%;
    height: 85%;
    top: 8%;
    right: -5%;
}

.mcp-ebook-demo-shape-3 {
    width: 90%;
    height: 85%;
    top: 10%;
    left: -5%;
}

/* Screenshot Images */
.mcp-ebook-demo-screenshot {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mcp-ebook-demo-screenshot img {
    display: block;
    width: 100%;
    height: auto;
}

.mcp-ebook-demo-screenshot-placeholder {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    font-size: 12px;
    color: #666;
}

.mcp-ebook-demo-screenshot-header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mcp-ebook-demo-screenshot-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mcp-ebook-demo-screenshot-dot-red { background-color: #ff5f56; }
.mcp-ebook-demo-screenshot-dot-yellow { background-color: #ffbd2e; }
.mcp-ebook-demo-screenshot-dot-green { background-color: #27ca40; }

.mcp-ebook-demo-screenshot-body {
    padding: 16px;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 11px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

/* Section Headings */
.mcp-ebook-demo-section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.mcp-ebook-demo-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.mcp-ebook-demo-section-text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 16px;
}

.mcp-ebook-demo-section-text:last-child {
    margin-bottom: 0;
}

.mcp-ebook-demo-caption {
    font-size: 12px;
    color: #5c5c5c;
    font-style: italic;
    margin-top: 16px;
}

.mcp-ebook-demo-highlight {
    color: #40a557;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mcp-ebook-demo-container {
        padding: 40px 20px;
    }

    .mcp-ebook-demo-title {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .mcp-ebook-demo-intro {
        flex-direction: column;
        gap: 32px;
    }

    .mcp-ebook-demo-profile {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
    }

    .mcp-ebook-demo-profile-image {
        margin: 0;
        width: 60px;
        height: 60px;
    }

    .mcp-ebook-demo-profile-info {
        flex: 1;
    }

    .mcp-ebook-demo-section,
    .mcp-ebook-demo-section-reverse {
        flex-direction: column;
        gap: 32px;
    }

    .mcp-ebook-demo-section-media {
        width: 100%;
    }

    .mcp-ebook-demo-parallax-shape {
        display: none;
    }

    .mcp-ebook-demo-section-title {
        font-size: 14px;
    }

}
.mcp-ebook-profile-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
  overflow: visible;
}

/* Static gray background shape */
.mcp-ebook-profile-bg-static {
    position: absolute;
    width: 300px;
    height: 108%;
    background-color: #ededed;
    top: 0;
    right: 0;
    z-index: 0;
    border-radius: 0;
}

/*
  Gray background behind the MCP profile.
  Anchored to the profile wrapper (not the viewport) so it stays attached
  to #mcpeBookProfile on ultra-wide screens.
*/
#mcpeBookProfileGrayBackground {
    position: absolute;
    right: -32px;
    top: -16px;
    bottom: -120px;
    height: auto;
    transform: none;
    z-index: 0;
    pointer-events: none;
    max-height: 350px;
    z-index: -1;
}

/* Policy Violation Image wrapper */
.mcp-ebook-policy-violation-wrapper {
    position: relative;
    overflow: visible;
}

/* Policy Violation main image */
#policyViolationImage {
    position: relative;
    z-index: 2;
}

/*
  Gray background behind the Policy Violation image.
  Anchored to the wrapper so it stays attached to the image.
*/
#policyViolationBackground {
    position: absolute;
    left: -32px;
    top: -16px;
    bottom: -16px;
    width: 300px;
    height: auto;
    transform: none;
    z-index: 0;
    pointer-events: none;
    background-color: #ededed;
}

/* Decorative floating elements behind policy violation image */
.mcp-ebook-policy-violation-wrapper .hero__floating-element {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

/* fullBlade6 behind the profile card */
#fullBlade6 {
    position: absolute;
    top: 50%;
    right: -80px;
    width: 350px;
    transform: translateY(-50%);
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

/* fullBlade7 behind the policy violation image */
#fullBlade7 {
    top: 50%;
    left: -80px;
    width: 350px;
    transform: translateY(-50%);
    opacity: 0.6;
}

#poisoningIcon7 {
    top: 10%;
    left: -40px;
    width: 10px;
}

#poisoningIcon8 {
    top: 25%;
    left: -60px;
    width: 9px;
}

#poisoningIcon9 {
    top: 45%;
    left: -50px;
    width: 8px;
}

#poisoningIcon10 {
    top: 60%;
    left: -70px;
    width: 9px;
}

#poisoningIcon11 {
    top: 75%;
    left: -45px;
    width: 10px;
}

#poisoningIcon12 {
    top: 90%;
    left: -55px;
    width: 8px;
}

/* Better Safe Than Sorry section wrapper */
.mcp-ebook-better-safe-wrapper {
    position: relative;
    overflow: visible;
}

/* Better Safe main image */
#betterSafeImage {
    position: relative;
    z-index: 2;
}

/*
  Gray background behind the Better Safe image.
  Positioned on the right side since this is a reversed section.
*/
#betterSafeBackground {
    position: absolute;
    right: -32px;
    top: -16px;
    bottom: -16px;
    width: 300px;
    height: auto;
    transform: none;
    z-index: -1;
    pointer-events: none;
    background-color: #ededed;
}

/* Decorative floating elements behind Better Safe image */
.mcp-ebook-better-safe-wrapper .hero__floating-element {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

#fullBlade8 {
    top: 50%;
    right: -80px;
    width: 350px;
    transform: translateY(-50%);
    opacity: 0.6;
    z-index: -1;
}

#poisoningIcon13 {
    top: 10%;
    right: -40px;
    width: 10px;
    z-index: -1;
}

#poisoningIcon14 {
    top: 25%;
    right: -60px;
    width: 9px;
    z-index: -1;
}

#poisoningIcon15 {
    top: 45%;
    right: -50px;
    width: 8px;
    z-index: -1;
}

#poisoningIcon16 {
    top: 60%;
    right: -70px;
    width: 9px;
    z-index: -1;
}

#poisoningIcon17 {
    top: 75%;
    right: -45px;
    width: 10px;
    z-index: -1;
}

#poisoningIcon18 {
    top: 90%;
    right: -55px;
    width: 8px;
    z-index: -1;
}

/* Parallax decorative elements container */
.mcp-ebook-profile-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.mcp-ebook-profile-decor {
    position: absolute;
    transition: transform 0.15s ease-out;
}

/* Semi-circle top right */
.mcp-ebook-profile-decor-semicircle {
    top: 8%;
    right: 22%;
    width: 120px;
    height: 60px;
    border: 2px solid #d8d8d8;
    border-bottom: none;
    border-radius: 120px 120px 0 0;
}

/* Bar chart icon */
.mcp-ebook-profile-decor-chart {
    top: 18%;
    right: 30%;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 28px;
}

.mcp-ebook-profile-decor-chart-bar {
    width: 4px;
    background-color: #d0d0d0;
    border-radius: 1px;
}

.mcp-ebook-profile-decor-chart-bar:nth-child(1) { height: 10px; }
.mcp-ebook-profile-decor-chart-bar:nth-child(2) { height: 18px; }
.mcp-ebook-profile-decor-chart-bar:nth-child(3) { height: 14px; }
.mcp-ebook-profile-decor-chart-bar:nth-child(4) { height: 22px; }
.mcp-ebook-profile-decor-chart-bar:nth-child(5) { height: 28px; }
.mcp-ebook-profile-decor-chart-bar:nth-child(6) { height: 16px; }

/* Small circle left */
.mcp-ebook-profile-decor-circle-left {
    top: 28%;
    left: 18%;
    width: 16px;
    height: 16px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
}

/* Plus/cross shape left */
.mcp-ebook-profile-decor-plus {
    top: 32%;
    left: 14%;
    width: 12px;
    height: 12px;
    position: absolute;
}

.mcp-ebook-profile-decor-plus::before,
.mcp-ebook-profile-decor-plus::after {
    content: '';
    position: absolute;
    background-color: #c8c8c8;
}

.mcp-ebook-profile-decor-plus::before {
    width: 2px;
    height: 12px;
    left: 5px;
    top: 0;
}

.mcp-ebook-profile-decor-plus::after {
    width: 12px;
    height: 2px;
    left: 0;
    top: 5px;
}

/* Small dots left */
.mcp-ebook-profile-decor-dots-left {
    top: 35%;
    left: 20%;
    display: flex;
    gap: 4px;
}

.mcp-ebook-profile-decor-dot {
    width: 4px;
    height: 4px;
    background-color: #d0d0d0;
    border-radius: 50%;
}

/* Circle bottom right */
.mcp-ebook-profile-decor-circle-right {
    bottom: 28%;
    right: 25%;
    width: 14px;
    height: 14px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
}

/* Plus bottom right */
.mcp-ebook-profile-decor-plus-right {
    bottom: 32%;
    right: 20%;
    width: 10px;
    height: 10px;
}

.mcp-ebook-profile-decor-plus-right::before,
.mcp-ebook-profile-decor-plus-right::after {
    content: '';
    position: absolute;
    background-color: #d0d0d0;
}

.mcp-ebook-profile-decor-plus-right::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0;
}

.mcp-ebook-profile-decor-plus-right::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px;
}

/* Small rectangles/lines bottom */
.mcp-ebook-profile-decor-lines {
    bottom: 25%;
    right: 15%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mcp-ebook-profile-decor-line {
    height: 2px;
    background-color: #e0e0e0;
    border-radius: 1px;
}

.mcp-ebook-profile-decor-line:nth-child(1) { width: 24px; }
.mcp-ebook-profile-decor-line:nth-child(2) { width: 18px; }
.mcp-ebook-profile-decor-line:nth-child(3) { width: 28px; }

/* Profile Card */
.mcp-ebook-profile-card {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 12px;
      text-align: center;
    padding: 28px 32px 10px 32px;
    width: 100%;
    max-width: 300px;
    border:1px solid #c4c4c4;
    margin: 0px 40px;
}

.mcp-ebook-profile-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.mcp-ebook-profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcp-ebook-profile-avatar-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcp-ebook-profile-avatar-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mcp-ebook-profile-avatar-inner svg {
    width: 40px;
    height: 40px;
    color: #999;
}

.mcp-ebook-profile-linkedin {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mcp-ebook-profile-linkedin:hover {
    background-color: #005f8f;
    transform: scale(1.05);
}

.mcp-ebook-profile-linkedin svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.mcp-ebook-profile-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mcp-ebook-profile-name {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: -0.3px;
}

.mcp-ebook-profile-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.4;
}

.mcp-ebook-profile-company {
    font-size: 15px;
    color: #718096;
    margin-top: 2px;
}

.mcp-ebook-profile-card-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.mcp-ebook-profile-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 50%;
}

.mcp-ebook-profile-arrow:hover {
    background-color: #f5f5f5;
    transform: translateX(4px);
}

.mcp-ebook-profile-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #2d3748;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mcp-ebook-profile-wrapper {
        padding: 40px 20px;
    }

    .mcp-ebook-profile-bg-static {
        width: 90%;
        right: 0;
    }

    #mcpeBookProfileGrayBackground {
      width: 90vw;
    }

    .mcp-ebook-profile-decor-semicircle,
    .mcp-ebook-profile-decor-chart,
    .mcp-ebook-profile-decor-circle-left,
    .mcp-ebook-profile-decor-plus,
    .mcp-ebook-profile-decor-dots-left {
        display: none;
    }

    .mcp-ebook-profile-card {
        padding: 24px;
        max-width: 280px;
    }

    .mcp-ebook-profile-avatar {
        width: 64px;
        height: 64px;
    }

    .mcp-ebook-profile-name {
        font-size: 20px;
    }

    .mcp-ebook-profile-title,
    .mcp-ebook-profile-company {
        font-size: 14px; 
    }
}
.mcp-ebook-gray-background {
  background-color: #ededed;
  box-shadow: 0 0 0 100vmax #ededed;
  clip-path: inset(0 -100vmax);
  z-index: -1;
  position: relative;
}
.mcp-ebook-gray-background-inner {
  max-width:1200px;
  margin:0 auto;
  padding:60px 24px;
}
.mt-40 {
  margin-top:40px;
}
.mt-60 {
  margin-top:60px;
}
.mcp-ebook-text-align-center {
  text-align:center;
}
.mcp-mb-20 {
  margin-bottom:20px;
}
.mcp-mb-40 {
  margin-bottom:40px;
}
#fullBlade3 {
    position: absolute;
    left: -22%;
    width: 500px;
    top: 36%;
}
#fullBlade4 {
    right: -58%;
    width: 700px;
    top: 46%;
}
#fullBlade5 {
    right: -38%;
    width: 700px;
    top: 96%;
}
.mcpParallaxElement {
  position: absolute !important;
  z-index: -1;
}
#mcpIconPieChart {
  right: 10%;
  top: 34%;
  width: 30px;
}
#mcpIconBlueDots {
  right: -8%;
  top: 17%;
  width: 150px;
}
#mcpIconCircleWithGears {
  z-index: -1;
  top: -13%;
  width: 300px;
  right: -16%;
}
#mcpIconCircleByBlueDots {
    right: -26%;
    top: 27%;
    width: 75px;
}
#mcpIconCircle {
    right: 6%;
    top: 36%;
    width: 50px;
}
#mcpPlusIcon {
    right: 5%;
    top: 30%;
    width: 20px;
}
#sequenceScrollNotice {
  text-align:center;
  margin-bottom:5px;
}
@media (min-width: 1274px) {
#sequenceScrollNotice {
  display:none !important;}
}
/* insert phone size rules */
@media (max-width: 480px) {
main {
  width:100%;
  max-width: 100%;
}
#floatingElement4 {
  display:none !important;
}
#operationalCard {
  margin-top:40px;
}
.mcp-ebook-paragraph-with-separator {
  padding-top:40px;
  border-top:1px solid #e0e0e0;
}
#mcpeBookProfileGrayBackground {
  display:none !important;
}
.mcp-ebook-profile-card {
  margin:0px 0px;
}
  .mcp-ebook-profile-wrapper {
      padding: 0px;
      margin:0 auto !important;
  }
  .mcp-ebook-demo-section {
    margin-bottom:0px;
  }
  .mcp-ebook-demo-section-media {
    margin-top:40px;
  }
  #mcpSecurityConsiderationsForYourSystem {
    margin-top:20px;
  }
  .mcpEbookconsiderationsWrapper {
    padding:0px 20px;
  }
  .mcp-ebook-demo-intro {
    margin-bottom:0px;
  }
}
#policyViolationBackground {
  height:200px;
  max-height:200px;
}
.mcp-ebook-blue-link {
  color:#007E8F;
  font-family: 'TT Hoves Bold', sans-serif;
}
.mcp-ebook-blue-link:hover {
  color:#00c0e8;
}
.mcp-hero-ebook-blue-link, .mcp-ebook-header-cta-secondary {
  color:#00c0e8;
}
.mcp-hero-ebook-blue-link, .mcp-ebook-blue-link:hover {
  color:#007E8F;
}