.elementor-68098 .elementor-element.elementor-element-8363f12{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9ca4d19 */:root {
    --navy: #0b3a67;
    --blue: #0056b3;
    --accent: #0ea5e9;
    --navy-light: #e8f0f8;
    --accent-light: #e0f2fe;
    --text-dark: #1a2332;
    --text-mid: #4a5568;
    --text-light: #718096;
    --border: #e2e8f0;
    --white: #ffffff;
    --bg: #f8fafc;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: var(--text-dark);
    background: var(--bg);
  }
  .article-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 80px;
  }

  /* LEAD */
  .article-lead {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-mid);
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
  }

  /* TYPOGRAPHY */
  h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    font-weight: 400;
    color: var(--navy);
    margin: 52px 0 16px;
    line-height: 1.25;
  }
  p { margin-bottom: 20px; color: var(--text-dark); }
  p:last-child { margin-bottom: 0; }

  .section-divider {
    height: 1px;
    background: var(--border);
    margin: 48px 0;
  }

  /* USE CASES */
  .use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 24px 0 12px;
  }
  .use-case-item {
    background: var(--navy-light);
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .use-case-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--accent);
    margin-top: 7px;
    flex-shrink: 0;
  }
  .use-case-item p {
    font-size: 14px;
    font-weight: 500;
    color: var(--navy);
    margin: 0;
    line-height: 1.4;
  }
  .use-case-item span {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-mid);
    display: block;
    margin-top: 2px;
  }

  /* PLANS LIST (sober) */
  .plans-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 12px;
    border-top: 1px solid var(--border);
  }
  .plans-list li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid var(--border);
    position: relative;
  }
  .plans-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
  }
  .plans-list strong {
    color: var(--navy);
    font-weight: 500;
  }
  .plans-disclaimer {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 1.5;
    font-style: italic;
  }

  /* STAT STRIP */
  .stat-strip {
    background: var(--navy);
    border-radius: 12px;
    padding: 32px 28px;
    margin: 24px 0 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 24px;
  }
  .stat-item { text-align: center; }
  .stat-number {
    font-family: 'DM Serif Display', serif;
    font-size: 34px;
    color: var(--accent);
    line-height: 1;
    display: block;
    margin-bottom: 8px;
  }
  .stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
  }

  /* TRIAL CALLOUT */
  .trial-callout {
    background: var(--accent-light);
    border-left: 4px solid var(--accent);
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    margin: 28px 0;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .trial-callout .trial-icon {
    font-size: 28px;
    flex-shrink: 0;
  }
  .trial-callout p {
    font-size: 15px;
    color: #0369a1;
    margin: 0;
  }
  .trial-callout strong {
    color: var(--navy);
  }

  /* CHAT EXAMPLE */
  .chat-example {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    margin: 24px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .chat-msg {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 85%;
  }
  .chat-msg--guest {
    align-self: flex-start;
  }
  .chat-msg--opally {
    align-self: flex-end;
    align-items: flex-end;
  }
  .chat-role {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
    padding: 0 4px;
  }
  .chat-msg p {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.5;
  }
  .chat-msg--opally p {
    background: var(--navy);
    border-color: transparent;
    color: var(--white);
  }

  /* MARKETPLACE NOTE */
  .marketplace-note {
    font-size: 15px;
    color: var(--text-mid);
    background: var(--navy-light);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 28px 0 0;
    line-height: 1.6;
  }
  .marketplace-note a {
    color: var(--blue);
    font-weight: 500;
    text-decoration: none;
  }
  .marketplace-note a:hover {
    text-decoration: underline;
  }

  /* CTA FINAL */
  .cta-block {
    background: var(--navy);
    border-radius: 12px;
    padding: 40px 36px;
    margin-top: 56px;
    text-align: center;
  }
  .cta-block h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    color: var(--white);
    margin: 0 0 12px;
  }
  .cta-block p {
    font-size: 16px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn {
    display: inline-block;
    background: #ffffff !important;
    color: var(--navy) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 32px;
    border-radius: 6px;
    border: 2px solid #ffffff !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
  }
  .cta-btn:hover { background: transparent !important; color: #ffffff !important; }
  .cta-note {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin-top: 14px;
    margin-bottom: 0;
  }

  @media (max-width: 600px) {
    .cta-block { padding: 28px 20px; }
    .trial-callout { flex-direction: column; gap: 10px; }
  }/* End custom CSS */