@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap');

body.public-brand {
    --bg: #f3faff;
    --bg-elevated: #edf7fc;
    --bg-strong: #e7f2f9;
    --surface: rgba(255, 255, 255, 0.92);
    --surface-strong: rgba(255, 255, 255, 0.96);
    --surface-soft: rgba(255, 255, 255, 0.72);
    --paper-line: rgba(107, 190, 225, 0.16);
    --paper-line-strong: rgba(107, 190, 225, 0.28);
    --ink: #10202d;
    --ink-soft: #304f64;
    --muted: #3f6176;
    --accent: #1f8fc5;
    --accent-strong: #4ad8f7;
    --accent-ink: #201207;
    --success: #60cf90;
    --danger: #ef846f;
    --warning: #d6a653;
    --shadow: rgba(121, 176, 204, 0.18);
    --radius: 20px;
    --radius-large: 28px;
    --max-width: 1180px;
    color: var(--ink);
    background:
        radial-gradient(circle at 18% 14%, rgba(118, 233, 255, 0.38), transparent 28%),
        radial-gradient(circle at 76% 12%, rgba(255, 220, 135, 0.34), transparent 26%),
        radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, #fbfeff 0%, #eff8fc 42%, #eaf5fb 100%);
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    letter-spacing: 0;
}

body.public-brand::before {
    background:
        linear-gradient(120deg, rgba(115, 225, 255, 0.12), transparent 42%),
        radial-gradient(circle at 78% 16%, rgba(255, 231, 163, 0.22), transparent 38%);
    opacity: 1;
}

body.public-brand::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 32% 28%, rgba(121, 231, 255, 0.18), transparent 30%),
        radial-gradient(circle at 64% 8%, rgba(255, 255, 255, 0.78), transparent 34%);
    z-index: -1;
}

