.elementor-4660 .elementor-element.elementor-element-f32929c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-9aec1e4 */<style>
  :root {
    --primary: #314e52;
    --accent: #e4903b;
    --bg: #f7f5f1;
    --text: #222222;
    --muted: #666666;
    --border: #e0ddd6;
  }

  body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.7;
  }

  main {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
    background-color: #ffffff;
  }

  article {
    max-width: 780px;
    margin: 0 auto;
  }

  h1, h2, h3 {
    font-weight: 700;
    color: var(--primary);
    line-height: 1.3;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  h2 {
    font-size: 1.5rem;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
  }

  h3 {
    font-size: 1.15rem;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
  }

  p {
    margin: 0 0 1rem;
    color: var(--text);
  }

  .hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 0.35rem;
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
  }

  .hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .hero-meta svg {
    width: 14px;
    height: 14px;
  }

  .hero-image {
    margin: 1.5rem 0 2rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--border);
  }

  .hero-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hero-caption {
    font-size: 0.8rem;
    color: var(--muted);
    padding: 0.5rem 0.9rem 0.8rem;
    background: #faf7f2;
  }

  .intro-lead {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 1.5rem;
  }

  .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #f4ede0;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 1.25rem;
  }

  .badge strong {
    color: var(--primary);
    font-weight: 600;
  }

  .highlight-box {
    border-left: 4px solid var(--accent);
    background: #fff9f3;
    padding: 1rem 1.1rem;
    margin: 1.5rem 0;
    border-radius: 0.75rem;
    font-size: 0.95rem;
  }

  .highlight-box strong {
    color: var(--primary);
  }

  ul, ol {
    margin: 0 0 1.25rem 1.1rem;
    padding: 0;
  }

  li {
    margin-bottom: 0.35rem;
  }

  .steps {
    counter-reset: steps-counter;
    list-style: none;
    margin-left: 0;
  }

  .steps li {
    counter-increment: steps-counter;
    position: relative;
    padding-left: 2.1rem;
    margin-bottom: 0.75rem;
  }

  .steps li::before {
    content: counter(steps-counter);
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table-wrapper {
    margin: 1.75rem 0;
    overflow-x: auto;
    border-radius: 0.9rem;
    border: 1px solid var(--border);
    background: #faf7f2;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 500px;
  }

  th, td {
    padding: 0.7rem 0.85rem;
    text-align: left;
  }

  th {
    background: #f0e6d9;
    color: var(--primary);
    font-weight: 600;
  }

  tr:nth-child(even) td {
    background: #fdf9f3;
  }

  tr:nth-child(odd) td {
    background: #ffffff;
  }

  a {
    color: var(--accent);
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .cta-box {
    margin-top: 2.5rem;
    padding: 1.4rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--accent);
    background: #fff7ec;
  }

  .cta-box h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .cta-button {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
  }

  .cta-button:hover {
    background: #253c3f;
    text-decoration: none;
  }

  .small-note {
    font-size: 0.8rem;
    color: var(--muted);
    margin-top: 0.5rem;
  }

  @media (min-width: 768px) {
    h1 {
      font-size: 2.3rem;
    }
  }
</style>/* End custom CSS */