/* Figma frame 6:8836 visual layer. Scoped to the opt-in Theme 2026. */
.tgo-theme-2026 {
    --tgo-a11y-scale: 1;
    --tgo-color-primary: #04a6d3;
    --tgo-color-primary-hover: #008eb8;
    --tgo-color-primary-rgb: 4 166 211;
    --tgo-color-accent: #7ccbad;
    --tgo-color-success: #4bc876;
    --tgo-color-text: #01212a;
    --tgo-color-muted: #49656d;
    --tgo-color-border: #dfecef;
    --tgo-color-surface: #fff;
    --tgo-color-surface-subtle: #eafafd;
    --tgo-space-1: 4px;
    --tgo-space-2: 8px;
    --tgo-space-3: 12px;
    --tgo-space-4: 16px;
    --tgo-space-6: 24px;
    --tgo-space-8: 32px;
    --tgo-radius-sm: 6px;
    --tgo-radius-md: 10px;
    --tgo-radius-lg: 18px;
    --tgo-radius-xl: 24px;
    --tgo-shadow-sm: 0 2px 10px rgba(1, 66, 84, .1);
    --tgo-shadow-md: 0 8px 24px rgba(77, 111, 120, .12);
    --tgo-shadow-lg: 0 18px 40px rgba(24, 63, 74, .13);
    --tgo-focus-ring: 3px solid rgba(4, 166, 211, .48);
    --tgo-motion-fast: 160ms;
    --tgo-motion-base: 220ms;
    --tgo-motion-panel: 280ms;
    --tgo-ease-standard: cubic-bezier(.2, .8, .2, 1);
    --tgo-container-width: 1180px;
    --tgo-container-gutter: 40px;
    --tgo-cyan: var(--tgo-color-primary);
    --tgo-cyan-dark: var(--tgo-color-primary-hover);
    --tgo-mint: var(--tgo-color-accent);
    --tgo-green: var(--tgo-color-success);
    --tgo-navy: var(--tgo-color-text);
    --tgo-copy: var(--tgo-color-muted);
    --tgo-line: var(--tgo-color-border);
    --tgo-ice: var(--tgo-color-surface-subtle);
    --tgo-public-max: 1400px;
    --tgo-public-hero-height: 280px;
    --tgo-public-hero-height-mobile: 210px;
    --tgo-public-cyan: var(--tgo-color-primary);
    --tgo-public-ink: var(--tgo-color-text);
    --tgo-public-muted: var(--tgo-color-muted);
    --tgo-public-line: var(--tgo-color-border);
    --tgo-public-card-radius: var(--tgo-radius-lg);
    --tgo-public-detail-radius: 20px;
    --tgo-public-shadow: var(--tgo-shadow-md);
    --tgo-font-body: 16px;
    --tgo-font-meta: 14px;
    --tgo-font-control: 15px;
    --tgo-font-card-title: 18px;
    --tgo-font-section: clamp(26px, 2vw, 30px);
    --tgo-font-page-title: clamp(30px, 2.6vw, 40px);
    --tgo-line-body: 1.7;
    --tgo-line-compact: 1.5;
    --tgo-control-height: 44px;
    --tgo-section-space: clamp(48px, 5vw, 72px);
    --tgo-section-space-mobile: clamp(40px, 8vw, 56px);
    margin: 0;
    overflow-x: hidden;
    color: var(--tgo-navy);
    background: #fff;
    font-family: Prompt, Arial, sans-serif;
    font-size: var(--tgo-font-body);
    line-height: var(--tgo-line-body);
    zoom: var(--tgo-a11y-scale);
    -webkit-font-smoothing: antialiased;
}
.tgo-theme-2026 .tgo-circle-control {
    --tgo-circle-size: 40px;
    display: inline-grid;
    inline-size: var(--tgo-circle-size);
    block-size: var(--tgo-circle-size);
    min-inline-size: var(--tgo-circle-size);
    min-block-size: var(--tgo-circle-size);
    aspect-ratio: 1;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    border-radius: 50%;
}
.tgo-theme-2026 .tgo-circle-control:focus-visible { outline: var(--tgo-focus-ring); outline-offset: 3px; }
.tgo-theme-2026 .tgo-circle-control:disabled { opacity: .45; cursor: not-allowed; }

.tgo-theme-2026 button,
.tgo-theme-2026 input,
.tgo-theme-2026 select,
.tgo-theme-2026 textarea { font-family: inherit; font-size: var(--tgo-font-control); }
.tgo-theme-2026 .tgo-container { width: min(1180px, calc(100% - 40px)); }
.tgo-theme-2026 .tgo-section-shell { padding-top: var(--tgo-section-space); padding-bottom: var(--tgo-section-space); }
.tgo-theme-2026 h1,
.tgo-theme-2026 h2,
.tgo-theme-2026 h3,
.tgo-theme-2026 h4 { letter-spacing: -.02em; }
.tgo-theme-2026 a:focus-visible,
.tgo-theme-2026 button:focus-visible,
.tgo-theme-2026 input:focus-visible,
.tgo-theme-2026 select:focus-visible,
.tgo-theme-2026 textarea:focus-visible,
.tgo-theme-2026 [tabindex]:focus-visible { outline: var(--tgo-focus-ring); outline-offset: 3px; }

@media screen and (max-width: 640px) {
    .tgo-theme-2026 .tgo-section-shell { padding-top: var(--tgo-section-space-mobile); padding-bottom: var(--tgo-section-space-mobile); }
}