body.public-brand a {
    color: #2489b8;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

body.public-brand a:hover {
    color: #10202d;
}

body.public-brand .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.public-brand h1,
body.public-brand h2,
body.public-brand h3,
body.public-brand .hero h2,
body.public-brand .section-title h3,
body.public-brand .cta-panel h3 {
    font-family: "DM Serif Display", "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}

body.public-brand p,
body.public-brand li,
body.public-brand .hero-subheadline,
body.public-brand .intro,
body.public-brand .note,
body.public-brand .empty-state,
body.public-brand .error-state,
body.public-brand .article-content {
    color: var(--ink-soft);
}

body.public-brand header,
body.public-brand .topbar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

body.public-brand header,
body.public-brand .topbar {
    position: relative;
}

body.public-brand header,
body.public-brand .topbar-inner,
body.public-brand .topbar-right,
body.public-brand .topbar-links,
body.public-brand .auth-links,
body.public-brand .public-header-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.public-brand header,
body.public-brand .topbar-inner {
    justify-content: space-between;
}

body.public-brand .header-brand,
body.public-brand .topbar-brand,
body.public-brand header > div:first-child {
    flex: 1;
    min-width: 0;
}

body.public-brand header h1,
body.public-brand .topbar-brand h1 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 0.94;
}

body.public-brand header h1 a,
body.public-brand .topbar-brand h1 a {
    color: var(--ink);
    text-decoration: none;
}

body.public-brand header p,
body.public-brand .topbar-tagline {
    margin: 12px 0 0;
    max-width: 42rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

body.public-brand .header-link,
body.public-brand .auth-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(40, 120, 156, 0.12);
    border-radius: 12px;
    background: rgba(16, 32, 45, 0.9);
    color: #f3fbff;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(83, 147, 178, 0.06);
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.public-brand .public-menu-btn {
    display: none;
    position: relative;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(40, 120, 156, 0.18);
    border-radius: 10px;
    background: rgba(16, 32, 45, 0.9);
    cursor: pointer;
}

body.public-brand .public-theme-toggle {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border: 1px solid rgba(40, 120, 156, 0.18);
    border-radius: 10px;
    background: rgba(16, 32, 45, 0.9);
    color: #f3fbff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(83, 147, 178, 0.06);
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.public-brand .public-theme-toggle:hover,
body.public-brand .public-theme-toggle:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(43, 132, 178, 0.38);
    background: rgba(16, 32, 45, 0.96);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(70, 139, 170, 0.14);
}

body.public-brand .public-theme-toggle-icon,
body.public-brand .public-theme-toggle::before,
body.public-brand .public-theme-toggle::after {
    pointer-events: none;
}

body.public-brand .public-theme-toggle::before,
body.public-brand .public-theme-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

body.public-brand .public-theme-toggle::before {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #d58a09;
    box-shadow:
        0 -10px 0 -5px #d58a09,
        0 10px 0 -5px #d58a09,
        10px 0 0 -5px #d58a09,
        -10px 0 0 -5px #d58a09,
        7px 7px 0 -5px #d58a09,
        -7px 7px 0 -5px #d58a09,
        7px -7px 0 -5px #d58a09,
        -7px -7px 0 -5px #d58a09;
}

body.public-brand .public-theme-toggle::after {
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #c7bfb3;
    box-shadow: inset -6px 0 0 0 rgba(29, 26, 21, 0.92);
    opacity: 0;
    transform: translateX(1px) scale(0.88);
}

html[data-theme="dark"] body.public-brand .public-theme-toggle::before {
    opacity: 0;
    transform: rotate(45deg) scale(0.82);
}

html[data-theme="dark"] body.public-brand .public-theme-toggle::after {
    opacity: 1;
    transform: translateX(1px) scale(1);
}

body.public-brand .public-menu-icon,
body.public-brand .public-menu-icon::before,
body.public-brand .public-menu-icon::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #f3fbff;
    transition: transform 0.18s ease, background 0.18s ease;
}

body.public-brand .public-menu-icon {
    top: 50%;
    transform: translate(-50%, -50%);
}

body.public-brand .public-menu-icon::before,
body.public-brand .public-menu-icon::after {
    content: "";
    transform: translateX(-50%);
}

body.public-brand .public-menu-icon::before {
    top: -6px;
}

body.public-brand .public-menu-icon::after {
    top: 6px;
}

body.public-brand .public-menu-btn[aria-expanded="true"] .public-menu-icon {
    background: transparent;
}

body.public-brand .public-menu-btn[aria-expanded="true"] .public-menu-icon::before {
    transform: translateX(-50%) rotate(45deg) translate(4px, 4px);
}

body.public-brand .public-menu-btn[aria-expanded="true"] .public-menu-icon::after {
    transform: translateX(-50%) rotate(-45deg) translate(4px, -4px);
}

body.public-brand .header-link:hover,
body.public-brand .auth-link:hover {
    transform: translateY(-1px);
    border-color: rgba(43, 132, 178, 0.38);
    background: rgba(16, 32, 45, 0.96);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(70, 139, 170, 0.14);
}

body.public-brand .public-header-links .header-link,
body.public-brand .public-header-links .header-link:hover,
body.public-brand .public-header-links .header-link:focus-visible {
    color: #f3fbff;
}

body.public-brand .auth-link.primary,
body.public-brand .button,
body.public-brand .button.secondary:hover {
    background: linear-gradient(135deg, #1f8fc5 0%, #4ad8f7 58%, #ffd26b 100%);
    border-color: transparent;
    color: var(--accent-ink);
}

body.public-brand .auth-link.primary:hover,
body.public-brand .button:hover {
    filter: brightness(1.02);
    color: var(--accent-ink);
}

body.public-brand .site-header,
body.public-brand .topbar-inner {
    padding-top: 26px;
    padding-bottom: 18px;
}

html[data-theme="dark"] body.public-brand {
    --bg: #12110e;
    --bg-elevated: #1d1a15;
    --bg-strong: #17150f;
    --surface: rgba(33, 30, 24, 0.88);
    --surface-strong: rgba(33, 30, 24, 0.96);
    --surface-soft: rgba(33, 30, 24, 0.72);
    --paper-line: rgba(214, 143, 60, 0.12);
    --paper-line-strong: rgba(214, 143, 60, 0.2);
    --ink: #f0ece3;
    --ink-soft: #c7bfb3;
    --muted: #b7aa98;
    --accent: #d68f3c;
    --accent-strong: #f0b768;
    --accent-ink: #201207;
    --dark-action: linear-gradient(135deg, #b86f31 0%, #d68f3c 58%, #f0b768 100%);
    --success: #95b879;
    --danger: #d97463;
    --warning: #d6a653;
    --shadow: rgba(6, 5, 4, 0.48);
    --monitoring-line: rgba(214, 143, 60, 0.16);
    --monitoring-line-strong: rgba(214, 143, 60, 0.28);
    --monitoring-panel: rgba(33, 30, 24, 0.86);
    --monitoring-panel-strong: rgba(33, 30, 24, 0.96);
    --monitoring-ink: #f0ece3;
    --monitoring-muted: #b7aa98;
    --monitoring-accent: #d68f3c;
    --comparison-line: rgba(214, 143, 60, 0.16);
    --comparison-line-strong: rgba(214, 143, 60, 0.28);
    --comparison-panel: rgba(33, 30, 24, 0.86);
    --comparison-panel-strong: rgba(33, 30, 24, 0.96);
    --comparison-ink: #f0ece3;
    --comparison-muted: #b7aa98;
    --comparison-accent: #d68f3c;
    color-scheme: dark;
    color: var(--ink);
    background:
        radial-gradient(circle at 15% 10%, rgba(214, 143, 60, 0.16), transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(214, 166, 83, 0.08), transparent 48%),
        linear-gradient(180deg, #1d1a15 0%, #12110e 100%);
}

html[data-theme="dark"] body.public-brand::before {
    background:
        linear-gradient(120deg, rgba(214, 143, 60, 0.1), transparent 45%),
        radial-gradient(circle at 70% 10%, rgba(214, 143, 60, 0.14), transparent 60%);
}

html[data-theme="dark"] body.public-brand::after {
    display: none;
}

html[data-theme="dark"] body.public-brand a {
    color: var(--accent);
}

html[data-theme="dark"] body.public-brand a:hover,
html[data-theme="dark"] body.public-brand header h1 a,
html[data-theme="dark"] body.public-brand .topbar-brand h1 a,
html[data-theme="dark"] body.public-brand h1,
html[data-theme="dark"] body.public-brand h2,
html[data-theme="dark"] body.public-brand h3,
html[data-theme="dark"] body.public-brand h4,
html[data-theme="dark"] body.public-brand strong,
html[data-theme="dark"] body.public-brand .monitoring-brand,
html[data-theme="dark"] body.public-brand .monitoring-brand:hover {
    color: var(--ink);
}

html[data-theme="dark"] body.public-brand p,
html[data-theme="dark"] body.public-brand li,
html[data-theme="dark"] body.public-brand .hero-subheadline,
html[data-theme="dark"] body.public-brand .intro,
html[data-theme="dark"] body.public-brand .note,
html[data-theme="dark"] body.public-brand .empty-state,
html[data-theme="dark"] body.public-brand .error-state,
html[data-theme="dark"] body.public-brand .article-content,
html[data-theme="dark"] body.public-brand header p,
html[data-theme="dark"] body.public-brand .topbar-tagline,
html[data-theme="dark"] body.public-brand .monitoring-muted,
html[data-theme="dark"] body.public-brand .comparison-muted {
    color: var(--muted);
}

html[data-theme="dark"] body.public-brand .content-card,
html[data-theme="dark"] body.public-brand .panel,
html[data-theme="dark"] body.public-brand .card,
html[data-theme="dark"] body.public-brand .tool-item,
html[data-theme="dark"] body.public-brand .support-card,
html[data-theme="dark"] body.public-brand .article-card,
html[data-theme="dark"] body.public-brand .article-link,
html[data-theme="dark"] body.public-brand .empty-section,
html[data-theme="dark"] body.public-brand .monitoring-card,
html[data-theme="dark"] body.public-brand .monitoring-panel,
html[data-theme="dark"] body.public-brand .monitoring-proof,
html[data-theme="dark"] body.public-brand .monitoring-pricing-card,
html[data-theme="dark"] body.public-brand .monitoring-use-card,
html[data-theme="dark"] body.public-brand .comparison-card,
html[data-theme="dark"] body.public-brand .comparison-panel,
html[data-theme="dark"] body.public-brand .comparison-table,
html[data-theme="dark"] body.public-brand .comparison-source-card {
    background:
        radial-gradient(circle at 88% 6%, rgba(214, 143, 60, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(33, 30, 24, 0.94), rgba(23, 21, 17, 0.94));
    border-color: rgba(214, 143, 60, 0.18);
    box-shadow: 0 24px 64px rgba(6, 5, 4, 0.42);
}

html[data-theme="dark"] body.public-brand .header-link,
html[data-theme="dark"] body.public-brand .auth-link,
html[data-theme="dark"] body.public-brand .public-menu-btn,
html[data-theme="dark"] body.public-brand .public-theme-toggle,
html[data-theme="dark"] body.public-brand .monitoring-header-links a {
    background: rgba(18, 17, 14, 0.72);
    color: var(--ink);
    border-color: rgba(214, 143, 60, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] body.public-brand .header-link:hover,
html[data-theme="dark"] body.public-brand .auth-link:hover,
html[data-theme="dark"] body.public-brand .public-menu-btn:hover,
html[data-theme="dark"] body.public-brand .public-theme-toggle:hover,
html[data-theme="dark"] body.public-brand .monitoring-header-links a:hover {
    background: rgba(42, 36, 27, 0.94);
    color: #ffffff;
    border-color: rgba(214, 143, 60, 0.36);
}

html[data-theme="dark"] body.public-brand .auth-link.primary,
html[data-theme="dark"] body.public-brand .button,
html[data-theme="dark"] body.public-brand .monitoring-header-links a.is-active,
html[data-theme="dark"] body.public-brand .monitoring-header-links a.is-active:hover {
    background: var(--dark-action);
    color: var(--accent-ink);
    border-color: transparent;
}

html[data-theme="dark"] body.public-brand .button.secondary {
    background: rgba(18, 17, 14, 0.72);
    border-color: rgba(214, 143, 60, 0.28);
    color: var(--ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] body.public-brand .button.secondary:hover,
html[data-theme="dark"] body.public-brand .button.secondary:focus-visible {
    background: rgba(42, 36, 27, 0.94);
    border-color: rgba(214, 143, 60, 0.42);
    color: #ffffff;
    filter: none;
}

html[data-theme="dark"] body.public-brand .public-header-links.is-open,
html[data-theme="dark"] body.public-brand .monitoring-header-links.is-open {
    background: rgba(23, 21, 17, 0.96);
    border-color: rgba(214, 143, 60, 0.22);
    box-shadow: 0 18px 42px rgba(6, 5, 4, 0.42);
}

html[data-theme="dark"] body.public-brand .public-menu-icon,
html[data-theme="dark"] body.public-brand .public-menu-icon::before,
html[data-theme="dark"] body.public-brand .public-menu-icon::after {
    background: var(--ink);
}

html[data-theme="dark"] body.public-brand .public-menu-btn[aria-expanded="true"] .public-menu-icon {
    background: transparent;
}

html[data-theme="dark"] body.public-brand .section-nav-link.is-active {
    background: var(--dark-action);
    color: var(--accent-ink);
    border-color: transparent;
}

body.public-brand .section-nav {
    max-width: var(--max-width);
    margin: 0 auto 26px;
    padding: 12px 24px 16px;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid rgba(107, 190, 225, 0.22);
}

body.public-brand .section-nav-link {
    border-radius: 10px;
    border: 1px solid rgba(40, 120, 156, 0.12);
    background: rgba(16, 32, 45, 0.88);
    color: #f3fbff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    box-shadow: 0 10px 22px rgba(83, 147, 178, 0.06);
}

body.public-brand .section-nav-link.is-active {
    color: var(--accent-ink);
    background: linear-gradient(135deg, #1f8fc5 0%, #4ad8f7 58%, #ffd26b 100%);
    border-color: transparent;
}

body.public-brand main,
body.public-brand .container {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

body.public-brand main {
    padding-left: 24px;
    padding-right: 24px;
}

body.public-brand .container {
    padding-left: 24px;
    padding-right: 24px;
}

body.public-brand .hero,
body.public-brand .cta-panel,
body.public-brand .content-card,
body.public-brand .panel,
body.public-brand .metrics-preview,
body.public-brand .visual-demo,
body.public-brand .contact-box {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 84% 8%, rgba(255, 219, 127, 0.18), rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, rgba(245, 251, 255, 0.98), rgba(231, 245, 252, 0.92));
    border: 1px solid rgba(107, 190, 225, 0.18);
    border-radius: var(--radius-large);
    box-shadow: 0 34px 70px rgba(121, 176, 204, 0.18);
    backdrop-filter: none;
}

body.public-brand .hero::before,
body.public-brand .cta-panel::before,
body.public-brand .content-card::before,
body.public-brand .panel::before,
body.public-brand .metrics-preview::before,
body.public-brand .visual-demo::before,
body.public-brand .contact-box::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(51, 163, 204, 0.65), transparent);
    opacity: 0.7;
}

body.public-brand .hero {
    gap: 22px;
    align-items: flex-start;
    text-align: left;
    padding: clamp(32px, 5vw, 62px);
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 88% 10%, rgba(255, 219, 127, 0.18), rgba(255, 255, 255, 0) 22%),
        linear-gradient(180deg, rgba(245, 251, 255, 0.98), rgba(231, 245, 252, 0.92));
}

body.public-brand .hero h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 5.4rem);
    line-height: 0.9;
    color: #10202d;
}

body.public-brand .hero-subheadline {
    max-width: 44rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

body.public-brand .hero-benefits,
body.public-brand .hero-actions,
body.public-brand .cta-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

body.public-brand .hero-benefit,
body.public-brand .trust-item,
body.public-brand .section-badge {
    border-radius: 9px;
    border: 1px solid rgba(101, 179, 212, 0.16);
    background: rgba(255, 255, 255, 0.62);
    color: #3f6176;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

body.public-brand .hero-benefit svg,
body.public-brand .trust-item svg,
body.public-brand .section-badge i,
body.public-brand .section-header i,
body.public-brand .feature-icon,
body.public-brand .status-indicator.ok,
body.public-brand .response-badge {
    color: var(--accent);
}

body.public-brand .button,
body.public-brand .button.secondary,
body.public-brand button.faq-question {
    border-radius: 9px;
    border-width: 1px;
    border-style: solid;
}

body.public-brand .button {
    min-height: 48px;
    padding: 0 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: none;
}

body.public-brand .button.secondary {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(40, 120, 156, 0.12);
    color: #10202d;
    box-shadow: 0 10px 22px rgba(83, 147, 178, 0.06);
}

body.public-brand .button-note,
body.public-brand .trust-item span,
body.public-brand .plan-head-tagline,
body.public-brand .feature-sub,
body.public-brand .dashboard-url,
body.public-brand .last-check-info,
body.public-brand .config-item,
body.public-brand .breadcrumb {
    color: var(--muted);
}

body.public-brand .button-note {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.public-marketing.public-landing .hero {
    align-items: center;
    text-align: center;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(34px, 4vw, 56px) clamp(24px, 4vw, 44px);
}

body.public-marketing.public-landing .hero::before,
body.public-marketing.public-landing .cta-panel::before {
    inset: auto 0 0 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(51, 163, 204, 0.65), transparent);
}

body.public-marketing.public-landing .hero h2 {
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    font-size: clamp(2.8rem, 5vw, 4.3rem);
    line-height: 0.95;
}

body.public-marketing.public-landing .hero-subheadline,
body.public-marketing.public-landing .button-note,
body.public-marketing.public-landing .section-title p,
body.public-marketing.public-landing .cta-panel p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.public-marketing.public-landing .hero-subheadline {
    max-width: 52rem;
    font-size: 1rem;
    line-height: 1.65;
}

body.public-marketing.public-landing .hero-benefits,
body.public-marketing.public-landing .hero-actions,
body.public-marketing.public-landing .cta-buttons,
body.public-marketing.public-landing .trust-bar {
    justify-content: center;
}

body.public-marketing.public-landing .hero-benefits {
    max-width: 100%;
    row-gap: 10px;
}

body.public-marketing.public-landing .hero-benefit {
    font-size: 0.78rem;
}

body.public-marketing.public-landing .hero-actions {
    margin-top: 2px;
}

body.public-marketing.public-landing .button-note {
    max-width: 42rem;
    font-size: 0.76rem;
    line-height: 1.5;
}

body.public-marketing.public-landing .trust-bar {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

body.public-marketing.public-landing .section-title,
body.public-marketing.public-landing .metrics-preview,
body.public-marketing.public-landing .visual-demo,
body.public-marketing.public-landing .cta-panel {
    text-align: center;
}

body.public-marketing.public-landing .metrics-preview-content,
body.public-marketing.public-landing .visual-demo-content {
    align-items: center;
    text-align: center;
}

body.public-marketing.public-landing {
    --max-width: 1320px;
}

body.public-marketing.public-landing header,
body.public-marketing.public-landing .section-nav,
body.public-marketing.public-landing main,
body.public-marketing.public-landing .container {
    width: min(1320px, calc(100vw - 64px));
    max-width: min(1320px, calc(100vw - 64px));
    margin-left: auto;
    margin-right: auto;
}

body.public-marketing.public-landing header {
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    text-align: center;
    padding-bottom: 12px;
}

body.public-marketing.public-landing .header-brand,
body.public-marketing.public-landing header > div:first-child {
    flex: none;
}

body.public-marketing.public-landing header p {
    margin: 8px auto 0;
}

body.public-marketing.public-landing .auth-links {
    justify-content: center;
    flex-wrap: wrap;
}

body.public-marketing.public-landing .section-nav {
    justify-content: center;
}

body.public-brand .trust-bar,
body.public-brand .features,
body.public-brand .steps {
    gap: 16px;
}

body.public-brand .trust-item,
body.public-brand .feature,
body.public-brand .step,
body.public-brand .tool-item,
body.public-brand .article-link,
body.public-brand .empty-section {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(101, 179, 212, 0.16);
    border-radius: var(--radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.public-brand .feature,
body.public-brand .step,
body.public-brand .tool-item,
body.public-brand .article-link,
body.public-brand .empty-section {
    padding: 18px 18px 20px;
}

body.public-brand .feature h3,
body.public-brand .step h4,
body.public-brand .metrics-preview h4,
body.public-brand .visual-demo h4,
body.public-brand .section-header h3,
body.public-brand .comparison-header h2 {
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

body.public-brand .step-number,
body.public-brand .plan-head-price,
body.public-brand .feature-number,
body.public-brand .metrics-value,
body.public-brand .availability-value {
    font-family: "JetBrains Mono", "Courier New", monospace;
}

body.public-brand .section-title {
    margin: 34px 0 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(107, 190, 225, 0.22);
    text-align: left;
}

body.public-brand .section-title h3 {
    margin: 0 0 8px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.96;
}

body.public-brand .section-title p {
    max-width: 42rem;
    margin: 0;
}

body.public-brand .plan-table-wrap,
body.public-brand .faq-item,
body.public-brand .dashboard-summary,
body.public-brand .comparison-card,
body.public-brand .recent-grid > *,
body.public-brand .outage-list,
body.public-brand .location-grid,
body.public-brand .chart-panel,
body.public-brand .summary-panel {
    border-radius: var(--radius-large);
}

body.public-brand .plan-table-wrap,
body.public-brand .faq-item,
body.public-brand .dashboard-summary,
body.public-brand .chart-panel,
body.public-brand .summary-panel {
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, rgba(245, 251, 255, 0.98), rgba(231, 245, 252, 0.92));
    border: 1px solid rgba(107, 190, 225, 0.18);
}

body.public-brand .plan-table th,
body.public-brand .plan-table td {
    border-color: rgba(107, 190, 225, 0.14) !important;
}

body.public-brand .plan-table td,
body.public-brand .plan-table .plan-head-tagline,
body.public-brand .plan-table .feature-sub,
body.public-brand .plan-table .feature-no {
    color: var(--muted) !important;
}

body.public-brand .plan-table th,
body.public-brand .plan-table .feature-label,
body.public-brand .plan-table .feature-number,
body.public-brand .plan-table .plan-head-name,
body.public-brand .plan-table .plan-head-price {
    color: var(--ink) !important;
}

body.public-brand .plan-current-head,
body.public-brand .current-badge {
    background: rgba(114, 231, 255, 0.18);
}

body.public-brand .current-badge,
body.public-brand .response-badge,
body.public-brand .section-badge,
body.public-brand .dashboard-title,
body.public-brand .status-indicator,
body.public-brand .metrics-label,
body.public-brand .availability-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.public-brand .faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--ink);
}

body.public-brand .faq-question svg {
    color: var(--accent);
}

body.public-brand .article-content h1,
body.public-brand .article-content h2,
body.public-brand .article-content h3,
body.public-brand .content-card h2 {
    color: var(--ink);
}

body.public-brand .article-content code,
body.public-brand .article-content pre,
body.public-brand code,
body.public-brand pre,
body.public-brand .code-block {
    font-family: "JetBrains Mono", "Courier New", monospace;
}

body.public-brand .article-content pre,
body.public-brand pre,
body.public-brand .code-block {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(101, 179, 212, 0.16);
    border-radius: var(--radius);
}

body.public-brand .pending-banner {
    color: var(--warning);
    background: rgba(210, 171, 99, 0.1);
    border-color: rgba(210, 171, 99, 0.34);
}

body.public-brand .status-indicator,
body.public-brand .response-badge {
    border-radius: 8px;
}

body.public-brand .status-indicator.ok {
    background: rgba(214, 143, 60, 0.16);
}

body.public-brand .status-indicator.warning {
    background: rgba(214, 166, 83, 0.16);
    color: var(--warning);
}

body.public-brand .status-indicator.danger {
    background: rgba(255, 138, 122, 0.16);
    color: var(--danger);
}

body.public-brand .status-indicator.neutral {
    background: rgba(16, 32, 45, 0.12);
    color: #36596f;
}

body.public-brand .availability-row,
body.public-brand .metrics-row {
    background: rgba(107, 190, 225, 0.16);
}

body.public-brand .availability-item,
body.public-brand .metrics-item {
    background: rgba(255, 255, 255, 0.68);
}

.site-footer.footer-panel-shell,
body.public-brand .site-footer,
body.public-brand footer {
    max-width: var(--max-width, 1180px);
    margin: 0 auto;
    padding: 32px 24px 48px;
    border-top: 0;
    color: var(--muted, #3f6176);
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
}

body.public-report.is-embedded-report .site-footer,
body.public-report.is-embedded-report footer {
    display: none;
}

.footer-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px;
    border: 1px solid rgba(199, 123, 53, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(225, 246, 253, 0.86)),
        linear-gradient(90deg, rgba(199, 123, 53, 0.1), rgba(255, 210, 107, 0.14));
    box-shadow: 0 22px 60px rgba(83, 147, 178, 0.16);
}

.footer-brand-block {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
}

.footer-brand-link {
    width: max-content;
    max-width: 100%;
    color: var(--ink, #10202d);
    font-family: "DM Serif Display", "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 0.95;
    letter-spacing: 0;
    text-decoration: none;
}

.footer-brand-link:hover {
    color: var(--accent, #1f8fc5);
}

.footer-brand-block p {
    max-width: 28ch;
    margin: 0;
    color: var(--ink-soft, #304f64);
    font-size: 0.96rem;
    line-height: 1.55;
}

.footer-nav-grid {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(150px, 0.9fr) minmax(230px, 1.35fr) minmax(130px, 0.8fr) minmax(170px, 1fr);
    gap: 22px;
}

.footer-nav-group {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
}

.footer-panel .footer-nav-group h2 {
    margin: 0 0 3px;
    color: var(--ink, #10202d);
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    color: var(--muted, #3f6176);
    font-size: 0.94rem;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.footer-link:hover,
.footer-link:focus-visible {
    color: var(--accent, #1f8fc5);
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

body.is-guest .footer-nav-group h2 {
    color: #10202d;
}

body.is-guest .footer-brand-block p {
    color: #304f64;
}

body.is-guest .footer-brand-link,
body.is-guest .footer-link {
    color: #2489b8;
}

body.is-guest .footer-brand-link:hover,
body.is-guest .footer-link:hover,
body.is-guest .footer-link:focus-visible {
    color: #10202d;
}

html[data-theme="dark"] body.is-guest .footer-panel {
    border-color: rgba(214, 143, 60, 0.18);
    background:
        linear-gradient(135deg, rgba(33, 30, 24, 0.94), rgba(23, 21, 17, 0.94)),
        linear-gradient(90deg, rgba(214, 143, 60, 0.1), rgba(214, 166, 83, 0.08));
    box-shadow: 0 24px 64px rgba(6, 5, 4, 0.42);
}

html[data-theme="dark"] body.is-guest .footer-nav-group h2 {
    color: var(--ink, #f0ece3);
}

html[data-theme="dark"] body.is-guest .footer-brand-block p,
html[data-theme="dark"] body.is-guest .footer-link {
    color: var(--muted, #b7aa98);
}

html[data-theme="dark"] body.is-guest .footer-brand-link,
html[data-theme="dark"] body.is-guest .footer-link:hover,
html[data-theme="dark"] body.is-guest .footer-link:focus-visible,
html[data-theme="dark"] body.is-guest .footer-brand-link:hover {
    color: var(--accent, #d68f3c);
}

body.public-report .footer-panel,
html[data-theme="dark"] body.public-report .footer-panel,
body.is-authenticated .footer-panel {
    border-color: rgba(214, 143, 60, 0.18);
    background:
        linear-gradient(135deg, rgba(33, 30, 24, 0.94), rgba(23, 21, 17, 0.94)),
        linear-gradient(90deg, rgba(214, 143, 60, 0.1), rgba(214, 166, 83, 0.08));
    box-shadow: 0 24px 64px rgba(6, 5, 4, 0.42);
}

body.public-report .footer-brand-link,
body.public-report .footer-nav-group h2,
html[data-theme="dark"] body.public-report .footer-brand-link,
html[data-theme="dark"] body.public-report .footer-nav-group h2,
body.is-authenticated .footer-brand-link,
body.is-authenticated .footer-nav-group h2 {
    color: var(--ink, #f0ece3);
}

body.public-report .footer-brand-block p,
body.public-report .footer-link,
html[data-theme="dark"] body.public-report .footer-brand-block p,
html[data-theme="dark"] body.public-report .footer-link,
body.is-authenticated .footer-brand-block p,
body.is-authenticated .footer-link {
    color: var(--muted, #b7aa98);
}

body.public-report .footer-link:hover,
body.public-report .footer-link:focus-visible,
body.public-report .footer-brand-link:hover,
html[data-theme="dark"] body.public-report .footer-link:hover,
html[data-theme="dark"] body.public-report .footer-link:focus-visible,
html[data-theme="dark"] body.public-report .footer-brand-link:hover,
body.is-authenticated .footer-link:hover,
body.is-authenticated .footer-link:focus-visible,
body.is-authenticated .footer-brand-link:hover {
    color: var(--accent, #d68f3c);
}

html[data-theme="dark"] body.public-brand .footer-panel {
    border-color: rgba(214, 143, 60, 0.18);
    background:
        linear-gradient(135deg, rgba(33, 30, 24, 0.94), rgba(23, 21, 17, 0.94)),
        linear-gradient(90deg, rgba(214, 143, 60, 0.1), rgba(214, 166, 83, 0.08));
    box-shadow: 0 24px 64px rgba(6, 5, 4, 0.42);
}

html[data-theme="dark"] body.public-brand .footer-panel .footer-nav-group h2 {
    color: var(--ink, #f0ece3);
}

html[data-theme="dark"] body.public-brand .footer-panel .footer-link {
    color: var(--muted, #b7aa98);
}

html[data-theme="dark"] body.public-brand .footer-panel .footer-link:hover,
html[data-theme="dark"] body.public-brand .footer-panel .footer-link:focus-visible {
    color: var(--accent, #d68f3c);
}

body.public-brand #matrix-canvas,
body.public-brand #cta-matrix-canvas {
    display: none !important;
}

body.public-brand .nerdy-typing {
    visibility: visible !important;
}

@media (max-width: 900px) {
    body.public-brand header,
    body.public-brand .topbar-inner,
    body.public-brand .topbar-right,
    body.public-brand .topbar-links,
    body.public-brand .auth-links,
    body.public-brand .public-header-links {
        align-items: flex-start;
    }

    body.public-brand header,
    body.public-brand .topbar-inner {
        flex-direction: column;
    }

    body.public-brand .topbar-right {
        width: 100%;
        justify-content: flex-start;
    }

    body.public-brand .topbar-links {
        position: relative;
        align-items: center;
        align-self: stretch;
        justify-content: flex-end;
        width: 100%;
    }

    body.public-brand .public-menu-btn {
        display: block;
        margin-left: auto;
    }

    body.public-brand .public-header-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 20;
        width: min(320px, calc(100vw - 32px));
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 10px;
        border: 1px solid rgba(40, 120, 156, 0.16);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 42px rgba(83, 147, 178, 0.18);
    }

    body.public-brand .public-header-links.is-open {
        display: flex;
    }

    body.public-brand .public-header-links .header-link {
        width: 100%;
    }

    body.public-brand .hero {
        padding: 28px 24px;
    }

    body.public-brand .hero h2 {
        max-width: none;
        font-size: clamp(2.3rem, 13vw, 4rem);
    }

    body.public-marketing.public-landing .hero,
    body.public-marketing.public-landing .cta-panel {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.public-marketing.public-landing header,
    body.public-marketing.public-landing .section-nav,
    body.public-marketing.public-landing main,
    body.public-marketing.public-landing .container {
        width: min(100%, calc(100vw - 36px));
        max-width: min(100%, calc(100vw - 36px));
    }

    body.public-marketing.public-landing .hero h2 {
        max-width: 10ch;
        font-size: clamp(2.5rem, 8.5vw, 3.8rem);
    }

    body.public-brand .availability-row,
    body.public-brand .metrics-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-panel {
        grid-template-columns: 1fr;
    }

    .footer-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    body.public-brand main,
    body.public-brand .container,
    body.public-brand header,
    body.public-brand .topbar-inner,
    body.public-brand .section-nav,
    body.public-brand .site-footer,
    body.public-brand footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.public-brand .section-nav {
        padding-bottom: 12px;
    }

    .site-footer.footer-panel-shell,
    body.public-brand .site-footer,
    body.public-brand footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-panel {
        gap: 22px;
        padding: 22px;
        border-radius: 16px;
    }

    .footer-nav-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-link {
        white-space: normal;
    }

    body.public-brand .content-card,
    body.public-brand .panel,
    body.public-brand .hero,
    body.public-brand .cta-panel,
    body.public-brand .metrics-preview,
    body.public-brand .visual-demo {
        border-radius: 16px;
    }

    body.public-brand .features,
    body.public-brand .steps,
    body.public-brand .trust-bar {
        grid-template-columns: 1fr !important;
    }

    body.public-brand .availability-row,
    body.public-brand .metrics-row {
        grid-template-columns: 1fr;
    }

    body.public-brand .auth-link,
    body.public-brand .button,
    body.public-brand .button.secondary {
        width: 100%;
        justify-content: center;
    }

    body.public-marketing.public-landing header,
    body.public-marketing.public-landing .section-nav,
    body.public-marketing.public-landing main,
    body.public-marketing.public-landing .container {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    body.public-marketing.public-landing header {
        gap: 14px;
    }

    body.public-marketing.public-landing .hero-benefits,
    body.public-marketing.public-landing .hero-actions,
    body.public-marketing.public-landing .cta-buttons {
        align-items: stretch;
    }

    body.public-marketing.public-landing .hero-subheadline,
    body.public-marketing.public-landing .button-note {
        max-width: none;
    }
}
