    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --navy: var(--nav-bg); --navy-mid: var(--nav-border); --navy-light: var(--bg-elevated);
      --white: #ffffff; --off-white: var(--bg);
      --green: var(--accent); --green-dark: var(--accent-hover); --green-light: var(--accent-muted);
      --text: var(--text-primary); --text-muted: var(--text-secondary); --border-col: var(--border);
      --shadow-sm: var(--shadow);
      --radius: 8px; --radius-lg: 16px; --max-width: 1100px;
      --font-sans: var(--font-ui);
    }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body { font-family: var(--font-sans); font-size: 1rem; line-height: 1.65; color: var(--text-primary); background: var(--bg); -webkit-font-smoothing: antialiased; }
    h1, h2, h3 { line-height: 1.2; font-weight: 700; color: var(--text-primary); }
    h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
    h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); }
    h3 { font-size: clamp(1.125rem, 2.5vw, 1.375rem); }
    p { margin-bottom: 1em; } p:last-child { margin-bottom: 0; }
    a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
    a:hover { color: var(--accent-hover); }
    .content-section { padding: 4rem 0; }
    .content-section:nth-child(even) { background: var(--bg-elevated); }
    .threat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
    .threat-card { background: var(--bg-surface); border: 1px solid var(--border); border-left: 3px solid #e05252; border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
    .threat-card h3 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--text-primary); }
    .threat-card p { color: var(--text-secondary); font-size: 0.88rem; margin: 0; font-family: var(--font-body); }
    .faq-item { border-bottom: 1px solid var(--border); padding: 1.25rem 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-item h3 { font-size: 1.05rem; margin-bottom: 0.5rem; color: var(--text-primary); }
    .faq-item p { color: var(--text-secondary); margin: 0; font-size: 0.95rem; font-family: var(--font-body); }
    .cta-section { background: var(--nav-bg); color: #ffffff; padding: 4rem 0; text-align: center; }
    .cta-section h2 { color: #ffffff; margin-bottom: 1rem; }
    .cta-section p { color: rgba(255,255,255,0.78); max-width: 600px; margin: 0 auto 2rem; font-family: var(--font-body); }
    .page-hero { background: linear-gradient(135deg, var(--hero-bg-start) 0%, var(--hero-bg-mid) 60%, var(--hero-bg-end) 100%); color: #ffffff; padding: 4rem 0 3.5rem; position: relative; overflow: hidden; }
    .page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(107,150,200,0.08) 0%, transparent 60%); pointer-events: none; }
    .page-hero h1 { color: #ffffff; margin-bottom: 0.75rem; position: relative; }
    .page-hero p { color: rgba(255,255,255,0.78); font-size: 1.1rem; max-width: 700px; position: relative; font-family: var(--font-body); }
    .breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 1rem; position: relative; }
    .breadcrumb a { color: rgba(255,255,255,0.65); text-decoration: none; }
    .industry-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(107,150,200,0.15); border: 1px solid rgba(107,150,200,0.3); border-radius: 999px; padding: 0.3rem 0.85rem; font-size: 0.78rem; font-weight: 700; font-family: var(--font-ui); letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 1rem; display: block; width: fit-content; }
    .compliance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
    .compliance-card { background: var(--bg-surface); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
    .compliance-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; font-family: var(--font-ui); }
    .compliance-card p { color: var(--text-secondary); font-size: 0.88rem; margin: 0; font-family: var(--font-body); line-height: 1.55; }
    .edge-list { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
    .edge-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-family: var(--font-body); font-size: 0.95rem; color: var(--text-primary); }
    .edge-list li::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
    @media (max-width: 560px) { .page-hero, .content-section { padding: 2.5rem 0; } }
    .hamburger { display: none; align-items: center; justify-content: center; background: none; border: none; color: rgba(255,255,255,0.85); cursor: pointer; padding: 0.35rem; border-radius: 6px; }
    .hamburger svg { width: 22px; height: 22px; }
    .hamburger:hover { color: #fff; }
    .theme-toggle { background: none; border: none; color: rgba(255,255,255,0.7); cursor: pointer; padding: 0.35rem; display: flex; align-items: center; border-radius: 6px; }
    .theme-toggle svg { width: 18px; height: 18px; }
    .icon-sun { display: none; }
    [data-theme="dark"] .icon-moon { display: none; }
    [data-theme="dark"] .icon-sun { display: block; }
    .mobile-nav { display: none; flex-direction: column; background: var(--nav-bg); border-top: 1px solid var(--nav-border); padding: 1rem 1.5rem; }
    .mobile-nav.open { display: flex; }
    .mobile-nav-link { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.95rem; font-weight: 500; padding: 0.65rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .mobile-nav-link:last-of-type { border-bottom: none; }
    .mobile-nav-cta { display: inline-block; background: var(--nav-cta-bg); color: #fff; text-align: center; text-decoration: none; font-weight: 600; font-size: 0.9rem; padding: 0.75rem 1.5rem; border-radius: 0.5rem; margin-top: 0.75rem; }
    @media (max-width: 760px) { .hamburger { display: flex; } .nav-links { display: none; } }
  
