@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650;9..144,750&family=Schibsted+Grotesk:wght@400;500;600;700;800&display=swap');

:root {
    --gt-ink: #061016;
    --gt-graphite: #0b141b;
    --gt-panel: #101d25;
    --gt-panel-2: #142530;
    --gt-line: rgba(180, 213, 224, 0.16);
    --gt-line-strong: rgba(180, 213, 224, 0.28);
    --gt-text: #edf7f9;
    --gt-muted: #a9bcc5;
    --gt-soft: #6f8792;
    --gt-fjord: #68b7d6;
    --gt-fjord-strong: #8dd7ee;
    --gt-signal: #67d69b;
    --gt-brass: #d7b56d;
    --gt-danger: #ef796f;
    --gt-body-bg:
        radial-gradient(circle at 15% 0%, rgba(104, 183, 214, 0.13), transparent 34rem),
        radial-gradient(circle at 90% 12%, rgba(103, 214, 155, 0.07), transparent 28rem),
        linear-gradient(180deg, #071016 0%, #0b141b 42%, #081116 100%);
    --gt-header-bg: rgba(7, 16, 22, 0.88);
    --gt-footer-bg: #061016;
    --gt-control-bg: rgba(255, 255, 255, 0.045);
    --gt-control-bg-hover: rgba(104, 183, 214, 0.12);
    --gt-hero-home-overlay:
        linear-gradient(90deg, rgba(7, 16, 22, 0.98) 0%, rgba(7, 16, 22, 0.82) 38%, rgba(7, 16, 22, 0.36) 100%);
    --gt-hero-mobile-overlay:
        linear-gradient(180deg, rgba(7, 16, 22, 0.92), rgba(7, 16, 22, 0.74));
    --gt-panel-overlay: rgba(255, 255, 255, 0.055);
    --gt-radius: 8px;
    --gt-radius-lg: 14px;
    --gt-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    --gt-display: 'Fraunces', Georgia, serif;
    --gt-body: 'Schibsted Grotesk', 'Segoe UI', sans-serif;

    --crt-black: var(--gt-ink);
    --crt-dark: var(--gt-graphite);
    --crt-surface: var(--gt-panel);
    --crt-elevated: var(--gt-panel-2);
    --crt-card: #12212a;
    --crt-green: var(--gt-signal);
    --crt-green-bright: #8debb7;
    --crt-green-dim: #51bb83;
    --crt-green-muted: rgba(103, 214, 155, 0.55);
    --crt-green-subtle: rgba(103, 214, 155, 0.09);
    --crt-green-glow: 0 0 0 rgba(0, 0, 0, 0);
    --crt-green-glow-strong: 0 0 0 rgba(0, 0, 0, 0);
    --crt-amber: var(--gt-brass);
    --crt-amber-bright: #f0cf83;
    --crt-amber-dim: #a8894d;
    --crt-amber-glow: 0 0 0 rgba(0, 0, 0, 0);
    --crt-cyan: var(--gt-fjord);
    --crt-cyan-dim: #4f9eba;
    --crt-cyan-glow: 0 0 0 rgba(0, 0, 0, 0);
    --crt-text: var(--gt-muted);
    --crt-text-bright: var(--gt-text);
    --crt-text-dim: #8ea5ae;
    --crt-text-muted: #617780;
    --crt-border: var(--gt-line);
    --crt-border-bright: var(--gt-line-strong);
    --crt-border-amber: rgba(215, 181, 109, 0.28);
    --font-mono: var(--gt-body);
    --font-display: var(--gt-display);
    --font-terminal: var(--gt-body);
    --container-max: 1230px;
}

html[data-theme="light"] {
    --gt-ink: #f7f5ee;
    --gt-graphite: #ffffff;
    --gt-panel: #ffffff;
    --gt-panel-2: #eef5f6;
    --gt-line: rgba(39, 61, 70, 0.14);
    --gt-line-strong: rgba(39, 61, 70, 0.26);
    --gt-text: #17252d;
    --gt-muted: #53646c;
    --gt-soft: #6f7f86;
    --gt-fjord: #287fa1;
    --gt-fjord-strong: #146d91;
    --gt-signal: #18845b;
    --gt-brass: #9d7b2c;
    --gt-danger: #b8453f;
    --gt-body-bg:
        radial-gradient(circle at 12% 0%, rgba(104, 183, 214, 0.2), transparent 28rem),
        radial-gradient(circle at 86% 10%, rgba(215, 181, 109, 0.16), transparent 24rem),
        linear-gradient(180deg, #f8f6ef 0%, #eff5f6 46%, #f9f7f0 100%);
    --gt-header-bg: rgba(252, 250, 244, 0.9);
    --gt-footer-bg: #f1f5f4;
    --gt-control-bg: rgba(255, 255, 255, 0.72);
    --gt-control-bg-hover: rgba(40, 127, 161, 0.1);
    --gt-hero-home-overlay:
        linear-gradient(90deg, rgba(248, 246, 239, 0.96) 0%, rgba(248, 246, 239, 0.8) 40%, rgba(248, 246, 239, 0.22) 100%);
    --gt-hero-mobile-overlay:
        linear-gradient(180deg, rgba(248, 246, 239, 0.95), rgba(248, 246, 239, 0.74));
    --gt-panel-overlay: rgba(255, 255, 255, 0.78);
    --gt-shadow: 0 24px 80px rgba(29, 50, 59, 0.12);

    --crt-black: var(--gt-ink);
    --crt-dark: var(--gt-graphite);
    --crt-surface: var(--gt-panel);
    --crt-elevated: var(--gt-panel-2);
    --crt-card: #ffffff;
    --crt-green: var(--gt-signal);
    --crt-green-bright: #18845b;
    --crt-green-dim: #2d7658;
    --crt-green-muted: rgba(24, 132, 91, 0.48);
    --crt-green-subtle: rgba(24, 132, 91, 0.08);
    --crt-amber: var(--gt-brass);
    --crt-amber-bright: #9d7b2c;
    --crt-amber-dim: #7d6428;
    --crt-cyan: var(--gt-fjord);
    --crt-cyan-dim: #3d8aaa;
    --crt-text: var(--gt-muted);
    --crt-text-bright: var(--gt-text);
    --crt-text-dim: #687981;
    --crt-text-muted: #7b8b91;
    --crt-border: var(--gt-line);
    --crt-border-bright: var(--gt-line-strong);
    --crt-border-amber: rgba(157, 123, 44, 0.24);
}

html {
    scroll-behavior: smooth;
}

body,
.nordic-theme,
body.nordic-theme {
    background: var(--gt-body-bg);
    color: var(--gt-text);
    font-family: var(--gt-body);
    letter-spacing: 0;
}

body::before,
.bg-grid,
.bg-gradient {
    display: none;
}

a {
    color: var(--gt-fjord-strong);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(141, 215, 238, 0.5);
    outline-offset: 3px;
}

.container {
    max-width: var(--container-max);
    padding-inline: 24px;
}

.nordic-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    height: 68px;
    background: var(--gt-header-bg);
    border-bottom: 1px solid var(--gt-line);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

body.nordic-theme .nordic-header {
    background: var(--gt-header-bg);
    border-bottom-color: var(--gt-line);
}

.nordic-header .container {
    max-width: 1440px;
}

.nordic-header .header-content,
.nordic-header .header-content--compact {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center;
    gap: 18px;
    min-height: 68px;
}

.logo {
    align-items: center;
    justify-self: start;
    order: 1;
}

.logo-link {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--gt-text);
    text-shadow: none;
    box-shadow: none;
    font-family: var(--gt-body);
    font-size: 17px;
    font-weight: 800;
    padding: 0;
}

.logo-lockup {
    display: grid;
    gap: 2px;
    line-height: 1.1;
}

.logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 7px;
}