/* Header */
.tgo-theme-2026 .tgo-public-shell__header { position: sticky; z-index: 50; top: 0; }
.tgo-theme-2026 .tgo-site-header { position: static; margin-bottom: 0; background: #fff; box-shadow: 0 2px 10px rgba(1, 66, 84, .1); }
.tgo-theme-2026 .tgo-utility { height: 30px; background: var(--tgo-color-primary); color: #fff; font-size: .75rem; }
.tgo-theme-2026 .tgo-utility .tgo-container { display: flex; width: calc(100% - 88px); max-width: none; height: 30px; align-items: center; justify-content: space-between; gap: 24px; }
.tgo-theme-2026 .tgo-utility-contact,
.tgo-theme-2026 .tgo-utility-right,
.tgo-theme-2026 .tgo-utility-contact a,
.tgo-theme-2026 .tgo-utility-search,
.tgo-theme-2026 .tgo-language-current { display: flex; align-items: center; }
.tgo-theme-2026 .tgo-utility-contact { height: 100%; gap: 4px; }
.tgo-theme-2026 .tgo-utility-contact a { min-height: 24px; gap: 8px; padding: 0 10px; border-right: 1px solid rgba(255,255,255,.25); color: #fff; white-space: nowrap; }
.tgo-theme-2026 .tgo-utility-contact a:first-child { padding-left: 0; }
.tgo-theme-2026 .tgo-utility-contact img,
.tgo-theme-2026 .tgo-utility-search img,
.tgo-theme-2026 .tgo-language-current img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-utility-right { height: 30px; margin-left: auto; align-items: center; gap: 10px; }
.tgo-theme-2026 .tgo-utility-search { min-height: 30px; padding: 0 4px; gap: 6px; color: #fff; line-height: 18px; }
.tgo-theme-2026 .tgo-language-switcher { position: relative; height: 30px; }
.tgo-theme-2026 .tgo-language-current { height: 30px; gap: 5px; cursor: default; }
.tgo-theme-2026 button.tgo-language-current { min-height: 30px; padding: 0 4px; border: 0; border-radius: 5px; background: transparent; color: #fff; font: inherit; line-height: 18px; cursor: pointer; }
.tgo-theme-2026 .tgo-language-options { position: absolute; z-index: 1200; top: 31px; right: 0; left: auto; display: none; min-width: 76px; padding: 6px; border: 1px solid #dfecef; border-radius: 8px; background: #fff; color: #37474f; box-shadow: 0 10px 24px rgba(1,66,84,.16); transform: none; }
.tgo-theme-2026 .tgo-language-switcher.is-open .tgo-language-options { display: grid; }
.tgo-theme-2026 .tgo-language-options a { padding: 5px 8px; border-radius: 5px; color: #274750 !important; background: transparent; }
.tgo-theme-2026 .tgo-language-options a:hover,
.tgo-theme-2026 .tgo-language-options a:focus-visible,
.tgo-theme-2026 .tgo-language-options a[aria-current="page"] { background: #d9f5fb; color: #005f78 !important; text-decoration: none; }
.tgo-theme-2026 .tgo-language-current:hover { background: rgba(0, 91, 116, .32) !important; color: #fff !important; outline: 0; }
.tgo-theme-2026 .tgo-language-current:focus-visible { background: rgba(0, 91, 116, .32) !important; color: #fff !important; outline: 2px solid rgba(255,255,255,.72); outline-offset: 2px; }
.tgo-theme-2026 .tgo-nav-row { position: relative; z-index: 2; width: calc(100% - 88px); max-width: none; min-height: 50px; gap: 28px; }
.tgo-theme-2026 .tgo-menu-toggle { display: none; min-width: var(--tgo-control-height); min-height: var(--tgo-control-height); }
.tgo-theme-2026 .tgo-brand { position: relative; display: flex; width: 118px; height: 50px; flex: 0 0 118px; align-items: center; justify-content: center; overflow: hidden; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 5px 14px rgba(17,72,84,.12); }
.tgo-theme-2026 .tgo-brand:after { display: none; }
.tgo-theme-2026 .tgo-brand img { position: static; width: auto; height: auto; max-width: 52px; max-height: 46px; margin: 0; object-fit: contain; filter: none; }
.tgo-theme-2026 .tgo-navigation { display: block; width: min(1190px, calc(100% - 166px)); margin-left: auto; }
.tgo-theme-2026 .tgo-navigation-desktop { display: block; }
.tgo-theme-2026 .tgo-navigation-mobile { display: none; }
.tgo-theme-2026 .tgo-nav-level { gap: 0; }
.tgo-theme-2026 .tgo-navigation-desktop .tgo-nav-level-0 { height: 50px; justify-content: space-between; }
.tgo-theme-2026 .tgo-submenu-toggle { display: none; }
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item { position: static; display: flex; height: 50px; align-items: stretch; }
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item > a { display: flex; height: 50px; align-items: center; padding: 0 8px; border-bottom: 2px solid transparent; color: #17343d; font-size: .875rem; font-weight: 500; line-height: 20px; white-space: nowrap; }
.tgo-theme-2026 .tgo-mega-trigger { display: grid; width: 24px; height: 50px; padding: 0; place-items: center; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #274650; cursor: pointer; }
.tgo-theme-2026 .tgo-mega-trigger { display: inline-flex; width: auto; min-width: 44px; align-items: center; justify-content: center; gap: 10px; padding: 0 10px; font: inherit; }
.tgo-theme-2026 .tgo-mega-trigger span { display: block; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; font-size: 0; line-height: 0; transform: rotate(45deg); transform-origin: 50% 50%; transition: transform .18s ease; }
.tgo-theme-2026 .tgo-mega-trigger[aria-expanded="true"] span { transform: rotate(225deg); }
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item:hover > a,
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item:focus-within > a,
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item.is-active > a,
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item.is-mega-open > a,
.tgo-theme-2026 .tgo-navigation-desktop .tgo-mega-item.is-mega-open > .tgo-mega-trigger { border-bottom-color: var(--tgo-cyan); color: var(--tgo-cyan); }
.tgo-theme-2026 .tgo-nav-level li.is-current > a { color: var(--tgo-cyan); font-weight: 600; }
.tgo-theme-2026 .tgo-mega-panel[hidden],
.tgo-theme-2026 .tgo-mega-group[hidden] { display: none !important; }
.tgo-theme-2026 .tgo-mega-panel { position: fixed; z-index: 45; top: 80px; right: 0; left: 0; width: 100vw; min-height: 420px; border-top: 1px solid #e4edef; background: #fff; box-shadow: 0 18px 40px rgba(24,63,74,.13); }
.tgo-theme-2026 .tgo-mega-layout { display: grid; width: 100%; min-height: 420px; grid-template-columns: 340px minmax(0, 1fr); }
.tgo-theme-2026 .tgo-mega-categories { padding: 20px 10px 28px; border-right: 1px solid #d6e1e4; background: #fff; box-shadow: 14px 0 28px rgba(39,74,84,.05); }
.tgo-theme-2026 .tgo-mega-category { display: flex; width: 100%; min-height: 60px; align-items: center; justify-content: space-between; gap: 16px; border: 0; border-bottom: 1px solid #bdcdd2; padding: 12px 48px 12px 48px; background: #fff; color: #172f37; font: 500 16px/24px Prompt, sans-serif; text-align: left; cursor: pointer; }
.tgo-theme-2026 .tgo-mega-category.is-selected { color: var(--tgo-cyan); font-weight: 600; }
.tgo-theme-2026 .tgo-mega-category:focus-visible,
.tgo-theme-2026 .tgo-mega-trigger:focus-visible,
.tgo-theme-2026 .tgo-navigation-desktop a:focus-visible { outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 40%); outline-offset: -3px; }

body.tgo-site-theme--soft .tgo-navigation,
body.tgo-site-theme--soft .tgo-navigation .tgo-nav-level,
body.tgo-site-theme--soft .tgo-mega-panel,
body.tgo-site-theme--soft .tgo-mega-category-panel {
    border-color: var(--tgo-color-border);
    background-color: var(--tgo-color-surface);
    color: var(--tgo-color-ink);
}

body.tgo-site-theme--soft .tgo-site-header,
body.tgo-site-theme--soft .tgo-nav-row,
body.tgo-site-theme--soft .tgo-navigation,
body.tgo-site-theme--soft .tgo-navigation .tgo-nav-level {
    background-color: var(--tgo-color-surface-subtle);
}

body.tgo-site-theme--soft .tgo-navigation a,
body.tgo-site-theme--soft .tgo-navigation button {
    color: var(--tgo-color-ink);
}

body.tgo-site-theme--soft .tgo-navigation a:hover,
body.tgo-site-theme--soft .tgo-navigation a:focus-visible,
body.tgo-site-theme--soft .tgo-navigation button:hover,
body.tgo-site-theme--soft .tgo-navigation button:focus-visible,
body.tgo-site-theme--soft .tgo-navigation .is-active > a {
    color: var(--tgo-color-primary);
}
.tgo-theme-2026 .tgo-mega-groups { min-width: 0; padding: 24px 64px 48px; }
.tgo-theme-2026 .tgo-mega-group-link { display: inline-flex; max-width: 720px; align-items: center; gap: 10px; margin: 0 0 12px; padding: 10px 18px; border: 1px solid #bde2e8; border-radius: 999px; background: #f3fbfc; color: var(--tgo-cyan); font-size: 14px; font-weight: 600; line-height: 22px; }
.tgo-theme-2026 .tgo-mega-group-link:hover,
.tgo-theme-2026 .tgo-mega-group-link:focus-visible { border-color: var(--tgo-cyan); background: #e7f7fa; }
.tgo-theme-2026 .tgo-mega-destinations { display: grid; margin: 0; padding: 0; gap: 0; list-style: none; }
.tgo-theme-2026 .tgo-mega-destinations > li { min-width: 0; }
.tgo-theme-2026 .tgo-mega-destinations > li > a { display: block; max-width: 720px; border-radius: 10px; padding: 14px 30px; color: #101f24; font-size: 16px; font-weight: 500; line-height: 26px; white-space: normal; overflow-wrap: anywhere; }
.tgo-theme-2026 .tgo-navigation-unresolved { display: block; max-width: 720px; padding: 14px 30px; color: #6f7f84; font-size: 16px; font-weight: 500; line-height: 26px; white-space: normal; overflow-wrap: anywhere; cursor: not-allowed; }
.tgo-theme-2026 .tgo-mega-destinations > li.is-active > a,
.tgo-theme-2026 .tgo-mega-destinations > li > a:hover,
.tgo-theme-2026 .tgo-mega-destinations > li > a:focus { background: #edf9fc; color: var(--tgo-cyan); }
.tgo-theme-2026 .tgo-mega-destination-children { margin-left: 28px; }
.tgo-theme-2026 .tgo-mega-destination-children .tgo-mega-destinations > li > a { padding-top: 9px; padding-bottom: 9px; font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-font-size-controls { display: inline-flex; align-items: center; gap: 5px; }
.tgo-theme-2026 .tgo-font-size-label { margin-right: 2px; white-space: nowrap; }
.tgo-theme-2026 .tgo-font-size-controls button { --tgo-circle-size: 24px; border: 1px solid rgba(255,255,255,.7); background: transparent; color: #fff; font: 500 16px/22px Prompt,Arial,sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-font-size-controls button.is-active { background: #fff; color: var(--tgo-cyan); }
html.fz_s .tgo-theme-2026,
html.tgo-a11y-font--2 .tgo-theme-2026 { --tgo-a11y-scale: .9; }
html.tgo-a11y-font--1 .tgo-theme-2026 { --tgo-a11y-scale: .95; }
html.tgo-a11y-font-1 .tgo-theme-2026 { --tgo-a11y-scale: 1.05; }
html.tgo-a11y-font-2 .tgo-theme-2026 { --tgo-a11y-scale: 1.1; }
html.fz_l .tgo-theme-2026,
html.tgo-a11y-font-3 .tgo-theme-2026 { --tgo-a11y-scale: 1.15; }
html.tgo-a11y-readable-font .tgo-theme-2026,
html.tgo-a11y-readable-font .tgo-theme-2026 * { font-family: Arial, "Noto Sans Thai", sans-serif !important; }
html.tgo-a11y-letter-1 .tgo-theme-2026 { letter-spacing: .035em; }
html.tgo-a11y-letter-2 .tgo-theme-2026 { letter-spacing: .07em; }
html.tgo-a11y-letter--1 .tgo-theme-2026 { letter-spacing: -.015em; }
html.tgo-a11y-line-1 .tgo-theme-2026 { line-height: 1.7; }
html.tgo-a11y-line-2 .tgo-theme-2026 { line-height: 1.9; }
html.tgo-a11y-bold .tgo-theme-2026 h1,
html.tgo-a11y-bold .tgo-theme-2026 h2,
html.tgo-a11y-bold .tgo-theme-2026 h3,
html.tgo-a11y-bold .tgo-theme-2026 h4 { padding: .08em .22em; outline: 3px solid #ffd54f; outline-offset: 2px; }
html.tgo-a11y-strong-text .tgo-theme-2026 { font-weight: 600; }
html.tgo-a11y-links .tgo-theme-2026 a { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 3px; }
html.tgo-a11y-contrast .tgo-theme-2026 { color: #081d24; }
html.tgo-a11y-monochrome { filter: grayscale(1); }
html.tgo-a11y-brightness { filter: brightness(1.18); }
html.tgo-a11y-high-contrast { filter: contrast(1.35) saturate(1.35); }
html.tgo-a11y-low-contrast { filter: contrast(.82) saturate(.65); }
html.tgo-a11y-color-blind { filter: grayscale(1) contrast(1.15); }
html.tgo-a11y-reduce-motion *,
html.tgo-a11y-reduce-motion *::before,
html.tgo-a11y-reduce-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
html.tgo-a11y-focus .tgo-theme-2026 :focus { outline: 4px solid #ffb300 !important; outline-offset: 4px !important; }

.tgo-theme-2026 .tgo-accessibility-rail { position: fixed; z-index: 90; top: 43%; right: 0; display: grid; width: 72px; padding: 12px 9px; overflow: hidden; gap: 14px; border-radius: 20px 0 0 20px; background: rgba(255,255,255,.98); box-shadow: 0 8px 26px rgba(15,77,96,.18); }
.tgo-theme-2026 .tgo-accessibility-rail button,
.tgo-theme-2026 .tgo-accessibility-rail a { --tgo-circle-size: 54px; display: grid; width: 54px; height: 54px; min-width: 54px; aspect-ratio: 1; flex: 0 0 auto; padding: 0; place-items: center; border: 0; background: #f3f5f6; color: #00b2d9; cursor: pointer; transition: background var(--tgo-motion-fast) var(--tgo-ease-standard), box-shadow var(--tgo-motion-fast) var(--tgo-ease-standard), transform var(--tgo-motion-fast) var(--tgo-ease-standard); }
.tgo-theme-2026 .tgo-accessibility-rail .tgo-circle-control:hover { background: #e6f8fc; box-shadow: inset 0 0 0 2px rgb(var(--tgo-color-primary-rgb) / 32%); transform: translateY(-1px); }
.tgo-theme-2026 .tgo-accessibility-rail [data-accessibility-open][aria-expanded="true"] { background: var(--tgo-color-primary); color: #fff; box-shadow: 0 7px 18px rgb(var(--tgo-color-primary-rgb) / 30%); }
.tgo-theme-2026 .tgo-accessibility-rail [data-accessibility-open][aria-expanded="true"] .tgo-accessibility-artwork { filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-accessibility-rail .tgo-circle-control:active .tgo-accessibility-artwork { filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-accessibility-rail .tgo-circle-control:active { background: var(--tgo-color-primary); color: #fff; transform: translateY(0); }
.tgo-theme-2026 .tgo-accessibility-rail button { position: relative; }
.tgo-theme-2026 .tgo-accessibility-rail button::after { position: absolute; right: 4px; bottom: -8px; left: 4px; height: 2px; border-radius: 999px; background: #00b2d9; content: ''; }
.tgo-theme-2026 .tgo-accessibility-rail svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tgo-theme-2026 .tgo-accessibility-artwork { display: block; width: 32px; height: 32px; object-fit: contain; }
.tgo-theme-2026 .tgo-accessibility-dialog[hidden] { display: none; }
.tgo-theme-2026 .tgo-accessibility-dialog { position: fixed; z-index: 110; inset: 0; display: flex; padding: 18px 70px 18px 18px; align-items: center; justify-content: flex-end; background: rgba(13,45,55,.12); }
.tgo-theme-2026 .tgo-accessibility-panel { width: min(430px, calc(100vw - 36px)); max-height: calc(100vh - 36px); overflow: auto; border: 1px solid #00b2d9; border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(12,61,77,.24); }
.tgo-theme-2026 .tgo-accessibility-panel > header { position: sticky; z-index: 1; top: 0; display: flex; min-height: 62px; padding: 0 16px; align-items: center; justify-content: space-between; background: #00b2d9; color: #fff; }
.tgo-theme-2026 .tgo-accessibility-panel h2 { display: flex; margin: 0; align-items: center; gap: 9px; color: #fff; font-size: 17px; text-align: left; }
.tgo-theme-2026 .tgo-accessibility-panel h2 .tgo-accessibility-artwork { width: 30px; height: 30px; padding: 4px; border: 1.5px solid #fff; border-radius: 50%; object-fit: contain; filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-accessibility-panel header button { --tgo-circle-size: 38px; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 26px; cursor: pointer; }
.tgo-theme-2026 .tgo-accessibility-panel header button .tgo-accessibility-artwork { width: 24px; height: 24px; object-fit: contain; }
.tgo-theme-2026 .tgo-accessibility-body { padding: 22px 24px 24px; }
.tgo-theme-2026 .tgo-a11y-adjustment { display: grid; grid-template-columns: minmax(0,1fr) 32px 82px 32px; min-height: 58px; margin-bottom: 9px; padding: 7px 10px 7px 18px; align-items: center; gap: 7px; border: 1px solid #a7c4ce; border-radius: 11px; color: #4d6872; }
.tgo-theme-2026 .tgo-a11y-adjustment button { --tgo-circle-size: 26px; border: 0; background: #00b2d9; color: #fff; font: 700 20px/1 Prompt, sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-a11y-adjustment output { text-align: center; font-weight: 600; }
.tgo-theme-2026 .tgo-a11y-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 12px; margin-top: 10px; }
.tgo-theme-2026 .tgo-a11y-grid button { display: grid; min-height: 58px; padding: 7px 8px; place-items: center; gap: 2px; border: 1px solid #b7ccd4; border-radius: 9px; background: #fff; color: #536c76; font: inherit; cursor: pointer; }
.tgo-theme-2026 .tgo-a11y-grid button svg { width: 22px; height: 22px; color: #526e78; }
.tgo-theme-2026 .tgo-a11y-grid button[aria-pressed="true"] { border-color: #00b2d9; background: #e8f9fd; color: #087ca4; box-shadow: inset 0 0 0 1px #00b2d9; }
.tgo-theme-2026 .tgo-a11y-grid button span { font-size: 13px; }

.tgo-theme-2026 .tgo-page-hero { position: relative; min-height: 320px; overflow: hidden; background: linear-gradient(115deg,#e9fbfd 0%,#f7feff 48%,#d5f4ef 100%); }
.tgo-theme-2026 .tgo-page-hero::after { position: absolute; right: 6%; bottom: -110px; width: 440px; height: 440px; border: 1px solid rgba(0,169,216,.18); border-radius: 50%; background: radial-gradient(circle at 50% 50%,rgba(0,169,216,.14),rgba(99,196,142,.08) 55%,transparent 56%); content: ""; }
.tgo-theme-2026 .tgo-page-hero .tgo-container { position: relative; z-index: 1; height: 320px; padding-top: 54px; }
.tgo-theme-2026 .tgo-page-breadcrumb { display: flex; align-items: center; gap: 10px; color: #617c85; font-size: 14px; }
.tgo-theme-2026 .tgo-page-breadcrumb a { color: #049dcb; }
.tgo-theme-2026 .tgo-page-hero-copy { max-width: 800px; margin-top: 56px; }
.tgo-theme-2026 .tgo-page-hero-copy p { margin: 0 0 8px; color: #08a5d3; font-size: 14px; font-weight: 600; letter-spacing: .13em; }
.tgo-theme-2026 .tgo-page-hero-copy h1 { margin: 0; color: #173e4a; font-size: clamp(34px,4vw,52px); line-height: 1.18; }
.tgo-theme-2026 .tgo-page-hero-copy span { display: block; margin-top: 12px; color: #617b84; font-size: 16px; }
.tgo-theme-2026 .tgo-survey-shell,
.tgo-theme-2026 .tgo-sitemap-content { padding: 64px 0 88px; background: #f8fcfd url('../images/home-services-hex-pattern.svg') center top/1280px auto repeat-y; }
.tgo-theme-2026 .tgo-survey-intro { max-width: 900px; margin: 0 auto 30px; text-align: center; }
.tgo-theme-2026 .tgo-survey-intro > span { display: inline-block; margin-bottom: 12px; padding: 7px 18px; border-radius: 999px; background: #e7f9fd; color: #079cca; font-weight: 600; }
.tgo-theme-2026 .tgo-survey-intro h2 { margin: 0 0 10px; font-size: 30px; line-height: 1.35; }
.tgo-theme-2026 .tgo-survey-intro p { margin: 0; color: #698087; }
.tgo-theme-2026 .tgo-survey-legacy { max-width: 1180px; margin: 0 auto; padding: 26px 38px 44px; border: 1px solid #d9ebef; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 18px 46px rgba(31,88,101,.09); }
.tgo-theme-2026 .tgo-survey-legacy > section:first-child,
.tgo-theme-2026 .tgo-survey-legacy > section.row,
.tgo-theme-2026 .tgo-survey-legacy #form_survey .head_page,
.tgo-theme-2026 .tgo-survey-legacy #form_survey .head_detail_textdl { display: none !important; }
.tgo-theme-2026 .tgo-survey-legacy #form_survey .container { width: 100% !important; max-width: none; padding: 0; }
.tgo-theme-2026 .tgo-survey-legacy #form_survey .row_content { margin: 0; padding: 0; background: transparent; }
.tgo-theme-2026 .tgo-survey-legacy #form_survey .content_white { padding: 0 !important; box-shadow: none; }
.tgo-theme-2026 .tgo-survey-legacy .boxtopic { margin: 18px 0 0; padding: 15px 20px; border: 0; border-radius: 12px 12px 0 0; background: linear-gradient(90deg,#06a7d6,#58c99a); color: #fff; font-size: 19px; font-weight: 600; }
.tgo-theme-2026 .tgo-survey-legacy .wrap_frmsurvey { margin: 0 0 18px; padding: 24px; border: 1px solid #dcebee; border-top: 0; border-radius: 0 0 12px 12px; background: #fff; }
.tgo-theme-2026 .tgo-survey-legacy label { color: #34545e; font-weight: 500; }
.tgo-theme-2026 .tgo-survey-legacy .form-control { min-height: 44px; border: 1px solid #bfd6dc; border-radius: 8px; box-shadow: none; font-family: Prompt,sans-serif; }
.tgo-theme-2026 .tgo-survey-legacy .form-control:focus { border-color: #04a7d5; box-shadow: 0 0 0 3px rgba(4,167,213,.14); }
.tgo-theme-2026 .tgo-survey-legacy input[type="checkbox"] { accent-color: #03a6d4; }
.tgo-theme-2026 .tgo-survey-legacy .btnsubmit { min-width: 180px; padding: 13px 28px; border: 0; border-radius: 9px; background: linear-gradient(90deg,#05a7d5,#61c988); color: #fff; font: 600 17px Prompt,sans-serif; box-shadow: 0 8px 18px rgba(0,165,203,.2); }
.tgo-theme-2026 .tgo-page-section-title { margin-bottom: 34px; text-align: left; }
.tgo-theme-2026 .tgo-page-section-title h2 { margin: 0; text-align: left; font-size: 30px; }
.tgo-theme-2026 .tgo-page-section-title i { display: block; width: 62px; height: 3px; margin-top: 11px; background: linear-gradient(90deg,#63c48e,#00a9d8); }
.tgo-theme-2026 .tgo-sitemap-tree > ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; list-style: none; }
.tgo-theme-2026 .tgo-sitemap-tree > ul > li { min-width: 0; padding: 0 0 24px; overflow: hidden; border: 1px solid #dcebef; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(36,86,99,.07); }
.tgo-theme-2026 .tgo-sitemap-tree > ul > li > a,
.tgo-theme-2026 .tgo-sitemap-tree > ul > li > span { display: block; padding: 15px 20px; background: linear-gradient(100deg,#04a7d6,#55c89a); color: #fff; font-size: 18px; font-weight: 600; }
.tgo-theme-2026 .tgo-sitemap-tree ul ul { margin: 0; padding: 14px 22px 0 39px; list-style: none; }
.tgo-theme-2026 .tgo-sitemap-tree ul ul li { position: relative; margin: 0; padding: 7px 0; color: #47646d; }
.tgo-theme-2026 .tgo-sitemap-tree ul ul li::before { position: absolute; top: 16px; left: -16px; width: 5px; height: 5px; border-radius: 50%; background: #06a7d6; content: ""; }
.tgo-theme-2026 .tgo-sitemap-tree ul ul a:hover { color: #039dca; text-decoration: underline; }
.tgo-theme-2026 .tgo-service-collection-content { padding: 64px 0 96px; background: #fff url('../images/home-services-hex-pattern.svg') center top/1280px auto repeat-y; }
.tgo-theme-2026 .tgo-service-collection-tools { margin-bottom: 42px; }
.tgo-theme-2026 .tgo-service-collection-tools h2 { display: inline-block; margin: 0; padding-bottom: 10px; border-bottom: 3px solid transparent; border-image: linear-gradient(90deg,#63c48e,#00a9d8) 1; text-align: left; font-size: 30px; }
.tgo-theme-2026 .tgo-service-collection-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px 20px; }
.tgo-theme-2026 .tgo-service-collection-card { display: grid; height: 319px; min-height: 319px; overflow: hidden; padding: 0; grid-template-columns: 1fr; grid-template-rows: 170px 1fr; align-items: stretch; gap: 0; border: 1px solid #dcebed; border-radius: 28px; background: rgba(255,255,255,.98); box-shadow: 0 9px 24px rgba(36,86,99,.1); transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.tgo-theme-2026 .tgo-service-collection-card:hover { transform: translateY(-5px); border-color: #8ad7df; box-shadow: 0 16px 34px rgba(22,102,118,.14); }
.tgo-theme-2026 .tgo-service-collection-visual { display: grid; width: 100%; height: 170px; padding: 22px; place-items: center; background: linear-gradient(100deg,#08a6d7,#75cba9); }
.tgo-theme-2026 .tgo-service-collection-visual img { width: min(170px,100%); height: 124px; object-fit: contain; }
.tgo-theme-2026 [data-service-key="carbon-credit"] .tgo-service-collection-visual,
.tgo-theme-2026 [data-service-key="carbon-credit"] .tgo-home-service-icon,
.tgo-theme-2026 [data-service-key="emission-reduction"] .tgo-service-collection-visual,
.tgo-theme-2026 [data-service-key="emission-reduction"] .tgo-home-service-icon { display: flex; align-items: center; justify-content: center; gap: 12px; }
.tgo-theme-2026 [data-service-key="carbon-credit"] .tgo-service-collection-visual > img,
.tgo-theme-2026 [data-service-key="carbon-credit"] .tgo-home-service-icon > img,
.tgo-theme-2026 [data-service-key="emission-reduction"] .tgo-service-collection-visual > img,
.tgo-theme-2026 [data-service-key="emission-reduction"] .tgo-home-service-icon > img { width: 96px; height: 98px; flex: 0 1 96px; object-fit: contain; }
.tgo-theme-2026 [data-service-key="carbon-label"] .tgo-service-collection-visual > img,
.tgo-theme-2026 [data-service-key="carbon-label"] .tgo-home-service-icon > img { width: min(205px,86%); height: 126px; }
.tgo-theme-2026 [data-service-key="carbon-neutral-network"] .tgo-service-collection-visual > img,
.tgo-theme-2026 [data-service-key="carbon-neutral-network"] .tgo-home-service-icon > img { width: 120px; height: 120px; }
.tgo-theme-2026 [data-service-key="carbon-neutral-network"] .tgo-service-collection-marks img,
.tgo-theme-2026 [data-service-key="carbon-neutral-network"] .tgo-service-mark-group img { width: 77px; height: 40px; }
.tgo-theme-2026 [data-service-key="national-monitoring"] .tgo-service-collection-visual > img { width: 84px; height: 132px; }
.tgo-theme-2026 [data-service-key="national-monitoring"] .tgo-home-service-icon > img { width: 74px; height: 126px; }
.tgo-theme-2026 .tgo-service-collection-copy { display: flex; min-height: 130px; padding: 17px 20px 18px; flex-direction: column; }
.tgo-theme-2026 .tgo-service-collection-copy strong { display: block; color: #173e4a; font-size: 18px; font-weight: 500; line-height: 1.45; }
.tgo-theme-2026 .tgo-service-collection-marks { display: flex; min-height: 46px; margin-top: auto; align-items: flex-end; gap: 8px; }
.tgo-theme-2026 .tgo-service-collection-marks img { width: 54px; height: 44px; object-fit: contain; }
.tgo-theme-2026 .tgo-library-content,
.tgo-theme-2026 .tgo-annual-content,
.tgo-theme-2026 .tgo-article-detail-content,
.tgo-theme-2026 .tgo-faq-content { padding: 64px 0 96px; background: #f9fcfd url('../images/home-services-hex-pattern.svg') center top/1280px auto repeat-y; }
.tgo-theme-2026 .tgo-library-tools,
.tgo-theme-2026 .tgo-annual-tools { display: flex; margin-bottom: 30px; align-items: center; justify-content: space-between; gap: 28px; }
.tgo-theme-2026 .tgo-library-tools h2,
.tgo-theme-2026 .tgo-annual-tools h2 { margin: 0; text-align: left; font-size: 31px; }
.tgo-theme-2026 .tgo-library-tools i,
.tgo-theme-2026 .tgo-annual-tools i,
.tgo-theme-2026 .tgo-faq-list > header i { display: block; width: 60px; height: 3px; margin-top: 10px; background: linear-gradient(90deg,#60c78f,#05a8d7); }
.tgo-theme-2026 .tgo-library-tools form { display: flex; width: min(470px,100%); }
.tgo-theme-2026 .tgo-library-tools label { flex: 1; }
.tgo-theme-2026 .tgo-library-tools input,
.tgo-theme-2026 .tgo-annual-tools input { width: 100%; height: 48px; padding: 0 17px; border: 1px solid #cfe1e5; border-radius: 10px 0 0 10px; background: #fff; font: 400 14px Prompt,sans-serif; outline: 0; }
.tgo-theme-2026 .tgo-library-tools button { padding: 0 28px; border: 0; border-radius: 0 10px 10px 0; background: #05a7d5; color: #fff; font: 600 14px Prompt,sans-serif; }
.tgo-theme-2026 .tgo-annual-tools label { width: min(390px,100%); }
.tgo-theme-2026 .tgo-annual-tools input { border-radius: 10px; }
.tgo-theme-2026 .tgo-article-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.tgo-theme-2026 .tgo-article-card { overflow: hidden; border: 1px solid #dcebed; border-radius: 17px; background: #fff; box-shadow: 0 10px 28px rgba(33,88,101,.08); transition: transform .2s ease,box-shadow .2s ease; }
.tgo-theme-2026 .tgo-article-card:hover { transform: translateY(-5px); box-shadow: 0 17px 36px rgba(25,96,112,.14); }
.tgo-theme-2026 .tgo-article-card a { display: flex; height: 100%; flex-direction: column; }
.tgo-theme-2026 .tgo-article-card-media { display: block; height: 220px; overflow: hidden; background: #edf5f6; }
.tgo-theme-2026 .tgo-article-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tgo-theme-2026 .tgo-article-card:hover img { transform: scale(1.035); }
.tgo-theme-2026 .tgo-article-card-copy { display: flex; min-height: 240px; padding: 21px; flex: 1; flex-direction: column; }
.tgo-theme-2026 .tgo-article-card-copy time { color: #83979c; font-size: 12px; }
.tgo-theme-2026 .tgo-article-card-copy h2 { display: -webkit-box; margin: 8px 0; overflow: hidden; color: #193f4b; font-size: 18px; line-height: 1.48; text-align: left; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-article-card-copy p { display: -webkit-box; margin: 0 0 18px; overflow: hidden; color: #6d858c; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tgo-theme-2026 .tgo-article-card-copy b { margin-top: auto; color: #04a4d2; font-size: 13px; }
.tgo-theme-2026 .tgo-pagination { display: flex; margin-top: 40px; align-items: center; justify-content: center; gap: 7px; }
.tgo-theme-2026 .tgo-pagination a { display: grid; min-width: 38px; height: 38px; padding: 0 8px; place-items: center; border: 1px solid #d2e3e7; border-radius: 7px; background: #fff; color: #536f78; }
.tgo-theme-2026 .tgo-pagination a.active,
.tgo-theme-2026 .tgo-pagination a.is-active { border-color: #04a7d5; background: #04a7d5; color: #fff; }
.tgo-theme-2026 .tgo-article-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 28px; }
.tgo-theme-2026 .tgo-article-sheet { min-width: 0; padding: 42px 48px; border: 1px solid #dcebed; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(32,87,99,.08); }
.tgo-theme-2026 .tgo-article-sheet > header { padding-bottom: 25px; border-bottom: 1px solid #e0edef; }
.tgo-theme-2026 .tgo-article-sheet > header time { color: #6f8990; }
.tgo-theme-2026 .tgo-article-sheet > header h1,
.tgo-theme-2026 .tgo-article-sheet > header h2 { margin: 12px 0; color: #173e4a; font-size: 34px; line-height: 1.35; }
.tgo-theme-2026 .tgo-article-sheet > header p { margin: 0; color: #6a838a; font-size: 16px; }
.tgo-theme-2026 .tgo-article-share { display: flex; padding: 18px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #e0edef; }
.tgo-theme-2026 .tgo-article-sheet .tgo-content-body { padding: 26px 0; color: #3d5962; font-size: 16px; line-height: 1.85; }
.tgo-theme-2026 .tgo-article-sheet .tgo-content-body img,
.tgo-theme-2026 .tgo-article-sheet .tgo-content-body iframe { max-width: 100%; }
.tgo-theme-2026 .tgo-ebook-frame iframe { width: 100%; height: 760px; border: 1px solid #d6e7ea; border-radius: 12px; }
.tgo-theme-2026 .tgo-article-side { position: sticky; top: 120px; }
.tgo-theme-2026 .tgo-article-side > div { padding: 28px; border-radius: 18px; background: linear-gradient(145deg,#05a7d5,#58c895); color: #fff; box-shadow: 0 14px 30px rgba(9,145,167,.2); }
.tgo-theme-2026 .tgo-article-side strong { font-size: 21px; }
.tgo-theme-2026 .tgo-article-side p { line-height: 1.6; }
.tgo-theme-2026 .tgo-article-side a { display: inline-block; padding: 9px 15px; border: 1px solid rgba(255,255,255,.6); border-radius: 8px; }
.tgo-theme-2026 .tgo-annual-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.tgo-theme-2026 .tgo-annual-card { display: grid; min-height: 324px; padding: 12px; grid-template-columns: 212px minmax(0,1fr); gap: 24px; border: 1px solid #dcebed; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(34,88,100,.08); }
.tgo-theme-2026 .tgo-annual-cover { display: block; height: 300px; overflow: hidden; border-radius: 11px; background: #edf4f5; }
.tgo-theme-2026 .tgo-annual-cover img { width: 100%; height: 100%; object-fit: cover; }
.tgo-theme-2026 .tgo-annual-card > div { display: flex; min-width: 0; padding: 18px 14px 16px 0; flex-direction: column; }
.tgo-theme-2026 .tgo-annual-card time { color: #7b9298; font-size: 12px; }
.tgo-theme-2026 .tgo-annual-card h2 { margin: 10px 0; color: #193f4b; font-size: 21px; line-height: 1.42; text-align: left; }
.tgo-theme-2026 .tgo-annual-card p { color: #6b838a; font-size: 13px; line-height: 1.55; }
.tgo-theme-2026 .tgo-annual-card nav { display: flex; margin-top: auto; gap: 9px; }
.tgo-theme-2026 .tgo-annual-card nav a { padding: 9px 14px; border: 1px solid #0aa5d1; border-radius: 8px; color: #079cc7; font-size: 13px; }
.tgo-theme-2026 .tgo-annual-card nav a:first-child { background: #06a7d5; color: #fff; }
.tgo-theme-2026 .tgo-ai-assistant { display: grid; min-height: 410px; margin-bottom: 62px; padding: 58px 78px; grid-template-columns: 330px minmax(0,1fr); align-items: center; gap: 70px; border-radius: 24px; background: linear-gradient(135deg,#e7fbfd,#f8ffff 55%,#e8f8ef); box-shadow: 0 12px 34px rgba(31,91,104,.08); }
.tgo-theme-2026 .tgo-ai-visual { display: grid; width: 250px; height: 250px; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#84e1ef,#06a6d6 52%,#54c58f 100%); box-shadow: 0 22px 50px rgba(0,160,201,.24); color: #fff; font-size: 66px; font-weight: 700; }
.tgo-theme-2026 .tgo-ai-assistant > div:last-child > p { margin: 0 0 10px; color: #07a5d3; font-weight: 600; letter-spacing: .12em; }
.tgo-theme-2026 .tgo-ai-assistant h2 { margin: 0 0 12px; text-align: left; font-size: 38px; }
.tgo-theme-2026 .tgo-ai-assistant > div:last-child > span { color: #69838a; }
.tgo-theme-2026 .tgo-ai-assistant label { position: relative; display: block; margin-top: 28px; }
.tgo-theme-2026 .tgo-ai-assistant input { width: 100%; height: 56px; padding: 0 54px 0 20px; border: 1px solid #c6dfe4; border-radius: 12px; background: #fff; font: 400 15px Prompt,sans-serif; box-shadow: 0 8px 20px rgba(27,96,109,.06); outline: 0; }
.tgo-theme-2026 .tgo-ai-assistant label b { position: absolute; top: 12px; right: 18px; color: #06a5d3; font-size: 28px; }
.tgo-theme-2026 .tgo-faq-list { padding: 38px 48px 48px; border: 1px solid #dcebed; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(35,88,101,.08); }
.tgo-theme-2026 .tgo-faq-list > header { margin-bottom: 25px; }
.tgo-theme-2026 .tgo-faq-list > header h2 { margin: 0; text-align: left; font-size: 32px; }
.tgo-theme-2026 .tgo-faq-item { margin-bottom: 12px; overflow: hidden; border: 1px solid #d8e8eb; border-radius: 12px; }
.tgo-theme-2026 .tgo-faq-item h3 { margin: 0; }
.tgo-theme-2026 .tgo-faq-item h3 button { display: grid; width: 100%; min-height: 70px; padding: 12px 20px; grid-template-columns: 38px minmax(0,1fr) 28px; align-items: center; gap: 14px; border: 0; background: #fff; color: #294b55; font: 600 16px/1.45 Prompt,sans-serif; text-align: left; cursor: pointer; }
.tgo-theme-2026 .tgo-faq-q,
.tgo-theme-2026 .tgo-faq-a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #05a7d5; color: #fff; font-weight: 700; }
.tgo-theme-2026 .tgo-faq-item h3 button b { color: #079fcb; font-size: 22px; transition: transform .2s ease; }
.tgo-theme-2026 .tgo-faq-item.is-open h3 button { background: #effafd; }
.tgo-theme-2026 .tgo-faq-item.is-open h3 button b { transform: rotate(180deg); }
.tgo-theme-2026 .tgo-faq-answer { display: grid; padding: 24px 24px 28px 72px; grid-template-columns: 38px minmax(0,1fr); gap: 16px; border-top: 1px solid #dcebed; background: #fbfefe; color: #4f6972; line-height: 1.75; }
.tgo-theme-2026 .tgo-faq-a { background: #5cc68e; }
.tgo-theme-2026 .tgo-faq-empty { padding: 30px; color: #6c838a; text-align: center; }

@media (max-width: 900px) {
    .tgo-theme-2026 .tgo-sitemap-tree > ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tgo-theme-2026 .tgo-service-collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tgo-theme-2026 .tgo-article-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tgo-theme-2026 .tgo-annual-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-article-detail-layout { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-article-side { position: static; }
    .tgo-theme-2026 .tgo-ai-assistant { padding: 42px; grid-template-columns: 220px minmax(0,1fr); gap: 38px; }
    .tgo-theme-2026 .tgo-ai-visual { width: 190px; height: 190px; }
}
@media screen and (max-width: 640px) {
    .tgo-theme-2026 .tgo-accessibility-dialog { padding: 8px; }
    .tgo-theme-2026 .tgo-accessibility-panel { max-height: calc(100vh - 16px); }
    .tgo-theme-2026 .tgo-accessibility-rail { top: auto; bottom: 90px; }
    .tgo-theme-2026 .tgo-page-hero,
    .tgo-theme-2026 .tgo-page-hero .tgo-container { min-height: 280px; height: 280px; }
    .tgo-theme-2026 .tgo-page-hero-copy { margin-top: 40px; }
    .tgo-theme-2026 .tgo-page-hero-copy h1 { font-size: 32px; }
    .tgo-theme-2026 .tgo-survey-legacy { padding: 16px 14px 30px; border-radius: 14px; }
    .tgo-theme-2026 .tgo-survey-legacy .wrap_frmsurvey { padding: 18px 14px; }
    .tgo-theme-2026 .tgo-sitemap-tree > ul { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-service-collection-tools { align-items: stretch; flex-direction: column; }
    .tgo-theme-2026 .tgo-service-search { width: 100%; }
    .tgo-theme-2026 .tgo-service-collection-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-service-collection-card { height: auto; min-height: 260px; padding: 0; grid-template-columns: 1fr; grid-template-rows: 140px 1fr; }
    .tgo-theme-2026 .tgo-service-collection-icon { width: 100%; height: 92px; }
    .tgo-theme-2026 .tgo-library-tools,
    .tgo-theme-2026 .tgo-annual-tools { align-items: stretch; flex-direction: column; }
    .tgo-theme-2026 .tgo-library-tools form,
    .tgo-theme-2026 .tgo-annual-tools label { width: 100%; }
    .tgo-theme-2026 .tgo-article-card-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-article-sheet { padding: 27px 20px; }
    .tgo-theme-2026 .tgo-article-sheet > header h1,
    .tgo-theme-2026 .tgo-article-sheet > header h2 { font-size: 27px; }
    .tgo-theme-2026 .tgo-annual-card { min-height: 0; grid-template-columns: 120px minmax(0,1fr); gap: 14px; }
    .tgo-theme-2026 .tgo-annual-cover { height: 175px; }
    .tgo-theme-2026 .tgo-annual-card > div { padding: 8px 5px 8px 0; }
    .tgo-theme-2026 .tgo-annual-card h2 { font-size: 16px; }
    .tgo-theme-2026 .tgo-annual-card p { display: none; }
    .tgo-theme-2026 .tgo-annual-card nav { flex-wrap: wrap; }
    .tgo-theme-2026 .tgo-ai-assistant { padding: 30px 22px; grid-template-columns: 1fr; text-align: center; }
    .tgo-theme-2026 .tgo-ai-visual { width: 150px; height: 150px; margin: 0 auto; font-size: 44px; }
    .tgo-theme-2026 .tgo-ai-assistant h2 { font-size: 30px; text-align: center; }
    .tgo-theme-2026 .tgo-faq-list { padding: 28px 16px; }
    .tgo-theme-2026 .tgo-faq-item h3 button { padding: 12px; grid-template-columns: 32px minmax(0,1fr) 22px; gap: 9px; font-size: 14px; }
    .tgo-theme-2026 .tgo-faq-answer { padding: 20px 14px; grid-template-columns: 32px minmax(0,1fr); gap: 10px; }
}
.tgo-theme-2026.tgo-dialog-open { overflow: hidden; }
.tgo-theme-2026 .tgo-login-dialog[hidden] { display: none !important; }
.tgo-theme-2026 .tgo-login-dialog { position: fixed; z-index: 1000; inset: 0; display: grid; padding: 20px; place-items: center; background: rgba(9,48,60,.58); }
.tgo-theme-2026 .tgo-login-panel { position: relative; width: min(420px,100%); padding: 34px; border-radius: 18px; background: #fff; color: var(--tgo-navy); box-shadow: 0 24px 70px rgba(5,47,60,.3); }
.tgo-theme-2026 .tgo-login-panel h2 { margin: 0 0 20px; font-size: 1.5rem; text-align: left; }
.tgo-theme-2026 .tgo-login-panel form { display: grid; gap: 9px; }
.tgo-theme-2026 .tgo-login-panel label { margin-top: 8px; font-size: .75rem; font-weight: 600; }
.tgo-theme-2026 .tgo-login-panel input { width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid var(--tgo-line); border-radius: 8px; font-size: 1rem; }
.tgo-theme-2026 .tgo-login-panel #btn_signin { min-height: 42px; margin-top: 14px; border: 0; border-radius: 8px; background: linear-gradient(90deg,var(--tgo-cyan),var(--tgo-mint)); color: #fff; font-weight: 600; cursor: pointer; }
.tgo-theme-2026 .tgo-login-panel #btn_signin:disabled { cursor: wait; filter: grayscale(.3); opacity: .7; }
.tgo-theme-2026 .tgo-login-status { margin: 8px 0 0; border-radius: 8px; padding: 10px 12px; background: #fff1f2; color: #a32635; font-size: .875rem; line-height: 1.5; }
.tgo-theme-2026 .tgo-login-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf8fa; color: var(--tgo-navy); font-size: 1.25rem; cursor: pointer; }
.tgo-theme-2026 .tgo-nav-actions { flex: 0 0 auto; }
.tgo-theme-2026 img.tgo-image-fallback { box-sizing: border-box; padding: 16px; background: #e8f9fc; object-fit: contain !important; }

/* Hero */
.tgo-theme-2026 .tgo-home-hero { height: clamp(320px, 25.1vw, 430px); min-height: 320px; overflow: hidden; background: #eaf9f8; }
.tgo-theme-2026 .tgo-hero-track,
.tgo-theme-2026 .tgo-hero-slide { height: 100%; min-height: 100%; }
.tgo-theme-2026 .tgo-hero-track { position: relative; overflow: hidden; background: #eaf9f8; }
.tgo-theme-2026 .tgo-hero-slide { position: absolute; inset: 0; z-index: 0; display: block; background-position: center; background-size: cover; opacity: 0; pointer-events: none; transition: opacity .52s ease, transform .72s cubic-bezier(.2,.75,.25,1); transform: scale(1.012); }
.tgo-theme-2026 .tgo-hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.tgo-theme-2026 .tgo-hero-track.is-ready .tgo-hero-slide.is-active { animation: tgo-hero-reveal .72s cubic-bezier(.2,.75,.25,1) both; }
.tgo-theme-2026 .tgo-hero-track.is-ready .tgo-hero-slide.is-active .tgo-hero-art img,
.tgo-theme-2026 .tgo-hero-track.is-ready .tgo-hero-slide.is-active.is-cms-variant { animation: tgo-hero-drift 6s ease-out both; }
.tgo-theme-2026 .tgo-hero-art { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; }
.tgo-theme-2026 .tgo-hero-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tgo-theme-2026 .tgo-hero-cms-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tgo-theme-2026 .tgo-hero-cms-image.is-wide-banner { object-fit: contain; background: #eaf9f8; }
.tgo-theme-2026 .tgo-hero-slide.is-cms-variant { background-position: center; background-color: #e8f4f5; }
.tgo-theme-2026 .tgo-hero-slide.is-cms-variant .tgo-hero-art { display: none; }
.tgo-theme-2026 .tgo-hero-slide.is-fallback-variant { background-color: #e8f9fc; background-position: center; background-repeat: no-repeat; background-size: 160px auto; }
.tgo-theme-2026 .tgo-hero-slide.is-cms-variant .tgo-hero-copy { display: none; }
.tgo-theme-2026 .tgo-hero-slide.is-cms-variant .tgo-hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 42%); }
.tgo-theme-2026 .tgo-hero-slide.is-fallback-variant .tgo-hero-shade { background: transparent; }
.tgo-theme-2026 .tgo-hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.36) 0%, rgba(255,255,255,.08) 42%, transparent 65%); }
.tgo-theme-2026 .tgo-hero-copy {
    left: max(calc((100vw - 1180px) / 2), 28px);
    width: 520px;
    color: var(--tgo-navy);
    font: 600 2.375rem/1.16 Prompt, Arial, sans-serif;
}
.tgo-theme-2026 .tgo-hero-copy strong { color: #00a9d8; }
.tgo-theme-2026 .tgo-hero-copy small { margin-top: 14px; color: #6c858c; font: 300 .75rem/1.6 Prompt, Arial, sans-serif; }
.tgo-theme-2026 .tgo-hero-controls { position: absolute; z-index: 3; left: 50%; bottom: 18px; display: flex; width: auto; max-width: calc(100% - 32px); min-height: 42px; padding: 5px 8px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(7,45,55,.14); backdrop-filter: blur(10px); transform: translateX(-50%); pointer-events: none; }
.tgo-theme-2026 .tgo-hero-control { --tgo-circle-size: 32px; border: 1px solid rgba(0,169,212,.34); background: #fff; color: #087c9b; font-size: 22px; line-height: 1; box-shadow: 0 3px 10px rgba(7,45,55,.1); pointer-events: auto; cursor: pointer; }
.tgo-theme-2026 .tgo-hero-control:hover { background: #fff; transform: translateY(-1px); }
.tgo-theme-2026 .tgo-hero-control:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.tgo-theme-2026 .tgo-hero-progress { position: relative; display: flex; width: auto; min-width: 0; height: 28px; padding: 7px 3px; align-items: center; justify-content: center; gap: 6px; pointer-events: auto; }
.tgo-theme-2026 .tgo-hero-progress button { --tgo-circle-size: 8px; border: 1px solid rgba(0,151,190,.3); appearance: none; background: #cbd4d7; box-shadow: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.tgo-theme-2026 .tgo-hero-progress button[aria-current="true"] { background: #00add5; transform: scale(1.35); }
.tgo-theme-2026 .tgo-hero-progress button:focus-visible { outline: 3px solid rgba(0,169,212,.3); outline-offset: 3px; }
.tgo-theme-2026 .tgo-hero-status { min-width: 42px; color: #315d68; font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }

/* Homepage canvas and section headings */
.tgo-theme-2026 .tgo-home-figma {
    --tgo-home-content-width: 1180px;
    background-color: #fff;
    background-image:
        linear-gradient(30deg, transparent 24%, rgba(3,169,211,.035) 25%, rgba(3,169,211,.035) 26%, transparent 27%, transparent 74%, rgba(3,169,211,.035) 75%, rgba(3,169,211,.035) 76%, transparent 77%),
        linear-gradient(150deg, transparent 24%, rgba(3,169,211,.035) 25%, rgba(3,169,211,.035) 26%, transparent 27%, transparent 74%, rgba(3,169,211,.035) 75%, rgba(3,169,211,.035) 76%, transparent 77%);
    background-size: 150px 260px;
}
.tgo-theme-2026 .tgo-home-figma .tgo-section-shell > .tgo-container {
    width: min(var(--tgo-home-content-width), calc(100% - 40px));
    margin-inline: auto;
}
.tgo-theme-2026 .tgo-home-figma .tgo-section-shell { padding: 54px 0; }
.tgo-theme-2026 .tgo-home-figma .tgo-section-heading { margin-bottom: 26px; }
.tgo-theme-2026 .tgo-home-figma .tgo-section-heading h2 { color: #244b55; font-size: 1.5rem; font-weight: 600; }
.tgo-theme-2026 .tgo-home-figma .tgo-section-heading i { width: 42px; height: 3px; margin-top: 8px; background: var(--tgo-cyan); }

/* Service rails */
.tgo-theme-2026 .tgo-home-services { position: relative; isolation: isolate; overflow: hidden; padding: 64px 0 !important; background-color: var(--tgo-color-surface); background-image: url('../images/home-services-hex-pattern.svg'); background-position: center top; background-size: 320px 278px; }
.tgo-theme-2026 .tgo-home-services::before { position: absolute; z-index: -1; width: 420px; height: 420px; border: 2px solid rgba(0,178,217,.18); content: ''; transform: rotate(30deg); pointer-events: none; }
.tgo-theme-2026 .tgo-home-services--agency::before { top: -245px; left: -190px; }
.tgo-theme-2026 .tgo-home-services--citizen::before { right: -220px; bottom: -265px; border-color: rgba(95,190,135,.2); }
.tgo-theme-2026 .tgo-home-figma .tgo-home-services > .tgo-container { width: min(1496px, calc(100% - 40px)); max-width: 1496px; }
.tgo-theme-2026 .tgo-home-services .tgo-section-heading { margin-bottom: 56px; }
.tgo-theme-2026 .tgo-home-services .tgo-section-heading h2 { color: #0d313a; font-size: 2.5rem; line-height: 1.5; }
.tgo-theme-2026 .tgo-home-services .tgo-section-heading i { width: min(326px, 84%); height: 3px; margin-top: 0; background: linear-gradient(90deg, #5fbe87, #00b2d9); }
.tgo-theme-2026 .tgo-service-slider { position: relative; max-width: 1496px; margin: 0 auto; padding: 0 132px; outline: 0; }
.tgo-theme-2026 .tgo-service-slider:focus-visible { outline: 3px solid rgba(0,169,212,.22); outline-offset: 8px; }
.tgo-theme-2026 .tgo-service-viewport { max-width: 1232px; margin: 0 auto; overflow: hidden; scroll-behavior: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.tgo-theme-2026 .tgo-service-viewport::-webkit-scrollbar { display: none; }
.tgo-theme-2026 .tgo-home-card-row { display: flex; gap: 24px; max-width: none; margin: 0; }
.tgo-theme-2026 .tgo-home-card-row .tgo-home-service-card { flex: 0 0 290px; scroll-snap-align: start; }
.tgo-theme-2026 .tgo-home-service-card,
.tgo-theme-2026 .tgo-home-service-card:link,
.tgo-theme-2026 .tgo-home-service-card:visited { position: relative; display: flex; height: 319px; min-width: 0; overflow: hidden; flex-direction: column; border: 0; border-radius: 32px; background: #fff !important; box-shadow: 0 2px 11.4px rgba(163,183,195,.25); filter: none; opacity: 1; transition: transform .24s ease, box-shadow .24s ease; }
.tgo-theme-2026 .tgo-home-service-card:hover,
.tgo-theme-2026 .tgo-home-service-card:focus-visible { transform: translateY(-3px); background: #fff !important; box-shadow: 0 8px 22px rgba(92,135,149,.2); outline: 3px solid rgba(0,178,217,.24); outline-offset: 3px; }
.tgo-theme-2026 .tgo-home-service-icon { display: flex; height: 147px; flex: 0 0 147px; align-items: center; justify-content: center; background: linear-gradient(90deg, var(--tgo-color-primary) 0%, var(--tgo-color-success) 100%); transition: filter .24s ease; }
.tgo-theme-2026 .tgo-home-service-card--citizen .tgo-home-service-icon { height: 207px; flex-basis: 207px; background: linear-gradient(90deg, #0499cf 0%, rgba(102,191,132,.7) 77.255%); }
.tgo-theme-2026 .tgo-home-service-card:hover .tgo-home-service-icon,
.tgo-theme-2026 .tgo-home-service-card:focus-visible .tgo-home-service-icon { filter: saturate(1.08); }
.tgo-theme-2026 .tgo-home-service-icon > img { width: min(190px,78%); max-width: none; height: 112px; max-height: none; object-fit: contain; }
.tgo-theme-2026 .tgo-home-service-card--citizen .tgo-home-service-icon > img { width: min(150px,68%); max-width: none; height: 142px; max-height: none; }
.tgo-theme-2026 .tgo-home-service-card strong { display: -webkit-box; min-height: 64px; padding: 13px 21px 0; overflow: hidden; color: #0d313a; font-size: clamp(17px, 1.35vw, 21px); font-weight: 500; line-height: 1.35; white-space: normal; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-home-service-card small { padding: 0 21px; color: #0d313a; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-home-service-logo-slot { display: flex; min-height: 62px; margin-top: auto; padding: 5px 21px 17px; align-items: flex-end; }
.tgo-theme-2026 .tgo-service-mark-group { display: flex; max-width: 100%; align-items: center; gap: 8px; }
.tgo-theme-2026 .tgo-service-mark-group img { width: 47px; height: 48px; object-fit: contain; }
.tgo-theme-2026 .tgo-service-caa-mark { display: inline-flex; align-items: flex-end; gap: 5px; color: #546f70; font-size: 9px; font-weight: 600; line-height: 1.05; }
.tgo-theme-2026 .tgo-service-caa-mark b { color: #00a4d4; font-size: 28px; font-weight: 600; line-height: .85; }
.tgo-theme-2026 .tgo-rail-status { display: flex; height: 44px; margin: 40px auto 0; align-items: center; justify-content: center; gap: 0; }
.tgo-theme-2026 .tgo-rail-status button { position: relative; display: grid; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; appearance: none; background: transparent; cursor: pointer; }
.tgo-theme-2026 .tgo-rail-status button::before { width: 10px; height: 10px; border-radius: 50%; background: rgba(13,49,58,.2); content: ''; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-rail-status button:hover::before { background: #8acddd; transform: scale(1.18); }
.tgo-theme-2026 .tgo-rail-status button:focus-visible { outline: 3px solid rgba(0,169,212,.24); outline-offset: 3px; }
.tgo-theme-2026 .tgo-rail-status button[aria-current="true"]::before { background: #00b2d9; box-shadow: 0 0 0 5px rgba(0,178,217,.14); transform: scale(1.18); }
.tgo-theme-2026 .tgo-service-arrow { position: absolute; z-index: 3; top: 119px; display: grid; width: 80px; height: 80px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #00acd4; font-size: 56px; font-weight: 300; line-height: 1; cursor: pointer; }
.tgo-theme-2026 .tgo-service-arrow:hover { color: #008fb5; background: rgba(255,255,255,.7); }
.tgo-theme-2026 .tgo-service-arrow:focus-visible { outline: 3px solid rgba(0,169,212,.24); outline-offset: 3px; }
.tgo-theme-2026 .tgo-service-arrow:disabled { opacity: .32; cursor: default; }
.tgo-theme-2026 .tgo-service-arrow--previous { left: 52px; }
.tgo-theme-2026 .tgo-service-arrow--next { right: 0; }
.tgo-theme-2026 .tgo-home-more { display: block; width: 207px; margin: 56px auto 0; padding: 12px 10px; border: 0; border-radius: 15px; color: #fff; background: linear-gradient(90deg, #00b2d9 32.212%, #6db873); font: 600 24px/1.5 Prompt, Arial, sans-serif; cursor: pointer; box-shadow: 0 5px 12px rgba(0,169,212,.12); }
.tgo-theme-2026 .tgo-home-more:hover { filter: saturate(1.08); box-shadow: 0 8px 18px rgba(0,169,212,.18); }
.tgo-theme-2026 .tgo-home-more:focus-visible { outline: 3px solid rgba(0,169,212,.28); outline-offset: 4px; }

body.tgo-site-theme--soft .tgo-home-services { background-color: var(--tgo-color-surface-subtle); }
body.tgo-site-theme--soft .tgo-home-services .tgo-section-heading i { background: var(--tgo-color-primary); }
body.tgo-site-theme--soft .tgo-home-service-card { border: 1px solid var(--tgo-color-border); box-shadow: 0 6px 18px rgb(var(--tgo-color-primary-rgb) / 10%); }
body.tgo-site-theme--soft .tgo-home-service-icon { background: linear-gradient(110deg, var(--tgo-color-primary), var(--tgo-color-accent)); }
body.tgo-site-theme--soft .tgo-service-arrow { color: var(--tgo-color-primary); }
body.tgo-site-theme--soft .tgo-service-arrow:hover { color: var(--tgo-color-primary-hover); }
body.tgo-site-theme--soft .tgo-rail-status button:hover::before { background: var(--tgo-color-accent); }
body.tgo-site-theme--soft .tgo-rail-status button[aria-current="true"]::before { background: var(--tgo-color-primary); box-shadow: 0 0 0 5px rgb(var(--tgo-color-primary-rgb) / 14%); }
body.tgo-site-theme--soft .tgo-home-more { background: linear-gradient(90deg, var(--tgo-color-primary), var(--tgo-color-accent)); box-shadow: 0 5px 12px rgb(var(--tgo-color-primary-rgb) / 12%); }
body.tgo-site-theme--soft .tgo-home-more:hover { box-shadow: 0 8px 18px rgb(var(--tgo-color-primary-rgb) / 18%); }
.tgo-theme-2026 .tgo-home-citizen { padding-top: 64px !important; padding-bottom: 64px !important; }

/* Keep below-the-fold homepage sections out of the first layout/paint pass. */
.tgo-theme-2026 .tgo-home > .tgo-section-shell:not(.tgo-home-hero) {
    content-visibility: auto;
    contain-intrinsic-size: 0 720px;
}

/* Progressive homepage motion. Content remains visible when JS is unavailable. */
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-motion-ready { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-motion-ready.is-revealed { opacity: 1; transform: none; }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-motion-ready .tgo-section-heading,
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-motion-ready .tgo-home-service-card,
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-motion-ready .tgo-knowledge-card { transform: translateY(16px); opacity: 0; transition: opacity .55s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-section-heading,
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-home-service-card,
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-knowledge-card { transform: none; opacity: 1; }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-home-service-card:nth-child(2),
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-knowledge-card:nth-child(2) { transition-delay: 70ms; }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-home-service-card:nth-child(3),
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-knowledge-card:nth-child(3) { transition-delay: 140ms; }
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-home-service-card:nth-child(4),
.tgo-theme-2026 .tgo-home > .tgo-section-shell.is-revealed .tgo-knowledge-card:nth-child(4) { transition-delay: 210ms; }

@keyframes tgo-hero-reveal {
    from { opacity: .35; filter: saturate(.82); }
    to { opacity: 1; filter: saturate(1); }
}
@keyframes tgo-hero-drift {
    from { transform: scale(1.025); }
    to { transform: scale(1); }
}

/* Carbon dashboard */
.tgo-theme-2026 .tgo-carbon-panel { padding-top: 0 !important; background: transparent; }
.tgo-theme-2026 .tgo-carbon-panel .tgo-container { width: min(1120px, calc(100% - 40px)); }
.tgo-theme-2026 .tgo-carbon-tabs { max-width: none; border: 1px solid #e4ecee; border-bottom: 0; border-radius: 18px 18px 0 0; background: #f5f7f8; }
.tgo-theme-2026 .tgo-carbon-tabs button { display: flex; min-height: 72px; padding: 14px 28px; align-items: center; justify-content: center; gap: 12px; color: #c1c5c7; font: 600 22px/1.2 Prompt, Arial, sans-serif; transition: color .2s ease, background .2s ease; }
.tgo-theme-2026 .tgo-carbon-tabs button:hover { color: #789096; background: #f9fbfb; }
.tgo-theme-2026 .tgo-carbon-tabs button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(0,169,212,.24); outline-offset: -3px; }
.tgo-theme-2026 .tgo-carbon-tabs button.is-active,
.tgo-theme-2026 .tgo-carbon-tabs button[aria-selected="true"] { position: relative; color: #173d47; background: #fff; }
.tgo-theme-2026 .tgo-carbon-tab-icon { width: 38px; height: 38px; flex: 0 0 38px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.tgo-theme-2026 .tgo-carbon-tab-icon text { fill: currentColor; stroke: none; font: 700 9px Prompt, Arial, sans-serif; text-anchor: middle; }
.tgo-theme-2026 .tgo-carbon-tabs button[aria-selected="true"] .tgo-carbon-tab-icon--leaf { color: #159b70; fill: #159b70; }
.tgo-theme-2026 .tgo-carbon-sheet { position: relative; display: none; min-height: 540px; padding: 0; overflow: hidden; border: 1px solid #e4ecee; border-radius: 0 0 18px 18px; background: #fff; box-shadow: 0 12px 35px rgba(27, 82, 94, .08); }
.tgo-theme-2026 .tgo-carbon-sheet.is-active { display: block; }
.tgo-theme-2026 .tgo-carbon-dashboard { position: relative; z-index: 2; padding: 0 42px 115px; }
.tgo-theme-2026 .tgo-carbon-subtabs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -42px 28px; border-bottom: 1px solid #e6edef; }
.tgo-theme-2026 .tgo-carbon-subtabs button { min-height: var(--tgo-control-height); padding: 16px 12px; border: 0; color: #82949a; background: transparent; font: 500 var(--tgo-font-meta)/var(--tgo-line-compact) Prompt, Arial, sans-serif; text-align: center; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-carbon-subtabs button:hover { color: var(--tgo-cyan-dark); background: #f5fcfd; }
.tgo-theme-2026 .tgo-carbon-subtabs button.is-active { color: #244750; background: #fff; box-shadow: inset 0 -3px var(--tgo-cyan); font-weight: 500; }
.tgo-theme-2026 .tgo-carbon-subtabs button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(0,169,212,.22); outline-offset: -3px; }
.tgo-theme-2026 .tgo-carbon-unit { display: inline-flex; align-items: baseline; gap: 0; white-space: nowrap; font: inherit; }
.tgo-theme-2026 .tgo-carbon-unit sub { position: relative; bottom: -.18em; font-size: .68em; line-height: 0; vertical-align: baseline; }
.tgo-theme-2026 .tgo-carbon-summary { display: flex; align-items: end; gap: 10px; }
.tgo-theme-2026 .tgo-carbon-summary > div { margin-right: auto; }
.tgo-theme-2026 .tgo-carbon-summary span,
.tgo-theme-2026 .tgo-carbon-summary small { display: block; }
.tgo-theme-2026 .tgo-carbon-summary span { color: #526b72; font-size: var(--tgo-font-body); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-summary small { margin-top: 4px; color: #98a8ac; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-summary strong { color: var(--tgo-green); font-size: clamp(38px, 4.2vw, 56px); font-weight: 600; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-summary em { color: #637b82; font-size: var(--tgo-font-meta); font-style: normal; line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-meter { height: 10px; margin-top: 22px; border-radius: 10px; background: #17afe0; }
.tgo-theme-2026 .tgo-carbon-meter i { width: 99.73%; background: #4dce77; }
.tgo-theme-2026 .tgo-carbon-legend { display: flex; justify-content: space-between; margin-top: 8px; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-legend b:first-child { color: #4bbf72; }
.tgo-theme-2026 .tgo-carbon-legend b:last-child { color: #18a9d7; }
.tgo-theme-2026 .tgo-carbon-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.tgo-theme-2026 .tgo-carbon-stat-grid article { display: grid; grid-template-columns: 1fr auto auto; align-items: end; min-height: 104px; padding: 18px 20px; border: 1px solid #ebf0f1; border-radius: var(--tgo-radius-lg); background: rgba(255,255,255,.92); box-shadow: 0 5px 14px rgba(40, 87, 96, .06); }
.tgo-theme-2026 .tgo-carbon-stat-grid span { grid-column: 1 / -1; color: #526c73; font-size: var(--tgo-font-meta); font-weight: 500; line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-stat-grid small { color: #80949a; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-stat-grid strong { color: #45c775; font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; }
.tgo-theme-2026 .tgo-carbon-stat-grid article:nth-child(even) strong { color: #18acd9; }
.tgo-theme-2026 .tgo-carbon-stat-grid em { margin-left: 4px; color: #82959a; font-size: var(--tgo-font-meta); font-style: normal; line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-empty { display: flex; width: min(560px, 100%); min-height: 210px; margin: 54px auto 0; padding: 30px; align-items: center; justify-content: center; flex-direction: column; border: 1px dashed #b9dce3; border-radius: 18px; color: #617980; background: linear-gradient(145deg, #f8fdfe, #f3fbf8); font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); text-align: center; }
.tgo-theme-2026 .tgo-carbon-empty > span { display: grid; width: 48px; height: 48px; margin-bottom: 14px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #08a9d5, #55c58a); font-size: 26px; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-empty strong { color: #173f49; font-size: 18px; font-weight: 600; }
.tgo-theme-2026 .tgo-carbon-empty p { max-width: 430px; margin: 8px 0 0; color: #71868c; }
.tgo-theme-2026 .tgo-carbon-group-block { margin-top: 12px; padding: 20px 24px; border: 1px solid #e2eaec; border-left: 4px solid #4bc876; border-radius: var(--tgo-radius-lg); background: #fff; box-shadow: 0 4px 16px rgba(40, 87, 96, .08); }
.tgo-theme-2026 .tgo-carbon-group-title { margin-bottom: 18px; color: #173d47; font-size: 18px; font-weight: 600; line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-group-title::before { content: ''; display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: #4bc876; vertical-align: middle; }
.tgo-theme-2026 .tgo-carbon-group-metrics { display: flex; gap: 0; }
.tgo-theme-2026 .tgo-carbon-group-metric { flex: 1; min-width: 0; padding: 0 20px; }
.tgo-theme-2026 .tgo-carbon-group-metric + .tgo-carbon-group-metric { border-left: 1px solid #e8eef0; }
.tgo-theme-2026 .tgo-carbon-group-metric:first-child { padding-left: 0; }
.tgo-theme-2026 .tgo-carbon-group-metric:last-child { padding-right: 0; }
.tgo-theme-2026 .tgo-carbon-group-metric span { display: block; color: #4bc876; font-size: clamp(24px, 2.4vw, 32px); font-weight: 600; line-height: 1.2; }
.tgo-theme-2026 .tgo-carbon-group-block:nth-of-type(even) { border-left-color: #18acd9; }
.tgo-theme-2026 .tgo-carbon-group-block:nth-of-type(even) .tgo-carbon-group-title::before { background: #18acd9; }
.tgo-theme-2026 .tgo-carbon-group-block:nth-of-type(even) .tgo-carbon-group-metric span { color: #18acd9; }
.tgo-theme-2026 .tgo-carbon-group-metric small { display: block; margin-top: 4px; color: #80949a; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-timestamp { margin: 16px 0 0; color: #91a2a6; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-timestamp::before { content: '\25CB'; margin-right: 6px; color: #4bc876; font-size: 11px; vertical-align: middle; }
.tgo-theme-2026 .tgo-carbon-external-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 10px 18px; border: 1px solid var(--tgo-cyan); border-radius: 8px; color: var(--tgo-cyan-dark); font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); text-decoration: none; transition: background .2s ease, color .2s ease; }
.tgo-theme-2026 .tgo-carbon-external-link:hover { background: var(--tgo-cyan); color: #fff; }
.tgo-theme-2026 .tgo-carbon-external-link:hover span { filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-carbon-project-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.tgo-theme-2026 .tgo-carbon-project-overview { padding: 28px 28px 24px; border: 1px solid #e2eaec; border-radius: var(--tgo-radius-lg); background: #fff; box-shadow: 0 4px 16px rgba(40, 87, 96, .08); }
.tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-summary { display: block; gap: 0; }
.tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-summary > div { margin-right: 0; margin-bottom: 6px; }
.tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-summary strong { display: block; margin-top: 4px; }
.tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-meter { margin-top: 18px; }
.tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-legend { margin-top: 10px; }
.tgo-theme-2026 .tgo-carbon-project-groups { display: flex; flex-direction: column; gap: 12px; }
.tgo-theme-2026 .tgo-carbon-project-groups .tgo-carbon-group-block { margin-top: 0; }
.tgo-theme-2026 .tgo-carbon-panel-source { display: flex; min-height: 44px; margin: -2px 0 26px; align-items: center; justify-content: flex-end; gap: 16px; color: #52666c; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-carbon-panel-source a { display: inline-flex; min-height: 38px; padding: 7px 12px; align-items: center; gap: 7px; border: 1.5px solid #163f49; border-radius: 8px; color: #163f49; font-weight: 600; text-decoration: none; transition: background .2s ease, color .2s ease; }
.tgo-theme-2026 .tgo-carbon-panel-source a:hover { background: #163f49; color: #fff; }
.tgo-theme-2026 .tgo-carbon-panel-source a b { font-size: 20px; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-overview-layout { color: #123b46; }
.tgo-theme-2026 .tgo-carbon-overview-heading { display: flex; padding: 0 4px 18px; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid #dfe8ea; }
.tgo-theme-2026 .tgo-carbon-overview-heading h3 { margin: 0; font-size: clamp(22px, 2.15vw, 30px); line-height: 1.3; }
.tgo-theme-2026 .tgo-carbon-overview-heading h3 small { font-size: .7em; font-weight: 500; }
.tgo-theme-2026 .tgo-carbon-overview-heading p { display: inline-flex; flex: 0 0 auto; margin: 0; align-items: end; gap: 12px; white-space: nowrap; }
.tgo-theme-2026 .tgo-carbon-overview-heading p strong { color: #47c66d; font-size: clamp(46px, 5vw, 68px); font-weight: 600; line-height: .95; }
.tgo-theme-2026 .tgo-carbon-overview-heading p em { font-size: 16px; font-style: normal; }
.tgo-theme-2026 .tgo-carbon-overview-ratio { padding: 24px 4px 0; }
.tgo-theme-2026 .tgo-carbon-overview-ratio h4 { margin: 0 0 12px; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.35; }
.tgo-theme-2026 .tgo-carbon-overview-meter { display: flex; height: 12px; overflow: hidden; border-radius: 4px; background: #e8f0f1; }
.tgo-theme-2026 .tgo-carbon-overview-meter i { width: 99.73%; background: #51ce76; }
.tgo-theme-2026 .tgo-carbon-overview-meter b { width: .27%; min-width: 18px; background: #22abd3; }
.tgo-theme-2026 .tgo-carbon-overview-legend { display: flex; margin-top: 12px; align-items: center; justify-content: space-between; gap: 20px; font-size: clamp(14px, 1.25vw, 17px); }
.tgo-theme-2026 .tgo-carbon-overview-legend > span { display: flex; align-items: center; gap: 7px; }
.tgo-theme-2026 .tgo-carbon-overview-legend span > i { width: 10px; height: 10px; border-radius: 50%; background: #45c76d; }
.tgo-theme-2026 .tgo-carbon-overview-legend span:last-child > i { background: #1da9d3; }
.tgo-theme-2026 .tgo-carbon-overview-legend span:first-child strong { color: #45c76d; }
.tgo-theme-2026 .tgo-carbon-overview-legend span:last-child strong { color: #1da9d3; }
.tgo-theme-2026 .tgo-carbon-fiscal-year { position: relative; z-index: 8; width: max-content; margin: 34px 0 -17px -8px; padding: 10px 30px; border-radius: 24px; background: #4ac76e; box-shadow: 0 8px 18px rgba(57,177,94,.18); color: #fff; font-size: clamp(18px, 1.6vw, 22px); font-weight: 650; line-height: 1.25; }
.tgo-theme-2026 .tgo-carbon-market-columns { position: relative; z-index: 2; display: grid; padding: 38px 28px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 8px 22px rgba(31,82,93,.04); }
.tgo-theme-2026 .tgo-carbon-market-columns section + section { position: relative; }
.tgo-theme-2026 .tgo-carbon-market-columns section + section::before { content: ''; position: absolute; top: 0; bottom: 0; left: -26px; width: 1px; background: #dce7e9; }
.tgo-theme-2026 .tgo-carbon-market-columns h4 { margin: 0 0 18px; font-size: clamp(18px, 1.65vw, 22px); line-height: 1.35; }
.tgo-theme-2026 .tgo-carbon-market-columns article { display: grid; min-height: 92px; margin-top: 12px; padding: 16px 22px; grid-template-columns: 1fr auto; align-items: center; border-radius: 18px; background: #fff; box-shadow: 0 5px 16px rgba(31,82,93,.09); }
.tgo-theme-2026 .tgo-carbon-market-columns article span { color: #173f49; font-size: var(--tgo-font-body); }
.tgo-theme-2026 .tgo-carbon-market-columns article strong { color: #45c76d; font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-market-columns section:last-child article strong { color: #1ca9d4; }
.tgo-theme-2026 .tgo-carbon-market-columns article em { grid-column: 2; color: #173f49; font-size: var(--tgo-font-meta); font-style: normal; text-align: right; }
.tgo-theme-2026 .tgo-carbon-ftix-note { position: relative; z-index: 2; margin: 14px 4px 0; color: #5d747b; font-size: clamp(12px, 1.05vw, 14px); line-height: 1.6; }
.tgo-theme-2026 .tgo-carbon-monthly-table-wrap { overflow-x: auto; border-radius: 14px; box-shadow: 0 8px 22px rgba(31,82,93,.06); }
.tgo-theme-2026 .tgo-carbon-monthly-table { width: 100%; min-width: 980px; overflow: hidden; border-collapse: collapse; color: #163f49; background: #fff; font-size: 13px; }
.tgo-theme-2026 .tgo-carbon-monthly-table th,
.tgo-theme-2026 .tgo-carbon-monthly-table td { padding: 14px 12px; text-align: center; vertical-align: middle; }
.tgo-theme-2026 .tgo-carbon-monthly-table thead th { height: 62px; background: #09a5cf; color: #fff; font-weight: 600; line-height: 1.35; }
.tgo-theme-2026 .tgo-carbon-monthly-table thead th:first-child { width: 34%; border-radius: 14px 0 0 0; }
.tgo-theme-2026 .tgo-carbon-monthly-table thead th:last-child { border-radius: 0 14px 0 0; }
.tgo-theme-2026 .tgo-carbon-monthly-table tbody tr:nth-child(even) { background: #f1f3f5; }
.tgo-theme-2026 .tgo-carbon-monthly-table tbody td { height: 64px; border-bottom: 1px solid #e3e9eb; }
.tgo-theme-2026 .tgo-carbon-monthly-table tbody td:first-child { text-align: left; line-height: 1.45; }
.tgo-theme-2026 .tgo-carbon-monthly-table tfoot { background: #d9dee4; font-weight: 650; }
.tgo-theme-2026 .tgo-carbon-monthly-table tfoot th,
.tgo-theme-2026 .tgo-carbon-monthly-table tfoot td { height: 52px; }
.tgo-theme-2026 .tgo-carbon-registry-layout { display: grid; grid-template-columns: 31% minmax(0, 1fr); gap: 16px; color: #163f49; }
.tgo-theme-2026 .tgo-carbon-registry-overview { padding: 20px 18px; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 6px 20px rgba(31,82,93,.06); }
.tgo-theme-2026 .tgo-carbon-registry-layout h3 { position: relative; margin: 0 0 16px; padding-left: 14px; font-size: 17px; }
.tgo-theme-2026 .tgo-carbon-registry-layout h3::before { content: ''; position: absolute; top: 1px; bottom: 1px; left: 0; width: 3px; border-radius: 3px; background: #4ac76e; }
.tgo-theme-2026 .tgo-carbon-registry-donut { display: grid; width: 190px; height: 190px; margin: 20px auto 30px; place-items: center; border-radius: 50%; background: conic-gradient(#bede29 0 90.4%, #2eb2d4 90.4% 100%); }
.tgo-theme-2026 .tgo-carbon-registry-donut::before { content: ''; grid-area: 1/1; width: 130px; height: 130px; border-radius: 50%; background: #fff; }
.tgo-theme-2026 .tgo-carbon-registry-donut span { z-index: 1; grid-area: 1/1; text-align: center; }
.tgo-theme-2026 .tgo-carbon-registry-donut strong,
.tgo-theme-2026 .tgo-carbon-registry-donut small { display: block; }
.tgo-theme-2026 .tgo-carbon-registry-donut strong { font-size: 21px; }
.tgo-theme-2026 .tgo-carbon-registry-overview article { display: grid; margin-top: 10px; padding: 13px 12px; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; border: 1px solid #dce8a0; border-radius: 8px; }
.tgo-theme-2026 .tgo-carbon-registry-overview article:last-child { border-color: #dce8eb; }
.tgo-theme-2026 .tgo-carbon-registry-overview article i { width: 10px; height: 10px; border-radius: 50%; background: #bede29; }
.tgo-theme-2026 .tgo-carbon-registry-overview article:last-child i { background: #2eb2d4; }
.tgo-theme-2026 .tgo-carbon-registry-overview article span { font-size: 12px; }
.tgo-theme-2026 .tgo-carbon-registry-overview article strong { font-size: 17px; }
.tgo-theme-2026 .tgo-carbon-registry-standards { display: grid; gap: 12px; }
.tgo-theme-2026 .tgo-carbon-registry-standards > article { padding: 17px 18px; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 5px 18px rgba(31,82,93,.05); }
.tgo-theme-2026 .tgo-carbon-registry-standards > article > div,
.tgo-theme-2026 .tgo-carbon-registry-standards > article > p { display: flex; margin: 0; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; }
.tgo-theme-2026 .tgo-carbon-registry-standards > article > div strong { font-size: 14px; }
.tgo-theme-2026 .tgo-carbon-registry-standards > article > p { margin-top: 8px; }
.tgo-theme-2026 .tgo-carbon-registry-standards > article > p:last-child { color: #20acd2; }
.tgo-theme-2026 .tgo-carbon-registry-bar { display: block; height: 9px; margin: 8px 0 10px; overflow: hidden; border-radius: 4px; background: #bede29; }
.tgo-theme-2026 .tgo-carbon-registry-bar i { display: block; height: 100%; background: #2eb2d4; }
.tgo-theme-2026 .tgo-carbon-tver-date { margin: -4px 0 20px; color: #526b72; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); text-align: right; }
.tgo-theme-2026 .tgo-carbon-tver-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.tgo-theme-2026 .tgo-carbon-tver-card { min-width: 0; overflow: hidden; border: 1px solid #e5ecee; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(31, 82, 93, .08); }
.tgo-theme-2026 .tgo-carbon-tver-card > header { display: flex; min-height: 72px; padding: 18px 24px; align-items: center; justify-content: space-between; gap: 18px; color: #fff; }
.tgo-theme-2026 .tgo-carbon-tver-card > header strong { font-size: clamp(22px, 2.4vw, 32px); font-weight: 650; line-height: 1.15; }
.tgo-theme-2026 .tgo-carbon-tver-card > header span { flex: 0 0 auto; font-size: clamp(18px, 2vw, 28px); font-weight: 400; line-height: 1.15; }
.tgo-theme-2026 .tgo-carbon-tver-card--standard > header { background: linear-gradient(100deg, #08a9d2, #20bade); }
.tgo-theme-2026 .tgo-carbon-tver-card--premium > header { background: linear-gradient(100deg, #c49a00, #dfb82e); }
.tgo-theme-2026 .tgo-carbon-tver-card__body { display: flex; min-height: 440px; padding: 44px 20px 30px; flex-direction: column; align-items: center; justify-content: space-between; }
.tgo-theme-2026 .tgo-carbon-tver-card__body > img { display: block; width: 176px; height: 176px; object-fit: contain; }
.tgo-theme-2026 .tgo-carbon-tver-card--premium .tgo-carbon-tver-card__body > img { width: 170px; height: 170px; }
.tgo-theme-2026 .tgo-carbon-tver-card__metric { width: 100%; padding: 26px 18px 20px; border-radius: 15px; background: rgba(255,255,255,.78); text-align: center; }
.tgo-theme-2026 .tgo-carbon-tver-card__metric p { min-height: 44px; margin: 0; color: #40565d; font-size: var(--tgo-font-body); font-weight: 600; line-height: 1.45; }
.tgo-theme-2026 .tgo-carbon-tver-card__metric small { display: block; margin-top: 14px; color: #08add5; font-size: var(--tgo-font-meta); line-height: 1.2; }
.tgo-theme-2026 .tgo-carbon-tver-card--premium .tgo-carbon-tver-card__metric small { color: #bc9200; }
.tgo-theme-2026 .tgo-carbon-tver-card__metric strong { display: inline-block; margin-top: 8px; color: #123a45; font-size: clamp(36px, 4vw, 54px); font-weight: 650; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-tver-card__metric em { margin-left: 6px; color: #123a45; font-size: var(--tgo-font-body); font-style: normal; font-weight: 600; white-space: nowrap; }
.tgo-theme-2026 .tgo-carbon-tver-card__more { display: flex; width: max-content; margin: 26px auto 0; padding: 8px 15px; align-items: center; gap: 7px; border: 1px solid #08add5; border-radius: 7px; color: #08add5; background: #fff; font-size: var(--tgo-font-meta); font-weight: 600; line-height: 1.2; text-decoration: none; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-carbon-tver-card__more:hover { color: #fff; background: #08add5; box-shadow: 0 6px 16px rgba(8,173,213,.2); }
.tgo-theme-2026 .tgo-carbon-tver-card__more span { font-size: 18px; line-height: 1; }
.tgo-theme-2026 .tgo-carbon-landscape { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 120px; background: linear-gradient(170deg, transparent 0 38%, #a6d5bd 39% 55%, #6bb5ae 56% 67%, #d4e8ae 68%); }
.tgo-theme-2026 .tgo-carbon-landscape:before { content: ''; position: absolute; right: 40px; bottom: 26px; width: 160px; height: 78px; background: linear-gradient(90deg, #bfe2e8 0 16%, transparent 16% 21%, #99ced9 21% 42%, transparent 42% 48%, #c6e5e8 48% 65%, transparent 65%); clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%); }
.tgo-theme-2026 .tgo-carbon-landscape span { position: absolute; left: 28px; bottom: 10px; width: 70px; height: 52px; background: linear-gradient(135deg, #8cc79e 0 50%, #6db584 50% 100%); clip-path: polygon(50% 0, 85% 45%, 70% 100%, 30% 100%, 15% 45%); }
.tgo-theme-2026 .tgo-carbon-landscape i { position: absolute; left: 62px; bottom: 10px; width: 68px; height: 60px; background: linear-gradient(135deg, #99d0a8 0 50%, #7bc090 50% 100%); clip-path: polygon(50% 0, 88% 42%, 72% 100%, 28% 100%, 12% 42%); }
.tgo-theme-2026 .tgo-carbon-landscape b { position: absolute; right: 104px; bottom: 18px; width: 52px; height: 44px; background: linear-gradient(135deg, #80c494 0 50%, #6aad7b 50% 100%); clip-path: polygon(50% 0, 82% 48%, 68% 100%, 32% 100%, 18% 48%); }

/* Carbon footprint dashboard */
.tgo-theme-2026 .tgo-footprint-dashboard { position: relative; z-index: 2; min-height: 600px; padding: 0 42px 128px; }
.tgo-theme-2026 .tgo-footprint-subtabs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -42px 24px; border-bottom: 1px solid #e6edef; }
.tgo-theme-2026 .tgo-footprint-subtabs button { min-height: 92px; padding: 17px 12px; border: 0; color: #8b999d; background: transparent; font: 500 var(--tgo-font-meta)/1.35 Prompt, Arial, sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-footprint-subtabs button:hover { color: #159b70; background: #f8fcfb; }
.tgo-theme-2026 .tgo-footprint-subtabs button.is-active { color: #183e47; box-shadow: inset 0 -2px #13b58b; font-weight: 600; }
.tgo-theme-2026 .tgo-footprint-subtabs button:focus-visible { outline: 3px solid rgba(19,181,139,.2); outline-offset: -3px; }
.tgo-theme-2026 .tgo-footprint-source { display: flex; min-height: 42px; margin-bottom: 14px; align-items: center; justify-content: flex-end; gap: 18px; color: #65787e; font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-footprint-source a { display: inline-flex; padding: 8px 13px; align-items: center; gap: 7px; border: 1px solid #234d58; border-radius: 7px; color: #234d58; font-weight: 600; text-decoration: none; }
.tgo-theme-2026 .tgo-footprint-heading { margin: 0 0 18px; color: #173f49; font-size: clamp(18px, 1.55vw, 22px); font-weight: 650; line-height: 1.4; }
.tgo-theme-2026 .tgo-footprint-label-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tgo-theme-2026 .tgo-footprint-label-grid article { display: flex; min-height: 126px; padding: 18px 20px; align-items: center; gap: 20px; border: 1px solid #edf1f2; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 8px 24px rgba(29,84,94,.07); }
.tgo-theme-2026 .tgo-footprint-label-grid img { width: 74px; height: 74px; flex: 0 0 74px; object-fit: contain; }
.tgo-theme-2026 .tgo-footprint-label-grid strong { display: block; color: #10acd2; font-size: clamp(28px, 3vw, 40px); font-weight: 550; line-height: 1; }
.tgo-theme-2026 .tgo-footprint-label-grid p { margin: 9px 0 0; color: #234b55; font-size: var(--tgo-font-meta); line-height: 1.35; }
.tgo-theme-2026 .tgo-footprint-offset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tgo-theme-2026 .tgo-footprint-offset-grid article { display: flex; min-height: 130px; padding: 18px 22px; align-items: center; gap: 22px; border: 1px solid #edf1f2; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 8px 22px rgba(29,84,94,.07); transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tgo-theme-2026 .tgo-footprint-offset-grid article:hover { color: #fff; border-color: #1da8ce; background: #1da8ce; box-shadow: 0 14px 30px rgba(29,168,206,.22); transform: translateY(-2px); }
.tgo-theme-2026 .tgo-footprint-offset-logos { display: flex; width: 76px; flex: 0 0 76px; align-items: center; flex-direction: column; gap: 5px; }
.tgo-theme-2026 .tgo-footprint-offset-logo { display: flex; width: 40px; height: 36px; align-items: center; justify-content: center; }
.tgo-theme-2026 .tgo-footprint-offset-logo img { display: block; width: auto; height: auto; max-width: 40px; max-height: 36px; object-fit: contain; }
.tgo-theme-2026 .tgo-footprint-offset-card__content { min-width: 0; flex: 1; }
.tgo-theme-2026 .tgo-footprint-offset-card__content h3 { margin: 0 0 8px; color: #173f49; font-size: clamp(17px, 1.45vw, 20px); font-weight: 650; line-height: 1.3; }
.tgo-theme-2026 .tgo-footprint-offset-grid article:hover h3 { color: #fff; }
.tgo-theme-2026 .tgo-footprint-offset-metrics { display: flex; align-items: end; gap: 24px; }
.tgo-theme-2026 .tgo-footprint-offset-metrics p { margin: 0; }
.tgo-theme-2026 .tgo-footprint-offset-metrics small { display: block; color: #526b72; font-size: clamp(10px, .9vw, 12px); line-height: 1.25; }
.tgo-theme-2026 .tgo-footprint-offset-metrics strong { display: inline-block; margin-top: 4px; color: #0aaad1; font-size: clamp(23px, 2.25vw, 31px); font-weight: 600; line-height: 1; }
.tgo-theme-2026 .tgo-footprint-offset-metrics em { margin-left: 4px; color: #375760; font-size: 10px; font-style: normal; }
.tgo-theme-2026 .tgo-footprint-offset-grid article:hover small,
.tgo-theme-2026 .tgo-footprint-offset-grid article:hover strong,
.tgo-theme-2026 .tgo-footprint-offset-grid article:hover em { color: #fff; }
.tgo-theme-2026 .tgo-footprint-province-toolbar { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; gap: 20px; }
.tgo-theme-2026 .tgo-footprint-province-toolbar .tgo-footprint-heading { margin: 0; font-size: 15px; }
.tgo-theme-2026 .tgo-footprint-province-toolbar label { display: flex; width: 210px; padding: 7px 11px; align-items: center; gap: 7px; border: 1px solid #dce5e7; border-radius: 8px; background: #fff; color: #8a999d; }
.tgo-theme-2026 .tgo-footprint-province-toolbar input { min-width: 0; width: 100%; border: 0; outline: 0; color: #284b54; font: inherit; }
.tgo-theme-2026 .tgo-footprint-province-table-wrap { overflow-x: auto; border: 1px solid #dfe8ea; border-radius: 9px; background: #fff; box-shadow: 0 7px 22px rgba(29,84,94,.06); }
.tgo-theme-2026 .tgo-footprint-province-table { width: 100%; min-width: 940px; border-collapse: collapse; color: #274b54; font-size: 12px; text-align: center; }
.tgo-theme-2026 .tgo-footprint-province-table th { padding: 11px 8px; color: #fff; background: #16afd2; font-weight: 600; line-height: 1.3; }
.tgo-theme-2026 .tgo-footprint-province-table th:nth-child(4) { background: #ef7154; }
.tgo-theme-2026 .tgo-footprint-province-table th:nth-child(5) { background: #93bc37; }
.tgo-theme-2026 .tgo-footprint-province-table td { padding: 9px 8px; border-bottom: 1px solid #e7edef; }
.tgo-theme-2026 .tgo-footprint-province-table td:nth-child(4) { background: #fff2ed; }
.tgo-theme-2026 .tgo-footprint-province-table td:nth-child(5) { background: #f4f8e8; }
.tgo-theme-2026 .tgo-footprint-province-table tbody tr:nth-child(even) td:not(:nth-child(4)):not(:nth-child(5)) { background: #eef9fc; }
.tgo-theme-2026 .tgo-footprint-local-layout { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 390px; gap: 24px; }
.tgo-theme-2026 .tgo-footprint-local-chart,
.tgo-theme-2026 .tgo-footprint-local-summary { padding: 24px; border: 1px solid #e6edef; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 9px 26px rgba(29,84,94,.07); }
.tgo-theme-2026 .tgo-footprint-local-chart { position: relative; padding-top: 48px; background-image: repeating-linear-gradient(to top, #e7edef 0 1px, transparent 1px 54px); }
.tgo-theme-2026 .tgo-footprint-local-chart__unit { position: absolute; top: 17px; left: 18px; color: #61767c; font-size: 11px; }
.tgo-theme-2026 .tgo-footprint-bars { display: flex; height: 280px; align-items: flex-end; justify-content: space-evenly; gap: 14px; border-bottom: 1px solid #9eafb3; }
.tgo-theme-2026 .tgo-footprint-bars > div { display: flex; height: 100%; flex: 1; align-items: center; justify-content: flex-end; flex-direction: column; gap: 9px; }
.tgo-theme-2026 .tgo-footprint-bars b { position: relative; display: block; width: min(48px, 80%); height: calc((var(--bar-a) + var(--bar-b) + var(--bar-c)) * 2.25); min-height: 125px; background: linear-gradient(to top, #ed9295 0 var(--bar-a), #f7aa21 var(--bar-a) calc(var(--bar-a) + var(--bar-b)), #2b9682 calc(var(--bar-a) + var(--bar-b)) 100%); }
.tgo-theme-2026 .tgo-footprint-bars b i { position: absolute; top: -23px; left: 50%; color: #183f48; font-size: 12px; font-style: normal; transform: translateX(-50%); }
.tgo-theme-2026 .tgo-footprint-bars span { color: #61767c; font-size: 12px; }
.tgo-theme-2026 .tgo-footprint-local-summary h2 { margin: 0 0 24px; color: #173f49; font-size: 17px; line-height: 1.35; text-align: center; }
.tgo-theme-2026 .tgo-footprint-local-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tgo-theme-2026 .tgo-footprint-local-icons article { display: flex; min-width: 0; align-items: center; flex-direction: column; text-align: center; }
.tgo-theme-2026 .tgo-footprint-local-icons article > span { display: flex; width: 88px; height: 70px; margin-bottom: 9px; align-items: center; justify-content: center; border: 1px solid #e5ecee; border-radius: 8px; color: #3d575d; font-size: 30px; font-weight: 650; }
.tgo-theme-2026 .tgo-footprint-local-icons small { min-height: 36px; color: #526b72; font-size: 10px; line-height: 1.3; }
.tgo-theme-2026 .tgo-footprint-local-icons strong { margin-top: 12px; color: #10acd2; font-size: clamp(24px, 2.8vw, 36px); line-height: 1; }
.tgo-theme-2026 .tgo-footprint-local-icons em { margin-top: 6px; color: #526b72; font-size: 10px; font-style: normal; }
.tgo-theme-2026 .tgo-footprint-local-more { display: block; margin-top: 24px; padding: 11px 15px; border-radius: 6px; color: #fff; background: #b6d900; font-size: 13px; font-weight: 600; text-align: center; text-decoration: none; }

/* The soft public theme also owns carbon data visualisation colors. */
body.tgo-site-theme--soft .tgo-carbon-panel {
    --tgo-carbon-credit: var(--tgo-color-success);
    --tgo-carbon-market: var(--tgo-color-primary);
}
body.tgo-site-theme--soft .tgo-carbon-tabs button[aria-selected="true"] .tgo-carbon-tab-icon--leaf { color: var(--tgo-carbon-credit); fill: var(--tgo-carbon-credit); }
body.tgo-site-theme--soft .tgo-carbon-overview-heading p strong,
body.tgo-site-theme--soft .tgo-carbon-overview-legend span:first-child strong,
body.tgo-site-theme--soft .tgo-carbon-market-columns article strong { color: var(--tgo-carbon-credit); }
body.tgo-site-theme--soft .tgo-carbon-overview-meter i,
body.tgo-site-theme--soft .tgo-carbon-overview-legend span:first-child > i,
body.tgo-site-theme--soft .tgo-carbon-fiscal-year { background: var(--tgo-carbon-credit); }
body.tgo-site-theme--soft .tgo-carbon-overview-meter b,
body.tgo-site-theme--soft .tgo-carbon-overview-legend span:last-child > i { background: var(--tgo-carbon-market); }
body.tgo-site-theme--soft .tgo-carbon-overview-legend span:last-child strong,
body.tgo-site-theme--soft .tgo-carbon-market-columns section:last-child article strong { color: var(--tgo-carbon-market); }
body.tgo-site-theme--soft .tgo-carbon-fiscal-year { box-shadow: 0 8px 18px rgb(var(--tgo-color-primary-rgb) / 14%); }
body.tgo-site-theme--soft .tgo-carbon-landscape { filter: saturate(.5) contrast(.96); }

/* Knowledge */
.tgo-theme-2026 .tgo-home-knowledge { padding-top: 74px !important; padding-bottom: 104px !important; background: linear-gradient(180deg, var(--tgo-color-surface) 0%, var(--tgo-color-surface-subtle) 100%); }
.tgo-theme-2026 .tgo-home-knowledge .tgo-section-heading { margin-bottom: 22px; }
.tgo-theme-2026 .tgo-knowledge-tabs { display: flex; width: min(620px, 100%); margin: 0 auto 26px; padding: 4px; border: 1px solid #e3edef; border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: 0 4px 14px rgba(31, 82, 93, .06); }
.tgo-theme-2026 .tgo-knowledge-tabs button { flex: 1; min-height: var(--tgo-control-height); padding: 9px 12px; border: 0; border-radius: 18px; color: #60777e; background: transparent; font: 500 var(--tgo-font-control)/var(--tgo-line-compact) Prompt, Arial, sans-serif; text-align: center; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.tgo-theme-2026 .tgo-knowledge-tabs button:hover { color: var(--tgo-cyan-dark); background: rgba(255,255,255,.8); }
.tgo-theme-2026 .tgo-knowledge-tabs button.is-active { color: #fff; background: var(--tgo-cyan); box-shadow: 0 6px 16px rgba(0,169,212,.24); }
.tgo-theme-2026 .tgo-knowledge-tabs button:focus-visible { outline: 3px solid rgba(0,169,212,.22); outline-offset: 2px; }
.tgo-theme-2026 .tgo-knowledge-shell { grid-template-columns: 138px 1fr; border-radius: 14px; box-shadow: 0 9px 28px rgba(31, 82, 93, .08); }
.tgo-theme-2026 .tgo-knowledge-toolbar { grid-column: 1 / -1; display: flex; gap: 10px; padding: 14px 18px; border-bottom: 1px solid #e5edef; background: #fbfdfd; }
.tgo-theme-2026 .tgo-knowledge-toolbar label { display: flex; flex: 1; align-items: center; gap: 7px; min-width: 0; padding: 0 10px; border: 1px solid #e0e9eb; border-radius: 7px; background: #fff; }
.tgo-theme-2026 .tgo-knowledge-toolbar label span { color: #8ea0a5; font-size: 18px; }
.tgo-theme-2026 .tgo-knowledge-toolbar input,
.tgo-theme-2026 .tgo-knowledge-toolbar select { min-height: var(--tgo-control-height); border: 1px solid #e0e9eb; border-radius: 7px; background: #fff; color: #587078; font-size: var(--tgo-font-control); outline: 0; }
.tgo-theme-2026 .tgo-knowledge-toolbar input { width: 100%; border: 0; background: transparent; }
.tgo-theme-2026 .tgo-knowledge-toolbar select { width: 100px; padding: 0 8px; }
.tgo-theme-2026 .tgo-knowledge-toolbar button { min-width: 78px; min-height: var(--tgo-control-height); border: 0; border-radius: 7px; background: var(--tgo-cyan); color: #fff; font-size: var(--tgo-font-control); cursor: pointer; transition: background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-knowledge-toolbar button:hover { background: var(--tgo-cyan-dark); box-shadow: 0 5px 13px rgba(0, 147, 193, .22); }
.tgo-theme-2026 .tgo-knowledge-filter { padding: 24px 10px; }
.tgo-theme-2026 .tgo-knowledge-filter > span { display: block; margin: 0 8px 12px; color: #8a9ca1; font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-knowledge-filter button { display: block; width: 100%; min-height: var(--tgo-control-height); padding: 10px 12px; border: 0; border-radius: 8px; color: #49636b; background: transparent; font: 500 var(--tgo-font-meta)/var(--tgo-line-compact) Prompt, Arial, sans-serif; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-knowledge-filter button:hover { color: var(--tgo-cyan-dark); background: #e9faff; }
.tgo-theme-2026 .tgo-knowledge-filter button.is-active { color: #fff; background: var(--tgo-cyan); box-shadow: 0 5px 14px rgba(0,169,212,.2); }
.tgo-theme-2026 .tgo-knowledge-filter button:focus-visible { outline: 3px solid rgba(0,169,212,.22); outline-offset: 2px; }
.tgo-theme-2026 .tgo-knowledge-content { min-width: 0; padding: 20px; }
.tgo-theme-2026 .tgo-knowledge-panel[hidden] { display: none !important; }
.tgo-theme-2026 .tgo-knowledge-panel > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.tgo-theme-2026 .tgo-knowledge-panel > header h3 { margin: 0; }
.tgo-theme-2026 .tgo-knowledge-panel > header a { color: var(--tgo-cyan); font-weight: 600; }
.tgo-theme-2026 .tgo-knowledge-panel-note { color: #7f959b; font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-knowledge-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(3, 130px); grid-auto-rows: 180px; gap: 14px; }
.tgo-theme-2026 .tgo-knowledge-card { min-width: 0; overflow: hidden; border: 1px solid #e5edef; border-radius: 9px; background: #fff; box-shadow: 0 3px 10px rgba(30, 79, 89, .05); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tgo-theme-2026 .tgo-knowledge-card:hover { border-color: #38bddd; box-shadow: 0 9px 22px rgba(0, 155, 198, .16); transform: translateY(-2px); }
.tgo-theme-2026 .tgo-knowledge-card > a { display: grid; height: 100%; color: #30545e; }
.tgo-theme-2026 .tgo-knowledge-card-media { display: block; min-width: 0; overflow: hidden; background: #f7fafb; }
.tgo-theme-2026 .tgo-knowledge-card-body { display: flex; min-width: 0; flex-direction: column; }
.tgo-theme-2026 .tgo-knowledge-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.tgo-theme-2026 .tgo-knowledge-card:hover img { transform: scale(1.025); }
.tgo-theme-2026 .tgo-knowledge-card h4 { min-height: 0; margin: 10px 12px 6px; font-size: var(--tgo-font-card-title); font-weight: 500; line-height: 1.55; }
.tgo-theme-2026 .tgo-knowledge-card-description { display: -webkit-box; margin: 0 12px 9px; overflow: hidden; color: #718990; font-size: var(--tgo-font-meta); line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-knowledge-card--feature .tgo-knowledge-card-description { -webkit-line-clamp: 3; }
.tgo-theme-2026 .tgo-knowledge-card time { margin-top: auto; padding: 0 12px 10px; font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-knowledge-read-more { align-self: flex-end; min-height: var(--tgo-control-height); margin: 0 10px 10px; padding: 9px 12px; border: 1px solid var(--tgo-cyan); border-radius: 5px; color: var(--tgo-cyan-dark); font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-knowledge-placeholder { display: grid; color: #607980; }
.tgo-theme-2026 .tgo-knowledge-placeholder:hover { border-color: #e5edef; box-shadow: 0 3px 10px rgba(30, 79, 89, .05); transform: none; }
.tgo-theme-2026 .tgo-knowledge-placeholder:hover img { transform: none; }
.tgo-theme-2026 .tgo-knowledge-placeholder-label { margin: auto 12px 12px; color: #91a4a9; font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-knowledge-card--feature { grid-row: 1 / span 3; }
.tgo-theme-2026 .tgo-knowledge-card--slot-1 { grid-column: 1 / span 4; }
.tgo-theme-2026 .tgo-knowledge-card--slot-2 { grid-column: 5 / span 4; }
.tgo-theme-2026 .tgo-knowledge-card--feature > a,
.tgo-theme-2026 .tgo-knowledge-placeholder.tgo-knowledge-card--feature { grid-template-rows: minmax(150px, 1fr) auto; }
.tgo-theme-2026 .tgo-knowledge-card--compact { grid-column: 9 / span 4; }
.tgo-theme-2026 .tgo-knowledge-card--slot-3 { grid-row: 1; }
.tgo-theme-2026 .tgo-knowledge-card--slot-4 { grid-row: 2; }
.tgo-theme-2026 .tgo-knowledge-card--slot-5 { grid-row: 3; }
.tgo-theme-2026 .tgo-knowledge-card--compact > a,
.tgo-theme-2026 .tgo-knowledge-placeholder.tgo-knowledge-card--compact { grid-template-columns: 82px minmax(0, 1fr); }
.tgo-theme-2026 .tgo-knowledge-card--compact img { object-fit: contain; padding: 8px; }
.tgo-theme-2026 .tgo-knowledge-card--compact h4 { display: -webkit-box; margin-top: 9px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-knowledge-card--compact .tgo-knowledge-card-description { margin: 0 10px 5px; font-size: 11px; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-knowledge-card--compact .tgo-knowledge-read-more { display: none; }
.tgo-theme-2026 .tgo-knowledge-card--fallback { grid-column: span 3; }
.tgo-theme-2026 .tgo-knowledge-card--slot-6,
.tgo-theme-2026 .tgo-knowledge-card--slot-7,
.tgo-theme-2026 .tgo-knowledge-card--slot-8,
.tgo-theme-2026 .tgo-knowledge-card--slot-9 { grid-row: 4; }
.tgo-theme-2026 .tgo-knowledge-card--fallback > a,
.tgo-theme-2026 .tgo-knowledge-placeholder.tgo-knowledge-card--fallback { grid-template-rows: 120px auto; }
.tgo-theme-2026 .tgo-knowledge-card--fallback img { object-fit: contain; padding: 16px; }
.tgo-theme-2026 .tgo-knowledge-card--fallback .tgo-knowledge-read-more { display: none; }
.tgo-theme-2026 .tgo-knowledge-content .tgo-pagination { grid-column: 1 / -1; margin-top: 4px; }

/* Procurement, recruitment and events */
.tgo-theme-2026 .tgo-home-opportunities { position: relative; overflow: hidden; background: var(--tgo-color-surface-subtle); }
.tgo-theme-2026 .tgo-home-opportunities:after { content: ''; position: absolute; right: -90px; top: -70px; width: 300px; height: 300px; border: 42px solid rgba(171,222,185,.55); border-radius: 50%; }
.tgo-theme-2026 .tgo-home-opportunities .tgo-container { position: relative; z-index: 1; }
.tgo-theme-2026 .tgo-opportunity-shortcuts,
.tgo-theme-2026 .tgo-opportunity-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.tgo-theme-2026 .tgo-opportunity-shortcuts { margin-bottom: 18px; }
.tgo-theme-2026 .tgo-opportunity-shortcut { display: grid; grid-template-columns: auto 1fr auto; min-height: 152px; gap: 14px; align-items: center; padding: 24px; border-radius: var(--tgo-radius-lg); background: #fff; box-shadow: var(--tgo-shadow-md); }
.tgo-theme-2026 .tgo-opportunity-shortcut h2,
.tgo-theme-2026 .tgo-opportunity-columns h2 { margin: 0; color: #1c4a56; font-size: clamp(20px, 1.8vw, 24px); line-height: 1.45; text-align: left; }
.tgo-theme-2026 .tgo-opportunity-shortcut p,
.tgo-theme-2026 .tgo-opportunity-shortcut > a { margin: 3px 0 0; color: #7c9197; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-opportunity-shortcut > a { align-self: start; color: var(--tgo-cyan); font-weight: 600; }
.tgo-theme-2026 .tgo-opportunity-shortcut > a:hover { color: var(--tgo-cyan-dark); }
.tgo-theme-2026 .tgo-opportunity-shortcut-copy { min-width: 0; }
.tgo-theme-2026 .tgo-opportunity-shortcut-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.tgo-theme-2026 .tgo-opportunity-shortcut-links a { display: flex; min-width: 0; min-height: var(--tgo-control-height); align-items: center; justify-content: center; padding: 10px 12px; border-radius: 5px; background: #f4fafa; color: #325964; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); text-align: center; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-opportunity-shortcut-links a { gap: 7px; }
.tgo-theme-2026 .tgo-opportunity-shortcut-links a img { width: 20px; height: 20px; flex: 0 0 auto; object-fit: contain; }
.tgo-theme-2026 .tgo-opportunity-shortcut-links a:hover { color: #006f91; background: #e4f8fd; box-shadow: inset 0 0 0 1px #70d1e7; }
.tgo-theme-2026 .tgo-opportunity-columns > section { min-width: 0; min-height: 480px; padding: 28px 30px; overflow: hidden; border-radius: 12px; background: #fff; }
.tgo-theme-2026 .tgo-opportunity-columns header { padding-bottom: 12px; border-bottom: 2px solid var(--tgo-cyan); }
.tgo-theme-2026 .tgo-opportunity-columns article { display: grid; min-width: 0; min-height: 124px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid #8fd5e6; }
.tgo-theme-2026 .tgo-opportunity-row-copy { min-width: 0; }
.tgo-theme-2026 .tgo-opportunity-row-copy--bullet { display: grid; grid-template-columns: 10px minmax(0, 1fr); align-items: start; gap: 12px; }
.tgo-theme-2026 .tgo-opportunity-bullet { width: 10px; height: 10px; margin-top: 9px; border-radius: 50%; background: var(--tgo-cyan); }
.tgo-theme-2026 .tgo-opportunity-columns h3 { display: -webkit-box; margin: 0; overflow: hidden; color: #536d74; font-size: var(--tgo-font-body); font-weight: 400; line-height: var(--tgo-line-body); overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tgo-theme-2026 .tgo-opportunity-columns time { display: block; margin-top: 6px; color: #91a2a6; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-opportunity-columns .btn_count_download,
.tgo-theme-2026 .tgo-opportunity-columns .tgo-notice-link { display: inline-flex; min-width: 104px; min-height: var(--tgo-control-height); align-items: center; justify-content: center; gap: 7px; padding: 10px 14px; border-radius: 4px; background: var(--tgo-cyan); color: #fff; font-size: var(--tgo-font-control); white-space: nowrap; }
.tgo-theme-2026 .tgo-opportunity-columns .tgo-notice-link img { width: 18px; height: 18px; flex: 0 0 auto; object-fit: contain; }
.tgo-theme-2026 .tgo-notice-heading-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 8px; background: linear-gradient(135deg, var(--tgo-cyan), #3fc4d3); box-shadow: 0 5px 12px rgba(0,169,212,.16); }
.tgo-theme-2026 .tgo-notice-heading-icon svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tgo-theme-2026 .tgo-events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tgo-theme-2026 .tgo-events-grid article { overflow: hidden; border: 1px solid #e3ecee; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(29, 83, 94, .08); }
.tgo-theme-2026 .tgo-events-grid img { width: 100%; height: 170px; object-fit: cover; }
.tgo-theme-2026 .tgo-events-grid time { display: block; padding: 12px 14px 0; color: var(--tgo-cyan); font-size: var(--tgo-font-meta); }
.tgo-theme-2026 .tgo-events-grid h3 { min-height: 64px; margin: 6px 14px 16px; color: #385b64; font-size: var(--tgo-font-body); font-weight: 500; line-height: var(--tgo-line-body); }

/* ITA and calendar */
.tgo-theme-2026 .tgo-home-calendar { padding: 42px 0 58px !important; border-bottom: 4px solid transparent; border-image: repeating-linear-gradient(135deg, var(--tgo-color-primary) 0 2px, transparent 2px 5px) 4; background: var(--tgo-color-surface-subtle) !important; }
.tgo-theme-2026 .tgo-home-calendar > .tgo-container { width: calc(100% - 64px); max-width: 1320px; }
.tgo-theme-2026 .tgo-calendar-grid { display: grid; grid-template-columns: minmax(250px, 300px) minmax(0, 1fr); gap: 24px; min-height: 507px; align-items: stretch; }
.tgo-theme-2026 .tgo-calendar-workspace { display: grid; min-width: 0; grid-template-columns: minmax(290px, 34%) minmax(0, 1fr); min-height: 507px; gap: 24px; padding: 24px; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(32, 98, 112, .08); }
.tgo-theme-2026 .tgo-calendar-panel { min-width: 0; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(32, 98, 112, .08); font-size: var(--tgo-font-body); }
.tgo-theme-2026 .tgo-calendar-workspace .tgo-calendar-panel { border-radius: 0; box-shadow: none; }
.tgo-theme-2026 .tgo-calendar-panel--ita { display: flex; min-height: 507px; flex-direction: column; align-items: center; padding: 0 42px 38px; text-align: center; }
.tgo-theme-2026 .tgo-calendar-panel--ita header { width: 100%; }
.tgo-theme-2026 .tgo-calendar-panel--ita header h2 { width: max-content; margin: 0; padding: 24px 10px 14px; border-bottom: 3px solid var(--tgo-cyan); color: #173d48; font-size: 26px; }
.tgo-theme-2026 .tgo-calendar-panel--ita img { width: 190px; height: 118px; margin: 58px auto 30px; object-fit: contain; }
.tgo-theme-2026 .tgo-calendar-panel--ita h3 { max-width: 280px; margin: 0 0 24px; color: #173d48; font-size: 26px; line-height: 1.35; }
.tgo-theme-2026 .tgo-calendar-panel--ita > a { margin-top: auto; padding: 13px 22px; border-radius: 5px; background: var(--tgo-color-primary); color: #fff; font-size: 18px; font-weight: 600; box-shadow: 0 5px 14px rgb(var(--tgo-color-primary-rgb) / 18%); }
.tgo-theme-2026 .tgo-calendar-panel--month { display: flex; align-self: stretch; flex-direction: column; }
.tgo-theme-2026 .tgo-calendar-month-header { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; min-height: 64px; padding: 0 8px; border-radius: 5px 5px 0 0; background: var(--tgo-color-primary); color: #fff; }
.tgo-theme-2026 .tgo-calendar-month-header h2 { min-width: 0; margin: 0; color: inherit; font-size: 20px; font-weight: 600; line-height: 1.35; text-align: center; overflow-wrap: anywhere; }
.tgo-theme-2026 .tgo-calendar-month-nav { display: grid; width: 44px; height: 44px; margin-left: -5px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.tgo-theme-2026 .tgo-calendar-month-nav:hover { background: rgba(255,255,255,.14); }
.tgo-theme-2026 .tgo-calendar-weekdays,
.tgo-theme-2026 .tgo-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); text-align: center; }
.tgo-theme-2026 .tgo-calendar-weekdays { padding: 18px 14px 6px; }
.tgo-theme-2026 .tgo-calendar-weekdays b { display: grid; height: 32px; place-items: center; color: #173d48; font-size: 13px; }
.tgo-theme-2026 .tgo-calendar-days { gap: 3px 0; padding: 0 14px; }
.tgo-theme-2026 .tgo-calendar-days button { position: relative; display: grid; width: 42px; height: 42px; place-self: center; place-items: center; border: 0; border-radius: 9px; background: transparent; color: #173d48; font: 500 15px/1 'Prompt', sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-calendar-days button:hover { background: #eef9fc; }
.tgo-theme-2026 .tgo-calendar-days button.is-adjacent-month { color: #c7d2d5; }
.tgo-theme-2026 .tgo-calendar-days button[aria-selected="true"] { background: var(--tgo-color-primary); color: #fff; font-weight: 700; box-shadow: 0 4px 10px rgb(var(--tgo-color-primary-rgb) / 22%); }
.tgo-theme-2026 .tgo-calendar-days button i { display: none; position: absolute; right: 5px; bottom: 4px; width: 5px; height: 5px; border-radius: 50%; background: #ec353c; }
.tgo-theme-2026 .tgo-calendar-days button.has-events i { display: block; }
.tgo-theme-2026 .tgo-calendar-status { min-height: 20px; margin: 8px 18px 0; color: #6b8289; font-size: 12px; text-align: center; }
.tgo-theme-2026 .tgo-calendar-status[data-state="error"] { color: #bf3038; }
.tgo-theme-2026 .tgo-calendar-full-link { align-self: center; margin: auto 0 4px; color: var(--tgo-color-primary); font-size: 13px; font-weight: 600; }
.tgo-theme-2026 .tgo-calendar-panel--activities,
.tgo-theme-2026 .tgo-calendar-activities { position: relative; display: flex; min-height: 459px; flex-direction: column; padding: 0 8px 0 0; }
.tgo-theme-2026 .tgo-activity-heading { display: grid; grid-template-columns: max-content minmax(0, 1fr); min-height: 64px; align-items: center; gap: 2px 16px; padding: 8px 0; border-bottom: 3px solid var(--tgo-cyan); }
.tgo-theme-2026 .tgo-activity-heading h2 { grid-row: 1 / span 2; min-width: max-content; margin: 0; color: #173d48; font-size: clamp(22px, 2vw, 27px); word-break: keep-all; white-space: nowrap; }
.tgo-theme-2026 .tgo-activity-legend { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #5f747a; font-size: 13px; }
.tgo-theme-2026 .tgo-activity-legend-item { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.tgo-theme-2026 .tgo-activity-legend i { width: 9px; height: 9px; border-radius: 50%; background: #28c75b; }
.tgo-theme-2026 .tgo-activity-selected-date { grid-column: 2; margin: 0; color: var(--tgo-color-primary); font-size: 12px; font-weight: 600; white-space: nowrap; }
.tgo-theme-2026 .tgo-activity-list { display: grid; max-height: 374px; overflow-y: auto; gap: 12px; padding: 16px 8px 4px 0; scrollbar-color: #607981 #edf2f3; scrollbar-width: thin; }
.tgo-theme-2026 .tgo-activity-item { display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(120px, 180px); min-height: 86px; align-items: center; gap: 12px; border-radius: 4px; background: #f7f9fa; }
.tgo-theme-2026 .tgo-activity-date { display: grid; align-self: stretch; place-items: center; padding: 10px; border-radius: 4px; background: var(--tgo-color-primary); color: #fff; text-align: center; }
.tgo-theme-2026 .tgo-activity-date time { font-size: 20px; font-weight: 600; line-height: 1.35; }
.tgo-theme-2026 .tgo-activity-date time small { display: block; font-size: 13px; font-weight: 600; }
.tgo-theme-2026 .tgo-activity-copy { min-width: 0; }
.tgo-theme-2026 .tgo-activity-category { display: inline-block; margin-bottom: 7px; padding: 3px 12px; border: 1px solid color-mix(in srgb, var(--calendar-event-color, #31a653) 34%, transparent); border-radius: 12px; background: color-mix(in srgb, var(--calendar-event-color, #31a653) 12%, white); color: var(--calendar-event-color, #31a653); font-size: 12px; line-height: 1.4; }
.tgo-theme-2026 .tgo-activity-copy h3 { margin: 0; overflow: hidden; color: #193f4a; font-size: 16px; font-weight: 600; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.tgo-theme-2026 .tgo-activity-copy h3 a { color: inherit; }
.tgo-theme-2026 .tgo-activity-meta { min-width: 0; color: #71878e; font-size: 13px; }
.tgo-theme-2026 .tgo-activity-publication,
.tgo-theme-2026 .tgo-activity-details,
.tgo-theme-2026 .tgo-activity-time,
.tgo-theme-2026 .tgo-activity-location { display: flex; min-width: 0; align-items: center; gap: 5px; color: inherit; overflow-wrap: anywhere; }
.tgo-theme-2026 .tgo-activity-location { margin-top: 7px; }
.tgo-theme-2026 .tgo-activity-responsible,
.tgo-theme-2026 .tgo-activity-organization { display: block; margin-top: 4px; overflow: hidden; color: #60777e; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.tgo-theme-2026 .tgo-activity-details { margin-top: 7px; color: var(--tgo-color-primary); font-weight: 600; }
.tgo-theme-2026 .tgo-activity-all { align-self: flex-end; margin-top: 10px; color: var(--tgo-color-primary); font-size: 12px; font-weight: 600; }
.tgo-theme-2026 .tgo-activity-empty { display: grid; min-height: 300px; place-content: center; padding: 30px; color: #637b82; text-align: center; }
.tgo-theme-2026 .tgo-activity-loading,
.tgo-theme-2026 .tgo-activity-error { display: grid; min-height: 300px; place-content: center; padding: 30px; color: #637b82; text-align: center; overflow-wrap: anywhere; }
.tgo-theme-2026 .tgo-activity-error { color: #bf3038; }
.tgo-theme-2026 .tgo-activity-empty p { margin: 0 0 8px; }
.tgo-theme-2026 .tgo-activity-empty a { color: var(--tgo-color-primary); font-weight: 600; }
.tgo-theme-2026 .tgo-activity-item ~ .tgo-activity-empty { display: none; }
.tgo-theme-2026 .tgo-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.tgo-theme-2026 .tgo-calendar-panel a:focus-visible,
.tgo-theme-2026 .tgo-calendar-panel button:focus-visible { outline: 3px solid rgba(0,169,212,.35); outline-offset: 2px; }

/* Partners and footer */
.tgo-theme-2026 .tgo-home-partners { background: var(--tgo-color-surface); }
.tgo-theme-2026 .tgo-partner-row { gap: 22px; }
.tgo-theme-2026 .tgo-partner-row a { display: grid; width: 72px; min-height: 72px; place-items: center; border-radius: 50%; transition: transform .2s ease, filter .2s ease; }
.tgo-theme-2026 .tgo-partner-row a:hover { transform: translateY(-4px); filter: saturate(1.15); }
.tgo-theme-2026 .tgo-partner-row img { max-width: 52px; max-height: 52px; }
.tgo-theme-2026 .tgo-site-footer { min-height: 464px; padding: 0; background: var(--tgo-color-primary); color: #fff; font-size: var(--tgo-font-meta); line-height: var(--tgo-line-body); }
.tgo-theme-2026 .tgo-site-footer .tgo-container { width: calc(100% - 88px); max-width: none; }
.tgo-theme-2026 .tgo-footer-utility { display: flex; min-height: 102px; padding: 0; align-items: center; background: var(--tgo-color-primary-hover); }
.tgo-theme-2026 .tgo-footer-utility .tgo-container,
.tgo-theme-2026 .tgo-footer-main .tgo-container,
.tgo-theme-2026 .tgo-footer-legal .tgo-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tgo-theme-2026 .tgo-footer-sitemap { display: inline-flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 500; }
.tgo-theme-2026 .tgo-staff-system,
.tgo-theme-2026 .tgo-feedback { display: inline-flex; min-height: 42px; padding: 8px 18px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.85); border-radius: 21px; font-size: 14px; font-weight: 500; }
.tgo-theme-2026 .tgo-feedback-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tgo-theme-2026 .tgo-staff-system-icon { display: block; width: 24px; height: 24px; max-height: none; object-fit: contain; filter: brightness(0) invert(1); }
.tgo-theme-2026 .tgo-footer-main { display: flex; min-height: 301px; padding: 0; align-items: center; background: var(--tgo-color-primary); }
.tgo-theme-2026 .tgo-footer-main .tgo-container { width: min(1600px, calc(100% - 88px)); }
.tgo-theme-2026 .tgo-footer-identity { display: flex; max-width: 900px; align-items: center; gap: 36px; }
.tgo-theme-2026 .tgo-footer-logo { display: flex; width: 96px; flex: 0 0 96px; justify-content: center; }
.tgo-theme-2026 .tgo-footer-identity .tgo-footer-logo img { width: 76px; height: 112px; max-height: none; object-fit: contain; }
.tgo-theme-2026 .tgo-footer-identity-copy strong { display: block; margin-bottom: 10px; font-size: 20px; font-weight: 600; line-height: 30px; }
.tgo-theme-2026 .tgo-footer-identity-copy address,
.tgo-theme-2026 .tgo-footer-contact address { margin: 0; font-size: 14px; font-style: normal; line-height: 1.65; }
.tgo-theme-2026 .tgo-footer-social { display: flex; align-items: center; gap: 30px; margin-top: 20px; }
.tgo-theme-2026 .tgo-footer-social a { display: grid; width: auto; height: 40px; place-items: center; border: 0; border-radius: 0; background: transparent; }
.tgo-theme-2026 .tgo-footer-social a img { display: block; max-width: none; max-height: none; object-fit: contain; }
.tgo-theme-2026 .tgo-footer-social .tgo-social-facebook img { width: 40px; height: 40px; }
.tgo-theme-2026 .tgo-footer-social .tgo-social-tiktok img { width: 29px; height: 34px; }
.tgo-theme-2026 .tgo-footer-social .tgo-social-youtube img { width: 38px; height: 38px; }
.tgo-theme-2026 .tgo-footer-social .tgo-social-line img { width: 37px; height: 34px; }
.tgo-theme-2026 .tgo-footer-contact { display: grid; min-width: 430px; gap: 22px; justify-items: start; }
.tgo-theme-2026 .tgo-footer-contact-details > span { display: block; }
.tgo-theme-2026 .tgo-footer-contact-details p { margin: 0; }
.tgo-theme-2026 .tgo-footer-legal { display: flex; min-height: 61px; padding: 0; align-items: center; border-top: 1px solid rgba(255,255,255,.28); background: var(--tgo-color-primary-hover); font-size: 14px; }
.tgo-theme-2026 .tgo-footer-legal nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.tgo-theme-2026 .tgo-footer-legal small { font-size: inherit; white-space: nowrap; }
.tgo-theme-2026 .tgo-footer-legal__meta { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }

@media (max-width: 1600px) {
    .tgo-theme-2026 .tgo-home-card-row .tgo-home-service-card { flex-basis: calc((100% - 72px) / 4); }
}

@media (max-width: 1024px) {
    .tgo-theme-2026 .tgo-utility .tgo-container,
    .tgo-theme-2026 .tgo-nav-row,
    .tgo-theme-2026 .tgo-site-footer .tgo-container { width: calc(100% - 48px); }
    .tgo-theme-2026 .tgo-utility-email span,
    .tgo-theme-2026 .tgo-utility-sitemap span,
    .tgo-theme-2026 .tgo-utility-search span,
    .tgo-theme-2026 .tgo-font-size-label { display: none; }
    .tgo-theme-2026 .tgo-footer-main .tgo-container { width: calc(100% - 64px); }
    .tgo-theme-2026 .tgo-footer-contact { min-width: 300px; }
    .tgo-theme-2026 .tgo-home-hero,
    .tgo-theme-2026 .tgo-hero-track,
    .tgo-theme-2026 .tgo-hero-slide { height: 340px; min-height: 340px; }
    .tgo-theme-2026 .tgo-hero-copy { width: 430px; font-size: 32px; }
    .tgo-theme-2026 .tgo-service-slider { max-width: 800px; padding: 0 70px; }
    .tgo-theme-2026 .tgo-home-card-row .tgo-home-service-card { flex-basis: calc((100% - 24px) / 2); }
    .tgo-theme-2026 .tgo-service-arrow { top: 129px; width: 60px; height: 60px; font-size: 46px; }
    .tgo-theme-2026 .tgo-service-arrow--previous { left: 0; }
    .tgo-theme-2026 .tgo-knowledge-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; }
    .tgo-theme-2026 .tgo-knowledge-card--feature,
    .tgo-theme-2026 .tgo-knowledge-card--compact,
    .tgo-theme-2026 .tgo-knowledge-card--fallback { grid-row: auto; }
    .tgo-theme-2026 .tgo-knowledge-card--slot-1,
    .tgo-theme-2026 .tgo-knowledge-card--slot-2 { grid-column: span 3; }
    .tgo-theme-2026 .tgo-knowledge-card--compact { grid-column: span 6; }
    .tgo-theme-2026 .tgo-knowledge-card--fallback { grid-column: span 3; }
    .tgo-theme-2026 .tgo-home-calendar > .tgo-container { width: calc(100% - 48px); }
    .tgo-theme-2026 .tgo-calendar-workspace { grid-template-columns: minmax(280px, 36%) minmax(0, 1fr); gap: 18px; padding: 18px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita { padding-right: 24px; padding-left: 24px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita img { width: 150px; }
    .tgo-theme-2026 .tgo-activity-heading { gap: 2px 10px; }
    .tgo-theme-2026 .tgo-activity-legend { gap: 4px 6px; font-size: 11px; }
    .tgo-theme-2026 .tgo-activity-item { grid-template-columns: 68px minmax(0, 1fr) minmax(110px, 150px); gap: 10px; }
}

@media (max-width: 1120px) {
    .tgo-theme-2026 .tgo-site-header { margin-bottom: 0; }
    .tgo-theme-2026 .tgo-brand:after { display: none; }
    .tgo-theme-2026 .tgo-brand img { position: relative; top: auto; left: auto; width: 48px; height: 48px; margin: 0; }
    .tgo-theme-2026 .tgo-menu-toggle { display: block; margin-left: auto; }
    .tgo-theme-2026 .tgo-navigation { position: absolute; z-index: 30; top: 100%; right: 14px; left: 14px; display: none; width: auto; padding: 14px; border-radius: 14px; background: #fff; box-shadow: 0 18px 40px rgba(20,70,82,.2); }
    .tgo-theme-2026 .tgo-navigation.is-open { display: block; }
    .tgo-theme-2026 .tgo-navigation-desktop { display: none; }
    .tgo-theme-2026 .tgo-navigation-mobile { display: block; }
    .tgo-theme-2026 .tgo-navigation .tgo-nav-level { display: block; }
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level a { padding: 12px 44px 12px 12px; white-space: normal; overflow-wrap: anywhere; }
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level > li { position: relative; }
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level > li > ul,
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level > li:hover > ul,
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level > li:focus-within > ul { display: none; position: static; min-width: 0; padding: 0 0 0 14px; box-shadow: none; }
	.tgo-theme-2026 .tgo-navigation .tgo-nav-level > li.is-submenu-open > ul { display: block; }
	.tgo-theme-2026 .tgo-submenu-toggle { position: absolute; top: 2px; right: 0; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 8px; background: #eafafd; color: #0385a9; cursor: pointer; }
	.tgo-theme-2026 .tgo-submenu-toggle.tgo-submenu-label { position: relative; top: auto; right: auto; display: flex; width: 100%; min-height: 48px; height: auto; align-items: center; justify-content: space-between; padding: 12px 16px; border-radius: 10px; font: 600 16px/24px Prompt, sans-serif; text-align: left; }
	.tgo-theme-2026 .tgo-submenu-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
    .tgo-theme-2026 .tgo-utility .tgo-nav-actions { display: flex; }
}

@media (max-width: 1024px) {
    .tgo-theme-2026 .tgo-calendar-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-calendar-panel--ita { min-height: 360px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita header h2 { padding-top: 18px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita img { height: 90px; margin: 30px auto 18px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita h3 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .tgo-theme-2026 .tgo-mega-trigger span,
    .tgo-theme-2026 .tgo-mega-panel,
    .tgo-theme-2026 .tgo-mega-group,
    .tgo-theme-2026 .tgo-home > .tgo-section-shell,
    .tgo-theme-2026 .tgo-home > .tgo-section-shell *,
    .tgo-theme-2026 .tgo-hero-slide,
    .tgo-theme-2026 .tgo-hero-slide * { animation: none !important; transition: none !important; }
    .tgo-theme-2026 .tgo-home > .tgo-section-shell { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 760px) {
    .tgo-theme-2026 .tgo-opportunity-shortcuts,
    .tgo-theme-2026 .tgo-opportunity-columns { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-home-opportunities:after { display: none; }
    .tgo-theme-2026 .tgo-opportunity-shortcut { grid-template-columns: auto 1fr; }
    .tgo-theme-2026 .tgo-opportunity-shortcut > a { grid-column: 2; }
    .tgo-theme-2026 .tgo-opportunity-columns > section { min-height: 0; padding: 22px; }
    .tgo-theme-2026 .tgo-opportunity-columns article { align-items: center; padding: 14px 0; }
    .tgo-theme-2026 .tgo-opportunity-columns article > div,
    .tgo-theme-2026 .tgo-opportunity-columns h3 { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
    .tgo-theme-2026 .tgo-opportunity-columns .btn_count_download,
    .tgo-theme-2026 .tgo-opportunity-columns .tgo-notice-link { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
    .tgo-theme-2026 .tgo-carbon-project-layout { gap: 14px; }
    .tgo-theme-2026 .tgo-carbon-project-overview { padding: 22px 22px 20px; }
    .tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-summary strong { font-size: 44px; }
    .tgo-theme-2026 .tgo-carbon-group-block { padding: 16px 18px; }
    .tgo-theme-2026 .tgo-carbon-group-metric span { font-size: clamp(20px, 2.8vw, 28px); }
    .tgo-theme-2026 .tgo-carbon-landscape:before { right: 24px; bottom: 18px; width: 130px; height: 64px; }
}

@media (max-width: 640px) {
    .tgo-theme-2026 .tgo-container { width: calc(100% - 28px); }
    .tgo-theme-2026 .tgo-brand { width: 42px; }
    .tgo-theme-2026 .tgo-brand img { width: 36px; height: 44px; }
    .tgo-theme-2026 .tgo-utility { height: 34px; }
    .tgo-theme-2026 .tgo-utility .tgo-container { width: calc(100% - 28px); height: 34px; }
    .tgo-theme-2026 .tgo-utility-call { display: flex; padding: 0; border: 0 !important; }
    .tgo-theme-2026 .tgo-utility-call span { display: none; }
	.tgo-theme-2026 .tgo-utility-contact .tgo-utility-email,
	.tgo-theme-2026 .tgo-utility-contact .tgo-utility-sitemap { display: none; }
    .tgo-theme-2026 .tgo-footer-utility .tgo-container,
    .tgo-theme-2026 .tgo-footer-main .tgo-container,
    .tgo-theme-2026 .tgo-footer-legal .tgo-container { align-items: flex-start; flex-direction: column; }
    .tgo-theme-2026 .tgo-site-footer { min-height: 0; }
    .tgo-theme-2026 .tgo-site-footer .tgo-container,
    .tgo-theme-2026 .tgo-footer-main .tgo-container { width: calc(100% - 36px); }
    .tgo-theme-2026 .tgo-footer-utility { min-height: 88px; }
    .tgo-theme-2026 .tgo-footer-utility .tgo-container { min-height: 88px; align-items: center; flex-direction: row; }
    .tgo-theme-2026 .tgo-footer-sitemap span:first-child { display: none; }
    .tgo-theme-2026 .tgo-staff-system { padding: 7px 11px; font-size: 11px; }
    .tgo-theme-2026 .tgo-footer-main { min-height: 0; padding: 46px 0; }
    .tgo-theme-2026 .tgo-footer-identity { align-items: flex-start; gap: 22px; }
    .tgo-theme-2026 .tgo-footer-logo { width: 62px; flex-basis: 62px; }
    .tgo-theme-2026 .tgo-footer-identity .tgo-footer-logo img { width: 58px; height: 86px; }
    .tgo-theme-2026 .tgo-footer-identity-copy strong { font-size: 17px; line-height: 1.5; }
    .tgo-theme-2026 .tgo-footer-contact { min-width: 0; }
    .tgo-theme-2026 .tgo-footer-legal { padding: 20px 0; }
    .tgo-theme-2026 .tgo-footer-legal .tgo-container { gap: 18px; }
	.tgo-theme-2026 .tgo-footer-legal small { white-space: normal; overflow-wrap: anywhere; }
    .tgo-theme-2026 .tgo-home-hero,
    .tgo-theme-2026 .tgo-hero-track,
    .tgo-theme-2026 .tgo-hero-slide { height: 230px; min-height: 230px; }
    .tgo-theme-2026 .tgo-hero-controls { bottom: 12px; width: auto; max-width: calc(100% - 24px); min-height: 40px; gap: 5px; }
    .tgo-theme-2026 .tgo-hero-control { --tgo-circle-size: 30px; }
    .tgo-theme-2026 .tgo-hero-progress { width: auto; min-width: 0; flex: 1; gap: 5px; }
    .tgo-theme-2026 .tgo-hero-progress button { --tgo-circle-size: 7px; }
    .tgo-theme-2026 .tgo-hero-status { display: none; }
    .tgo-theme-2026 .tgo-hero-slide { background-position: 64% center; }
    .tgo-theme-2026 .tgo-hero-art img { object-position: 64% center; }
    .tgo-theme-2026 .tgo-hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.55) 70%, rgba(255,255,255,.12)); }
    .tgo-theme-2026 .tgo-hero-copy { left: 22px; width: calc(100% - 44px); font-size: 27px; }
    .tgo-theme-2026 .tgo-hero-copy small { max-width: 270px; font-size: 10px; }
    .tgo-theme-2026 .tgo-home-figma .tgo-section-shell { padding: 42px 0; }
    .tgo-theme-2026 .tgo-home-services { padding: 48px 0 !important; }
    .tgo-theme-2026 .tgo-home-services .tgo-section-heading { margin-bottom: 34px; }
    .tgo-theme-2026 .tgo-home-knowledge { padding: 56px 0 76px !important; }
    .tgo-theme-2026 .tgo-knowledge-tabs { margin-bottom: 20px; }
    .tgo-theme-2026 .tgo-home-services .tgo-section-heading h2 { font-size: 28px; }
    .tgo-theme-2026 .tgo-service-slider { padding: 0 18px; }
    .tgo-theme-2026 .tgo-service-viewport { overflow-x: auto; }
    .tgo-theme-2026 .tgo-home-card-row { padding: 0 8%; }
    .tgo-theme-2026 .tgo-home-card-row .tgo-home-service-card { flex-basis: 84%; min-width: 0; scroll-snap-align: center; }
    .tgo-theme-2026 .tgo-service-arrow { display: none; }
    .tgo-theme-2026 .tgo-rail-status { margin-top: 32px; }
    .tgo-theme-2026 .tgo-home-more { width: 164px; margin-top: 34px; font-size: 18px; }
    .tgo-theme-2026 .tgo-carbon-tabs button { min-height: 52px; font-size: 14px; }
    .tgo-theme-2026 .tgo-carbon-dashboard { padding: 0 18px 90px; }
    .tgo-theme-2026 .tgo-carbon-subtabs { grid-template-columns: repeat(4, 120px); margin: 0 -18px 22px; overflow-x: auto; }
    .tgo-theme-2026 .tgo-carbon-summary { display: block; }
    .tgo-theme-2026 .tgo-carbon-summary strong { display: inline-block; margin-top: 16px; font-size: 34px; }
    .tgo-theme-2026 .tgo-carbon-stat-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-carbon-stat-grid article { min-height: 74px; }
    .tgo-theme-2026 .tgo-carbon-project-layout { grid-template-columns: 1fr; gap: 16px; }
    .tgo-theme-2026 .tgo-carbon-project-overview { padding: 22px 20px 20px; }
    .tgo-theme-2026 .tgo-carbon-project-overview .tgo-carbon-summary strong { font-size: 36px; }
    .tgo-theme-2026 .tgo-carbon-panel-source { margin-bottom: 18px; align-items: flex-start; flex-direction: column; gap: 8px; }
    .tgo-theme-2026 .tgo-carbon-overview-heading { align-items: flex-start; flex-direction: column; }
    .tgo-theme-2026 .tgo-carbon-overview-heading p strong { font-size: 42px; }
    .tgo-theme-2026 .tgo-carbon-overview-legend { align-items: flex-start; flex-direction: column; }
    .tgo-theme-2026 .tgo-carbon-fiscal-year { margin-top: 24px; font-size: 17px; }
    .tgo-theme-2026 .tgo-carbon-market-columns { padding: 34px 14px 14px; grid-template-columns: 1fr; gap: 22px; }
    .tgo-theme-2026 .tgo-carbon-market-columns section + section::before { display: none; }
    .tgo-theme-2026 .tgo-carbon-market-columns h4 { font-size: 18px; }
    .tgo-theme-2026 .tgo-carbon-market-columns article { min-height: 78px; padding: 14px; }
    .tgo-theme-2026 .tgo-carbon-market-columns article span { font-size: 14px; }
    .tgo-theme-2026 .tgo-carbon-market-columns article strong { font-size: 28px; }
    .tgo-theme-2026 .tgo-carbon-registry-layout { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-carbon-registry-donut { width: 170px; height: 170px; }
    .tgo-theme-2026 .tgo-carbon-tver-date { margin-bottom: 14px; text-align: left; }
    .tgo-theme-2026 .tgo-carbon-tver-cards { grid-template-columns: 1fr; gap: 16px; }
    .tgo-theme-2026 .tgo-carbon-tver-card > header { min-height: 58px; padding: 14px 18px; }
    .tgo-theme-2026 .tgo-carbon-tver-card__body { min-height: 330px; padding: 30px 16px 24px; }
    .tgo-theme-2026 .tgo-carbon-tver-card__body > img,
    .tgo-theme-2026 .tgo-carbon-tver-card--premium .tgo-carbon-tver-card__body > img { width: 130px; height: 130px; }
    .tgo-theme-2026 .tgo-carbon-tver-card__metric { padding: 20px 12px 16px; }
    .tgo-theme-2026 .tgo-carbon-tver-card__metric p { min-height: 0; }
    .tgo-theme-2026 .tgo-carbon-tver-card__metric strong { font-size: 34px; }
    .tgo-theme-2026 .tgo-carbon-group-metrics { flex-wrap: wrap; gap: 0; }
    .tgo-theme-2026 .tgo-carbon-group-metric { flex: 1 1 auto; min-width: 120px; padding: 12px 16px; }
    .tgo-theme-2026 .tgo-carbon-group-metric + .tgo-carbon-group-metric { border-left: 1px solid #e8eef0; }
    .tgo-theme-2026 .tgo-carbon-group-metric:first-child { padding-left: 0; }
    .tgo-theme-2026 .tgo-carbon-group-metric:last-child { padding-right: 0; }
    .tgo-theme-2026 .tgo-carbon-group-block { padding: 16px 18px; }
    .tgo-theme-2026 .tgo-carbon-group-title { margin-bottom: 14px; font-size: 16px; }
    .tgo-theme-2026 .tgo-carbon-group-metric span { font-size: clamp(20px, 3.4vw, 28px); }
    .tgo-theme-2026 .tgo-carbon-timestamp { margin-top: 12px; }
    .tgo-theme-2026 .tgo-carbon-landscape { height: 80px; }
    .tgo-theme-2026 .tgo-carbon-landscape:before { right: 20px; bottom: 14px; width: 100px; height: 50px; }
    .tgo-theme-2026 .tgo-carbon-landscape span { left: 14px; bottom: 4px; width: 48px; height: 36px; }
    .tgo-theme-2026 .tgo-carbon-landscape i { left: 36px; bottom: 4px; width: 46px; height: 40px; }
    .tgo-theme-2026 .tgo-carbon-landscape b { right: 58px; bottom: 10px; width: 36px; height: 30px; }
    .tgo-theme-2026 .tgo-knowledge-shell { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-knowledge-tabs { overflow-x: auto; }
    .tgo-theme-2026 .tgo-knowledge-tabs button { min-width: 120px; }
    .tgo-theme-2026 .tgo-knowledge-toolbar { flex-wrap: wrap; }
    .tgo-theme-2026 .tgo-knowledge-toolbar label { flex-basis: 100%; }
    .tgo-theme-2026 .tgo-knowledge-grid,
    .tgo-theme-2026 .tgo-notice-grid,
    .tgo-theme-2026 .tgo-events-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-knowledge-card--feature,
    .tgo-theme-2026 .tgo-knowledge-card--compact,
    .tgo-theme-2026 .tgo-knowledge-card--fallback { grid-column: 1; grid-row: auto; }
    .tgo-theme-2026 .tgo-knowledge-card--feature > a,
    .tgo-theme-2026 .tgo-knowledge-placeholder.tgo-knowledge-card--feature { grid-template-rows: 170px auto; }
    .tgo-theme-2026 .tgo-opportunity-shortcut-links { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-opportunity-columns article { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .tgo-theme-2026 .tgo-opportunity-columns .tgo-notice-link { justify-self: start; }
    .tgo-theme-2026 .tgo-home-calendar > .tgo-container { width: calc(100% - 28px); }
    .tgo-theme-2026 .tgo-calendar-grid { grid-template-columns: 1fr; gap: 16px; min-height: 0; }
    .tgo-theme-2026 .tgo-calendar-workspace { grid-template-columns: 1fr; gap: 22px; padding: 16px; overflow: hidden; }
    .tgo-theme-2026 .tgo-calendar-panel { max-width: 100%; min-width: 0; overflow: hidden; }
    .tgo-theme-2026 .tgo-calendar-panel--ita { min-height: 330px; padding: 0 20px 28px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita img { width: 140px; height: 80px; margin: 26px auto 16px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita h3 { margin-bottom: 18px; font-size: 20px; }
    .tgo-theme-2026 .tgo-calendar-panel--ita > a { padding: 10px 16px; font-size: 15px; }
    .tgo-theme-2026 .tgo-calendar-month-header h2 { font-size: 17px; }
    .tgo-theme-2026 .tgo-calendar-weekdays { padding-right: 4px; padding-left: 4px; }
    .tgo-theme-2026 .tgo-calendar-days { padding-right: 4px; padding-left: 4px; }
    .tgo-theme-2026 .tgo-calendar-days button { width: 36px; max-width: 100%; height: 36px; }
    .tgo-theme-2026 .tgo-calendar-panel--activities { min-height: 0; padding: 0; }
    .tgo-theme-2026 .tgo-activity-heading { flex-wrap: wrap; gap: 6px 12px; padding: 10px 0; }
    .tgo-theme-2026 .tgo-activity-heading h2 { font-size: 22px; }
    .tgo-theme-2026 .tgo-activity-list { max-height: 420px; padding-right: 0; }
    .tgo-theme-2026 .tgo-activity-item { grid-template-columns: 64px minmax(0, 1fr); min-height: 82px; gap: 12px; }
    .tgo-theme-2026 .tgo-activity-meta { display: block; grid-column: 2; padding: 0 8px 8px 0; }
    .tgo-theme-2026 .tgo-activity-copy { padding-top: 8px; }
    .tgo-theme-2026 .tgo-activity-copy h3 { white-space: normal; }
}

@media (min-width: 641px) and (max-width: 900px) {
    .tgo-theme-2026 .tgo-footer-main .tgo-container {
        align-items: flex-start;
        flex-direction: column;
    }
    .tgo-theme-2026 .tgo-footer-contact {
        width: 100%;
        min-width: 0;
    }
}

/* Native complaint form — Figma 1:4578 */
.tgo-theme-2026 .tgo-complaint-form-page { color: #0d313a; background: #fff; }
.tgo-theme-2026 .tgo-complaint-hero { position: relative; min-height: 320px; overflow: hidden; background: #edf8fa url('../images/complaint-form-hero.png') right center/auto 100% no-repeat; }
.tgo-theme-2026 .tgo-complaint-hero:after { position: absolute; inset: 0; background: linear-gradient(75deg,#fff 15%,rgba(255,255,255,.92) 34%,rgba(255,255,255,0) 66%); content: ''; pointer-events: none; }
.tgo-theme-2026 .tgo-complaint-hero .tgo-container { position: relative; z-index: 1; min-height: 320px; }
.tgo-theme-2026 .tgo-complaint-hero .tgo-page-breadcrumb { position: absolute; top: 18px; left: 0; color: #334f58; font-size: 14px; }
.tgo-theme-2026 .tgo-complaint-hero h1 { position: absolute; top: 50%; left: 0; max-width: 560px; margin: 0; color: var(--tgo-color-primary); font-size: 40px; font-weight: 600; line-height: 1.2; transform: translateY(-50%); }
.tgo-theme-2026 .tgo-complaint-form-shell { padding: 64px 0 100px; background: #fff url('../images/home-services-hex-pattern.svg') center top/1280px auto repeat-y; }
.tgo-theme-2026 .tgo-complaint-form-shell > .tgo-container { width: calc(100% - 40px); max-width: var(--tgo-public-max); }
.tgo-theme-2026 .tgo-complaint-form-intro { margin: 0 0 36px; }
.tgo-theme-2026 .tgo-complaint-form-intro h2 { margin: 0; color: #0d313a; font-size: 24px; font-weight: 500; line-height: 32px; text-align: left !important; }
.tgo-theme-2026 .tgo-complaint-form-intro i { display: block; width: 80px; height: 3px; margin-top: 12px; background: var(--tgo-color-primary); }
.tgo-theme-2026 .tgo-complaint-native #step-02.container { width: 100%; max-width: none; padding: 0; }
.tgo-theme-2026 .tgo-complaint-native #form_complaint { display: flex; flex-direction: column; gap: 24px; }
.tgo-theme-2026 .tgo-complaint-native .card,
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .boxtopic { margin: 0; border: 0; background: #fff; box-shadow: 0 4px 6px rgba(117,138,161,.25); }
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .boxtopic { margin-bottom: -24px; padding: 32px 32px 0; border-radius: 4px 4px 0 0; box-shadow: 0 -1px 6px rgba(117,138,161,.12); }
.tgo-theme-2026 .tgo-complaint-native .card { padding: 32px; border-radius: 4px; }
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .card:first-of-type { padding-top: 68px; }
.tgo-theme-2026 .tgo-complaint-native .card-body { padding: 0; }
.tgo-theme-2026 .tgo-complaint-native .boxtopic { min-height: 32px; margin: 0 0 24px; padding: 0; color: #00b1da; font-size: 20px; font-weight: 500; line-height: 32px; }
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .boxtopic:before,
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .card:nth-of-type(4) > .boxtopic:before { display: inline-grid; width: 32px; height: 32px; margin-right: 12px; place-items: center; border-radius: 50%; background: #00b1da; color: #fff; font: 700 16px/1 Arial,sans-serif; content: '1'; vertical-align: top; }
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .card:nth-of-type(3) > .boxtopic { padding-bottom: 12px; border-bottom: 1px solid #e4ecee; color: #37474f; font-size: 18px; }
.tgo-theme-2026 .tgo-complaint-native #form_complaint > .card:nth-of-type(4) > .boxtopic:before { content: '2'; }
.tgo-theme-2026 .tgo-complaint-native .row { display: flex; flex-wrap: wrap; margin-right: -8px; margin-left: -8px; }
.tgo-theme-2026 .tgo-complaint-native [class*='col-sm-'] { padding-right: 8px; padding-left: 8px; }
.tgo-theme-2026 .tgo-complaint-native .form-group { margin-bottom: 16px; }
.tgo-theme-2026 .tgo-complaint-native label { display: block; margin-bottom: 7px; color: #37474f; font-size: 14px; font-weight: 400; line-height: 20px; }
.tgo-theme-2026 .tgo-complaint-native .form-control { width: 100%; min-height: 56px; padding: 12px 14px !important; border: 1px solid rgba(55,71,79,.23); border-radius: 4px; background: #fff; color: #37474f; font: 400 16px/24px Prompt,sans-serif; box-shadow: none; }
.tgo-theme-2026 .tgo-complaint-native textarea.form-control { min-height: 120px; resize: vertical; }
.tgo-theme-2026 .tgo-complaint-native .form-control:focus { border-color: #00b1da; outline: 3px solid rgba(0,177,218,.13); }
.tgo-theme-2026 .tgo-complaint-native h4 { margin: 28px 0 16px; color: #00b1da; font-size: 18px; font-weight: 500; line-height: 28px; }
.tgo-theme-2026 .tgo-complaint-native input[type='file'].form-control { min-height: 150px; padding: 58px 24px 24px !important; border: 2px dashed #00b1da; border-radius: 8px; background: #fcfcfc; color: #5d737b; text-align: center; }
.tgo-theme-2026 .tgo-complaint-native #list-files { width: 100%; margin: 18px 0 28px; border-collapse: collapse; color: rgba(55,71,79,.8); font-size: 14px; }
.tgo-theme-2026 .tgo-complaint-native #list-files th,
.tgo-theme-2026 .tgo-complaint-native #list-files td { height: 58px; padding: 12px 18px; border-bottom: 1px solid rgba(196,196,196,.5); text-align: left; }
.tgo-theme-2026 .tgo-complaint-native #comfirm_checked { width: 20px; height: 20px; margin: 3px 10px 0 0 !important; accent-color: #00b1da; }
.tgo-theme-2026 .tgo-complaint-native #comfirm_checked + label { width: calc(100% - 36px) !important; color: #37474f !important; font-size: 16px !important; line-height: 28px; }
.tgo-theme-2026 .tgo-complaint-native .g-recaptcha > div { margin: 0 auto; }
.tgo-theme-2026 .tgo-complaint-native #btn_complaint { width: 100%; min-height: 64px; margin: 0 !important; border: 0; border-radius: 4px; background: #00b1da; color: #fff; font: 500 18px/28px Prompt,sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-complaint-native #btn_complaint:disabled { background: #8ea5ab; cursor: not-allowed; }
.tgo-theme-2026 .tgo-complaint-native .star { color: #e93636; }

@media screen and (max-width: 900px) {
    .tgo-theme-2026 .tgo-complaint-hero { min-height: 260px; background-position: 58% center; }
    .tgo-theme-2026 .tgo-complaint-hero .tgo-container { min-height: 260px; }
    .tgo-theme-2026 .tgo-complaint-hero h1 { max-width: 70%; font-size: 30px; }
    .tgo-theme-2026 .tgo-complaint-form-shell { padding: 44px 0 70px; }
    .tgo-theme-2026 .tgo-complaint-native .card { padding: 22px 18px; }
    .tgo-theme-2026 .tgo-complaint-native #form_complaint > .boxtopic { padding: 22px 18px 0; }
    .tgo-theme-2026 .tgo-complaint-native #form_complaint > .card:first-of-type { padding-top: 58px; }
}

@media screen and (max-width: 640px) {
    .tgo-theme-2026 .tgo-complaint-hero { min-height: 230px; background-position: 62% center; }
    .tgo-theme-2026 .tgo-complaint-hero .tgo-container { min-height: 230px; }
    .tgo-theme-2026 .tgo-complaint-hero:after { background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.78) 68%,rgba(255,255,255,.28)); }
    .tgo-theme-2026 .tgo-complaint-hero h1 { top: 56%; max-width: 86%; font-size: 25px; }
    .tgo-theme-2026 .tgo-complaint-form-intro h2 { font-size: 21px; }
    .tgo-theme-2026 .tgo-complaint-native [class*='col-sm-'] { width: 100%; }
    .tgo-theme-2026 .tgo-complaint-native .form-control { min-height: 52px; font-size: 15px; }
    .tgo-theme-2026 .tgo-complaint-native input[type='file'].form-control { min-height: 130px; }
    .tgo-theme-2026 .tgo-complaint-native #list-files { display: block; overflow-x: auto; }
    .tgo-theme-2026 .tgo-footer-social { gap: 22px; }
}

@media screen and (max-width: 340px) {
    .tgo-theme-2026 .tgo-complaint-native .g-recaptcha { width: 128.205%; margin-bottom: -17px; transform: scale(.78); transform-origin: top left; }
    .tgo-theme-2026 .tgo-complaint-native #list-files { display: table; width: 100%; table-layout: fixed; }
    .tgo-theme-2026 .tgo-complaint-native #list-files th,
    .tgo-theme-2026 .tgo-complaint-native #list-files td { padding: 8px 4px; overflow-wrap: anywhere; }
    .tgo-theme-2026 .tgo-footer-identity { width: 100%; gap: 16px; }
    .tgo-theme-2026 .tgo-footer-identity-copy { min-width: 0; }
    .tgo-theme-2026 .tgo-footer-social { gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .tgo-theme-2026 *,
.tgo-theme-2026 *:before,
.tgo-theme-2026 *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 980px) {
    .tgo-theme-2026 .tgo-footprint-label-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-footprint-offset-metrics { gap: 14px; flex-wrap: wrap; }
    .tgo-theme-2026 .tgo-footprint-local-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .tgo-theme-2026 .tgo-footprint-dashboard { padding: 0 18px 90px; }
    .tgo-theme-2026 .tgo-footprint-subtabs { grid-template-columns: repeat(4, 180px); margin: 0 -18px 18px; overflow-x: auto; }
    .tgo-theme-2026 .tgo-footprint-subtabs button { min-height: 80px; padding: 12px 10px; font-size: 12px; }
    .tgo-theme-2026 .tgo-footprint-source { align-items: flex-end; flex-direction: column; gap: 8px; }
    .tgo-theme-2026 .tgo-footprint-label-grid,
    .tgo-theme-2026 .tgo-footprint-offset-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-footprint-label-grid article { min-height: 104px; padding: 14px 16px; }
    .tgo-theme-2026 .tgo-footprint-label-grid img { width: 62px; height: 62px; flex-basis: 62px; }
    .tgo-theme-2026 .tgo-footprint-offset-grid article { align-items: flex-start; padding: 16px; }
    .tgo-theme-2026 .tgo-footprint-offset-logos { width: 64px; flex-basis: 64px; }
    .tgo-theme-2026 .tgo-footprint-province-toolbar { align-items: stretch; flex-direction: column; }
    .tgo-theme-2026 .tgo-footprint-province-toolbar label { width: 100%; }
    .tgo-theme-2026 .tgo-footprint-local-chart,
    .tgo-theme-2026 .tgo-footprint-local-summary { padding: 18px 14px; }
    .tgo-theme-2026 .tgo-footprint-local-icons { grid-template-columns: 1fr; gap: 20px; }
    .tgo-theme-2026 .tgo-footprint-local-icons small { min-height: 0; }
}
