/* ═══════════════════════════════════════════════════
   CSIRT.GOV — Base & Structural Styles
   Variables, layout, topbar, header, nav, hero,
   stats, sections, services, about, contacts,
   forms, alerts, footer, breadcrumb, responsive
═══════════════════════════════════════════════════ */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --gov-green: #006633;
      --gov-green-dark: #004d26;
      --gov-green-light: #008844;
      --gov-yellow: #FFCC00;
      --gov-red: #CC0000;
      --accent: #0057B8;
      --accent-light: #1a6fd4;
      --text-primary: #1a1a2e;
      --text-secondary: #4a5568;
      --text-muted: #718096;
      --bg-main: #f7f8fa;
      --bg-white: #ffffff;
      --bg-card: #ffffff;
      --border: #e2e8f0;
      --border-light: #f0f4f8;
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
      --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
      --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
      --radius: 10px;
      --radius-lg: 16px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg-main);
      color: var(--text-primary);
      min-height: 100vh;
    }

    /* ── TOP BAR ── */
    .topbar {
      background: var(--gov-green-dark);
      color: rgba(255,255,255,0.75);
      font-size: 0.78rem;
      padding: 6px 0;
      border-bottom: 2px solid var(--gov-yellow);
    }
    .topbar-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .topbar a { color: var(--gov-yellow); text-decoration: none; }
    .topbar a:hover { text-decoration: underline; }

    /* ── HEADER ── */
    header {
      background: var(--gov-green);
      color: #fff;
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: var(--shadow-md);
    }
    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      gap: 20px;
      min-height: 70px;
    }
    .logo-block {
      display: flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
      flex-shrink: 0;
    }
    .logo-icon {
      width: 48px;
      height: 48px;
      background: var(--gov-yellow);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--gov-green-dark);
      letter-spacing: -1px;
    }
    .logo-text { line-height: 1.1; }
    .logo-text .brand { font-size: 1.4rem; font-weight: 800; color: #fff; letter-spacing: 0.5px; }
    .logo-text .sub { font-size: 0.72rem; color: rgba(255,255,255,0.7); font-weight: 400; }

    nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
    .nav-link {
      padding: 8px 16px;
      border-radius: 8px;
      color: rgba(255,255,255,0.88);
      font-size: 0.88rem;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
      background: none;
      border: none;
      transition: background 0.2s, color 0.2s;
      white-space: nowrap;
    }
    .nav-link:hover { background: rgba(255,255,255,0.12); color: #fff; }
    .nav-link.active { background: rgba(255,255,255,0.18); color: #fff; font-weight: 600; }
    .nav-alert-btn {
      margin-left: 8px;
      background: var(--gov-yellow);
      color: var(--gov-green-dark) !important;
      font-weight: 700 !important;
      padding: 8px 18px !important;
      border-radius: 8px !important;
    }
    .nav-alert-btn:hover { background: #e6b800 !important; }

    .menu-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      flex-direction: column;
      gap: 5px;
      padding: 8px;
      margin-left: auto;
    }
    .menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: 0.3s; }

    /* ── PAGES ── */
    .page { display: none; }
    .page.active { display: block; }

    /* ── HERO SLIDESHOW ── */
    .hero-slideshow { position:relative; overflow:hidden; height:400px; background:#0f172a; }
    .hero-slideshow .hs-slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease; background-size:cover; background-position:center; }
    .hero-slideshow .hs-slide.active { opacity:1; }
    .hero-slideshow .hs-overlay { position:absolute; inset:0; background:linear-gradient(to bottom, rgba(0,0,0,.18) 0%, rgba(0,0,0,.52) 100%); }
    .hero-slideshow .hs-caption { position:absolute; bottom:64px; left:0; right:0; text-align:center; color:#fff; padding:0 48px; pointer-events:none; }
    .hero-slideshow .hs-caption h3 { font-size:clamp(1.2rem,3vw,1.9rem); font-weight:800; text-shadow:0 2px 10px rgba(0,0,0,.65); margin:0 0 6px; }
    .hero-slideshow .hs-caption p  { font-size:.95rem; opacity:.88; text-shadow:0 1px 5px rgba(0,0,0,.6); margin:0; }
    .hs-arrow { position:absolute; top:50%; transform:translateY(-50%); width:46px; height:46px; background:rgba(255,255,255,.18); border:1.5px solid rgba(255,255,255,.35); border-radius:50%; color:#fff; font-size:1.4rem; cursor:pointer; z-index:10; transition:background .2s; backdrop-filter:blur(6px); line-height:1; display:flex; align-items:center; justify-content:center; }
    .hs-arrow:hover { background:rgba(255,255,255,.35); }
    .hs-arrow.prev { left:20px; }
    .hs-arrow.next { right:20px; }
    .hs-dots { position:absolute; bottom:22px; left:50%; transform:translateX(-50%); display:flex; gap:9px; z-index:10; }
    .hs-dot { width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.45); border:none; cursor:pointer; transition:background .2s,transform .2s; padding:0; }
    .hs-dot.active { background:#fff; transform:scale(1.3); }
    .hs-cta { display:inline-block; margin-top:14px; padding:10px 26px; background:var(--gov-yellow); color:var(--gov-green-dark); border:none; border-radius:8px; font-weight:800; font-size:.9rem; cursor:pointer; font-family:'Inter',sans-serif; text-decoration:none; transition:opacity .2s; pointer-events:all; }
    .hs-cta:hover { opacity:.88; }

    /* ── HERO ── */
    .hero {
      background: linear-gradient(135deg, var(--gov-green-dark) 0%, var(--gov-green) 50%, var(--gov-green-light) 100%);
      color: #fff;
      padding: 80px 24px 64px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    }
    .hero-inner { max-width: 780px; margin: 0 auto; position: relative; }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 100px;
      padding: 6px 16px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-bottom: 24px;
    }
    .hero-badge span { width: 8px; height: 8px; background: var(--gov-yellow); border-radius: 50%; display: inline-block; animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }
    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
    .hero h1 em { color: var(--gov-yellow); font-style: normal; }
    .hero p { font-size: 1.1rem; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 600px; margin: 0 auto 36px; }
    .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .btn-primary {
      background: var(--gov-yellow);
      color: var(--gov-green-dark);
      font-weight: 700;
      padding: 14px 28px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      font-size: 0.95rem;
      transition: background 0.2s, transform 0.15s;
      text-decoration: none;
    }
    .btn-primary:hover { background: #e6b800; transform: translateY(-1px); }
    .btn-outline {
      background: transparent;
      color: #fff;
      font-weight: 600;
      padding: 14px 28px;
      border-radius: 10px;
      border: 2px solid rgba(255,255,255,0.45);
      cursor: pointer;
      font-size: 0.95rem;
      transition: border-color 0.2s, background 0.2s;
    }
    .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

    /* ── STATS BAR ── */
    .stats-bar {
      background: var(--bg-white);
      border-bottom: 1px solid var(--border);
      padding: 0;
    }
    .stats-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    .stat-item {
      padding: 28px 24px;
      text-align: center;
      border-right: 1px solid var(--border);
    }
    .stat-item:last-child { border-right: none; }
    .stat-num { font-size: 2rem; font-weight: 800; color: var(--gov-green); line-height: 1; }
    .stat-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; font-weight: 500; }

    /* ── SECTION ── */
    .section { padding: 64px 24px; }
    .section-inner { max-width: 1200px; margin: 0 auto; }
    .section-header { text-align: center; margin-bottom: 48px; }
    .section-tag {
      display: inline-block;
      background: #e8f5ee;
      color: var(--gov-green);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 12px;
    }
    .section-header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--text-primary); margin-bottom: 12px; }
    .section-header p { color: var(--text-secondary); font-size: 1rem; line-height: 1.7; max-width: 560px; margin: 0 auto; }

    /* ── CARDS GRID ── */
    .cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }

    .card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 28px;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
    .card-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      margin-bottom: 18px;
      background: #e8f5ee;
    }
    .card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; color: var(--text-primary); }
    .card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.65; }

    /* ── ALERT BANNER ── */
    .alert-banner {
      background: #fff8e1;
      border-left: 4px solid var(--gov-yellow);
      border-radius: 0 var(--radius) var(--radius) 0;
      padding: 16px 20px;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 20px;
    }
    .alert-banner .icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
    .alert-banner strong { font-size: 0.9rem; color: #92400e; display: block; margin-bottom: 2px; }
    .alert-banner span { font-size: 0.83rem; color: #78350f; }

    /* ── SERVICES PAGE ── */
    .services-hero {
      background: linear-gradient(135deg, var(--gov-green-dark), var(--gov-green));
      color: #fff;
      padding: 56px 24px 48px;
    }
    .services-hero-inner { max-width: 1200px; margin: 0 auto; }
    .services-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 12px; }
    .services-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; max-width: 600px; line-height: 1.7; }

    .service-category {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      margin-bottom: 28px;
      overflow: hidden;
    }
    .service-cat-header {
      background: linear-gradient(90deg, var(--gov-green) 0%, var(--gov-green-light) 100%);
      color: #fff;
      padding: 20px 28px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .service-cat-header .cat-icon {
      width: 44px;
      height: 44px;
      background: rgba(255,255,255,0.2);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      flex-shrink: 0;
    }
    .service-cat-header h2 { font-size: 1.15rem; font-weight: 700; }
    .service-cat-header p { font-size: 0.82rem; color: rgba(255,255,255,0.8); margin-top: 2px; }

    .service-items { padding: 8px 0; }
    .service-item {
      padding: 22px 28px;
      border-bottom: 1px solid var(--border-light);
      transition: background 0.15s;
    }
    .service-item:last-child { border-bottom: none; }
    .service-item:hover { background: #f8fffe; }
    .service-item-header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
    .service-num {
      background: var(--gov-green);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 6px;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .service-item h3 { font-size: 1rem; font-weight: 700; color: var(--text-primary); }
    .service-item p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }
    .service-item ul {
      list-style: none;
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }
    .service-item ul li {
      font-size: 0.87rem;
      color: var(--text-secondary);
      padding-left: 20px;
      position: relative;
      line-height: 1.6;
    }
    .service-item ul li::before {
      content: '›';
      position: absolute;
      left: 0;
      color: var(--gov-green);
      font-weight: 700;
      font-size: 1rem;
    }

    /* ── ABOUT PAGE ── */
    .about-hero {
      background: linear-gradient(135deg, var(--gov-green-dark), var(--gov-green));
      color: #fff;
      padding: 56px 24px 48px;
    }
    .about-hero-inner { max-width: 1200px; margin: 0 auto; }
    .about-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 12px; }
    .about-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; max-width: 600px; line-height: 1.7; }

    .about-content { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
    .about-text h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 16px; color: var(--text-primary); }
    .about-text p { font-size: 0.93rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
    .about-text strong { color: var(--gov-green); }

    .about-info-cards { display: flex; flex-direction: column; gap: 16px; }
    .info-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-left: 4px solid var(--gov-green);
      border-radius: var(--radius);
      padding: 20px;
    }
    .info-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--gov-green); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
    .info-card p { font-size: 0.87rem; color: var(--text-secondary); line-height: 1.65; }

    .mission-vision {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-top: 48px;
    }
    .mv-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 28px;
    }
    .mv-card .mv-icon {
      font-size: 2rem;
      margin-bottom: 14px;
    }
    .mv-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
    .mv-card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

    .mandate-section { margin-top: 48px; }
    .mandate-section h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 24px; }
    .mandate-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 16px;
    }
    .mandate-item {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 18px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }
    .mandate-item .check {
      width: 28px;
      height: 28px;
      background: #e8f5ee;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      flex-shrink: 0;
    }
    .mandate-item p { font-size: 0.87rem; color: var(--text-secondary); line-height: 1.6; }

    /* ── CONTACTS PAGE ── */
    .contacts-hero {
      background: linear-gradient(135deg, var(--gov-green-dark), var(--gov-green));
      color: #fff;
      padding: 56px 24px 48px;
    }
    .contacts-hero-inner { max-width: 1200px; margin: 0 auto; }
    .contacts-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 12px; }
    .contacts-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; max-width: 600px; line-height: 1.7; }

    .contacts-content { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
    .contacts-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; }

    .contact-cards { display: flex; flex-direction: column; gap: 16px; }
    .contact-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 22px;
      display: flex;
      gap: 16px;
      align-items: flex-start;
      transition: box-shadow 0.2s;
    }
    .contact-card:hover { box-shadow: var(--shadow-md); }
    .contact-card-icon {
      width: 48px;
      height: 48px;
      background: #e8f5ee;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      flex-shrink: 0;
    }
    .contact-card-info h4 { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 4px; }
    .contact-card-info p { font-size: 0.95rem; color: var(--text-primary); font-weight: 600; }
    .contact-card-info span { font-size: 0.82rem; color: var(--text-muted); display: block; margin-top: 2px; }

    .emergency-card {
      background: linear-gradient(135deg, var(--gov-red), #aa0000);
      color: #fff;
      border-radius: var(--radius-lg);
      padding: 28px;
      margin-top: 16px;
    }
    .emergency-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
    .emergency-card p { font-size: 0.88rem; color: rgba(255,255,255,0.85); line-height: 1.65; margin-bottom: 16px; }
    .emergency-contact { font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 8px; }

    .contact-form-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
    }
    .contact-form-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
    .contact-form-card p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 24px; }

    /* ── FORM ── */
    .form-group { margin-bottom: 18px; }
    .form-label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-primary); margin-bottom: 7px; }
    .form-label span { color: var(--gov-red); }
    .form-input, .form-select, .form-textarea {
      width: 100%;
      padding: 11px 14px;
      border: 1.5px solid var(--border);
      border-radius: 8px;
      font-family: 'Inter', sans-serif;
      font-size: 0.9rem;
      color: var(--text-primary);
      background: var(--bg-white);
      transition: border-color 0.2s, box-shadow 0.2s;
      outline: none;
    }
    .form-input:focus, .form-select:focus, .form-textarea:focus {
      border-color: var(--gov-green);
      box-shadow: 0 0 0 3px rgba(0,102,51,0.1);
    }
    .form-textarea { min-height: 120px; resize: vertical; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

    .btn-submit {
      width: 100%;
      background: var(--gov-green);
      color: #fff;
      font-weight: 700;
      font-size: 0.95rem;
      padding: 14px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s;
      margin-top: 8px;
    }
    .btn-submit:hover { background: var(--gov-green-dark); }

    .schedule-note {
      background: var(--bg-main);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 14px 18px;
      font-size: 0.83rem;
      color: var(--text-muted);
      margin-top: 16px;
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    /* ── ALERTS PAGE ── */
    .alerts-hero {
      background: linear-gradient(135deg, #1a1a2e, #2d2d5e);
      color: #fff;
      padding: 56px 24px 48px;
    }
    .alerts-hero-inner { max-width: 1200px; margin: 0 auto; }
    .alerts-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 12px; }
    .alerts-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; max-width: 600px; line-height: 1.7; }

    .alerts-content { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
    .alerts-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }

    .alert-form-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }
    .alert-form-header {
      background: linear-gradient(90deg, #1a1a2e, #2d2d5e);
      color: #fff;
      padding: 20px 24px;
    }
    .alert-form-header h3 { font-size: 1.1rem; font-weight: 700; }
    .alert-form-header p { font-size: 0.82rem; color: rgba(255,255,255,0.75); margin-top: 4px; }
    .alert-form-body { padding: 28px; }

    .severity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .severity-option { display: none; }
    .severity-label {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border: 2px solid var(--border);
      border-radius: 8px;
      cursor: pointer;
      font-size: 0.85rem;
      font-weight: 600;
      transition: border-color 0.2s, background 0.2s;
    }
    .severity-option:checked + .severity-label {
      border-color: var(--gov-green);
      background: #f0faf5;
    }
    .sev-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
    .sev-critical .sev-dot { background: #dc2626; }
    .sev-high .sev-dot { background: #ea580c; }
    .sev-medium .sev-dot { background: #d97706; }
    .sev-low .sev-dot { background: #16a34a; }
    .sev-info .sev-dot { background: #2563eb; }

    .alerts-sidebar { display: flex; flex-direction: column; gap: 20px; }
    .sidebar-card {
      background: var(--bg-white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }
    .sidebar-card-header {
      padding: 16px 20px;
      border-bottom: 1px solid var(--border);
      font-size: 0.88rem;
      font-weight: 700;
      color: var(--text-primary);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .sidebar-card-body { padding: 16px 20px; }

    .recent-alerts { display: flex; flex-direction: column; gap: 12px; }
    .recent-alert-item {
      padding-bottom: 12px;
      border-bottom: 1px solid var(--border-light);
    }
    .recent-alert-item:last-child { border-bottom: none; padding-bottom: 0; }
    .alert-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 100px;
      margin-bottom: 5px;
    }
    .tag-critical { background: #fef2f2; color: #dc2626; }
    .tag-high { background: #fff7ed; color: #ea580c; }
    .tag-medium { background: #fffbeb; color: #d97706; }
    .tag-low { background: #f0fdf4; color: #16a34a; }
    .tag-info { background: #eff6ff; color: #2563eb; }
    .recent-alert-item h5 { font-size: 0.85rem; font-weight: 600; color: var(--text-primary); margin-bottom: 3px; }
    .recent-alert-item span { font-size: 0.78rem; color: var(--text-muted); }

    .tips-list { display: flex; flex-direction: column; gap: 10px; }
    .tip-item { display: flex; gap: 10px; font-size: 0.84rem; color: var(--text-secondary); line-height: 1.5; }
    .tip-item::before { content: '💡'; flex-shrink: 0; margin-top: 1px; }

    /* ── SUCCESS MESSAGE ── */
    .success-msg {
      display: none;
      background: #f0faf5;
      border: 1.5px solid var(--gov-green);
      border-radius: var(--radius);
      padding: 18px 20px;
      margin-top: 16px;
      text-align: center;
    }
    .success-msg.visible { display: block; }
    .success-msg p { font-size: 0.9rem; color: var(--gov-green-dark); font-weight: 600; }
    .success-msg span { font-size: 0.83rem; color: var(--text-secondary); display: block; margin-top: 4px; }

    /* ── FOOTER ── */
    footer {
      background: var(--gov-green-dark);
      color: rgba(255,255,255,0.75);
      padding: 48px 24px 24px;
      margin-top: 0;
    }
    .footer-inner { max-width: 1200px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
    .footer-brand .logo-text .brand { color: #fff; }
    .footer-brand .logo-text .sub { color: rgba(255,255,255,0.6); }
    .footer-brand p { font-size: 0.84rem; line-height: 1.65; margin-top: 14px; color: rgba(255,255,255,0.65); }
    .footer-col h4 { font-size: 0.88rem; font-weight: 700; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-links li a {
      font-size: 0.84rem;
      color: rgba(255,255,255,0.65);
      text-decoration: none;
      transition: color 0.2s;
      cursor: pointer;
    }
    .footer-links li a:hover { color: var(--gov-yellow); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.12);
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }
    .footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
    .footer-flags { display: flex; gap: 8px; }
    .flag-mz { font-size: 1.2rem; }

    /* ── BREADCRUMB ── */
    .breadcrumb {
      max-width: 1200px;
      margin: 0 auto;
      padding: 12px 24px;
      font-size: 0.82rem;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .breadcrumb a { color: var(--gov-green); text-decoration: none; cursor: pointer; }
    .breadcrumb a:hover { text-decoration: underline; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .stats-inner { grid-template-columns: repeat(2, 1fr); }
      .stat-item:nth-child(2) { border-right: none; }
      .about-grid { grid-template-columns: 1fr; }
      .mission-vision { grid-template-columns: 1fr; }
      .contacts-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .alerts-layout { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .stats-inner { grid-template-columns: 1fr 1fr; }
      .hero { padding: 56px 20px 44px; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 28px; }
      .severity-grid { grid-template-columns: 1fr; }
      nav { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--gov-green-dark); padding: 12px; z-index: 200; gap: 4px; }
      nav.open { display: flex; }
      .menu-toggle { display: flex; }
      header { position: sticky; top: 0; }
      .mandate-list { grid-template-columns: 1fr; }
    }

    .page-bg-alt { background: var(--bg-main); }