.logo-accent,
.logo-bracket {
    color: var(--gt-fjord);
}

.logo-signal {
    color: var(--gt-soft);
    font-family: var(--gt-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
}

.nordic-nav {
    position: static;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    justify-self: stretch;
    order: 2;
}

.compact-nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.nordic-nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    width: 100%;
    overflow: visible !important;
    justify-content: flex-end;
}

.nordic-nav-links li {
    flex: 0 1 auto;
    min-width: 0;
}

.nordic-nav .nav-link,
.lang-active-btn,
.lang-link,
.mobile-menu-label {
    font-family: var(--gt-body);
    letter-spacing: 0.04em;
}

.nordic-nav .nav-link {
    color: #c5d4da;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 0.55rem 0.72rem;
    text-decoration: none;
    text-transform: none;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gt-text);
    background: var(--gt-control-bg-hover);
    border-color: var(--gt-line-strong);
    text-shadow: none;
}

.nav-link--primary,
.nav-link--contact {
    color: #061016 !important;
    background: var(--gt-fjord-strong) !important;
    border-color: var(--gt-fjord-strong) !important;
}

.nordic-nav-utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-left: 1px solid var(--gt-line);
    padding-left: 10px;
    min-width: max-content;
}

.nordic-nav-auth {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nordic-nav .nav-link--utility {
    min-height: 34px;
    color: var(--gt-soft);
    font-size: 11px;
}

.lang-active-btn,
.header-search-input,
.header-search-btn {
    border-radius: 7px;
    border-color: var(--gt-line);
    background: var(--gt-control-bg);
    color: var(--gt-text);
}

.header-search-form {
    display: flex;
    align-items: center;
}

.header-search-input {
    width: 0;
    max-width: 0;
    opacity: 0;
    padding-inline: 0 !important;
    border-width: 0;
    transition: width 0.2s ease, max-width 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}

.header-search.open .header-search-input,
.header-search-input:focus {
    width: 190px;
    max-width: 190px;
    opacity: 1;
    padding-inline: 12px !important;
    border-width: 1px;
}

.lang-dropdown {
    background: var(--gt-panel);
    border-color: var(--gt-line-strong);
    border-radius: 8px;
    overflow: hidden;
}

.theme-toggle {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    height: 38px;
    border: 1px solid var(--gt-line);
    border-radius: 7px;
    background: var(--gt-control-bg);
    color: var(--gt-text);
    cursor: pointer;
    overflow: hidden;
}

.theme-toggle:hover {
    background: var(--gt-control-bg-hover);
    border-color: var(--gt-line-strong);
}

.theme-toggle__icon {
    grid-area: 1 / 1;
    line-height: 1;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.theme-toggle__icon--sun {
    opacity: 0;
    transform: translateY(10px) rotate(-24deg);
}

.theme-toggle__icon--moon {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

html[data-theme="light"] .theme-toggle__icon--sun {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

html[data-theme="light"] .theme-toggle__icon--moon {
    opacity: 0;
    transform: translateY(-10px) rotate(24deg);
}

.mobile-menu-toggle {
    display: none;
    order: 3;
    border-radius: 8px;
    background: var(--gt-control-bg);
    border-color: var(--gt-line);
    min-height: 40px;
}

.mobile-menu-icon span {
    background: var(--gt-fjord-strong);
    box-shadow: none;
}

.home-button,
.cta-button,
.cookie-btn,
.contact-page-form__submit {
    min-height: 48px;
    border-radius: 8px !important;
    font-family: var(--gt-body) !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    box-shadow: none !important;
}

.home-button--primary,
.cta-primary,
.cookie-btn--accept,
.contact-page-form__submit {
    background: var(--gt-fjord-strong) !important;
    color: #061016 !important;
    border: 1px solid var(--gt-fjord-strong) !important;
}

.home-button--secondary,
.home-button--ghost,
.cta-secondary,
.cookie-btn--save,
.cookie-btn--reject {
    background: rgba(255, 255, 255, 0.045) !important;
    color: var(--gt-text) !important;
    border: 1px solid rgba(180, 213, 224, 0.2) !important;
}

.home-button:hover,
.cta-button:hover,
.cookie-btn:hover {
    transform: translateY(-2px);
}

.home-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 82px 0 72px;
    overflow: hidden;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 16, 22, 0.98) 0%, rgba(7, 16, 22, 0.82) 38%, rgba(7, 16, 22, 0.36) 100%),
        url("../images/generated/nordic-control-room-hero.webp") center / cover no-repeat;
    opacity: 0.92;
}

.home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(141, 215, 238, 0.45), transparent);
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero__grid,
.gtcms-hero__grid,
.gtcrm-hero__grid,
.contact-page-hero__grid,
.company-hero__grid,
.generic-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.home-hero__content {
    max-width: 720px;
}

