.elementor-8969 .elementor-element.elementor-element-157ae51{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8969 .elementor-element.elementor-element-0e99d68 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8969 .elementor-element.elementor-element-c8a5f85{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8969 .elementor-element.elementor-element-2f8c649 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8969 .elementor-element.elementor-element-8b26bf8{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
      --brand-navy: #273f73;
      --brand-navy-soft: #355b8e;
      --brand-sky: #2f87b7;
      --brand-sky-soft: #eaf4fb;
      --brand-surface: #f7fafc;
      --brand-line: #dbe6ef;
      --text: #0f172a;
      --muted: #475569;
      --muted-soft: #64748b;
      --max: 76rem;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Montserrat", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: #ffffff;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

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

    a:hover {
      color: #28759f;
    }

    .container {
      width: min(var(--max), calc(100% - 2rem));
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 40;
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(219,230,239,.9);
    }

    .nav-inner {
      min-height: 4.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }

    .nav-logo {
      display: inline-flex;
      align-items: center;
      line-height: 0;
    }

    .nav-logo svg {
      display: block;
      width: auto;
      height: 1.9rem;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      color: #475569;
      font-size: .92rem;
      font-weight: 500;
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: .8rem;
      border: 1px solid #94a3b8;
      background: #ffffff;
      color: #334155;
      padding: .62rem 1rem;
      font-size: .9rem;
      font-weight: 600;
      box-shadow: 0 1px 2px rgba(0,0,0,.04);
    }

    .nav-cta:hover {
      background: #f8fafc;
      border-color: #64748b;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 84% 22%, rgba(47, 135, 183, .08), transparent 24%),
        linear-gradient(180deg, #eef4f8 0%, #f4f8fb 62%, #ffffff 100%);
      border-bottom: 1px solid rgba(219,230,239,.85);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 120px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.66) 72%, #ffffff 100%);
    }

    .hero-shell {
      position: relative;
      z-index: 1;
      padding: 4.5rem 0 4rem;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      border: 1px solid #dbe6ef;
      border-radius: 9999px;
      background: #ffffff;
      color: var(--brand-navy-soft);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .02em;
      padding: .38rem .82rem;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 19rem;
      gap: 2.5rem;
      align-items: start;
    }

    .hero-copy {
      max-width: 48rem;
    }

    h1 {
      margin: 1rem 0 0;
      font-size: clamp(2.5rem, 5.6vw, 4.4rem);
      line-height: .98;
      letter-spacing: -0.05em;
      color: var(--brand-navy);
      font-weight: 700;
      max-width: 12.5ch;
    }

    .dek {
      margin: 1.15rem 0 0;
      font-size: 1.1rem;
      line-height: 1.95;
      color: var(--muted);
      max-width: 46rem;
      font-weight: 500;
      letter-spacing: -.01em;
    }

    .hero-meta {
      margin-top: 1.6rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(219,230,239,.85);
      color: var(--muted-soft);
      font-size: .9rem;
      font-weight: 500;
    }

    .toc-card {
      border: 1px solid var(--brand-line);
      background: rgba(255,255,255,.88);
      border-radius: 1rem;
      padding: 1rem 1rem 1.1rem;
      box-shadow: 0 12px 30px rgba(15,23,42,.045);
      backdrop-filter: blur(6px);
    }

    .toc-title {
      font-size: .74rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #64748b;
      font-weight: 800;
      margin-bottom: .8rem;
    }

    .toc-list {
      display: grid;
      gap: .7rem;
    }

    .toc-list a {
      color: #334155;
      font-size: .9rem;
      line-height: 1.45;
      font-weight: 600;
    }

    .page {
      padding: 3.25rem 0 5rem;
    }

    .content-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 18rem;
      gap: 3rem;
      align-items: start;
    }

    .article {
      max-width: 46rem;
    }

    .article p {
      margin: 0 0 1.2rem;
      color: var(--muted);
      font-size: 1.04rem;
      line-height: 1.95;
      letter-spacing: -.01em;
    }

    .article h2 {
      margin: 3rem 0 1rem;
      color: var(--brand-navy);
      font-size: clamp(1.65rem, 3vw, 2.25rem);
      line-height: 1.12;
      letter-spacing: -0.04em;
    }

    .article ul {
      margin: 1rem 0 1.4rem;
      padding: 0;
      list-style: none;
      display: grid;
      gap: .8rem;
    }

    .article li {
      position: relative;
      padding-left: 1.35rem;
      color: var(--muted);
      line-height: 1.8;
      font-size: 1.02rem;
    }

    .article li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .72rem;
      width: .45rem;
      height: .45rem;
      border-radius: 999px;
      background: var(--brand-sky);
      box-shadow: 0 0 0 4px rgba(47,135,183,.10);
    }

    .callout {
      margin: 1.8rem 0 2rem;
      border: 1px solid #d9e7f1;
      background: var(--brand-sky-soft);
      border-radius: 1.15rem;
      padding: 1.2rem 1.2rem 1.25rem;
      box-shadow: 0 6px 18px rgba(15,23,42,.02);
    }

    .callout-title {
      color: var(--brand-navy);
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: .6rem;
    }

    .callout p {
      margin: 0;
      color: #334155;
      font-size: .98rem;
      line-height: 1.8;
    }

    .sidebar-card {
      position: sticky;
      top: 5.8rem;
      border: 1px solid var(--brand-line);
      border-radius: 1.15rem;
      background: #ffffff;
      padding: 1.15rem;
      box-shadow: 0 6px 18px rgba(15,23,42,.025);
    }

    .sidebar-card h3 {
      margin: 0 0 .55rem;
      color: var(--brand-navy);
      font-size: 1.05rem;
      line-height: 1.3;
    }

    .sidebar-card p {
      margin: 0;
      color: var(--muted);
      font-size: .92rem;
      line-height: 1.75;
    }

    .sidebar-links {
      margin-top: .9rem;
      display: grid;
      gap: .6rem;
    }

    .sidebar-links a {
      font-size: .9rem;
      font-weight: 600;
    }

    .questions {
      margin-top: 3.2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(219,230,239,.9);
    }

    .question {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(219,230,239,.8);
    }

    .question:last-child {
      border-bottom: 0;
    }

    .question h3 {
      margin: 0 0 .45rem;
      color: var(--brand-navy);
      font-size: 1.08rem;
      line-height: 1.45;
    }

    .question p {
      margin: 0;
      font-size: .98rem;
    }

    .cta-band {
      margin-top: 3rem;
      border: 1px solid var(--brand-line);
      background: var(--brand-sky-soft);
      border-radius: 1.35rem;
      padding: 1.6rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .cta-band h2 {
      margin: 0;
      font-size: 2rem;
    }

    .cta-band p {
      margin: 0;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: .8rem;
      margin-top: .2rem;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: .85rem;
      background: var(--brand-sky);
      color: #ffffff;
      padding: .9rem 1.2rem;
      font-weight: 600;
      box-shadow: 0 8px 18px rgba(47,135,183,.16);
    }

    .btn-primary:hover {
      background: #28759f;
      color: #ffffff;
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: .85rem;
      background: #ffffff;
      color: var(--brand-sky);
      padding: .9rem 1.2rem;
      font-weight: 600;
      border: 1px solid rgba(47,135,183,.18);
    }

    .btn-secondary:hover {
      background: #f8fbfe;
    }

    .footer {
      padding: 1.8rem 0 2.6rem;
      border-top: 1px solid rgba(219,230,239,.9);
      background: #ffffff;
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      color: var(--muted-soft);
      font-size: .85rem;
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      line-height: 0;
    }

    .footer-logo svg {
      display: block;
      width: auto;
      height: 1.8rem;
    }

    @media (max-width: 1100px) {
      .hero-grid,
      .content-grid {
        grid-template-columns: 1fr;
      }

      .toc-card,
      .sidebar-card {
        position: static;
      }
    }

    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }

      .hero-shell {
        padding: 3.3rem 0 3rem;
      }

      .article p {
        font-size: 1rem;
        line-height: 1.85;
      }

      .footer-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-logo svg,
      .footer-logo svg {
        height: 1.7rem;
      }
    }/* End custom CSS */