
  /* ─── SECTION UTILITY ─── */
  .container { max-width: 1200px; margin: 0 auto; padding: 0 3rem; }
  .section { padding: 5rem 0; }
  .section + .section { border-top: 1px solid var(--rule); }
  .section-label {
    font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--emerald); margin-bottom: .75rem;
  }
  .section-title {
    font-family:'Plus Jakarta Sans',sans-serif; font-weight: 900;
    font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.2; letter-spacing: -.02em;
    color: var(--ink); margin-bottom: 1.25rem;
  }

  /* ─── WHAT'S NEW ALERT ─── */
  .alert {
    margin-top: -2.5rem; position: relative; z-index: 3;
    background: var(--amber-bg); border: 1px solid var(--amber-border); border-radius: 12px;
    padding: 1.5rem 2rem; display: flex; gap: 1.25rem; align-items: flex-start;
  }
  .alert-icon {
    width: 42px; height: 42px; border-radius: 10px; background: var(--amber);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .alert-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2; }
  .alert h3 { font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: .25rem; }
  .alert p { font-size: .88rem; line-height: 1.65; color: var(--ink-soft); }
  .alert a { color: var(--amber); font-weight: 700; text-decoration: none; }
  .alert a:hover { text-decoration: underline; }

  /* ─── WHAT IS FEOC ─── */
  .feoc-what p { font-size: 1.05rem; line-height: 1.8; color: var(--ink-soft); margin-bottom: 1rem; }

  .feoc-criteria-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0; }
  .fc-big {
    display: flex; align-items: center; gap: 1.25rem;
    padding: 1.4rem 0; border-bottom: 1px solid var(--rule);
    font-family:'Plus Jakarta Sans',sans-serif; font-size: 1.2rem; font-weight: 700;
    color: var(--ink); line-height: 1.35;
  }
  .fc-big:first-child { border-top: 1px solid var(--rule); }
  .fc-num {
    width: 40px; height: 40px; border-radius: 50%; background: var(--red-bg);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-family:'Plus Jakarta Sans',sans-serif; font-size: .82rem; font-weight: 700; color: var(--red);
  }

  .risk-box {
    margin-top: 2rem; padding: 1.5rem 1.75rem; background: var(--red-bg);
    border-left: 4px solid var(--red); border-radius: 0 10px 10px 0;
  }
  .risk-box p { font-size: .95rem; line-height: 1.7; color: var(--ink-soft); }
  .risk-box strong { color: var(--red); }

  .mid-cta {
    margin-top: 2.5rem; display: flex; gap: .75rem; flex-wrap: wrap;
  }
  .btn-cta {
    padding: .75rem 1.75rem; border-radius: 8px; font-size: .88rem; font-weight: 700;
    text-decoration: none; transition: all .25s; display: inline-flex; align-items: center; gap: .4rem;
  }
  .btn-cta svg { width: 15px; height: 15px; }
  .btn-cta.green { background:#e8a917; color: var(--white); }
  .btn-cta.green:hover { background:#f5c842; color:#fff; }
  .btn-cta.outline { background: transparent; color: var(--ink); border: 1px solid var(--rule); }
  .btn-cta.outline:hover { border-color: var(--emerald); color: var(--emerald); }

  /* ─── COMPLIANCE CHECKLIST ─── */
  .compliance-section { background:var(--blue); padding: 5rem 3rem; }
  .comp-container { max-width: 1200px; margin: 0 auto; }
  .comp-container .section-label { color: #fff; }
  .comp-container .section-title { color: var(--white); }
  .comp-container .section-sub { color:var(--gold); font-size: 1rem; line-height: 1.7; margin-bottom: 3rem; max-width: 600px; }

  .comp-blocks { display: flex; flex-direction: column; gap: 2.5rem; }
  .comp-block {}
  .cb-heading {
    display: flex; align-items: center; gap: .75rem;
    font-family:'Plus Jakarta Sans',sans-serif; font-size: 1.3rem; font-weight: 700;
    color: var(--white); margin-bottom: 1.25rem; padding-bottom: .75rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .cb-heading svg { width: 22px; height: 22px; stroke: #5DE8B8; fill: none; stroke-width: 1.8; }
  .cb-rows { display: flex; flex-direction: column; gap: 0; }
  .cb-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .cb-row:last-child { border-bottom: none; }
  .cb-row .label { font-size: .9rem; color:#fff; font-weight: 500; }
  .cb-row .label strong { color: #C8D4E8; font-weight: 700; }
  .cb-row .status {
    display: flex; align-items: center; gap: .35rem;
    font-size: .85rem; font-weight: 700; color: #5DE8B8;
  }
  .cb-row .status svg { width: 16px; height: 16px; stroke: #5DE8B8; fill: none; stroke-width: 2.5; }
  .cb-row .status.note { color: #F0D48B; }
  .cb-row .status.note svg { stroke: #F0D48B; }

  /* ─── MACR THRESHOLDS TABLE ─── */
  .threshold-table { margin-top: 2rem; width: 100%; border-collapse: collapse; }
  .threshold-table th {
    text-align: left; padding: .75rem 1rem; font-size: .72rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; color: #5DE8B8;
    background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .threshold-table td {
    padding: .7rem 1rem; font-size: .9rem; color: #C8D4E8;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .threshold-table tr:hover td { background: rgba(255,255,255,0.02); }
  .threshold-table .highlight td { color: #5DE8B8; font-weight: 700; }

  /* ─── RELATED ARTICLES ─── */
  .articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
  .article-card {
    background: var(--white); border: 1px solid var(--rule); border-radius: 12px;
    overflow: hidden; transition: all .35s; text-decoration: none; color: var(--ink);
    display: flex; flex-direction: column;
  }
  .article-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); border-color: var(--emerald); }
  .ac-header { padding: 1.75rem 1.5rem 0; }
  .ac-tag { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 5px; margin-bottom: .75rem; display: inline-block; }
  .ac-tag.news { background: var(--emerald-bg); color: var(--emerald); }
  .ac-tag.guidance { background: var(--amber-bg); color: var(--amber); }
  .ac-tag.industry { background: #EDE8F5; color: #5B3FA0; }
  .article-card h4 { font-size: .95rem; font-weight: 700; line-height: 1.4; color: var(--ink); }
  .ac-body { padding: .75rem 1.5rem 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
  .ac-body p { font-size: .82rem; line-height: 1.55; color: var(--ink-muted); flex-grow: 1; }
  .ac-body .source { font-size: .72rem; color: var(--ink-muted); opacity: .6; margin-top: .75rem; }
  .ac-body .read-link {
    display: inline-flex; align-items: center; gap: .3rem; font-size: .82rem; font-weight: 700;
    color: var(--emerald); margin-top: .5rem; transition: gap .25s;
  }
  .article-card:hover .read-link { gap: .6rem; }

  /* ─── DATASHEET DOWNLOAD ─── */
  .download-section {
    background:#bbd3e7; border-top: 1px solid #C8E6D9; border-bottom: 1px solid #C8E6D9;
    padding: 4rem 3rem;
  }
  .dl-inner {
    max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  }
  .dl-text .section-title { margin-bottom: .75rem; }
  .dl-text p { font-size: .95rem; line-height: 1.7; color: var(--ink-soft); }
  .dl-form { display: flex; flex-direction: column; gap: .75rem; }
  .dl-form input {
    padding: .85rem 1.1rem; border-radius: 10px; border: 1px solid #B8D5C8;
    background: var(--white); font-family:'Plus Jakarta Sans',sans-serif; font-size: .9rem;
    color: var(--ink); outline: none; transition: border-color .3s;
  }
  .dl-form input:focus { border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(13,124,95,0.1); }
  .dl-form button {
    padding: .85rem 2rem; border-radius: 10px; border: none; background:#e8a917;
    color: var(--white); font-family:'Plus Jakarta Sans',sans-serif; font-size: .9rem; font-weight: 700;
    cursor: pointer; transition: all .25s;
  }
  .dl-form button:hover { background:#e8a917; }

  /* ─── FAQ ─── */
  .faq-list { margin-top: 2rem; }
  .faq-item {
    border: 1px solid var(--rule); border-radius: 10px; margin-bottom: .6rem;
    background: var(--white); overflow: hidden; transition: border-color .3s;
  }
  .faq-item:hover { border-color: #C8D4D0; }
  .faq-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.15rem 1.5rem; cursor: pointer; gap: 1rem;
  }
  .faq-q h4 { font-size: .92rem; font-weight: 700; color: var(--ink); line-height: 1.4; }
  .faq-q .chevron {
    width: 28px; height: 28px; border-radius: 50%; background: var(--paper-warm);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .3s;
  }
  .faq-q .chevron svg { width: 14px; height: 14px; stroke: var(--ink-muted); fill: none; stroke-width: 2.5; transition: transform .3s; }
  .faq-item.open .faq-q .chevron { background: var(--emerald-bg); }
  .faq-item.open .faq-q .chevron svg { stroke: var(--emerald); transform: rotate(180deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
  .faq-item.open .faq-a { max-height: 400px; }
  .faq-a-inner { padding: 0 1.5rem 1.25rem; font-size: .9rem; line-height: 1.7; color: var(--ink-soft); }

  /* ─── BOTTOM CTA ─── */
  .bottom-cta {
    background: var(--navy); padding: 5rem 3rem; text-align: center; position: relative; overflow: hidden;
  }
  .bottom-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 40% 60% at 50% 50%, rgba(13,124,95,0.08), transparent); }
  .bc-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
  .bc-inner .section-label { color: #5DE8B8; }
  .bc-inner .section-title { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.2rem); }
  .bc-inner p { color: #8A99B4; font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; }
  .bc-inner .btn-cta.green { padding: .85rem 2.25rem; font-size: .92rem; }

  /* ─── DISCLAIMER ─── */
  .disclaimer {
    max-width: 1200px; margin: 0 auto; padding: 2rem 3rem 1rem; font-size: .75rem; color: var(--ink-muted);
    opacity: .5; line-height: 1.6; font-style: italic;
  }

  /* ─── FOOTER ─── */
  footer { background: var(--navy); color: #8A99B4; padding: 4rem 3rem 2rem; }
  .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .footer-brand p { font-size: .82rem; line-height: 1.7; opacity: .6; margin-top: .75rem; max-width: 260px; }
  .footer-col h4 { font-family:'Plus Jakarta Sans',sans-serif; font-size: .95rem; color: var(--white); margin-bottom: 1rem; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
  .footer-col a { color: #8A99B4; text-decoration: none; font-size: .82rem; transition: color .25s; }
  .footer-col a:hover { color: #5DE8B8; }
  .footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.5rem; display: flex; justify-content: space-between; font-size: .75rem; opacity: .4; }

  /* ─── REVEAL ─── */
  .reveal { opacity: 0; transform: translateY(30px); transition: all .7s cubic-bezier(.16,1,.3,1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ─── RESPONSIVE ─── */
  @media(max-width:900px) {
    .nav { padding: .8rem 1.5rem; } .nav-links { display: none; }
    .hero { padding: 8rem 1.5rem 4rem; }
    .container { padding: 0 1.5rem; }
    .compliance-section { padding: 4rem 1.5rem; }
    .articles-grid { grid-template-columns: 1fr; }
    .download-section { padding: 3rem 1.5rem; }
    .dl-inner { grid-template-columns: 1fr; gap: 2rem; }
    .bottom-cta { padding: 3.5rem 1.5rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  }
  @media(max-width:600px) {
    .alert { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }
    .hero-actions { flex-direction: column; }
  }