New Look Coming Soon!

<!-- ============================================================
     Mareana — FDA Regulations Every AI-Enabled Pharma Manufacturer Must Know
     Paste this whole thing into a single WordPress "Custom HTML" block.
     All classes are namespaced `mrn-` so nothing collides with your theme.
     ============================================================ -->
<div class="mrn-ig">
<style>@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

  .mrn-ig {
    /* Brand colors */
    --color-neutral-50: #F8FAFC;
    --color-neutral-100: #F0F3F7;
    --color-neutral-200: #E2E6ED;
    --color-neutral-300: #C9CFD9;
    --color-neutral-400: #9BA3B2;
    --color-neutral-500: #6E7787;
    --color-neutral-600: #4A5161;
    --color-neutral-700: #333A47;
    --color-neutral-800: #232830;
    --color-neutral-900: #1A1B1B;
    --color-neutral-950: #111214;

    --color-primary: #4361EE;
    --color-primary-deep: #5A1BEE;
    --color-accent: #41EAD4;
    --color-accent-secondary: #4CC9F0;
    --color-danger: #F94E9B;
    --color-warning: #F59E0B;

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #4361EE 0%, #5A1BEE 100%);
    --gradient-accent: linear-gradient(135deg, #41EAD4 0%, #4CC9F0 100%);
    --gradient-bio: linear-gradient(135deg, #5A1BEE 0%, #41EAD4 100%);
    --gradient-section-light: linear-gradient(180deg, #F8FAFC 0%, #F0F3F7 100%);

    /* Type */
    --font-family: 'Poppins', 'Roboto', 'Arial', sans-serif;
    --font-display-xl: clamp(2.4rem, 5vw + 1rem, 4rem);
    --font-display-md: clamp(1.875rem, 3.5vw + 0.5rem, 2.75rem);
    --font-heading-1: clamp(1.75rem, 3vw + 0.5rem, 2.4rem);
    --font-heading-3: clamp(1.25rem, 1.6vw + 0.4rem, 1.5rem);
    --font-body-lg: clamp(1.0625rem, 0.5vw + 1rem, 1.18rem);

    /* Spacing / layout */
    --container: 1200px;
    --container-pad: clamp(1.25rem, 3vw + 0.5rem, 4rem);
    --radius: 16px;
    --radius-lg: 24px;

    /* Elevation */
    --shadow-sm: 0 1px 2px rgba(26,27,27,.05), 0 2px 8px rgba(26,27,27,.04);
    --shadow-md: 0 8px 24px rgba(26,27,27,.10), 0 2px 6px rgba(26,27,27,.06);
    --shadow-lg: 0 24px 60px rgba(26,27,27,.16);
  }

  .mrn-ig, .mrn-ig *, .mrn-ig *::before, .mrn-ig *::after { box-sizing: border-box; }
  /* Reset only what themes actually add margins to. Do NOT put bare `div`,
     `span` or `section` here — a type selector outranks the component
     classes below and silently zeroes out their padding and borders. */
  .mrn-ig :where(h1, h2, h3, h4, p, ul, ol, li, figure, blockquote) {
    margin: 0; padding: 0;
  }

  

  .mrn-ig {
    font-family: var(--font-family);
    color: var(--color-neutral-700);
    background: var(--color-neutral-50);
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .mrn-container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-inline: var(--container-pad);
  }

  /* ============ DARK SHELL (header + hero + closing + footer) ============ */
  .mrn-dark-shell {
    position: relative;
    background:
      radial-gradient(ellipse 90% 70% at 50% -10%, rgba(67,97,238,.35) 0%, rgba(90,27,238,.18) 35%, transparent 70%),
      radial-gradient(ellipse 80% 60% at 80% 30%, rgba(65,234,212,.12) 0%, transparent 55%),
      linear-gradient(180deg, #14152B 0%, #1A1B1B 55%, #111214 100%);
    background-color: #14152B;   /* solid fallback: survives any paint failure */
    color: var(--color-neutral-100);
    overflow: hidden;
  }
  .mrn-dark-shell::before {
    content: "";
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(76,201,240,.16) 1px, transparent 1.5px);
    background-size: 26px 26px;
    opacity: .18;
    pointer-events: none;
  }
  .mrn-dark-shell > * { position: relative; z-index: 1; }

  /* ============ HERO ============ */
  .mrn-hero {
    text-align: center;
    padding-top: clamp(2.5rem, 5vw, 4.5rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
  }
  .mrn-hero .mrn-eyebrow {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .mrn-hero .mrn-eyebrow::before,
  .mrn-hero .mrn-eyebrow::after {
    content: ""; width: 28px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(65,234,212,.7));
  }
  .mrn-hero .mrn-eyebrow::after { background: linear-gradient(90deg, rgba(65,234,212,.7), transparent); }

  h1.mrn-hero-title {
    font-size: var(--font-display-xl);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: none;
    margin: 0 auto;
  }
  .mrn-gradient-text {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .mrn-hero-sub {
    font-size: var(--font-body-lg);
    font-weight: 300;
    color: var(--color-neutral-300);
    max-width: 64ch;
    margin: 26px auto 0;
  }

  /* Hero hub card (glass) */
  .mrn-hub {
    margin: clamp(2.5rem, 5vw, 4rem) auto 0;
    max-width: 720px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(65,234,212,.22);
    border-radius: var(--radius-lg);
    box-shadow: 0 0 40px rgba(65,234,212,.10), inset 0 0 30px rgba(65,234,212,.04), var(--shadow-lg);
    padding: clamp(1.75rem, 3vw, 2.75rem);
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2rem);
    text-align: left;
  }
  .mrn-hub-icon {
    flex: 0 0 auto;
    width: 84px; height: 84px;
    border-radius: 22px;
    display: grid; place-items: center;
    background: var(--gradient-bio);
    box-shadow: 0 10px 30px rgba(90,27,238,.45), 0 0 24px rgba(65,234,212,.35);
    color: #fff;
    animation: glowpulse 4.5s ease-in-out infinite;
  }
  .mrn-hub-icon svg { width: 44px; height: 44px; }
  @keyframes glowpulse {
    0%,100% { box-shadow: 0 10px 30px rgba(90,27,238,.45), 0 0 18px rgba(65,234,212,.28); }
    50%     { box-shadow: 0 10px 34px rgba(90,27,238,.55), 0 0 36px rgba(65,234,212,.55); }
  }
  .mrn-hub h2 {
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
  }
  .mrn-hub p { color: var(--color-neutral-300); font-weight: 300; margin-top: 6px; }
  .mrn-hub .mrn-pill {
    display: inline-block;
    margin-top: 14px;
    font-size: .8125rem;
    font-weight: 600;
    color: var(--color-neutral-900);
    background: var(--gradient-accent);
    padding: 6px 16px;
    border-radius: 100px;
  }

  /* ============ SECTION HEADERS ============ */
  .mrn-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
  .mrn-section-light { background: var(--gradient-section-light); }
  .mrn-section-sunken {
    background:
      radial-gradient(circle, rgba(67,97,238,.06) 1px, transparent 1px),
      var(--color-neutral-100);
    background-size: 24px 24px, auto;
  }
  .mrn-sec-head { max-width: 760px; margin: 0 auto clamp(2.5rem, 4vw, 3.5rem); text-align: center; }
  .mrn-sec-head .mrn-eyebrow {
    font-size: .6875rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: var(--color-primary); margin-bottom: 14px;
  }
  .mrn-sec-head h2 {
    font-size: var(--font-display-md);
    font-weight: 700; line-height: 1.15; letter-spacing: -0.015em;
    color: var(--color-neutral-700);
  }
  .mrn-sec-head p {
    margin-top: 16px; font-size: var(--font-body-lg);
    color: var(--color-neutral-600); font-weight: 300;
  }

  /* ============ REGULATION CARDS ============ */
  .mrn-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); padding: 0; }
  @media (max-width: 1023px) { .mrn-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 680px)  { .mrn-grid { grid-template-columns: 1fr; } }

  .mrn-reg-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--color-neutral-200);
    border-radius: var(--radius);
    padding: 30px 28px 28px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .mrn-reg-card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s ease;
  }
  .mrn-reg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(67,97,238,.35); }
  .mrn-reg-card:hover::before { transform: scaleX(1); }

  .mrn-reg-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
  .mrn-reg-icon {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px;
    display: grid; place-items: center;
    background: rgba(67,97,238,.09);
    color: var(--color-primary);
  }
  .mrn-reg-icon svg { width: 26px; height: 26px; }
  .mrn-reg-num {
    margin-left: auto;
    font-size: 1.5rem; font-weight: 700; line-height: 1;
    background: var(--gradient-primary);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    opacity: .55;
  }
  .mrn-reg-cite {
    font-size: .8125rem; font-weight: 700; letter-spacing: .01em;
    color: var(--color-primary); text-transform: none;
  }
  .mrn-reg-title {
    font-size: var(--font-heading-3);
    font-weight: 600; line-height: 1.3; letter-spacing: -0.005em;
    color: var(--color-neutral-700);
    margin: 4px 0 20px;
  }

  .mrn-block { padding-top: 16px; border-top: 1px solid var(--color-neutral-200); }
  .mrn-block + .mrn-block { margin-top: 16px; }
  .mrn-block-label {
    display: flex; align-items: center; gap: 8px;
    font-size: .6875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 7px;
  }
  .mrn-block-label svg { width: 16px; height: 16px; flex: 0 0 auto; }
  .mrn-block p { font-size: .9rem; color: var(--color-neutral-600); line-height: 1.55; }

  .mrn-label-rule  { color: var(--color-primary); }
  .mrn-label-impact{ color: var(--color-warning); }
  .mrn-label-do    { color: #0FAE94; }   /* accessible turquoise-green for text on light */

  /* ============ GUIDANCE CARDS ============ */
  .mrn-guide-grid { display: grid; gap: 28px; grid-template-columns: repeat(2, 1fr); padding: 0; }
  @media (max-width: 820px) { .mrn-guide-grid { grid-template-columns: 1fr; } }

  .mrn-guide-card {
    background: #fff;
    border: 1px solid var(--color-neutral-200);
    border-radius: var(--radius);
    padding: clamp(1.75rem, 3vw, 2.5rem);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .mrn-guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .mrn-guide-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
  .mrn-guide-icon {
    flex: 0 0 auto; width: 56px; height: 56px; border-radius: 16px;
    display: grid; place-items: center; color: #fff;
    background: var(--gradient-bio);
    box-shadow: 0 8px 22px rgba(90,27,238,.28);
  }
  .mrn-guide-icon svg { width: 28px; height: 28px; }
  .mrn-guide-card h3 {
    font-size: 1.18rem; font-weight: 600; line-height: 1.35; color: var(--color-neutral-700);
    align-self: center;
  }
  .mrn-guide-card > p { color: var(--color-neutral-600); font-size: .96rem; }
  .mrn-takeaway {
    margin-top: 18px; padding: 16px 18px;
    background: rgba(65,234,212,.08);
    border-left: 3px solid var(--color-accent);
    border-radius: 0 12px 12px 0;
  }
  .mrn-takeaway .mrn-k {
    display: block; font-size: .6875rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; color: #0FAE94; margin-bottom: 4px;
  }
  .mrn-takeaway p { font-size: .92rem; color: var(--color-neutral-700); font-weight: 500; }

  /* ============ CLOSING BANNER ============ */
  .mrn-closing { text-align: center; padding-block: clamp(3.5rem, 7vw, 5.5rem); }
  .mrn-closing .mrn-badge {
    width: 64px; height: 64px; margin: 0 auto 24px;
    border-radius: 18px; display: grid; place-items: center;
    background: rgba(65,234,212,.12); border: 1px solid rgba(65,234,212,.3);
    color: var(--color-accent);
  }
  .mrn-closing .mrn-badge svg { width: 32px; height: 32px; }
  .mrn-closing h2 {
    font-size: var(--font-heading-1); font-weight: 700; color: #fff;
    letter-spacing: -0.015em; max-width: 18ch; margin: 0 auto;
  }
  .mrn-closing h2 .mrn-gradient-text { display: inline; }
  .mrn-closing p {
    margin: 18px auto 0; max-width: 60ch;
    color: var(--color-neutral-300); font-weight: 300; font-size: var(--font-body-lg);
  }
  .mrn-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
  .mrn-chip {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 10px 18px; border-radius: 100px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
    font-size: .875rem; font-weight: 500; color: var(--color-neutral-100);
  }
  .mrn-chip svg { width: 18px; height: 18px; color: var(--color-accent); }


  /* ============ ENTRANCE ANIMATION ============ */
  .mrn-ig .mrn-reveal { opacity: 1; transform: none; }   /* animation removed: always visible */
  @media (prefers-reduced-motion: reduce) {
    .mrn-ig .mrn-reveal { opacity: 1; transform: none; transition: none; }
    .mrn-hub-icon { animation: none; }
    
  }


  /* ============ CTAs ============ */
  .mrn-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 48px; padding: 12px 26px;
    font-family: var(--font-family);
    font-size: 1rem; font-weight: 600; line-height: 1.2;
    border: 0; border-radius: 12px; cursor: pointer;
    text-decoration: none; text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  }
  .mrn-btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
  .mrn-btn:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }

  .mrn-btn-primary,
  .mrn-btn-primary:link,
  .mrn-btn-primary:visited {
    background: var(--gradient-primary); color: #fff;
    box-shadow: 0 8px 24px rgba(67,97,238,.35);
  }
  .mrn-btn-primary:hover,
  .mrn-btn-primary:focus {
    color: #fff; transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(67,97,238,.5), 0 0 20px rgba(90,27,238,.35);
  }
  .mrn-btn-primary:active { transform: translateY(0); }

  .mrn-btn-accent,
  .mrn-btn-accent:link,
  .mrn-btn-accent:visited {
    background: var(--gradient-accent); color: var(--color-neutral-900);
    box-shadow: 0 8px 24px rgba(65,234,212,.30);
  }
  .mrn-btn-accent:hover,
  .mrn-btn-accent:focus {
    color: var(--color-neutral-900); transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(65,234,212,.45);
  }
  .mrn-btn-accent:active { transform: translateY(0); }

  /* hero + closing CTA wrappers */
  .mrn-cta-hero  { margin-top: clamp(2rem, 4vw, 2.75rem); }
  .mrn-cta-close { margin-top: clamp(2rem, 4vw, 2.5rem); }
  .mrn-cta-note {
    display: block; margin-top: 14px;
    font-size: .8125rem; font-weight: 300; color: var(--color-neutral-400);
  }

  /* whitepaper band */
  .mrn-wp {
    margin-top: clamp(2.5rem, 5vw, 3.75rem);
    background: #fff;
    border: 1px solid var(--color-neutral-200);
    border-left: 4px solid var(--color-accent);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: clamp(1.75rem, 3vw, 2.5rem);
    display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2rem);
    flex-wrap: wrap;
    transition: box-shadow .25s ease, transform .25s ease;
  }
  .mrn-wp:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
  .mrn-wp-icon {
    flex: 0 0 auto; width: 56px; height: 56px; border-radius: 16px;
    display: grid; place-items: center; color: #fff;
    background: var(--gradient-bio);
    box-shadow: 0 8px 22px rgba(90,27,238,.28);
  }
  .mrn-wp-icon svg { width: 28px; height: 28px; }
  .mrn-wp-copy { flex: 1 1 300px; min-width: 0; }
  .mrn-wp-eyebrow {
    display: block; margin-bottom: 8px;
    font-size: .6875rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #0FAE94;
  }
  .mrn-wp h3 {
    font-size: var(--font-heading-3); font-weight: 600;
    line-height: 1.3; color: var(--color-neutral-700);
  }
  .mrn-wp p { margin-top: 8px; font-size: .96rem; color: var(--color-neutral-600); }
  .mrn-wp-action { flex: 0 0 auto; }
  @media (max-width: 760px) {
    .mrn-wp { flex-direction: column; align-items: flex-start; }
    .mrn-wp-action, .mrn-wp-action .mrn-btn { width: 100%; }
  }

  /* --- text alignment: beats any theme rule targeting bare tags --- */
  .mrn-ig .mrn-hero, .mrn-ig .mrn-hero p, .mrn-ig .mrn-hero h1,
  .mrn-ig .mrn-hero-title, .mrn-ig .mrn-hero-sub, .mrn-ig .mrn-eyebrow,
  .mrn-ig .mrn-sec-head, .mrn-ig .mrn-sec-head p, .mrn-ig .mrn-sec-head h2,
  .mrn-ig .mrn-closing, .mrn-ig .mrn-closing p, .mrn-ig .mrn-closing h2,
  .mrn-ig .mrn-chips, .mrn-ig .mrn-cta-hero, .mrn-ig .mrn-cta-close,
  .mrn-ig .mrn-cta-note { text-align: center !important; }

  /* cards and the whitepaper band must stay left-aligned */
  .mrn-ig .mrn-hub, .mrn-ig .mrn-hub p, .mrn-ig .mrn-hub h2,
  .mrn-ig .mrn-reg-card, .mrn-ig .mrn-reg-card p, .mrn-ig .mrn-reg-card h3,
  .mrn-ig .mrn-guide-card, .mrn-ig .mrn-guide-card p, .mrn-ig .mrn-guide-card h3,
  .mrn-ig .mrn-wp, .mrn-ig .mrn-wp p, .mrn-ig .mrn-wp h3,
  .mrn-ig .mrn-block, .mrn-ig .mrn-block p { text-align: left !important; }

  /* --- restore auto-centering on elements that need it --- */
  .mrn-ig p.mrn-hero-sub { margin: 26px auto 0 !important; }
  .mrn-ig .mrn-closing p { margin: 18px auto 0 !important; }

  /* --- shell background must always paint --- */
  .mrn-ig .mrn-dark-shell { background-color: #14152B !important; }

  /* --- no-JS guarantee: every element visible regardless of scripts --- */
  .mrn-ig, .mrn-ig * { opacity: 1 !important; visibility: visible !important; }

  /* --- defensive: stop theme CSS leaking in --- */
  .mrn-ig { max-width: none !important; }
  .mrn-ig *, .mrn-ig *::before, .mrn-ig *::after { font-family: inherit; }
  .mrn-ig svg { display: block; max-width: none; height: auto; }
  .mrn-ig a { text-decoration: none; }
  .mrn-ig h1, .mrn-ig h2, .mrn-ig h3 { font-family: var(--font-family); text-transform: none; }
  .mrn-ig br { display: inline; }

  /* --- full-bleed: lets the dark sections span the window inside a boxed
         theme column. Delete this block if you want it to stay in-column. --- */
  .mrn-ig .mrn-dark-shell,
  .mrn-ig .mrn-section {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .mrn-ig .mrn-dark-shell > .mrn-container,
  .mrn-ig .mrn-section > .mrn-container { max-width: var(--container); }

  @media print {
    .mrn-btn { box-shadow: none; border: 1px solid #999; }
    .mrn-dark-shell { background: #14152B !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .mrn-reveal { opacity: 1 !important; transform: none !important; }
    .mrn-reg-card, .mrn-guide-card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
  }
</style>

<!-- ===================== DARK HERO SHELL ===================== -->
<div class="mrn-dark-shell">
  <div class="mrn-container">
    <!-- Hero -->
    <section class="mrn-hero">
      <span class="mrn-eyebrow mrn-reveal">Infographic</span>
      <h1 class="mrn-hero-title mrn-reveal">FDA Regulations Every<br><span class="mrn-gradient-text">AI-Enabled Pharma Manufacturer</span><br>Must Know</h1>
      <p class="mrn-hero-sub mrn-reveal">AI can transform pharmaceutical manufacturing, but it does not replace FDA requirements. These cGMP regulations apply whenever AI influences GMP activities or generates regulated records.</p>

      <div class="mrn-hub mrn-reveal">
        <div class="mrn-hub-icon" aria-hidden="true">
          <!-- brain-circuit -->
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"></path>
            <path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"></path>
            <path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"></path><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"></path>
            <path d="M6.003 5.125A3 3 0 0 0 6.401 6.5"></path><path d="M3.477 10.896a4 4 0 0 1 .585-.396"></path>
            <path d="M19.938 10.5a4 4 0 0 1 .585.396"></path><path d="M6 18a4 4 0 0 1-1.967-.516"></path><path d="M19.967 17.484A4 4 0 0 1 18 18"></path>
          </svg>
        </div>
        <div>
          <h2>AI in Pharmaceutical Manufacturing</h2>
          <p>Powerful. Predictive. Efficient.</p>
          <span class="mrn-pill">Still accountable to cGMP</span>
        </div>
      </div>

      <div class="mrn-cta-hero mrn-reveal">
        <a class="mrn-btn mrn-btn-primary" href="https://mareana.com/request-a-demo/">Book a demo<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a>
        <span class="mrn-cta-note">See how Mareana keeps AI-assisted batch review audit-ready.</span>
      </div>
    </section>
  </div>
</div>

<!-- ===================== REGULATIONS ===================== -->
<section class="mrn-section mrn-section-light">
  <div class="mrn-container">
    <div class="mrn-sec-head mrn-reveal">
      <p class="mrn-eyebrow">Core cGMP Regulations</p>
      <h2>Six rules that still govern AI on the manufacturing floor</h2>
      <p>Each regulation still applies the moment AI touches a GMP activity. Here is what the rule says, why AI changes the stakes, and what manufacturers should do.</p>
    </div>

    <div class="mrn-grid">

      <!-- 1 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="0">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg></span>
          <span class="mrn-reg-num">01</span>
        </div>
        <span class="mrn-reg-cite">21 CFR 211.22</span>
        <h3 class="mrn-reg-title">Quality Control Unit Responsibilities</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Requires the Quality Unit (QU) to approve or reject procedures, records, and specifications that affect product quality. The QU remains accountable for GMP compliance.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI can draft SOPs, batch records, investigations, and specifications, but FDA does not consider AI an approver. Human oversight is mandatory.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Ensure every AI-generated GMP document is independently reviewed and approved by qualified Quality personnel. Train reviewers to identify AI errors or hallucinations before approval.</p>
        </div>
      </article>

      <!-- 2 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="90">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg></span>
          <span class="mrn-reg-num">02</span>
        </div>
        <span class="mrn-reg-cite">21 CFR 211.100</span>
        <h3 class="mrn-reg-title">Production and Process Controls</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Requires scientifically justified and validated production processes that consistently produce quality products. Process validation is mandatory.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI cannot determine or replace process validation requirements. Manufacturers remain responsible for validating every manufacturing process.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Use AI only to support process analysis or optimization. Validate every critical process using documented scientific evidence and human approval.</p>
        </div>
      </article>

      <!-- 3 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="180">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="2"></rect><rect x="9" y="9" width="6" height="6"></rect><path d="M15 2v2"></path><path d="M15 20v2"></path><path d="M2 15h2"></path><path d="M2 9h2"></path><path d="M20 15h2"></path><path d="M20 9h2"></path><path d="M9 2v2"></path><path d="M9 20v2"></path></svg></span>
          <span class="mrn-reg-num">03</span>
        </div>
        <span class="mrn-reg-cite">21 CFR 211.68</span>
        <h3 class="mrn-reg-title">Automatic, Mechanical, and Electronic Equipment</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Requires computerized systems to be validated and their inputs, outputs, and changes to be controlled for accuracy.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI systems used for inspections, monitoring, or predictions become regulated computerized systems. Their performance must remain reliable throughout their lifecycle.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Validate AI models before deployment, continuously monitor for performance drift, and manage all model updates through formal change control.</p>
        </div>
      </article>

      <!-- 4 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="0">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="4" x="8" y="2" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></span>
          <span class="mrn-reg-num">04</span>
        </div>
        <span class="mrn-reg-cite">21 CFR 211.188 &amp; 211.192</span>
        <h3 class="mrn-reg-title">Batch Records and Batch Review</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Requires complete batch records and Quality Unit review of every batch before release. Any discrepancy must be investigated.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI can automate review-by-exception, but it cannot replace the Quality Unit's release decision. The manufacturer remains responsible for missed deviations.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Validate AI-assisted batch review systems, maintain complete audit trails, and require human approval before batch release.</p>
        </div>
      </article>

      <!-- 5 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="90">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"></path><path d="M6.453 15h11.094"></path><path d="M8.5 2h7"></path></svg></span>
          <span class="mrn-reg-num">05</span>
        </div>
        <span class="mrn-reg-cite">21 CFR 211.198</span>
        <h3 class="mrn-reg-title">Complaint Files</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Written procedures must ensure every quality-related complaint is reviewed, evaluated, and—where warranted—thoroughly investigated with documented findings.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI can cluster, categorize, or triage complaints at scale, but it cannot close the loop—evaluations, root-cause investigations, and final dispositions require documented human oversight.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Leverage AI for automated complaint triage and early signal detection, but keep investigation sign-off, root cause analysis, and CAPA decisions strictly with qualified personnel.</p>
        </div>
      </article>

      <!-- 6 -->
      <article class="mrn-reg-card mrn-reveal" data-delay="180">
        <div class="mrn-reg-top">
          <span class="mrn-reg-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95z"></path></svg></span>
          <span class="mrn-reg-num">06</span>
        </div>
        <span class="mrn-reg-cite">21 CFR Part 11</span>
        <h3 class="mrn-reg-title">Electronic Records and Electronic Signatures</h3>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-rule"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>What the rule says</div>
          <p>Defines requirements for trustworthy electronic records, electronic signatures, audit trails, and data integrity.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-impact"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg>Why it impacts AI</div>
          <p>AI generates regulated electronic records. FDA expects complete traceability of prompts, outputs, model versions, approvals, and changes.</p>
        </div>
        <div class="mrn-block">
          <div class="mrn-block-label mrn-label-do"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>What manufacturers should do</div>
          <p>Maintain secure audit trails, preserve AI prompts and outputs, implement version control, and archive the exact AI model used for regulated decisions.</p>
        </div>
      </article>

    </div>

    <div class="mrn-wp mrn-reveal">
      <div class="mrn-wp-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></div>
      <div class="mrn-wp-copy">
        <span class="mrn-wp-eyebrow">Free whitepaper</span>
        <h3>The AI Never Told Us: Inside the First FDA Warning Letter for AI Misuse</h3>
        <p>These six rules are the standard. This whitepaper shows what happened when a manufacturer fell short of it &mdash; and the compliance architecture that would have caught it.</p>
      </div>
      <div class="mrn-wp-action">
        <a class="mrn-btn mrn-btn-accent" href="https://mareana.com/whitepaper/fda-warning-letter-ai-misuse/">Read the whitepaper<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a>
      </div>
    </div>
  </div>
</section>

<!-- ===================== FDA GUIDANCE ===================== -->
<section class="mrn-section mrn-section-sunken">
  <div class="mrn-container">
    <div class="mrn-sec-head mrn-reveal">
      <p class="mrn-eyebrow">Supporting Direction</p>
      <h2>FDA Guidance Supporting AI Compliance</h2>
      <p>These are not regulations, but FDA expectations that help manufacturers implement AI safely and compliantly.</p>
    </div>

    <div class="mrn-guide-grid">
      <article class="mrn-guide-card mrn-reveal" data-delay="0">
        <div class="mrn-guide-top">
          <span class="mrn-guide-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="3" rx="2"></rect><path d="M8 21h8"></path><path d="M12 17v4"></path><path d="m9 10 2 2 4-4"></path></svg></span>
          <h3>Computer Software Assurance (CSA) Guidance (2026)</h3>
        </div>
        <p>Introduces a risk-based approach for validating software—including AI—used in production and quality systems.</p>
        <div class="mrn-takeaway">
          <span class="mrn-k">Key takeaway</span>
          <p>Validation effort should match the software's intended use and risk level.</p>
        </div>
      </article>

      <article class="mrn-guide-card mrn-reveal" data-delay="90">
        <div class="mrn-guide-top">
          <span class="mrn-guide-icon" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg></span>
          <h3>Considerations for the Use of Artificial Intelligence to Support Regulatory Decision-Making for Drug and Biological Products (Draft Guidance, 2025)</h3>
        </div>
        <p>Introduces the FDA's seven-step framework for establishing AI model credibility before using AI to support regulatory or manufacturing decisions.</p>
        <div class="mrn-takeaway">
          <span class="mrn-k">Key takeaway</span>
          <p>Build model credibility through a structured process covering data, performance, transparency, and human oversight.</p>
        </div>
      </article>
    </div>
  </div>
</section>

<!-- ===================== CLOSING ===================== -->
<div class="mrn-dark-shell">
  <div class="mrn-container">
    <section class="mrn-closing">
      <div class="mrn-badge mrn-reveal" aria-hidden="true">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg>
      </div>
      <h2 class="mrn-reveal">AI is a tool,<br><span class="mrn-gradient-text">not the approver</span></h2>
      <p class="mrn-reveal">Existing cGMP regulations still apply. Strong validation, human oversight, and documentation keep patients safe and your business compliant.</p>
      <div class="mrn-chips mrn-reveal">
        <span class="mrn-chip"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg>Strong validation</span>
        <span class="mrn-chip"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>Human oversight</span>
        <span class="mrn-chip"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>Documentation</span>
      </div>

      <div class="mrn-cta-close mrn-reveal">
        <a class="mrn-btn mrn-btn-primary" href="https://mareana.com/request-a-demo/">Book a demo<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a>
      </div>
    </section>

    </div>
</div>
</div>
Lessons from the First FDA Warning Letter on AI Misuse
/ BEFORE YOU GO

Lessons from the First FDA Warning Letter on AI Misuse

By signing up, you agree to the Privacy Policy.