:root {
    --ink: #0b1118;
    --ink-soft: #17212d;
    --nav: #08111d;
    --nav-soft: #0d1926;
    --panel: #101d2b;
    --paper: #f3f5f7;
    --surface: #ffffff;
    --surface-sunk: #f8f9fa;
    --border: #dfe4e9;
    --border-dark: rgba(255, 255, 255, .12);
    --muted: #637080;
    --muted-dark: #9aa8b8;
    --blue: #2f6feb;
    --blue-bright: #70a6ff;
    --blue-soft: #eaf1fe;
    --green: #178565;
    --red: #ca313b;
    --orange: #dd741b;
    --yellow: #c99a06;
    --shadow: 0 1px 2px rgba(11, 17, 24, .06), 0 1px 1px rgba(11, 17, 24, .04);
    --container: min(1240px, calc(100% - 48px));
    --font-display: "Archivo", "Arial Narrow", sans-serif;
    --font-ui: "IBM Plex Sans", Arial, sans-serif;
    --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-ui);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img,
svg {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    color: inherit;
}

:focus-visible {
    outline: 3px solid var(--blue-bright);
    outline-offset: 3px;
}

::selection {
    background: var(--blue);
    color: #fff;
}

.container {
    width: var(--container);
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    background: #fff;
    color: var(--ink);
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.nav-shell {
    position: relative;
    z-index: 102;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    width: var(--container);
    min-height: 66px;
    margin-inline: auto;
    padding: 0 10px 0 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 9px;
    background: rgba(6, 14, 24, .76);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    backdrop-filter: blur(16px) saturate(125%);
    pointer-events: auto;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled .nav-shell {
    border-color: rgba(255, 255, 255, .1);
    background: rgba(6, 14, 24, .94);
    box-shadow: 0 10px 34px rgba(0, 0, 0, .2);
}

.brand {
    display: inline-flex;
    align-items: center;
    width: 190px;
}

.brand img {
    width: 100%;
    height: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
}

.desktop-nav a {
    position: relative;
    padding: 22px 13px;
    color: #c7d0da;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease;
}

.desktop-nav a::after {
    position: absolute;
    right: 13px;
    bottom: 15px;
    left: 13px;
    height: 1px;
    background: var(--blue-bright);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
    color: #fff;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
    transform: scaleX(1);
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.button svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform .2s ease;
}

.button:hover svg {
    transform: translateX(3px);
}

.button:active {
    transform: translateY(1px);
}

.button-nav {
    justify-self: end;
    min-height: 46px;
    padding-inline: 18px;
    background: #fff;
    color: var(--ink);
}

.button-nav:hover {
    background: var(--blue-soft);
}

.button-primary {
    background: var(--blue);
    color: #fff;
}

.button-primary:hover {
    background: #245bc9;
}

.button-quiet {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.button-quiet:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .11);
}

.menu-toggle,
.mobile-menu {
    display: none;
}

.hero {
    position: relative;
    display: flex;
    min-height: 880px;
    align-items: center;
    overflow: hidden;
    background: #07111c;
    color: #fff;
}

.hero-backdrop {
    --hero-image: url("../img/netharrier-bg.jpg");
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(5, 12, 21, .98) 0%, rgba(5, 12, 21, .9) 34%, rgba(5, 12, 21, .26) 68%, rgba(5, 12, 21, .24) 100%),
        linear-gradient(0deg, rgba(5, 12, 21, .94) 0%, transparent 35%),
        var(--hero-image);
    background-position: center, center, 67% center;
    background-size: cover;
    transform: scale(1.01);
}

@supports (background-image: image-set(url("../img/netharrier-bg.avif") type("image/avif") 1x, url("../img/netharrier-bg.jpg") type("image/jpeg") 1x)) {
    .hero-backdrop {
        --hero-image: image-set(url("../img/netharrier-bg.avif") type("image/avif") 1x, url("../img/netharrier-bg.jpg") type("image/jpeg") 1x);
    }
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 108px;
}

.hero-copy {
    max-width: 700px;
}

.hero h1,
.section-heading h2,
.confidence-copy h2,
.safety-copy h2,
.get-started h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: .98;
}

.hero h1 {
    max-width: 690px;
    font-size: clamp(54px, 5.5vw, 82px);
}

.hero h1 em {
    color: #b8d1fa;
    font-style: normal;
}

.hero-lede {
    max-width: 640px;
    margin: 30px 0 0;
    color: #c1cbd7;
    font-size: 19px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.section {
    position: relative;
    padding-block: 126px;
}

.section-heading {
    margin-bottom: 64px;
}

.section-heading h2,
.confidence-copy h2,
.safety-copy h2,
.get-started h2 {
    max-width: 760px;
    font-size: clamp(40px, 4.3vw, 62px);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .7fr);
    gap: 80px;
    align-items: end;
}