.home-hero__eyebrow-row,
.home-hero__actions,
.gtcms-hero__actions,
.gtcrm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero__eyebrow,
.gtcms-hero__label,
.gtcrm-hero__label,
.contact-page-hero__eyebrow,
.company-kicker,
.generic-page__eyebrow,
.home-section-heading span,
.home-platform__content span,
.home-engine__intro span,
.home-how-link__copy span,
.home-gtcrm__kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 10px;
    border: 1px solid rgba(141, 215, 238, 0.2);
    border-radius: 999px;
    background: rgba(141, 215, 238, 0.075);
    color: #caedf6;
    font-family: var(--gt-body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero__eyebrow--soft {
    border-color: rgba(103, 214, 155, 0.2);
    background: rgba(103, 214, 155, 0.075);
    color: #c7f3d9;
}

.home-hero__title,
.gtcms-hero__title,
.gtcrm-hero__title,
.contact-page-hero h1,
.company-hero h1,
.generic-page__hero h1,
.home-section-heading h2,
.home-platform__content h2,
.home-engine__intro h2,
.home-how-link__copy h2,
.home-network-card h3,
.home-gtcrm__title,
.gtcms-cta-block h2,
.gtcrm-cta-block h2 {
    color: var(--gt-text);
    font-family: var(--gt-display);
    font-weight: 650;
    line-height: 1.03;
    letter-spacing: 0;
    text-shadow: none;
}

.home-hero__title,
.gtcms-hero__title,
.gtcrm-hero__title {
    max-width: 780px;
    margin: 18px 0 24px;
    font-size: clamp(3rem, 7vw, 6.6rem);
}

.home-hero__title span,
.gtcms-hero__title span,
.gtcrm-hero__title span {
    display: block;
    color: var(--gt-fjord-strong);
}

.home-hero__deck,
.gtcms-hero__desc,
.gtcrm-hero__desc,
.contact-page-hero__deck,
.generic-page__deck,
.company-hero p {
    max-width: 650px;
    color: #c1d1d8;
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.75;
}

.home-hero__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.home-summary-card,
.home-panel,
.home-offer-card,
.home-platform__grid,
.home-credentials__card,
.home-engine__frame,
.home-how-link__shell,
.home-network-card,
.home-gtcrm-card,
.gtcms-cap-card,
.gtcms-step,
.gtcms-tech__frame,
.gtcms-cta-block,
.gtcrm-feature-card,
.gtcrm-tech__frame,
.gtcrm-cta-block,
.contact-page-sidebar__panel,
.contact-page-form-card,
.company-ledger,
.company-proof-card,
.company-review__panel,
.generic-page__sidebar-card,
.generic-page__cta,
.generic-page__info-block,
.home-featured-story,
.home-news-card,
.link-card,
.news-card {
    border: 1px solid rgba(180, 213, 224, 0.16) !important;
    border-radius: var(--gt-radius-lg) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
        rgba(13, 25, 33, 0.82) !important;
    box-shadow: none !important;
    color: var(--gt-muted);
}

.home-summary-card {
    min-height: 128px;
    padding: 18px;
}

.home-summary-card__label,
.home-panel__kicker,
.home-offer-card__number,
.home-network-card__badge,
.home-featured-story__badge {
    color: var(--gt-fjord-strong);
    font-family: var(--gt-body);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-panel {
    overflow: hidden;
    padding: 0;
}

.home-panel__header,
.home-panel__offers,
.home-panel__footer {
    padding: 24px;
}

.home-panel__header h2,
.home-offer-card h3,
.gtcms-cap-card h3,
.gtcrm-feature-card h3,
.home-engine-card h3,
.home-gtcrm-card h3 {
    color: var(--gt-text);
    font-family: var(--gt-display);
    font-weight: 650;
}

.home-panel__art,
.gtcms-hero__art,
.gtcrm-hero__art,
.contact-page-hero__art,
.company-founder__art,
.marketing-photo {
    overflow: hidden;
    border-radius: var(--gt-radius-lg) !important;
    border: 1px solid rgba(180, 213, 224, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.home-panel__art {
    margin: 0 24px;
}

.marketing-photo img,
.home-panel__art img,
.gtcms-hero__art img,
.gtcrm-hero__art img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
}

.home-products,
.home-platform,
.home-credentials,
.home-engine,
.home-how-link,
.home-network,
.home-gtcrm,
.home-journal,
.gtcms-what,
.gtcms-how,
.gtcms-tech,
.gtcms-cta-section,
.gtcrm-what,
.gtcrm-audience,
.gtcrm-tech,
.gtcrm-cta-section,
.contact-page-layout,
.company-founder,
.company-proof,
.company-stack,
.generic-page {
    padding: clamp(64px, 9vw, 112px) 0;
}

.home-section-heading {
    max-width: 740px;
    margin: 0 0 36px;
    text-align: left;
}

.home-section-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(2.2rem, 4.5vw, 4.6rem);
}

.home-section-heading p,
.home-platform__content p,
.home-engine__intro p,
.home-how-link__copy p,
.home-gtcrm__desc {
    color: var(--gt-muted);
    line-height: 1.75;
}

.home-offers__grid,
.home-credentials__grid,
.home-engine__grid,
.home-network__grid,
.home-gtcrm__grid,
.gtcms-caps__grid,
.gtcrm-features__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-engine__grid,
.gtcms-caps__grid,
.gtcrm-features__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-offer-card,
.home-credentials__card,
.home-engine-card,
.home-gtcrm-card,
.gtcms-cap-card,
.gtcrm-feature-card {
    padding: 24px;
}

.home-offer-card__visual {
    margin: 18px 0;
    aspect-ratio: 16 / 9;
}

.home-offer-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-platform__grid,
.home-engine__frame,
.gtcms-tech__frame,
.gtcrm-tech__frame {
    padding: clamp(28px, 4vw, 48px);
}

.home-platform__feature,
.gtcms-tech__list li,
.gtcrm-tech__list li,
.company-stack__items div {
    border-color: rgba(180, 213, 224, 0.16) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--gt-muted) !important;
    border-radius: 8px;
}

.home-stats {
    border-top: 1px solid rgba(180, 213, 224, 0.14);
}

.home-stat strong,
.stat-value {
    color: var(--gt-fjord-strong);
    font-family: var(--gt-display);
}

.home-network__bridge {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    color: var(--gt-muted);
}

.home-network__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.home-gtcrm__layout,
.gtcrm-audience__grid,
.company-founder__grid,
.company-stack__grid,
.generic-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.home-gtcrm__art {
    margin-top: 32px;
}

.gtcms-hero,
.gtcrm-hero,
.contact-page-hero,
.company-hero {
    position: relative;
    padding: clamp(72px, 10vw, 128px) 0;
    background:
        radial-gradient(circle at 75% 20%, rgba(104, 183, 214, 0.15), transparent 30rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.gtcms-hero__panel,
.gtcrm-hero__panel {
    position: relative;
}

.gtcms-hero__badge,
.gtcrm-hero__badge {
    position: relative;
    margin: -42px 24px 0;
    padding: 18px;
    border: 1px solid rgba(180, 213, 224, 0.18);
    border-radius: 12px;
    background: rgba(7, 16, 22, 0.88);
}

.form-control,
input,
select,
textarea {
    border-radius: 8px !important;
    border-color: rgba(180, 213, 224, 0.22) !important;
    background: rgba(255, 255, 255, 0.055) !important;
    color: var(--gt-text) !important;
}

label,
.form-group label {
    color: var(--gt-text);
    font-weight: 700;
}

.nordic-footer {
    margin-top: 0;
    background: var(--gt-footer-bg);
    border-top: 1px solid var(--gt-line);
}

body.nordic-theme .nordic-footer {
    background: var(--gt-footer-bg);
    border-top-color: var(--gt-line);
}

.nordic-footer::before {
    display: none;
}

.footer-content-wrap {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 34px 0 30px;
}

.footer-bottom {
    display: none;
}

.footer-grid {
    gap: 26px;
}

.footer-grid--compact {
    display: grid;
    grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 0.72fr));
    align-items: start;
}

.footer-heading,
.footer-subheading {
    color: var(--gt-text) !important;
    font-family: var(--gt-display);
    letter-spacing: 0;
}

.footer-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-size: 1.05rem;
}

.footer-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.footer-subheading {
    margin: 0 0 10px;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.footer-note,
.footer-tagline,
.footer-meta,
.footer-section p,
.copyright {
    color: var(--gt-muted);
}

.footer-tagline {
    margin: 0 0 12px;
    color: var(--gt-text);
    font-weight: 800;
}

.footer-meta {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
}

.footer-meta p,
.footer-note,
.footer-legal p {
    margin: 0;
}

.footer-note {
    max-width: 42ch;
    line-height: 1.55;
}

.footer-section {
    display: grid;
    gap: 7px;
}

.footer-link,
.footer-link-small,
.footer-link-primary {
    color: #c6e7ef !important;
    line-height: 1.35;
    text-decoration: none;
}

.footer-link:hover,
.footer-link-small:hover,
.footer-link-primary:hover {
    color: var(--gt-fjord-strong) !important;
}

.footer-legal {
    display: grid;
    gap: 7px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--gt-line);
    color: var(--gt-muted);
}

.footer-link-small {
    font-size: 0.84rem;
}

.cookie-consent__panel {
    border-radius: 14px;
    border: 1px solid var(--gt-line-strong);
    background: var(--gt-panel);
    box-shadow: var(--gt-shadow);
}

.cookie-consent__title {
    font-family: var(--gt-display);
    color: var(--gt-text);
}

.cookie-settings-btn {
    border-radius: 999px;
    background: var(--gt-panel);
    color: var(--gt-text);
    border: 1px solid var(--gt-line);
}

.cookie-consent {
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    width: min(440px, calc(100vw - 32px)) !important;
    transform: translateY(24px) !important;
}

.cookie-consent.visible {
    transform: translateY(0) !important;
}

.cookie-consent__backdrop {
    display: none !important;
}

.cookie-consent__panel {
    max-width: none !important;
    max-height: min(380px, calc(100vh - 40px));
    margin: 0 !important;
    overflow: auto !important;
}

.cookie-consent__panel::before,
.cookie-consent__icon {
    display: none !important;
}

.cookie-consent__header {
    padding: 0.7rem 1rem !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.cookie-consent__body {
    padding: 0.85rem 1rem 1rem !important;
}

.cookie-consent__message {
    margin-bottom: 0.85rem !important;
    font-size: 0.78rem !important;
}

.cookie-consent:not(.cookie-consent--has-consent) .cookie-consent__categories {
    display: none !important;
}

.cookie-category {
    align-items: flex-start !important;
}

.cookie-consent__actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 7px !important;
}

