.elementor-12856 .elementor-element.elementor-element-d139432{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
.nlh-article,
  .nlh-article * {
    box-sizing: border-box;
  }

  .nlh-article {
    --nlh-ink: #17201f;
    --nlh-muted: #53615e;
    --nlh-forest: #214b43;
    --nlh-forest-deep: #173731;
    --nlh-sage: #dfe9e3;
    --nlh-sage-soft: #eef4f0;
    --nlh-sand: #f3ede3;
    --nlh-cream: #fbfaf7;
    --nlh-white: #ffffff;
    --nlh-line: #d5ded9;
    --nlh-accent: #c87543;
    --nlh-accent-soft: #f3dfd1;
    --nlh-shadow: 0 18px 50px rgba(23, 55, 49, 0.10);

    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--nlh-ink);
    background: var(--nlh-cream);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.72;
    overflow: hidden;
  }

  .nlh-article h1,
  .nlh-article h2,
  .nlh-article h3,
  .nlh-article h4 {
    margin-top: 0;
    color: var(--nlh-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 750;
    line-height: 1.14;
    letter-spacing: -0.025em;
  }

  .nlh-article h1 {
    margin-bottom: 22px;
    font-size: clamp(2.45rem, 5.6vw, 5.25rem);
    max-width: 1120px;
  }

  .nlh-article h2 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 3.8vw, 3.45rem);
  }

  .nlh-article h3 {
    margin-bottom: 13px;
    font-size: clamp(1.28rem, 2.1vw, 1.72rem);
  }

  .nlh-article h4 {
    margin-bottom: 8px;
    font-size: 1.05rem;
    letter-spacing: 0;
  }

  .nlh-article p,
  .nlh-article li,
  .nlh-article td,
  .nlh-article th {
    color: var(--nlh-ink);
  }

  .nlh-article p {
    margin: 0 0 18px;
  }

  .nlh-article p:last-child {
    margin-bottom: 0;
  }

  .nlh-article a {
    color: var(--nlh-forest);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .nlh-article a:hover,
  .nlh-article a:focus-visible {
    color: var(--nlh-accent);
  }

  .nlh-section {
    position: relative;
    padding: clamp(64px, 9vw, 118px) 24px;
  }

  .nlh-section--compact {
    padding-top: clamp(42px, 6vw, 72px);
    padding-bottom: clamp(42px, 6vw, 72px);
  }

  .nlh-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
  }

  .nlh-inner--narrow {
    width: min(850px, 100%);
    margin: 0 auto;
  }

  .nlh-bg-white { background: var(--nlh-white); }
  .nlh-bg-cream { background: var(--nlh-cream); }
  .nlh-bg-sand { background: var(--nlh-sand); }
  .nlh-bg-sage { background: var(--nlh-sage-soft); }
  .nlh-bg-dark { background: var(--nlh-forest-deep); }

  .nlh-bg-dark h1,
  .nlh-bg-dark h2,
  .nlh-bg-dark h3,
  .nlh-bg-dark h4,
  .nlh-bg-dark p,
  .nlh-bg-dark li,
  .nlh-bg-dark strong,
  .nlh-bg-dark span {
    color: var(--nlh-white);
  }

  .nlh-bg-dark a:not(.nlh-btn) {
    color: #f2d8c5;
  }

  .nlh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 19px;
    color: var(--nlh-forest);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .nlh-bg-dark .nlh-eyebrow {
    color: #f2d8c5;
  }

  .nlh-eyebrow::before {
    width: 30px;
    height: 2px;
    background: currentColor;
    content: "";
  }

  .nlh-lead {
    max-width: 880px;
    color: var(--nlh-muted) !important;
    font-size: clamp(1.08rem, 1.8vw, 1.33rem);
    line-height: 1.68;
  }

  .nlh-bg-dark .nlh-lead {
    color: #e7efeb !important;
  }

  .nlh-kicker {
    max-width: 760px;
    color: var(--nlh-muted) !important;
    font-size: 1.03rem;
  }

  .nlh-grid {
    display: grid;
    gap: 24px;
  }

  .nlh-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nlh-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nlh-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nlh-card {
    height: 100%;
    padding: clamp(25px, 3.5vw, 38px);
    border: 1px solid var(--nlh-line);
    border-radius: 24px;
    color: var(--nlh-ink);
    background: var(--nlh-white);
    box-shadow: 0 10px 34px rgba(23, 55, 49, 0.06);
  }

  .nlh-card--soft {
    border-color: transparent;
    background: var(--nlh-sage-soft);
    box-shadow: none;
  }

  .nlh-card--sand {
    border-color: transparent;
    background: var(--nlh-sand);
    box-shadow: none;
  }

  .nlh-card--dark {
    border-color: rgba(255,255,255,.15);
    color: var(--nlh-white);
    background: var(--nlh-forest);
    box-shadow: none;
  }

  .nlh-card--dark h3,
  .nlh-card--dark h4,
  .nlh-card--dark p,
  .nlh-card--dark li,
  .nlh-card--dark strong,
  .nlh-card--dark span {
    color: var(--nlh-white);
  }

  .nlh-card--dark .nlh-small {
    color: #dce9e4 !important;
  }

  .nlh-number {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: var(--nlh-white);
    background: var(--nlh-forest);
    font-size: 0.84rem;
    font-weight: 850;
  }

  .nlh-card--dark .nlh-number {
    color: var(--nlh-forest-deep);
    background: var(--nlh-white);
  }

  .nlh-tag {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--nlh-forest);
    background: var(--nlh-sage);
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .nlh-tag--accent {
    color: #6c351d;
    background: var(--nlh-accent-soft);
  }

  .nlh-small {
    color: var(--nlh-muted) !important;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .nlh-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .nlh-list li {
    position: relative;
    margin: 0 0 11px;
    padding-left: 28px;
  }

  .nlh-list li:last-child {
    margin-bottom: 0;
  }

  .nlh-list li::before {
    position: absolute;
    top: 0.08em;
    left: 0;
    color: var(--nlh-accent);
    content: "✓";
    font-weight: 900;
  }

  .nlh-card--dark .nlh-list li::before,
  .nlh-bg-dark .nlh-list li::before {
    color: #f2d8c5;
  }

  .nlh-note {
    margin-top: 28px;
    padding: 24px 26px;
    border-left: 4px solid var(--nlh-accent);
    border-radius: 0 18px 18px 0;
    color: var(--nlh-ink);
    background: var(--nlh-accent-soft);
  }

  .nlh-note strong,
  .nlh-note p {
    color: var(--nlh-ink);
  }

  .nlh-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .nlh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 2px solid var(--nlh-forest);
    border-radius: 999px;
    color: var(--nlh-white) !important;
    background: var(--nlh-forest);
    font-size: 0.93rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
  }

  .nlh-btn:hover,
  .nlh-btn:focus-visible {
    color: var(--nlh-white) !important;
    background: var(--nlh-accent);
    border-color: var(--nlh-accent);
    transform: translateY(-2px);
  }

  .nlh-btn--light {
    border-color: var(--nlh-white);
    color: var(--nlh-forest-deep) !important;
    background: var(--nlh-white);
  }

  .nlh-btn--light:hover,
  .nlh-btn--light:focus-visible {
    border-color: var(--nlh-accent-soft);
    color: var(--nlh-forest-deep) !important;
    background: var(--nlh-accent-soft);
  }

  .nlh-btn--outline {
    color: var(--nlh-forest) !important;
    background: transparent;
  }

  .nlh-btn--outline:hover,
  .nlh-btn--outline:focus-visible {
    color: var(--nlh-white) !important;
  }

  .nlh-hero {
    background:
      radial-gradient(circle at 88% 13%, rgba(200,117,67,.25), transparent 30%),
      linear-gradient(135deg, #173731 0%, #214b43 58%, #2e5b52 100%);
  }

  .nlh-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
    gap: clamp(38px, 7vw, 94px);
    align-items: end;
  }

  .nlh-hero-panel {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 26px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(6px);
  }

  .nlh-hero-panel h2 {
    margin-bottom: 10px;
    color: var(--nlh-white);
    font-size: 1.35rem;
    letter-spacing: -0.01em;
  }

  .nlh-hero-panel p {
    color: #e8f0ec;
    font-size: 0.97rem;
  }

  .nlh-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
    margin-top: 31px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.20);
  }

  .nlh-post-meta span {
    color: #e7efeb;
    font-size: 0.88rem;
    font-weight: 700;
  }

  .nlh-answer-box {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--nlh-line);
    border-radius: 28px;
    background: var(--nlh-white);
    box-shadow: var(--nlh-shadow);
  }

  .nlh-answer-box h2 {
    font-size: clamp(1.65rem, 3vw, 2.6rem);
  }

  .nlh-toc {
    padding: 29px;
    border-radius: 24px;
    background: var(--nlh-sage-soft);
  }

  .nlh-toc h2 {
    margin-bottom: 16px;
    font-size: 1.3rem;
  }

  .nlh-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 30px;
    margin: 0;
    padding-left: 21px;
  }

  .nlh-toc li {
    margin: 0;
  }

  .nlh-toc a {
    color: var(--nlh-ink);
    font-weight: 700;
  }

  .nlh-quote {
    margin: 0;
    padding: clamp(34px, 5vw, 58px);
    border-radius: 30px;
    color: var(--nlh-white);
    background: var(--nlh-forest);
  }

  .nlh-quote p {
    color: var(--nlh-white);
    font-size: clamp(1.35rem, 2.8vw, 2.25rem);
    font-weight: 680;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .nlh-quote cite {
    display: block;
    margin-top: 18px;
    color: #dce9e4;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
  }

  .nlh-model-card {
    display: flex;
    flex-direction: column;
  }

  .nlh-model-card .nlh-btn-row {
    margin-top: auto;
    padding-top: 20px;
  }

  .nlh-model-feature {
    margin: 17px 0 0;
    padding-top: 17px;
    border-top: 1px solid var(--nlh-line);
  }

  .nlh-model-feature strong {
    display: block;
    margin-bottom: 4px;
    color: var(--nlh-forest);
    font-size: 0.78rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .nlh-table-wrap {
    width: 100%;
    margin-top: 31px;
    overflow-x: auto;
    border: 1px solid var(--nlh-line);
    border-radius: 22px;
    background: var(--nlh-white);
  }

  .nlh-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
  }

  .nlh-table th,
  .nlh-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--nlh-line);
    text-align: left;
    vertical-align: top;
  }

  .nlh-table th {
    color: var(--nlh-white);
    background: var(--nlh-forest);
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .nlh-table tr:last-child td {
    border-bottom: 0;
  }

  .nlh-table tbody tr:nth-child(even) td {
    background: var(--nlh-sage-soft);
  }

  .nlh-process {
    counter-reset: nlh-step;
  }

  .nlh-process-card {
    position: relative;
    padding-left: 76px;
  }

  .nlh-process-card::before {
    position: absolute;
    top: 29px;
    left: 25px;
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: var(--nlh-white);
    background: var(--nlh-forest);
    content: counter(nlh-step, decimal-leading-zero);
    counter-increment: nlh-step;
    font-size: 0.78rem;
    font-weight: 850;
  }

  .nlh-warning {
    padding: 30px;
    border: 1px solid #e6c3ad;
    border-radius: 22px;
    color: var(--nlh-ink);
    background: #fff7f1;
  }

  .nlh-warning h3,
  .nlh-warning p,
  .nlh-warning li {
    color: var(--nlh-ink);
  }

  .nlh-faq {
    display: grid;
    gap: 13px;
  }

  .nlh-faq details {
    border: 1px solid var(--nlh-line);
    border-radius: 18px;
    color: var(--nlh-ink);
    background: var(--nlh-white);
    overflow: hidden;
  }

  .nlh-faq summary {
    padding: 21px 56px 21px 22px;
    color: var(--nlh-ink);
    cursor: pointer;
    font-weight: 780;
    line-height: 1.45;
    list-style: none;
    position: relative;
  }

  .nlh-faq summary::-webkit-details-marker {
    display: none;
  }

  .nlh-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--nlh-forest);
    content: "+";
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-50%);
  }

  .nlh-faq details[open] summary::after {
    content: "−";
  }

  .nlh-faq-answer {
    padding: 0 22px 22px;
  }

  .nlh-faq-answer p,
  .nlh-faq-answer li {
    color: var(--nlh-muted);
  }

  .nlh-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border: 1px solid var(--nlh-line);
    border-radius: 20px;
    background: var(--nlh-white);
  }

  .nlh-share-title {
    margin: 0 !important;
    color: var(--nlh-ink) !important;
    font-weight: 800;
  }

  .nlh-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .nlh-share-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid var(--nlh-line);
    border-radius: 999px;
    color: var(--nlh-ink);
    background: var(--nlh-sage-soft);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
  }

  .nlh-share-links a:hover,
  .nlh-share-links a:focus-visible {
    border-color: var(--nlh-forest);
    color: var(--nlh-white);
    background: var(--nlh-forest);
  }

  @media (max-width: 980px) {
    .nlh-grid--4,
    .nlh-grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nlh-hero-layout {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 720px) {
    .nlh-article {
      font-size: 16px;
    }

    .nlh-section {
      padding-left: 18px;
      padding-right: 18px;
    }

    .nlh-grid--4,
    .nlh-grid--3,
    .nlh-grid--2,
    .nlh-toc ol {
      grid-template-columns: 1fr;
    }

    .nlh-card,
    .nlh-answer-box,
    .nlh-quote,
    .nlh-hero-panel {
      border-radius: 20px;
    }

    .nlh-process-card {
      padding-left: 67px;
    }

    .nlh-process-card::before {
      left: 20px;
    }

    .nlh-btn,
    .nlh-btn-row {
      width: 100%;
    }

    .nlh-share {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nlh-btn {
      transition: none;
    }
  }
</style>/* End custom CSS */