.split-heading > p,
.platform-heading > p {
    max-width: 470px;
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.overview {
    background: var(--paper);
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pillar-card {
    min-height: 540px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.pillar-card:hover {
    border-color: #c3ccd5;
    box-shadow: 0 14px 32px rgba(11, 17, 24, .07);
    transform: translateY(-3px);
}

.pillar-icon {
    width: 62px;
    height: 62px;
    margin: 12px 0 44px;
    fill: none;
    stroke: var(--blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
}

.pillar-icon .icon-fill {
    fill: var(--blue);
    stroke: none;
}

.pillar-card h3 {
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: 23px;
    letter-spacing: -.025em;
}

.pillar-card > p {
    min-height: 78px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.pillar-card ul {
    display: grid;
    gap: 9px;
    margin: 27px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--border);
    color: #3c4753;
    font-size: 13px;
    list-style: none;
}

.pillar-card li {
    position: relative;
    padding-left: 16px;
}

.pillar-card li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--blue);
    content: "";
}

.platform {
    overflow: hidden;
    background: var(--nav);
    color: #fff;
}

.platform .container,
.get-started .container {
    position: relative;
}

.platform-heading {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 100px;
    align-items: end;
}

.platform-heading > p {
    color: #9ca9b8;
}

.app-window {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: #f3f4f6;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .32);
    color: #14181c;
}

.preview-note {
    margin: 14px 0 0;
    color: #718092;
    font-size: 12px;
    text-align: right;
}

.app-topbar {
    position: relative;
    display: grid;
    height: 48px;
    grid-template-columns: 54px 1fr auto 1fr;
    align-items: center;
    background: #22262b;
    color: #e8eaed;
    font-size: 10px;
}

.app-topbar button {
    display: grid;
    width: 54px;
    height: 48px;
    place-items: center;
    border: 0;
    border-right: 1px solid #171a1e;
    background: transparent;
}

.app-topbar button svg {
    width: 18px;
    fill: none;
    stroke: #b7c0ca;
    stroke-width: 1.5;
}

.app-breadcrumb {
    padding-left: 14px;
    color: #9aa2ab;
}

.app-wordmark {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.app-wordmark svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.app-status {
    justify-self: end;
    padding-right: 16px;
    color: #aeb6c0;
}

.app-status i {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #44b58e;
}

.traffic-ribbon {
    height: 27px;
    border-bottom: 1px solid #2a3037;
    background: #1b1f23;
}

.traffic-ribbon svg {
    width: 100%;
    height: 100%;
}

.ribbon-in {
    fill: rgba(47, 111, 235, .65);
}

.ribbon-out {
    fill: rgba(20, 133, 95, .55);
}

.ribbon-alert {
    fill: none;
    stroke: #e15a62;
    stroke-width: 2;
}

.app-layout {
    display: grid;
    min-height: 670px;
    grid-template-columns: 54px 1fr;
}

.app-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    background: #1b1f23;
}

.app-sidebar span {
    display: grid;
    width: 36px;
    height: 34px;
    place-items: center;
    border-left: 2px solid transparent;
    color: #8f99a4;
}

.app-sidebar span.active {
    border-color: #72a6ff;
    background: #313841;
    color: #fff;
}

.app-sidebar svg {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.app-main {
    min-width: 0;
    padding: 24px;
}

.dashboard-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dashboard-title div {
    display: grid;
    gap: 2px;
}

.dashboard-title span {
    color: #7c8793;
    font-family: var(--font-mono);
    font-size: 8px;
    letter-spacing: .09em;
}

.dashboard-title strong {
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: -.02em;
}

.dashboard-title p {
    margin: 0;
    color: #77828e;
    font-size: 9px;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid #e0e3e7;
    background: #fff;
    box-shadow: var(--shadow);
}

.kpi-grid > div {
    min-width: 0;
    padding: 12px 14px;
    border-left: 1px solid #e5e8eb;
}

.kpi-grid > div:first-child {
    border-left: 0;
}

.kpi-grid span {
    display: block;
    overflow: hidden;
    color: #76818d;
    font-family: var(--font-mono);
    font-size: 7px;
    letter-spacing: .05em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kpi-grid strong {
    display: block;
    margin-top: 7px;
    font-family: var(--font-display);
    font-size: 20px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.kpi-grid strong small {
    margin-left: 2px;
    color: #67727e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0;
}

.kpi-grid p {
    margin: 4px 0 0;
    color: #737d88;
    font-family: var(--font-mono);
    font-size: 7px;
}

.kpi-grid p i {
    color: #9aa3ad;
    font-style: normal;
}

.kpi-grid p.up,
.kpi-grid p.healthy {
    color: var(--green);
}

.kpi-grid p.critical {
    color: var(--red);
}

.dashboard-panel {
    border: 1px solid #e0e3e7;
    background: #fff;
    box-shadow: var(--shadow);
}

.dashboard-panel header {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-bottom: 1px solid #e8eaed;
}

.dashboard-panel header > div {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.dashboard-panel header strong {
    font-size: 10px;
    font-weight: 600;
}

.dashboard-panel header span,
.dashboard-panel header p,
.dashboard-panel header button {
    color: #7d8792;
    font-size: 8px;
}

.dashboard-panel header p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.dashboard-panel header i.ingress-dot,
.dashboard-panel header i.egress-dot {
    width: 6px;
    height: 2px;
    margin-left: 5px;
    background: var(--blue);
}

.dashboard-panel header i.egress-dot {
    background: var(--green);
}

.chart-panel {
    margin-top: 14px;
}

.traffic-chart {
    width: 100%;
    height: 214px;
    padding: 8px 14px 12px;
}

.chart-grid {
    fill: none;
    stroke: #e9ecef;
    stroke-width: 1;
}

.attack-band {
    fill: rgba(199, 38, 47, .08);
}

.traffic-area-in {
    fill: rgba(47, 111, 235, .11);
}

.traffic-line-in {
    fill: none;
    stroke: #2f6feb;
    stroke-width: 2;
}

.traffic-area-out {
    fill: rgba(20, 133, 95, .09);
}

.traffic-line-out {
    fill: none;
    stroke: #14855f;
    stroke-width: 2;
}

.zero-line {
    fill: none;
    stroke: #cfd5dc;
    stroke-width: 1;
}

.dashboard-lower {
    display: grid;
    grid-template-columns: 1.65fr .85fr;
    gap: 14px;
    margin-top: 14px;
}

.dashboard-panel header button {
    border: 0;
    background: none;
}

.attack-table {
    padding-bottom: 4px;
}

.table-head,
.table-row {
    display: grid;
    grid-template-columns: .55fr 1.25fr .9fr .85fr .8fr;
    align-items: center;
    min-height: 35px;
    padding: 0 12px;
    border-bottom: 1px solid #edf0f2;
    font-family: var(--font-mono);
    font-size: 7px;
    font-variant-numeric: tabular-nums;
}

.table-head {
    min-height: 28px;
    color: #8b95a0;
    font-size: 6.5px;
}

.table-row {
    position: relative;
    color: #525d68;
}

.table-row::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: var(--red);
    content: "";
}

.table-row.high-row::before {
    background: var(--orange);
}

.table-row.medium-row::before {
    background: var(--yellow);
}

.table-row strong {
    color: #252c34;
    font-size: 7.5px;
    font-weight: 500;
}

.table-row i {
    display: inline-block;
    padding: 2px 4px;
    background: var(--red);
    color: #fff;
    font-size: 5.5px;
    font-style: normal;
    font-weight: 500;
}

.table-row.high-row i {
    background: var(--orange);
}

.table-row.medium-row i {
    background: var(--yellow);
}

.table-row .mitigating {
    color: var(--green);
}

.interface-panel header > p {
    color: var(--green);
}

.heat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 12px;
}

.heat-grid i {
    display: grid;
    height: 33px;
    place-items: center;
    background: color-mix(in srgb, var(--green) calc(var(--load) * 78%), #e6eee9);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 6px;
    font-style: normal;
}

.heat-grid i:nth-child(4) {
    background: var(--orange);
}

.heat-grid b {
    opacity: .9;
    font-weight: 500;
}

.platform-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.platform-features p {
    margin: 0;
    padding: 24px 24px 0 0;
    color: #bcc6d1;
    font-size: 13px;
}

.platform-features p + p {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.workflow {
    background: var(--surface);
}

.workflow-layout {
    display: grid;
    grid-template-columns: minmax(320px, .75fr) minmax(520px, 1.25fr);
    gap: 84px;
    align-items: start;
}

.workflow-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-steps li {
    padding: 25px 0;
    border-top: 1px solid var(--border);
}

.workflow-steps li:last-child {
    border-bottom: 1px solid var(--border);
}

.workflow-steps h3 {
    margin: 0 0 7px;
    font-family: var(--font-display);
    font-size: 21px;
    letter-spacing: -.025em;
}

.workflow-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.architecture-card {
    min-height: 620px;
    padding: 30px;
    border: 1px solid var(--border);
    background: var(--paper);
}

.architecture-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.architecture-label span {
    color: #87929e;
}

.architecture-label p {
    margin: 0;
    color: var(--blue);
}

.source-nodes,
.storage-nodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 42px 0 0;
}

.source-nodes > div,
.storage-nodes > div {
    display: grid;
    min-height: 86px;
    grid-template-columns: 32px 1fr;
    align-content: center;
    padding: 13px;
    border: 1px solid #d8dde3;
    background: #fff;
}

.source-nodes svg {
    width: 22px;
    grid-row: span 2;
    align-self: center;
    fill: none;
    stroke: var(--blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.source-nodes span,
.storage-nodes span {
    font-size: 12px;
    font-weight: 600;
}

.source-nodes small,
.storage-nodes small {
    color: #7f8b98;
    font-family: var(--font-mono);
    font-size: 8px;
    text-transform: uppercase;
}

.connector {
    width: 100%;
    height: 52px;
    fill: none;
    stroke: #aab5c1;
    stroke-width: 1;
}

.core-node {
    display: grid;
    min-height: 82px;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid #3878ed;
    background: var(--nav-soft);
    color: #fff;
}

.core-mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: rgba(47, 111, 235, .17);
}

.core-mark svg {
    width: 28px;
    fill: none;
    stroke: #8fb8ff;
    stroke-linejoin: round;
    stroke-width: 1.3;
}

.core-node div:nth-child(2) {
    display: grid;
}

.core-node span {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
}

.core-node small {
    color: #96a6b8;
    font-family: var(--font-mono);
    font-size: 8px;
}

.core-node > i {
    padding: 4px 7px;
    background: var(--blue);
    font-family: var(--font-mono);
    font-size: 8px;
    font-style: normal;
}

.storage-nodes {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}

.storage-nodes > div {
    min-height: 62px;
    grid-template-columns: 1fr;
}

.architecture-note {
    margin: 28px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 9px;
}

.architecture-note strong {
    color: var(--ink);
    font-weight: 500;
}

.confidence {
    border-top: 1px solid var(--border);
    background: var(--paper);
}

.confidence-grid {
    display: grid;
    grid-template-columns: minmax(480px, 1.05fr) minmax(380px, .8fr);
    gap: 100px;
    align-items: center;
}

.confidence-visual {
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: var(--shadow);
}

.confidence-header {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px;
    border-bottom: 1px solid var(--border);
}

.confidence-header > div {
    display: grid;
    gap: 4px;
}

.confidence-header span {
    color: var(--blue);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .08em;
}

.confidence-header strong {
    font-family: var(--font-display);
    font-size: 17px;
}

.confidence-header p {
    margin: 0;
    color: #8a95a1;
    font-family: var(--font-mono);
    font-size: 9px;
}

.confidence-row {
    display: grid;
    min-height: 68px;
    grid-template-columns: 62px 1fr 54px;
    align-items: center;
    gap: 14px;
    padding: 0 23px;
    border-bottom: 1px solid var(--border);
}

.confidence-row > span,
.confidence-row > strong {
    color: #667381;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 500;
}

.confidence-row > strong {
    justify-self: end;
}

.confidence-row svg {
    width: 100%;
    height: 40px;
}

.confidence-row svg path {
    fill: none;
    stroke: var(--blue);
    stroke-width: 1.5;
}

.confidence-row .confidence-band {
    fill: rgba(47, 111, 235, .12);
    stroke: none;
}

.confidence-row .confidence-dashed {
    stroke-dasharray: 7 6;
}

.gap-row svg path {
    stroke: #9aa7b4;
}

.gap-row svg circle {
    fill: #fff;
    stroke: #9aa7b4;
}

.confidence-footer {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 24px;
    padding: 0 23px;
    color: #788491;
    font-size: 10px;
}

.confidence-footer span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.confidence-footer i {
    width: 7px;
    height: 7px;
    background: var(--green);
}

.confidence-footer span:last-child i {
    background: var(--blue);
}

.confidence-copy h2 {
    max-width: 500px;
}

.confidence-copy > p,
.safety-copy > p {
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.check-list {
    display: grid;
    gap: 13px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #37424e;
    font-size: 14px;
}

.check-list svg,
.policy-checks svg {
    width: 19px;
    height: 19px;
    padding: 3px;
    flex: 0 0 auto;
    border: 1px solid #a6c8bb;
    background: #edf8f3;
    fill: none;
    stroke: var(--green);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.confidence-copy blockquote {
    margin: 34px 0 0;
    padding: 17px 0 17px 20px;
    border-left: 2px solid var(--blue);
    color: #43505d;
    font-family: var(--font-mono);
    font-size: 12px;
}

.safety {
    overflow: hidden;
    background: #0a1521;
    color: #fff;
}

.safety-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(460px, .75fr);
    gap: 110px;
    align-items: center;
}

.safety-copy > p {
    max-width: 580px;
    color: #9eabb9;
}

.guardrail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.guardrail-grid p {
    margin: 0;
    padding: 18px 12px 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    color: #cad2dc;
    font-size: 13px;
}

.guardrail-grid p:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.policy-card {
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111e2b;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.policy-header,
.policy-command {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #8392a2;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .07em;
}

.policy-header i {
    padding: 5px 7px;
    border: 1px solid rgba(112, 166, 255, .4);
    background: rgba(47, 111, 235, .13);
    color: #9ec0fa;
    font-style: normal;
}

.policy-event {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 25px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.severity-badge {
    padding: 5px 7px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 8px;
    font-weight: 500;
}

.policy-event div {
    display: grid;
    gap: 3px;
}

.policy-event strong {
    font-size: 15px;
    font-weight: 500;
}

.policy-event small {
    color: #8190a0;
    font-family: var(--font-mono);
    font-size: 9px;
}

.policy-card dl {
    margin: 0;
    padding: 10px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.policy-card dl div {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 10px 0;
    font-family: var(--font-mono);
    font-size: 10px;
}

.policy-card dt {
    color: #718092;
}

.policy-card dd {
    margin: 0;
    color: #c1cad5;
}

.policy-checks {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
}

.policy-checks p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #aeb9c5;
    font-size: 11px;
}

.policy-checks svg {
    width: 16px;
    height: 16px;
    border-color: rgba(74, 176, 139, .4);
    background: rgba(20, 133, 95, .14);
}

.policy-command {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
    background: rgba(5, 12, 20, .3);
    color: #778798;
}

.policy-command strong {
    color: #9ebff8;
    font-weight: 500;
}

.open-source {
    background: var(--paper);
}

.open-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 16px;
}

.community-card,
.support-card {
    padding: 36px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: var(--shadow);
}

.community-card h3,
.support-card h3 {
    max-width: 620px;
    margin: 0 0 14px;
    font-family: var(--font-display);
    font-size: 30px;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.support-card h3 {
    font-size: 26px;
}

.community-card > p,
.support-card > p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.community-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 38px 0 32px;
    border-block: 1px solid var(--border);
}

.community-points > div {
    padding: 23px 20px 23px 0;
}

.community-points > div + div {
    padding-left: 20px;
    border-left: 1px solid var(--border);
}

.community-points span {
    display: none;
}

.community-points strong {
    font-size: 14px;
}

.community-points p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
}

.text-link span {
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translate(3px, -3px);
}

.support-card ul {
    display: grid;
    gap: 11px;
    margin: 28px 0 34px;
    padding: 22px 0 0;
    border-top: 1px solid var(--border);
    color: #3d4854;
    font-size: 13px;
    list-style: none;
}

.support-card li {
    position: relative;
    padding-left: 17px;
}

.support-card li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--blue);
    content: "";
}

.coming-soon {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid var(--border);
    background: var(--surface-sunk);
}

.coming-soon svg {
    width: 24px;
    fill: none;
    stroke: #667483;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.coming-soon p {
    display: grid;
    margin: 0;
}

.coming-soon strong {
    font-size: 12px;
}

.coming-soon span {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 9px;
    text-transform: uppercase;
}

.get-started {
    overflow: hidden;
    padding-block: 116px;
    background: #0b1724;
    color: #fff;
    text-align: center;
}

.get-started-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.get-started h2 {
    max-width: 820px;
}

.get-started-inner > p {
    max-width: 650px;
    margin: 26px auto 0;
    color: #9fabb9;
    font-size: 17px;
}

.start-path {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 40px;
    color: #bac5d0;
    font-size: 12px;
}

.start-path span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.start-path b {
    color: #7294c6;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 400;
}

.start-path > i {
    width: 1px;
    height: 18px;
    background: #405267;
}

.start-actions {
    justify-content: center;
}

.get-started small {
    margin-top: 25px;
    color: #708093;
    font-family: var(--font-mono);
    font-size: 9px;
}

.site-footer {
    background: #07101a;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    padding-block: 72px;
}

.footer-brand .brand {
    width: 198px;
}

.footer-brand p {
    max-width: 360px;
    margin: 22px 0 0;
    color: #8190a0;
    font-size: 13px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-links > div {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links strong {
    margin-bottom: 7px;
    color: #647488;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-links a,
.footer-links span {
    width: fit-content;
    color: #a9b5c2;
    font-size: 12px;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links span {
    color: #5d6c7c;
}

.footer-base {
    display: grid;
    min-height: 70px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #657486;
    font-family: var(--font-mono);
    font-size: 9px;
}

.footer-base p {
    margin: 0;
}

.footer-base a {
    justify-self: end;
    transition: color .2s ease;
}

.footer-base a:hover {
    color: #fff;
}

@media (max-width: 1100px) {
    .nav-shell {
        grid-template-columns: 170px auto 170px;
    }

    .desktop-nav a {
        padding-inline: 9px;
    }

    .pillar-card {
        padding: 24px;
    }

    .workflow-layout,
    .confidence-grid,
    .safety-grid {
        gap: 56px;
    }

    .workflow-layout {
        grid-template-columns: minmax(300px, .7fr) minmax(480px, 1.3fr);
    }

    .kpi-grid > div {
        padding-inline: 9px;
    }
}

@media (max-width: 940px) {
    :root {
        --container: min(calc(100% - 36px), 760px);
    }

    .site-header {
        top: 12px;
    }

    .nav-shell {
        display: flex;
        min-height: 60px;
        justify-content: space-between;
        padding: 0 8px 0 16px;
    }

    .brand {
        position: relative;
        z-index: 103;
        width: 174px;
    }

    .desktop-nav,
    .button-nav {
        display: none;
    }

    .menu-toggle {
        position: relative;
        z-index: 103;
        display: flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 7px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 21px;
        height: 1.5px;
        background: #fff;
        transition: transform .25s ease, width .25s ease;
    }

    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(4.25px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4.25px) rotate(-45deg);
    }

    .mobile-menu {
        position: fixed;
        z-index: 101;
        inset: 0;
        display: flex;
        visibility: hidden;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 100px 24px 40px;
        background: #07111d;
        opacity: 0;
        pointer-events: none;
        transition: opacity .28s ease, visibility .28s ease;
    }

    .mobile-menu.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-nav {
        position: relative;
        z-index: 1;
        display: flex;
        width: min(430px, 100%);
        align-items: center;
        flex-direction: column;
    }

    .mobile-nav a {
        position: relative;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        color: #e7edf4;
        font-family: var(--font-display);
        font-size: clamp(28px, 7vw, 40px);
        font-weight: 500;
        letter-spacing: -.035em;
        line-height: 1.1;
        text-align: center;
        transform: translateY(12px);
        opacity: 0;
        transition: color .2s ease, opacity .35s ease, transform .35s ease;
    }

    .mobile-menu.is-open a {
        transform: translateY(0);
        opacity: 1;
    }

    .mobile-menu.is-open a:nth-child(2) { transition-delay: .035s; }
    .mobile-menu.is-open a:nth-child(3) { transition-delay: .07s; }
    .mobile-menu.is-open a:nth-child(4) { transition-delay: .105s; }
    .mobile-menu.is-open a:nth-child(5) { transition-delay: .14s; }
    .mobile-menu.is-open a:nth-child(6) { transition-delay: .175s; }

    .mobile-nav a:hover,
    .mobile-nav a:focus-visible {
        color: var(--blue-bright);
    }

    .mobile-nav a > strong {
        position: absolute;
        right: 8px;
        color: var(--blue-bright);
        font-size: 17px;
        font-weight: 400;
    }

    .mobile-nav .mobile-start {
        margin-top: 15px;
        padding-top: 23px;
        border-top: 1px solid rgba(255, 255, 255, .12);
        color: #9fc0fb;
    }

    .hero {
        min-height: 820px;
    }

    .hero-backdrop {
        background-image: linear-gradient(90deg, rgba(5, 12, 21, .98) 0%, rgba(5, 12, 21, .84) 58%, rgba(5, 12, 21, .48) 100%), linear-gradient(0deg, rgba(5, 12, 21, .96) 0%, transparent 46%), var(--hero-image);
        background-position: center, center, 69% center;
    }

    .hero-inner {
        padding-top: 148px;
        padding-bottom: 90px;
    }

    .hero h1 {
        max-width: 610px;
    }

    .section {
        padding-block: 96px;
    }

    .split-heading,
    .platform-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .pillar-grid {
        grid-template-columns: 1fr;
    }

    .pillar-card {
        min-height: 0;
    }

    .pillar-card > p {
        min-height: 0;
    }

    .platform-heading > p,
    .split-heading > p {
        max-width: 620px;
    }

    .app-layout {
        min-height: 540px;
    }

    .app-main {
        padding: 18px;
    }

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

    .kpi-grid > div:nth-child(n+4) {
        border-top: 1px solid #e5e8eb;
    }

    .kpi-grid > div:nth-child(4) {
        border-left: 0;
    }

    .traffic-chart {
        height: 180px;
    }

    .dashboard-lower {
        grid-template-columns: 1fr;
    }

    .interface-panel {
        display: none;
    }

    .workflow-layout,
    .confidence-grid,
    .safety-grid,
    .open-grid {
        grid-template-columns: 1fr;
    }

    .workflow-layout {
        gap: 54px;
    }

    .architecture-card {
        max-width: 680px;
    }

    .confidence-grid {
        gap: 60px;
    }

    .confidence-visual {
        order: 2;
    }

    .confidence-copy {
        order: 1;
    }

    .safety-grid {
        gap: 60px;
    }

    .policy-card {
        max-width: 590px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 620px) {
    :root {
        --container: calc(100% - 32px);
    }

    html {
        scroll-padding-top: 82px;
    }

    body {
        font-size: 15px;
    }

    .site-header {
        top: 9px;
    }

    .nav-shell {
        min-height: 56px;
        border-radius: 7px;
    }

    .brand {
        width: 158px;
    }

    .mobile-menu {
        padding-inline: 20px;
    }

    .mobile-nav a {
        padding-block: 8px;
        font-size: clamp(26px, 8.5vw, 35px);
    }

    .hero {
        min-height: 760px;
    }

    .hero-backdrop {
        background-image: linear-gradient(90deg, rgba(5, 12, 21, .98) 0%, rgba(5, 12, 21, .78) 100%), linear-gradient(0deg, rgba(5, 12, 21, .98) 2%, rgba(5, 12, 21, .15) 60%), var(--hero-image);
        background-position: center, center, 70% center;
    }

    .hero-inner {
        padding-top: 130px;
        padding-bottom: 64px;
    }

    .hero h1 {
        font-size: clamp(41px, 12vw, 56px);
        line-height: 1.01;
    }

    .hero-lede {
        margin-top: 23px;
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 28px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .section {
        padding-block: 78px;
    }

    .section-heading {
        margin-bottom: 42px;
    }

    .section-heading h2,
    .confidence-copy h2,
    .safety-copy h2,
    .get-started h2 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.02;
    }

    .split-heading > p,
    .platform-heading > p,
    .confidence-copy > p,
    .safety-copy > p,
    .get-started-inner > p {
        font-size: 15px;
    }

    .pillar-card {
        padding: 22px;
    }

    .pillar-icon {
        margin-block: 8px 30px;
    }

    .platform {
        padding-bottom: 84px;
    }

    .app-topbar {
        grid-template-columns: 42px 1fr auto;
        height: 42px;
    }

    .app-topbar button {
        width: 42px;
        height: 42px;
    }

    .app-breadcrumb,
    .app-status {
        display: none;
    }

    .app-wordmark {
        grid-column: 2;
        justify-self: center;
        font-size: 9px;
    }

    .app-layout {
        display: block;
        min-height: 470px;
    }

    .app-sidebar {
        display: none;
    }

    .app-main {
        padding: 12px;
    }

    .dashboard-title {
        margin-bottom: 11px;
    }

    .dashboard-title strong {
        font-size: 13px;
    }

    .dashboard-title p {
        font-size: 7px;
    }

    .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kpi-grid > div:nth-child(n+3) {
        border-top: 1px solid #e5e8eb;
    }

    .kpi-grid > div:nth-child(3),
    .kpi-grid > div:nth-child(5) {
        border-left: 0;
    }

    .kpi-grid > div:nth-child(4) {
        border-left: 1px solid #e5e8eb;
    }

    .kpi-grid > div:nth-child(n+5) {
        display: none;
    }

    .chart-panel {
        margin-top: 9px;
    }

    .dashboard-panel header {
        min-height: 42px;
        padding-inline: 10px;
    }

    .traffic-chart {
        height: 130px;
        padding-inline: 8px;
    }

    .dashboard-lower {
        margin-top: 9px;
    }

    .table-head,
    .table-row {
        grid-template-columns: .6fr 1.35fr 1fr .9fr;
        padding-inline: 8px;
    }

    .table-head span:last-child,
    .table-row span:last-child {
        display: none;
    }

    .platform-features {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .platform-features p,
    .platform-features p + p {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        border-left: 0;
    }

    .architecture-card {
        min-height: 0;
        padding: 17px;
    }

    .architecture-label {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .source-nodes {
        gap: 5px;
        margin-top: 28px;
    }

    .source-nodes > div {
        min-height: 72px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 8px 3px;
        text-align: center;
    }

    .source-nodes svg {
        width: 18px;
        grid-row: auto;
        margin-bottom: 4px;
    }

    .source-nodes span {
        font-size: 10px;
    }

    .source-nodes small {
        font-size: 6.5px;
    }

    .connector {
        height: 42px;
    }

    .core-node {
        min-height: 70px;
        grid-template-columns: 42px 1fr auto;
        padding-inline: 10px;
    }

    .core-mark {
        width: 32px;
        height: 32px;
    }

    .core-mark svg {
        width: 23px;
    }

    .core-node small {
        max-width: 135px;
        font-size: 6px;
    }

    .storage-nodes > div {
        padding: 9px;
    }

    .confidence-grid,
    .safety-grid {
        gap: 44px;
    }

    .confidence-header,
    .confidence-row,
    .confidence-footer {
        padding-inline: 14px;
    }

    .confidence-row {
        grid-template-columns: 47px 1fr 40px;
        gap: 7px;
    }

    .guardrail-grid {
        grid-template-columns: 1fr;
    }

    .guardrail-grid p:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .policy-card dl div {
        grid-template-columns: 82px 1fr;
        font-size: 9px;
    }

    .community-card,
    .support-card {
        padding: 23px;
    }

    .community-card h3,
    .support-card h3 {
        margin-top: 0;
        font-size: 25px;
    }

    .community-points {
        grid-template-columns: 1fr;
    }

    .community-points > div,
    .community-points > div + div {
        padding: 17px 0;
        border-top: 1px solid var(--border);
        border-left: 0;
    }

    .community-points > div:first-child {
        border-top: 0;
    }

    .get-started {
        padding-block: 84px;
    }

    .start-path {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        text-align: left;
    }

    .start-path > i {
        width: 18px;
        height: 1px;
    }

    .footer-main {
        padding-block: 58px;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 34px;
    }

    .footer-base {
        display: flex;
        min-height: 100px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 7px;
    }

    .footer-base a {
        margin-top: 6px;
    }
}

@media (max-height: 690px) and (max-width: 940px) {
    .mobile-menu {
        padding-top: 82px;
    }

    .mobile-nav a {
        padding-block: 5px;
        font-size: clamp(23px, 6vh, 32px);
    }

    .mobile-nav .mobile-start {
        margin-top: 8px;
        padding-top: 14px;
    }

}

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

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

}

.docs-page {
    background: #f5f7f9;
}

.docs-main {
    min-height: calc(100vh - 360px);
    background: #f5f7f9;
}

.docs-hero {
    padding: 168px 0 72px;
    background: #07111d;
    color: #fff;
}

.docs-hero h1 {
    max-width: 780px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1;
}

.docs-hero p {
    max-width: 620px;
    margin: 25px 0 0;
    color: #aebbc9;
    font-size: 18px;
}

.docs-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
    padding-block: 72px 110px;
}

.docs-sidebar {
    position: sticky;
    top: 108px;
    padding-right: 34px;
    border-right: 1px solid var(--border);
}

.docs-sidebar > strong {
    display: block;
    margin-bottom: 20px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.docs-sidebar nav {
    display: grid;
    gap: 2px;
}

.docs-sidebar nav a,
.docs-sidebar nav span {
    position: relative;
    display: block;
    padding: 9px 0 9px 15px;
    color: #8b96a3;
    font-size: 14px;
}

.docs-sidebar nav a {
    transition: color .2s ease;
}

.docs-sidebar nav a:hover,
.docs-sidebar nav a.active {
    color: var(--ink);
}

.docs-sidebar nav a.active::before {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 0;
    width: 2px;
    background: var(--blue);
    content: "";
}

.docs-sidebar > p {
    margin: 25px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 13px;
}

.docs-content {
    max-width: 820px;
    padding: 54px 60px 58px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    box-shadow: var(--shadow);
    scroll-margin-top: 112px;
}

.docs-content h2 {
    max-width: 660px;
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.docs-lede {
    max-width: 660px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.docs-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.docs-outline {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid var(--border);
}

.docs-outline h3 {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.docs-outline ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.docs-outline li {
    position: relative;
    padding: 13px 0 13px 22px;
    border-top: 1px solid #edf0f3;
    color: #435161;
    font-size: 14px;
}

.docs-outline li:first-child {
    border-top: 0;
}

.docs-outline li::before {
    position: absolute;
    top: 23px;
    left: 0;
    width: 9px;
    height: 1px;
    background: var(--blue);
    content: "";
}

@media (max-width: 940px) {
    .docs-hero {
        padding: 144px 0 62px;
    }

    .docs-layout {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-block: 48px 88px;
    }

    .docs-sidebar {
        position: static;
        padding: 0 0 30px;
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .docs-sidebar nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
    }

    .docs-sidebar > p {
        margin-top: 18px;
        padding-top: 17px;
    }

    .docs-content {
        max-width: none;
    }
}

@media (max-width: 620px) {
    .docs-hero {
        padding: 124px 0 48px;
    }

    .docs-hero h1 {
        font-size: 44px;
    }

    .docs-hero p {
        margin-top: 18px;
        font-size: 16px;
    }

    .docs-layout {
        gap: 28px;
        padding-block: 34px 64px;
    }

    .docs-content {
        padding: 34px 24px 38px;
        border-radius: 8px;
    }

    .docs-content h2 {
        font-size: 35px;
    }

    .docs-lede {
        font-size: 16px;
    }

    .docs-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .docs-actions .button {
        width: 100%;
    }

}
