/* ThreatLocker solution pages. Shared Garbæk IT tokens and chrome come from erhverv.css. */

.threatlocker-page {
    background: var(--off-white);
}

.threatlocker-page main {
    overflow: hidden;
}

.threatlocker-page .primary-nav > a:not(.button),
.threatlocker-page .footer-main nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.primary-nav [aria-current="page"] {
    color: var(--white);
}

.breadcrumb-wrap {
    color: #bed0ca;
    background: var(--dark);
}

.breadcrumbs {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.breadcrumbs li:not(:last-child)::after {
    color: #718a83;
    content: "→";
}

.breadcrumbs a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #dce7e3;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--white);
}

.breadcrumbs [aria-current="page"] {
    color: #91aaa2;
}

.tl-hero {
    position: relative;
    color: var(--white);
    background: var(--dark);
}

.tl-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
    pointer-events: none;
}

.tl-hero-layout {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
    align-items: center;
    gap: clamp(54px, 8vw, 112px);
    padding-block: clamp(72px, 9vw, 118px);
}

.tl-hero-layout > * {
    min-width: 0;
}

.tl-hero h1 {
    max-width: 780px;
    margin: 19px 0 0;
    color: var(--white);
    font-size: clamp(46px, 5.7vw, 74px);
    font-weight: 590;
    letter-spacing: -0.055em;
    line-height: 1.02;
    hyphens: auto;
}

.tl-hero-intro {
    max-width: 720px;
    margin: 26px 0 0;
    color: #c8d6d2;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.65;
}

.tl-hero-note {
    max-width: 720px;
    margin: 18px 0 0;
    color: #9fb4ae;
    font-size: 14px;
}

.tl-hero .button-row {
    margin-top: 34px;
}

.tl-hero .inline-link {
    margin-top: 10px;
    color: #dce8e4;
}

.tl-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 30px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    list-style: none;
}

.tl-facts li {
    position: relative;
    padding-left: 14px;
    color: #aebfba;
    font-size: 12px;
}

.tl-facts li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: #93aea5;
    border-radius: 50%;
}

.control-visual {
    min-height: 400px;
    padding: 24px;
    background: rgba(32, 57, 68, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow: 0 32px 85px rgba(0, 0, 0, 0.24);
}

.control-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 17px;
    color: #9eb1ac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.control-topline span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d9e7e2;
}

.control-topline span:last-child::before {
    width: 7px;
    height: 7px;
    content: "";
    background: #9fbea9;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(159, 190, 169, 0.09);
}

.control-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.control-item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 15px;
    color: #deebe7;
    background: #284651;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
}

.control-item > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #b7cec6;
    background: rgba(172, 202, 191, 0.09);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 750;
}

.control-item strong,
.control-item small {
    display: block;
}

.control-item strong {
    font-size: 13px;
}

.control-item small {
    margin-top: 2px;
    color: #98afa8;
    font-size: 10px;
}

.control-item > em {
    padding: 4px 7px;
    color: #cfe0da;
    background: rgba(151, 183, 168, 0.12);
    border-radius: 3px;
    font-size: 9px;
    font-style: normal;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tl-section {
    padding-block: clamp(78px, 9vw, 124px);
}

.section-white { background: var(--white); }
.section-soft { background: var(--green-light); }
.section-dark { color: var(--white); background: var(--dark); }

.tl-heading {
    max-width: 800px;
    margin-bottom: clamp(38px, 5vw, 62px);
}

.tl-heading.split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: clamp(34px, 8vw, 108px);
}

.tl-heading h2,
.tl-section h2,
.tl-section h3 {
    color: var(--dark);
    overflow-wrap: break-word;
    hyphens: auto;
}

.section-dark h2,
.section-dark h3 {
    color: var(--white);
}

.tl-heading h2,
.tl-section > .container > h2 {
    margin: 8px 0 0;
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 610;
    letter-spacing: -0.045em;
    line-height: 1.09;
}

.tl-heading p:last-child,
.tl-heading > div > p:last-child {
    margin: 21px 0 0;
    color: var(--text-muted);
}

.section-dark .tl-heading p:last-child,
.section-dark .tl-heading > div > p:last-child {
    color: #bdceca;
}