.cookie-consent:not(.cookie-consent--has-consent) .cookie-btn {
    min-height: 42px;
}

@media (max-width: 1320px) and (min-width: 1181px) {
    .mobile-menu-toggle {
        display: none;
    }

    .nordic-nav {
        display: block;
        position: static;
        inset: auto;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        transform: none;
        opacity: 1;
        pointer-events: auto;
    }

    .nordic-header .container {
        max-width: 100%;
    }

    .nordic-header .header-content {
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 12px;
    }

    .logo-signal {
        display: none;
    }

    .compact-nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        overflow: visible !important;
    }

    .nordic-nav-links {
        flex-direction: row;
        justify-content: flex-end;
        overflow: visible !important;
        gap: 1px !important;
    }

    .nordic-nav-utility {
        flex-direction: row;
        min-width: max-content;
    }

    .nordic-nav .nav-link {
        min-height: 36px;
        font-size: 10.5px !important;
        padding: 0.46rem 0.48rem !important;
    }

    .nordic-nav-utility {
        gap: 6px;
        padding-left: 8px;
    }
}

@media (max-width: 1180px) and (min-width: 768px) {
    .mobile-menu-toggle {
        display: none;
    }

    .nordic-header {
        height: 68px;
    }

    .nordic-header .container {
        max-width: 100%;
    }

    .nordic-header .header-content {
        grid-template-columns: auto minmax(0, 1fr) !important;
        align-items: center;
        gap: 12px;
        min-height: 68px;
        padding: 0;
    }

    .logo {
        justify-self: start;
        min-width: 0;
    }

    .logo-link {
        gap: 8px;
    }

    .logo-text {
        font-size: 15px;
    }

    .logo-signal {
        display: none;
    }

    .nordic-nav {
        display: block;
        position: static;
        inset: auto;
        justify-self: stretch;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        transform: none;
        opacity: 1;
        pointer-events: auto;
    }

    .compact-nav-shell {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        overflow-x: visible;
        overflow-y: visible;
        scrollbar-width: auto;
        padding-bottom: 0;
        align-items: center;
    }

    .nordic-nav-links {
        flex-direction: row;
        flex: 1 1 auto;
        justify-content: flex-end;
        overflow: visible !important;
        gap: 1px !important;
    }

    .nordic-nav .nav-link {
        min-height: 36px;
        white-space: nowrap;
        font-size: 9.8px !important;
        padding: 0.44rem 0.3rem !important;
    }

    .nordic-nav-utility {
        flex-direction: row;
        min-width: max-content;
        gap: 6px;
        padding-left: 8px;
    }

    .header-search.open .header-search-input,
    .header-search-input:focus {
        width: 150px;
        max-width: 150px;
    }

    .lang-active-btn,
    .header-search-btn,
    .theme-toggle {
        width: 38px;
        min-width: 38px;
        height: 36px;
    }

    .lang-active-btn {
        padding-inline: 8px;
    }

    .lang-active-btn .lang-caret {
        display: none;
    }
}

