body.technology-gate-open {
    overflow: hidden;
}

.technology-gate {
    position: fixed;
    inset: var(--public-nav-height) 0 0;
    z-index: 1040;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(7, 17, 32, 0.96);
}

.technology-gate[hidden] {
    display: none;
}

.technology-gate-card {
    width: min(660px, 100%);
    padding: clamp(1.75rem, 5vw, 3rem);
    background: var(--public-surface);
    border: 1px solid rgba(157, 168, 180, 0.34);
    border-top: 3px solid var(--public-orange);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.technology-gate-card h2 {
    max-width: 560px;
    margin-bottom: 1.25rem;
    color: var(--public-text);
    font-size: clamp(2rem, 5vw, var(--public-section-title-max));
    font-weight: 800;
    line-height: 1.08;
}

.technology-gate-card > p:not(.public-eyebrow) {
    max-width: 610px;
    color: var(--public-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.technology-gate-note {
    margin: 1.5rem 0 0;
    font-size: 0.8rem !important;
}

.technology-heading {
    max-width: 760px;
}

.technology-paper-section,
.technology-dark-section,
.technology-final-section {
    padding: var(--public-large-section-space) 1.5rem;
}

.technology-paper-section {
    background: var(--public-paper);
    color: var(--public-ink);
}

.technology-paper-section .public-section-heading h2 {
    color: var(--public-ink);
}

.technology-principles,
.technology-components {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.technology-principles article {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--public-text);
    border: 1px solid rgba(7, 17, 32, 0.14);
    border-radius: 8px;
}

.technology-principles article > span,
.technology-checklist i {
    color: var(--public-orange);
    font-weight: 800;
}

.technology-principles h3,
.technology-components h3 {
    margin: 0 0 0.55rem;
    color: var(--public-ink);
    font-size: 1.1rem;
    font-weight: 800;
}

.technology-principles p,
.technology-components p {
    margin: 0;
    color: #53606c;
    line-height: 1.65;
}

.technology-dark-section,
.technology-final-section {
    background: var(--public-bg);
    color: var(--public-text);
}

.technology-divider {
    border-top: 1px solid var(--public-border);
}

.technology-flow {
    display: grid;
    grid-template-columns: repeat(9, auto);
    gap: 0.7rem;
    align-items: center;
}

.technology-flow > article {
    display: grid;
    min-height: 160px;
    align-content: start;
    gap: 0.55rem;
    padding: 1.25rem;
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 8px;
}

.technology-flow > article > i,
.technology-flow > i {
    color: var(--public-orange);
}

.technology-flow strong {
    color: var(--public-text);
}

.technology-flow span {
    color: var(--public-muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

.technology-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3.25rem;
}

.technology-checklist {
    display: grid;
    gap: 0;
}

.technology-checklist p {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    gap: 0.75rem;
    margin: 0;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--public-border);
    color: var(--public-muted);
}

.technology-components article {
    padding: 1.5rem;
    background: var(--public-surface);
    border: 1px solid var(--public-border);
    border-radius: 8px;
}

.technology-components h3 {
    color: var(--public-text);
}

.technology-components p {
    color: var(--public-muted);
}

.technology-final-section {
    border-top: 3px solid var(--public-orange);
    box-shadow: inset 0 14px 18px -18px rgba(249, 115, 22, 0.8);
}

.technology-final-section h2 {
    max-width: 760px;
    color: var(--public-text);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
}

.technology-final-section > div > p:not(.public-eyebrow) {
    color: var(--public-muted);
    font-size: 1.1rem;
}

@media (max-width: 991.98px) {
    .technology-flow {
        grid-template-columns: 1fr;
    }

    .technology-flow > article {
        min-height: 0;
    }

    .technology-flow > i {
        justify-self: center;
        transform: rotate(90deg);
    }

    .technology-two-column,
    .technology-principles,
    .technology-components {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .technology-gate {
        padding: 1rem;
    }

    .technology-gate-card .public-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .technology-gate-card .public-primary-button,
    .technology-gate-card .public-secondary-button {
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .technology-paper-section,
    .technology-dark-section,
    .technology-final-section {
        padding: 4rem 1rem;
    }
}
