
  * { box-sizing:border-box; }
  body { margin:0; background:#fff; }
  a { text-decoration:none; }

  /* ---- minimal bootstrap component shim (scoped-safe: no global reboot) ---- */
  .hero-banner .btn{ display:inline-flex; align-items:center; justify-content:center; font-family:inherit; border:1px solid transparent; cursor:pointer; text-align:center; background:none; }
  .hero-banner .btn-toolbar{ display:flex; }
  .hero-banner .btn-group, .hero-banner .btn-group-sm{ display:inline-flex; align-items:center; }
  .hero-banner .ms-1{ margin-left:.25rem; }
  .spc-modal{ display:none; position:fixed; inset:0; z-index:1055; overflow:auto; background:rgba(8,20,36,.5); }
  .spc-modal.show{ display:flex; }
  .spc-modal .modal-dialog{ margin:auto; width:100%; padding:24px; }
  .spc-modal .modal-dialog-centered{ display:flex; align-items:center; justify-content:center; min-height:100%; }
  .dropdown{ position:relative; }
  .dropdown-menu{ display:none; position:absolute; top:100%; right:0; z-index:20; }
  .dropdown-menu.show{ display:block; }
  .custom-tooltip-box{ position:absolute; z-index:1200; background:#2f80ed; color:#fff; border-radius:12px; padding:16px 26px; font:500 13px/1.5 'Inter',system-ui,sans-serif; box-shadow:0 14px 34px rgba(20,80,180,.4); pointer-events:none; opacity:0; transition:opacity .14s ease; white-space:nowrap; text-align:center; }
  .custom-tooltip-box.show{ opacity:1; }
  .custom-tooltip-box::after{ content:""; position:absolute; left:50%; bottom:-8px; transform:translateX(-50%); border:8px solid transparent; border-top-color:#2f80ed; border-bottom:0; }

  /* =================== HOME HERO SECTION (OUTLOOK MAP) — home.css =================== */
  .hero-banner { position: relative; font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,sans-serif; }
  .hero-banner-main { height: 780px; display: flex; justify-content: center; position: relative; }
  .hero-banner-img { position: absolute; inset: 0; }
  .hero-banner-img img { width: 100%; height: 100%; object-fit: cover; }
  .hero-banner-content { position: relative; z-index: 2; width: 100%; height: 100%; pointer-events: none; }
  .hero-banner-content * { pointer-events: auto; }
  .hero-banner-img::after { content:""; position:absolute; left:0; right:0; bottom:0; height:5px; pointer-events:none; z-index:1; background:linear-gradient(to top,rgba(0,0,0,.35) 0%,rgba(0,0,0,.18) 25%,rgba(0,0,0,.06) 60%,rgba(0,0,0,0) 100%); }
  .hero-banner-img .spc-svg-overlay { position:absolute; inset:0; width:100%; height:100%; pointer-events:auto; }
  .hero-banner-img #spc-svg { position:absolute; inset:0; width:100%; height:100%; pointer-events:auto; }

  /* SPC polygon popover */
  .hero-banner .spc-popover { position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:1050; min-width:320px; max-height:calc(100vh - 24px); overflow-x:auto; background:#fff; border-radius:14px; padding:16px 18px; border:1px solid rgba(0,0,0,.06); box-shadow:0 18px 40px rgba(0,0,0,.28); color:#666; font-size:.85rem; line-height:1.35; animation:spc-popover-in .12s ease-out; }
  .hero-banner .spc-popover-card { display:flex; flex-direction:column; gap:8px; }
  .hero-banner .spc-popover-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:4px; padding:5px 0 5px 5px; }
  .hero-banner .spc-popover-headline { display:flex; align-items:center; }
  .hero-banner .spc-popover-sfh { display:inline-flex; text-align:center; padding:6px 18px; border-radius:999px; border:1px solid #ffd8c7; background:#fff1eb; color:#ff5a1f; font-size:13px; font-weight:600; letter-spacing:.02em; white-space:nowrap; margin:5px; margin-left:auto; }
  .hero-banner .spc-popover-day { display:inline-flex; align-items:center; white-space:nowrap; font-size:18px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#777; }
  .hero-banner .spc-popover-body { display:flex; flex-direction:column; gap:4px; padding:5px; }
  .hero-banner .spc-popover-title { font-size:.88rem; font-weight:700; letter-spacing:.06em; color:#666; margin-bottom:0; }
  .hero-banner .spc-pop-row { margin-bottom:5px; }
  .hero-banner .spc-popover-btn { display:inline-flex; align-items:center; justify-content:center; padding:8px 22px; border-radius:999px; border:none; font-size:14px; font-weight:500; cursor:pointer; color:#fff; background:#4a7dff; }
  .hero-banner .spc-popover-btn:hover { background:#3b69d6; }
  .hero-banner .spc-popover-footer { margin-top:2px; display:flex; justify-content:flex-end; gap:8px; padding-top:10px; }
  .hero-banner .spc-popover-secondary { font-size:.78rem; padding:8px 22px; border-radius:999px; background:#fff; border:1px solid #dee2e6; color:#6c757d; cursor:pointer; }
  .hero-banner .spc-popover-secondary:hover { background:#f8f9fa; color:#495057; }
  @keyframes spc-popover-in { from{ opacity:0; transform:translate(-50%,-46%) scale(.98);} to{ opacity:1; transform:translate(-50%,-50%) scale(1);} }

  /* SPC overlay layers + paths */
  .spc-layer { display:none; }
  .spc-layer.is-active { display:block; }
  .spc-path { pointer-events:auto; cursor:pointer; }
  .hero-banner #spc-svg .spc-path { transition:filter .12s ease, stroke-width .12s ease; cursor:pointer; }
  .hero-banner #spc-svg .spc-path:hover { filter:drop-shadow(0 0 6px rgba(255,255,255,.75)); stroke-width:2.2; }

  /* SWO title toolbar — top center (home.css) */
  .hero-info { position:relative; top:25px; display:flex; flex-direction:column; align-items:center; gap:6px; z-index:5; width:auto; margin:0; }
  .hero-info-sub-btn { display:flex; justify-content:center; align-items:center; gap:6px; flex-wrap:wrap; font-size:10px; text-align:center; background:rgba(255,255,255,.54); padding:6px 12px; border-radius:8px; box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); backdrop-filter:saturate(100%) blur(16px); }
  .hero-info-sub-btn h6 { font-weight:500; font-size:12px; margin:0; color:#686868; letter-spacing:.02em; }
  .hero-info-sub-btn i { font-size:15px; }
  .hero-info-sub-btn .btn-toolbar { display:flex; align-items:center; }
  .hero-info-sub-btn .btn-group-sm { display:inline-flex; align-items:center; }
  .hero-info-sub-btn .btn { min-width:auto; padding:3px 12px; font-size:10px; height:24px; line-height:12px; font-weight:700; letter-spacing:.04em; border:none; border-radius:6px; color:#686868; background:rgba(255,255,255,.92); box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); }
  .hero-info-sub-btn .btn:hover { background:rgb(78,110,140); color:#fff; }
  .hero-info-sub-btn .btn.active { background:rgb(92,166,236); color:#fff; }
  .hero-info-sub-btn .spc-day-togglegroup { display:inline-flex; box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); border-radius:6px; }
  .hero-info-sub-btn .spc-day-togglegroup .btn { border-radius:0; box-shadow:none; }
  .hero-info-sub-btn .spc-day-togglegroup .spc-day-pill-left { border-radius:6px 0 0 6px; text-align:right; }
  .hero-info-sub-btn .spc-day-togglegroup .spc-day-pill-right { border-radius:0 6px 6px 0; text-align:left; }
  .hero-info-sub-btn .spc-hazard-togglegroup { display:inline-flex; align-items:center; margin-left:6px; box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); border-radius:6px; }
  .hero-info-sub-btn .spc-hazard-togglegroup .btn { margin-left:0; border-radius:0; box-shadow:none; }
  .hero-info-sub-btn .spc-hazard-togglegroup .btn:first-child { border-radius:6px 0 0 6px; }
  .hero-info-sub-btn .spc-hazard-togglegroup .btn:not(:first-child) { border-left:1px solid rgba(0,0,0,.08); }
  .hero-info-sub-btn .spc-hazard-togglegroup .btn:last-child { border-radius:0 6px 6px 0; }
  .hero-info-sub-btn .btn-circle { width:auto; height:24px; min-width:auto; padding:0 5px; border-radius:6px; margin-left:6px; background:rgba(255,255,255,.92); color:#565d64; box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); display:inline-flex; align-items:center; justify-content:center; }
  .hero-info-sub-btn .btn-circle .info-dot { width:15px; height:15px; border-radius:50%; background:#565d64; color:#fff; display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:700; font-style:normal; font-family:'Inter',system-ui,sans-serif; line-height:1; letter-spacing:0; }
  .hero-info-sub-btn .btn-circle:hover { background:rgba(255,255,255,.92); }
  .hero-info-sub-btn .btn-circle:hover .info-dot { background:#3a3f45; color:#fff; }
  .hero-quickmenu { display:none; }
  .hero-quickmenu-toggle { background:#565d64; color:#fff; }
  .hero-quickmenu-toggle:hover { background:#3a3f45; color:#fff; }

  /* alerts bottom-right */
  .hero-info-alerts { display:flex; position:absolute; justify-content:center; right:20px; bottom:94px; z-index:5; }
  .hero-info-btn-alerts { position:relative; overflow:hidden; padding:0; display:inline-block; color:#fff; background:rgba(255,70,0,.85); border-radius:999px; cursor:pointer; list-style:none; font-size:12px; box-shadow:0 1px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06); backdrop-filter:saturate(100%) blur(16px); }
  .hero-info-btn-alerts:hover { background:rgba(255,70,0,1); }
  .hero-info-btn-alerts ul { margin:0; padding:0; }
  .hero-info-btn-alerts li { display:inline-block; list-style:none; }
  .hero-info-btn-alerts .alert-count { padding:8px 12px 8px 15px; border-right:.5px solid rgba(255,255,255,.3); font-size:13px; font-weight:500; }
  .hero-info-btn-alerts .alert-message { padding:8px 16px 8px 8px; font-size:13px; font-weight:500; }
  .hero-info-btn-alerts .alert-icon { display:inline-block; transform-origin:50% 10%; }
  .spc-bell { animation:hg-bell 3.2s ease-in-out infinite; transform-origin:50% 10%; }
  @keyframes hg-bell { 0%,100%{ transform:rotate(0);} 8%{ transform:rotate(13deg);} 16%{ transform:rotate(-11deg);} 24%{ transform:rotate(9deg);} 32%{ transform:rotate(-6deg);} 40%{ transform:rotate(0);} }

  /* legend button bottom-left */
  .hero-info-legend { display:block; position:absolute; left:16px; bottom:78px; z-index:5; }
  .hero-info-btn-legend { display:flex; align-items:center; justify-content:center; gap:6px; border:.5px solid rgba(115,135,153,.8); border-radius:10px; cursor:pointer; list-style:none; letter-spacing:1px; color:rgba(64,101,124,1); font-size:10px; font-weight:700; padding:7px 12px; background:rgba(255,255,255,.72); backdrop-filter:blur(10px); }
  .hero-info-btn-legend:hover { border-color:rgba(64,101,124,.5); }

  /* legend grid (modal) */
  .hero-popover-legend h6 { display:block; margin:0 0 4px; text-transform:uppercase; letter-spacing:.3px; font:500 11px/1.2 'Inter',system-ui,sans-serif; }
  .legend-grid { margin:8px 0 0; display:flex; flex-direction:column; gap:12px; list-style:none; padding:0; }
  .legend-grid li { display:flex; align-items:center; gap:12px; font:600 13px/1.2 'Inter',system-ui,sans-serif; color:#2a3042; }
  .legend-grid .swatch { flex:0 0 30px; width:30px; height:41px; border-radius:2px; border:1px solid rgba(0,0,0,.15); }
  .swatch--lg{ background:rgba(16,194,92,.35);} .swatch--g{ background:rgba(38,168,65,.45);} .swatch--y{ background:rgba(255,230,0,.65);} .swatch--o{ background:rgba(255,153,0,.65);} .swatch--r{ background:rgba(255,59,48,.65);} .swatch--p{ background:rgba(195,0,255,.65);}
  .legend-grid li p { margin:2px 0 0; font-weight:500; font-size:12px; line-height:1.35; color:#545e66; }

  /* bottom ribbon */
  .hero-bottom { position:absolute; left:50%; transform:translateX(-50%); bottom:0; width:100%; }
  .hero-metric { height:74px; text-align:center; background:rgba(163,191,217,.85); font-size:16px; font-weight:600; color:#fff; border-top:.5px solid rgba(149,182,212,.8); letter-spacing:1px; padding:10px 16px; display:flex; align-items:center; justify-content:center; line-height:1; }
  .hero-metric p { margin:0; display:inline-flex; align-items:center; gap:9px; cursor:pointer; }
  .hero-metric i { font-size:14px; opacity:.92; }

  /* outlook + legend modals */
  .outlook-modal .modal-dialog-centered, .legend-modal .modal-dialog-centered { max-width:600px; }
  .legend-modal .modal-dialog-centered { max-width:500px; }
  .spc-modal .modal-content { background:#fff; border-radius:8px; overflow:hidden; max-width:100vw; box-sizing:border-box; width:100%; }
  .spc-modal .modal-body { padding:44px; display:flex; flex-direction:column; max-height:88vh; overflow-y:auto; position:relative; }
  .outlook-modal-close, .legend-modal-close { position:absolute; top:0; right:8px; font-size:1.6rem; cursor:pointer; z-index:5; color:#38414a; }
  .hero-popover-home h5 { font-size:20px; font-weight:800; letter-spacing:.02em; color:#0b2440; margin:0 0 12px; }
  .hero-popover-home p { color:rgba(56,65,71,.7); font-size:13px; font-weight:500; margin:0; }
  .modal-custom-footer { font-size:10px; color:rgba(193,200,202,1); border-top:.5px solid rgba(193,200,202,.6); padding-top:15px; text-align:center; margin-top:14px; }
  .modal-custom-footer p { font-size:10px; font-weight:600; margin:0; }
  pre.spc-discussion { white-space:pre-wrap; word-wrap:break-word; max-width:100%; width:100%; box-sizing:border-box; margin:12px 0; font-family:Menlo,Monaco,Consolas,"Courier New",monospace; font-size:12.5px; line-height:1.6; color:#3f4a58; }

  /* =================== CONTENT SECTIONS (matches About / site pages) =================== */
  .art .mw{ max-width:840px; margin:0 auto; padding:80px clamp(16px,4vw,32px); }
  .art .mw-wide{ max-width:1080px; margin:0 auto; padding:80px clamp(16px,4vw,32px); }
  .art .sec-head{ text-align:center; max-width:760px; margin:0 auto 34px; }
  .art .eyebrow2{ display:inline-flex; align-items:center; gap:7px; font-size:11.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#1277e1; background:#eaf2fd; border:1px solid #d3e4fa; border-radius:999px; padding:7px 15px; margin-bottom:18px; }
  .art .sec-head h2{ font-size:clamp(24px,3.6vw,34px); font-weight:800; letter-spacing:-.02em; color:#0b2e4e; line-height:1.14; margin:0 0 16px; }
  .art .sec-head p{ font-size:16px; line-height:1.7; color:#5a6472; margin:0; }
  .art .art-p{ font-size:16px; line-height:1.75; color:#46566a; margin:0 0 14px; }
  .art .art-p:last-child{ margin-bottom:0; }
  .art .art-p strong{ color:#0b2e4e; font-weight:700; }
  .art .hg-btn{ transition:filter .15s, transform .15s; }
  .art .hg-btn:hover{ filter:brightness(.93); transform:translateY(-1px); }
  .art .hg-ghost{ transition:background .15s, border-color .15s, transform .15s; }
  .art .hg-ghost:hover{ background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.5); transform:translateY(-1px); }
  .art .hg-card{ transition:border-color .15s, box-shadow .15s, transform .15s; }
  .art .hg-card:hover{ border-color:#bcd4ee; box-shadow:0 12px 28px rgba(18,119,225,.13); transform:translateY(-3px); }
  .art .md-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  .art .md-3 > *{ min-width:0; }
  @media (max-width:880px){ .art .md-3{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .art .md-3{ grid-template-columns:1fr; } }
  @media (max-width:640px){ .haz-grid{ grid-template-columns:1fr !important; } }
  .art .md-2{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
  .art .md-2 > *{ min-width:0; }
  @media (max-width:760px){ .art .md-2{ grid-template-columns:1fr; } }
  .art .art-tbl-wrap{ border:1px solid #e6eef7; border-radius:16px; overflow:hidden; box-shadow:0 10px 26px rgba(11,46,78,.05); }
  .art .art-tbl{ width:100%; border-collapse:collapse; background:#fff; font-size:15px; }
  .art .art-tbl thead th{ background:#0b2e4e; color:#fff; text-align:left; font-size:12px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; padding:15px 22px; }
  .art .art-tbl tbody td{ padding:15px 22px; border-top:1px solid #eef1f5; color:#46566a; line-height:1.5; }
  .art .art-tbl tbody tr:nth-child(even){ background:#f8fafd; }
  .art .art-cat{ display:inline-flex; align-items:center; gap:11px; font-weight:800; color:#0b2e4e; white-space:nowrap; }
  .art .art-dot{ width:15px; height:15px; border-radius:4px; flex:0 0 15px; border:1px solid rgba(0,0,0,.12); }
  .art .cc-li{ position:relative; padding:9px 0 9px 30px; font-size:15px; line-height:1.5; }
  .art .cc-li i{ position:absolute; left:1px; top:11px; font-size:13px; }

  /* hero responsive */
  @media (min-width:1700px){ .hero-banner-main{ min-height:840px; } }
  @media (max-width:1199px){ .hero-banner-main{ min-height:640px; height:auto; aspect-ratio:1714/836; } .hero-metric{ font-size:15px; height:64px; } }
  @media (max-width:900px){ .hero-banner-main{ min-height:0; } .hero-metric{ height:54px; } .hero-info-alerts,.hero-info-legend{ bottom:70px; } }
  @media (max-width:640px){ .hero-info{ top:12px; } .hero-metric{ height:40px; font-size:12px; } .hero-info-alerts,.hero-info-legend{ bottom:48px; } .hero-info-btn-alerts .alerts-btn-text{ display:none; } }
  @media (max-width:500px){ .hero-info-sub-btn .spc-hazard-togglegroup{ display:none; } .hero-info-sub-btn .btn[data-bs-target="#outlookModal"]{ display:none; } .hero-quickmenu{ display:flex; } }






  .faq-a a{ color:#1277e1; font-weight:600; text-decoration:none; }
  .faq-a a:hover{ text-decoration:underline; }