@media (max-width: 940px) and (min-width: 768px) {
    .nordic-header .container {
        padding-inline: 16px;
    }

    .nordic-header .header-content {
        gap: 10px;
    }

    .logo-mark {
        width: 30px;
        height: 30px;
    }

    .logo-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .compact-nav-shell {
        gap: 6px;
    }

    .nordic-nav-links {
        gap: 0 !important;
    }

    .nordic-nav .nav-link {
        font-size: 9.2px !important;
        padding-left: 0.24rem !important;
        padding-right: 0.24rem !important;
    }

    .nordic-nav-utility {
        gap: 5px;
        padding-left: 6px;
    }

    .lang-active-btn,
    .header-search-btn,
    .theme-toggle {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .nordic-header .header-content {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .nordic-nav {
        display: none;
        position: fixed;
        top: 76px;
        right: 12px;
        left: 12px;
        width: auto;
        z-index: 1100;
    }

    .nordic-nav.active {
        display: block;
    }

    .compact-nav-shell {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid var(--gt-line);
        border-radius: 12px;
        background: var(--gt-panel);
        box-shadow: var(--gt-shadow);
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        scrollbar-width: thin;
    }

    .nordic-nav-links {
        display: flex;
        flex-direction: row;
        flex: 0 0 auto;
        gap: 3px !important;
        overflow: visible !important;
    }

    .nordic-nav .nav-link {
        min-height: 38px;
        justify-content: center;
        width: auto;
        white-space: nowrap;
        font-size: 10px !important;
        padding: 0.48rem 0.58rem !important;
    }

    .nordic-nav-utility {
        display: flex;
        flex-direction: row;
        flex: 0 0 auto;
        gap: 8px;
        border-left: 1px solid var(--gt-line);
        border-top: 0;
        padding: 0 0 0 8px;
    }

    .header-search-input,
    .header-search.open .header-search-input,
    .header-search-input:focus {
        width: 100%;
        max-width: none;
        opacity: 1;
        padding-inline: 12px !important;
        border-width: 1px;
    }

    .header-search-form {
        display: grid;
        grid-template-columns: minmax(0, 180px) 40px;
        gap: 8px;
    }

    .lang-switcher-wrap,
    .language-selector,
    .lang-active-btn,
    .theme-toggle {
        width: auto;
    }

    .lang-active-btn {
        justify-content: center;
        min-height: 38px;
    }

    .theme-toggle {
        height: 38px;
        min-height: 38px;
        min-width: 38px;
    }

    .lang-dropdown {
        position: static;
        margin-top: 8px;
        width: 100%;
    }

    .nordic-nav-auth {
        display: grid;
        gap: 4px;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }
}

@media (max-width: 980px) {
    .footer-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-section--brand {
        grid-column: 1 / -1;
    }

    .home-hero,
    .gtcms-hero,
    .gtcrm-hero,
    .contact-page-hero,
    .company-hero {
        min-height: auto;
        padding: 72px 0 56px;
    }

    .home-hero::before {
        background:
            var(--gt-hero-mobile-overlay),
            url("../images/generated/nordic-control-room-hero.webp") center / cover no-repeat;
    }

    .home-hero__grid,
    .gtcms-hero__grid,
    .gtcrm-hero__grid,
    .contact-page-hero__grid,
    .company-hero__grid,
    .generic-page__hero,
    .home-gtcrm__layout,
    .gtcrm-audience__grid,
    .company-founder__grid,
    .company-stack__grid,
    .generic-page__layout {
        grid-template-columns: 1fr;
    }

    .home-hero__title,
    .gtcms-hero__title,
    .gtcrm-hero__title {
        font-size: clamp(2.8rem, 12vw, 5.2rem);
    }

    .home-hero__summary,
    .home-offers__grid,
    .home-credentials__grid,
    .home-engine__grid,
    .home-network__grid,
    .home-gtcrm__grid,
    .gtcms-caps__grid,
    .gtcrm-features__grid {
        grid-template-columns: 1fr;
    }

    .home-panel {
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .container {
        padding-inline: 16px;
    }

    .logo-link {
        font-size: 15px;
        gap: 9px;
        padding: 0;
    }

    .logo-mark {
        width: 30px;
        height: 30px;
    }

    .logo-signal {
        font-size: 10px;
    }

    .mobile-menu-label {
        display: none;
    }

    .nordic-nav {
        right: 12px;
        width: min(360px, calc(100vw - 24px));
    }

    .footer-content-wrap {
        padding: 28px 0 24px;
    }

    .footer-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .footer-section--brand {
        grid-column: 1 / -1;
    }

    .footer-section {
        gap: 6px;
    }

    .footer-note {
        max-width: 100%;
    }

    .footer-section--domains {
        grid-column: 1 / -1;
    }

    .home-hero__actions,
    .gtcms-hero__actions,
    .gtcrm-hero__actions,
    .home-gtcrm__actions,
    .gtcms-cta-block__actions,
    .gtcrm-cta-block__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-button,
    .cta-button {
        width: 100%;
        justify-content: center;
    }

    .home-summary-card {
        min-height: auto;
    }
}

body.nordic-theme {
    font-family: var(--gt-body) !important;
}

.page-home .home-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        var(--gt-hero-home-overlay),
        url("../images/generated/nordic-control-room-hero.webp") center / cover no-repeat !important;
    opacity: 0.92 !important;
    pointer-events: none !important;
}

.gtcms-hero::before,
.gtcrm-hero::before,
.contact-page-hero::before,
.company-hero::before,
.generic-page__hero::before {
    display: none !important;
}

.page-home .home-hero__title,
.page-home .home-section-heading h2,
.page-home .home-panel__header h2,
.page-home .home-offer-card h3,
.page-home .home-platform__content h2,
.page-home .home-engine__intro h2,
.page-home .home-gtcrm__title,
.gtcms-hero__title,
.gtcrm-hero__title {
    font-family: var(--gt-display) !important;
    letter-spacing: 0 !important;
}

.page-home .home-hero__title {
    max-width: 780px !important;
    font-size: clamp(3rem, 7vw, 6.6rem) !important;
    line-height: 1.03 !important;
}

.page-home .home-hero__title span {
    color: var(--gt-fjord-strong) !important;
    font-size: 1em !important;
}

.page-home .home-hero__content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
}

.page-home .home-panel {
    align-self: start !important;
}

@media (max-width: 980px) {
    .page-home .home-hero::before {
        background:
            var(--gt-hero-mobile-overlay),
            url("../images/generated/nordic-control-room-hero.webp") center / cover no-repeat !important;
    }
}

html[data-theme="light"] body.nordic-theme,
html[data-theme="light"] .nordic-main {
    background: var(--gt-body-bg) !important;
    color: var(--gt-text) !important;
}

html[data-theme="light"] .nordic-header,
html[data-theme="light"] body.nordic-theme .nordic-header {
    background: var(--gt-header-bg) !important;
    border-bottom-color: var(--gt-line) !important;
}

html[data-theme="light"] .nordic-footer,
html[data-theme="light"] body.nordic-theme .nordic-footer {
    background: var(--gt-footer-bg) !important;
    border-top-color: var(--gt-line) !important;
}

html[data-theme="light"] .home-hero__title,
html[data-theme="light"] .gtcms-hero__title,
html[data-theme="light"] .gtcrm-hero__title,
html[data-theme="light"] .contact-page-hero__title,
html[data-theme="light"] .company-hero__title,
html[data-theme="light"] .generic-page__title {
    color: var(--gt-text) !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-hero__eyebrow,
html[data-theme="light"] .home-hero__lead,
html[data-theme="light"] .home-hero__deck,
html[data-theme="light"] .home-hero__summary,
html[data-theme="light"] .gtcms-hero__lead,
html[data-theme="light"] .gtcrm-hero__lead,
html[data-theme="light"] .contact-page-hero__lead,
html[data-theme="light"] .company-hero__lead,
html[data-theme="light"] .generic-page__lead {
    color: var(--gt-muted) !important;
}

html[data-theme="light"] .home-hero__deck {
    max-width: 720px;
    color: #263943 !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(39, 61, 70, 0.12) !important;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 18px 50px rgba(29, 50, 59, 0.1);
}

html[data-theme="dark"] .home-hero__deck {
    color: #e1edf2 !important;
    background: rgba(6, 16, 22, 0.62) !important;
    border: 1px solid rgba(180, 213, 224, 0.14) !important;
    border-radius: 10px;
    padding: 16px 18px;
}

html[data-theme="light"] .home-panel,
html[data-theme="light"] .home-summary-card,
html[data-theme="light"] .home-offer-card,
html[data-theme="light"] .home-engine-card,
html[data-theme="light"] .home-credential,
html[data-theme="light"] .gtcms-cap-card,
html[data-theme="light"] .gtcrm-feature-card,
html[data-theme="light"] .contact-page-form,
html[data-theme="light"] .cookie-consent__panel {
    background: var(--gt-panel-overlay) !important;
    border-color: var(--gt-line) !important;
    color: var(--gt-text) !important;
    box-shadow: var(--gt-shadow) !important;
}

html[data-theme="light"] .home-summary-card {
    background: rgba(255, 255, 255, 0.86) !important;
}

html[data-theme="light"] .home-summary-card__label {
    color: #146d91 !important;
}

html[data-theme="light"] .home-summary-card p {
    color: #263943 !important;
}

html[data-theme="dark"] .home-summary-card p {
    color: #e1edf2 !important;
}

html[data-theme="light"] .home-platform__grid {
    background: rgba(255, 255, 255, 0.82) !important;
}

html[data-theme="light"] .home-platform__content span,
html[data-theme="light"] .home-platform__content h2 {
    color: var(--gt-text) !important;
}

html[data-theme="light"] .home-platform__content p {
    color: #344a54 !important;
}

html[data-theme="light"] .home-platform__feature {
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(39, 61, 70, 0.18) !important;
    color: #263943 !important;
}

html[data-theme="dark"] .home-platform__feature {
    color: #dce9ee !important;
}

html[data-theme="light"] .home-panel *,
html[data-theme="light"] .home-summary-card *,
html[data-theme="light"] .home-offer-card *,
html[data-theme="light"] .home-engine-card *,
html[data-theme="light"] .gtcms-cap-card *,
html[data-theme="light"] .gtcrm-feature-card * {
    text-shadow: none !important;
}

/* Public readability hardening: older dark-theme page CSS still targets these shared
   marketing classes, so keep the theme contrast explicit at the end of the cascade. */
html[data-theme="light"] .home-section-heading h2,
html[data-theme="light"] .home-platform__content h2,
html[data-theme="light"] .home-engine__intro h2,
html[data-theme="light"] .home-how-link__copy h2,
html[data-theme="light"] .home-gtcrm__title,
html[data-theme="light"] .gtcms-cta-block h2,
html[data-theme="light"] .gtcrm-cta-block h2,
html[data-theme="light"] .contact-page-hero h1,
html[data-theme="light"] .company-hero h1,
html[data-theme="light"] .generic-page__hero h1 {
    color: var(--gt-text) !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-section-heading p,
html[data-theme="light"] .home-platform__content p,
html[data-theme="light"] .home-engine__intro p,
html[data-theme="light"] .home-how-link__copy p,
html[data-theme="light"] .home-gtcrm__desc,
html[data-theme="light"] .gtcms-hero__desc,
html[data-theme="light"] .gtcrm-hero__desc,
html[data-theme="light"] .contact-page-hero__deck,
html[data-theme="light"] .generic-page__deck,
html[data-theme="light"] .company-hero p {
    color: #334b55 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-hero__eyebrow,
html[data-theme="light"] .gtcms-hero__label,
html[data-theme="light"] .gtcrm-hero__label,
html[data-theme="light"] .contact-page-hero__eyebrow,
html[data-theme="light"] .company-kicker,
html[data-theme="light"] .generic-page__eyebrow,
html[data-theme="light"] .home-section-heading span,
html[data-theme="light"] .home-platform__content span,
html[data-theme="light"] .home-engine__intro span,
html[data-theme="light"] .home-how-link__copy span,
html[data-theme="light"] .home-gtcrm__kicker {
    background: rgba(22, 105, 141, 0.1) !important;
    border-color: rgba(22, 105, 141, 0.22) !important;
    color: #0e5c7e !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-offer-card,
html[data-theme="light"] .home-credentials__card,
html[data-theme="light"] .home-engine-card,
html[data-theme="light"] .home-engine__frame,
html[data-theme="light"] .home-how-link__shell,
html[data-theme="light"] .home-network-card,
html[data-theme="light"] .home-gtcrm-card,
html[data-theme="light"] .gtcms-cap-card,
html[data-theme="light"] .gtcms-step,
html[data-theme="light"] .gtcms-tech__frame,
html[data-theme="light"] .gtcms-cta-block,
html[data-theme="light"] .gtcrm-feature-card,
html[data-theme="light"] .gtcrm-tech__frame,
html[data-theme="light"] .gtcrm-cta-block,
html[data-theme="light"] .contact-page-sidebar__panel,
html[data-theme="light"] .contact-page-form-card,
html[data-theme="light"] .company-ledger,
html[data-theme="light"] .company-proof-card,
html[data-theme="light"] .company-review__panel,
html[data-theme="light"] .generic-page__sidebar-card,
html[data-theme="light"] .generic-page__cta,
html[data-theme="light"] .generic-page__info-block,
html[data-theme="light"] .home-featured-story,
html[data-theme="light"] .home-news-card,
html[data-theme="light"] .link-card,
html[data-theme="light"] .news-card,
html[data-theme="light"] .home-dispatch__shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 252, 251, 0.86)),
        rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(39, 61, 70, 0.16) !important;
    color: #263943 !important;
}

html[data-theme="light"] .gtcms-hero__badge,
html[data-theme="light"] .gtcrm-hero__badge {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(39, 61, 70, 0.16) !important;
    color: #263943 !important;
}

html[data-theme="light"] .home-panel__header h2,
html[data-theme="light"] .home-offer-card h3,
html[data-theme="light"] .home-credentials__card strong,
html[data-theme="light"] .home-engine-card h3,
html[data-theme="light"] .home-how-link__copy h2,
html[data-theme="light"] .home-network-card h3,
html[data-theme="light"] .home-gtcrm-card h3,
html[data-theme="light"] .gtcms-cap-card h3,
html[data-theme="light"] .gtcms-step h3,
html[data-theme="light"] .gtcrm-feature-card h3,
html[data-theme="light"] .contact-page-sidebar__panel h2,
html[data-theme="light"] .contact-page-form-card h2,
html[data-theme="light"] .company-ledger h2,
html[data-theme="light"] .company-proof-card h3,
html[data-theme="light"] .company-review__panel h2,
html[data-theme="light"] .generic-page__sidebar-card h2,
html[data-theme="light"] .generic-page__cta h2,
html[data-theme="light"] .generic-page__info-block h2,
html[data-theme="light"] .home-featured-story h3,
html[data-theme="light"] .home-news-card h3,
html[data-theme="light"] .link-card h3,
html[data-theme="light"] .news-card h2,
html[data-theme="light"] .home-dispatch__content h2 {
    color: #17252d !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-summary-card p,
html[data-theme="light"] .home-offer-card p,
html[data-theme="light"] .home-offer-card li,
html[data-theme="light"] .home-credentials__card p,
html[data-theme="light"] .home-engine-card p,
html[data-theme="light"] .home-how-link__copy p,
html[data-theme="light"] .home-network-card p,
html[data-theme="light"] .home-network-card__meta,
html[data-theme="light"] .home-gtcrm-card p,
html[data-theme="light"] .gtcms-cap-card p,
html[data-theme="light"] .gtcms-step p,
html[data-theme="light"] .gtcms-tech__list li,
html[data-theme="light"] .gtcrm-feature-card p,
html[data-theme="light"] .gtcrm-tech__list li,
html[data-theme="light"] .contact-page-sidebar__panel p,
html[data-theme="light"] .contact-page-form-card p,
html[data-theme="light"] .company-ledger,
html[data-theme="light"] .company-proof-card p,
html[data-theme="light"] .company-review__panel p,
html[data-theme="light"] .company-stack__items div,
html[data-theme="light"] .generic-page__sidebar-card p,
html[data-theme="light"] .generic-page__cta p,
html[data-theme="light"] .generic-page__info-block p,
html[data-theme="light"] .generic-page__info-block li,
html[data-theme="light"] .home-featured-story p,
html[data-theme="light"] .home-news-card p,
html[data-theme="light"] .link-card p,
html[data-theme="light"] .news-card p,
html[data-theme="light"] .home-dispatch__content p,
html[data-theme="light"] .home-dispatch__content li {
    color: #334b55 !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-platform__feature,
html[data-theme="light"] .gtcms-tech__list li,
html[data-theme="light"] .gtcrm-tech__list li,
html[data-theme="light"] .company-stack__items div {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: rgba(39, 61, 70, 0.16) !important;
    color: #263943 !important;
}

html[data-theme="light"] .gtcms-hero__content,
html[data-theme="light"] .gtcrm-hero__content,
html[data-theme="light"] .contact-page-hero__content,
html[data-theme="light"] .company-hero__copy,
html[data-theme="light"] .generic-page__hero-copy,
html[data-theme="light"] .generic-page__copy {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 251, 250, 0.78)),
        rgba(255, 255, 255, 0.84) !important;
    border-color: rgba(39, 61, 70, 0.14) !important;
    color: #263943 !important;
    box-shadow: 0 24px 70px rgba(28, 47, 55, 0.12) !important;
}

html[data-theme="light"] .home-offer-card li,
html[data-theme="light"] .home-dispatch__list li,
html[data-theme="light"] .gtcms-tech__list li,
html[data-theme="light"] .gtcrm-tech__list li {
    background: rgba(20, 109, 145, 0.08) !important;
    border-color: rgba(20, 109, 145, 0.18) !important;
    color: #263943 !important;
}

html[data-theme="light"] .home-button--secondary,
html[data-theme="light"] .home-button--ghost,
html[data-theme="light"] .home-platform__actions .home-button {
    background: rgba(255, 255, 255, 0.76) !important;
    border-color: rgba(20, 109, 145, 0.32) !important;
    color: #0c4d6c !important;
}

html[data-theme="light"] .home-button--primary,
html[data-theme="light"] .home-platform__actions .home-button--primary {
    background: #0f6f93 !important;
    border-color: #0f6f93 !important;
    color: #ffffff !important;
}

html[data-theme="dark"] .gtcms-cap-card,
html[data-theme="dark"] .gtcrm-feature-card,
html[data-theme="dark"] .home-engine-card,
html[data-theme="dark"] .home-gtcrm-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(5, 14, 22, 0.9) !important;
    border-color: rgba(180, 213, 224, 0.18) !important;
}

html[data-theme="dark"] .gtcms-cap-card h3,
html[data-theme="dark"] .gtcrm-feature-card h3,
html[data-theme="dark"] .home-engine-card h3,
html[data-theme="dark"] .home-gtcrm-card h3 {
    color: #f2fbff !important;
}

html[data-theme="dark"] .gtcms-cap-card p,
html[data-theme="dark"] .gtcrm-feature-card p,
html[data-theme="dark"] .home-engine-card p,
html[data-theme="dark"] .home-gtcrm-card p {
    color: #dce9ee !important;
}

html[data-theme="dark"] .home-platform__actions .home-button--secondary,
html[data-theme="dark"] .home-platform__actions .home-button--ghost {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(180, 213, 224, 0.26) !important;
    color: #e5f3f8 !important;
}

/* Final shell polish: how-page hero, premium CTAs, and footer contrast. */
.home-button,
.cta-button,
.cookie-btn,
.contact-page-form__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: fit-content !important;
    min-height: 48px !important;
    padding: 0.86rem 1.12rem !important;
    border-radius: 8px !important;
    font-family: var(--gt-body) !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.18) inset,
        0 14px 34px rgba(5, 16, 24, 0.22) !important;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease,
        box-shadow 160ms ease !important;
}

