:root {
    --color-ink: #f5f9ff;
    --color-muted: #9aaac0;
    --color-surface: #071426;
    --color-surface-raised: rgba(13, 33, 61, 0.72);
    --color-line: rgba(176, 207, 255, 0.14);
    --color-primary: #4a8dff;
    --color-primary-hover: #78aaff;
    --shadow-nav: 0 12px 35px rgba(0, 0, 0, 0.16);
}

body {
    min-height: 100vh;
    color: var(--color-ink);
    background: var(--color-surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.skip-link {
    position: fixed;
    z-index: 1100;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.65rem 0.9rem;
    color: #061221;
    background: #fff;
    border-radius: 0.4rem;
    transform: translateY(-160%);
}

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

.site-header {
    position: sticky;
    z-index: 1020;
    top: 0;
    border-bottom: 1px solid var(--color-line);
    background: rgba(7, 20, 38, 0.78);
    backdrop-filter: blur(18px);
}

.site-nav-container { min-height: 4.75rem; }

.brand-mark {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    color: var(--color-ink);
    font-size: 0.95rem;
    font-weight: 760;
    letter-spacing: 0.1em;
}

.brand-mark:hover { color: #fff; }

.brand-icon {
    display: inline-flex;
    gap: 2px;
    align-items: flex-end;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0.22rem;
    border: 1px solid rgba(125, 174, 255, 0.65);
    border-radius: 0.34rem;
    background: linear-gradient(145deg, rgba(89, 148, 255, 0.35), rgba(26, 63, 125, 0.1));
}

.brand-icon span { width: 2px; background: #a7cbff; border-radius: 99px; }
.brand-icon span:nth-child(1) { height: 35%; }
.brand-icon span:nth-child(2) { height: 64%; }
.brand-icon span:nth-child(3) { height: 100%; }

.primary-nav-links { gap: 0.25rem; }
.primary-nav-links .nav-link, .nav-login {
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.primary-nav-links .nav-link { padding: 0.55rem 0.8rem; }
.primary-nav-links .nav-link:hover, .primary-nav-links .nav-link.active, .nav-login:hover { color: var(--color-ink); }
.primary-nav-links .nav-link.active { text-shadow: 0 0 20px rgba(126, 175, 255, 0.55); }

.nav-actions { display: flex; gap: 1rem; align-items: center; }
.nav-login { text-decoration: none; white-space: nowrap; }
.nav-cta { padding: 0.52rem 0.9rem; border: 0; border-radius: 0.42rem; background: var(--color-primary); font-size: 0.86rem; font-weight: 650; }
.nav-cta:hover, .nav-cta:focus { background: var(--color-primary-hover); }

.nav-toggle { padding: 0.35rem; border: 0; box-shadow: none !important; }
.nav-toggle span { display: block; width: 1.25rem; height: 1px; margin: 0.28rem; background: var(--color-ink); }

.hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 4.75rem);
    padding: clamp(5.75rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 7.5rem);
    background: radial-gradient(circle at 77% 43%, rgba(39, 109, 237, 0.2), transparent 29rem), linear-gradient(135deg, #071426 0%, #091b35 100%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image: linear-gradient(rgba(120, 164, 227, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 164, 227, 0.07) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-container { position: relative; }
.eyebrow { display: flex; gap: 0.55rem; align-items: center; margin-bottom: 1.35rem; color: #b9d2fb; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.status-dot, .live-badge > span, .footer-pulse { width: 0.44rem; height: 0.44rem; border-radius: 50%; background: #5ae0ac; box-shadow: 0 0 0 0.25rem rgba(90, 224, 172, 0.1); }
.hero h1 { max-width: 46rem; margin: 0; color: #f8fbff; font-size: clamp(3.3rem, 6.2vw, 5.8rem); font-weight: 690; letter-spacing: -0.06em; line-height: 0.98; }
.hero-copy { max-width: 37rem; margin: 1.75rem 0 0; color: #adbed4; font-size: clamp(1.1rem, 1.6vw, 1.28rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; margin-top: 2.2rem; }
.hero-primary { padding: 0.86rem 1.1rem; border-radius: 0.45rem; font-size: 0.93rem; font-weight: 650; }
.hero-secondary { color: #c7d8f0; font-size: 0.93rem; font-weight: 600; text-decoration: none; }
.hero-secondary:hover { color: #fff; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; margin-top: 2.8rem; color: #8294ad; font-size: 0.76rem; }
.hero-assurance span { display: inline-flex; gap: 0.45rem; align-items: center; }
.hero-assurance span::before { width: 0.28rem; height: 0.28rem; content: ""; border-radius: 50%; background: #608dcb; }

.delivery-panel { position: relative; overflow: hidden; max-width: 28rem; margin-left: auto; padding: 1.3rem; border: 1px solid rgba(154, 195, 255, 0.18); border-radius: 0.75rem; background: linear-gradient(145deg, rgba(25, 57, 101, 0.84), rgba(8, 25, 48, 0.84)); box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.06); backdrop-filter: blur(14px); }
.panel-glow { position: absolute; top: -9rem; right: -8rem; width: 20rem; height: 20rem; border-radius: 50%; background: rgba(63, 129, 255, 0.25); filter: blur(3rem); }
.panel-heading, .event-details, .panel-footer { position: relative; }
.panel-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.panel-kicker { margin: 0 0 0.2rem; color: #89a3c8; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.panel-title { margin: 0; color: #eff6ff; font-size: 1rem; font-weight: 650; }
.live-badge { display: inline-flex; gap: 0.4rem; align-items: center; padding: 0.35rem 0.5rem; color: #94e9c6; border: 1px solid rgba(100, 222, 170, 0.2); border-radius: 99px; background: rgba(31, 132, 93, 0.12); font-size: 0.67rem; font-weight: 650; white-space: nowrap; }
.live-badge > span { width: 0.33rem; height: 0.33rem; box-shadow: none; }
.route-visual { position: relative; height: 8rem; margin: 1.5rem 0 1.1rem; }
.route-line { position: absolute; top: 51%; right: 2.2rem; left: 2.2rem; height: 1px; border-top: 1px dashed rgba(139, 183, 252, 0.65); transform: rotate(-13deg); }
.route-point { position: absolute; z-index: 1; width: 0.72rem; height: 0.72rem; border: 2px solid #b9d6ff; border-radius: 50%; background: #163862; box-shadow: 0 0 0 0.4rem rgba(85, 145, 240, 0.1); }
.route-point-origin { top: 68%; left: 1.5rem; }
.route-point-destination { top: 28%; right: 1.5rem; }
.route-marker { position: absolute; z-index: 2; top: 41%; left: 48%; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; color: #dceaff; border: 1px solid rgba(169, 204, 255, 0.7); border-radius: 0.6rem; background: #24589b; box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.3); font-size: 0.8rem; font-weight: 800; transform: rotate(-13deg); }
.event-details { display: grid; gap: 0.75rem; padding: 1rem 0; margin: 0; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.event-details div { display: flex; justify-content: space-between; gap: 1rem; }
.event-details dt { color: #8da1ba; font-size: 0.73rem; font-weight: 500; }
.event-details dd { margin: 0; color: #e3eeff; font-size: 0.73rem; font-weight: 600; text-align: right; }
.panel-footer { display: flex; gap: 0.45rem; align-items: center; padding-top: 1rem; color: #90a7c5; font-size: 0.67rem; }
.footer-pulse { width: 0.32rem; height: 0.32rem; box-shadow: none; background: #6a9ee7; }

.features-section { padding: clamp(5rem, 9vw, 8rem) 0; background: #08172a; }
.features-heading { margin-bottom: 3.25rem; }
.features-heading h2 { margin: 0; color: #f5f9ff; font-size: clamp(2.25rem, 4.6vw, 3.8rem); font-weight: 680; letter-spacing: -0.055em; line-height: 1.06; }
.features-heading > div:last-child > p { max-width: 24rem; margin: 0; color: #99acc5; font-size: 1rem; line-height: 1.65; }
.feature-card { display: flex; flex-direction: column; min-height: 23rem; padding: 1.75rem; border: 1px solid rgba(171, 204, 251, 0.13); border-radius: 0.65rem; background: linear-gradient(145deg, rgba(19, 48, 85, 0.5), rgba(9, 27, 50, 0.5)); }
.feature-card-emphasis { border-color: rgba(122, 177, 255, 0.32); background: linear-gradient(145deg, rgba(29, 76, 137, 0.52), rgba(10, 36, 69, 0.7)); }
.feature-icon { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; color: #acd0ff; border: 1px solid rgba(142, 191, 255, 0.35); border-radius: 0.5rem; background: rgba(76, 135, 233, 0.12); }
.feature-icon svg { width: 1.3rem; height: 1.3rem; }
.feature-number { margin: auto 0 0.85rem; color: #7395c2; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; }
.feature-card h3 { margin: 0; color: #edf5ff; font-size: 1.2rem; font-weight: 650; letter-spacing: -0.025em; }
.feature-card > p:not(.feature-number) { margin: 0.85rem 0 1.5rem; color: #9db0c8; font-size: 0.87rem; line-height: 1.6; }
.feature-card a { margin-top: auto; color: #bdd7fb; font-size: 0.8rem; font-weight: 650; text-decoration: none; }
.feature-card a:hover { color: #fff; }

.architecture-section { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; background: radial-gradient(circle at 50% 52%, rgba(42, 103, 211, 0.16), transparent 27rem), #061426; }
.architecture-heading { max-width: 48rem; margin: 0 auto 4rem; text-align: center; }
.architecture-heading .eyebrow { justify-content: center; }
.architecture-heading h2 { margin: 0; color: #f5f9ff; font-size: clamp(2.25rem, 4.6vw, 3.8rem); font-weight: 680; letter-spacing: -0.055em; line-height: 1.06; }
.architecture-heading > p:last-child { max-width: 39rem; margin: 1.4rem auto 0; color: #9db0c8; font-size: 1rem; line-height: 1.65; }
.architecture-diagram { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) 1.25rem; border: 1px solid rgba(171, 204, 251, 0.16); border-radius: 0.85rem; background: linear-gradient(145deg, rgba(17, 46, 84, 0.72), rgba(7, 22, 43, 0.76)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 1.5rem 4rem rgba(0, 0, 0, 0.2); }
.architecture-flow { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.architecture-node { position: relative; min-height: 15.5rem; padding: 0 1.2rem; }
.architecture-node:not(:last-child)::after { position: absolute; top: 2.25rem; right: -0.7rem; width: 1.4rem; height: 1px; content: ""; background: linear-gradient(90deg, rgba(135, 182, 255, 0.24), rgba(135, 182, 255, 0.8)); }
.architecture-node:not(:last-child)::before { position: absolute; z-index: 1; top: 1.98rem; right: -0.7rem; width: 0.55rem; height: 0.55rem; content: ""; border-top: 1px solid #94c1ff; border-right: 1px solid #94c1ff; transform: rotate(45deg); }
.node-index { display: block; margin-bottom: 1.5rem; color: #6f91be; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.08em; }
.node-icon { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; color: #b9d8ff; border: 1px solid rgba(142, 191, 255, 0.33); border-radius: 50%; background: rgba(71, 130, 228, 0.12); box-shadow: 0 0 0 0.65rem rgba(63, 117, 201, 0.06); }
.node-icon svg { width: 1.65rem; height: 1.65rem; }
.architecture-node h3 { margin: 1.65rem 0 0.6rem; color: #e9f3ff; font-size: 1rem; font-weight: 650; }
.architecture-node p { max-width: 11rem; margin: 0; color: #91a6c1; font-size: 0.8rem; line-height: 1.55; }
.architecture-node-active .node-icon { color: #e1efff; border-color: rgba(149, 198, 255, 0.72); background: #2461ae; box-shadow: 0 0 0 0.65rem rgba(78, 145, 247, 0.1), 0 0 2rem rgba(67, 132, 239, 0.35); }
.relay-label { position: absolute; top: 6.5rem; left: 1.2rem; color: #89b6f1; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }
.architecture-legend { display: flex; gap: 0.5rem; align-items: center; justify-content: center; padding-top: 1.75rem; color: #7289a7; font-size: 0.72rem; }
.architecture-legend span { width: 1.6rem; height: 1px; background: linear-gradient(90deg, #548edb, #96c3ff); }

.faq-section { padding: clamp(5rem, 10vw, 9rem) 0; background: #091a30; }
.faq-intro { position: sticky; top: 7rem; }
.faq-intro h2 { margin: 0; color: #f5f9ff; font-size: clamp(2.25rem, 4vw, 3.35rem); font-weight: 680; letter-spacing: -0.055em; line-height: 1.06; }
.faq-intro > p:not(.eyebrow) { max-width: 21rem; margin: 1.25rem 0 1.65rem; color: #9baec7; font-size: 0.94rem; line-height: 1.65; }
.faq-contact-link { color: #bed8fc; font-size: 0.83rem; font-weight: 650; text-decoration: none; }
.faq-contact-link:hover { color: #fff; }
.faq-list { border-top: 1px solid rgba(177, 210, 255, 0.18); }
.faq-item { border-bottom: 1px solid rgba(177, 210, 255, 0.18); }
.faq-item summary { position: relative; display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1.35rem 0; color: #e2edfb; cursor: pointer; font-size: 1rem; font-weight: 590; line-height: 1.4; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-marker { position: relative; flex: 0 0 auto; width: 1.25rem; height: 1.25rem; border: 1px solid rgba(151, 194, 250, 0.35); border-radius: 50%; }
.faq-marker::before, .faq-marker::after { position: absolute; top: 50%; left: 50%; width: 0.45rem; height: 1px; content: ""; background: #a9ccfa; transform: translate(-50%, -50%); transition: transform 160ms ease; }
.faq-marker::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-marker { border-color: rgba(151, 194, 250, 0.7); background: rgba(89, 150, 239, 0.16); }
.faq-item[open] .faq-marker::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-item > p { max-width: 43rem; padding: 0 2.4rem 1.35rem 0; margin: 0; color: #9db0c9; font-size: 0.89rem; line-height: 1.7; }

.docs-page { min-height: calc(100vh - 4.75rem); background: #08172a; }
.docs-layout { display: grid; grid-template-columns: 15.5rem minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); }
.docs-sidebar { position: sticky; top: 4.75rem; align-self: start; height: calc(100vh - 4.75rem); padding: 3rem 1.25rem 2rem 0; border-right: 1px solid var(--color-line); }
.docs-overview { display: flex; justify-content: space-between; margin-bottom: 2.25rem; color: #e5f0ff; font-size: 0.85rem; font-weight: 680; text-decoration: none; }
.docs-overview span { padding: 0.1rem 0.34rem; color: #9cc4fb; border: 1px solid rgba(142, 191, 255, 0.26); border-radius: 0.25rem; font-size: 0.62rem; font-weight: 650; }
.docs-sidebar nav { display: grid; gap: 0.35rem; }
.docs-sidebar nav p { margin: 1.1rem 0 0.35rem; color: #6e86a4; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.docs-sidebar nav p:first-child { margin-top: 0; }
.docs-sidebar nav a { padding: 0.35rem 0 0.35rem 0.65rem; color: #93a7c1; border-left: 1px solid transparent; font-size: 0.8rem; text-decoration: none; }
.docs-sidebar nav a:hover, .docs-sidebar nav a.active { color: #d9e9fb; border-left-color: #70a7f5; }
.docs-content { max-width: 52rem; padding: clamp(4rem, 8vw, 7rem) 0; }
.docs-hero { padding-bottom: 3.5rem; border-bottom: 1px solid var(--color-line); }
.docs-hero h1 { max-width: 43rem; margin: 0; color: #f5f9ff; font-size: clamp(2.65rem, 5vw, 4.3rem); font-weight: 690; letter-spacing: -0.06em; line-height: 1.02; }
.docs-hero > p:not(.eyebrow) { max-width: 40rem; margin: 1.4rem 0 0; color: #a8bbd3; font-size: 1.05rem; line-height: 1.65; }
.docs-meta { display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; margin-top: 2rem; color: #7890ae; font-size: 0.74rem; }
.docs-meta strong, .docs-meta code { color: #b5d1f7; font-weight: 600; }
.docs-section { padding: 3.75rem 0; border-bottom: 1px solid var(--color-line); }
.docs-section-label { margin: 0 0 0.7rem; color: #78a8e7; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.docs-section h2 { margin: 0; color: #edf5ff; font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 660; letter-spacing: -0.04em; }
.docs-section > p:not(.docs-section-label) { max-width: 44rem; margin: 1rem 0 1.5rem; color: #a1b4cd; font-size: 0.92rem; line-height: 1.7; }
.endpoint-heading { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
.endpoint-heading h2 { width: 100%; margin-bottom: 0.65rem; }
.http-method { padding: 0.22rem 0.4rem; color: #8ae2bd; border-radius: 0.25rem; background: rgba(66, 174, 123, 0.15); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.7rem; font-weight: 700; }
.endpoint-heading code { color: #bed8fc; font-size: 0.8rem; }
.code-example { overflow: hidden; border: 1px solid rgba(166, 204, 255, 0.17); border-radius: 0.55rem; background: #051120; }
.code-heading { display: flex; justify-content: space-between; align-items: center; padding: 0.65rem 0.85rem; border-bottom: 1px solid rgba(166, 204, 255, 0.12); color: #8faac9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.69rem; }
.code-heading span:last-child { color: #7896b9; }
.code-example pre { padding: 1.15rem; margin: 0; overflow-x: auto; color: #cce0fa; font-size: 0.76rem; line-height: 1.65; }
.code-example code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.status-table { overflow: hidden; border: 1px solid rgba(166, 204, 255, 0.17); border-radius: 0.55rem; }
.status-table-row { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: 0.85rem 1rem; border-top: 1px solid rgba(166, 204, 255, 0.1); color: #a0b5cf; font-size: 0.8rem; }
.status-table-row:first-child { border-top: 0; }
.status-table-header { color: #7891af; background: rgba(108, 153, 217, 0.08); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.status-table-row code { color: #c3dcfb; font-size: 0.75rem; }
.docs-callout { padding: 2.2rem; margin-top: 3.75rem; border: 1px solid rgba(127, 178, 255, 0.28); border-radius: 0.65rem; background: linear-gradient(145deg, rgba(25, 65, 116, 0.48), rgba(11, 34, 64, 0.68)); }
.docs-callout > p:not(.docs-section-label) { margin-bottom: 1.25rem; }
.docs-callout a { color: #c3dcfd; font-size: 0.82rem; font-weight: 650; text-decoration: none; }
.docs-callout a:hover { color: #fff; }

.dashboard-page { min-height: calc(100vh - 4.75rem); padding: clamp(3rem, 6vw, 5rem) 0; background: #08172a; }
.dashboard-container { max-width: 76rem; }
.dashboard-topbar { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 2rem; }
.dashboard-kicker, .dashboard-panel-kicker { margin: 0 0 0.35rem; color: #7692b5; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }
.dashboard-topbar h1 { margin: 0; color: #f3f8ff; font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 680; letter-spacing: -0.05em; }
.dashboard-topbar > div > p:last-child { margin: 0.65rem 0 0; color: #91a7c1; font-size: 0.83rem; }
.dashboard-action { flex: 0 0 auto; padding: 0.7rem 0.95rem; border-radius: 0.42rem; font-size: 0.82rem; font-weight: 650; }
.dashboard-action span { margin-left: 0.35rem; font-size: 1rem; line-height: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1rem; }
.metric-card, .dashboard-panel { border: 1px solid rgba(166, 204, 255, 0.14); border-radius: 0.6rem; background: linear-gradient(145deg, rgba(17, 46, 83, 0.54), rgba(8, 24, 45, 0.72)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.035); }
.metric-card { padding: 1.15rem; }
.metric-card p { margin: 0; color: #8fa6c1; font-size: 0.74rem; }
.metric-card strong { display: block; margin: 0.75rem 0 0.45rem; color: #edf6ff; font-size: 1.6rem; font-weight: 680; letter-spacing: -0.045em; }
.metric-card > span { color: #7087a5; font-size: 0.69rem; }
.metric-card .metric-positive { color: #77d8b1; }
.network-dot { display: inline-block; width: 0.48rem; height: 0.48rem; margin-right: 0.35rem; border-radius: 50%; background: #5bdea8; box-shadow: 0 0 0 0.23rem rgba(91, 222, 168, 0.1); vertical-align: 0.1rem; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.8fr); gap: 1rem; margin-bottom: 1rem; }
.dashboard-panel { overflow: hidden; }
.panel-header { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; padding: 1.3rem 1.35rem; border-bottom: 1px solid rgba(166, 204, 255, 0.12); }
.panel-header h2 { margin: 0; color: #eaf3ff; font-size: 1rem; font-weight: 650; letter-spacing: -0.02em; }
.panel-header a { color: #9ec7fb; font-size: 0.75rem; font-weight: 600; text-decoration: none; }
.panel-header a:hover { color: #fff; }
.coverage-period { color: #7890ad; font-size: 0.7rem; white-space: nowrap; }
.event-table-wrap { overflow-x: auto; }
.dashboard-table { width: 100%; min-width: 35rem; border-collapse: collapse; }
.dashboard-table th { padding: 0.75rem 1.35rem; color: #6f87a4; background: rgba(96, 142, 208, 0.055); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.075em; text-align: left; text-transform: uppercase; }
.dashboard-table td { padding: 0.95rem 1.35rem; color: #bacce1; border-top: 1px solid rgba(166, 204, 255, 0.09); font-size: 0.76rem; white-space: nowrap; }
.dashboard-table td:first-child code { display: block; color: #d4e6fc; font-size: 0.75rem; }
.dashboard-table td:first-child span { display: block; margin-top: 0.3rem; color: #7289a6; font-size: 0.68rem; }
.event-state { display: inline-flex; gap: 0.4rem; align-items: center; font-size: 0.7rem; }
.event-state i { width: 0.36rem; height: 0.36rem; border-radius: 50%; }
.event-state-transit { color: #83dcb9; }.event-state-transit i { background: #58dba5; }.event-state-review { color: #f1c77b; }.event-state-review i { background: #eab75c; }.event-state-dispatch { color: #a7c8ff; }.event-state-dispatch i { background: #79a9f5; }
.coverage-map { position: relative; height: 13.1rem; overflow: hidden; border-bottom: 1px solid rgba(166, 204, 255, 0.12); background: radial-gradient(circle at 53% 47%, rgba(56, 124, 230, 0.16), transparent 8rem); }
.map-ring { position: absolute; border: 1px solid rgba(109, 164, 246, 0.17); border-radius: 50%; }.ring-one { top: 1.4rem; left: 25%; width: 11rem; height: 11rem; }.ring-two { top: 3.8rem; left: 36%; width: 6.3rem; height: 6.3rem; }
.map-line { position: absolute; top: 49%; left: 23%; width: 52%; height: 1px; border-top: 1px dashed rgba(128, 182, 255, 0.5); transform-origin: left; }.line-one { transform: rotate(-24deg); }.line-two { transform: rotate(35deg); }
.map-node { position: absolute; color: #9eb9d8; font-size: 0.64rem; white-space: nowrap; }.map-node i { display: inline-block; width: 0.45rem; height: 0.45rem; margin-right: 0.28rem; border-radius: 50%; background: #74aafa; box-shadow: 0 0 0 0.28rem rgba(88, 154, 245, 0.1); }.node-chicago { top: 16%; left: 61%; }.node-indy { top: 51%; left: 48%; color: #d9e9ff; }.node-indy i { background: #68dfad; box-shadow: 0 0 0 0.3rem rgba(104, 223, 173, 0.14); }.node-detroit { top: 34%; left: 76%; }.node-stl { top: 68%; left: 18%; }
.coverage-summary { display: grid; grid-template-columns: repeat(3, 1fr); }.coverage-summary div { padding: 1rem; border-left: 1px solid rgba(166, 204, 255, 0.1); }.coverage-summary div:first-child { border-left: 0; }.coverage-summary strong, .coverage-summary span { display: block; }.coverage-summary strong { color: #dfeeff; font-size: 0.88rem; }.coverage-summary span { margin-top: 0.28rem; color: #778faa; font-size: 0.63rem; }
.performance-panel { padding-bottom: 0.4rem; }.performance-panel .panel-header { border-bottom: 0; }
.bar-chart { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(0.5rem, 2vw, 1.6rem); height: 12rem; padding: 0 1.35rem; border-bottom: 1px solid rgba(166, 204, 255, 0.08); }.bar-chart > div { display: flex; flex-direction: column; justify-content: flex-end; gap: 0.65rem; align-items: center; }.bar { position: relative; display: block; width: min(2.2rem, 100%); height: var(--bar-height); min-height: 0.3rem; border-radius: 0.25rem 0.25rem 0 0; background: linear-gradient(#467fc8, #24518a); }.bar-active { background: linear-gradient(#7fb3ff, #3f81dc); box-shadow: 0 0 1.5rem rgba(87, 151, 245, 0.3); }.bar b { position: absolute; top: -1.25rem; left: 50%; color: #cde2ff; font-size: 0.68rem; transform: translateX(-50%); }.bar-chart small { padding-bottom: 0.7rem; color: #758da8; font-size: 0.65rem; }

.status-page { min-height: calc(100vh - 4.75rem); padding: clamp(4rem, 8vw, 7rem) 0; background: radial-gradient(circle at 50% -10%, rgba(41, 101, 203, 0.2), transparent 28rem), #08172a; }
.status-container { max-width: 53rem; }
.status-hero { margin-bottom: 3.5rem; text-align: center; }.status-hero h1 { margin: 0; color: #f3f8ff; font-size: clamp(2.75rem, 5vw, 4.2rem); font-weight: 690; letter-spacing: -0.06em; }.status-hero > p:last-child { margin: 1rem 0 0; color: #9eb1c8; font-size: 0.98rem; }
.status-overview { display: grid; grid-template-columns: auto 1fr auto; gap: 1.1rem; align-items: center; padding: 1.5rem; border: 1px solid rgba(101, 220, 165, 0.31); border-radius: 0.7rem; background: linear-gradient(145deg, rgba(24, 94, 73, 0.34), rgba(12, 43, 57, 0.38)); }.status-overview-icon { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; color: #a8f0ce; border: 1px solid rgba(115, 222, 172, 0.5); border-radius: 50%; background: rgba(63, 178, 125, 0.16); font-size: 1rem; font-weight: 700; }.status-overview h2 { margin: 0; color: #e7f9ef; font-size: 1.08rem; font-weight: 650; }.status-overview p { margin: 0.35rem 0 0; color: #b0d5c3; font-size: 0.78rem; line-height: 1.55; }.status-overview time { align-self: start; color: #85ae9a; font-size: 0.68rem; white-space: nowrap; }
.status-section { margin-top: 3.75rem; }.status-section-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.25rem; }.status-section-label { margin: 0 0 0.4rem; color: #7095c4; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }.status-section-heading h2 { margin: 0; color: #eaf3ff; font-size: 1.35rem; font-weight: 650; letter-spacing: -0.03em; }.status-section-heading > span { color: #7289a5; font-size: 0.7rem; }.status-section-heading a { color: #a8cbf7; font-size: 0.75rem; font-weight: 600; text-decoration: none; }.status-section-heading a:hover { color: #fff; }
.component-list { overflow: hidden; border: 1px solid rgba(166, 204, 255, 0.15); border-radius: 0.65rem; background: rgba(9, 29, 54, 0.5); }.component-row { display: grid; grid-template-columns: 1fr 4.5rem 6.7rem; gap: 1rem; align-items: center; padding: 1.1rem 1.25rem; border-top: 1px solid rgba(166, 204, 255, 0.1); }.component-row:first-child { border-top: 0; }.component-row h3, .incident-row h3 { margin: 0; color: #dfeeff; font-size: 0.85rem; font-weight: 620; }.component-row p, .incident-row p { margin: 0.3rem 0 0; color: #8198b3; font-size: 0.72rem; }.component-uptime { color: #a9c1dd; font-size: 0.74rem; text-align: right; }.component-state { display: inline-flex; gap: 0.4rem; align-items: center; justify-content: flex-end; color: #91dcb9; font-size: 0.7rem; white-space: nowrap; }.component-state i { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #5eddab; box-shadow: 0 0 0 0.22rem rgba(94, 221, 171, 0.1); }
.incident-row { display: grid; grid-template-columns: 7.5rem 1fr auto; gap: 1rem; align-items: start; padding: 1.25rem 0; border-top: 1px solid rgba(166, 204, 255, 0.14); }.incident-row time { color: #7c93af; font-size: 0.72rem; }.incident-resolved { padding: 0.22rem 0.45rem; color: #94dcb9; border: 1px solid rgba(100, 222, 170, 0.2); border-radius: 99px; background: rgba(31, 132, 93, 0.12); font-size: 0.65rem; font-weight: 650; }.status-help { display: flex; gap: 0.75rem; align-items: center; justify-content: center; margin-top: 4.5rem; color: #7f96b1; font-size: 0.75rem; text-align: center; }.status-help > span { display: grid; width: 1.1rem; height: 1.1rem; place-items: center; color: #9ab9e1; border: 1px solid rgba(138, 183, 246, 0.35); border-radius: 50%; font-size: 0.66rem; }.status-help p { margin: 0; }.status-help a { color: #b4d1f7; text-decoration: none; }.status-help a:hover { color: #fff; }

.about-page { background: #08172a; }.about-hero { position: relative; overflow: hidden; padding: clamp(6rem, 13vw, 11rem) 0 clamp(5rem, 10vw, 8rem); background: radial-gradient(circle at 75% 40%, rgba(57, 120, 226, 0.21), transparent 25rem), #071629; }.about-grid-glow { position: absolute; inset: 0; opacity: 0.35; background-image: linear-gradient(rgba(120, 164, 227, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 164, 227, 0.07) 1px, transparent 1px); background-size: 4.5rem 4.5rem; mask-image: linear-gradient(to right, black, transparent 80%); }.about-hero-content { position: relative; }.about-hero h1 { max-width: 52rem; margin: 0; color: #f7fbff; font-size: clamp(3rem, 6.3vw, 5.7rem); font-weight: 690; letter-spacing: -0.064em; line-height: 0.98; }.about-hero > .container > p:last-child { max-width: 38rem; margin: 1.7rem 0 0; color: #aabdd4; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.about-statement { padding: clamp(5rem, 10vw, 9rem) 0; background: #0a1c34; }.section-label { margin: 0; color: #7aa7df; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }.about-statement h2, .about-timeline h2, .principles-heading h2, .about-contact h2 { margin: 0; color: #eff6ff; font-size: clamp(2rem, 4.3vw, 3.55rem); font-weight: 675; letter-spacing: -0.055em; line-height: 1.08; }.about-statement p:not(.section-label) { max-width: 43rem; margin: 1.35rem 0 0; color: #a4b8d0; font-size: 1rem; line-height: 1.75; }.about-statement p + p { margin-top: 1rem; }
.principles-section { padding: clamp(5rem, 9vw, 8rem) 0; background: #071629; }.principles-heading { margin-bottom: 3rem; }.principles-heading h2 { margin-top: 0.85rem; }.principle-card { height: 100%; min-height: 16rem; padding: 1.6rem; border: 1px solid rgba(166, 204, 255, 0.15); border-radius: 0.65rem; background: linear-gradient(145deg, rgba(21, 53, 93, 0.52), rgba(8, 26, 50, 0.58)); }.principle-card > span { color: #7398cb; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; }.principle-card h3 { margin: 3.25rem 0 0.8rem; color: #e8f2ff; font-size: 1.05rem; font-weight: 650; }.principle-card p { margin: 0; color: #94a9c4; font-size: 0.84rem; line-height: 1.65; }
.about-timeline { padding: clamp(5rem, 9vw, 8rem) 0; background: #08172a; }.about-timeline h2 { margin-top: 0.85rem; }.timeline-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(166, 204, 255, 0.16); }.timeline-list li { display: grid; grid-template-columns: 6.5rem 1fr; gap: 1.25rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(166, 204, 255, 0.16); }.timeline-list time { color: #82a9dc; font-size: 0.78rem; font-weight: 650; }.timeline-list h3 { margin: 0; color: #e1edfc; font-size: 1rem; font-weight: 620; }.timeline-list p { margin: 0.55rem 0 0; color: #93a8c2; font-size: 0.84rem; line-height: 1.65; }
.about-contact { padding: 0 0 clamp(5rem, 9vw, 8rem); background: #08172a; }.about-contact > .container { display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid rgba(128, 180, 255, 0.28); border-radius: 0.75rem; background: linear-gradient(135deg, rgba(31, 78, 139, 0.66), rgba(10, 36, 69, 0.78)); }.about-contact h2 { margin-top: 0.7rem; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }.about-contact .btn { flex: 0 0 auto; padding: 0.78rem 1rem; border-radius: 0.42rem; font-size: 0.84rem; font-weight: 650; }

.pricing-page { position: relative; overflow: hidden; min-height: calc(100vh - 4.75rem); padding: clamp(5rem, 9vw, 7.5rem) 0 5rem; background: linear-gradient(160deg, #071426 0%, #0a1e3b 100%); }
.pricing-aurora { position: absolute; top: -22rem; left: 50%; width: 52rem; height: 36rem; border-radius: 50%; background: rgba(54, 119, 241, 0.22); filter: blur(5.5rem); transform: translateX(-50%); }
.pricing-container { position: relative; }
.pricing-intro { max-width: 45rem; margin: 0 auto 3.5rem; text-align: center; }
.pricing-intro h1 { margin: 0; color: #f8fbff; font-size: clamp(2.75rem, 5.7vw, 4.8rem); font-weight: 690; letter-spacing: -0.06em; line-height: 1; }
.pricing-intro > p:last-child { max-width: 38rem; margin: 1.4rem auto 0; color: #aabbd1; font-size: 1.08rem; line-height: 1.65; }
.pricing-card { position: relative; display: flex; flex-direction: column; height: 100%; padding: 2rem; border: 1px solid rgba(173, 204, 250, 0.15); border-radius: 0.8rem; background: rgba(9, 27, 52, 0.62); box-shadow: inset 0 1px rgba(255, 255, 255, 0.035); }
.pricing-card-featured { border-color: rgba(117, 171, 255, 0.58); background: linear-gradient(160deg, rgba(27, 65, 117, 0.9), rgba(9, 31, 62, 0.91)); box-shadow: 0 1.5rem 4.5rem rgba(0, 0, 0, 0.27), inset 0 1px rgba(255, 255, 255, 0.1); }
.recommended-label { position: absolute; top: -0.78rem; left: 1.5rem; margin: 0; padding: 0.32rem 0.6rem; color: #dceaff; border: 1px solid rgba(142, 190, 255, 0.52); border-radius: 99px; background: #174783; font-size: 0.67rem; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; }
.pricing-card-heading { min-height: 7.35rem; }
.plan-name { margin: 0 0 0.65rem; color: #f4f8ff; font-size: 1.25rem; font-weight: 690; letter-spacing: -0.02em; }
.plan-summary { max-width: 19rem; margin: 0; color: #9eb0c7; font-size: 0.89rem; line-height: 1.55; }
.plan-price { margin: 1.65rem 0 0.25rem; color: #a8b8cd; font-size: 0.85rem; }
.plan-price span { color: #f7faff; font-size: 2.25rem; font-weight: 700; letter-spacing: -0.055em; }
.plan-price-custom span { font-size: 2rem; }
.plan-detail { min-height: 1.3rem; margin: 0; color: #8295ae; font-size: 0.75rem; }
.pricing-button { width: 100%; padding: 0.76rem; margin-top: 1.75rem; border-radius: 0.42rem; font-size: 0.86rem; font-weight: 650; }
.pricing-button-outline { color: #d5e5fa; border: 1px solid rgba(163, 200, 250, 0.26); background: rgba(109, 152, 215, 0.08); }
.pricing-button-outline:hover, .pricing-button-outline:focus { color: #fff; border-color: rgba(163, 200, 250, 0.48); background: rgba(109, 152, 215, 0.17); }
.plan-rule { height: 1px; margin: 1.75rem 0; background: var(--color-line); }
.feature-label { margin: 0 0 1rem; color: #a8bbd4; font-size: 0.75rem; font-weight: 650; }
.plan-features { display: grid; gap: 0.85rem; padding: 0; margin: 0; list-style: none; }
.plan-features li { display: flex; gap: 0.65rem; align-items: flex-start; color: #d1deed; font-size: 0.83rem; line-height: 1.3; }
.plan-features li::before { flex: 0 0 auto; width: 0.92rem; height: 0.92rem; margin-top: 0.06rem; content: "✓"; color: #99c3ff; border: 1px solid rgba(130, 180, 252, 0.38); border-radius: 50%; font-size: 0.62rem; font-weight: 800; line-height: 0.84rem; text-align: center; }
.pricing-note { max-width: 47rem; margin: 2rem auto 0; color: #788ca7; font-size: 0.74rem; line-height: 1.55; text-align: center; }

.site-footer { border-top: 1px solid var(--color-line); background: #061222; }
.footer-main { display: grid; grid-template-columns: minmax(14rem, 1.35fr) 2fr; gap: 5rem; padding: 4.5rem 0 3.75rem; }
.footer-brand-column > p { max-width: 18rem; margin: 1.3rem 0 1.4rem; color: #8da0ba; font-size: 0.83rem; line-height: 1.65; }
.footer-status { display: inline-flex; gap: 0.5rem; align-items: center; color: #9db4d0; font-size: 0.74rem; text-decoration: none; }
.footer-status:hover { color: #d9e8fa; }
.footer-status span { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: #58d9a6; box-shadow: 0 0 0 0.22rem rgba(88, 217, 166, 0.1); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links nav { display: grid; align-content: start; gap: 0.7rem; }
.footer-heading { margin: 0 0 0.25rem; color: #cad9eb; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links a, .footer-bottom a { color: #8196b1; font-size: 0.81rem; text-decoration: none; }
.footer-links a:hover, .footer-bottom a:hover { color: #e2edfb; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.35rem 0; border-top: 1px solid var(--color-line); color: #667c99; font-size: 0.72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.25rem; }

@media (max-width: 991.98px) {
    .site-nav-container { min-height: 4.25rem; }
    .navbar-collapse { padding: 0.75rem 0 1.25rem; }
    .primary-nav-links { gap: 0; padding: 0.35rem 0 0.75rem; }
    .primary-nav-links .nav-link { padding: 0.65rem 0; }
    .nav-actions { justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--color-line); }
    .hero { min-height: auto; }
    .delivery-panel { margin-right: auto; }
    .pricing-page { min-height: auto; }
    .footer-main { gap: 3rem; }
    .architecture-flow { grid-template-columns: repeat(2, 1fr); gap: 2.75rem 0; }
    .architecture-node { min-height: 13.5rem; }
    .architecture-node:nth-child(2)::after, .architecture-node:nth-child(2)::before { display: none; }
    .faq-intro { position: static; }
    .docs-layout { grid-template-columns: 1fr; gap: 0; }
    .docs-sidebar { position: static; display: none; height: auto; }
    .docs-content { max-width: none; padding-top: 4.5rem; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .dashboard-grid { grid-template-columns: 1fr; }
    .status-container { max-width: 100%; }
    .about-contact > .container { align-items: start; flex-direction: column; }
}

@media (max-width: 575.98px) {
    .hero { padding-top: 4.25rem; }
    .hero h1 { font-size: clamp(2.75rem, 15vw, 3.7rem); }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
    .hero-primary { text-align: center; }
    .hero-secondary { padding: 0.3rem 0; text-align: center; }
    .hero-assurance { gap: 0.6rem 1rem; }
    .delivery-panel { padding: 1rem; }
    .pricing-card { padding: 1.5rem; }
    .features-heading { margin-bottom: 2.4rem; }
    .feature-card { min-height: 20rem; }
    .architecture-heading { margin-bottom: 2.75rem; text-align: left; }
    .architecture-heading .eyebrow { justify-content: flex-start; }
    .architecture-heading > p:last-child { margin-left: 0; }
    .architecture-diagram { padding: 1.5rem; }
    .architecture-flow { grid-template-columns: 1fr; gap: 2.5rem; }
    .architecture-node { min-height: 0; padding-left: 5.5rem; }
    .architecture-node:not(:last-child)::after { top: 5.6rem; right: auto; bottom: -2.5rem; left: 2.25rem; width: 1px; height: 2.5rem; background: linear-gradient(#94c1ff, rgba(135, 182, 255, 0.2)); }
    .architecture-node:not(:last-child)::before { top: auto; right: auto; bottom: -2.5rem; left: 2rem; transform: rotate(135deg); }
    .architecture-node:nth-child(2)::after, .architecture-node:nth-child(2)::before { display: block; }
    .node-index { margin-bottom: 0.75rem; }
    .node-icon { position: absolute; top: 1.4rem; left: 0; width: 3.5rem; height: 3.5rem; }
    .node-icon svg { width: 1.35rem; height: 1.35rem; }
    .architecture-node h3 { margin-top: 0; }
    .architecture-node p { max-width: none; }
    .relay-label { position: static; display: block; margin-top: 0.7rem; }
    .architecture-legend { justify-content: flex-start; padding-top: 2rem; }
    .faq-item summary { padding: 1.15rem 0; font-size: 0.92rem; }
    .faq-item > p { padding-right: 0; font-size: 0.84rem; }
    .docs-content { padding: 3.5rem 0; }
    .docs-hero { padding-bottom: 2.75rem; }
    .docs-section { padding: 2.75rem 0; }
    .status-table-row { grid-template-columns: 1fr; gap: 0.3rem; }
    .docs-callout { padding: 1.5rem; margin-top: 2.75rem; }
    .dashboard-page { padding: 2.5rem 0; }
    .dashboard-topbar { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
    .dashboard-action { width: 100%; }
    .metric-grid { grid-template-columns: 1fr; }
    .metric-card { padding: 1rem; }
    .panel-header { padding: 1.1rem; }
    .dashboard-table th, .dashboard-table td { padding-right: 1rem; padding-left: 1rem; }
    .coverage-map { height: 12rem; }
    .bar-chart { gap: 0.4rem; height: 10rem; padding: 0 1rem; }
    .status-page { padding: 3.5rem 0; }
    .status-overview { grid-template-columns: auto 1fr; padding: 1.15rem; }
    .status-overview time { grid-column: 2; }
    .component-row { grid-template-columns: 1fr auto; padding: 1rem; }
    .component-uptime { display: none; }
    .incident-row { grid-template-columns: 1fr auto; gap: 0.65rem; }
    .incident-row time { grid-column: 1 / -1; }
    .about-hero { padding-top: 5rem; }
    .about-statement h2, .about-timeline h2, .principles-heading h2 { font-size: 2rem; }
    .principles-heading { margin-bottom: 2.25rem; }
    .principle-card { min-height: 0; }
    .principle-card h3 { margin-top: 2.4rem; }
    .timeline-list li { grid-template-columns: 1fr; gap: 0.55rem; }
    .about-contact > .container { padding: 1.5rem; }
    .about-contact .btn { width: 100%; }
    .footer-main { grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 0 2.75rem; }
    .footer-links { gap: 1.25rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0.75rem; }
}
