/* Chamber alignment: hongkong.ahk.de uses no serif faces — headlines
   run in Source Sans on all V2 pages. */
:root { --font-serif: 'Source Sans 3', 'Helvetica Neue', Arial, 'Songti SC', sans-serif; }

    /* V2 overrides: compact hero, persona strip, quick bar, export toolbar */
    .v2-ribbon { position:fixed; bottom:0; left:0; right:0; z-index:999; background:#DE8703; color:#fff; text-align:center; font-size:12px; letter-spacing:.06em; padding:4px 8px; font-weight:600; }
    .hero { padding-bottom:28px; }
    .hero .hero-visual, .hero .hero-stats { display:none; }
    .v2-personas { background:#f2f6f3; padding:34px 0 26px; border-bottom:1px solid #dde6e0; }
    .v2-persona-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
    @media (max-width:760px){ .v2-persona-grid { grid-template-columns:1fr; } }
    .v2-persona-card { text-align:left; background:#fff; border:2px solid #dde6e0; border-radius:12px; padding:20px 22px; cursor:pointer; transition:border-color .15s, transform .15s; font:inherit; }
    .v2-persona-card:hover { border-color:#1a5c38; transform:translateY(-2px); }
    .v2-persona-tag { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#6b7a72; margin-bottom:4px; }
    .v2-persona-card h3 { font-family:'Source Sans 3', sans-serif; color:#1a5c38; margin:0 0 8px; font-size:20px; }
    .v2-persona-card p { margin:0 0 12px; color:#3d4a43; font-size:14px; }
    .v2-persona-cta { color:#1a5c38; font-weight:600; font-size:14px; }
                .v2-export-bar { display:flex; align-items:center; gap:12px; flex-wrap:wrap; background:#eef4f0; border:1px solid #cdd9d1; border-radius:10px; padding:12px 16px; margin:18px 0 6px; }
    .v2-export-bar .btn-csv { background:#1a5c38; color:#fff; border:none; border-radius:8px; padding:9px 18px; font-weight:600; cursor:pointer; font-size:14px; }
    .v2-export-bar .btn-csv:hover { background:#14472b; }
    .v2-export-note { font-size:12.5px; color:#4c5a52; }
    .v2-next { background:#fff; border:1px solid #dde6e0; border-left:4px solid #003366; border-radius:10px; padding:18px 20px; margin:16px 0; }
    .v2-next h4 { margin:0 0 10px; color:var(--text); font-size:15px; }
    .v2-next ol { margin:0; padding-left:20px; font-size:14px; color:#3d4a43; }
    .v2-next li { margin-bottom:6px; }

    .v2-guidance-divider { background:#eef2f6; color:#1f2d3a; padding:40px 0 34px; border-top:1px solid #d8e0e8; }
    .v2-gd-eyebrow { font-size:11px; letter-spacing:.14em; font-weight:700; color:#5a7085; margin-bottom:6px; }
    .v2-guidance-divider h2 { font-family:'Source Sans 3', sans-serif; margin:0 0 8px; font-size:26px; color:var(--text); }
    .v2-guidance-divider p { max-width:760px; margin:0 auto 14px; color:#44525f; font-size:14.5px; }
    .v2-gd-chips { display:flex; gap:10px; flex-wrap:wrap; } body[data-v2page="learn"] .v2-gd-chips { justify-content: center; }
    .v2-gd-chips a { background:#fff; border:1px solid #b9c8d6; border-radius:999px; padding:6px 15px; color:#003366; text-decoration:none; font-size:13px; font-weight:600; }
    .v2-gd-chips a:hover { background:#003366; color:#fff; }
    section.v2-guidance { border-left:4px solid #003366; }
    .v2-disclaimer { display:flex; gap:10px; align-items:flex-start; background:#fdf3e7; border:1px solid #e8c896; border-left:4px solid #DE8703; border-radius:8px; padding:10px 14px; margin:14px 0 10px; font-size:13px; color:#5a4a2f; }
    .v2-disclaimer strong { color:#8a5a00; }
    .v2-express { background:#fff; border:2px solid #003366; border-radius:12px; padding:20px 22px; margin:0 0 22px; }
    .v2-express-head { display:flex; justify-content:space-between; align-items:baseline; gap:10px; flex-wrap:wrap; margin-bottom:12px; }
    .v2-express-head h3 { margin:0; color:var(--text); font-family:'Source Sans 3', sans-serif; font-size:19px; }
    .v2-express-head a { font-size:13px; color:#1a5c38; }
    .v2-express-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
    .v2-express-row select { padding:8px 10px; border:1px solid #cdd9d1; border-radius:8px; font:inherit; min-width:210px; }
    .v2-express-markets { display:flex; gap:12px; font-size:13.5px; flex-wrap:wrap; }
    .v2-express-row .btn-express { background:#003366; color:#fff; border:none; border-radius:8px; padding:9px 20px; font-weight:600; cursor:pointer; }
    .v2-express-row .btn-express:hover { background:#00254d; }
    .v2-table-wrap { overflow-x:auto; margin-top:14px; }
    .v2-table { width:100%; border-collapse:collapse; font-size:13.5px; background:#fff; }
    .v2-table th { background:#003366; color:#fff; text-align:left; padding:8px 10px; white-space:nowrap; }
    .v2-table td { border-bottom:1px solid #e3eae5; padding:8px 10px; vertical-align:top; }
    .v2-table td:first-child { font-weight:600; white-space:nowrap; }
    .v2-table .v2-t-status { white-space:nowrap; font-size:11px; font-weight:700; letter-spacing:.04em; }

    /* V2 round 3: unmistakable urgency group banners */
    .compass-group { margin: 38px 0 30px; }
    .compass-group:first-child { margin-top: 10px; }
    .compass-group-header { border: none; border-radius: 10px; padding: 13px 18px; margin-bottom: 16px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
    .compass-group-header h3 { color: #fff; font-size: 1.02rem; letter-spacing: 2px; margin: 0; display: flex; align-items: center; gap: 10px; }
    .compass-group-header p { color: rgba(255,255,255,.92); margin: 0; font-size: 0.88rem; }
    .v2-g-count { background: rgba(255,255,255,.22); border-radius: 999px; padding: 1px 10px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0; }
    .v2-g-act .compass-group-header { background: #C34343; }
    .v2-g-prep .compass-group-header { background: #DE8703; }
    .v2-g-watch .compass-group-header { background: #003366; }
    .v2-g-act .reg-result { border-left: 4px solid #C34343; }
    .v2-g-prep .reg-result { border-left: 4px solid #DE8703; }
    .v2-g-watch .reg-result { border-left: 4px solid #003366; }

    /* V2 round 3: declutter — one soft card style, slimmer chrome */
    .reg-result { box-shadow: none; border: 1px solid #e3eae5; border-radius: 10px; }
    .v2-export-bar { background: transparent; border: none; border-radius: 0; padding: 6px 0; }
    .v2-next { box-shadow: none; }

    /* V2 round 3: sticky section nav (appears after scrolling past the persona strip) */
                
    /* V2 round 4 */
    .ticker { position: fixed; top: var(--nav-height); left: 0; right: 0; bottom: auto; z-index: 900; background: #14432c; }
    .hero { padding-top: 150px; }
        .cbam-info-note { opacity: .8; font-size: .85rem; margin-top: 26px; }
    .wizard-next { display: block; margin-left: auto; }

/* ===== V2 hub (landing) ===== */
.v2-hub { background: #fff; padding: 44px 0 54px; }
.v2-hub-tools { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 34px; }
@media (max-width: 1000px) { .v2-hub-tools { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .v2-hub-tools { grid-template-columns: 1fr; } }
.v2-tool-card { display: flex; flex-direction: column; gap: 8px; background: #f7faf8; border: 1px solid #dde6e0; border-radius: 12px; padding: 20px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.v2-tool-card:hover { border-color: #1a5c38; transform: translateY(-2px); }
.v2-tool-card h3 { font-family: 'Source Sans 3', sans-serif; color: #1a5c38; margin: 0; font-size: 18px; }
.v2-tool-card p { margin: 0; color: #3d4a43; font-size: 13.5px; flex: 1; }
.v2-tool-cta { color: #1a5c38; font-weight: 600; font-size: 13.5px; }
.v2-hub-minis { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (max-width: 800px) { .v2-hub-minis { grid-template-columns: 1fr; } }
.v2-hub-mini { border: 1px solid #dde6e0; border-radius: 12px; padding: 18px 20px; background: #fff; }
.v2-hub-mini-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.v2-hub-mini-head h3 { margin: 0; font-size: 15px; color: var(--text); }
.v2-hub-mini-head a { font-size: 13px; color: #1a5c38; font-weight: 600; text-decoration: none; }
.v2-hub-mini .radar-item, .v2-hub-mini [class*="radar"] { margin-bottom: 8px; }
.v2-hub-mini .v2-mini-empty { color: #6b7a72; font-size: 13.5px; }

/* hub mini preview rows */
.v2-mini-row { display: flex; gap: 10px; align-items: baseline; padding: 7px 0; border-bottom: 1px solid #eef2ef; font-size: 13.5px; }
.v2-mini-row:last-child { border-bottom: none; }
.v2-mini-chip { flex: 0 0 auto; background: #1a5c38; color: #fff; border-radius: 6px; padding: 2px 8px; font-weight: 700; font-size: 12px; }
.v2-mini-chip small { font-weight: 400; margin-left: 1px; }
.v2-mini-row a { color: #1f2d3a; text-decoration: none; }
.v2-mini-row a:hover { color: #1a5c38; text-decoration: underline; }

/* compact tool-page headers: the tool, not the headline, owns the viewport */
body[data-v2page="compass"] #compass, body[data-v2page="cbam"] #cbam { padding-top: 34px; }
body[data-v2page="compass"] #compass .section-graphic,
body[data-v2page="cbam"] #cbam .section-graphic { display: none; }
body[data-v2page="compass"] #compass .section-head,
body[data-v2page="cbam"] #cbam .section-head { margin-bottom: 18px; }
body[data-v2page="compass"] #compass .section-title,
body[data-v2page="cbam"] #cbam .section-title { margin: 2px 0 4px; }
body[data-v2page="compass"] #compass .section-subtitle,
body[data-v2page="cbam"] #cbam .section-subtitle { font-size: 0.92rem; margin: 0; }

/* anchored jumps must clear the fixed nav + news band */
.v2-express, section[id], .cbam-panel { scroll-margin-top: calc(var(--nav-height) + 12px); }

/* consistent subpage headers: no decorative icon discs, tighter top padding */
body:not([data-v2page="hub"]) .section-icon,
body:not([data-v2page="hub"]) .section-graphic { display: none; }
body[data-v2page="briefing"] #briefing { padding-top: 30px; }
body[data-v2page="guides"] #library { padding-top: 34px; }
body[data-v2page="about"] #about { padding-top: 34px; }
body[data-v2page="learn"] .v2-guidance-divider { padding-top: 30px; }
body[data-v2page="learn"] section.v2-guidance { padding-top: 44px; }

/* white page field: the grey section background read as a purposeless band
   between the news band and the content on every page */
body, section.atlas, section.radar, section.briefing, section.about,
section.faq, section.benefits, section.risks-incentives,
section.china-esg-section, section.actions, section.trust-section,
section.library { background: #fff; }

/* guides sign-in gate */
.v2-gate { max-width: 560px; margin: 30px auto 60px; text-align: center; background: #f7faf8; border: 1px solid #dde6e0; border-radius: 14px; padding: 38px 34px; }
.v2-gate h3 { font-family: 'Source Sans 3', sans-serif; color: #003366; margin: 0 0 10px; font-size: 22px; }
.v2-gate p { color: #3d4a43; font-size: 14.5px; margin: 0 0 18px; }
.v2-gate .btn-gate { display: inline-block; background: #1a5c38; color: #fff; border-radius: 8px; padding: 11px 26px; font-weight: 600; text-decoration: none; }
.v2-gate .btn-gate:hover { background: #14472b; }
.v2-gate .v2-gate-sub { font-size: 13px; color: #6b7a72; margin-top: 14px; }
.v2-gate .v2-gate-sub a { color: #1a5c38; }

/* briefing cards reached from the news band need to clear the fixed chrome */
[id^="briefing-"] { scroll-margin-top: calc(var(--nav-height) + 12px); }

/* ===== Uniform page-top pattern on all subpages =====
   Rule: pill eyebrow, headline below, subtitle — all left-aligned,
   matching Home / Regulations / CBAM. */
/* centred page-top pattern (committee decision): pill, headline, subtitle */
body[data-v2page="guides"] #library .section-title,
body[data-v2page="about"] #about .section-title { margin: 10px 0 4px; }
body[data-v2page="guides"] #library .section-subtitle,
body[data-v2page="about"] #about .section-subtitle { font-size: 0.92rem; margin: 0 0 26px; }

/* News page: masthead follows the same rule (kicker styled as pill) */
body[data-v2page="briefing"] .briefing-masthead { text-align: center; border: none; padding: 0 0 6px; }
body[data-v2page="briefing"] .briefing-masthead-kicker { display: inline-block; background: #e8f0eb; color: #1a5c38; border-radius: 999px; padding: 5px 14px; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
body[data-v2page="briefing"] .briefing-title { font-size: 1.45rem; margin: 10px 0 4px; text-align: center; }
body[data-v2page="briefing"] .briefing-dateline { text-align: center; margin: 0 0 8px; }

/* Learn page: divider follows the same rule (white field, pill eyebrow) */
body[data-v2page="learn"] .v2-guidance-divider { background: #fff; border-top: none; padding: 30px 0 10px; text-align: center; }
body[data-v2page="learn"] .v2-gd-eyebrow { display: inline-block; background: #e8ecf2; color: #003366; border-radius: 999px; padding: 5px 14px; font-size: 11px; letter-spacing: .12em; }
body[data-v2page="learn"] .v2-guidance-divider h2 { font-size: 1.45rem; margin: 10px 0 4px; }
body[data-v2page="learn"] .v2-guidance-divider p { font-size: 0.92rem; }

/* v2 CBAM engine additions */
.v2-cbam-extra select, .v2-cbam-extra input { width: 100%; padding: 10px 12px; border: 1px solid #cdd9d1; border-radius: 8px; font: inherit; }
.v2-proj { margin-top: 18px; background: #fff; border: 1px solid #dde6e0; border-radius: 10px; padding: 16px 18px; }
.v2-proj h4 { margin: 0 0 4px; color: var(--text); font-size: 15px; }
.v2-proj-sub { font-size: 12.5px; color: #55635b; margin: 0 0 12px; }
.v2-proj-chart { display: flex; align-items: flex-end; gap: 6px; height: 130px; }
.v2-proj-col { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; }
.v2-proj-bar { width: 100%; background: linear-gradient(180deg, #2d7a50, #1a5c38); border-radius: 4px 4px 0 0; position: relative; min-height: 2px; }
.v2-proj-bar.v2-proj-now { background: linear-gradient(180deg, #DE8703, #b96f02); }
.v2-proj-band { position: absolute; left: 0; right: 0; top: 0; transform: translateY(-100%); border-top: 2px dashed #C34343; opacity: .55; }
.v2-proj-val { font-size: 10.5px; color: #34423a; font-weight: 600; white-space: nowrap; }
.v2-proj-year { font-size: 10.5px; color: #6b7a72; }
.v2-src-note { font-size: 12px; color: #55635b; margin-top: 10px; }

/* centred compact headers on the tool pages */
body[data-v2page="compass"] #compass .section-head,
body[data-v2page="deadlines"] #radar .section-head,
body[data-v2page="cbam"] #cbam .section-head { justify-content: center; }
body[data-v2page="compass"] #compass .section-head-text,
body[data-v2page="cbam"] #cbam .section-head-text,
body[data-v2page="compass"] #compass .section-head-text .section-title,
body[data-v2page="compass"] #compass .section-head-text .section-subtitle,
body[data-v2page="cbam"] #cbam .section-head-text .section-title,
body[data-v2page="cbam"] #cbam .section-head-text .section-subtitle,
body[data-v2page="deadlines"] #radar .section-head-text,
body[data-v2page="deadlines"] #radar .section-head-text .section-title,
body[data-v2page="deadlines"] #radar .section-head-text .section-subtitle { text-align: center; }
body[data-v2page="compass"] #compass .atlas-label,
body[data-v2page="cbam"] #cbam .atlas-label { margin-left: auto; margin-right: auto; }

/* hub hero stays left-aligned (committee decision) */

/* slim footer (chamber-style) */
.v2-cta-band { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,.15); padding: 26px 0; margin-bottom: 30px; }
.v2-cta-band strong { display: block; font-size: 17px; margin-bottom: 2px; }
.v2-cta-sub { font-size: 13.5px; opacity: .75; }
.v2-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.v2-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 28px; padding-bottom: 22px; }
.footer-bottom .v2-footer-disclaimer { font-size: 0.78rem; color: rgba(255, 255, 255, 0.35); max-width: 860px; margin: 0 auto 14px; line-height: 1.55; }
@media (max-width: 760px) { .v2-footer-grid { grid-template-columns: 1fr; } }
.v2-affiliation { font-size: 13.5px; opacity: .85; max-width: 340px; }
.footer .v2-footer-grid h4 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }
.footer .v2-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer .v2-footer-grid li { margin-bottom: 6px; font-size: 14px; }

/* clickable deadline preview rows */
a.v2-mini-row { text-decoration: none; color: inherit; }
a.v2-mini-row:hover span:last-child { color: #1a5c38; text-decoration: underline; }

/* news band: homepage only, calmer pace */
.ticker-track { animation-duration: 60s; }

/* deadline radar deep link lands with the headline right under the header */
body[data-v2page="compass"] #radar { padding-top: 28px; }

/* ============================================================
   Committee review round (Sep 2026) — Jill's Webvizio feedback
   ============================================================ */

/* #29: slim always-on legal line above the nav */
:root { --topline-h: 27px; }
.v2-topline { position: fixed; top: var(--nav-height); left: 0; right: 0; height: var(--topline-h); z-index: 1001;
    background: #f2efe8; color: #5a5a52; font-size: 11.5px; line-height: 1.2; letter-spacing: .01em;
    display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 12px;
    border-bottom: 1px solid #e3dfd4; }
.ticker { top: calc(var(--nav-height) + var(--topline-h)); }
.hero { padding-top: calc(150px + var(--topline-h)); }
@media (max-width: 640px) { .v2-topline { font-size: 10px; } }

/* #13/#14: tool cards announced but not yet accessible */
.v2-tool-locked { cursor: default; opacity: .92; }
.v2-tool-locked:hover { transform: none; }
.v2-tool-card { position: relative; overflow: visible; }
.v2-lock-badge { position: absolute; top: -11px; left: 18px; z-index: 2; display: inline-block; padding: 3px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    background: #f6ede0; color: #a05f03; border: 1px solid #ecd9bd; }
.v2-lock-badge-member { background: #e8eef5; color: #003366; border-color: #ccd9e6; }
.v2-tool-cta-muted { color: #8a8a82; }

@keyframes v2pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(26, 92, 56, .28); } 55% { box-shadow: 0 0 0 10px rgba(26, 92, 56, 0); } }
.v2-persona-card { animation: v2pulse 2.8s ease-in-out infinite; }
.v2-personas-title { text-align: center; margin: 0 0 6px; font-size: clamp(22px, 3vw, 30px); }
.v2-personas-sub { text-align: center; color: #667; margin: 0 0 22px; }
.v2-persona-card:nth-child(2) { animation-delay: 1.4s; }
@media (prefers-reduced-motion: reduce) { .v2-persona-card { animation: none !important; } }

/* #17: date next to the day-countdown chip in the hub deadline preview */
.v2-mini-date { display: block; color: #778; font-size: 11.5px; margin-top: 2px; }

/* #31: supplier lead-time note above the radar columns */
.v2-radar-note { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 22px; padding: 12px 16px;
    background: #fdf6ec; border: 1px solid #f0e2c8; border-left: 4px solid #DE8703; border-radius: 8px;
    font-size: 14px; color: #4a4a42; }
.v2-radar-note > span { color: #DE8703; font-size: 16px; line-height: 1.2; }

/* member sign-in (shared passcode, owner decision 2026-09-27): locked CTAs
   become buttons that open the sign-in dialog */
button.member-locked-btn, button.briefing-lock-cta { border: 0; font-family: inherit; cursor: pointer; }
.v2-member-gate { max-width: 520px; }
.v2-signin-form { max-width: 360px; margin: 0 auto; text-align: left; }
.v2-signin-label { display: block; font-size: 13px; font-weight: 700; color: #003366; margin-bottom: 6px; }
.v2-signin-row { display: flex; align-items: stretch; border: 1.5px solid #c9d2ca; border-radius: 8px; background: #fff; overflow: hidden; }
.v2-signin-row:focus-within { border-color: #1a5c38; box-shadow: 0 0 0 3px rgba(26, 92, 56, .15); }
.v2-signin-row input { flex: 1; min-width: 0; border: 0; padding: 11px 12px; font-size: 15px; font-family: inherit;
    letter-spacing: .04em; background: transparent; }
.v2-signin-row input:focus { outline: none; }
.v2-signin-show { border: 0; border-left: 1px solid #e3e8e4; background: #f7faf8; color: #3d4a43; font: inherit;
    font-size: 12.5px; font-weight: 600; padding: 0 12px; cursor: pointer; }
.v2-signin-show:hover { background: #eef3ef; }
.v2-gate .v2-signin-err { color: #C34343; font-size: 13.5px; font-weight: 600; margin: 8px 0 0; }
.v2-signin-submit { width: 100%; margin-top: 12px; border: 0; font: inherit; font-weight: 600; font-size: 15px; cursor: pointer; }
.v2-signin-submit:disabled { opacity: .6; cursor: wait; }
.v2-member-status { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
    margin: 0 auto 26px; padding: 10px 16px; max-width: 520px; font-size: 14px; color: #1a5c38; font-weight: 600;
    background: #eef6f1; border: 1px solid #cfe3d6; border-radius: 10px; }
.v2-signout { border: 0; background: none; color: #3d4a43; font: inherit; font-weight: 600; text-decoration: underline; cursor: pointer; padding: 0; }
.v2-login-overlay { position: fixed; inset: 0; z-index: 4000; background: rgba(15, 30, 20, .55);
    display: flex; align-items: center; justify-content: center; padding: 16px; }
.v2-login-overlay[hidden] { display: none; }
.v2-login-box { position: relative; background: #fff; border-radius: 14px; padding: 32px 30px 24px; max-width: 440px; width: 100%;
    max-height: calc(100vh - 32px); overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,.3); text-align: center; }
.v2-login-box h3 { color: #003366; margin: 0 0 10px; font-size: 21px; }
.v2-login-box > p { font-size: 14px; color: #3d4a43; margin: 0 0 16px; }
.v2-login-box .v2-signin-err { color: #C34343; font-size: 13.5px; font-weight: 600; margin: 8px 0 0; }
.v2-login-box .v2-signin-submit { display: block; background: #1a5c38; color: #fff; border-radius: 8px; padding: 11px 26px; }
.v2-login-box .v2-signin-submit:hover { background: #14472b; }
.v2-login-box .v2-gate-sub { font-size: 12.5px; color: #6b7a72; margin: 14px 0 0; }
.v2-login-box .v2-gate-sub a { color: #1a5c38; }
.v2-login-close { position: absolute; top: 8px; right: 12px; border: 0; background: none; font-size: 26px; line-height: 1;
    color: #6b7a72; cursor: pointer; padding: 4px; }

/* #23-#25: CBAM notes */
.cbam-small-note { margin: 6px 0 0; font-size: 12.5px; line-height: 1.45; color: #667; }
.cbam-price-basis { margin: 10px 0 0; font-size: 13px; color: rgba(255,255,255,.88); }
.cbam-cn-warn { border-left: 4px solid #C34343; }

/* #28: express category chips + comparison matrix */
.v2-ex-hint { margin: 10px 0 8px; font-size: 13.5px; color: #556; }
.v2-ex-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.v2-ex-cat { padding: 6px 14px; border-radius: 999px; border: 1px solid #cdd6d0; background: #fff;
    font-size: 13.5px; cursor: pointer; color: #333; }
.v2-ex-cat.on { background: var(--primary, #1a5c38); border-color: var(--primary, #1a5c38); color: #fff; }
.v2-cmp-table .v2-cmp-mark { text-align: center; }
.v2-cmp-yes { color: var(--primary, #1a5c38); font-weight: 700; }
.v2-cmp-no { color: #bbb; }
.v2-cmp-cat { white-space: nowrap; }

/* #21: glossary */
.v2-glossary-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; margin-top: 28px; }
.v2-glossary-card { background: #fff; border: 1px solid #e4e7e4; border-radius: 10px; padding: 18px 20px; }
.v2-glossary-card h4 { margin: 0 0 8px; font-size: 15.5px; color: var(--text, #222); }
.v2-glossary-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #555; }

/* #49: about CTAs side by side */
.about-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Design round 2 (Sep 2026): nav dropdown, tools page, unified page tops */
.nav-dropdown { position: relative; }
.nav-caret { font-size: 9px; opacity: .6; }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: -6px; margin: 0; padding: 6px 0;
    background: #fff; border: 1px solid #e2e6e2; border-radius: 10px; min-width: 200px;
    box-shadow: 0 10px 28px rgba(0,0,0,.10); z-index: 1200; list-style: none; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu li { display: block; }
.nav-dropdown-menu a { display: block; padding: 9px 18px; white-space: nowrap; }


/* same headline size + centered page tops on every page except the hub hero */
body:not([data-v2page="hub"]) .section-title { font-size: clamp(1.6rem, 2.6vw, 2.05rem); }
body:not([data-v2page="hub"]) .section-head-text, body:not([data-v2page="hub"]) .section-head { text-align: center; }
.briefing-title { font-size: clamp(1.6rem, 2.6vw, 2.05rem); }

/* tools + deadlines pages: clear the fixed nav, centered top */
body[data-v2page="tools"] #tools { padding-top: 40px; text-align: center; }
body[data-v2page="tools"] .v2-tools-grid { text-align: left; margin-top: 28px; }
body[data-v2page="deadlines"] #radar { padding-top: 34px; }
.v2-tool-pipeline { cursor: default; opacity: .93; }
.v2-tool-pipeline:hover { transform: none; }
/* dropdown must layer above the topline (nav creates the stacking context) */
.nav { z-index: 1010; }

/* Design round 3 (Sep 2026) */
/* real glossary: term left, definition right */
.v2-glossary-list { max-width: 980px; margin: 30px auto 0; text-align: left; }
.v2-gl-group { margin: 26px 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary, #1a5c38); }
.v2-gl-row { display: grid; grid-template-columns: 210px 1fr 250px; gap: 18px; padding: 14px 4px; border-bottom: 1px solid #e7eae7; }
.v2-gl-term { font-weight: 700; color: var(--text, #222); font-size: 15px; }
.v2-gl-def { color: #555; font-size: 14px; line-height: 1.6; }
@media (max-width: 640px) { .v2-gl-row { grid-template-columns: 1fr; gap: 4px; } }
/* focused subpages: clear the fixed nav */
body[data-v2page="faq"] #faq { padding-top: 40px; }
body[data-v2page="glossary"] #glossary { padding-top: 40px; }
body[data-v2page="certifications"] #voluntary { padding-top: 40px; }
body[data-v2page="glossary"] #glossary, body[data-v2page="certifications"] #voluntary { text-align: center; }
/* wizard multi-select hint */
.v2-wizard-hint { margin: 10px 0 0; font-size: 13px; color: #667; }
/* CBAM volume period selector sits beside the number input */
.cbam-volume-row { display: flex; gap: 8px; }
.cbam-volume-row input { flex: 1; }
.cbam-volume-row select { width: auto; }

/* Design round 4 (Sep 2026) */
/* glossary action column */
.v2-gl-you { font-size: 13px; line-height: 1.55; color: #1a5c38; background: #f2f7f3; border-radius: 8px; padding: 10px 12px; align-self: start; }
.v2-gl-head { display: grid; grid-template-columns: 210px 1fr 250px; gap: 18px; padding: 0 4px 8px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #778; }
@media (max-width: 760px) { .v2-gl-row, .v2-gl-head { grid-template-columns: 1fr; gap: 6px; } .v2-gl-head { display: none; } }
/* certifications: name left, explanation right */
.v2-cert-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 980px; margin: 22px auto 0; }
.v2-cert-chip { padding: 6px 14px; border-radius: 999px; border: 1px solid #cdd6d0; background: #fff;
    font-size: 13px; font-weight: 600; color: #444; cursor: pointer; }
.v2-cert-chip.on { background: var(--primary, #1a5c38); border-color: var(--primary, #1a5c38); color: #fff; }
.v2-cert-filter-hint { max-width: 980px; margin: 8px auto 0; font-size: 12.5px; color: #777; }
.v2-cert-list { max-width: 980px; margin: 26px auto 0; text-align: left; }
.v2-cert-group { max-width: 980px; margin: 30px auto 0; text-align: left; font-size: 13px; letter-spacing: .08em;
    text-transform: uppercase; color: #555; border-bottom: 2px solid #e7eae7; padding-bottom: 8px; }
.v2-cert-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.v2-cert-tags span { font-size: 10.5px; font-weight: 600; letter-spacing: .04em; padding: 2px 8px;
    border-radius: 999px; background: #eef3ef; color: #3c5a49; white-space: nowrap; }
.v2-cert-type { display: block; margin-top: 4px; font-size: 11px; font-weight: 600; color: #8a5a00; }
.v2-cert-row { display: grid; grid-template-columns: 210px 1fr; gap: 18px; padding: 16px 4px; border-bottom: 1px solid #e7eae7; }
.v2-cert-row .v2-cert-name { font-weight: 700; font-size: 15px; }
.v2-cert-row .v2-cert-name a { color: var(--primary, #1a5c38); }
.v2-cert-row p { margin: 0; font-size: 14px; line-height: 1.6; color: #555; }
@media (max-width: 640px) { .v2-cert-row { grid-template-columns: 1fr; gap: 4px; } }
/* briefing: full-width lead with image left / text right; other posts two-up */
body[data-v2page="briefing"] #briefingList > .briefing-lead { display: grid; grid-template-columns: minmax(300px, 420px) 1fr; column-gap: 28px; align-items: start; }
body[data-v2page="briefing"] #briefingList > .briefing-lead > * { grid-column: 2; }
body[data-v2page="briefing"] #briefingList > .briefing-lead { border-bottom: 2px solid #e4e7e4; padding-bottom: 26px; margin-bottom: 26px; }
body[data-v2page="briefing"] #briefingList > .briefing-lead .briefing-lead-img { grid-column: 1 / 2; grid-row: 1 / 9; align-self: stretch; justify-self: stretch; position: relative; overflow: hidden; margin: 0; min-height: 320px; max-width: 420px; border-radius: 10px; float: none; display: block; }
body[data-v2page="briefing"] #briefingList > .briefing-lead .briefing-lead-img img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; display: block; }
@media (max-width: 800px) {
    body[data-v2page="briefing"] #briefingList > .briefing-lead { grid-template-columns: 1fr; }
    body[data-v2page="briefing"] #briefingList > .briefing-lead > *, body[data-v2page="briefing"] #briefingList > .briefing-lead .briefing-lead-img { grid-column: 1; grid-row: auto; }
    /* image becomes a full-width banner above the text: give it real box height
       (the desktop absolute-fill trick collapses to 0 width in a stacked grid) */
    body[data-v2page="briefing"] #briefingList > .briefing-lead .briefing-lead-img { grid-row: 1; width: 100%; max-width: 100%; min-height: 0; aspect-ratio: 16 / 9; margin: 0 0 14px; }
}
.v2-mode-switch { text-align: right; font-size: 13px; margin: 0 0 10px; }
.v2-mode-switch a { color: var(--primary, #1a5c38); font-weight: 600; }

/* briefing as a calm news table: uniform rows, small thumb left, clamped text */
body[data-v2page="briefing"] .v2-brief-list { display: block; }
body[data-v2page="briefing"] .v2-brief-list .briefing-item {
    display: grid; grid-template-columns: 180px 1fr; column-gap: 22px; row-gap: 4px;
    align-items: start; padding: 22px 0; margin: 0; border: 0; border-bottom: 1px solid #e7eae7; }
body[data-v2page="briefing"] .v2-brief-list .briefing-item > * { grid-column: 2; }
body[data-v2page="briefing"] .v2-brief-list .briefing-thumb { grid-column: 1; grid-row: 1 / span 6; margin: 0; width: 100%; height: auto; float: none; display: block; }
body[data-v2page="briefing"] .v2-brief-list .briefing-thumb img {
    width: 100%; height: 120px; object-fit: cover; border-radius: 8px; display: block; }
body[data-v2page="briefing"] .v2-brief-list .briefing-item-text {
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
body[data-v2page="briefing"] .v2-brief-list .briefing-item-action { display: none; }
@media (max-width: 640px) {
    body[data-v2page="briefing"] .v2-brief-list .briefing-item { grid-template-columns: 1fr; }
    body[data-v2page="briefing"] .v2-brief-list .briefing-item > *, body[data-v2page="briefing"] .v2-brief-list .briefing-thumb { grid-column: 1; grid-row: auto; }
    body[data-v2page="briefing"] .v2-brief-list .briefing-thumb img { height: 160px; }
}

/* CBAM formula explainer (committee request Sep 2026: show the formula) */
.v2-formula-note { opacity: 1 !important; }
.v2-formula { background: #f4f7f4; border-left: 3px solid var(--primary, #1a5c38); border-radius: 0 8px 8px 0; padding: 12px 16px; margin: 10px 0 14px; }
.v2-formula > div { font-size: .88rem; font-weight: 600; color: #2c3a2f; padding: 3px 0; }

/* Regulations mega menu (owner decision 2026-09-09, impala-services.com reference) */
.nav-mega { display: none; position: absolute; top: 100%; left: -6px; padding: 18px 22px;
    background: #fff; border: 1px solid #e2e6e2; border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0,0,0,.10); z-index: 1200;
    grid-template-columns: auto auto; gap: 6px 36px; }
.nav-mega-wrap:hover .nav-mega, .nav-mega-wrap:focus-within .nav-mega { display: grid; }
.nav-mega-col ul { list-style: none; margin: 0; padding: 0; }
.nav-mega-col li { display: block; }
.nav-mega-col a { display: block; padding: 6px 0; white-space: nowrap; }
.nav-mega-head { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: #6b756c; padding: 4px 0 8px; border-bottom: 1px solid #eef1ee; margin-bottom: 6px; }
.nav-mega-note { font-size: 12px; color: #6b756c; padding-top: 10px; max-width: 200px; white-space: normal; }


/* Detailed regulation page (owner decision 2026-09-09) */
body[data-v2page="regulation"] #regdetail { padding: 40px 0 80px; }
.v2-regdetail > .container > div { max-width: 880px; margin: 0 auto; }
.v2-regdetail-back { display: inline-block; font-size: .85rem; font-weight: 600; color: var(--primary, #1a5c38); margin-bottom: 24px; }
.v2-regdetail-back:hover { text-decoration: underline; }
.v2-regdetail-head h1 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: 12px 0 4px; }
.v2-regdetail-ref { color: #6b756c; font-size: .95rem; margin-bottom: 18px; }
.v2-regdetail-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px 26px;
    border: 1px solid #e7eae7; border-radius: 12px; padding: 16px 20px; margin: 18px 0 22px; font-size: .92rem; }
.v2-rd-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6b756c; margin-bottom: 3px; }
.v2-regdetail-block { margin-top: 34px; }
.v2-regdetail-block h2 { font-size: 1.15rem; margin-bottom: 12px; }
.v2-rd-timeline { list-style: none; margin: 0; padding: 0; }
.v2-rd-timeline li { display: flex; gap: 16px; padding: 9px 0; border-bottom: 1px solid #eef1ee; font-size: .95rem; }
.v2-rd-timeline .v2-rd-date { flex: 0 0 110px; font-weight: 700; }
.v2-rd-timeline .v2-rd-past { opacity: .55; }
.v2-rd-timeline em { color: #a05f03; font-style: normal; font-size: .85em; }
.v2-rd-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.v2-rd-role { border: 1px solid #e7eae7; border-radius: 12px; padding: 18px 20px; }
.v2-rd-role h3 { font-size: .95rem; margin-bottom: 10px; }
.v2-rd-role ul { margin: 0; padding-left: 18px; }
.v2-rd-role li, .v2-rd-actions li, .v2-rd-docs li { padding: 3px 0; font-size: .93rem; }
.v2-rd-actions { padding-left: 20px; }
.v2-rd-docs { padding-left: 18px; }
.v2-rd-tools { margin-top: 6px; }
.v2-rd-sources { list-style: none; margin: 0; padding: 0; font-size: .9rem; }
.v2-rd-sources li { padding: 3px 0; }
.v2-rd-sources a { color: var(--primary, #1a5c38); word-break: break-all; }
@media (max-width: 700px) { .v2-rd-roles { grid-template-columns: 1fr; } }



/* mega menu: 3 columns (EU · Germany · UK), heads never wrap under the Members pill */
.nav-mega { grid-template-columns: auto auto auto; }
.nav-mega-head { white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.nav-drop-sub { display: block; font-size: 11.5px; font-weight: 400; color: #6b756c; white-space: nowrap; margin-top: 1px; }


/* ===== Mobile nav: accordion + scrollable panel (owner report 2026-09-10:
   menu was fully expanded and unscrollable on phones) ===== */
.nav-mobile-only { display: none; }
@media (max-width: 1150px) {
    /* tablets: keep hover dropdowns but never let the mega panel overflow */
    .nav-mega { max-width: calc(100vw - 24px); overflow-x: auto; }
}
@media (max-width: 768px) {
    .nav-mobile-only { display: block; }
    .nav-links {
        max-height: calc(100dvh - var(--nav-height) - var(--topline-h, 0px));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* submenus collapsed by default; parent tap toggles (accordion) */
    .nav-dropdown-menu, .nav-mega,
    .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu,
    .nav-mega-wrap:hover .nav-mega, .nav-mega-wrap:focus-within .nav-mega {
        display: none; position: static; border: 0; box-shadow: none;
        padding: 0 0 0 16px; min-width: 0; max-width: none; overflow: visible;
    }
    .nav-dropdown.nav-open > .nav-dropdown-menu { display: block; }
    .nav-mega-wrap.nav-open > .nav-mega { display: grid; grid-template-columns: 1fr; }
    .nav-caret { display: inline-block; transition: transform .2s ease; font-size: 12px; opacity: .8; }
    .nav-dropdown.nav-open > a .nav-caret { transform: rotate(180deg); }
    .nav-drop-sub, .nav-mega-head, .nav-mega-note { white-space: normal; }
    .nav-mega-head { border-bottom: 0; margin-top: 10px; padding-bottom: 2px; }
    .nav-mega-col a, .nav-dropdown-menu a { border-bottom: 1px solid #f2f4f2; padding: 11px 0; }
}

/* ===== Find Support (matchmaking) + Our Partners + referral bands ===== */
.cbam-scope-note { margin: 12px 0 0; font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.88);
    border-left: 3px solid rgba(255,255,255,.45); padding-left: 12px; }

.v2-matchmaking, .v2-partners { padding: 64px 0; }
.v2-matchmaking .section-title, .v2-partners .section-title { text-align: center; }
.v2-matchmaking .section-icon, .v2-partners .section-icon { margin: 0 auto 10px; }
.v2-matchmaking .atlas-label, .v2-partners .atlas-label { text-align: center; }
.v2-matchmaking .section-subtitle, .v2-partners .section-subtitle { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }

.v2-match-panel { display: grid; grid-template-columns: 1fr auto 1.4fr; gap: 20px; align-items: start;
    background: #f7faf8; border: 1px solid #dde6e0; border-radius: 12px; padding: 22px; margin: 26px 0 18px; }
.v2-match-or { align-self: center; font-size: 13px; font-weight: 700; text-transform: uppercase; color: #6b7a72; padding: 0 4px; }
.v2-match-panel textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--gray-200, #ddd); border-radius: 8px;
    font-family: inherit; font-size: 0.9rem; color: var(--text, #222); background: #fff; resize: vertical; min-height: 44px; }
.v2-match-panel textarea:focus { outline: none; border-color: var(--accent, #4caf50); box-shadow: 0 0 0 3px rgba(76,175,80,.1); }
.v2-match-panel .btn { margin-top: 10px; min-height: 44px; }
.v2-match-panel select { min-height: 44px; }
@media (max-width: 860px) { .v2-match-panel { grid-template-columns: 1fr; } .v2-match-or { justify-self: center; } }

#matchStatus { min-height: 0; font-size: 14px; color: #3d4a43; margin: 6px 0; }
#matchStatus .v2-match-ai-note { background: #eef5f0; border: 1px solid #cfe0d5; border-radius: 8px; padding: 10px 14px; }

.v2-match-results-head { margin: 14px 0 10px; font-size: 15px; color: #24312a; }
/* Find Support results: table layout (company / topics / offering / website /
   contact). Collapses to stacked cards below 760px. */
.v2-match-tablewrap { background: #fff; border: 1px solid #dde6e0; border-radius: 12px; overflow: hidden; }
.v2-match-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.v2-match-table thead th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .04em;
    color: #55655c; background: #f4f8f5; padding: 12px 14px; border-bottom: 1px solid #dde6e0; }
.v2-match-table tbody th, .v2-match-table tbody td { padding: 14px; border-bottom: 1px solid #e8efea; vertical-align: top; text-align: left; }
.v2-match-table tbody tr:last-child th, .v2-match-table tbody tr:last-child td { border-bottom: none; }
.v2-match-td-name { font-size: 15px; font-weight: 700; color: #1a5c38; min-width: 140px; }
.v2-match-td-tags { min-width: 130px; }
.v2-match-td-offering { line-height: 1.5; color: #3d4a43; min-width: 220px; }
.v2-match-table a.v2-match-web, .v2-match-table a.v2-match-intro { display: inline-flex; align-items: center;
    min-height: 40px; padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 600;
    text-decoration: none; white-space: nowrap; }
.v2-match-table a.v2-match-web { border: 1px solid #cdd6d0; color: #24312a; background: #fff; }
.v2-match-table a.v2-match-web:hover { border-color: var(--primary, #1a5c38); }
.v2-match-table a.v2-match-intro { background: var(--primary, #1a5c38); color: #fff; }
.v2-match-table a.v2-match-intro:hover { background: #14492c; }
@media (max-width: 760px) {
    .v2-match-tablewrap { border: none; background: none; overflow: visible; }
    .v2-match-table, .v2-match-table tbody, .v2-match-table tbody tr,
    .v2-match-table tbody th, .v2-match-table tbody td { display: block; width: 100%; padding: 0; border: none; }
    .v2-match-table thead { display: none; }
    .v2-match-table tbody tr { background: #fff; border: 1px solid #dde6e0; border-radius: 12px; padding: 16px; margin-bottom: 14px; }
    .v2-match-table tbody th, .v2-match-table tbody td { margin-bottom: 8px; }
    .v2-match-td-web, .v2-match-td-intro { display: inline-block !important; width: auto !important; margin-right: 10px; }
}
.v2-match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 1000px) { .v2-match-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .v2-match-grid { grid-template-columns: 1fr; } }
.v2-match-empty { background: #fff; border: 1px dashed #cdd6d0; border-radius: 12px; padding: 22px; text-align: center;
    font-size: 14.5px; color: #3d4a43; }
.v2-match-note { margin: 20px 0 0; font-size: 13px; line-height: 1.55; color: #556; background: #f7faf8;
    border: 1px solid #dde6e0; border-radius: 10px; padding: 14px 18px; }
.v2-match-note p { margin: 0; }

.v2-referral-band { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
    background: #eef5f0; border: 1px solid #cfe0d5; border-radius: 12px; padding: 18px 22px; margin: 26px 0 0; }
.v2-referral-text { display: flex; flex-direction: column; gap: 4px; max-width: 760px; }
.v2-referral-text strong { font-size: 15.5px; color: #1a3c2c; }
.v2-referral-text span { font-size: 13.5px; line-height: 1.5; color: #3d4a43; }
.v2-referral-band .btn { min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
#cbam .v2-referral-band { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }
#cbam .v2-referral-text strong { color: #fff; }
#cbam .v2-referral-text span { color: rgba(255,255,255,.85); }

.v2-eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 34px; }
@media (max-width: 860px) { .v2-eco-grid { grid-template-columns: 1fr; } }
.v2-eco-card { background: #f7faf8; border: 1px solid #dde6e0; border-radius: 12px; padding: 20px; }
.v2-eco-card h3 { margin: 0 0 8px; font-size: 16.5px; color: #1a5c38; }
.v2-eco-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #3d4a43; }

.v2-partner-dir-head h3 { margin: 0 0 6px; font-size: 20px; color: #24312a; }
.v2-partner-dir-head p { margin: 0 0 16px; font-size: 13.5px; line-height: 1.55; color: #556; max-width: 860px; }
.v2-partner-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.v2-partner-cat { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border-radius: 999px;
    border: 1px solid #cdd6d0; background: #fff; font-size: 13.5px; color: #24312a; text-decoration: none; }
.v2-partner-cat:hover { border-color: var(--primary, #1a5c38); color: var(--primary, #1a5c38); }
.v2-partner-cat .v2-partner-cat-n { margin-left: 8px; font-size: 11.5px; background: #eef5f0; border-radius: 999px; padding: 1px 8px; color: #2c4a3a; }
.v2-match-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.v2-match-tag { font-size: 11.5px; padding: 3px 10px; border-radius: 999px; background: #eef5f0; color: #2c4a3a; border: 1px solid #d5e3da; }
/* Our Partners directory table (owner 2026-09-28, the gcchk-ai.com provider
   directory pattern in the ESG identity: sans-only, green links). Open
   table, no card frame; stacked rows below 760px. */
.v2-dir-tools { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 8px 0 18px; }
.v2-dir-tools input[type="search"] { flex: 1; min-width: 220px; max-width: 420px; min-height: 44px; padding: 10px 14px;
    border: 1.5px solid #c9d2ca; border-radius: 8px; background: #fff; font: inherit; font-size: 15px; color: #24312a; }
.v2-dir-tools input[type="search"]:focus { outline: none; border-color: #1a5c38; box-shadow: 0 0 0 3px rgba(26, 92, 56, .15); }
.v2-dir-count { font-size: 13.5px; color: #6b756c; }
.v2-dir-scroll { overflow-x: auto; }
.v2-dir-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.v2-dir-table thead th { text-align: left; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
    color: #6b756c; padding: 10px 28px 10px 0; border-bottom: 1.5px solid #9aa7a0; white-space: nowrap; }
.v2-dir-table tbody th, .v2-dir-table tbody td { text-align: left; vertical-align: top; padding: 20px 28px 20px 0;
    border-bottom: 1px solid #e3e8e4; }
.v2-dir-table thead th:last-child, .v2-dir-table tbody td:last-child { padding-right: 0; }
.v2-dir-table tbody tr[hidden] { display: none; }
.v2-dir-company { width: 24%; min-width: 170px; font-size: 16.5px; font-weight: 700; color: #1b2a22; line-height: 1.35; }
.v2-dir-offering { color: #4a5750; line-height: 1.65; }
.v2-dir-offering p { margin: 0; }
.v2-dir-offering p.v2-dir-topics { margin-top: 8px; font-size: 12px; font-weight: 600; letter-spacing: .06em;
    text-transform: uppercase; line-height: 1.6; color: #7b8680; }
.v2-dir-web { white-space: nowrap; }
.v2-dir-web a, .v2-dir-contact a { color: #1a5c38; font-weight: 600; text-decoration: none; }
.v2-dir-web a:hover, .v2-dir-contact a:hover { text-decoration: underline; }
.v2-dir-contact { white-space: nowrap; }
@media (max-width: 759px) {
    .v2-dir-table thead { display: none; }
    .v2-dir-table, .v2-dir-table tbody, .v2-dir-table tr, .v2-dir-table tbody th, .v2-dir-table tbody td { display: block; width: auto; }
    .v2-dir-table tbody tr { border: 1px solid #dde6e0; border-radius: 12px; padding: 16px; margin-bottom: 14px; background: #fff; }
    .v2-dir-table tbody th, .v2-dir-table tbody td { border: none; padding: 4px 0; min-width: 0; }
    .v2-dir-company { padding-bottom: 8px !important; }
    .v2-dir-web, .v2-dir-contact { display: inline-block !important; margin-right: 18px; }
    .v2-dir-contact a, .v2-dir-web a { display: inline-block; min-height: 44px; line-height: 44px; }
    .v2-dir-tools input[type="search"] { flex-basis: 100%; max-width: none; }
}

.v2-hub-mini-text { margin: 4px 0 0; font-size: 13.5px; line-height: 1.55; color: #3d4a43; }

/* ===== Hub Assistant chat widget ===== */
.gcc-chat-btn { position: fixed; right: 20px; bottom: 20px; z-index: 1200; width: 56px; height: 56px;
    border-radius: 50%; border: none; background: var(--primary, #1a5c38); color: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.25);
    transition: transform .15s, background .15s; }
.gcc-chat-btn:hover { background: #14492c; transform: translateY(-2px); }
.gcc-chat-panel[hidden] { display: none; }
.gcc-chat-panel { position: fixed; right: 20px; bottom: 88px; z-index: 1200; width: 380px; max-width: calc(100vw - 40px);
    height: 520px; max-height: calc(100vh - 120px); background: #fff; border: 1px solid #dde6e0; border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,.22); display: flex; flex-direction: column; overflow: hidden; }
.gcc-chat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
    padding: 14px 16px; background: var(--primary, #1a5c38); color: #fff; }
.gcc-chat-head-text { display: flex; flex-direction: column; gap: 2px; }
.gcc-chat-head-text strong { font-size: 15.5px; }
.gcc-chat-sub { font-size: 11.5px; line-height: 1.4; color: rgba(255,255,255,.82); }
.gcc-chat-close { background: none; border: none; color: #fff; font-size: 16px; cursor: pointer;
    min-width: 44px; min-height: 44px; margin: -10px -12px -10px 0; }
.gcc-chat-log { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px;
    background: #f7faf8; }
.gcc-chat-msg { max-width: 85%; padding: 9px 13px; border-radius: 12px; font-size: 13.5px; line-height: 1.5;
    overflow-wrap: break-word; }
.gcc-chat-assistant { background: #fff; border: 1px solid #dde6e0; color: #24312a; align-self: flex-start;
    border-bottom-left-radius: 4px; }
.gcc-chat-user { background: var(--primary, #1a5c38); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.gcc-chat-assistant a { color: #1a5c38; font-weight: 600; }
.gcc-chat-sugg { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 8px; background: #f7faf8; }
.gcc-chat-chip { border: 1px solid #cdd6d0; background: #fff; border-radius: 999px; padding: 8px 12px;
    font-size: 12.5px; color: #24312a; cursor: pointer; min-height: 44px; }
.gcc-chat-chip:hover { border-color: var(--primary, #1a5c38); color: var(--primary, #1a5c38); }
.gcc-chat-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid #dde6e0; background: #fff; }
.gcc-chat-form input { flex: 1; border: 1px solid var(--gray-200, #ddd); border-radius: 999px; padding: 10px 16px;
    font-family: inherit; font-size: 13.5px; min-height: 44px; }
.gcc-chat-form input:focus { outline: none; border-color: var(--accent, #4caf50); box-shadow: 0 0 0 3px rgba(76,175,80,.1); }
.gcc-chat-send { width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--primary, #1a5c38);
    color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; flex: none; }
.gcc-chat-send:hover { background: #14492c; }
.gcc-chat-typing { display: inline-flex; gap: 4px; padding: 2px 0; }
.gcc-chat-typing i { width: 7px; height: 7px; border-radius: 50%; background: #9ab0a3; animation: gccChatBlink 1.2s infinite; }
.gcc-chat-typing i:nth-child(2) { animation-delay: .2s; }
.gcc-chat-typing i:nth-child(3) { animation-delay: .4s; }
@keyframes gccChatBlink { 0%, 80%, 100% { opacity: .3; } 40% { opacity: 1; } }
@media (max-width: 560px) {
    .gcc-chat-panel { right: 0; left: 0; bottom: 0; width: 100%; max-width: 100%; height: 78vh; max-height: 78vh;
        border-radius: 14px 14px 0 0; }
    .gcc-chat-btn { right: 14px; bottom: 14px; }
}
@media print { .gcc-chat-btn, .gcc-chat-panel { display: none !important; } }

/* ===== Hub matchmaking band (owner: matchmaking must be prominent on arrival) ===== */
.v2-hub-match { background: #f0f7f2; border: 1px solid #cfe0d5; border-radius: 14px; padding: 30px 32px;
    margin-bottom: 34px; }
.v2-hub-match-head h2 { margin: 6px 0 10px; font-size: 26px; color: #1a3c2c; }
.v2-hub-match-head p { margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; color: #3d4a43; max-width: 900px; }
.v2-hub-match .v2-partner-cats { margin-bottom: 20px; }
.v2-hub-match-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.v2-hub-match-ctas .btn { min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 560px) { .v2-hub-match { padding: 22px 18px; } .v2-hub-match-head h2 { font-size: 22px; } }

/* ===== Merged Regulation Finder: view toggle (quick table vs detailed check) ===== */
.v2-mode-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 4px 0 22px; }
@media (max-width: 620px) { .v2-mode-toggle { grid-template-columns: 1fr; } }
.v2-mode-btn { display: flex; flex-direction: column; gap: 4px; text-align: left; padding: 14px 18px;
    min-height: 44px; background: #fff; border: 2px solid #dde6e0; border-radius: 12px; cursor: pointer;
    font-family: inherit; transition: border-color .15s; }
.v2-mode-btn strong { font-size: 15.5px; color: #24312a; }
.v2-mode-btn > span { font-size: 12.5px; line-height: 1.45; color: #6b7a72; }
.v2-mode-btn:hover { border-color: #9ab0a3; }
.v2-mode-btn.on { border-color: var(--primary, #1a5c38); background: #f0f7f2; }
.v2-mode-btn.on strong { color: var(--primary, #1a5c38); }

/* Show solutions: one explicit action for topic, text or both */
.v2-match-run { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-top: 4px; border-top: 1px solid #e3ece6; }
.v2-match-run .btn { min-height: 44px; margin: 0; width: auto; }
.v2-match-run-hint { font-size: 12.5px; color: #6b7a72; }

/* ===== Member layer (owner 2026-09-28, the gcchk-ai.com pattern) =====
   html[data-auth] is set before paint from the stored member token, so the
   nav never flashes the wrong state. */
.v2-nav-signin { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 14px;
    border: 1.5px solid #1a5c38; border-radius: 999px; background: #fff; color: #1a5c38; font: inherit;
    font-size: 13.5px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.v2-nav-signin:hover { background: #1a5c38; color: #fff; }
.v2-signin-short { display: none; }
.v2-member-pill { display: none; align-items: center; gap: 10px; padding: 6px 6px 6px 14px; border-radius: 999px;
    background: #eef6f1; border: 1px solid #cfe3d6; color: #1a5c38; font-size: 13px; font-weight: 700; white-space: nowrap; }
.v2-member-pill .v2-signout { font-size: 12.5px; font-weight: 600; color: #3d4a43; padding: 4px 8px; border-radius: 999px; }
.v2-member-pill .v2-signout:hover { background: #fff; text-decoration: none; }
html[data-auth="member"] .v2-nav-signin { display: none; }
html[data-auth="member"] .v2-member-pill { display: inline-flex; }
@media (max-width: 1280px) { .v2-signin-long { display: none; } .v2-signin-short { display: inline; } }
@media (max-width: 768px) {
    .v2-nav-signin { padding: 6px 10px; min-height: 34px; font-size: 12.5px; }
    .v2-nav-signin svg { display: none; }
    .v2-member-pill { padding: 4px 4px 4px 10px; font-size: 12px; }
    .v2-member-pill-label .lang-en, .v2-member-pill-label .lang-zh, .v2-member-pill-label .lang-de, .v2-member-pill-label .lang-vi { display: none !important; }
    .nav-right { gap: 10px; }
}
@media (max-width: 480px) {
    .nav-logo { gap: 8px; }
    .nav-logo img { height: 34px; width: auto; }
    .nav-logo span { font-size: 13.5px; white-space: nowrap; letter-spacing: 0; }
    .nav-right { gap: 8px; }
    .v2-nav-signin { padding: 5px 9px; }
    .lang-toggle select { width: 66px; padding: 6px 6px 6px 10px; font-size: 0.8rem; }
}
.v2-nav-badge { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 4px; background: #e8eef5;
    color: #003366; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; vertical-align: 2px; }
.v2-mode-btn .v2-nav-badge { vertical-align: 1px; }
.v2-gate-panel .v2-gate-lock { color: #003366; display: block; margin: 0 auto 10px; }
.v2-gate-panel .btn-gate { border: 0; font: inherit; font-weight: 600; cursor: pointer; }
button.v2-dir-locked { display: inline-flex; align-items: center; gap: 6px; border: 0; background: #e8eef5; color: #003366;
    font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    padding: 5px 10px; border-radius: 6px; cursor: pointer; }
button.v2-dir-locked:hover { background: #d9e3ee; }
.v2-rd-summary p { font-size: 1.05rem; line-height: 1.7; color: #24312a; }
.v2-rd-gate .v2-gate { margin: 8px auto 0; }

/* ===== How to Start: guided five-step path (owner 2026-09-28) ===== */
.v2-howto-section { padding: 48px 0 30px; background: #fff; }
.v2-howto { max-width: 860px; margin: 0 auto; }
.v2-howto-controls { display: grid; gap: 14px; margin: 6px 0 22px; padding: 18px 20px; background: #f7faf8;
    border: 1px solid #dde6e0; border-radius: 14px; }
.v2-howto-ctl { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.v2-howto-ctl-label { font-size: 13px; font-weight: 700; color: #3d4a43; min-width: 150px; }
.v2-howto-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.v2-howto-chip, .v2-howto-where-btn { min-height: 40px; padding: 8px 14px; border-radius: 999px; border: 1.5px solid #cdd6d0;
    background: #fff; color: #24312a; font: inherit; font-size: 14px; cursor: pointer; }
.v2-howto-chip:hover, .v2-howto-where-btn:hover { border-color: #1a5c38; }
.v2-howto-chip.on { background: #1a5c38; border-color: #1a5c38; color: #fff; font-weight: 600; }
.v2-howto-progress { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; }
.v2-howto-bar { flex: 1; height: 8px; border-radius: 999px; background: #e6ece8; overflow: hidden; }
.v2-howto-bar span { display: block; height: 100%; background: #1a5c38; border-radius: 999px; transition: width .3s ease; }
.v2-howto-count { font-size: 13.5px; font-weight: 600; color: #3d4a43; white-space: nowrap; }
.v2-howto-steps { list-style: none; margin: 0; padding: 0; position: relative; }
.v2-howto-step { position: relative; padding-left: 0; margin-bottom: 12px; border: 1px solid #dde6e0; border-radius: 14px;
    background: #fff; transition: box-shadow .2s ease, border-color .2s ease; }
.v2-howto-step.open { border-color: #1a5c38; box-shadow: 0 8px 24px rgba(26, 92, 56, .10); }
.v2-howto-head { display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 18px; border: 0; background: none;
    font: inherit; text-align: left; cursor: pointer; border-radius: 14px; }
.v2-howto-num { flex: 0 0 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
    border: 2px solid #1a5c38; color: #1a5c38; font-weight: 800; font-size: 15px; background: #fff; }
.v2-howto-step.open .v2-howto-num { background: #1a5c38; color: #fff; }
.v2-howto-step.done .v2-howto-num { background: #eef6f1; border-color: #7fb394; color: #1a5c38; }
.v2-howto-title { flex: 1; font-size: 18px; font-weight: 700; color: #1b2a22; }
.v2-howto-step.done:not(.open) .v2-howto-title { color: #5c6b63; }
.v2-howto-chev { color: #6b756c; transition: transform .2s ease; }
.v2-howto-step.open .v2-howto-chev { transform: rotate(180deg); }
.v2-howto-body { padding: 0 20px 18px 66px; }
.v2-howto-why { margin: 0 0 12px; font-size: 15px; line-height: 1.65; color: #3d4a43; }
.v2-howto-todo { margin: 0 0 14px; padding-left: 20px; list-style: disc; }
.v2-howto-todo li { margin-bottom: 6px; line-height: 1.55; color: #24312a; font-size: 14.5px; }
.v2-howto-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.v2-howto-act { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 16px; border-radius: 8px;
    border: 1.5px solid #cdd6d0; color: #1a5c38; font-weight: 600; font-size: 14px; text-decoration: none; background: #fff; }
.v2-howto-act:hover { border-color: #1a5c38; }
.v2-howto-act.primary { background: #1a5c38; border-color: #1a5c38; color: #fff; }
.v2-howto-act.primary:hover { background: #14472b; }
.v2-howto-act.primary .v2-nav-badge { background: rgba(255,255,255,.18); color: #fff; }
.v2-howto-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
    padding-top: 12px; border-top: 1px solid #eef1ee; }
.v2-howto-done { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #3d4a43; cursor: pointer; min-height: 40px; }
.v2-howto-done input { width: 18px; height: 18px; accent-color: #1a5c38; }
.v2-howto-next { border: 0; background: none; color: #1a5c38; font: inherit; font-weight: 700; font-size: 14.5px; cursor: pointer; min-height: 40px; }
.v2-howto-next:hover { text-decoration: underline; }
.v2-howto-finish { margin-top: 8px; padding: 14px 18px; border-radius: 12px; background: #eef6f1; border: 1px solid #cfe3d6;
    color: #1a5c38; font-weight: 600; font-size: 14.5px; }
@media (max-width: 640px) {
    .v2-howto-ctl-label { min-width: 0; width: 100%; }
    .v2-howto-body { padding: 0 16px 16px 16px; }
    .v2-howto-title { font-size: 16.5px; }
}
/* nav room for the member sign-in (2026-09-28): wider header row, stepped
   link gaps, brand text yields to the logo mark on tablets */
@media (min-width: 769px) {
    .nav-container { max-width: 1320px; gap: 20px; }
    .nav-logo { flex-shrink: 0; white-space: nowrap; }
    .nav-right { flex-shrink: 0; gap: 12px; }
}
@media (min-width: 769px) and (max-width: 1400px) { .nav-links { gap: 22px; } }
@media (min-width: 769px) and (max-width: 1200px) { .nav-links { gap: 16px; } .nav-links a { font-size: 0.84rem; } }
@media (min-width: 769px) and (max-width: 1100px) { .nav-logo span { display: none; } }
/* phones: icon-only sign-in / member check in the header, full labels in the menu */
.v2-nav-auth button { display: none; width: 100%; text-align: left; border: 0; background: none; font: inherit; font-weight: 700;
    color: #1a5c38; padding: 12px 0; cursor: pointer; text-decoration: none; }
html[data-auth="public"] .v2-nav-auth .v2-nav-auth-in, html:not([data-auth]) .v2-nav-auth .v2-nav-auth-in { display: block; }
html[data-auth="member"] .v2-nav-auth .v2-nav-auth-out { display: block; }
@media (max-width: 480px) {
    .v2-nav-signin { width: 36px; height: 36px; min-height: 0; padding: 0; justify-content: center; }
    .v2-nav-signin svg { display: block !important; }
    .v2-nav-signin .v2-signin-short, .v2-nav-signin .v2-signin-long { display: none !important; }
    .v2-member-pill { width: 36px; height: 36px; padding: 0; justify-content: center; }
    .v2-member-pill .v2-signout { display: none; }
}
@media (max-width: 380px) {
    .nav-logo img { height: 30px; }
    .nav-logo span { font-size: 12.5px; }
    .nav-right { gap: 6px; }
    .lang-toggle select { width: 60px; }
}
/* category conditions (audit 2026-09-28) */
.reg-result-note { margin: 6px 0 10px; padding: 8px 12px; border-left: 3px solid #DE8703; background: #fdf8ef; font-size: 13.5px; line-height: 1.5; color: #4a4a42; border-radius: 0 6px 6px 0; }
.v2-t-note { display: block; margin-top: 6px; color: #8a5a00; font-size: 12px; line-height: 1.45; }
.v2-cmp-part { color: #b8860b; cursor: help; }
.v2-cmp-legend { margin: 8px 0 0; font-size: 12.5px; color: #6b756c; }