.home-button:hover,
.cta-button:hover,
.cookie-btn:hover,
.contact-page-form__submit:hover {
    transform: translateY(-2px) !important;
    text-decoration: none !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 18px 42px rgba(5, 16, 24, 0.28) !important;
}

.home-button:focus-visible,
.cta-button:focus-visible,
.cookie-btn:focus-visible,
.contact-page-form__submit:focus-visible {
    outline: 3px solid rgba(103, 214, 155, 0.42) !important;
    outline-offset: 3px !important;
}

.home-button--primary,
.cta-primary,
.cookie-btn--accept,
.contact-page-form__submit {
    background-color: #0a5575 !important;
    background:
        linear-gradient(135deg, #0f7196 0%, #0a5575 58%, #08384f 100%) !important;
    border: 1px solid rgba(141, 215, 238, 0.42) !important;
    color: #ffffff !important;
}

.home-button--secondary,
.home-button--ghost,
.cta-secondary,
.cookie-btn--save,
.cookie-btn--reject {
    background-color: rgba(255, 255, 255, 0.06) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)) !important;
    border: 1px solid rgba(180, 213, 224, 0.28) !important;
    color: #e8f6fa !important;
}

html[data-theme="light"] .page-how .home-hero {
    min-height: auto !important;
    padding: clamp(62px, 8vw, 104px) 0 clamp(44px, 6vw, 76px) !important;
}

