.elementor-19159 .elementor-element.elementor-element-140cb8f{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19159 .elementor-element.elementor-element-d234fc4{--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;}.elementor-19159 .elementor-element.elementor-element-9677345{--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;}.elementor-19159 .elementor-element.elementor-element-625b4c8{--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;}/* Start custom CSS *//* ---- Reset & Base ---- */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 17px;
      line-height: 1.8;
      color: #1a2335;
      background: #fff;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: #0070c0; text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ---- Layout ---- */
    .wrapper {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 24px 60px;
    }

    /* ---- Hero ---- */
    .hero {
      background: linear-gradient(135deg, #003d6b 0%, #0070c0 60%, #00b0d4 100%);
      padding: 64px 24px 56px;
      text-align: center;
      color: #fff;
    }
    .hero .label {
      display: inline-block;
      background: rgba(255,255,255,0.18);
      border: 1px solid rgba(255,255,255,0.35);
      border-radius: 20px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 5px 14px;
      margin-bottom: 20px;
      color: #d0edff;
    }
    .hero h1 {
      font-size: clamp(1.8rem, 4vw, 2.7rem);
      font-weight: 800;
      line-height: 1.2;
      max-width: 700px;
      margin: 0 auto 18px;
    }
    .hero p.sub {
      font-size: 1.1rem;
      opacity: .88;
      max-width: 580px;
      margin: 0 auto 30px;
    }
    .hero .meta {
      font-size: 13px;
      opacity: .7;
    }
    .hero .meta span { margin: 0 8px; }

    /* ---- CTA Banner ---- */
    .cta-banner {
      background: #fff3cd;
      border-left: 5px solid #f5a623;
      border-radius: 6px;
      padding: 18px 22px;
      margin: 36px 0 0;
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .cta-banner .icon { font-size: 1.8rem; flex-shrink: 0; }
    .cta-banner p { margin: 0; font-size: .97rem; flex: 1; }
    .cta-banner a.btn {
      display: inline-block;
      background: #0070c0;
      color: #fff;
      font-weight: 700;
      padding: 10px 22px;
      border-radius: 5px;
      font-size: .9rem;
      white-space: nowrap;
    }
    .cta-banner a.btn:hover { background: #005799; text-decoration: none; }

    /* ---- Article Body ---- */
    .article { padding-top: 48px; }
    .article p { margin-bottom: 1.3rem; }
    .article h2 {
      font-size: 1.55rem;
      font-weight: 800;
      color: #003d6b;
      margin: 2.6rem 0 .85rem;
      line-height: 1.25;
    }
    .article h3 {
      font-size: 1.18rem;
      font-weight: 700;
      color: #0070c0;
      margin: 1.8rem 0 .6rem;
    }

    /* ---- Stat Callout ---- */
    .stat-block {
      background: linear-gradient(135deg, #003d6b, #0070c0);
      color: #fff;
      border-radius: 10px;
      padding: 28px 28px 22px;
      margin: 32px 0;
      text-align: center;
    }
    .stat-block .big { font-size: 3rem; font-weight: 900; line-height: 1; color: #7dd8ff; }
    .stat-block p { font-size: 1rem; opacity: .9; margin: 8px 0 0; }

    /* ---- Warning Signs Box ---- */
    .warning-box {
      background: #fff0f0;
      border: 2px solid #e53e3e;
      border-radius: 10px;
      padding: 24px 28px;
      margin: 28px 0;
    }
    .warning-box h3 {
      color: #c53030;
      margin-top: 0;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .warning-box ul { padding-left: 22px; }
    .warning-box li { margin-bottom: .5rem; font-size: .97rem; }

    /* ---- ABCDE Grid ---- */
    .abcde-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 14px;
      margin: 24px 0 32px;
    }
    .abcde-card {
      background: #f0f7ff;
      border-top: 4px solid #0070c0;
      border-radius: 8px;
      padding: 18px 14px 14px;
      text-align: center;
    }
    .abcde-card .letter {
      font-size: 2.2rem;
      font-weight: 900;
      color: #003d6b;
      line-height: 1;
    }
    .abcde-card .word {
      font-size: .75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
      color: #0070c0;
      margin: 4px 0 8px;
    }
    .abcde-card p { font-size: .82rem; color: #334; margin: 0; }

    /* ---- Procedure Cards ---- */
    .procedure-list { display: grid; gap: 16px; margin: 24px 0; }
    .procedure-card {
      display: flex;
      gap: 16px;
      background: #f8fbff;
      border: 1px solid #d0e6f8;
      border-radius: 10px;
      padding: 18px 20px;
    }
    .procedure-card .num {
      flex-shrink: 0;
      width: 38px;
      height: 38px;
      background: #0070c0;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 1rem;
    }
    .procedure-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #003d6b; }
    .procedure-card p { font-size: .9rem; margin: 0; color: #444; }

    /* ---- Steps Timeline ---- */
    .steps { border-left: 3px solid #0070c0; padding-left: 28px; margin: 24px 0 32px; }
    .step { position: relative; margin-bottom: 22px; }
    .step::before {
      content: '';
      position: absolute;
      left: -35px;
      top: 4px;
      width: 14px;
      height: 14px;
      background: #0070c0;
      border-radius: 50%;
      border: 3px solid #fff;
      box-shadow: 0 0 0 2px #0070c0;
    }
    .step h4 { font-size: 1rem; font-weight: 700; color: #003d6b; margin-bottom: 4px; }
    .step p { font-size: .93rem; color: #444; margin: 0; }

    /* ---- FAQ ---- */
    .faq-section { margin-top: 40px; }
    .faq-item {
      border-bottom: 1px solid #d6e8f5;
      padding: 20px 0;
    }
    .faq-item:first-of-type { border-top: 1px solid #d6e8f5; }
    .faq-q {
      font-weight: 700;
      font-size: 1.02rem;
      color: #003d6b;
      margin-bottom: 8px;
    }
    .faq-a { font-size: .96rem; color: #3a4a5a; }

    /* ---- Bottom CTA ---- */
    .cta-bottom {
      background: linear-gradient(135deg, #003d6b, #0070c0);
      color: #fff;
      border-radius: 12px;
      padding: 40px 36px;
      text-align: center;
      margin-top: 48px;
    }
    .cta-bottom h2 { color: #fff; font-size: 1.5rem; margin: 0 0 12px; }
    .cta-bottom p { opacity: .88; margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto; }
    .cta-bottom a.btn-white {
      display: inline-block;
      background: #fff;
      color: #0070c0;
      font-weight: 800;
      font-size: 1rem;
      padding: 14px 34px;
      border-radius: 6px;
      transition: background .2s;
    }
    .cta-bottom a.btn-white:hover { background: #d0edff; text-decoration: none; }
    .cta-bottom .sub-link { margin-top: 14px; font-size: .88rem; opacity: .75; }

    /* ---- Responsive ---- */
    @media (max-width: 580px) {
      .hero h1 { font-size: 1.6rem; }
      .cta-banner { flex-direction: column; }
      .abcde-grid { grid-template-columns: repeat(3, 1fr); }
    }
  </style>/* End custom CSS */