/* TENDERGlobal Global-home introduction, v1.0. Scoped; no theme/global overrides. */
.tgh-home {
    --tgh-ink: #182f34;
    --tgh-muted: #586c71;
    --tgh-teal: #378b95;
    --tgh-teal-dark: #276973;
    --tgh-orange: #f5833d;
    --tgh-line: #e0e9e7;
    position: relative;
    isolation: isolate;
    margin: 0 0 30px;
    border: 1px solid var(--tgh-line);
    border-radius: 24px;
    background: #fff;
    color: var(--tgh-ink);
    box-shadow: 0 8px 30px rgba(28, 70, 67, .045);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: start;
}
.tgh-home *, .tgh-home *::before, .tgh-home *::after { box-sizing: border-box; }
.tgh-home [hidden] { display: none !important; }
.tgh-home button, .tgh-home a { -webkit-tap-highlight-color: transparent; }
.tgh-home button { font-family: inherit; cursor: pointer; text-transform: none; letter-spacing: normal; }
.tgh-home a { color: inherit; text-decoration: none; }
.tgh-home svg { flex-shrink: 0; display: block; overflow: visible; }
.tgh-home a:focus-visible, .tgh-home button:focus-visible, .tgh-home [tabindex]:focus-visible {
    outline: 3px solid var(--tgh-teal-dark); outline-offset: 4px;
}
.tgh-home .tgh-hero {
    display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: center; gap: 46px; padding: 42px 42px 36px;
    border-radius: 24px 24px 0 0;
    background: radial-gradient(ellipse at 91% 22%, #eaf4f1 0, transparent 54%), linear-gradient(135deg, #ffffff 15%, #f6faf8 100%);
}
.tgh-home .tgh-copy { min-width: 0; padding-block: 6px; }
.tgh-home .tgh-eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 21px; color: var(--tgh-teal-dark); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.tgh-home .tgh-brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tgh-orange); box-shadow: 0 0 0 4px #fff0e5; flex-shrink: 0; }
.tgh-home .tgh-heading { margin: 0 0 20px; color: var(--tgh-ink); font-family: inherit; font-size: clamp(32px, 3.1vw, 46px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; text-transform: none; }
.tgh-home .tgh-heading-accent { display: inline-block; position: relative; color: var(--tgh-teal-dark); }
.tgh-home .tgh-heading-accent::after { content: ''; position: absolute; inset-inline-start: 0; bottom: -8px; width: 46px; height: 3px; background: var(--tgh-orange); border-radius: 3px; }
.tgh-home .tgh-description { max-width: 440px; margin: 26px 0 24px; color: var(--tgh-muted); font-size: 16px; line-height: 1.85; }
.tgh-home .tgh-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.tgh-home .tgh-button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 48px; padding: 11px 21px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; line-height: 1.5; font-weight: 700; transition: background .18s ease, box-shadow .18s ease; }
.tgh-home .tgh-button-primary { background: var(--tgh-teal-dark); color: #fff; box-shadow: 0 4px 12px rgba(39, 105, 115, .16); }
.tgh-home .tgh-button-primary:hover { background: #205860; box-shadow: 0 6px 16px rgba(39, 105, 115, .2); }
.tgh-home .tgh-button-secondary { background: #fff; color: var(--tgh-ink); border-color: #d8e2df; }
.tgh-home .tgh-button-secondary:hover { background: #f2f7f5; border-color: #bdd2cd; }
.tgh-home .tgh-arrow { width: 18px; height: 18px; }
.tgh-home .tgh-reassurance { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 22px; color: var(--tgh-muted); font-size: 11px; }
.tgh-home .tgh-reassurance span { display: inline-flex; align-items: center; gap: 5px; }
.tgh-home .tgh-reassurance span + span::before { content: ''; width: 3px; height: 3px; margin-inline-end: 4px; border-radius: 50%; background: #95aaa7; }
.tgh-home .tgh-reassurance svg { width: 16px; height: 16px; color: var(--tgh-teal-dark); }
.tgh-home .tgh-showcase { position: relative; min-width: 0; padding: 15px 19px 0; border: 1px solid #d9e6e2; border-radius: 17px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 36px -22px rgba(31, 73, 68, .25); }
.tgh-home .tgh-showcase-top { display: flex; min-height: 33px; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 13px; }
.tgh-home .tgh-showcase-label { display: inline-flex; align-items: center; gap: 9px; color: var(--tgh-ink); font-size: 12px; font-weight: 700; }
.tgh-home .tgh-mini-mark { width: 25px; height: 25px; display: inline-flex; justify-content: center; align-items: center; border-radius: 7px; background: var(--tgh-teal); color: #fff; font-size: 16px; font-weight: 700; line-height: 1; }
.tgh-home .tgh-motion-button { display: inline-flex; width: 34px; min-width: 34px; height: 34px; min-height: 34px; padding: 8px; justify-content: center; align-items: center; border-radius: 50%; border: 1px solid var(--tgh-line); background: #fff; color: var(--tgh-muted); line-height: 1; }
.tgh-home .tgh-motion-button:hover { background: #eff5f3; color: var(--tgh-teal-dark); }
.tgh-home .tgh-motion-button svg { width: 14px; height: 14px; }
.tgh-home .tgh-icon-pause { display: none; }
.tgh-home.tgh-is-playing .tgh-icon-pause { display: block; }
.tgh-home.tgh-is-playing .tgh-icon-play { display: none; }
.tgh-home .tgh-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 9px; background: #f0f5f3; }
.tgh-home .tgh-tab { display: inline-flex; justify-content: center; align-items: center; gap: 7px; min-width: 0; min-height: 38px; height: auto; padding: 8px 6px; border: 0; border-radius: 6px; background: transparent; color: #5a6f71; font-size: 12px; line-height: 1.4; font-weight: 600; box-shadow: none; }
.tgh-home .tgh-tab svg { width: 16px; height: 16px; }
.tgh-home .tgh-tab[aria-selected="true"] { background: #fff; color: var(--tgh-teal-dark); box-shadow: 0 1px 5px rgba(34, 76, 68, .1); }
.tgh-home .tgh-tab:hover { color: var(--tgh-teal-dark); }
.tgh-home .tgh-panels { display: grid; min-width: 0; }
/* Inactive panels keep their grid footprint but cannot receive focus. No height jumps. */
.tgh-home .tgh-panel { grid-area: 1 / 1; min-width: 0; padding: 17px 0 10px; }
.tgh-home .tgh-panel[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.tgh-home .tgh-panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 11px; }
.tgh-home .tgh-panel-kicker { margin: 0 0 3px; color: var(--tgh-muted); font-size: 10px; letter-spacing: .85px; text-transform: uppercase; line-height: 1.6; }
.tgh-home .tgh-panel-heading h3 { margin: 0; color: var(--tgh-ink); font-size: 18px; line-height: 1.4; font-weight: 700; font-family: inherit; }
.tgh-home .tgh-service-number { font-size: 23px; line-height: 1; letter-spacing: -1px; font-weight: 400; color: #92aaa4; direction: ltr; }
.tgh-home .tgh-discovery-art { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 9px; min-height: 180px; padding: 12px; border-radius: 11px; background: #f5f9f7; overflow: hidden; }
.tgh-home .tgh-flow-art { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.tgh-home .tgh-flow-line { stroke: #bad5cd; stroke-width: 1.3; stroke-dasharray: 4 8; animation: tgh-flow 12s linear infinite; animation-play-state: paused; }
.tgh-home .tgh-flow-line-alt { stroke: #f1c8aa; animation-direction: reverse; }
.tgh-home .tgh-filter-preview { position: relative; display: flex; align-items: center; gap: 5px; align-self: flex-start; color: #526b69; font-size: 10px; }
.tgh-home .tgh-filter-preview > span { display: inline-flex; align-items: center; gap: 17px; padding: 5px 9px; background: #fff; border: 1px solid #e2ebe7; border-radius: 5px; min-height: 29px; }
.tgh-home .tgh-filter-preview svg { width: 12px; height: 12px; }
.tgh-home .tgh-filter-preview .tgh-filter-search { color: white; background: var(--tgh-teal); border-color: var(--tgh-teal); padding: 7px; }
.tgh-home .tgh-opportunity-row { position: relative; display: flex; align-items: center; gap: 11px; padding: 11px; background: white; border: 1px solid #dfebe6; border-radius: 8px; box-shadow: 0 3px 7px rgba(46, 88, 74, .035); }
.tgh-home .tgh-opportunity-row strong { display: block; color: var(--tgh-ink); font-size: 12px; font-weight: 700; line-height: 1.5; }
.tgh-home .tgh-opportunity-row > div > span { display: block; color: var(--tgh-muted); font-size: 10px; line-height: 1.5; }
.tgh-home .tgh-tile-icon { display: flex; justify-content: center; align-items: center; width: 36px; height: 40px; flex-shrink: 0; border-radius: 7px; background: #eaf4f1; color: var(--tgh-teal-dark); }
.tgh-home .tgh-tile-icon svg { width: 21px; height: 21px; }
.tgh-home .tgh-bookmark { margin-inline-start: auto; color: var(--tgh-orange); }
.tgh-home .tgh-bookmark svg { width: 17px; height: 17px; }
.tgh-home .tgh-notification { position: relative; display: flex; align-items: center; gap: 9px; align-self: flex-end; width: 89%; padding: 8px 11px; border: 1px solid #f1ddcd; border-radius: 8px; background: #fffaf6; }
.tgh-home .tgh-mail-icon { display: flex; align-items: center; justify-content: center; color: #b96129; }
.tgh-home .tgh-mail-icon svg { width: 21px; height: 21px; }
.tgh-home .tgh-notification strong { display: block; font-size: 10px; font-weight: 700; color: #795334; line-height: 1.5; }
.tgh-home .tgh-notification small { display: block; font-size: 9px; color: #83624a; line-height: 1.5; }
.tgh-home .tgh-check { display: flex; align-items: center; justify-content: center; width: 21px; height: 21px; flex-shrink: 0; margin-inline-start: auto; border-radius: 50%; background: #f5e8dd; color: #ac632b; }
.tgh-home .tgh-check svg { width: 13px; height: 13px; }
.tgh-home .tgh-panel-caption { margin: 11px 0 7px; min-height: 36px; color: var(--tgh-muted); font-size: 11px; line-height: 1.65; }
.tgh-home .tgh-service-link { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; color: var(--tgh-teal-dark); font-size: 11px; font-weight: 700; }
.tgh-home .tgh-service-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.tgh-home .tgh-service-link svg { width: 14px; height: 14px; }
.tgh-home .tgh-showcase-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0 12px; border-top: 1px solid #eaf0ed; color: #687e7c; font-size: 9px; letter-spacing: .25px; }
.tgh-home [data-tgh-slide-count] { direction: ltr; font-variant-numeric: tabular-nums; letter-spacing: 1px; }
.tgh-home .tgh-network-art { position: relative; min-height: 180px; border-radius: 11px; background: #f5f9f7; }
.tgh-home .tgh-network-svg { display: block; width: 100%; height: 180px; }
.tgh-home .tgh-network-line { stroke: #b9d7cd; stroke-width: 1.5; stroke-dasharray: 4 7; animation: tgh-flow 12s linear infinite; animation-play-state: paused; }
.tgh-home .tgh-network-halo { fill: #378b95; fill-opacity: .09; stroke: #378b95; stroke-opacity: .17; transform-origin: 230px 89px; animation: tgh-halo 4s ease-in-out infinite; animation-play-state: paused; }
.tgh-home .tgh-network-label { position: absolute; bottom: 12px; inset-inline-start: 12px; display: inline-flex; max-width: 80%; padding: 3px 9px; border-radius: 5px; background: #fff; border: 1px solid #e0ebe6; color: var(--tgh-teal-dark); font-size: 9px; line-height: 1.5; }
.tgh-home .tgh-insight-art { min-height: 180px; padding: 9px 12px 7px; border-radius: 11px; background: #f5f9f7; }
.tgh-home .tgh-chart-key { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 10px; color: var(--tgh-ink); }
.tgh-home .tgh-chart-label { font-size: 8px; color: #6b807d; }
.tgh-home .tgh-chart-svg { display: block; width: 100%; height: 118px; margin-top: 5px; }
.tgh-home .tgh-chart-line { stroke-dasharray: 600; stroke-dashoffset: 0; animation: tgh-chart-draw 6s ease-in-out infinite; animation-play-state: paused; }
.tgh-home .tgh-insight-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.tgh-home .tgh-insight-tags span { padding: 2px 6px; border: 1px solid #e1eae5; border-radius: 5px; background: #fff; color: #557069; font-size: 8px; line-height: 1.5; }
.tgh-home .tgh-coverage { display: flex; gap: 26px; align-items: center; padding: 20px 30px; border-top: 1px solid var(--tgh-line); background: #fff; }
.tgh-home .tgh-coverage-heading { min-width: 142px; flex-shrink: 0; }
.tgh-home .tgh-coverage-kicker { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: var(--tgh-muted); line-height: 1.7; }
.tgh-home .tgh-coverage-heading strong { display: block; color: var(--tgh-ink); font-size: 12px; font-weight: 600; }
.tgh-home .tgh-countries { flex: 1; display: flex; flex-wrap: wrap; gap: 4px 6px; min-width: 0; justify-content: flex-start; }
.tgh-home .tgh-country { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; gap: 7px; padding: 6px 7px; border: 1px solid transparent; border-radius: 7px; background: white; color: #435b5e; font-size: 10px; line-height: 1.4; font-weight: 500; transition: background .15s ease; }
.tgh-home .tgh-country:hover { color: var(--tgh-teal-dark); background: #f2f8f5; border-color: #dfebe5; }
.tgh-home .tgh-country img { width: 21px; min-width: 21px; max-width: 21px; height: 15px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(18, 43, 33, .07); }
.tgh-home .tgh-market-fallback { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--tgh-teal-dark); font-size: 12px; }
.tgh-home .tgh-regional-note { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 30px; border-top: 1px solid var(--tgh-line); border-radius: 0 0 24px 24px; background: #fafcfb; font-size: 11px; }
.tgh-home .tgh-regional-note p { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--tgh-muted); }
.tgh-home .tgh-regional-note p svg { width: 17px; height: 17px; color: var(--tgh-teal-dark); }
.tgh-home .tgh-regional-note a { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; min-height: 24px; color: var(--tgh-teal-dark); font-weight: 700; }
.tgh-home .tgh-regional-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tgh-home .tgh-regional-note a svg { width: 15px; height: 15px; }
.tgh-home[dir="rtl"] .tgh-heading { letter-spacing: 0; line-height: 1.4; font-size: clamp(31px, 3vw, 43px); }
.tgh-home[dir="rtl"] .tgh-eyebrow, .tgh-home[dir="rtl"] .tgh-panel-kicker, .tgh-home[dir="rtl"] .tgh-coverage-kicker { letter-spacing: 0; }
.tgh-home[dir="rtl"] .tgh-arrow { transform: scaleX(-1); }
.tgh-home.tgh-is-playing .tgh-panel:not([hidden]) .tgh-flow-line,
.tgh-home.tgh-is-playing .tgh-panel:not([hidden]) .tgh-network-line,
.tgh-home.tgh-is-playing .tgh-panel:not([hidden]) .tgh-network-halo,
.tgh-home.tgh-is-playing .tgh-panel:not([hidden]) .tgh-chart-line { animation-play-state: running; }
.tgh-home.tgh-is-suspended .tgh-panel .tgh-flow-line,
.tgh-home.tgh-is-suspended .tgh-panel .tgh-network-line,
.tgh-home.tgh-is-suspended .tgh-panel .tgh-network-halo,
.tgh-home.tgh-is-suspended .tgh-panel .tgh-chart-line { animation-play-state: paused; }
.tgh-home.tgh-is-ready .tgh-panel:not([hidden]) { animation: tgh-panel-enter .32s ease-out both; }
.tgh-home.tgh-is-paused .tgh-panel:not([hidden]) { animation: none; }
@keyframes tgh-flow { to { stroke-dashoffset: -96; } }
@keyframes tgh-halo { 0%, 100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes tgh-chart-draw { 0%, 15% { stroke-dashoffset: 600; } 70%, 100% { stroke-dashoffset: 0; } }
@keyframes tgh-panel-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1199px) {
    .tgh-home .tgh-hero { gap: 28px; padding: 32px 30px; }
    .tgh-home .tgh-heading { font-size: 37px; }
    .tgh-home .tgh-description { font-size: 15px; }
    .tgh-home .tgh-button { padding-inline: 16px; font-size: 13px; }
    .tgh-home .tgh-coverage { gap: 14px; padding-inline: 24px; }
    .tgh-home .tgh-countries { gap: 3px; }
    .tgh-home .tgh-country { padding-inline: 6px; }
}
@media (max-width: 991px) {
    .tgh-home .tgh-hero { gap: 22px; padding: 28px 24px; }
    .tgh-home .tgh-heading { font-size: 32px; letter-spacing: -.8px; }
    .tgh-home .tgh-eyebrow { font-size: 9px; letter-spacing: .8px; }
    .tgh-home .tgh-description { font-size: 14px; margin-block: 24px 20px; }
    .tgh-home .tgh-showcase { padding-inline: 13px; }
    .tgh-home .tgh-tab { font-size: 10px; gap: 4px; }
    .tgh-home .tgh-tab svg { width: 14px; height: 14px; }
    .tgh-home .tgh-panel-heading h3 { font-size: 16px; }
    .tgh-home .tgh-actions { gap: 9px; }
    .tgh-home .tgh-button { font-size: 12px; padding-inline: 13px; gap: 7px; }
    .tgh-home .tgh-reassurance { gap: 4px 10px; font-size: 10px; }
    .tgh-home .tgh-coverage { align-items: flex-start; }
    .tgh-home[dir="rtl"] .tgh-heading { font-size: 31px; }
}
@media (max-width: 767px) {
    .tgh-home { border-radius: 18px; margin-bottom: 22px; }
    .tgh-home .tgh-hero { grid-template-columns: minmax(0, 1fr); padding: 28px 22px 24px; gap: 24px; border-radius: 18px 18px 0 0; }
    .tgh-home .tgh-copy { text-align: center; padding-block: 0; }
    .tgh-home .tgh-eyebrow { justify-content: center; font-size: 10px; margin-bottom: 16px; }
    .tgh-home .tgh-heading { font-size: clamp(30px, 7.5vw, 40px); line-height: 1.2; margin-bottom: 0; }
    .tgh-home .tgh-heading-accent::after { inset-inline-start: calc(50% - 23px); bottom: -10px; }
    .tgh-home .tgh-description { max-width: 430px; margin: 25px auto 19px; font-size: 14px; line-height: 1.75; }
    .tgh-home .tgh-actions, .tgh-home .tgh-reassurance { justify-content: center; }
    .tgh-home .tgh-button { font-size: 13px; min-height: 46px; padding-inline: 18px; }
    .tgh-home .tgh-reassurance { margin-top: 16px; font-size: 10px; }
    .tgh-home .tgh-showcase { width: 100%; max-width: 470px; margin-inline: auto; padding: 13px 16px 0; }
    .tgh-home .tgh-showcase-label { font-size: 11px; }
    .tgh-home .tgh-motion-button { min-width: 40px; width: 40px; min-height: 40px; height: 40px; padding: 11px; }
    .tgh-home .tgh-showcase-top { margin-bottom: 8px; }
    .tgh-home .tgh-tab { font-size: 11px; min-height: 40px; gap: 6px; }
    .tgh-home .tgh-panel-heading h3 { font-size: 17px; }
    .tgh-home .tgh-panel-caption { min-height: 0; margin-block: 9px 4px; }
    .tgh-home .tgh-service-link { min-height: 40px; font-size: 12px; }
    .tgh-home .tgh-coverage { display: block; padding: 18px; }
    .tgh-home .tgh-coverage-heading { display: flex; flex-wrap: wrap; gap: 5px 12px; align-items: center; justify-content: space-between; margin-bottom: 10px; }
    .tgh-home .tgh-coverage-heading strong { font-size: 11px; }
    .tgh-home .tgh-countries { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
    .tgh-home .tgh-country { justify-content: flex-start; padding: 7px; min-height: 42px; font-size: 10px; background: #fbfdfc; border-color: #edf2ef; }
    .tgh-home .tgh-country span { overflow-wrap: anywhere; }
    .tgh-home .tgh-market-fallback { grid-column: 1 / -1; }
    .tgh-home .tgh-regional-note { align-items: flex-start; flex-direction: column; gap: 5px; padding: 13px 20px; border-radius: 0 0 18px 18px; }
    .tgh-home .tgh-regional-note a { min-height: 36px; margin-inline-start: 25px; }
    .tgh-home[dir="rtl"] .tgh-heading { font-size: clamp(30px, 7.5vw, 39px); line-height: 1.4; }
}
@media (max-width: 374px) {
    .tgh-home .tgh-hero { padding: 23px 14px 20px; }
    .tgh-home .tgh-heading { font-size: 29px; }
    .tgh-home .tgh-description { font-size: 13px; }
    .tgh-home .tgh-button { padding-inline: 13px; font-size: 12px; }
    .tgh-home .tgh-showcase { padding-inline: 11px; }
    .tgh-home .tgh-tab { font-size: 10px; gap: 4px; }
    .tgh-home .tgh-opportunity-row { gap: 7px; padding: 8px; }
    .tgh-home .tgh-opportunity-row strong { font-size: 11px; }
    .tgh-home .tgh-notification { width: 96%; padding-inline: 8px; }
    .tgh-home .tgh-countries { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgh-home .tgh-coverage { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .tgh-home *, .tgh-home *::before, .tgh-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
    .tgh-home { break-inside: avoid; box-shadow: none; }
    .tgh-home .tgh-motion-button { display: none !important; }
}