.micro-label {
    margin: 0;
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-dark .micro-label {
    color: #a7bdb5;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.audience-card {
    min-height: 440px;
    display: flex;
    flex-direction: column;
    padding: clamp(30px, 4vw, 48px);
    color: var(--dark);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.audience-card.business {
    color: var(--white);
    background: var(--dark-secondary);
    border-color: transparent;
}

.audience-card:hover {
    border-color: #9bb1a9;
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.audience-card > span:first-child {
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.audience-card.business > span:first-child {
    color: #a9c0b8;
}

.audience-card h3 {
    margin: 20px 0 0;
    color: inherit;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 610;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.audience-card p {
    margin: 20px 0 0;
    color: var(--text-muted);
}

.audience-card.business p {
    color: #c3d1cd;
}

.plain-list,
.check-list {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.plain-list li,
.check-list li {
    position: relative;
    padding: 8px 0 8px 21px;
    font-size: 13px;
}

.plain-list li::before,
.check-list li::before {
    position: absolute;
    top: 1.18em;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    background: #809f94;
    border-radius: 50%;
}

.audience-card .route-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 24px;
    color: var(--green-dark);
    border-top: 1px solid var(--border);
    font-size: 14px;
    font-weight: 750;
}

.audience-card.business .route-link {
    color: #e5efeb;
    border-color: rgba(255, 255, 255, 0.13);
}

.technology-grid,
.problem-grid,
.supporting-grid,
.stack-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.technology-card,
.problem-card,
.stack-card {
    min-height: 270px;
    padding: 29px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 11px;
}

.technology-card > span,
.stack-card > span {
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.technology-card h3,
.problem-card h3,
.stack-card h3 {
    margin: 38px 0 0;
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.technology-card p,
.problem-card p,
.stack-card p {
    margin: 15px 0 0;
    color: var(--text-muted);
    font-size: 13px;
}

.contrast-layout,
.implementation-layout,
.support-layout,
.backup-layout,
.price-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.65fr);
    align-items: start;
    gap: clamp(48px, 9vw, 120px);
}

.contrast-layout h2,
.implementation-layout h2,
.support-layout h2,
.backup-layout h2,
.price-layout h2 {
    margin: 9px 0 0;
    font-size: clamp(34px, 4.4vw, 52px);
    font-weight: 610;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.contrast-layout p,
.implementation-layout p,
.support-layout p,
.backup-layout p,
.price-layout p {
    margin: 22px 0 0;
    color: #bdceca;
}

.section-white .support-layout p,
.section-white .backup-layout p,
.section-white .price-layout p,
.section-soft .support-layout p,
.section-soft .backup-layout p,
.section-soft .price-layout p {
    color: var(--text-muted);
}

.layer-panel,
.service-panel,
.price-panel {
    padding: 31px;
    background: var(--dark-secondary);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
}

.section-white .service-panel,
.section-white .price-panel,
.section-soft .service-panel,
.section-soft .price-panel {
    color: var(--text);
    background: var(--white);
    border-color: var(--border);
}

.layer-panel h3,
.service-panel h3,
.price-panel h3 {
    margin: 0;
    color: var(--white);
    font-size: 21px;
}

.section-white .service-panel h3,
.section-white .price-panel h3,
.section-soft .service-panel h3,
.section-soft .price-panel h3 {
    color: var(--dark);
}

.layer-panel .check-list,
.service-panel .check-list,
.price-panel .check-list {
    color: #c8d6d2;
}

.section-white .service-panel .check-list,
.section-white .price-panel .check-list,
.section-soft .service-panel .check-list,
.section-soft .price-panel .check-list {
    color: var(--text-muted);
}

.inline-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--green-dark);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.section-dark .inline-link {
    color: #e2ece8;
}

.process-list {
    margin: 0;
    padding: 0;
    counter-reset: steps;
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid var(--border);
    counter-increment: steps;
}

.process-list li::before {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    content: counter(steps, decimal-leading-zero);
    color: var(--green-dark);
    background: var(--green-light);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.process-list strong,
.process-list span {
    display: block;
}

.process-list strong {
    color: var(--dark);
    font-size: 17px;
}

.process-list span {
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 13px;
}

.audit-callout {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 50px;
    padding: clamp(32px, 5vw, 58px);
    color: var(--white);
    background: var(--dark-secondary);
    border-radius: 15px;
}

.audit-callout h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 610;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.audit-callout p {
    max-width: 720px;
    margin: 18px 0 0;
    color: #c1d0cc;
}

.supporting-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.supporting-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    color: var(--dark);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.supporting-card:hover {
    border-color: #9db4ac;
    transform: translateY(-3px);
}

.supporting-card > span:first-child {
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.supporting-card h3 {
    margin: 25px 0 0;
    font-size: 19px;
    font-weight: 650;
}

.supporting-card p {
    margin: 12px 0 22px;
    color: var(--text-muted);
    font-size: 13px;
}

.supporting-card .route-link {
    margin-top: auto;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 750;
}

.supporting-grid + .inline-link {
    margin-top: 22px;
}

.price-note {
    margin: 17px 0 0;
    color: var(--text-muted);
    font-size: 12px;
}

.simple-status {
    display: grid;
    gap: 11px;
    margin-top: 25px;
}

.simple-status div {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #dbe7e3;
    background: #284651;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
    font-size: 12px;
}

.simple-status i {
    width: 8px;
    height: 8px;
    background: #9eb9ae;
    border-radius: 50%;
}

.simple-status div:last-child i {
    background: var(--accent);
}

.simple-status span:last-child {
    color: #9eb1ac;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.fit-card {
    padding: clamp(28px, 4vw, 43px);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
}

.fit-card h3 {
    margin: 0;
    font-size: 23px;
}

.fit-card p {
    margin: 17px 0 0;
    color: var(--text-muted);
}

@media (max-width: 1060px) {
    .tl-hero-layout {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 46px;
    }

    .technology-grid,
    .problem-grid,
    .stack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .tl-hero-layout,
    .tl-heading.split,
    .contrast-layout,
    .implementation-layout,
    .support-layout,
    .backup-layout,
    .price-layout {
        grid-template-columns: 1fr;
    }

    .tl-hero-layout {
        min-height: auto;
    }

    .control-visual {
        width: min(100%, 580px);
    }

    .audit-callout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .audit-callout .button {
        justify-self: start;
    }
}

@media (max-width: 700px) {
    .audience-grid,
    .supporting-grid,
    .fit-grid {
        grid-template-columns: 1fr;
    }

    .audience-card {
        min-height: 390px;
    }
}

@media (max-width: 620px) {
    .breadcrumbs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .tl-hero-layout {
        padding-block: 62px 72px;
    }

    .tl-hero h1 {
        font-size: clamp(40px, 12vw, 55px);
    }

    .control-visual {
        min-height: 0;
        padding: 18px;
    }

    .control-item {
        grid-template-columns: 34px 1fr;
    }

    .control-item > em {
        grid-column: 2;
        justify-self: start;
    }

    .technology-grid,
    .problem-grid,
    .stack-grid {
        grid-template-columns: 1fr;
    }

    .technology-card,
    .problem-card,
    .stack-card {
        min-height: 0;
    }

    .audit-callout .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
