/* CyberSICHER Nova — mobile-first public interface */
:root {
    --nova-ink: #07111f;
    --nova-navy: #0a1d36;
    --nova-blue: #176bff;
    --nova-cyan: #54d6ff;
    --nova-red: #ff5548;
    --nova-paper: #f4f7fb;
    --nova-white: #fff;
    --nova-muted: #627087;
    --nova-line: #dce4ef;
    --nova-radius: 22px;
    --nova-max: 1240px;
}

body.theme-cybersecurity {
    background: var(--nova-paper) !important;
    color: var(--nova-ink);
}

body.theme-cybersecurity .site-frame,
body.theme-cybersecurity.theme-layout-boxed .site-frame {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

body.theme-cybersecurity .pilot-phase-banner {
    padding: 7px 16px;
    border: 0;
    background: #dff6ff;
    color: #16435d;
    font-size: 11px;
    letter-spacing: .02em;
}

body.theme-cybersecurity .nova-fixed-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nova-header {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(7,17,31,.94);
    backdrop-filter: blur(18px);
}

.nova-nav-wrap {
    display: flex;
    min-height: 68px;
    max-width: var(--nova-max);
    margin: 0 auto;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
}

.nova-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.nova-brand:hover { color: #fff; }
.nova-brand-mark { width: 34px; height: 34px; color: var(--nova-cyan); }
.nova-brand-mark svg { display: block; width: 100%; height: 100%; }
.nova-brand-copy { display: grid; gap: 0; }
.nova-brand-copy strong { color: inherit; font: 800 16px/1 "RestlyNunito", sans-serif; letter-spacing: .01em; }
.nova-brand-copy small { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.nova-menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    place-content: center;
    gap: 4px;
}

.nova-menu-toggle span { display: block; width: 19px; height: 2px; border-radius: 9px; background: #fff; }

.nova-navigation {
    position: absolute;
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: #0b192b;
    box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.nova-header.is-mobile-open .nova-navigation { display: grid; }
.nova-navigation a { padding: 12px 14px; border-radius: 11px; color: rgba(255,255,255,.8); font-size: 14px; font-weight: 600; }
.nova-navigation a:hover { background: rgba(255,255,255,.06); color: #fff; }
.nova-nav-emergency { display: flex; margin-top: 5px; background: var(--nova-red); color: #fff !important; align-items: center; justify-content: center; gap: 8px; }
.nova-nav-emergency > span { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.16); }

.nova-home { overflow: hidden; background: var(--nova-paper); }
.nova-hero { padding: 20px 16px 36px; background: var(--nova-ink); }
.nova-hero-grid { display: grid; max-width: var(--nova-max); margin: 0 auto; gap: 28px; }
.nova-hero-content { padding: 36px 4px 0; }
.nova-status { display: inline-flex; margin-bottom: 24px; color: #a9b6c8; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; align-items: center; gap: 10px; }
.nova-status span { width: 8px; height: 8px; border-radius: 50%; background: #48e2a4; box-shadow: 0 0 0 6px rgba(72,226,164,.12); }
.nova-hero h1 { margin: 0; color: #fff; font: 800 clamp(2.8rem, 14vw, 5.4rem)/.95 "RestlyNunito", sans-serif; letter-spacing: -.055em; }
.nova-hero h1 em { color: var(--nova-cyan); font-style: normal; }
.nova-hero-content > p { max-width: 600px; margin: 24px 0 28px; color: #aeb9c9; font-size: 17px; line-height: 1.65; }
.nova-hero-actions { display: grid; gap: 10px; }
.nova-button { display: inline-flex; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; align-items: center; justify-content: center; gap: 14px; font-size: 14px; font-weight: 800; }
.nova-button-danger { background: var(--nova-red); color: #fff; box-shadow: 0 16px 35px rgba(255,85,72,.22); }
.nova-button-danger:hover { background: #ff6c61; color: #fff; }
.nova-button-ghost { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: #fff; }
.nova-button-ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; }
.nova-proof-row { display: flex; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); gap: 16px; }
.nova-proof-row span { display: inline-flex; margin-right: 22px; color: #aeb9c9; font-size: 11px; align-items: center; }
.nova-proof-row b { margin-right: 6px; color: var(--nova-cyan); font-size: 11px; letter-spacing: .1em; }

.nova-hero-visual { position: relative; min-height: 330px; overflow: hidden; border-radius: 24px; background: #102038; }
.nova-hero-visual img { display: block; width: 100%; height: 330px; object-fit: cover; object-position: center; background: #020408; filter: saturate(.78) contrast(1.05); }
.nova-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,17,31,.88)); }

.nova-locator,
.nova-paths,
.nova-updates,
.nova-cta,
.nova-footer-main,
.nova-footer-bottom { width: min(calc(100% - 32px), var(--nova-max)); margin-inline: auto; }

.nova-locator { position: relative; z-index: 3; display: grid; margin-top: -1px; padding: 28px 20px; border-radius: 0 0 24px 24px; background: #fff; box-shadow: 0 20px 50px rgba(16,34,59,.1); gap: 20px; }
.nova-section-label { display: inline-flex; color: var(--nova-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nova-locator h2 { margin: 6px 0 0; color: var(--nova-ink); font-size: 24px; }
.nova-locator-form { position: relative; display: grid; gap: 9px; }
.nova-locator-icon { position: absolute; left: 16px; top: 16px; z-index: 1; color: var(--nova-blue); font-size: 20px; }
.nova-locator-form input { width: 100%; min-height: 54px; padding: 0 16px 0 46px; border: 1px solid var(--nova-line); border-radius: 13px; background: #f8fafc; color: var(--nova-ink); }
.nova-locator-form button { min-height: 52px; padding: 0 18px; border: 0; border-radius: 13px; background: var(--nova-blue); color: #fff; font-weight: 800; }

.nova-paths, .nova-updates { padding-block: 72px; }
.nova-section-header { display: grid; margin-bottom: 32px; gap: 14px; }
.nova-section-header h2 { margin: 8px 0 0; color: var(--nova-ink); font-size: clamp(2rem, 9vw, 3.5rem); letter-spacing: -.04em; }
.nova-section-header > p { max-width: 520px; margin: 0; color: var(--nova-muted); }
.nova-path-grid { display: grid; gap: 14px; }
.nova-path { position: relative; display: flex; min-height: 310px; padding: 24px; overflow: hidden; border: 1px solid var(--nova-line); border-radius: var(--nova-radius); background: #fff; color: var(--nova-ink); flex-direction: column; }
.nova-path:hover { color: var(--nova-ink); border-color: rgba(23,107,255,.35); transform: translateY(-3px); box-shadow: 0 24px 60px rgba(16,34,59,.1); }
.nova-path-number { position: absolute; top: 20px; right: 22px; color: #c9d3df; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.nova-path-icon { display: grid; width: 46px; height: 46px; margin-bottom: 36px; border-radius: 14px; background: #edf4ff; color: var(--nova-blue); place-items: center; font-size: 20px; font-weight: 900; }
.nova-path-critical .nova-path-icon { background: #fff0ee; color: var(--nova-red); }
.nova-path h3 { margin-bottom: 12px; color: inherit; font-size: 23px; }
.nova-path p { margin: 0 0 22px; color: var(--nova-muted); line-height: 1.6; }
.nova-path strong { margin-top: auto; color: var(--nova-blue); font-size: 13px; }
.nova-path-critical strong { color: var(--nova-red); }
.nova-path strong span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.nova-path:hover strong span { transform: translateX(5px); }

.nova-trust { display: grid; padding: 76px 20px; background: var(--nova-navy); color: #fff; gap: 48px; }
.nova-trust-intro, .nova-trust-points { width: min(100%, 580px); margin-inline: auto; }
.nova-section-label-light { color: var(--nova-cyan); }
.nova-trust h2 { margin: 12px 0 28px; color: #fff; font-size: clamp(2.2rem, 10vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.nova-trust-intro p { margin: 0 0 20px; color: #aeb9c9; font-size: 16px; line-height: 1.7; }
.nova-trust-intro > a { display: inline-flex; margin-top: 12px; color: var(--nova-cyan); font-weight: 800; gap: 8px; }
.nova-trust-points { display: grid; }
.nova-trust-points article { display: grid; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); grid-template-columns: 72px 1fr; gap: 12px; }
.nova-trust-points article > span { color: var(--nova-cyan); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nova-trust-points h3 { margin: 0 0 6px; color: #fff; font-size: 18px; }
.nova-trust-points p { margin: 0; color: #94a3b7; font-size: 14px; }

.nova-text-link { color: var(--nova-blue); font-weight: 800; }
.nova-update-grid { display: grid; gap: 14px; }
.nova-update-card { padding: 24px; border-top: 3px solid var(--nova-blue); border-radius: 0 0 18px 18px; background: #fff; box-shadow: 0 16px 44px rgba(16,34,59,.07); }
.nova-update-card > span { color: var(--nova-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nova-update-card h3 { margin: 14px 0 10px; font-size: 21px; }
.nova-update-card p { color: var(--nova-muted); }
.nova-update-card > a { color: var(--nova-blue); font-size: 13px; font-weight: 800; }
.nova-update-event { border-color: var(--nova-red); }
.nova-update-event > span, .nova-update-event > a { color: var(--nova-red); }

.nova-cta { position: relative; display: grid; margin-top: 72px; margin-bottom: 72px; padding: 42px 24px; overflow: hidden; border-radius: 26px; background: linear-gradient(135deg, #1264ef, #0c3c9f); color: #fff; gap: 28px; }
.nova-cta-copy { position: relative; z-index: 1; }
.nova-cta h2 { max-width: 700px; margin: 10px 0 14px; color: #fff; font-size: clamp(2rem, 9vw, 3.5rem); letter-spacing: -.04em; }
.nova-cta p { max-width: 680px; margin: 0; color: rgba(255,255,255,.75); }
.nova-cta-actions { position: relative; z-index: 1; display: grid; gap: 10px; }
.nova-button-light { background: #fff; color: #0c47b9; }
.nova-button-light:hover { background: #eef5ff; color: #0c47b9; }
.nova-button-outline-light { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: #fff; }
.nova-button-outline-light:hover { background: rgba(255,255,255,.15); color: #fff; }
.nova-cta-orbit { position: absolute; right: -100px; bottom: -160px; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.06); border-radius: 50%; }

.nova-footer { padding: 66px 0 24px; background: #050c16; color: #8f9bad; }
.nova-footer-main { display: grid; gap: 40px; }
.nova-brand-footer { margin-bottom: 20px; }
.nova-footer-brand p { max-width: 410px; color: #8f9bad; }
.nova-footer-phone { display: inline-flex; margin-top: 8px; color: var(--nova-cyan); font-size: 18px; font-weight: 800; }
.nova-footer-column { display: grid; align-content: start; gap: 10px; }
.nova-footer-column h2 { margin: 0 0 8px; color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.nova-footer-column a { color: #9ba7b8; font-size: 14px; }
.nova-footer-column > a + a { margin-top: 6px; }
.nova-footer-column a:hover { color: #fff; }
.nova-footer-column address { max-width: 280px; color: #9ba7b8; font-size: 14px; font-style: normal; line-height: 1.7; }
.nova-footer-bottom { display: flex; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); justify-content: space-between; gap: 16px; font-size: 12px; }
.nova-footer-bottom div { display: flex; gap: 16px; }
.nova-footer-bottom a { color: #9ba7b8; }
.nova-footer-bottom a + a { margin-left: 16px; }

body.theme-cybersecurity #back-top { background: var(--nova-blue); }

body.theme-cybersecurity .consent-banner {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: min(440px, calc(100vw - 28px));
}

body.theme-cybersecurity .consent-banner .consent-banner-inner {
    display: grid;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 55px rgba(7,17,31,.18);
    gap: 10px;
}

body.theme-cybersecurity .consent-banner .consent-title { margin-bottom: 3px; font-size: 12px; }
body.theme-cybersecurity .consent-banner p { font-size: 11px; line-height: 1.45; }
body.theme-cybersecurity .consent-banner .consent-actions { display: flex; justify-content: flex-end; gap: 7px; }
body.theme-cybersecurity .consent-banner .consent-actions form { width: auto; }
body.theme-cybersecurity .consent-banner .consent-actions button { width: auto; min-height: 34px; padding: 7px 10px; font-size: 10px; }

@media (min-width: 640px) {
    .nova-hero { padding-inline: 24px; }
    .nova-hero-actions, .nova-cta-actions { display: flex; flex-wrap: wrap; }
    .nova-proof-row { gap: 34px; }
    .nova-hero-visual { min-height: 450px; }
    .nova-hero-visual img { height: 450px; }
    .nova-locator-form { grid-template-columns: 1fr auto; }
    .nova-locator-form button { padding-inline: 24px; }
    .nova-update-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nova-footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .nova-footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
    body.theme-cybersecurity .pilot-phase-banner { font-size: 12px; }
    .nova-nav-wrap { padding-inline: 28px; }
    .nova-menu-toggle { display: none; }
    .nova-navigation { position: static; display: flex; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; align-items: center; gap: 2px; }
    .nova-navigation a { padding: 10px 11px; font-size: 12px; }
    .nova-nav-emergency { margin: 0 0 0 8px; padding-inline: 15px !important; }
    .nova-hero { padding: 34px 28px 58px; }
    .nova-hero-grid { display: flex; align-items: center; }
    .nova-hero-content { width: calc(54% - 24px); }
    .nova-hero-visual { width: calc(46% - 24px); }
    .nova-hero-content { padding: 40px 0; }
    .nova-hero-visual { min-height: 420px; }
    .nova-hero-visual img { height: 420px; }
    .nova-locator { display: flex; margin-top: -34px; padding: 26px 32px; border-radius: 22px; align-items: center; gap: 40px; }
    .nova-locator-copy { width: 36%; }
    .nova-locator-form { width: 64%; }
    .nova-paths, .nova-updates { padding-block: 88px; }
    .nova-section-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
    .nova-section-header > p { text-align: right; }
    .nova-path-grid { display: flex; gap: 18px; }
    .nova-path { width: calc((100% - 36px)/3); min-height: 340px; padding: 30px; }
    .nova-trust { display: flex; padding: 92px max(28px, calc((100vw - var(--nova-max))/2)); gap: 100px; align-items: center; }
    .nova-trust-intro, .nova-trust-points { width: calc(50% - 50px); }
    .nova-trust-intro, .nova-trust-points { margin: 0; }
    .nova-update-grid { display: flex; }
    .nova-update-card { width: calc((100% - 28px)/3); }
    .nova-cta { display: flex; margin-top: 96px; margin-bottom: 96px; padding: 48px 54px; align-items: center; justify-content: space-between; }
    .nova-cta-copy { max-width: 720px; }
    .nova-cta-actions { justify-content: flex-end; }
    .nova-footer-main { display: flex; gap: 48px; }
    .nova-footer-brand { width: 36%; }
    .nova-footer-column { width: calc((64% - 144px)/3); }
}

@media (min-width: 1180px) {
    .nova-brand-copy strong { font-size: 18px; }
    .nova-navigation a { padding-inline: 14px; font-size: 13px; }
    .nova-hero h1 { font-size: 78px; }
    .nova-hero-grid { gap: 70px; }
}

@media (prefers-reduced-motion: reduce) {
    .nova-path, .nova-path strong span { transition: none; }
}

/* Nova public subpages --------------------------------------------------- */
body.theme-cybersecurity .nova-subhero {
    position: relative;
    min-height: 0;
    padding: 48px 0 56px;
    overflow: hidden;
    border: 0;
    background: var(--nova-ink) !important;
}

body.theme-cybersecurity .nova-subhero::before,
body.theme-cybersecurity .nova-subhero::after { display: none; }

.nova-subhero-orbit {
    position: absolute;
    top: -210px;
    right: -190px;
    width: 460px;
    height: 460px;
    border: 80px solid rgba(84,214,255,.045);
    border-radius: 50%;
}

body.theme-cybersecurity .nova-subhero-container { position: relative; z-index: 1; }
.nova-breadcrumbs { margin-bottom: 36px; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.nova-breadcrumbs ol { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; gap: 8px; }
.nova-breadcrumbs li { display: inline-flex; color: #8291a7; font-size: 11px; align-items: center; gap: 8px; }
.nova-breadcrumbs li + li::before { content: "/"; color: #4c5b70; }
.nova-breadcrumbs a { color: #b4bfce; }
.nova-breadcrumbs a:hover { color: var(--nova-cyan); }

body.theme-cybersecurity .nova-subhero-grid { display: grid; gap: 34px; }
body.theme-cybersecurity .nova-subhero-copy,
body.theme-cybersecurity .nova-subhero-copy * { text-align: left; }
body.theme-cybersecurity .nova-subhero-copy .restly-page-title {
    max-width: 850px;
    margin: 12px 0 20px;
    color: #fff;
    font: 800 clamp(2.45rem, 10vw, 4.9rem)/.98 "RestlyNunito", sans-serif;
    letter-spacing: -.05em;
}
body.theme-cybersecurity .nova-subhero-copy .restly-page-intro {
    max-width: 760px;
    margin: 0;
    color: #aeb9c9;
    font-size: 16px;
    line-height: 1.7;
}

body.theme-cybersecurity .restly-page-actions,
body.theme-cybersecurity .page-hero-panel-actions,
body.theme-cybersecurity .restly-detail-actions,
body.theme-cybersecurity .inline-form,
body.theme-cybersecurity .partner-decision-actions { display: flex; flex-wrap: wrap; margin-top: 24px; gap: 9px; }

body.theme-cybersecurity .page-hero-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}
body.theme-cybersecurity .page-hero-button-primary { border-color: var(--nova-blue); background: var(--nova-blue); color: #fff; box-shadow: 0 12px 28px rgba(23,107,255,.18); }
body.theme-cybersecurity .page-hero-button-primary:hover { border-color: #0d56dc; background: #0d56dc; color: #fff; }
body.theme-cybersecurity .page-hero-button-secondary { border-color: var(--nova-line); background: #fff; color: var(--nova-ink); }
body.theme-cybersecurity .page-hero-button-secondary:hover { border-color: #b9c8dc; background: #f8fafc; color: var(--nova-ink); }
body.theme-cybersecurity .nova-subhero .page-hero-button-secondary { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: #fff; }

body.theme-cybersecurity .nova-subhero-panel {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.055);
    box-shadow: none;
    backdrop-filter: blur(10px);
}
body.theme-cybersecurity .nova-subhero-panel .page-hero-panel-kicker { color: var(--nova-cyan); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
body.theme-cybersecurity .nova-subhero-panel h2 { margin: 9px 0 12px; color: #fff; font-size: 21px; }
body.theme-cybersecurity .nova-subhero-panel > p { color: #9daabd; font-size: 14px; }
body.theme-cybersecurity .page-hero-summary-list { display: grid; margin: 18px 0 0; gap: 0; }
body.theme-cybersecurity .page-hero-summary-item { display: grid; padding: 12px 0; border: 0; border-top: 1px solid rgba(255,255,255,.09); border-radius: 0; background: transparent !important; box-shadow: none; gap: 3px; }
body.theme-cybersecurity .page-hero-summary-item dt { color: #718096; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
body.theme-cybersecurity .page-hero-summary-item dd { margin: 0; color: #e7edf5 !important; font-size: 13px; }

body.theme-cybersecurity .restly-content-section,
body.theme-cybersecurity .restly-surface-alt { padding: 64px 0 !important; background: var(--nova-paper); }
body.theme-cybersecurity .restly-content-section + .restly-content-section { border-top: 1px solid var(--nova-line); }
body.theme-cybersecurity .restly-content-section > .container,
body.theme-cybersecurity .restly-surface-alt > .container { max-width: var(--nova-max); }

body.theme-cybersecurity .section-head,
body.theme-cybersecurity .restly-section-title-wrapper { max-width: 780px; margin: 0 0 28px; text-align: left; }
body.theme-cybersecurity .restly-section-title-wrapper > .restly-section-title {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
body.theme-cybersecurity .section-head.mt-1,
body.theme-cybersecurity .mt-10 { margin-top: 64px !important; }
body.theme-cybersecurity .section-head .eyebrow,
body.theme-cybersecurity .restly-section-stitle span,
body.theme-cybersecurity .location-kicker,
body.theme-cybersecurity .editorial-meta,
body.theme-cybersecurity .network-card-role {
    display: inline-flex;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--nova-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
body.theme-cybersecurity .restly-content-section .section-head .eyebrow {
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-self: start;
}
body.theme-cybersecurity .section-head h2,
body.theme-cybersecurity .restly-section-title h2,
body.theme-cybersecurity h2.restly-section-title { margin: 9px 0 12px; color: var(--nova-ink); font-size: clamp(1.9rem, 7vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; text-align: left; }
body.theme-cybersecurity .section-head p,
body.theme-cybersecurity .restly-section-copy { max-width: 720px; margin: 0; color: var(--nova-muted); text-align: left; }

body.theme-cybersecurity .grid,
body.theme-cybersecurity .glossary-feature-grid,
body.theme-cybersecurity .editorial-list-grid,
body.theme-cybersecurity .network-grid,
body.theme-cybersecurity .service-detail-module-grid,
body.theme-cybersecurity .service-detail-location-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }

body.theme-cybersecurity .card,
body.theme-cybersecurity .restly-rich-card,
body.theme-cybersecurity .restly-side-card,
body.theme-cybersecurity .glossary-feature-card,
body.theme-cybersecurity .editorial-list-card,
body.theme-cybersecurity .network-card,
body.theme-cybersecurity .share-card,
body.theme-cybersecurity .restly-filter-card,
body.theme-cybersecurity .partner-directory-row,
body.theme-cybersecurity .standorte-directory-row,
body.theme-cybersecurity .service-overview-row {
    padding: 22px;
    border: 1px solid var(--nova-line);
    border-radius: 18px;
    background: #fff;
    color: var(--nova-ink);
    box-shadow: 0 10px 32px rgba(16,34,59,.055);
}
body.theme-cybersecurity .card-strong { border-top: 3px solid var(--nova-blue); background: #fff; color: var(--nova-ink); }
body.theme-cybersecurity .card h3,
body.theme-cybersecurity .restly-rich-card h3,
body.theme-cybersecurity .restly-side-card h3,
body.theme-cybersecurity .glossary-feature-card h3,
body.theme-cybersecurity .editorial-list-card h4,
body.theme-cybersecurity .network-card h3 { margin: 10px 0; color: var(--nova-ink); font-size: 20px; line-height: 1.2; }
body.theme-cybersecurity .card p,
body.theme-cybersecurity .restly-rich-card p,
body.theme-cybersecurity .restly-side-card p,
body.theme-cybersecurity .glossary-feature-card p,
body.theme-cybersecurity .editorial-list-card p,
body.theme-cybersecurity .network-card p { color: var(--nova-muted); }
body.theme-cybersecurity .glossary-feature-card:hover,
body.theme-cybersecurity .editorial-list-card:hover,
body.theme-cybersecurity .network-card:hover { border-color: #b9cae1; transform: translateY(-2px); box-shadow: 0 18px 44px rgba(16,34,59,.09); }

body.theme-cybersecurity .network-card-link,
body.theme-cybersecurity .editorial-list-link { display: inline-flex; margin-top: 10px; color: var(--nova-blue); font-size: 13px; font-weight: 800; }
body.theme-cybersecurity .network-card-link::after,
body.theme-cybersecurity .editorial-list-link::after { content: "→"; margin-left: 7px; }
body.theme-cybersecurity .contact-list,
body.theme-cybersecurity .restly-bullet-list { display: grid; margin: 16px 0 0; padding: 0; list-style: none; gap: 9px; }
body.theme-cybersecurity .contact-list li,
body.theme-cybersecurity .restly-bullet-list li { position: relative; padding-left: 22px; color: #4f5e73; line-height: 1.55; }
body.theme-cybersecurity .contact-list li::before,
body.theme-cybersecurity .restly-bullet-list li::before {
    content: "✓";
    position: absolute;
    top: 3px;
    left: 0;
    display: grid;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--nova-blue);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    place-items: center;
}

body.theme-cybersecurity .share-card { display: grid; margin-bottom: 28px; gap: 18px; background: #eef5ff; border-color: #d5e5ff; }
body.theme-cybersecurity .share-card-actions { display: flex; flex-wrap: wrap; gap: 8px; }
body.theme-cybersecurity .partner-existing-login {
    display: grid;
    margin-bottom: 28px;
    gap: 22px;
    align-items: center;
    border-color: #cbdcf7;
    background: #f3f7ff;
}
body.theme-cybersecurity .partner-existing-login .form-card { box-shadow: none; }
body.theme-cybersecurity .partner-existing-login .form-card p { margin: 4px 0 0; }

body.theme-cybersecurity .service-detail-layout,
body.theme-cybersecurity .page-two-col { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
body.theme-cybersecurity .service-detail-rail,
body.theme-cybersecurity .service-rail-stack { display: grid; gap: 14px; }
body.theme-cybersecurity .service-rail-card { position: static; }

body.theme-cybersecurity .form-card {
    display: grid;
    padding: 22px;
    border: 1px solid var(--nova-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(16,34,59,.06);
    gap: 8px;
}
body.theme-cybersecurity .form-card label,
body.theme-cybersecurity .restly-filter-card label { margin: 8px 0 0; color: #27364b; font-size: 12px; font-weight: 800; }
body.theme-cybersecurity .form-card input:not([type="checkbox"]):not([type="radio"]),
body.theme-cybersecurity .form-card select,
body.theme-cybersecurity .form-card textarea,
body.theme-cybersecurity .restly-filter-card input,
body.theme-cybersecurity .restly-filter-card select {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;
    border: 1px solid #ccd7e5;
    border-radius: 11px;
    background: #f8fafc;
    color: var(--nova-ink);
    box-shadow: none;
}
body.theme-cybersecurity .form-card textarea { min-height: 130px; resize: vertical; }
body.theme-cybersecurity .form-card input:focus,
body.theme-cybersecurity .form-card select:focus,
body.theme-cybersecurity .form-card textarea:focus,
body.theme-cybersecurity .restly-filter-card input:focus,
body.theme-cybersecurity .restly-filter-card select:focus { border-color: var(--nova-blue); outline: 3px solid rgba(23,107,255,.1); background: #fff; }
body.theme-cybersecurity .form-card > button,
body.theme-cybersecurity .restly-filter-card button { min-height: 50px; margin-top: 12px; padding: 0 18px; border: 0; border-radius: 11px; background: var(--nova-blue); color: #fff; font-weight: 800; }
body.theme-cybersecurity .check-row { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; line-height: 1.5; }
body.theme-cybersecurity .check-row input { margin-top: 4px; }
body.theme-cybersecurity .contact-trust-note,
body.theme-cybersecurity .status { margin-bottom: 14px; padding: 16px; border: 1px solid #cfe8dd; border-radius: 14px; background: #eefaf4; color: #194c37; }
body.theme-cybersecurity .contact-trust-note ul { margin-bottom: 0; }
body.theme-cybersecurity .network-governance-visuals { display: grid; gap: 42px; }
body.theme-cybersecurity .network-visual-intro { padding: clamp(22px,4vw,38px); border-radius: 22px; color: #fff; background: radial-gradient(circle at 90% 10%,rgba(52,211,153,.28),transparent 32%),linear-gradient(135deg,#101f35,#123c64); box-shadow: 0 22px 55px rgba(16,34,59,.2); }
body.theme-cybersecurity .network-visual-intro h2 { max-width: 760px; margin: 10px 0; color: #fff; }
body.theme-cybersecurity .network-visual-intro p { max-width: 820px; color: #dbeafe; }
body.theme-cybersecurity .network-overview-track { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 22px; }
body.theme-cybersecurity .network-overview-track span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-weight: 800; font-size: 13px; }
body.theme-cybersecurity .network-overview-track i { color: #6ee7b7; font-style: normal; font-weight: 900; }
body.theme-cybersecurity .network-role-grid,
body.theme-cybersecurity .network-demo-grid { display: grid; gap: 14px; }
body.theme-cybersecurity .network-role-card { position: relative; min-height: 190px; padding: 24px; border: 1px solid #d9e3ef; border-radius: 18px; background: linear-gradient(145deg,#fff,#f3f7fb); box-shadow: 0 12px 30px rgba(16,34,59,.07); }
body.theme-cybersecurity .network-role-icon { display: grid; width: 48px; height: 48px; margin-bottom: 16px; place-items: center; border-radius: 14px; background: #e7f1ff; font-size: 24px; box-shadow: inset 0 0 0 1px #cfe1f8; }
body.theme-cybersecurity .network-role-card strong { display: block; margin-bottom: 8px; color: var(--nova-ink); }
body.theme-cybersecurity .network-role-card p { margin-bottom: 8px; }
body.theme-cybersecurity .network-role-card small { color: var(--nova-muted); }
body.theme-cybersecurity .network-process-flow { display: grid; gap: 28px; margin: 24px 0; padding: 0; list-style: none; counter-reset: network-step; }
body.theme-cybersecurity .network-process-section { padding: clamp(20px,3vw,32px); border: 1px solid #dce8f5; border-radius: 22px; background: #f7faff; }
body.theme-cybersecurity .network-process-flow li { position: relative; padding: 18px 18px 18px 64px; border: 1px solid #d7e4f5; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(16,34,59,.05); counter-increment: network-step; }
body.theme-cybersecurity .network-process-flow li::before { content: counter(network-step); position: absolute; left: 18px; top: 17px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--nova-blue); color: #fff; font-weight: 900; }
body.theme-cybersecurity .network-process-flow li:not(:last-child)::after { content: "↓"; position: absolute; left: 27px; bottom: -27px; color: var(--nova-blue); font-size: 20px; font-weight: 900; }
body.theme-cybersecurity .network-process-flow strong,
body.theme-cybersecurity .network-process-flow span { display: block; }
body.theme-cybersecurity .network-process-flow span { margin-top: 4px; color: var(--nova-muted); }
body.theme-cybersecurity .network-process-note { padding: 16px; border-left: 4px solid var(--nova-blue); border-radius: 10px; background: #eef5ff; }
body.theme-cybersecurity .network-demo-window { overflow: hidden; border: 1px solid #d8e2ee; border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(16,34,59,.08); }
body.theme-cybersecurity .network-demo-window header { display: flex; align-items: center; gap: 6px; padding: 12px 14px; background: #17253a; color: #fff; }
body.theme-cybersecurity .network-demo-window header span { width: 9px; height: 9px; border-radius: 50%; background: #7f91a9; }
body.theme-cybersecurity .network-demo-window header strong { margin-left: 6px; font-size: 12px; }
body.theme-cybersecurity .network-demo-body { padding: 18px; }
body.theme-cybersecurity .network-demo-body ul { margin: 12px 0; padding-left: 20px; }
body.theme-cybersecurity .network-demo-body em { display: block; color: #8b2532; font-size: 12px; }
body.theme-cybersecurity .network-matrix-scroll { overflow-x: auto; }
body.theme-cybersecurity .network-matrix-table { width: 100%; min-width: 760px; border-collapse: collapse; }
body.theme-cybersecurity .network-matrix-table th,
body.theme-cybersecurity .network-matrix-table td { padding: 13px; border: 1px solid #d8e2ee; text-align: left; vertical-align: top; }
body.theme-cybersecurity .network-matrix-table thead th { background: #17253a; color: #fff; }
body.theme-cybersecurity .network-matrix-table tbody th { background: #eef5ff; color: var(--nova-ink); }

/* Legal documents */
body.theme-cybersecurity .legal-document { display: grid; gap: 18px; margin-top: 26px; }
body.theme-cybersecurity .legal-document-section { padding: 24px 26px; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(16,34,59,.045); }
body.theme-cybersecurity .legal-document-section h2 { margin: 0 0 12px; color: #12253d; font-size: clamp(19px,2vw,24px); font-weight: 900; line-height: 1.25; letter-spacing: -.02em; }
body.theme-cybersecurity .legal-document-section p { margin: 0; color: #4e6075; font-size: 16px; line-height: 1.78; }
body.theme-cybersecurity .imprint-overview { display: grid; gap: 14px; margin: 18px 0; padding: 20px 22px; align-items: center; border-radius: 15px; background: linear-gradient(135deg,#102039,#174c70); color: #fff; }
body.theme-cybersecurity .imprint-overview h2 { margin: 3px 0; color: #fff; font-size: clamp(21px,2.5vw,28px); font-weight: 900; letter-spacing: -.025em; }
body.theme-cybersecurity .imprint-overview p { margin: 0; color: #e3edf5; font-size: 14px; }
body.theme-cybersecurity .imprint-overview a { width: fit-content; padding: 8px 11px; border-radius: 8px; background: #fff; color: #15559a; font-size: 13px; font-weight: 800; }
body.theme-cybersecurity .imprint-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; background: #65e0c3; color: #103553; }
body.theme-cybersecurity .imprint-mark svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
body.theme-cybersecurity .legal-document-imprint { grid-template-columns: 1fr; }
body.theme-cybersecurity .legal-document-imprint .legal-document-section { padding: 18px 20px; border-radius: 12px; }
body.theme-cybersecurity .legal-document-imprint .legal-document-section h2 { margin-bottom: 8px; font-size: clamp(17px,1.6vw,20px); }
body.theme-cybersecurity .legal-document-imprint .legal-document-section p { font-size: 14px; line-height: 1.62; }
@media (min-width: 820px) {
    body.theme-cybersecurity .imprint-overview { grid-template-columns: auto 1fr auto; }
    body.theme-cybersecurity .legal-document-imprint { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
body.theme-cybersecurity .privacy-overview { display: grid; gap: 28px; margin: 26px 0 18px; padding: clamp(28px,4vw,46px); border: 2px solid #2f79b7; border-radius: 24px; background: radial-gradient(circle at 90% 0,rgba(63,230,190,.14),transparent 32%),linear-gradient(135deg,#071523,#0b2e49); color: #fff; box-shadow: 0 18px 45px rgba(7,21,35,.22); }
body.theme-cybersecurity .privacy-overview h2 { max-width: 700px; margin: 10px 0 14px; color: #fff; font-size: clamp(30px,4vw,46px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; }
body.theme-cybersecurity .privacy-overview p { max-width: 760px; margin: 0; color: #f2f8fd; font-size: 17px; line-height: 1.65; }
body.theme-cybersecurity .privacy-fact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
body.theme-cybersecurity .privacy-fact-grid article { min-height: 122px; padding: 18px; border: 2px solid #b9d8ee; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
body.theme-cybersecurity .privacy-fact-grid strong,body.theme-cybersecurity .privacy-fact-grid span { display: block; }
body.theme-cybersecurity .privacy-fact-grid strong { color: #075f50; font-size: 25px; font-weight: 900; }
body.theme-cybersecurity .privacy-fact-grid span { margin-top: 7px; color: #18344d; font-size: 13px; font-weight: 700; line-height: 1.4; }
body.theme-cybersecurity .privacy-jump-nav { display: flex; position: sticky; top: 86px; z-index: 5; flex-wrap: wrap; gap: 8px; margin: 18px 0 28px; padding: 10px; border: 1px solid #dce6f1; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(16,34,59,.08); backdrop-filter: blur(10px); }
body.theme-cybersecurity .privacy-jump-nav a { padding: 8px 12px; border-radius: 9px; color: #24517e; font-size: 13px; font-weight: 800; }
body.theme-cybersecurity .privacy-jump-nav a:hover { background: #eaf3ff; color: #125fd2; }
body.theme-cybersecurity .legal-document-privacy { grid-template-columns: 1fr; }
body.theme-cybersecurity .legal-document-privacy .legal-document-section { scroll-margin-top: 160px; padding: 22px 24px; border: 1px solid #c9d8e6; border-left: 5px solid #537493; border-radius: 12px; background: #fff; box-shadow: none; }
body.theme-cybersecurity .legal-document-privacy .legal-document-section h2 { margin: 0 0 12px; padding: 0 0 10px; border-bottom: 2px solid #d7e1ea; background: transparent; color: #153a5a; font-size: clamp(20px,2vw,24px); font-weight: 900; line-height: 1.25; letter-spacing: -.015em; }
body.theme-cybersecurity .legal-document-privacy .legal-document-section p { color: #31485e; font-size: 15px; line-height: 1.72; }
body.theme-cybersecurity .legal-document-privacy .legal-document-section:nth-child(6),body.theme-cybersecurity .legal-document-privacy .legal-document-section:nth-child(10),body.theme-cybersecurity .legal-document-privacy .legal-document-section:nth-child(15),body.theme-cybersecurity .legal-document-privacy .legal-document-section:nth-child(17) { border-color: #8eb9e0; border-left-color: #075ea8; background: #edf6ff; }
@media (min-width: 900px) {
    body.theme-cybersecurity .privacy-overview { grid-template-columns: minmax(0,1fr) 420px; align-items: center; }
    body.theme-cybersecurity .privacy-fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    body.theme-cybersecurity .legal-document-privacy .legal-document-section { padding: 18px; }
    body.theme-cybersecurity .legal-document-privacy .legal-document-section h2 { font-size: 19px; }
}

/* Network governance infographic */
body.theme-cybersecurity .network-governance-page { overflow: hidden; background: linear-gradient(180deg,#f6f9fd 0,#fff 22%,#f7faff 100%); }
body.theme-cybersecurity .container-1180 { width: min(1180px,calc(100% - 32px)); margin-inline: auto; }
body.theme-cybersecurity .network-governance-shell > .meta-line { width: fit-content; margin: 0 0 18px auto; padding: 7px 11px; border-radius: 999px; background: #eaf2ff; color: #356092; font-size: 12px; }
body.theme-cybersecurity .network-governance-visuals { gap: clamp(54px,7vw,88px); }
body.theme-cybersecurity .network-governance-visuals section > h2 { margin: 10px 0 28px; color: #12253d; font-size: clamp(28px,4vw,44px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; }
body.theme-cybersecurity .network-visual-intro { display: grid; gap: 32px; padding: clamp(30px,5vw,58px); border: 0; border-radius: 28px; }
body.theme-cybersecurity .network-intro-copy h2 { max-width: 720px; font-size: clamp(36px,5vw,62px); line-height: 1.02; letter-spacing: -.055em; }
body.theme-cybersecurity .network-intro-copy p { max-width: 760px; margin: 18px 0 0; font-size: clamp(16px,2vw,20px); line-height: 1.65; }
body.theme-cybersecurity .network-system-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
body.theme-cybersecurity .network-map-node { display: flex; min-height: 136px; padding: 18px 14px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.1); text-align: center; backdrop-filter: blur(8px); }
body.theme-cybersecurity .network-map-node > span { display: grid; width: 38px; height: 38px; margin-bottom: 10px; place-items: center; border-radius: 12px; background: #fff; color: #176bff; font-weight: 900; }
body.theme-cybersecurity .network-map-node strong { color: #fff; font-size: 15px; }
body.theme-cybersecurity .network-map-node small { margin-top: 4px; color: #bed4ef; }
body.theme-cybersecurity .network-map-arrow { color: #6ee7b7; font-size: 26px; font-style: normal; font-weight: 900; }
body.theme-cybersecurity .network-role-grid { gap: 20px; }
body.theme-cybersecurity .network-role-card { min-height: 260px; padding: 30px; border-radius: 22px; transition: transform .2s ease,box-shadow .2s ease; }
body.theme-cybersecurity .network-role-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(16,34,59,.12); }
body.theme-cybersecurity .network-role-icon { width: 58px; height: 58px; color: #176bff; }
body.theme-cybersecurity .network-role-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
body.theme-cybersecurity .network-role-card strong { font-size: 19px; font-weight: 900; }
body.theme-cybersecurity .network-role-card p { color: #56677b; line-height: 1.7; }
body.theme-cybersecurity .network-process-section { padding: clamp(28px,4vw,48px); border-radius: 26px; }
body.theme-cybersecurity .network-process-flow { gap: 18px; }
body.theme-cybersecurity .network-process-flow li { min-height: 120px; padding: 60px 20px 22px; }
body.theme-cybersecurity .network-process-flow li::before { left: 20px; top: 18px; width: 32px; height: 32px; }
body.theme-cybersecurity .network-process-flow li:not(:last-child)::after { left: auto; right: -15px; top: 48px; bottom: auto; z-index: 2; content: "→"; }
body.theme-cybersecurity .network-process-flow strong { color: #17304e; font-size: 16px; font-weight: 900; }
body.theme-cybersecurity .network-portal-demo { padding: clamp(28px,4vw,48px); border-radius: 26px; background: #13243a; color: #fff; }
body.theme-cybersecurity .network-portal-demo > h2 { color: #fff !important; }
body.theme-cybersecurity .network-portal-demo > p { max-width: 720px; color: #bfd0e3; }
body.theme-cybersecurity .network-demo-grid { margin-top: 30px; gap: 20px; color: #213248; }
body.theme-cybersecurity .network-demo-window { min-height: 330px; border: 0; border-radius: 20px; }
body.theme-cybersecurity .network-demo-window header { min-height: 52px; }
body.theme-cybersecurity .network-demo-body { padding: 24px; }
body.theme-cybersecurity .network-demo-body b { font-size: 19px; color: #162b46; }
body.theme-cybersecurity .network-demo-body li { margin-bottom: 9px; }
body.theme-cybersecurity .network-matrix-section { padding: clamp(28px,4vw,48px); border: 1px solid #dce7f3; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(16,34,59,.07); }
body.theme-cybersecurity .network-matrix-table { border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: 16px; }
body.theme-cybersecurity .network-matrix-table th,body.theme-cybersecurity .network-matrix-table td { padding: 17px; border-width: 0 0 1px 1px; line-height: 1.5; }
body.theme-cybersecurity .network-matrix-table thead th { padding-block: 18px; font-weight: 900; }

@media (min-width: 1000px) {
    body.theme-cybersecurity .network-role-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    body.theme-cybersecurity .network-process-flow { grid-template-columns: repeat(5,minmax(0,1fr)); }
    body.theme-cybersecurity .network-process-flow-partner { grid-template-columns: repeat(6,minmax(0,1fr)); }
}
@media (max-width: 760px) {
    body.theme-cybersecurity .network-system-map { grid-template-columns: 1fr; }
    body.theme-cybersecurity .network-map-arrow { transform: rotate(90deg); justify-self: center; }
    body.theme-cybersecurity .network-process-flow li:not(:last-child)::after { left: 26px; right: auto; top: auto; bottom: -27px; content: "↓"; }
    body.theme-cybersecurity .legal-document-section { padding: 20px; }
}

body.theme-cybersecurity .filter-row { display: grid; grid-template-columns: 1fr; gap: 9px; }
body.theme-cybersecurity .partner-directory-actions,
body.theme-cybersecurity .standorte-directory-actions,
body.theme-cybersecurity .service-overview-actions { display: flex; flex-wrap: wrap; gap: 8px; }
body.theme-cybersecurity .partner-directory-list,
body.theme-cybersecurity .standorte-directory-list,
body.theme-cybersecurity .service-overview-list { display: grid; gap: 14px; }
body.theme-cybersecurity .partner-directory-row,
body.theme-cybersecurity .standorte-directory-row,
body.theme-cybersecurity .service-overview-row { display: grid; gap: 18px; }
body.theme-cybersecurity .partner-service-tag,
body.theme-cybersecurity .standorte-chip,
body.theme-cybersecurity .partner-directory-level,
body.theme-cybersecurity .partner-directory-flag { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #edf4ff; color: #174a9d; font-size: 10px; font-weight: 800; }

body.theme-cybersecurity .restly-pagination { display: flex; margin-top: 28px; align-items: center; justify-content: center; gap: 8px; }

body.theme-cybersecurity .editorial-filter { display:grid; grid-template-columns:minmax(190px,1.15fr) minmax(300px,1.5fr) minmax(150px,.8fr) minmax(150px,.8fr) auto; gap:18px; align-items:end; margin:0 0 36px; padding:22px; border:1px solid var(--nova-line); border-radius:18px; background:#fff; box-shadow:0 14px 34px rgba(18,43,68,.07); }
body.theme-cybersecurity .editorial-filter-heading { display:flex; gap:12px; align-items:center; align-self:center; }
body.theme-cybersecurity .editorial-filter-heading strong, body.theme-cybersecurity .editorial-filter-heading small { display:block; }
body.theme-cybersecurity .editorial-filter-heading strong { color:var(--nova-ink); font-size:17px; }
body.theme-cybersecurity .editorial-filter-heading small { margin-top:2px; color:var(--nova-muted); font-size:13px; }
body.theme-cybersecurity .editorial-filter-icon { display:grid; width:42px; height:42px; flex:0 0 42px; place-items:center; border-radius:12px; background:#edf4ff; color:var(--nova-blue); font-size:22px; font-weight:800; }
body.theme-cybersecurity .editorial-filter fieldset { min-width:0; margin:0; padding:0; border:0; }
body.theme-cybersecurity .editorial-filter legend, body.theme-cybersecurity .editorial-filter-select > span { display:block; margin:0 0 8px; color:var(--nova-muted); font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
body.theme-cybersecurity .editorial-filter-types { display:flex; flex-wrap:wrap; gap:6px; }
body.theme-cybersecurity .editorial-filter-types label { position:relative; margin:0; cursor:pointer; }
body.theme-cybersecurity .editorial-filter-types input { position:absolute; width:1px; height:1px; opacity:0; }
body.theme-cybersecurity .editorial-filter-types span { display:inline-flex; min-height:40px; padding:0 12px; align-items:center; border:1px solid var(--nova-line); border-radius:10px; background:#f8fafc; color:var(--nova-ink); font-size:14px; font-weight:700; }
body.theme-cybersecurity .editorial-filter-types input:checked + span { border-color:var(--nova-blue); background:var(--nova-blue); color:#fff; }
body.theme-cybersecurity .editorial-filter-types input:focus-visible + span { outline:3px solid rgba(31,157,130,.25); outline-offset:2px; }
body.theme-cybersecurity .editorial-filter-select { display:block; margin:0; }
body.theme-cybersecurity .editorial-filter-select select { width:100%; min-height:42px; margin:0; padding:0 34px 0 12px; border:1px solid var(--nova-line); border-radius:10px; background:#fff; color:var(--nova-ink); }
body.theme-cybersecurity .editorial-filter-actions { display:flex; gap:8px; }
body.theme-cybersecurity .editorial-filter-submit, body.theme-cybersecurity .editorial-filter-reset { display:inline-flex; min-height:42px; align-items:center; justify-content:center; border:0; border-radius:10px; font-weight:800; }
body.theme-cybersecurity .editorial-filter-submit { padding:0 18px; background:var(--nova-blue); color:#fff; }
body.theme-cybersecurity .editorial-filter-reset { width:42px; border:1px solid var(--nova-line); background:#fff; color:var(--nova-ink); font-size:22px; }
body.theme-cybersecurity .checks-overview-head { max-width:760px; }
body.theme-cybersecurity .checks-overview-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
body.theme-cybersecurity .check-overview-card { position:relative; padding:30px; overflow:hidden; border:1px solid var(--nova-line); border-radius:20px; background:#fff; box-shadow:0 16px 38px rgba(18,43,68,.07); }
body.theme-cybersecurity .check-overview-card-featured { grid-row:span 2; background:linear-gradient(145deg,#f2fbf8 0%,#fff 65%); }
body.theme-cybersecurity .check-overview-number { position:absolute; top:18px; right:22px; color:#d8e5e2; font-size:38px; font-weight:900; }
body.theme-cybersecurity .check-overview-icon { display:grid; width:52px; height:52px; margin-bottom:22px; place-items:center; border-radius:15px; background:var(--nova-blue); color:#fff; font-size:24px; font-weight:900; }
body.theme-cybersecurity .check-overview-icon-alert { background:#c8473a; }
body.theme-cybersecurity .check-overview-card h3 { margin:8px 0 12px; }
body.theme-cybersecurity .check-overview-card p { margin-bottom:18px; }
@media (max-width:1100px) { body.theme-cybersecurity .editorial-filter { grid-template-columns:1fr 1.5fr 1fr; } body.theme-cybersecurity .editorial-filter-actions { align-self:end; } }
@media (max-width:800px) { body.theme-cybersecurity .editorial-filter { grid-template-columns:1fr; padding:18px; } body.theme-cybersecurity .checks-overview-grid { grid-template-columns:1fr; } body.theme-cybersecurity .check-overview-card-featured { grid-row:auto; } }
body.theme-cybersecurity .restly-pagination-link,
body.theme-cybersecurity .restly-pagination-disabled { display: inline-flex; min-height: 40px; padding: 0 13px; border: 1px solid var(--nova-line); border-radius: 10px; background: #fff; align-items: center; }

body.theme-cybersecurity .restly-rich-copy { max-width: 920px; }
body.theme-cybersecurity .restly-rich-copy h2 { margin-top: 32px; color: var(--nova-ink); font-size: 25px; }
body.theme-cybersecurity .restly-rich-copy h3 { margin-top: 24px; }
body.theme-cybersecurity .restly-rich-copy a { color: var(--nova-blue); text-decoration: underline; text-underline-offset: 3px; }
body.theme-cybersecurity .editorial-list-grid > .empty-theme-block {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid var(--nova-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}
body.theme-cybersecurity .editorial-list-grid > .empty-theme-block p { margin: 0; }

body.theme-cybersecurity .cybercheck-intro {
    padding: 34px 0 28px;
    background: linear-gradient(135deg, #0b2850 0%, #154f8f 100%);
    color: #fff;
}
body.theme-cybersecurity .cybercheck-intro-grid { display: grid; gap: 22px; }
body.theme-cybersecurity .cybercheck-intro .eyebrow { color: #8dd9ff; }
body.theme-cybersecurity .cybercheck-intro h1 {
    max-width: 760px;
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(31px, 7vw, 52px);
    line-height: 1.05;
}
body.theme-cybersecurity .cybercheck-intro p { max-width: 720px; margin: 0; color: #dbeaff; font-size: 17px; }
body.theme-cybersecurity .cybercheck-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: start;
}
body.theme-cybersecurity .cybercheck-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 12px;
    font-weight: 750;
}
body.theme-cybersecurity .cybercheck-shell { padding: 22px 0 64px; background: #f4f7fb; }
body.theme-cybersecurity .cybercheck-frame {
    display: block;
    width: 100%;
    min-height: 1550px;
    border: 0;
    border-radius: 20px;
    background: #f4f7fb;
}
body.theme-cybersecurity .cybercheck-native,
body.theme-cybersecurity cybercheck-app { display: block; width: 100%; background: #f4f7fb; }

@media print {
    body.theme-cybersecurity .nova-fixed-top,
    body.theme-cybersecurity .nova-footer,
    body.theme-cybersecurity #back-top,
    body.theme-cybersecurity .consent-banner { display: none !important; }
    body.theme-cybersecurity .cybercheck-native { background: #fff; }
}

@media (min-width: 720px) {
    body.theme-cybersecurity .grid-2,
    body.theme-cybersecurity .glossary-feature-grid,
    body.theme-cybersecurity .editorial-list-grid,
    body.theme-cybersecurity .network-grid,
    body.theme-cybersecurity .service-detail-module-grid,
    body.theme-cybersecurity .service-detail-location-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    body.theme-cybersecurity .share-card { grid-template-columns: 1fr auto; align-items: center; }
    body.theme-cybersecurity .filter-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    body.theme-cybersecurity .partner-existing-login { grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); }
    body.theme-cybersecurity .network-role-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 960px) {
    body.theme-cybersecurity .cybercheck-intro { padding: 48px 0 40px; }
    body.theme-cybersecurity .cybercheck-intro-grid { grid-template-columns: minmax(0,1fr) 300px; align-items: end; }
    body.theme-cybersecurity .cybercheck-trust { justify-content: flex-end; }
    body.theme-cybersecurity .cybercheck-shell { padding: 30px 0 80px; }
    body.theme-cybersecurity .nova-subhero { padding: 64px 0 76px; }
    body.theme-cybersecurity .nova-subhero-grid { display: flex; align-items: center; gap: 72px; }
    body.theme-cybersecurity .nova-subhero-copy { width: calc(64% - 36px); }
    body.theme-cybersecurity .nova-subhero-panel { width: calc(36% - 36px); padding: 28px; }
    body.theme-cybersecurity .restly-content-section,
    body.theme-cybersecurity .restly-surface-alt { padding: 88px 0 !important; }
    body.theme-cybersecurity .grid-3,
    body.theme-cybersecurity .glossary-feature-grid,
    body.theme-cybersecurity .editorial-list-grid,
    body.theme-cybersecurity .network-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    body.theme-cybersecurity .service-detail-layout,
    body.theme-cybersecurity .page-two-col { grid-template-columns: minmax(0,1fr) 340px; gap: 32px; }
    body.theme-cybersecurity .service-detail-layout-alt { grid-template-columns: 340px minmax(0,1fr); }
    body.theme-cybersecurity .service-detail-followup-layout { grid-template-columns: minmax(0,1fr) 380px; }
    body.theme-cybersecurity .service-detail-module-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    body.theme-cybersecurity .service-rail-card { position: static; top: auto; }
    body.theme-cybersecurity .filter-row { grid-template-columns: repeat(4, minmax(0,1fr)); }
    body.theme-cybersecurity .network-demo-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    body.theme-cybersecurity .partner-directory-row,
    body.theme-cybersecurity .standorte-directory-row { grid-template-columns: minmax(0,1fr) minmax(240px,.65fr) 180px; align-items: start; padding: 28px; }
    body.theme-cybersecurity .service-overview-row {
        grid-template-columns: minmax(320px,1.15fr) minmax(320px,.9fr) 170px;
        align-items: start;
        padding: 28px;
    }
    body.theme-cybersecurity .service-overview-actions {
        display: grid;
        align-content: start;
    }
}