html[data-theme="light"] .page-how .home-hero::before {
    display: none !important;
}

html[data-theme="light"] .page-how .home-hero__content {
    max-width: min(780px, 100%) !important;
    padding: clamp(24px, 4vw, 38px) !important;
    border: 1px solid rgba(39, 61, 70, 0.14) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 248, 0.86)),
        rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 24px 70px rgba(28, 47, 55, 0.14) !important;
    backdrop-filter: blur(14px) !important;
}

html[data-theme="light"] .page-how .home-hero__title {
    margin-top: 14px !important;
    color: #17252d !important;
    text-shadow: none !important;
}

html[data-theme="light"] .page-how .home-hero__deck {
    color: #263943 !important;
    background: rgba(237, 246, 245, 0.88) !important;
    border-color: rgba(39, 61, 70, 0.14) !important;
}

html[data-theme="dark"] .page-how .home-hero {
    min-height: auto !important;
    padding: clamp(62px, 8vw, 104px) 0 clamp(44px, 6vw, 76px) !important;
}

html[data-theme="dark"] .page-how .home-hero__content {
    max-width: min(780px, 100%) !important;
    padding: clamp(24px, 4vw, 38px) !important;
    border: 1px solid rgba(180, 213, 224, 0.18) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(135deg, rgba(141, 215, 238, 0.085), rgba(103, 214, 155, 0.045)),
        rgba(5, 14, 22, 0.78) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(14px) !important;
}

html[data-theme="dark"] .page-how .home-hero__title {
    color: #f2fbff !important;
}

html[data-theme="light"] .home-button--primary,
html[data-theme="light"] .home-platform__actions .home-button--primary,
html[data-theme="light"] .cta-primary,
html[data-theme="light"] .cookie-btn--accept,
html[data-theme="light"] .contact-page-form__submit {
    background-color: #0a5575 !important;
    background:
        linear-gradient(135deg, #0f7196 0%, #0a5575 58%, #08384f 100%) !important;
    border-color: rgba(15, 113, 150, 0.85) !important;
    color: #ffffff !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 16px 34px rgba(15, 86, 117, 0.26) !important;
}

html[data-theme="light"] .home-button--secondary,
html[data-theme="light"] .home-button--ghost,
html[data-theme="light"] .home-platform__actions .home-button--secondary,
html[data-theme="light"] .home-platform__actions .home-button--ghost,
html[data-theme="light"] .cta-secondary,
html[data-theme="light"] .cookie-btn--save,
html[data-theme="light"] .cookie-btn--reject {
    background-color: #f3faf8 !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 245, 244, 0.82)) !important;
    border-color: rgba(15, 113, 150, 0.3) !important;
    color: #0a5575 !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.76) inset,
        0 12px 28px rgba(28, 47, 55, 0.12) !important;
}

html[data-theme="dark"] .home-button--primary,
html[data-theme="dark"] .home-platform__actions .home-button--primary,
html[data-theme="dark"] .cta-primary,
html[data-theme="dark"] .cookie-btn--accept,
html[data-theme="dark"] .contact-page-form__submit {
    background-color: #69d6ef !important;
    background:
        linear-gradient(135deg, #69d6ef 0%, #1d8fbd 58%, #0f5e82 100%) !important;
    border-color: rgba(141, 215, 238, 0.58) !important;
    color: #031018 !important;
}

html[data-theme="dark"] .home-button--secondary,
html[data-theme="dark"] .home-button--ghost,
html[data-theme="dark"] .home-platform__actions .home-button--secondary,
html[data-theme="dark"] .home-platform__actions .home-button--ghost,
html[data-theme="dark"] .cta-secondary,
html[data-theme="dark"] .cookie-btn--save,
html[data-theme="dark"] .cookie-btn--reject {
    background-color: rgba(255, 255, 255, 0.1) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)) !important;
    border-color: rgba(180, 213, 224, 0.3) !important;
    color: #e8f6fa !important;
}

html[data-theme="light"] .nordic-footer {
    color: #263943 !important;
}

html[data-theme="light"] .footer-heading,
html[data-theme="light"] .footer-subheading,
html[data-theme="light"] .footer-tagline {
    color: #17252d !important;
}

html[data-theme="light"] .footer-note,
html[data-theme="light"] .footer-meta,
html[data-theme="light"] .footer-meta p,
html[data-theme="light"] .footer-section p,
html[data-theme="light"] .footer-legal,
html[data-theme="light"] .footer-legal p,
html[data-theme="light"] .copyright {
    color: #334b55 !important;
}

html[data-theme="light"] .footer-link,
html[data-theme="light"] .footer-link-small,
html[data-theme="light"] .footer-link-primary {
    color: #0a5575 !important;
}

html[data-theme="light"] .footer-link:hover,
html[data-theme="light"] .footer-link-small:hover,
html[data-theme="light"] .footer-link-primary:hover,
html[data-theme="light"] .footer-link:focus-visible,
html[data-theme="light"] .footer-link-small:focus-visible,
html[data-theme="light"] .footer-link-primary:focus-visible {
    color: #08384f !important;
}

html[data-theme="dark"] .footer-note,
html[data-theme="dark"] .footer-meta,
html[data-theme="dark"] .footer-meta p,
html[data-theme="dark"] .footer-section p,
html[data-theme="dark"] .footer-legal,
html[data-theme="dark"] .footer-legal p,
html[data-theme="dark"] .copyright {
    color: #c3d6de !important;
}

html[data-theme="dark"] .footer-link,
html[data-theme="dark"] .footer-link-small,
html[data-theme="dark"] .footer-link-primary {
    color: #d8f1f7 !important;
}

html[data-theme="dark"] .footer-link:hover,
html[data-theme="dark"] .footer-link-small:hover,
html[data-theme="dark"] .footer-link-primary:hover,
html[data-theme="dark"] .footer-link:focus-visible,
html[data-theme="dark"] .footer-link-small:focus-visible,
html[data-theme="dark"] .footer-link-primary:focus-visible {
    color: #69d6ef !important;
}

html[data-theme="light"] .home-button--primary,
html[data-theme="light"] .home-platform__actions .home-button--primary,
html[data-theme="light"] .cta-primary,
html[data-theme="light"] .cookie-btn--accept,
html[data-theme="light"] .contact-page-form__submit {
    background-color: #0a5575 !important;
}

html[data-theme="light"] .home-button--secondary,
html[data-theme="light"] .home-button--ghost,
html[data-theme="light"] .home-platform__actions .home-button--secondary,
html[data-theme="light"] .home-platform__actions .home-button--ghost,
html[data-theme="light"] .cta-secondary,
html[data-theme="light"] .cookie-btn--save,
html[data-theme="light"] .cookie-btn--reject {
    background-color: #f3faf8 !important;
}

html[data-theme="dark"] .home-button--primary,
html[data-theme="dark"] .home-platform__actions .home-button--primary,
html[data-theme="dark"] .cta-primary,
html[data-theme="dark"] .cookie-btn--accept,
html[data-theme="dark"] .contact-page-form__submit {
    background-color: #69d6ef !important;
}

html[data-theme="dark"] .home-button--secondary,
html[data-theme="dark"] .home-button--ghost,
html[data-theme="dark"] .home-platform__actions .home-button--secondary,
html[data-theme="dark"] .home-platform__actions .home-button--ghost,
html[data-theme="dark"] .cta-secondary,
html[data-theme="dark"] .cookie-btn--save,
html[data-theme="dark"] .cookie-btn--reject {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Final public contrast pass for generic pages, product panels, and offer CTAs. */
html[data-theme="light"] .generic-page__hero-copy {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 249, 0.9)),
        rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(39, 61, 70, 0.15) !important;
    color: #263943 !important;
    box-shadow: 0 26px 72px rgba(28, 47, 55, 0.13) !important;
}

html[data-theme="light"] .generic-page__eyebrow {
    background: rgba(15, 113, 150, 0.1) !important;
    border-color: rgba(15, 113, 150, 0.24) !important;
    color: #0a5575 !important;
}

html[data-theme="light"] .generic-page__hero h1 {
    color: #17252d !important;
    text-shadow: none !important;
}

html[data-theme="light"] .generic-page__deck {
    color: #334b55 !important;
    text-shadow: none !important;
}

html[data-theme="dark"] .generic-page__hero-copy {
    background:
        linear-gradient(135deg, rgba(141, 215, 238, 0.1), rgba(103, 214, 155, 0.045)),
        rgba(5, 14, 22, 0.84) !important;
    border-color: rgba(180, 213, 224, 0.2) !important;
    color: #e8f6fa !important;
}

html[data-theme="dark"] .generic-page__eyebrow {
    background: rgba(141, 215, 238, 0.1) !important;
    border-color: rgba(141, 215, 238, 0.22) !important;
    color: #8dd7ee !important;
}

html[data-theme="dark"] .generic-page__hero h1 {
    color: #f6fbff !important;
    text-shadow: none !important;
}

html[data-theme="dark"] .generic-page__deck {
    color: #dce9ee !important;
    text-shadow: none !important;
}

html[data-theme="light"] .gtcms-tech__intro h2,
html[data-theme="light"] .gtcrm-tech__intro h2,
html[data-theme="light"] .gtcms-cta-block__copy h2,
html[data-theme="light"] .gtcrm-cta-block__copy h2 {
    color: #17252d !important;
    text-shadow: none !important;
}

html[data-theme="light"] .gtcms-tech__intro p,
html[data-theme="light"] .gtcrm-tech__intro p,
html[data-theme="light"] .gtcms-cta-block__copy p,
html[data-theme="light"] .gtcrm-cta-block__copy p,
html[data-theme="light"] .gtcms-cta-block p,
html[data-theme="light"] .gtcrm-cta-block p {
    color: #334b55 !important;
    text-shadow: none !important;
}

html[data-theme="dark"] .gtcms-tech__intro h2,
html[data-theme="dark"] .gtcrm-tech__intro h2,
html[data-theme="dark"] .gtcms-cta-block__copy h2,
html[data-theme="dark"] .gtcrm-cta-block__copy h2 {
    color: #f2fbff !important;
}

html[data-theme="dark"] .gtcms-tech__intro p,
html[data-theme="dark"] .gtcrm-tech__intro p,
html[data-theme="dark"] .gtcms-cta-block__copy p,
html[data-theme="dark"] .gtcrm-cta-block__copy p,
html[data-theme="dark"] .gtcms-cta-block p,
html[data-theme="dark"] .gtcrm-cta-block p {
    color: #dce9ee !important;
}

.home-offer-card .home-text-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-height: 42px !important;
    margin-top: 8px !important;
    padding: 0.72rem 0.98rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(141, 215, 238, 0.28) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03)) !important;
    color: #dff5fb !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.035em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.16) inset,
        0 12px 28px rgba(5, 16, 24, 0.2) !important;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease,
        box-shadow 160ms ease !important;
}

.home-offer-card .home-text-link::after {
    content: "" !important;
    width: 0.44rem !important;
    height: 0.44rem !important;
    margin-left: 0.62rem !important;
    border-top: 2px solid currentColor !important;
    border-right: 2px solid currentColor !important;
    transform: rotate(45deg) !important;
}

.home-offer-card .home-text-link:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(141, 215, 238, 0.48) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 16px 34px rgba(5, 16, 24, 0.25) !important;
}

.home-offer-card .home-text-link:focus-visible {
    outline: 3px solid rgba(103, 214, 155, 0.42) !important;
    outline-offset: 3px !important;
}

html[data-theme="light"] .home-offer-card .home-text-link {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 244, 0.84)) !important;
    border-color: rgba(15, 113, 150, 0.3) !important;
    color: #0a5575 !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.72) inset,
        0 12px 26px rgba(28, 47, 55, 0.12) !important;
}

html[data-theme="light"] .home-offer-card .home-text-link:hover {
    border-color: rgba(15, 113, 150, 0.52) !important;
    color: #08384f !important;
}

html[data-theme="dark"] .home-offer-card .home-text-link {
    background:
        linear-gradient(180deg, rgba(141, 215, 238, 0.13), rgba(255, 255, 255, 0.045)) !important;
    border-color: rgba(141, 215, 238, 0.32) !important;
    color: #dff5fb !important;
}

html[data-theme="dark"] .home-offer-card .home-text-link:hover {
    border-color: rgba(141, 215, 238, 0.55) !important;
    color: #ffffff !important;
}

/* Homepage proof stats need to read as executive metrics, not low-contrast terminal output. */
.home-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 28px !important;
    padding-top: 24px !important;
}

.home-stat {
    min-height: 118px !important;
    padding: 18px !important;
    border: 1px solid rgba(180, 213, 224, 0.18) !important;
    border-radius: 10px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
        rgba(5, 14, 22, 0.72) !important;
    color: #e8f6fa !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
}

.home-stat strong {
    display: block !important;
    color: #f6fbff !important;
    font-family: var(--gt-display) !important;
    font-size: clamp(2.5rem, 5vw, 4.7rem) !important;
    font-weight: 750 !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.home-stat span {
    display: block !important;
    margin-top: 12px !important;
    color: #cfe3eb !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    text-shadow: none !important;
}

html[data-theme="light"] .home-stats {
    border-top-color: rgba(39, 61, 70, 0.16) !important;
}

html[data-theme="light"] .home-stat {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 244, 0.86)),
        rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(39, 61, 70, 0.16) !important;
    color: #263943 !important;
    box-shadow: 0 16px 34px rgba(28, 47, 55, 0.11) !important;
}

html[data-theme="light"] .home-stat strong {
    color: #0a5575 !important;
}

html[data-theme="light"] .home-stat span {
    color: #263943 !important;
}

html[data-theme="dark"] .home-stats {
    border-top-color: rgba(180, 213, 224, 0.16) !important;
}

html[data-theme="dark"] .home-stat strong {
    color: #8dd7ee !important;
}

html[data-theme="dark"] .home-stat span {
    color: #dce9ee !important;
}

@media (max-width: 820px) {
    .home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 460px) {
    .home-stats {
        grid-template-columns: 1fr !important;
    }
}
