@font-face {
    font-family: "RestlyRubik";
    src: url("fonts/rubik-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyRubik";
    src: url("fonts/rubik-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyRubik";
    src: url("fonts/rubik-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyRubik";
    src: url("fonts/rubik-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyRubik";
    src: url("fonts/rubik-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyNunito";
    src: url("fonts/nunito-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyNunito";
    src: url("fonts/nunito-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RestlyNunito";
    src: url("fonts/nunito-900.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body.theme-cybersecurity {
    --cyber-space-1: 10px;
    --cyber-space-2: 14px;
    --cyber-space-3: 18px;
    --cyber-space-4: 24px;
    --cyber-space-5: 32px;
    --cyber-space-6: 40px;
    --cyber-radius-sm: 14px;
    --cyber-radius-md: 18px;
    --cyber-radius-lg: 24px;
    --cyber-border-color: rgba(18, 39, 69, 0.08);
    --cyber-border-strong: rgba(18, 39, 69, 0.14);
    --cyber-shadow-sm: 0 12px 30px rgba(18, 39, 69, 0.08);
    --cyber-shadow-md: 0 18px 48px rgba(18, 39, 69, 0.1);
    --cyber-shadow-lg: 0 24px 64px rgba(18, 39, 69, 0.14);
    --cyber-transition-standard: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
    background-color: var(--theme-bg-color, #f9f5ef);
    color: #1f1f1f;
    font-family: "RestlyRubik", "Rubik", sans-serif;
}

body.theme-cybersecurity h1,
body.theme-cybersecurity h2,
body.theme-cybersecurity h3,
body.theme-cybersecurity h4,
body.theme-cybersecurity h5,
body.theme-cybersecurity h6 {
    font-family: "RestlyNunito", "Nunito", sans-serif;
}

body.theme-cybersecurity main {
    display: block;
}

body.theme-cybersecurity a,
body.theme-cybersecurity button,
body.theme-cybersecurity input,
body.theme-cybersecurity select,
body.theme-cybersecurity textarea {
    transition: var(--cyber-transition-standard);
}

body.theme-cybersecurity a:focus-visible,
body.theme-cybersecurity button:focus-visible,
body.theme-cybersecurity input:focus-visible,
body.theme-cybersecurity select:focus-visible,
body.theme-cybersecurity textarea:focus-visible,
body.theme-cybersecurity summary:focus-visible {
    outline: 3px solid rgba(16, 76, 186, 0.18);
    outline-offset: 2px;
}

body.theme-cybersecurity .site-frame.site {
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background: #fff;
}

body.theme-cybersecurity.theme-layout-wide .container {
    width: min(100%, 1320px);
    max-width: 1320px;
}

body.theme-cybersecurity.theme-layout-boxed .site-frame.site {
    max-width: 1440px;
    margin: 22px auto;
    box-shadow: 0 18px 55px rgba(18, 39, 69, 0.18);
}

body.theme-cybersecurity.theme-layout-boxed .container {
    width: min(100%, 1240px);
    max-width: 1240px;
}

body.theme-cybersecurity .consent-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 140;
    border-radius: 0;
    margin: 0;
    width: auto;
    max-width: none;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    border: none;
}

body.theme-cybersecurity .consent-banner::before {
    display: none;
}

body.theme-cybersecurity .consent-banner .container {
    width: 100%;
    max-width: none;
}

body.theme-cybersecurity .consent-banner .consent-banner-inner {
    padding: 0.9rem 1rem;
    gap: 0.9rem 1rem;
    border: 1px solid rgba(17, 54, 106, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 32px rgba(15, 26, 45, 0.16);
}

body.theme-cybersecurity .consent-banner strong {
    margin-bottom: 0.3rem;
}

body.theme-cybersecurity .consent-banner p {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-bottom: 0;
}

body.theme-cybersecurity .consent-banner .consent-actions {
    gap: 0.6rem;
    display: flex;
    grid-template-columns: none;
}

body.theme-cybersecurity .consent-banner .consent-actions form {
    width: 100%;
}

body.theme-cybersecurity .consent-banner .consent-actions button {
    width: 100%;
    min-height: 38px;
    padding: 0.65rem 0.95rem;
    font-size: 0.8rem;
    border-radius: 10px;
}

.theme-cybersecurity .header-top {
    background: #050505;
    padding: 10px 0;
}
.theme-cybersecurity .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.theme-cybersecurity .top-header-left p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.theme-cybersecurity .top-header-right {
    display: flex;
    gap: 16px;
    align-items: center;
}
.theme-cybersecurity .topbar-contacts {
    display: flex;
    gap: 16px;
    font-size: 13px;
}
.theme-cybersecurity .topbar-links ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme-cybersecurity .topbar-links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.theme-cybersecurity .topbar-links a:hover {
    background: rgba(255, 255, 255, 0.18);
}
.theme-cybersecurity .topbar-contacts a {
    color: #fff;
    text-transform: none;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
}
.theme-cybersecurity .topbar-contacts i {
    font-size: 12px;
}

.theme-cybersecurity .header-eight .main-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: linear-gradient(180deg, rgba(5, 12, 24, 0.94) 0%, rgba(5, 12, 24, 0.8) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(5, 12, 24, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-cybersecurity .header-eight .main-header > .container {
    max-width: 1380px;
}
.theme-cybersecurity .main-navigation {
    min-height: 74px;
    padding: 8px 0;
}

.theme-cybersecurity .header-eight .site-title {
    margin: 0;
}

.theme-cybersecurity .legacy-brand-lockup {
    display: flex;
    align-items: center;
    margin-right: 28px;
    min-width: 0;
}
.theme-cybersecurity .legacy-brand-link {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    text-decoration: none;
}
.theme-cybersecurity .legacy-brand-link strong {
    font-family: "RestlyNunito", "Nunito", sans-serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.18), 0 4px 18px rgba(0, 0, 0, 0.42);
}
.theme-cybersecurity .legacy-brand-link small {
    color: rgba(239, 244, 251, 0.92);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.theme-cybersecurity .main-navigation .nav-menu ul li a {
    cursor: pointer;
    font-family: "RestlyRubik", "Rubik", sans-serif;
    font-weight: 600;
}

.theme-cybersecurity .main-navigation .nav-menu ul li a:hover,
.theme-cybersecurity .main-navigation .nav-menu ul li.current-menu-item > a {
    color: #fff;
}
.theme-cybersecurity .main-navigation .nav-menu ul {
    display: flex;
    align-items: center;
    gap: 6px;
}
.theme-cybersecurity .main-navigation .nav-menu ul li a {
    padding: 9px 11px;
    border-radius: 999px;
    color: rgba(239, 244, 251, 0.92);
    font-size: 12px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}
.theme-cybersecurity .main-navigation .nav-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.08);
}
.theme-cybersecurity .main-navigation .nav-menu ul li.nav-cta a {
    background: #ff5a3d;
    color: #fff;
    box-shadow: 0 14px 30px rgba(255, 90, 61, 0.28);
    padding-inline: 13px;
}
.theme-cybersecurity .main-navigation .nav-menu ul li.nav-cta a:hover {
    background: #1f69ea;
    color: #fff;
}
.theme-cybersecurity .tp-menu-toggle {
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 44px;
    height: 44px;
}

/* Regions dropdown submenu */
.theme-cybersecurity .legacy-nav-list li.menu-item-has-children {
    position: relative;
}
.theme-cybersecurity .legacy-nav-list li.menu-item-has-children > a::after {
    content: " ▾";
    font-size: 10px;
    opacity: 0.7;
}
.theme-cybersecurity .legacy-nav-list ul.sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: rgba(5, 12, 24, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 6px 0;
    backdrop-filter: blur(12px);
}
.theme-cybersecurity .legacy-nav-list li.menu-item-has-children:hover ul.sub-menu,
.theme-cybersecurity .legacy-nav-list li.menu-item-has-children:focus-within ul.sub-menu {
    display: block;
}
.theme-cybersecurity .legacy-nav-list ul.sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.theme-cybersecurity .legacy-nav-list ul.sub-menu li:last-child {
    border-bottom: none;
}
.theme-cybersecurity .legacy-nav-list ul.sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: rgba(239, 244, 251, 0.88) !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
}
.theme-cybersecurity .legacy-nav-list ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

.theme-cybersecurity .main-navigation .button.search-open {
    margin-left: auto;
    margin-right: 20px;
}

.theme-cybersecurity .main-slider-item {
    position: relative;
    overflow: hidden;
}

.theme-cybersecurity .main-slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, var(--theme-hero-overlay, rgba(255, 255, 255, 0.9)) 0%, rgba(249, 245, 239, 0.92) 70%, rgba(249, 245, 239, 0.85) 100%);
}

.theme-cybersecurity .main-slider-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 170px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(13, 18, 33, 0) 0%, rgba(12, 16, 28, 0.6) 100%);
}

.theme-cybersecurity .main-slider-item .image img {
    width: 100%;
    min-height: 760px;
    object-fit: cover;
    filter: saturate(0.76) brightness(0.84);
}

.theme-cybersecurity .main-slider-item .slider-caption {
    position: relative;
    z-index: 2;
}

.theme-cybersecurity .main-slider-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 144px 0 150px;
}

.theme-cybersecurity .main-slider-content .sub-title {
    color: #ffcec1;
    font-family: "RestlyRubik", "Rubik", sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.01em;
}

.theme-cybersecurity .main-slider-content .slider-title {
    max-width: 680px;
    font-family: "RestlyRubik", "Rubik", sans-serif;
    font-weight: 800;
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #1f1f1f;
}

.theme-cybersecurity .main-slider-content .slider-dec {
    max-width: 660px;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(15, 16, 23, 0.82);
}

.theme-cybersecurity .main-slider-content .slider-dec p,
.theme-cybersecurity .main-slider-content .slider-dec {
    margin-bottom: 0;
}

.theme-cybersecurity .main-slider-content .slider-btns {
    margin-top: 34px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.theme-cybersecurity .theme-btns,
.theme-cybersecurity .slider-btn1,
.theme-cybersecurity .slider-btn2 {
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.theme-cybersecurity .slider-btn1 {
    background: #1f69ea;
    box-shadow: 0 18px 40px rgba(31, 105, 234, 0.25);
}

.theme-cybersecurity .slider-btn2 {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
    box-shadow: 0 18px 36px rgba(8, 16, 28, 0.22);
}

.theme-cybersecurity .slider-btn1:hover,
.theme-cybersecurity .slider-btn2:hover,
.theme-cybersecurity .theme-btns:hover {
    transform: translateY(-3px);
}

.theme-cybersecurity .slider-btn1:hover {
    background: #104cba;
    box-shadow: 0 22px 44px rgba(16, 76, 186, 0.32);
}

.theme-cybersecurity .slider-btn2:hover {
    background: #fff;
    color: #0f1727;
}

.theme-cybersecurity .home-banner-inner {
    position: relative;
    margin-bottom: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -82px;
}

.theme-cybersecurity .home-banner-section {
    background: var(--theme-bg-color, #f9f5ef);

}
.theme-cybersecurity .hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 28px 65px rgba(31, 24, 15, 0.18);
}
.theme-cybersecurity .hero-media img {
    width: 100%;
    height: 840px;
    object-fit: cover;
    filter: saturate(0.84) brightness(0.72);
}
.theme-cybersecurity .hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 9, 16, 0.82) 0%, rgba(10, 11, 18, 0.72) 36%, rgba(14, 13, 20, 0.34) 72%, rgba(14, 12, 16, 0.18) 100%),
        linear-gradient(180deg, rgba(12, 10, 8, 0.08) 0%, rgba(12, 10, 8, 0.28) 100%);
    z-index: 1;
}
.theme-cybersecurity .hero-stage {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 420px);
    gap: 18px;
    padding: 104px 64px 52px;
    align-items: stretch;
    max-width: 1440px;
    margin: 0 auto;
}
.theme-cybersecurity .hero-copy-shell {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}
.theme-cybersecurity .hero-copy {
    max-width: 620px;
    color: #fff;
}
.theme-cybersecurity .hero-copy .eyebrow {
    display: inline-flex;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffd8bf;
    margin-bottom: 14px;
}
.theme-cybersecurity .hero-copy h1 {
    color: #fff;
    /* FIX: Hero-H1 responsiv über clamp statt hartem 50px-Wert */
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    max-width: 540px;
}
.theme-cybersecurity .hero-copy > p {
    font-size: 16px;
    line-height: 1.54;
    color: rgba(255, 255, 255, 0.88);
    max-width: 540px;
    margin-bottom: 16px;
}
.theme-cybersecurity .hero-trust-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: grid;
    gap: 6px;
}
.theme-cybersecurity .hero-trust-list li {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}
.theme-cybersecurity .hero-trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5a3d;
    box-shadow: 0 0 0 6px rgba(255, 90, 61, 0.16);
}
.theme-cybersecurity .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: start;
}
.theme-cybersecurity .hero-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
.theme-cybersecurity .hero-action-button:hover {
    transform: translateY(-1px);
}
.theme-cybersecurity .hero-action-button-primary {
    background: #1f69ea;
    color: #fff;
    border: 1px solid #1f69ea;
    box-shadow: 0 16px 34px rgba(31, 105, 234, 0.22);
}
.theme-cybersecurity .hero-action-button-primary:hover {
    background: #104cba;
    color: #fff;
    border-color: #104cba;
}
.theme-cybersecurity .hero-action-button-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: #0f1727;
    border: 1px solid rgba(15, 23, 39, 0.08);
    box-shadow: 0 12px 28px rgba(4, 8, 20, 0.12);
}
.theme-cybersecurity .hero-action-button-secondary:hover {
    background: #ffffff;
    color: #0f1727;
    border-color: rgba(15, 23, 39, 0.14);
}
.theme-cybersecurity .hero-search-card {
    background: rgba(255, 251, 245, 0.95);
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
    max-width: 520px;
    margin-top: 34px;
}
.theme-cybersecurity .hero-search-card label {
    display: block;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}
.theme-cybersecurity .hero-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}
.theme-cybersecurity .hero-search-card input {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(31, 31, 31, 0.14);
    padding: 0 16px;
    background: #fff;
    color: #1f1f1f;
}
.theme-cybersecurity .hero-btn {
    min-height: 48px;
    border: none;
    border-radius: 14px;
    padding: 0 22px;
    background: #ff5a3d;
    color: #fff;
    box-shadow: 0 18px 38px rgba(255, 90, 61, 0.28);
}
.theme-cybersecurity .hero-note {
    color: #5c554d;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.45;
}
.theme-cybersecurity .hero-overlay-cards {
    position: relative;
    inset: auto;
    display: grid;
    gap: 10px;
    align-content: center;
    align-self: center;
    max-width: 350px;
    justify-self: end;
}
.theme-cybersecurity .hero-decision-card {
    background: rgba(255, 248, 241, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.theme-cybersecurity .hero-decision-card h3 {
    font-size: 18px;
    line-height: 1.18;
    margin-bottom: 7px;
    color: #17181d;
}
.theme-cybersecurity .hero-decision-card p {
    color: #4f4a43;
    margin-bottom: 8px;
    line-height: 1.36;
    font-size: 13px;
}
.theme-cybersecurity .decision-kicker {
    display: inline-flex;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c74e35;
}
.theme-cybersecurity .hero-card-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
    transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
.theme-cybersecurity .hero-card-button:hover {
    transform: translateY(-1px);
}
.theme-cybersecurity .hero-card-button-primary {
    background: #1f69ea;
    color: #fff;
    border: 1px solid #1f69ea;
    box-shadow: 0 14px 26px rgba(31, 105, 234, 0.24);
}
.theme-cybersecurity .hero-card-button-primary:hover {
    background: #0f2f67;
    color: #fff;
    border-color: #0f2f67;
}
.theme-cybersecurity .hero-card-button-secondary {
    background: #fff;
    color: #17181d;
    border: 1px solid rgba(23, 24, 29, 0.1);
    box-shadow: none;
}
.theme-cybersecurity .hero-card-button-secondary:hover {
    background: #f6f8fc;
    color: #17181d;
}
.theme-cybersecurity .hero-decision-strong {
    background: linear-gradient(180deg, rgba(255, 248, 241, 0.98) 0%, rgba(255, 238, 225, 0.94) 100%);
}
.theme-cybersecurity .hero-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #efefef;
    box-shadow: 0 12px 30px rgba(8, 16, 28, 0.18);
    backdrop-filter: blur(2px);
}

.theme-cybersecurity .hero-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.theme-cybersecurity .hero-nav-prev {
    left: 54px;
}

.theme-cybersecurity .hero-nav-next {
    right: 54px;
}

.theme-cybersecurity .feature-box-section {
    position: relative;
    margin-top: 0;
    z-index: 5;
    background: #fff;
    padding-top: 32px;
    padding-bottom: 18px;
}
.theme-cybersecurity .feature-strip-head {
    margin-bottom: 22px;
}

.theme-cybersecurity .feature-box-section .restly-service-two-box {
    margin-bottom: 0;
    box-shadow: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.theme-cybersecurity .feature-box-section .restly-service-two-contents {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border-radius: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(17, 39, 73, 0.08);
    min-height: 100%;
}

.theme-cybersecurity .feature-box-section .restly-service-two-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(17, 39, 73, 0.14);
}
.theme-cybersecurity .feature-box-section .restly-service-two-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #eef4fc;
    color: #123d88;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 24px;
}
.theme-cybersecurity .feature-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ff6b4d;
}
.theme-cybersecurity .feature-box-section .service-two-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #12233d;
}
.theme-cybersecurity .feature-box-section .service-two-dec p {
    color: #607087;
    margin-bottom: 18px;
}
.theme-cybersecurity .feature-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #123d88;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(18, 61, 136, 0.18);
}
.theme-cybersecurity .feature-link:hover {
    background: #0f2f67;
    color: #fff;
}

.theme-cybersecurity .about-section,
.theme-cybersecurity .counter-section,
.theme-cybersecurity .editorial-section,
.theme-cybersecurity .contact-section-eight {
    background: #fff;
}
.theme-cybersecurity .restly-section-title-wrapper {
    margin-bottom: 22px;
}
.theme-cybersecurity .restly-section-title > p {
    margin-top: 8px;
    margin-bottom: 0;
}
.theme-cybersecurity .home-section-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.theme-cybersecurity .home-section-button {
    min-width: 220px;
    justify-content: center;
}
.theme-cybersecurity .first-step-intro,
.theme-cybersecurity .first-step-card {
    border-radius: 18px;
    border: 1px solid rgba(18, 39, 69, 0.08);
    box-shadow: 0 18px 48px rgba(18, 39, 69, 0.08);
}
.theme-cybersecurity .first-step-intro {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
    height: 100%;
}
.theme-cybersecurity .first-step-intro .restly-about-title {
    margin-bottom: 18px;
}
.theme-cybersecurity .first-step-note {
    margin-top: 28px;
    padding: 20px 22px;
    border-radius: 16px;
    background: #eef4fc;
}
.theme-cybersecurity .first-step-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.theme-cybersecurity .first-step-process {
    display: grid;
    gap: 28px;
}
.theme-cybersecurity .first-step-process-head {
    max-width: 820px;
}
.theme-cybersecurity .first-step-process-head p {
    margin: 14px 0 0;
    color: #617084;
    font-size: 17px;
    line-height: 1.7;
}
.theme-cybersecurity .first-step-roadmap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: stretch;
    max-width: 1120px;
    margin: 0 auto;
}
.theme-cybersecurity .first-step-card-roadmap {
    position: relative;
}
.theme-cybersecurity .first-step-card-roadmap:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 86px;
    right: -34px;
    width: 34px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(18, 61, 136, 0.28) 0%, rgba(18, 61, 136, 0.62) 100%);
}
.theme-cybersecurity .first-step-roadmap-accent {
    margin-top: 18px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent {
    min-height: auto;
}
.theme-cybersecurity .first-step-card {
    background: #fff;
    height: 100%;
    min-height: 238px;
}
.theme-cybersecurity .first-step-card h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #12233d;
}
.theme-cybersecurity .first-step-card p {
    margin-bottom: 0;
    color: #617084;
}
.theme-cybersecurity .first-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #123d88;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 14px 28px rgba(18, 61, 136, 0.18);
}
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent {
    background: linear-gradient(180deg, #0b1830 0%, #102243 100%);
    border: 1px solid rgba(17, 39, 73, 0.2);
    box-shadow: 0 22px 54px rgba(7, 18, 37, 0.24);
    padding: 28px;
}
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent h3,
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent p {
    color: #fff;
}
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent p {
    color: rgba(235, 240, 248, 0.92);
    margin-bottom: 22px;
}
.theme-cybersecurity .first-step-roadmap-accent .first-step-card-accent .decision-kicker {
    color: #ffb59e;
}
.theme-cybersecurity .first-step-note-inline {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(235, 240, 248, 0.92);
    font-size: 14px;
    line-height: 1.6;
}
.theme-cybersecurity .first-step-card-accent .theme-btns {
    background: #fff;
    color: #0b1830;
    box-shadow: 0 18px 36px rgba(4, 8, 20, 0.18);
}
.theme-cybersecurity .first-step-card-accent .theme-btns:hover {
    background: #ffefe9;
    color: #0b1830;
}

.theme-cybersecurity .about-image-grid {
    position: relative;
    min-height: 560px;
    padding-right: 70px;
}

.theme-cybersecurity .about-image-grid img {
    border-radius: 6px;
    width: 100%;
    display: block;
}

.theme-cybersecurity .about-image-primary {
    max-width: 390px;
}

.theme-cybersecurity .about-image-secondary {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 280px;
    box-shadow: 0 18px 55px rgba(18, 39, 69, 0.22);
}

.theme-cybersecurity .trusted-box {
    position: absolute;
    left: 20px;
    bottom: 0;
    max-width: 300px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(18, 39, 69, 0.14);
    border-radius: 6px;
}

.theme-cybersecurity .trusted-box .restly-about-content {
    padding: 26px 28px;
}

.theme-cybersecurity .trusted-box .restly-about-stitle,
.theme-cybersecurity .trusted-box .restly-about-stitle span,
.theme-cybersecurity .trusted-box .restly-about-dec,
.theme-cybersecurity .trusted-box .restly-about-dec p {
    color: #454545;
}

.theme-cybersecurity .service-section-eight {
    background: transparent;
    position: relative;
}
.theme-cybersecurity .service-section-eight .restly-section-title-wrapper {
    margin-bottom: 32px;
}
.theme-cybersecurity .service-item-eight {
    background: #ffffff;
    border-radius: var(--cyber-radius-md);
    padding: 28px 24px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-sm);
}
.theme-cybersecurity .service-item-eight .service-slider-title a {
    color: #111827;
}
.theme-cybersecurity .service-item-eight .icon {
    background: #f5f7fb;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.theme-cybersecurity .service-item-eight .service-slider-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.theme-cybersecurity .service-item-eight .sslier-dec {
    color: rgba(17, 24, 39, 0.78);
    margin-bottom: 14px;
}
.theme-cybersecurity .service-item-eight .learn-more {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #104cba;
}
.theme-cybersecurity .service-item-eight:hover {
    transform: translateY(-6px);
}
.theme-cybersecurity .service-section-eight .restly-section-title .restly-section-title,
.theme-cybersecurity .service-section-eight .restly-section-title h2,
.theme-cybersecurity .service-section-eight .restly-section-stitle {
    color: #fff;
}

.theme-cybersecurity .service-section-eight .restly-section-stitle span {
    color: #6ba6ff;
}

.theme-cybersecurity .counter-section .restly-counter-wrapper.new,
.theme-cybersecurity .editorial-card,
.theme-cybersecurity .contact-form-surface {
    height: 100%;
}

.theme-cybersecurity .project-section {
    background: transparent;
}
.theme-cybersecurity .network-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.theme-cybersecurity .network-card {
    background: #fff;
    border-radius: var(--cyber-radius-md);
    padding: 24px;
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-md);
    display: grid;
    gap: 10px;
}
.theme-cybersecurity .network-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
}
.theme-cybersecurity .network-card h3 a {
    color: #1f1f1f;
}
.theme-cybersecurity .network-card h3 a:hover {
    color: #1d4ed8;
}
.theme-cybersecurity .network-card-role {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #70a5ff;
    margin-bottom: 18px;
}
.theme-cybersecurity .network-card p {
    color: rgba(31, 31, 31, 0.78);
    margin-bottom: 12px;
}
.theme-cybersecurity .network-card-meta {
    font-size: 13px;
    color: rgba(31, 31, 31, 0.6);
}
.theme-cybersecurity .network-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 12px;
    background: #f4f7fb;
    color: #10203b;
    border: 1px solid rgba(16, 32, 59, 0.14);
    box-shadow: 0 10px 24px rgba(16, 32, 59, 0.08);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.theme-cybersecurity .network-card-link:hover {
    transform: translateY(-1px);
    color: #10203b;
    background: #ffffff;
    border-color: rgba(16, 32, 59, 0.24);
    box-shadow: 0 14px 28px rgba(16, 32, 59, 0.14);
}
.theme-cybersecurity .restly-portfolio-item img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.theme-cybersecurity .empty-theme-block {
    background: #fff;
    border: 1px solid #e5eef6;
    border-radius: var(--cyber-radius-md);
    padding: 40px;
    text-align: center;
}

.theme-cybersecurity .service-item-eight,
.theme-cybersecurity .restly-portfolio-item,
.theme-cybersecurity .restly-side-card,
.theme-cybersecurity .restly-rich-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.theme-cybersecurity .service-item-eight:hover,
.theme-cybersecurity .restly-portfolio-item:hover,
.theme-cybersecurity .restly-side-card:hover,
.theme-cybersecurity .restly-rich-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(18, 39, 69, 0.14);
}

.theme-cybersecurity .editorial-card {
    background: #0b1426;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(3, 9, 24, 0.45);
}
.theme-cybersecurity .editorial-card .service-slider-title a,
.theme-cybersecurity .editorial-card .sslier-dec,
.theme-cybersecurity .editorial-card .learn-more {
    color: #fff;
}
.theme-cybersecurity .editorial-card .learn-more {
    color: #8bb6ff;
}
.theme-cybersecurity .editorial-card small {
    display: inline-block;
    margin-bottom: 12px;
    color: #104cba;
    font-weight: 600;
}
.theme-cybersecurity .editorial-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.theme-cybersecurity .editorial-list-card {
    padding: 28px;
    border-radius: var(--cyber-radius-lg);
    background: #fff;
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-md);
}
.theme-cybersecurity .editorial-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.theme-cybersecurity .editorial-list-head h3 {
    margin: 6px 0 0;
    color: #12233d;
}
.theme-cybersecurity .editorial-list-link {
    min-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
}
.theme-cybersecurity .editorial-list-items {
    display: grid;
    gap: 14px;
}
.theme-cybersecurity .editorial-list-item {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(18, 39, 69, 0.08);
}
.theme-cybersecurity .editorial-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.theme-cybersecurity .editorial-meta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin: 0 0 10px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef4ff 0%, #f7faff 100%);
    border: 1px solid rgba(18, 61, 136, 0.12);
    box-shadow: 0 8px 18px rgba(18, 61, 136, 0.08);
    color: #123d88;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.theme-cybersecurity .editorial-list-item h4 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.35;
}
.theme-cybersecurity .editorial-list-item h4 a {
    color: #12233d;
}
.theme-cybersecurity .editorial-list-item p:last-child {
    margin-bottom: 0;
    color: #617084;
    line-height: 1.6;
}

.theme-cybersecurity .contact-section-eight {
    
}
.theme-cybersecurity .contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
    gap: 24px;
    margin-top: 32px;
    align-items: start;
}
.theme-cybersecurity .contact-aside {
    display: grid;
    gap: 18px;
}
.theme-cybersecurity .contact-card,
.theme-cybersecurity .contact-form-card,
.theme-cybersecurity .contact-check-card {
    background: #fff;
    color: #0f1727;
    border-radius: var(--cyber-radius-md);
    padding: 28px;
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-md);
}
.theme-cybersecurity .contact-card-primary {
    background:
        radial-gradient(circle at top right, rgba(43, 97, 229, 0.18), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
    color: #10203b;
    border-color: rgba(16, 32, 59, 0.08);
    box-shadow: 0 18px 40px rgba(16, 32, 59, 0.10);
}
.theme-cybersecurity .contact-card h3,
.theme-cybersecurity .contact-form-card h3,
.theme-cybersecurity .contact-check-card h3 {
    color: #1f1f1f;
    margin-bottom: 14px;
}
.theme-cybersecurity .contact-card-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #1650c4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.theme-cybersecurity .contact-card-primary .contact-card-kicker {
    color: #1650c4;
}
.theme-cybersecurity .contact-card p,
.theme-cybersecurity .contact-check-card p {
    color: rgba(15, 16, 23, 0.85);
    margin-bottom: 16px;
}
.theme-cybersecurity .contact-card ul,
.theme-cybersecurity .contact-check-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.theme-cybersecurity .contact-card ul li span,
.theme-cybersecurity .contact-check-card ul li span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #db7f44;
}
.theme-cybersecurity .contact-card ul li,
.theme-cybersecurity .contact-check-card ul li {
    color: #1f1f1f;
    font-size: 14px;
}
.theme-cybersecurity .contact-form-card form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.theme-cybersecurity .contact-form-card label {
    color: #10203b;
    font-size: 14px;
    font-weight: 700;
}
.theme-cybersecurity .contact-form-card input,
.theme-cybersecurity .contact-form-card select,
.theme-cybersecurity .contact-form-card textarea {
    border: 1px solid var(--cyber-border-strong);
    border-radius: var(--cyber-radius-sm);
    padding: 12px 14px;
    font-family: inherit;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    color: #10203b;
    box-shadow: inset 0 1px 2px rgba(16, 32, 59, 0.04);
}
.theme-cybersecurity .contact-form-card input:hover,
.theme-cybersecurity .contact-form-card select:hover,
.theme-cybersecurity .contact-form-card textarea:hover {
    border-color: rgba(16, 76, 186, 0.22);
    background: #fff;
}
.theme-cybersecurity .contact-form-card input:focus,
.theme-cybersecurity .contact-form-card select:focus,
.theme-cybersecurity .contact-form-card textarea:focus {
    border-color: rgba(16, 76, 186, 0.4);
    box-shadow: 0 0 0 4px rgba(16, 76, 186, 0.08);
    background: #fff;
}
.theme-cybersecurity .contact-form-card {
    border-radius: var(--cyber-radius-lg);
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(43, 97, 229, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: var(--cyber-shadow-lg);
}

.theme-cybersecurity .contact-trust-note {
    margin: 0 0 1.15rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(48, 95, 120, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(243, 248, 251, 0.96), rgba(236, 244, 248, 0.92));
    color: #23404f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.theme-cybersecurity .contact-trust-note strong {
    display: block;
    margin-bottom: 0.45rem;
    color: #143347;
    font-size: 0.95rem;
}

.theme-cybersecurity .contact-trust-note ul {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding-left: 1.1rem;
    color: #355364;
    font-size: 0.9rem;
}

.theme-cybersecurity .contact-form-footnote {
    margin: 0.75rem 0 0;
    color: rgba(37, 59, 74, 0.78);
    font-size: 0.84rem;
    line-height: 1.55;
}

.theme-cybersecurity .contact-form-card button {
    border-radius: var(--cyber-radius-sm);
    padding: 14px 20px;
    border: none;
    background: linear-gradient(135deg, #2263eb 0%, #0f4fd2 100%);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(20, 82, 210, 0.28);
    min-height: 52px;
}
.theme-cybersecurity .contact-form-card .status {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #eef4ff;
    border: 1px solid rgba(22, 80, 196, 0.12);
    color: #10203b;
    font-size: 14px;
    line-height: 1.6;
}
.theme-cybersecurity .contact-form-card .field-error {
    margin: -6px 0 0;
    color: #b72d2d;
    font-size: 13px;
    font-weight: 600;
}
.theme-cybersecurity .contact-form-card .topic-panel {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.theme-cybersecurity .contact-form-card .topic-panel-note {
    margin: 0 0 0.95rem;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(18, 47, 77, 0.08);
}

.theme-cybersecurity .contact-form-card .topic-panel-note strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #153349;
    font-size: 0.9rem;
}

.theme-cybersecurity .contact-form-card .topic-panel-note p {
    margin: 0;
    color: #476375;
    font-size: 0.87rem;
    line-height: 1.55;
}

.theme-cybersecurity .contact-form-card .topic-panel-head h4 {
    margin-bottom: 6px;
    color: #10203b;
    font-size: 18px;
}
.theme-cybersecurity .contact-form-card .topic-panel-head p {
    margin-bottom: 14px;
    color: rgba(16, 32, 59, 0.74);
}
.theme-cybersecurity .contact-form-card .check-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(16, 32, 59, 0.86);
}
.theme-cybersecurity .contact-form-card .check-row input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 auto;
}

.theme-cybersecurity .erstcheck-footnote {
    margin: 0.15rem 0 0;
    color: rgba(38, 60, 73, 0.78);
    font-size: 0.84rem;
    line-height: 1.55;
}

.theme-cybersecurity .glossary-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.theme-cybersecurity .glossary-feature-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fdfefe 0%, #f4f8fb 100%);
    border: 1px solid rgba(18, 47, 77, 0.08);
    box-shadow: 0 18px 44px rgba(12, 27, 44, 0.08);
}

.theme-cybersecurity .glossary-feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}
.theme-cybersecurity .glossary-feature-card h3 a {
    color: #0f172a;
    text-decoration: none;
}
.theme-cybersecurity .glossary-feature-card h3 a:hover {
    color: #1d4ed8;
}
.theme-cybersecurity .glossary-feature-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 0.8rem;
}

.theme-cybersecurity .glossary-letter-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 2rem;
}

.theme-cybersecurity .glossary-letter-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(19, 47, 77, 0.06);
    border: 1px solid rgba(19, 47, 77, 0.08);
    color: #16364c;
    font-weight: 700;
}

.theme-cybersecurity .glossary-groups {
    display: grid;
    gap: 2.25rem;
}

.theme-cybersecurity .glossary-group {
    scroll-margin-top: 130px;
}

.theme-cybersecurity .glossary-list-card {
    box-shadow: 0 16px 34px rgba(14, 29, 45, 0.08);
}

.theme-cybersecurity .glossary-related-section {
    margin-top: 2rem;
}

.theme-cybersecurity .contact-optional-fields {
    padding: 14px 16px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
}
.theme-cybersecurity .contact-optional-fields summary {
    cursor: pointer;
    color: #1650c4;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
}
.theme-cybersecurity .contact-optional-fields summary::-webkit-details-marker {
    display: none;
}
.theme-cybersecurity .contact-optional-fields[open] summary {
    margin-bottom: 14px;
}
.theme-cybersecurity .contact-optional-fields label:first-of-type {
    margin-top: 0;
}
.theme-cybersecurity .contact-check-card {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 14px 32px rgba(16, 32, 59, 0.08);
}
.theme-cybersecurity .contact-summary-card {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 14px 32px rgba(16, 32, 59, 0.08);
}
.theme-cybersecurity .contact-check-card > .card {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
.theme-cybersecurity .contact-check-card > .card h3 {
    color: #10203b;
    margin-bottom: 10px;
}
.theme-cybersecurity .contact-check-card > .card p {
    color: rgba(16, 32, 59, 0.8);
}
.theme-cybersecurity .contact-check-card > .card .form-card {
    display: grid;
    gap: 12px;
    margin: 0;
}
.theme-cybersecurity .contact-check-card > .card label {
    color: #10203b;
    font-size: 14px;
    font-weight: 700;
}
.theme-cybersecurity .contact-check-card > .card select,
.theme-cybersecurity .contact-check-card > .card input {
    width: 100%;
    border: 1px solid rgba(16, 32, 59, 0.14);
    border-radius: 14px;
    padding: 11px 13px;
    background: #fff;
    color: #10203b;
}
.theme-cybersecurity .contact-check-card > .card button {
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    background: #10203b;
    color: #fff;
    font-weight: 700;
}
.theme-cybersecurity .contact-link-stack {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}
.theme-cybersecurity .contact-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}
.theme-cybersecurity .contact-link-button {
    width: 100%;
    justify-content: flex-start;
    background: #fff;
    color: #10203b;
    border-color: rgba(16, 32, 59, 0.12);
}
.theme-cybersecurity .contact-link-button:hover {
    color: #10203b;
}
.theme-cybersecurity .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.theme-cybersecurity .contact-list li {
    color: rgba(16, 32, 59, 0.86);
    line-height: 1.6;
}
.theme-cybersecurity .contact-list strong {
    color: #10203b;
}
.theme-cybersecurity .hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.theme-cybersecurity .contact-form-surface {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 55px rgba(18, 39, 69, 0.12);
    padding: 28px;
}

.theme-cybersecurity .contact-form-surface form,
.theme-cybersecurity .contact-form-surface .compact-check {
    margin: 0;
}

.theme-cybersecurity .contact-form-surface input,
.theme-cybersecurity .contact-form-surface select,
.theme-cybersecurity .contact-form-surface textarea {
    width: 100%;
}

.theme-cybersecurity .footer-area {
    position: relative;
    background: var(--theme-footer-bg, #030812);
    color: rgba(255, 255, 255, 0.88);
    padding: 80px 0 30px;
}
.theme-cybersecurity .footer-area::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--theme-footer-opacity, 0.3));
    z-index: 0;
}
.theme-cybersecurity .footer-area > .container {
    position: relative;
    z-index: 1;
}
.theme-cybersecurity .footer-area .row {
    align-items: start;
}
.theme-cybersecurity .footer-widget {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.theme-cybersecurity .footer-widget h3 a,
.theme-cybersecurity .footer-widget h4,
.theme-cybersecurity .footer-links a,
.theme-cybersecurity .footer-contact li,
.theme-cybersecurity .copyright-area p {
    color: #fff;
}

.theme-cybersecurity .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.theme-cybersecurity .footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.theme-cybersecurity .footer-link-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}
.theme-cybersecurity .footer-link-group,
.theme-cybersecurity .footer-legal {
    display: grid;
    gap: 10px;
}
.theme-cybersecurity .footer-group-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6ba6ff;
}
.theme-cybersecurity .footer-widget h4 {
    font-size: 18px;
    margin-bottom: 18px;
}
.theme-cybersecurity .social-icons ul {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme-cybersecurity .social-icons ul li a {
    color: #fff;
}

.theme-cybersecurity .footer-links,
.theme-cybersecurity .footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-cybersecurity .footer-links li,
.theme-cybersecurity .footer-contact li {
    margin-bottom: 10px;
}
.theme-cybersecurity .footer-utility-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.theme-cybersecurity .footer-utility-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 600;
}
.theme-cybersecurity .footer-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.theme-cybersecurity .footer-contact-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 600;
}
.theme-cybersecurity .footer-links-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    margin-left: 0;
    justify-content: flex-start;
}
.theme-cybersecurity .footer-links-inline a {
    display: inline-flex;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.theme-cybersecurity .footer-links-inline li,
.theme-cybersecurity .footer-links-inline a,
.theme-cybersecurity .footer-contact-chip,
.theme-cybersecurity .footer-utility-links a {
    margin-bottom: 0;
}

.theme-cybersecurity .footer-contact span {
    color: #6ba6ff;
    font-weight: 600;
}

.theme-cybersecurity .copyright-area {
    margin-top: 40px;
    padding-top: 24px;
}
.theme-cybersecurity .copyright-area .row {
    align-items: center;
}
.theme-cybersecurity .footer-links-copyright {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .theme-cybersecurity .footer-link-groups {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .theme-cybersecurity .footer-links-copyright {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

.theme-cybersecurity .restly-page-hero {
    position: relative;
    padding: 132px 0 84px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.theme-cybersecurity .restly-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(24, 96, 255, 0.2), transparent 28%),
        linear-gradient(100deg, rgba(3, 9, 31, 0.95) 0%, rgba(3, 9, 31, 0.84) 44%, rgba(3, 9, 31, 0.56) 100%);
}
.theme-cybersecurity .restly-page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(3, 9, 31, 0) 0%, rgba(3, 9, 31, 0.78) 100%);
}

.theme-cybersecurity .restly-page-hero > .container {
    position: relative;
    z-index: 1;
}

.theme-cybersecurity .page-hero-breadcrumb-card {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 28px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 42px rgba(3, 9, 24, 0.28);
}
.theme-cybersecurity .breadcrumb-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}
.theme-cybersecurity .breadcrumb-menu-wrap {
    margin-bottom: 34px;
}

.theme-cybersecurity .breadcrumb-menu li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.theme-cybersecurity .breadcrumb-menu li:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.42);
    border-right: 1.5px solid rgba(255, 255, 255, 0.42);
    transform: rotate(45deg);
}
.theme-cybersecurity .breadcrumb-menu li,
.theme-cybersecurity .breadcrumb-menu li a,
.theme-cybersecurity .breadcrumb-menu li span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.theme-cybersecurity .breadcrumb-menu li a:hover {
    color: #fff;
}

.theme-cybersecurity .page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: center;
}

.theme-cybersecurity .page-hero-copy {
    max-width: none;
}

.theme-cybersecurity .page-hero-copy-card,
.theme-cybersecurity .page-hero-panel-card {
    padding: 34px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 60px rgba(3, 9, 24, 0.34);
}
.theme-cybersecurity .page-hero-copy-card {
    background: linear-gradient(180deg, rgba(6, 12, 32, 0.74) 0%, rgba(6, 12, 32, 0.64) 100%);
}
.theme-cybersecurity .page-hero-panel-card {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(239, 245, 255, 0.92) 100%);
    color: #10203b;
}
.theme-cybersecurity .page-hero-panel-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #1650c4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.theme-cybersecurity .restly-page-title {
    color: #fff;
    /* FIX: Page-Title responsiv — 56px war auf mobil zu gross */
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 16px;
    text-wrap: balance;
}

.theme-cybersecurity .restly-page-intro {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.72;
    max-width: 48rem;
}

.theme-cybersecurity .restly-page-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.theme-cybersecurity .page-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.theme-cybersecurity .page-hero-button:hover {
    transform: translateY(-1px);
}
.theme-cybersecurity .page-hero-button-primary {
    background: linear-gradient(135deg, #2263eb 0%, #0f4fd2 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(20, 82, 210, 0.34);
}
.theme-cybersecurity .page-hero-button-primary:hover {
    color: #fff;
    box-shadow: 0 18px 38px rgba(20, 82, 210, 0.42);
}
.theme-cybersecurity .page-hero-button-secondary {
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.theme-cybersecurity .page-hero-button-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 14px 28px rgba(3, 9, 24, 0.22);
}
.theme-cybersecurity .page-hero-panel h2 {
    margin-bottom: 12px;
    color: #10203b;
    font-size: 28px;
    line-height: 1.2;
}
.theme-cybersecurity .page-hero-panel p {
    margin-bottom: 18px;
    color: rgba(16, 32, 59, 0.82);
    font-size: 15px;
    line-height: 1.7;
}
.theme-cybersecurity .page-hero-summary-list {
    display: grid;
    gap: 12px;
    margin: 0;
}
.theme-cybersecurity .page-hero-summary-item {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 12px 28px rgba(16, 32, 59, 0.08);
}
.theme-cybersecurity .page-hero-summary-item dt {
    margin-bottom: 6px;
    color: #1650c4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.theme-cybersecurity .page-hero-summary-item dd {
    margin: 0;
    color: #10203b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.theme-cybersecurity .page-hero-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.theme-cybersecurity .page-hero-panel-actions .page-hero-button-secondary {
    background: #fff;
    color: #10203b;
    border-color: rgba(16, 32, 59, 0.12);
}
.theme-cybersecurity .page-hero-panel-actions .page-hero-button-secondary:hover {
    color: #10203b;
    box-shadow: 0 14px 28px rgba(16, 32, 59, 0.12);
}

.theme-cybersecurity .card .page-hero-button-secondary,
.theme-cybersecurity .form-card .page-hero-button-secondary,
.theme-cybersecurity .editorial-list-item .page-hero-button-secondary {
    background: #f4f7fb;
    color: #10203b;
    border: 1px solid rgba(16, 32, 59, 0.14);
    box-shadow: 0 10px 24px rgba(16, 32, 59, 0.08);
}

.theme-cybersecurity .card .page-hero-button-secondary:hover,
.theme-cybersecurity .form-card .page-hero-button-secondary:hover,
.theme-cybersecurity .editorial-list-item .page-hero-button-secondary:hover {
    color: #10203b;
    border-color: rgba(16, 32, 59, 0.24);
    box-shadow: 0 14px 28px rgba(16, 32, 59, 0.14);
}

.theme-cybersecurity .restly-content-section {
    background: #fff;
}
.theme-cybersecurity .service-overview-list {
    display: grid;
    gap: 18px;
}
.theme-cybersecurity .partner-directory-list {
    display: grid;
    gap: 20px;
}
.theme-cybersecurity .standorte-directory-list {
    display: grid;
    gap: 18px;
}
.theme-cybersecurity .service-overview-row {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.9fr) 180px;
    gap: 24px;
    align-items: start;
    padding: 26px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(17, 39, 73, 0.08);
    box-shadow: 0 18px 46px rgba(17, 39, 73, 0.08);
}
.theme-cybersecurity .partner-directory-row {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: start;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 39, 73, 0.08);
    box-shadow: 0 26px 62px rgba(17, 39, 73, 0.12);
    position: relative;
}
.theme-cybersecurity .partner-directory-row::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 22px 0 0 22px;
    background: linear-gradient(180deg, #b9c7dd 0%, #93a6c4 100%);
}
.theme-cybersecurity .partner-directory-main {
    display: grid;
    gap: 14px;
}
.theme-cybersecurity .partner-directory-row-extended_profile {
    border-color: rgba(22, 80, 196, 0.18);
    box-shadow: 0 28px 66px rgba(22, 80, 196, 0.14);
}
.theme-cybersecurity .partner-directory-row-extended_profile::before {
    background: linear-gradient(180deg, #2d6df0 0%, #1650c4 100%);
}
.theme-cybersecurity .partner-directory-row-network_coordinator {
    border-color: rgba(200, 78, 53, 0.22);
    background: linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
    box-shadow: 0 30px 70px rgba(200, 78, 53, 0.16);
}
.theme-cybersecurity .partner-directory-row-network_coordinator::before {
    background: linear-gradient(180deg, #e06a4d 0%, #c84e35 100%);
}
.theme-cybersecurity .partner-directory-row-portal_basic {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}
.theme-cybersecurity .partner-directory-head {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 10px;
}
.theme-cybersecurity .partner-directory-thumb-wrap {
    width: 78px;
    height: 78px;
}
.theme-cybersecurity .partner-directory-thumb {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    background: #edf4ff;
    border: 1px solid rgba(17, 39, 73, 0.08);
}
.theme-cybersecurity .standorte-directory-row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.9fr) 180px;
    gap: 24px;
    align-items: start;
    padding: 24px 26px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(17, 39, 73, 0.08);
    box-shadow: 0 18px 46px rgba(17, 39, 73, 0.08);
}
.theme-cybersecurity .service-overview-kicker,
.theme-cybersecurity .service-overview-label {
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.theme-cybersecurity .partner-directory-kicker,
.theme-cybersecurity .partner-directory-label {
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.theme-cybersecurity .standorte-directory-label {
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.theme-cybersecurity .service-overview-kicker {
    margin-bottom: 10px;
    color: #7f92ab;
}
.theme-cybersecurity .partner-directory-kicker {
    margin-bottom: 10px;
    color: #7f92ab;
}
.theme-cybersecurity .partner-directory-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.theme-cybersecurity .partner-directory-level {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff5ff;
    color: #123d88;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.theme-cybersecurity .partner-directory-row-portal_basic .partner-directory-level {
    background: #eff3f8;
    color: #4b5d77;
}
.theme-cybersecurity .partner-directory-flag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.theme-cybersecurity .partner-directory-flag-featured {
    background: rgba(200, 78, 53, 0.12);
    color: #9d351f;
}
.theme-cybersecurity .partner-directory-flag-contact {
    background: rgba(22, 80, 196, 0.1);
    color: #1650c4;
}
.theme-cybersecurity .partner-directory-row-network_coordinator .partner-directory-level {
    background: rgba(200, 78, 53, 0.12);
    color: #9d351f;
}
.theme-cybersecurity .service-overview-row h3 {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 1.12;
}
.theme-cybersecurity .partner-directory-row h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.18;
}
.theme-cybersecurity .standorte-directory-row h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.12;
}
.theme-cybersecurity .service-overview-row h3 a {
    color: #12233d;
}
.theme-cybersecurity .partner-directory-row h3 a {
    color: #12233d;
}
.theme-cybersecurity .standorte-directory-row h3 a {
    color: #12233d;
}
.theme-cybersecurity .service-overview-lead {
    font-weight: 700;
    color: #20314d;
    margin-bottom: 12px;
}
.theme-cybersecurity .partner-directory-lead {
    font-weight: 700;
    color: #20314d;
    margin-bottom: 8px;
}
.theme-cybersecurity .standorte-directory-lead {
    font-weight: 700;
    color: #20314d;
    margin-bottom: 12px;
}
.theme-cybersecurity .service-overview-copy,
.theme-cybersecurity .service-overview-meta p {
    color: #617084;
    margin-bottom: 0;
}
.theme-cybersecurity .partner-directory-copy,
.theme-cybersecurity .partner-directory-meta p {
    color: #617084;
    margin-bottom: 0;
}
.theme-cybersecurity .partner-directory-usecase {
    margin-top: 10px;
    color: #20314d;
}
.theme-cybersecurity .partner-directory-match {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f6f9fd;
    border: 1px solid rgba(17, 39, 73, 0.06);
}
.theme-cybersecurity .partner-directory-match p {
    margin: 0;
    color: #20314d;
    font-weight: 600;
}
.theme-cybersecurity .partner-directory-row-network_coordinator .partner-directory-match {
    background: #fff2eb;
    border-color: rgba(200, 78, 53, 0.1);
}
.theme-cybersecurity .partner-directory-row-extended_profile .partner-directory-match {
    background: #f2f7ff;
    border-color: rgba(22, 80, 196, 0.08);
}
.theme-cybersecurity .partner-directory-row-portal_basic .partner-directory-match {
    background: #f7f9fc;
}
.theme-cybersecurity .standorte-directory-copy,
.theme-cybersecurity .standorte-directory-side p {
    color: #617084;
    margin-bottom: 0;
}
.theme-cybersecurity .service-overview-meta {
    display: grid;
    gap: 18px;
}
.theme-cybersecurity .partner-directory-meta {
    display: grid;
    gap: 12px;
}
.theme-cybersecurity .partner-directory-side {
    display: grid;
    gap: 16px;
}
.theme-cybersecurity .partner-directory-meta-block {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fbfcfe;
    border: 1px solid rgba(17, 39, 73, 0.06);
}
.theme-cybersecurity .standorte-directory-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.theme-cybersecurity .service-overview-label {
    margin-bottom: 8px;
    color: #ff6b4d;
}
.theme-cybersecurity .partner-directory-label {
    margin-bottom: 8px;
    color: #ff6b4d;
}
.theme-cybersecurity .standorte-directory-label {
    margin-bottom: 8px;
    color: #ff6b4d;
}
.theme-cybersecurity .service-overview-actions {
    display: grid;
    gap: 12px;
}
.theme-cybersecurity .partner-directory-actions {
    display: grid;
    gap: 10px;
}
.theme-cybersecurity .partner-directory-actions .page-hero-button {
    width: 100%;
    justify-content: center;
}
.theme-cybersecurity .partner-directory-primary {
    box-shadow: 0 12px 26px rgba(20, 82, 210, 0.22);
}
.theme-cybersecurity .partner-directory-secondary.is-static {
    background: #f4f7fb;
    color: #7b8ca3;
    border-color: rgba(17, 39, 73, 0.08);
    box-shadow: none;
}
.theme-cybersecurity .partner-directory-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}
.theme-cybersecurity .partner-directory-intro-card {
    padding: 22px 24px;
    border-radius: 22px;
    background: #f7fafd;
    border: 1px solid rgba(17, 39, 73, 0.08);
    box-shadow: 0 16px 34px rgba(17, 39, 73, 0.06);
}
.theme-cybersecurity .partner-directory-intro-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
}
.theme-cybersecurity .partner-directory-intro-card p {
    margin: 0;
    color: #4d5f78;
}
.theme-cybersecurity .partner-directory-intro-card-accent {
    background: linear-gradient(180deg, #eef4ff 0%, #f9fbff 100%);
    border-color: rgba(22, 80, 196, 0.12);
}
.theme-cybersecurity .partner-filter-help {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.theme-cybersecurity .partner-filter-help span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(17, 39, 73, 0.06);
    color: #20314d;
    font-size: 13px;
    font-weight: 600;
}
.theme-cybersecurity .standorte-directory-actions {
    display: grid;
    gap: 12px;
}
.theme-cybersecurity .service-overview-primary,
.theme-cybersecurity .service-overview-secondary {
    justify-content: center;
    min-height: 44px;
    padding-inline: 14px;
}
.theme-cybersecurity .partner-directory-primary,
.theme-cybersecurity .partner-directory-secondary {
    justify-content: center;
    min-height: 42px;
    padding-inline: 12px;
    font-size: 14px;
}
.theme-cybersecurity .standorte-directory-primary,
.theme-cybersecurity .standorte-directory-secondary {
    justify-content: center;
    min-height: 44px;
    padding-inline: 14px;
}
.theme-cybersecurity .service-overview-primary {
    background: #1f69ea;
}
.theme-cybersecurity .partner-directory-primary {
    background: #1f69ea;
}
.theme-cybersecurity .standorte-directory-primary {
    background: #1f69ea;
}
.theme-cybersecurity .service-overview-secondary {
    background: #fff;
    color: #12233d;
    border: 1px solid rgba(18, 35, 61, 0.12);
    box-shadow: none;
}
.theme-cybersecurity .partner-directory-secondary {
    background: #fff;
    color: #12233d;
    border: 1px solid rgba(18, 35, 61, 0.12);
    box-shadow: none;
}
.theme-cybersecurity .standorte-directory-secondary {
    background: #fff;
    color: #12233d;
    border: 1px solid rgba(18, 35, 61, 0.12);
    box-shadow: none;
}
.theme-cybersecurity .service-overview-secondary:hover {
    background: #f3f7fd;
    color: #12233d;
}
.theme-cybersecurity .partner-directory-secondary:hover {
    background: #f3f7fd;
    color: #12233d;
}
.theme-cybersecurity .standorte-directory-secondary:hover {
    background: #f3f7fd;
    color: #12233d;
}
.theme-cybersecurity .standorte-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef4fc;
    color: #123d88;
    font-size: 12px;
    font-weight: 700;
}
.theme-cybersecurity .standorte-chip-strong {
    background: #fff0ea;
    color: #c84e35;
}
.theme-cybersecurity .partner-directory-sidecard {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.theme-cybersecurity .partner-directory-page .restly-page-hero {
    padding: 96px 0 34px;
    min-height: auto;
}

.theme-cybersecurity .partner-directory-page .restly-page-title {
    font-size: 36px;
}

.theme-cybersecurity .partner-directory-page .restly-page-intro {
    max-width: 40rem;
    font-size: 16px;
}

.theme-cybersecurity .partner-directory-page .page-hero-panel h2 {
    font-size: 22px;
}

.theme-cybersecurity .partner-directory-page .page-hero-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.6fr);
    gap: 18px;
}

.theme-cybersecurity .partner-directory-page .page-hero-copy-card,
.theme-cybersecurity .partner-directory-page .page-hero-panel-card {
    padding: 22px;
    border-radius: 22px;
}

.theme-cybersecurity .partner-directory-page .page-hero-summary-list {
    display: grid;
    gap: 8px;
}

.theme-cybersecurity .partner-directory-page .page-hero-panel-actions {
    margin-top: 12px;
}

.theme-cybersecurity .partner-directory-page .page-hero-summary-item {
    padding: 11px 13px;
    border-radius: 14px;
}

.theme-cybersecurity .partner-directory-page .page-hero-summary-item dd {
    font-size: 14px;
}

body.theme-cybersecurity.page-partner-directory .consent-banner {
    right: 16px;
    bottom: 16px;
    width: min(320px, calc(100vw - 20px));
    box-shadow: 0 14px 28px rgba(6, 20, 39, 0.14);
}

body.theme-cybersecurity.page-partner-directory .consent-banner .consent-banner-inner {
    padding: 12px 14px;
    gap: 10px;
}

body.theme-cybersecurity.page-partner-directory .consent-banner strong {
    font-size: 13px;
}

body.theme-cybersecurity.page-partner-directory .consent-banner p {
    font-size: 11px;
    line-height: 1.45;
}

body.theme-cybersecurity.page-partner-directory .consent-banner .consent-actions button {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 12px;
}
.theme-cybersecurity .partner-profile-intro,
.theme-cybersecurity .partner-profile-services,
.theme-cybersecurity .partner-profile-body,
.theme-cybersecurity .partner-profile-card {
    border-radius: var(--cyber-radius-md);
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-md);
}
.theme-cybersecurity .partner-profile-intro {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 22px;
    box-shadow: 0 26px 60px rgba(16, 32, 59, 0.14);
}
.theme-cybersecurity .partner-profile-intro .page-hero-button {
    justify-self: start;
}
.theme-cybersecurity .partner-profile-intro-copy {
    display: grid;
    gap: 12px;
}
.theme-cybersecurity .partner-profile-media-fallback {
    min-height: 136px;
    display: grid;
    place-items: center;
    padding: 18px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(110, 161, 255, 0.22), transparent 36%),
        linear-gradient(135deg, #10213f 0%, #173863 100%);
    color: #fff;
    text-align: center;
}
.theme-cybersecurity .partner-profile-media-fallback strong {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 22px;
    font-weight: 800;
}
.theme-cybersecurity .partner-profile-media-fallback p,
.theme-cybersecurity .partner-profile-media-fallback span {
    color: #fff;
}
.theme-cybersecurity .partner-profile-card {
    min-height: 100%;
}

.theme-cybersecurity .partner-stage-shell-basic .partner-profile-intro {
    border-color: rgba(147, 166, 196, 0.22);
}

.theme-cybersecurity .partner-stage-shell-extended .partner-profile-intro {
    border-color: rgba(22, 80, 196, 0.22);
}

.theme-cybersecurity .partner-stage-shell-coordinator .partner-profile-intro {
    border-color: rgba(200, 78, 53, 0.26);
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.theme-cybersecurity .partner-stage-shell {
    position: relative;
}

.theme-cybersecurity .partner-stage-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 260px;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(145, 183, 255, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(9, 23, 46, 0.96), rgba(11, 24, 48, 0.14));
}

.theme-cybersecurity .partner-stage-shell .container {
    position: relative;
    z-index: 1;
}

.theme-cybersecurity .partner-stage-shell-basic::before {
    background:
        radial-gradient(circle at top right, rgba(54, 118, 219, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(10, 23, 42, 0.92), rgba(11, 24, 48, 0.12));
}

.theme-cybersecurity .partner-stage-shell-extended::before {
    background:
        #fff;
}

.theme-cybersecurity .partner-stage-shell-coordinator::before {
    background:
        #fff;
}

.theme-cybersecurity .partner-portal-hero-card {
    color: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 56px rgba(10, 18, 34, 0.26);
}
.theme-cybersecurity .partner-portal-hero-card-basic {
    background: #0c1a36;
}
.theme-cybersecurity .partner-portal-hero-card-extended {
    background: #112b52;
}
.theme-cybersecurity .partner-portal-hero-card-coordinator {
    background: #1b1b2f;
}
.theme-cybersecurity .partner-portal-hero-card-coordinator .partner-portal-headline {
    color: #f8f8ff;
}
.theme-cybersecurity .partner-portal-hero-card-coordinator .page-hero-button-primary {
    background: #f7b733;
    color: #111;
    box-shadow: 0 10px 25px rgba(247, 183, 51, 0.35);
}

.theme-cybersecurity .partner-portal-hero-card h3,
.theme-cybersecurity .partner-portal-hero-card p,
.theme-cybersecurity .partner-portal-hero-card .location-kicker {
    color: #fff;
}

.theme-cybersecurity .partner-portal-hero-card .page-hero-button-secondary {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.theme-cybersecurity .partner-portal-hero-card .page-hero-button-secondary:hover {
    background: rgba(255, 255, 255, 0.35);
}

.theme-cybersecurity .partner-portal-level-chip {
    margin-top: 18px;
    display: inline-grid;
    gap: 4px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.theme-cybersecurity .partner-portal-level-chip strong,
.theme-cybersecurity .partner-portal-level-chip span {
    color: #fff;
}

.theme-cybersecurity .partner-portal-trust-note {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.theme-cybersecurity .partner-portal-trust-note span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(244, 249, 252, 0.92);
    font-size: 0.83rem;
    letter-spacing: 0.01em;
}

.theme-cybersecurity .partner-portal-layout {
    width: min(100%, 1460px);
    max-width: 1460px;
    display: grid;
    gap: 28px;
    align-items: start;
}

.theme-cybersecurity .partner-portal-intro {
    display: grid;
    gap: 18px;
    width: 100%;
}

.theme-cybersecurity .partner-portal-section-head {
    display: grid;
    gap: 10px;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 26px 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 18px 42px rgba(16, 32, 59, 0.08);
    margin-bottom: 0;
}

.theme-cybersecurity .partner-portal-section-head .section-eyebrow {
    margin-bottom: 0;
}

.theme-cybersecurity .partner-portal-section-head h1 {
    margin: 0;
    color: #142033;
}

.theme-cybersecurity .partner-portal-section-head p {
    margin: 0;
    max-width: 72rem;
    color: #586779;
    line-height: 1.7;
}

.theme-cybersecurity .partner-portal-workbench {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.theme-cybersecurity .partner-portal-main {
    display: grid;
    gap: 18px;
}

.theme-cybersecurity .partner-portal-main .partner-accordion-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-color: rgba(16, 32, 59, 0.07);
    box-shadow: 0 16px 34px rgba(16, 32, 59, 0.07);
}

.theme-cybersecurity .partner-portal-main .partner-accordion-summary {
    padding-top: 20px;
    padding-bottom: 16px;
}

.theme-cybersecurity .partner-portal-main .partner-accordion-content {
    gap: 14px;
}

.theme-cybersecurity .partner-portal-editor-card {
    position: static;
    padding: 34px;
    border: 1px solid rgba(20, 82, 210, 0.16);
    box-shadow: 0 32px 72px rgba(16, 32, 59, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.theme-cybersecurity .partner-portal-editor-card form {
    display: grid;
    gap: 18px;
}

.theme-cybersecurity .partner-portal-editor-card label,
.theme-cybersecurity .partner-portal-editor-card legend {
    color: #11233e;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.theme-cybersecurity .partner-portal-editor-card input:not([type="checkbox"]):not([type="file"]),
.theme-cybersecurity .partner-portal-editor-card textarea,
.theme-cybersecurity .partner-portal-editor-card select {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(16, 32, 59, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    color: #13233d;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.theme-cybersecurity .partner-portal-editor-card textarea {
    min-height: 132px;
    resize: vertical;
}

.theme-cybersecurity .partner-portal-editor-card input:not([type="checkbox"]):not([type="file"]):hover,
.theme-cybersecurity .partner-portal-editor-card textarea:hover,
.theme-cybersecurity .partner-portal-editor-card select:hover {
    border-color: rgba(20, 82, 210, 0.2);
}

.theme-cybersecurity .partner-portal-editor-card input:not([type="checkbox"]):not([type="file"]):focus,
.theme-cybersecurity .partner-portal-editor-card textarea:focus,
.theme-cybersecurity .partner-portal-editor-card select:focus {
    outline: none;
    border-color: rgba(20, 82, 210, 0.42);
    box-shadow: 0 0 0 4px rgba(20, 82, 210, 0.1);
    background: #ffffff;
}

.theme-cybersecurity .partner-portal-editor-card input[type="file"] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px dashed rgba(20, 82, 210, 0.24);
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
    color: #163a78;
}

.theme-cybersecurity .partner-portal-editor-card input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(20, 82, 210, 0.14);
    background: #ffffff;
    color: #1542a6;
    font-weight: 700;
    cursor: pointer;
}

.theme-cybersecurity .partner-portal-editor-head {
    margin-bottom: 18px;
}

.theme-cybersecurity .partner-portal-editor-head h2 {
    font-size: 28px;
}

.theme-cybersecurity .partner-portal-step-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.theme-cybersecurity .partner-portal-step-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(20, 82, 210, 0.08);
    border: 1px solid rgba(20, 82, 210, 0.1);
    color: #1542a6;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.theme-cybersecurity .partner-portal-editor-card fieldset {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 16px 18px 18px;
    border-radius: 18px;
    border: 1px solid rgba(16, 32, 59, 0.08);
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96) 0%, rgba(239, 245, 255, 0.9) 100%);
}

.theme-cybersecurity .partner-portal-editor-card legend {
    padding: 0 10px;
    margin-left: -4px;
}

.theme-cybersecurity .partner-portal-editor-card .check-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(16, 32, 59, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: #20314d;
    font-size: 14px;
    line-height: 1.5;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-cybersecurity .partner-portal-editor-card .check-row:hover {
    border-color: rgba(20, 82, 210, 0.18);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 32, 59, 0.06);
}

.theme-cybersecurity .partner-portal-editor-card .check-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #1650c4;
    flex: 0 0 auto;
}

.theme-cybersecurity .partner-accordion-section {
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 14px 34px rgba(16, 32, 59, 0.06);
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.theme-cybersecurity .partner-accordion-section + .partner-accordion-section {
    margin-top: 8px;
}

.theme-cybersecurity .partner-accordion-section-submit {
    background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
    border-color: rgba(20, 82, 210, 0.12);
}

.theme-cybersecurity .partner-accordion-section-danger {
    background: linear-gradient(180deg, #fff8f6 0%, #fff1ee 100%);
    border-color: rgba(181, 52, 20, 0.14);
}

.theme-cybersecurity .partner-accordion-section-danger .partner-accordion-summary::after {
    background: rgba(181, 52, 20, 0.08);
    color: #a43b20;
}

.theme-cybersecurity .partner-portal-top-accordion {
    box-shadow: 0 18px 42px rgba(16, 32, 59, 0.08);
}

.theme-cybersecurity .partner-portal-top-accordion .partner-accordion-summary {
    padding-top: 20px;
    padding-bottom: 16px;
}

.theme-cybersecurity .partner-accordion-summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 56px 18px 22px;
    position: relative;
    transition: background-color 0.22s ease;
}

.theme-cybersecurity .partner-accordion-summary::-webkit-details-marker {
    display: none;
}

.theme-cybersecurity .partner-accordion-summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 24px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 82, 210, 0.08);
    color: #1650c4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.theme-cybersecurity .partner-accordion-section[open] .partner-accordion-summary::after {
    content: "−";
    transform: rotate(180deg);
    background: rgba(20, 82, 210, 0.14);
    color: #103f9d;
}

.theme-cybersecurity .partner-accordion-summary .partner-auth-form-section-head {
    margin: 0;
    padding: 0;
    border: 0;
}

.theme-cybersecurity .partner-accordion-section:hover {
    border-color: rgba(20, 82, 210, 0.14);
    box-shadow: 0 18px 38px rgba(16, 32, 59, 0.09);
}

.theme-cybersecurity .partner-accordion-section[open] {
    border-color: rgba(20, 82, 210, 0.18);
    box-shadow: 0 24px 48px rgba(16, 32, 59, 0.12);
    transform: translateY(-1px);
}

.theme-cybersecurity .partner-accordion-section[open] .partner-accordion-summary {
    background: linear-gradient(180deg, rgba(20, 82, 210, 0.045) 0%, rgba(20, 82, 210, 0.02) 100%);
}

.theme-cybersecurity .partner-accordion-section[open] .partner-auth-form-section-head span {
    color: #1147b7;
}

.theme-cybersecurity .partner-accordion-section[open] .partner-auth-form-section-head h2 {
    color: #142033;
}

.theme-cybersecurity .partner-accordion-content {
    display: grid;
    gap: 12px;
    padding: 0 22px 22px;
    border-top: 1px solid rgba(16, 32, 59, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
}

.theme-cybersecurity .partner-accordion-content > label {
    margin-top: 4px;
}

.theme-cybersecurity .partner-accordion-content > label:first-child {
    margin-top: 0;
}

.theme-cybersecurity .partner-portal-editor-card .status + .status,
.theme-cybersecurity .partner-portal-editor-card .status + .partner-portal-editor-head {
    margin-top: 12px;
}

.theme-cybersecurity .partner-portal-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.theme-cybersecurity .partner-portal-workflow {
    display: grid;
    gap: 18px;
    margin-top: 16px;
}

.workflow-assistant-header,
.workflow-next-step {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.workflow-assistant-progress {
    display: grid;
    text-align: right;
}

.workflow-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.workflow-progress-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #4f8cff 0%, #1f69ea 100%);
    border-radius: inherit;
}

.workflow-stage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.workflow-stage {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    padding: 14px;
    border-radius: 16px;
}

.workflow-stage.is-complete {
    border-color: rgba(79, 140, 255, 0.4);
}

.workflow-next-step strong {
    font-size: 20px;
    line-height: 1.2;
}

.workflow-feedback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.workflow-feedback {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.workflow-feedback.is-warning {
    background: rgba(255, 155, 75, 0.1);
    border-color: rgba(255, 155, 75, 0.4);
}

.workflow-feedback ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
}

.theme-cybersecurity .partner-portal-summary-card {
    min-height: 100%;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #dce6f4;
    box-shadow: 0 12px 28px rgba(16, 32, 59, 0.06);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.theme-cybersecurity .partner-portal-editor-card .editor-help {
    margin-top: -2px;
    color: #5c6b7d;
    font-size: 12px;
    line-height: 1.55;
}

.theme-cybersecurity .partner-portal-editor-card .editor-help-counter {
    justify-self: end;
    margin-top: -8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(20, 82, 210, 0.07);
    color: #1542a6;
    font-size: 11px;
    font-weight: 700;
}

.theme-cybersecurity .partner-portal-editor-card .editor-toolbar {
    gap: 8px;
    margin-bottom: 2px;
}

.theme-cybersecurity .partner-portal-editor-card .editor-toolbar .cta-secondary {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(20, 82, 210, 0.12);
    background: rgba(20, 82, 210, 0.06);
    color: #1542a6;
    font-size: 12px;
    font-weight: 800;
}

.theme-cybersecurity .partner-portal-editor-card .editor-preview {
    margin-top: 6px;
    padding: 20px 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #f0f6ff 100%);
    border: 1px solid #d5e3f4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.theme-cybersecurity .partner-portal-submit-button,
.theme-cybersecurity .partner-portal-delete-button {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 18px;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.theme-cybersecurity .partner-portal-submit-button {
    background: linear-gradient(135deg, #1542a6 0%, #1f69ea 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(20, 82, 210, 0.22);
}

.theme-cybersecurity .partner-portal-submit-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(20, 82, 210, 0.26);
}

.theme-cybersecurity .partner-portal-delete-button {
    background: linear-gradient(135deg, #b24024 0%, #cc5a35 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(181, 52, 20, 0.18);
}

.theme-cybersecurity .partner-portal-delete-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(181, 52, 20, 0.24);
}

.theme-cybersecurity .partner-portal-summary-card h3 {
    margin-bottom: 10px;
}

.theme-cybersecurity .partner-portal-actions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.theme-cybersecurity .partner-portal-action-stack {
    display: grid;
    gap: 12px;
    min-width: 240px;
}

.theme-cybersecurity .partner-portal-main .partner-portal-action-stack {
    width: 100%;
    min-width: 0;
}

.theme-cybersecurity .partner-portal-main .partner-portal-action-stack .page-hero-button-secondary,
.theme-cybersecurity .partner-portal-main .partner-portal-action-stack button.page-hero-button-secondary {
    width: 100%;
    justify-content: center;
}

.theme-cybersecurity .partner-portal-timeout {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.theme-cybersecurity .partner-portal-main .partner-portal-timeout {
    background: linear-gradient(180deg, #f6faff 0%, #eef5ff 100%);
    border: 1px solid rgba(20, 82, 210, 0.1);
    color: #17325d;
}

.theme-cybersecurity .partner-portal-main .editorial-list {
    display: grid;
    gap: 12px;
}

.theme-cybersecurity .partner-portal-main .editorial-list-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(16, 32, 59, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(16, 32, 59, 0.05);
}

.theme-cybersecurity .partner-portal-main .editorial-list-item strong {
    color: #13233d;
}

.theme-cybersecurity .partner-portal-main .contact-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-cybersecurity .partner-portal-main .contact-list li {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(16, 32, 59, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: #20314d;
    line-height: 1.55;
}

.theme-cybersecurity .partner-portal-main .contact-list li strong {
    color: #11233e;
}

.theme-cybersecurity .partner-portal-main .partner-level-upgrade,
.theme-cybersecurity .partner-portal-main .editor-help {
    color: #5a687a;
}

.theme-cybersecurity .partner-level-grid {
    display: grid;
    gap: 18px;
}

.theme-cybersecurity .partner-level-card {
    padding: 24px;
    border-radius: 22px;
    border: 1px solid #dbe5f4;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    box-shadow: 0 16px 36px rgba(16, 32, 59, 0.08);
}

.theme-cybersecurity .partner-level-card-current {
    border-color: rgba(22, 80, 196, 0.36);
    box-shadow: 0 20px 42px rgba(22, 80, 196, 0.12);
}

.theme-cybersecurity .partner-level-card-next {
    border-color: rgba(200, 78, 53, 0.28);
}

.theme-cybersecurity .partner-level-card-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.theme-cybersecurity .partner-level-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 14px;
}

.theme-cybersecurity .partner-level-list {
    margin-top: 10px;
}

.theme-cybersecurity .partner-level-impact,
.theme-cybersecurity .partner-level-upgrade {
    color: #20324d;
}

.theme-cybersecurity .partner-stage-badge-row {
    display: inline-grid;
    gap: 4px;
    justify-items: start;
    padding: 12px 16px;
    border-radius: 18px;
    background: #eff5ff;
    color: #123d88;
    border: 1px solid rgba(18, 61, 136, 0.12);
}
.theme-cybersecurity .partner-stage-shell-basic .partner-stage-badge-row {
    background: #eef4ff;
}
.theme-cybersecurity .partner-stage-shell-extended .partner-stage-badge-row {
    background: #edf4ff;
    border-color: rgba(22, 80, 196, 0.18);
}
.theme-cybersecurity .partner-stage-shell-coordinator .partner-stage-badge-row {
    background: #fff3ee;
    border-color: rgba(200, 78, 53, 0.2);
    color: #8f2e18;
}

.theme-cybersecurity .partner-stage-badge-row strong {
    font-size: 18px;
    line-height: 1.2;
}
.theme-cybersecurity .partner-stage-badge-row span:last-child {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.theme-cybersecurity .partner-stage-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(18, 61, 136, 0.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.theme-cybersecurity .partner-stage-story {
    display: grid;
    gap: 8px;
}

.theme-cybersecurity .partner-stage-story h3 {
    margin-bottom: 0;
}

.theme-cybersecurity .partner-stage-list {
    margin-bottom: 0;
    display: grid;
    gap: 8px;
}

.theme-cybersecurity .partner-stage-list-compact li,
.theme-cybersecurity .partner-stage-list li {
    line-height: 1.55;
}

.theme-cybersecurity .partner-profile-card-accent {
    background: linear-gradient(180deg, #fbfcff 0%, #f1f6ff 100%);
    border-color: rgba(18, 61, 136, 0.12);
}

.theme-cybersecurity .partner-decision-card,
.theme-cybersecurity .partner-contact-card {
    display: grid;
    gap: 18px;
    box-shadow: 0 22px 54px rgba(16, 32, 59, 0.1);
}

.theme-cybersecurity .partner-section-head {
    display: grid;
    gap: 6px;
}

.theme-cybersecurity .partner-section-head h3 {
    margin-bottom: 0;
}

.theme-cybersecurity .partner-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.theme-cybersecurity .partner-fact-item {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fbff 0%, #f1f6ff 100%);
    border: 1px solid rgba(18, 39, 69, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.theme-cybersecurity .partner-fact-item span {
    color: #1650c4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.theme-cybersecurity .partner-fact-item strong {
    color: #12233d;
    font-size: 18px;
    line-height: 1.45;
}

.theme-cybersecurity .partner-use-case-list {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
}

.theme-cybersecurity .partner-decision-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.theme-cybersecurity .partner-inline-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-cybersecurity .partner-inline-facts span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f3f7fc;
    color: #20314d;
    font-size: 13px;
    font-weight: 600;
}

body.theme-cybersecurity.page-partner-detail .restly-page-hero {
    padding: 98px 0 38px;
}

body.theme-cybersecurity.page-partner-detail .page-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr);
    gap: 18px;
}

body.theme-cybersecurity.page-partner-detail .page-hero-copy-card,
body.theme-cybersecurity.page-partner-detail .page-hero-panel-card {
    padding: 24px;
    border-radius: 22px;
}

body.theme-cybersecurity.page-partner-detail .restly-page-title {
    font-size: 40px;
}

body.theme-cybersecurity.page-partner-detail .restly-page-intro {
    font-size: 16px;
}

body.theme-cybersecurity.page-partner-auth {
    background:
        radial-gradient(circle at top right, rgba(54, 118, 219, 0.12), transparent 28%),
        linear-gradient(180deg, #eef3fa 0%, #f8fbff 100%);
}

body.theme-cybersecurity.page-partner-portal {
    background:
        radial-gradient(circle at top right, rgba(54, 118, 219, 0.12), transparent 28%),
        linear-gradient(180deg, #eef3fa 0%, #f8fbff 100%);
}

.theme-cybersecurity .partner-auth-section {
    padding: 120px 0 90px;
}

.theme-cybersecurity .partner-auth-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.theme-cybersecurity .partner-auth-layout-wide {
    grid-template-columns: 1fr;
}

.theme-cybersecurity .partner-auth-info {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 20px 24px;
    align-items: end;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(110, 161, 255, 0.2), transparent 32%),
        linear-gradient(180deg, #0c1a34 0%, #132949 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 58px rgba(10, 23, 42, 0.24);
}

.theme-cybersecurity .partner-auth-info-login {
    background:
        radial-gradient(circle at top right, rgba(110, 161, 255, 0.22), transparent 34%),
        linear-gradient(180deg, #09172f 0%, #12325d 100%);
}

.theme-cybersecurity .partner-auth-info-reset {
    background:
        radial-gradient(circle at top right, rgba(130, 182, 255, 0.18), transparent 34%),
        linear-gradient(180deg, #10213f 0%, #16345d 100%);
}

.theme-cybersecurity .partner-auth-info-two-factor {
    background:
        radial-gradient(circle at top right, rgba(255, 157, 109, 0.16), transparent 34%),
        linear-gradient(180deg, #1a1f37 0%, #1b3156 100%);
}

.theme-cybersecurity .partner-auth-stage-chip {
    grid-column: 1 / -1;
    display: inline-grid;
    justify-items: start;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    max-width: max-content;
}

.theme-cybersecurity .partner-auth-stage-chip span {
    color: #91b7ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.theme-cybersecurity .partner-auth-stage-chip strong {
    color: #fff;
    font-size: 16px;
}

.theme-cybersecurity .partner-auth-head h1,
.theme-cybersecurity .partner-auth-head p,
.theme-cybersecurity .partner-auth-head .section-eyebrow {
    color: #fff;
}

.theme-cybersecurity .partner-auth-head p {
    max-width: 44rem;
    color: rgba(255, 255, 255, 0.84);
}

.theme-cybersecurity .partner-auth-note {
    grid-column: 2 / 3;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.theme-cybersecurity .partner-auth-checklist {
    grid-column: 1 / -1;
}

.theme-cybersecurity .partner-auth-note .location-kicker,
.theme-cybersecurity .partner-auth-note p,
.theme-cybersecurity .partner-auth-note li {
    color: #fff;
}

.theme-cybersecurity .partner-auth-note .contact-list {
    margin: 0;
}

.theme-cybersecurity .partner-auth-panel {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 24px 54px rgba(16, 32, 59, 0.1);
    width: min(100%, 720px);
    margin: 0 auto;
}

.theme-cybersecurity .partner-auth-panel-form {
    padding: 26px;
    width: 100%;
    max-width: 1040px;
}

.theme-cybersecurity .partner-auth-panel .form-card {
    gap: 12px;
}

.theme-cybersecurity .partner-auth-panel .form-card input,
.theme-cybersecurity .partner-auth-panel .form-card select,
.theme-cybersecurity .partner-auth-panel .form-card textarea {
    background: #fff;
    border: 1px solid rgba(16, 32, 59, 0.12);
    box-shadow: inset 0 1px 2px rgba(16, 32, 59, 0.03);
}

.theme-cybersecurity .partner-auth-panel .form-card button:not(.page-hero-button-secondary) {
    min-height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2263eb 0%, #0f4fd2 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(20, 82, 210, 0.24);
}

.theme-cybersecurity .partner-auth-panel .status {
    margin-bottom: 16px;
}

.theme-cybersecurity .partner-auth-panel a {
    color: #1650c4;
    font-weight: 700;
}

.theme-cybersecurity .partner-auth-checklist-grid {
    display: grid;
    gap: 12px;
}

.theme-cybersecurity .partner-auth-checklist-item {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-cybersecurity .partner-auth-checklist-item strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

.theme-cybersecurity .partner-auth-checklist-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.5;
}

.theme-cybersecurity .partner-setup-form {
    gap: 18px;
}

.theme-cybersecurity .partner-auth-form-section {
    display: grid;
    gap: 12px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(16, 32, 59, 0.08);
    box-shadow: 0 14px 34px rgba(16, 32, 59, 0.06);
}

.theme-cybersecurity .partner-auth-form-section + .partner-auth-form-section {
    margin-top: 8px;
}

.theme-cybersecurity .partner-auth-form-section-submit {
    background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
    border-color: rgba(20, 82, 210, 0.12);
}

.theme-cybersecurity .partner-auth-form-section-head {
    display: grid;
    gap: 6px;
    padding-bottom: 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(16, 32, 59, 0.08);
}

.theme-cybersecurity .partner-auth-form-section-head span {
    color: #1650c4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.theme-cybersecurity .partner-auth-form-section-head h2 {
    margin: 0;
    color: #142033;
    font-size: 24px;
    line-height: 1.18;
}

.theme-cybersecurity .partner-auth-form-section-head p {
    margin: 0;
    color: #566579;
    line-height: 1.6;
}

.theme-cybersecurity .partner-auth-form-section fieldset {
    margin: 0;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(16, 32, 59, 0.09);
    background: rgba(247, 250, 255, 0.88);
}

.theme-cybersecurity .partner-auth-form-section legend {
    padding: 0 10px;
    margin-left: -4px;
    color: #142033;
    font-weight: 800;
    font-size: 14px;
}

.theme-cybersecurity .partner-auth-form-section .check-row + .check-row {
    margin-top: 8px;
}

.theme-cybersecurity .partner-auth-form-section .editor-toolbar {
    margin-bottom: 2px;
}

.theme-cybersecurity .partner-auth-form-section .editor-preview {
    margin-top: 2px;
}

.theme-cybersecurity .partner-service-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.theme-cybersecurity .partner-service-tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid rgba(18, 61, 136, 0.1);
    color: #123d88;
    font-size: 13px;
    font-weight: 700;
}

.theme-cybersecurity .partner-service-tag:hover {
    background: #123d88;
    color: #fff;
}

.theme-cybersecurity .restly-rich-card.partner-profile-emphasis {
    background: linear-gradient(135deg, #0b1830 0%, #14345d 100%);
    border: 1px solid rgba(145, 183, 255, 0.16);
    box-shadow: 0 20px 48px rgba(7, 18, 37, 0.24);
}

.theme-cybersecurity .restly-rich-card.partner-profile-emphasis,
.theme-cybersecurity .restly-rich-card.partner-profile-emphasis h3,
.theme-cybersecurity .restly-rich-card.partner-profile-emphasis p,
.theme-cybersecurity .restly-rich-card.partner-profile-emphasis .location-kicker {
    color: #fff;
}

.theme-cybersecurity .restly-rich-card.partner-profile-emphasis .location-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f8fbff;
    font-weight: 800;
    letter-spacing: 0.14em;
    box-shadow: 0 10px 24px rgba(3, 9, 24, 0.18);
}

.theme-cybersecurity .restly-rich-card.partner-profile-emphasis .page-hero-button-secondary {
    background: #f6f8fc;
    color: #10203b;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 14px 28px rgba(3, 9, 24, 0.2);
}

.theme-cybersecurity .restly-rich-card.partner-profile-emphasis .page-hero-button-secondary:hover {
    color: #10203b;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.52);
    box-shadow: 0 18px 34px rgba(3, 9, 24, 0.26);
}

.theme-cybersecurity .partner-profile-body h3 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #12233d;
}

.theme-cybersecurity .partner-profile-body h3:first-of-type {
    margin-top: 0;
}

.theme-cybersecurity .partner-profile-body p,
.theme-cybersecurity .partner-profile-body ul {
    margin-bottom: 16px;
}

.theme-cybersecurity .partner-profile-body ul {
    padding-left: 20px;
}

.theme-cybersecurity .partner-profile-body li {
    margin-bottom: 8px;
}

.theme-cybersecurity .editor-toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.theme-cybersecurity .editor-preview {
    margin-top: 12px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f5f8fc;
    border: 1px solid #d7e3f3;
    color: #10203b;
}

.theme-cybersecurity .editor-preview h3 {
    margin-bottom: 10px;
    color: #123d88;
}

.theme-cybersecurity .editor-preview ul {
    padding-left: 20px;
    margin: 0;
}

.theme-cybersecurity .editor-preview p:last-child,
.theme-cybersecurity .editor-preview ul:last-child {
    margin-bottom: 0;
}

.theme-cybersecurity .restly-surface-alt {
    background: #f5f8fb;
}

.theme-cybersecurity .restly-section-copy {
    max-width: 760px;
    margin: 14px auto 0;
    color: #616c7c;
    line-height: 1.65;
}

.theme-cybersecurity .text-start .restly-section-copy {
    margin-left: 0;
}

.theme-cybersecurity .restly-subpage-card {
    height: 100%;
    border-radius: var(--cyber-radius-md);
    border: 1px solid var(--cyber-border-color);
    box-shadow: var(--cyber-shadow-sm);
}

.theme-cybersecurity .restly-side-card,
.theme-cybersecurity .restly-rich-card,
.theme-cybersecurity .restly-filter-card {
    background: #fff;
    border-radius: var(--cyber-radius-md);
    box-shadow: var(--cyber-shadow-md);
    border: 1px solid #e6ecf7;
    padding: 28px;
}

.theme-cybersecurity .first-step-roadmap-accent .restly-rich-card.first-step-card-accent {
    background: linear-gradient(180deg, #0b1830 0%, #102243 100%);
    border: 1px solid rgba(17, 39, 73, 0.2);
    box-shadow: 0 22px 54px rgba(7, 18, 37, 0.24);
}

.theme-cybersecurity .restly-side-card h3,
.theme-cybersecurity .restly-rich-card h3 {
    margin-bottom: 16px;
}

.theme-cybersecurity .restly-rich-card,
.theme-cybersecurity .restly-side-card,
.theme-cybersecurity .editorial-list-card,
.theme-cybersecurity .glossary-feature-card,
.theme-cybersecurity .partner-directory-row,
.theme-cybersecurity .contact-card,
.theme-cybersecurity .contact-form-card,
.theme-cybersecurity .contact-check-card,
.theme-cybersecurity .share-card {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    overflow-wrap: normal;
    word-break: normal;
}

.theme-cybersecurity h1,
.theme-cybersecurity h2,
.theme-cybersecurity h3,
.theme-cybersecurity h4,
.theme-cybersecurity h5,
.theme-cybersecurity h6,
.theme-cybersecurity p,
.theme-cybersecurity li,
.theme-cybersecurity a,
.theme-cybersecurity span,
.theme-cybersecurity strong,
.theme-cybersecurity small,
.theme-cybersecurity label,
.theme-cybersecurity button,
.theme-cybersecurity .section-head,
.theme-cybersecurity .section-head *,
.theme-cybersecurity .page-hero-copy,
.theme-cybersecurity .page-hero-copy *,
.theme-cybersecurity .page-hero-panel,
.theme-cybersecurity .page-hero-panel *,
.theme-cybersecurity .hero-copy,
.theme-cybersecurity .hero-copy *,
.theme-cybersecurity .hero-decision-card,
.theme-cybersecurity .hero-decision-card * {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.theme-cybersecurity .restly-rich-card h3,
.theme-cybersecurity .restly-rich-card p,
.theme-cybersecurity .restly-rich-card li,
.theme-cybersecurity .restly-side-card h3,
.theme-cybersecurity .restly-side-card p,
.theme-cybersecurity .restly-side-card li,
.theme-cybersecurity .editorial-list-card h3,
.theme-cybersecurity .editorial-list-card h4,
.theme-cybersecurity .editorial-list-card p,
.theme-cybersecurity .editorial-list-card li,
.theme-cybersecurity .glossary-feature-card h3,
.theme-cybersecurity .glossary-feature-card p,
.theme-cybersecurity .glossary-feature-card li,
.theme-cybersecurity .partner-directory-row h3,
.theme-cybersecurity .partner-directory-row p,
.theme-cybersecurity .partner-directory-row li,
.theme-cybersecurity .contact-card h3,
.theme-cybersecurity .contact-card p,
.theme-cybersecurity .contact-card li,
.theme-cybersecurity .contact-form-card h3,
.theme-cybersecurity .contact-form-card p,
.theme-cybersecurity .contact-form-card li,
.theme-cybersecurity .share-card h3,
.theme-cybersecurity .share-card p {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    overflow-wrap: normal;
    word-break: normal;
}

.theme-cybersecurity .restly-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-cybersecurity .restly-bullet-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    color: #616c7c;
}

.theme-cybersecurity .restly-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #104cba;
}

.theme-cybersecurity .restly-rich-copy p:last-child,
.theme-cybersecurity .sslier-dec p:last-child {
    margin-bottom: 0;
}

.theme-cybersecurity .service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    gap: 24px;
    align-items: start;
}

.theme-cybersecurity .service-detail-main,
.theme-cybersecurity .service-detail-rail {
    display: grid;
    gap: 24px;
}

.theme-cybersecurity .service-detail-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-cybersecurity .service-detail-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-cybersecurity .service-rail-card {
    top: 108px;
}

.theme-cybersecurity .service-detail-layout-alt .service-rail-card {
    top: 92px;
}

.theme-cybersecurity .service-rail-stack {
    display: grid;
    gap: 14px;
}

.theme-cybersecurity .service-rail-stack .editorial-list-card,
.theme-cybersecurity .service-rail-term-card {
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(15, 29, 45, 0.08);
}

.theme-cybersecurity .restly-lead {
    font-size: 19px;
    line-height: 1.8;
    color: #1d2c38;
    margin-bottom: 24px;
}

.theme-cybersecurity .restly-meta-stack {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
}

.theme-cybersecurity .restly-meta-stack dt {
    font-weight: 700;
    color: #1d2c38;
}

.theme-cybersecurity .restly-meta-stack dd {
    margin: 6px 0 0;
    color: #616c7c;
}

.theme-cybersecurity .restly-filter-card .filter-label {
    display: block;
    font-weight: 700;
    color: #1d2c38;
    margin-bottom: 14px;
}

.theme-cybersecurity .restly-filter-card .filter-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.7fr) auto;
    gap: 14px;
    align-items: stretch;
}

.theme-cybersecurity .restly-filter-card input,
.theme-cybersecurity .restly-filter-card select {
    border: 1px solid #d7e3f3;
    border-radius: var(--cyber-radius-sm);
    padding: 16px 18px;
    min-height: 58px;
    width: 100%;
    background: #fff;
}

.theme-cybersecurity .partner-filter-submit {
    min-width: 152px;
    min-height: 58px;
    padding-inline: 20px;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(20, 82, 210, 0.26);
}

.theme-cybersecurity .partner-filter-reset-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    color: #5f6f84;
    font-size: 14px;
}

.theme-cybersecurity .partner-filter-reset-row a {
    color: #1650c4;
    font-weight: 700;
}

.theme-cybersecurity .restly-pagination {
    margin-top: 36px;
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.theme-cybersecurity .restly-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: var(--cyber-radius-sm);
    border: 1px solid #d7e3f3;
    color: #1d2c38;
    background: #fff;
}

.theme-cybersecurity .restly-pagination-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.theme-cybersecurity .restly-pagination-state {
    color: #616c7c;
}

.theme-cybersecurity .restly-detail-image {
    width: 100%;
    border-radius: var(--cyber-radius-md);
    margin-bottom: 24px;
}

.theme-cybersecurity .restly-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.theme-cybersecurity .share-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.4rem;
    padding: 1.4rem 1.6rem;
    margin-bottom: 1.7rem;
    background: linear-gradient(180deg, rgba(10, 28, 55, 0.05), rgba(10, 28, 55, 0.02));
    border: 1px solid rgba(20, 58, 97, 0.14);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(7, 22, 44, 0.07);
}

.theme-cybersecurity .share-card h3 {
    margin: 0.25rem 0 0.45rem;
    font-size: 1.15rem;
}

.theme-cybersecurity .share-card p {
    margin: 0;
    max-width: 46rem;
    color: #526274;
}

.theme-cybersecurity .share-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
}

.theme-cybersecurity .restly-portfolio-item-slim img {
    height: 300px;
}

.theme-cybersecurity .service-item-eight,
.theme-cybersecurity .restly-portfolio-item,
.theme-cybersecurity .editorial-card,
.theme-cybersecurity .restly-subpage-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-cybersecurity .service-item-eight:hover,
.theme-cybersecurity .restly-portfolio-item:hover,
.theme-cybersecurity .editorial-card:hover,
.theme-cybersecurity .restly-subpage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(17, 31, 55, 0.14);
}

.theme-cybersecurity .pt-120 {
    padding-top: 40px;
}

.theme-cybersecurity .pb-120 {
    padding-bottom: 40px;
}

.theme-cybersecurity .pt-90 {
    padding-top: 30px;
}

.theme-cybersecurity .pb-90 {
    padding-bottom: 30px;
}

.theme-cybersecurity .pt-60 {
    padding-top: 20px;
}

.theme-cybersecurity .pb-60 {
    padding-bottom: 20px;
}

.theme-cybersecurity .mt-10 {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .theme-cybersecurity .partner-auth-layout,
    .theme-cybersecurity .partner-auth-layout-wide {
        grid-template-columns: 1fr;
    }

    .theme-cybersecurity .first-step-roadmap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
    .theme-cybersecurity .first-step-card-roadmap:nth-child(2)::after {
        display: none;
    }
    .theme-cybersecurity .contact-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .page-hero-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .restly-page-title {
        font-size: 48px;
    }
    .theme-cybersecurity .service-overview-row {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-directory-row {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-directory-intro-grid {
        grid-template-columns: 1fr;
    }

    .theme-cybersecurity .partner-directory-head {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .theme-cybersecurity .partner-directory-thumb-wrap,
    .theme-cybersecurity .partner-directory-thumb {
        width: 76px;
        height: 76px;
    }
    .theme-cybersecurity .standorte-directory-row {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .service-overview-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .theme-cybersecurity .standorte-directory-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .theme-cybersecurity .first-step-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .about-image-grid {
        padding-right: 0;
        min-height: auto;
    }

    .theme-cybersecurity .about-image-secondary,
    .theme-cybersecurity .trusted-box {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .theme-cybersecurity .contact-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .contact-support-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .restly-page-hero {
        padding: 118px 0 72px;
    }
    .theme-cybersecurity .page-hero-copy-card,
    .theme-cybersecurity .page-hero-panel-card {
        padding: 28px;
        border-radius: 24px;
    }
    .theme-cybersecurity .restly-page-title {
        font-size: 42px;
    }
    .theme-cybersecurity .main-navigation {
        padding: 24px 0;
    }

    .theme-cybersecurity .main-slider-item .image img {
        min-height: 620px;
    }

    .theme-cybersecurity .main-slider-content {
        padding: 120px 0 120px;
    }

    .theme-cybersecurity .main-slider-content .slider-title {
        font-size: 52px;
        line-height: 62px;
    }

    .theme-cybersecurity .logo-area {
        margin-right: 0;
    }
    .theme-cybersecurity .legacy-brand-link strong {
        font-size: 23px;
    }
    .theme-cybersecurity .legacy-brand-link small {
        font-size: 11px;
    }

    .theme-cybersecurity .hero-nav-prev {
        left: 20px;
    }

    .theme-cybersecurity .hero-nav-next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .theme-cybersecurity .partner-auth-section {
        padding: 94px 0 54px;
    }
    .theme-cybersecurity .partner-auth-info,
    .theme-cybersecurity .partner-auth-panel,
    .theme-cybersecurity .partner-auth-panel-form {
        padding: 18px;
        border-radius: 22px;
    }
    .theme-cybersecurity .partner-auth-info {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-auth-note,
    .theme-cybersecurity .partner-auth-checklist {
        grid-column: 1 / -1;
    }
    .theme-cybersecurity .partner-auth-form-section {
        padding: 18px;
        border-radius: 18px;
    }
    .theme-cybersecurity .partner-portal-section-head {
        padding: 20px 18px;
        border-radius: 20px;
    }
    .theme-cybersecurity .partner-auth-form-section-head h2 {
        font-size: 21px;
    }
    .theme-cybersecurity .partner-portal-step-list {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-accordion-summary {
        padding: 18px 50px 16px 18px;
    }
    .theme-cybersecurity .partner-accordion-summary::after {
        right: 18px;
        top: 19px;
    }
    .theme-cybersecurity .partner-accordion-content {
        padding: 0 18px 18px;
    }
    .theme-cybersecurity .restly-page-hero {
        padding: 104px 0 56px;
    }
    .theme-cybersecurity .page-hero-breadcrumb-card {
        display: flex;
        width: 100%;
        border-radius: 22px;
    }
    .theme-cybersecurity .breadcrumb-menu li,
    .theme-cybersecurity .breadcrumb-menu li a,
    .theme-cybersecurity .breadcrumb-menu li span {
        font-size: 12px;
    }
    .theme-cybersecurity .page-hero-copy-card,
    .theme-cybersecurity .page-hero-panel-card {
        padding: 22px;
        border-radius: 20px;
    }
    .theme-cybersecurity .restly-page-title {
        font-size: 34px;
    }
    .theme-cybersecurity .restly-page-intro {
        font-size: 16px;
        line-height: 1.65;
    }
    .theme-cybersecurity .restly-page-actions,
    .theme-cybersecurity .page-hero-panel-actions {
        flex-direction: column;
    }
    .theme-cybersecurity .page-hero-button {
        width: 100%;
    }
    .theme-cybersecurity .share-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .theme-cybersecurity .share-card-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .theme-cybersecurity .page-hero-panel h2 {
        font-size: 24px;
    }
    .theme-cybersecurity .main-slider-content .slider-title {
        font-size: 40px;
        line-height: 50px;
    }

    .theme-cybersecurity .main-slider-content {
        padding: 96px 0 96px;
    }

    .theme-cybersecurity .main-slider-item .image img {
        min-height: 540px;
    }

    .theme-cybersecurity .hero-nav {
        display: none;
    }

    .theme-cybersecurity .footer-area > .container {
        padding-top: 80px;
    }

    body.theme-cybersecurity .consent-banner {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        max-width: none;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
    body.theme-cybersecurity .consent-banner::before {
        display: none;
    }
    body.theme-cybersecurity .consent-banner .consent-banner-inner {
        padding: 0.85rem;
        gap: 0.7rem;
        border-radius: 14px;
    }
    body.theme-cybersecurity .consent-banner strong {
        margin-bottom: 0.35rem;
    }
    body.theme-cybersecurity .consent-banner p {
        font-size: 0.84rem;
        line-height: 1.45;
        display: block;
        overflow: visible;
    }
    body.theme-cybersecurity .consent-banner .consent-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }
    body.theme-cybersecurity .consent-banner .consent-actions button {
        min-height: 38px;
        font-size: 0.8rem;
    }

    .theme-cybersecurity .restly-page-title {
        font-size: 40px;
    }

    .theme-cybersecurity .restly-side-card,
    .theme-cybersecurity .restly-rich-card,
    .theme-cybersecurity .restly-filter-card {
        padding: 24px;
    }
}

@media (max-width: 1199px) {
    .theme-cybersecurity .main-header {
        position: static;
    }
    .theme-cybersecurity .home-banner-inner {
        margin-top: 0;
    }
    .theme-cybersecurity .hero-stage {
        grid-template-columns: minmax(0, 1fr);
        padding: 34px 28px 30px;
    }
    .theme-cybersecurity .hero-overlay-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-content: start;
        align-self: start;
        max-width: none;
        justify-self: stretch;
    }
    .theme-cybersecurity .hero-copy h1 {
        font-size: 46px;
        max-width: 720px;
    }
    .theme-cybersecurity .hero-overlay-cards {
        inset: auto 24px 30px auto;
        right: 24px;
    }
}

@media (max-width: 767px) {
    .theme-cybersecurity .restly-filter-card .filter-row {
        grid-template-columns: 1fr;
    }

    .theme-cybersecurity .partner-filter-reset-row {
        display: grid;
    }

    .theme-cybersecurity .partner-directory-page .restly-page-hero {
        padding: 88px 0 24px;
    }
    .theme-cybersecurity .partner-directory-page .restly-page-title {
        font-size: 30px;
    }
    .theme-cybersecurity .partner-directory-page .page-hero-grid {
        grid-template-columns: 1fr;
    }
    body.theme-cybersecurity.page-partner-detail .restly-page-hero {
        padding: 88px 0 24px;
    }
    body.theme-cybersecurity.page-partner-detail .restly-page-title {
        font-size: 31px;
    }
    body.theme-cybersecurity.page-partner-detail .page-hero-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-directory-intro-card {
        padding: 18px;
        border-radius: 18px;
    }

    .theme-cybersecurity .partner-filter-help {
        display: grid;
        gap: 8px;
    }

    .theme-cybersecurity .partner-filter-help span {
        justify-content: center;
        text-align: center;
        padding: 8px 12px;
        min-height: auto;
        border-radius: 14px;
    }

    .theme-cybersecurity .partner-directory-badge-row {
        gap: 6px;
    }

    .theme-cybersecurity .partner-directory-level,
    .theme-cybersecurity .partner-directory-flag {
        min-height: 26px;
        padding: 0 9px;
        font-size: 10px;
    }

    .theme-cybersecurity .partner-directory-actions {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-directory-row {
        padding: 18px;
    }
    .theme-cybersecurity .partner-directory-head {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
    }
    .theme-cybersecurity .partner-directory-thumb-wrap,
    .theme-cybersecurity .partner-directory-thumb {
        width: 62px;
        height: 62px;
    }

    .theme-cybersecurity .partner-fact-grid {
        grid-template-columns: 1fr;
    }

    .theme-cybersecurity .partner-decision-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .theme-cybersecurity .partner-profile-intro {
        padding: 18px;
    }

    .theme-cybersecurity .partner-profile-media-fallback {
        min-height: 112px;
    }

    body.theme-cybersecurity .consent-banner {
        left: 10px;
        right: auto;
        width: min(320px, calc(100vw - 20px));
    }
}

@media (max-width: 991px) {
    .theme-cybersecurity .editorial-list-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .service-detail-layout,
    .theme-cybersecurity .service-detail-module-grid,
    .theme-cybersecurity .service-detail-location-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .service-rail-card,
    .theme-cybersecurity .service-detail-layout-alt .service-rail-card {
        position: static;
        top: auto;
    }
    .theme-cybersecurity .first-step-roadmap {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .first-step-card-roadmap::after {
        display: none;
    }
    .theme-cybersecurity .main-header {
        background: rgba(8, 20, 37, 0.96);
    }
    .theme-cybersecurity .main-navigation {
        min-height: 62px;
        padding: 6px 0;
        position: relative;
    }
    .theme-cybersecurity .legacy-brand-lockup {
        margin-right: 0;
        max-width: calc(100% - 56px);
    }
    .theme-cybersecurity .legacy-brand-link {
        gap: 2px;
    }
    .theme-cybersecurity .legacy-brand-link strong {
        font-size: 19px;
    }
    .theme-cybersecurity .legacy-brand-link small {
        font-size: 9px;
        line-height: 1.25;
    }
    .theme-cybersecurity .main-navigation .nav-menu.main-menu {
        display: none !important;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        margin: 0;
        padding: 16px;
        border-radius: 20px;
        background: rgba(8, 20, 37, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 22px 56px rgba(5, 12, 24, 0.28);
        z-index: 30;
    }
    .theme-cybersecurity .main-navigation.is-mobile-open .nav-menu.main-menu {
        display: block !important;
    }
    .theme-cybersecurity .main-navigation .nav-menu ul {
        flex-direction: column;
        align-items: stretch;
        margin: 0;
        gap: 8px;
    }
    .theme-cybersecurity .main-navigation .nav-menu ul li a {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 14px;
        border-radius: 16px;
    }
    .theme-cybersecurity .main-navigation .nav-menu ul li.nav-cta a {
        justify-content: center;
    }
    .theme-cybersecurity .hero-media img {
        height: 780px;
    }
    .theme-cybersecurity .hero-stage {
        padding: 18px 18px 20px;
        gap: 14px;
    }
    .theme-cybersecurity .hero-overlay-cards {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .hero-overlay-cards .hero-decision-card:nth-child(n+2) {
        display: none;
    }
    .theme-cybersecurity .hero-copy h1 {
        font-size: 34px;
        line-height: 1.04;
        margin-bottom: 10px;
        letter-spacing: -1.2px;
    }
    .theme-cybersecurity .hero-copy > p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .theme-cybersecurity .hero-trust-list {
        gap: 5px;
        margin-bottom: 12px;
    }
    .theme-cybersecurity .hero-trust-list li {
        padding-left: 20px;
        font-size: 12px;
        line-height: 1.35;
    }
    .theme-cybersecurity .hero-trust-list li::before {
        top: 6px;
        width: 7px;
        height: 7px;
        box-shadow: 0 0 0 4px rgba(255, 90, 61, 0.14);
    }
    .theme-cybersecurity .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 10px;
    }
    .theme-cybersecurity .hero-action-button {
        width: 100%;
        min-height: 42px;
        padding: 0 12px;
        font-size: 13px;
    }
    .theme-cybersecurity .hero-search-card {
        padding: 10px;
        margin-top: 6px;
        border-radius: 16px;
    }
    .theme-cybersecurity .hero-search-card label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .theme-cybersecurity .hero-search-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .theme-cybersecurity .hero-search-card input,
    .theme-cybersecurity .hero-btn {
        min-height: 44px;
    }
    .theme-cybersecurity .hero-note {
        font-size: 11px;
        line-height: 1.4;
    }
    .theme-cybersecurity .service-item-eight {
        min-height: auto;
    }
    .theme-cybersecurity .service-overview-actions {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-directory-actions {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-level-columns {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-portal-action-stack {
        width: 100%;
    }
    .theme-cybersecurity .partner-portal-workbench {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .partner-portal-editor-card {
        position: static;
    }
    .theme-cybersecurity .partner-portal-summary-grid {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .standorte-directory-actions {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .project-section,
    .theme-cybersecurity .editorial-section,
    .theme-cybersecurity .contact-section-eight,
    .theme-cybersecurity .about-section,
    .theme-cybersecurity .service-section-eight {
        padding-top: 72px;
    }
}

/* Home Trust Strip */
.theme-cybersecurity .home-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
}
.theme-cybersecurity .home-trust-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 22px;
    background: #f9fafb;
}
.theme-cybersecurity .home-trust-item strong {
    font-size: var(--type-sm, 13px);
    font-weight: 700;
    color: #0f172a;
}
.theme-cybersecurity .home-trust-item span {
    font-size: var(--type-xs, 11px);
    color: #64748b;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .theme-cybersecurity .home-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .theme-cybersecurity .home-trust-strip {
        grid-template-columns: 1fr;
    }
}

/* ── section-head and eyebrow: override app.css white-on-white for light content areas ─── */
.theme-cybersecurity .restly-content-section .eyebrow,
.theme-cybersecurity .restly-content-section .section-head .eyebrow {
    background: rgba(59, 130, 246, 0.09);
    border: 1px solid rgba(59, 130, 246, 0.18);
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
}
.theme-cybersecurity .section-head h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0;
}
.theme-cybersecurity .section-head > p {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
    max-width: 640px;
}

/* ── location-kicker: base badge style (used in cards, glossary, regions) ─── */
.theme-cybersecurity .location-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.09);
    border: 1px solid rgba(59, 130, 246, 0.20);
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 8px;
}
.theme-cybersecurity .card-strong .location-kicker {
    background: rgba(30, 64, 175, 0.10);
    border-color: rgba(30, 64, 175, 0.22);
    color: #1e3a8a;
}

/* ── Utility Layout Classes (used by wizard, partner-werden, regions) ─── */
.theme-cybersecurity .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}
.theme-cybersecurity .mt-1 {
    margin-top: 48px;
}
.theme-cybersecurity .card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.theme-cybersecurity .card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}
.theme-cybersecurity .card p {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}
.theme-cybersecurity .card-strong {
    background: #f8faff;
    border-color: rgba(59, 130, 246, 0.20);
}
.theme-cybersecurity .card-strong h3 {
    color: #1e3a5f;
}
.theme-cybersecurity .form-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.theme-cybersecurity .form-card label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 4px;
}
.theme-cybersecurity .form-card select,
.theme-cybersecurity .form-card input[type="text"],
.theme-cybersecurity .form-card input[type="email"],
.theme-cybersecurity .form-card textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
}
.theme-cybersecurity .form-card select:focus,
.theme-cybersecurity .form-card input:focus,
.theme-cybersecurity .form-card textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.theme-cybersecurity .form-card .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.theme-cybersecurity .form-card .form-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}
.theme-cybersecurity .inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .theme-cybersecurity .grid-2 {
        grid-template-columns: 1fr;
    }
    .theme-cybersecurity .form-card {
        padding: 20px;
    }
    .theme-cybersecurity .card {
        padding: 20px 20px 18px;
    }
    .theme-cybersecurity .inline-form {
        flex-direction: column;
        align-items: stretch;
    }
    .theme-cybersecurity .inline-form .page-hero-button {
        text-align: center;
    }
}

/* ── stack-list: vertical link stack in side cards ─── */
.theme-cybersecurity .stack-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ── form-card in contact-card: neutralize double-border effect ─── */
.theme-cybersecurity .contact-card .form-card {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

/* ── form-card submit button: full width, top spacing ─── */
.theme-cybersecurity .form-card .page-hero-button {
    width: 100%;
    margin-top: 8px;
}

/* ── form-card footnote text below submit button ─── */
.theme-cybersecurity .form-card .form-footnote {
    font-size: 0.84rem;
    color: #617084;
    line-height: 1.55;
    margin: 0;
}

/* ── card action link wrapper: use card gap instead of inline margin ─── */
.theme-cybersecurity .card .card-action-link-wrap {
    display: contents;
}

/* ── partner-region-list: coordinator region list in partner directory ─── */
.theme-cybersecurity .partner-region-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.95rem;
}
.theme-cybersecurity .partner-region-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(77,77,77,.12);
    padding-bottom: 0.5rem;
}
.theme-cybersecurity .partner-region-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.theme-cybersecurity .partner-region-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.theme-cybersecurity .partner-region-meta span {
    font-weight: 600;
}

/* ── meta-line: version/date metadata in legal pages ─── */
.theme-cybersecurity .meta-line {
    font-size: 0.85rem;
    color: #617084;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(77,77,77,.1);
}

/* Partner Verbund Badge */
.theme-cybersecurity .partner-verbund-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 999px;
    padding: 4px 12px 4px 8px;
    font-size: 11.5px;
    font-weight: 600;
    color: #166534;
    margin: 0;
}
.theme-cybersecurity .partner-verbund-check {
    font-size: 13px;
    color: #16a34a;
    font-weight: 700;
}

.theme-cybersecurity .partner-status-stack {
    display: grid;
    gap: 0.65rem;
    margin: 0.85rem 0 1rem;
}

.theme-cybersecurity .partner-certification-panel {
    display: block;
}

.theme-cybersecurity .partner-certification-status {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-cybersecurity .partner-certification-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
    min-height: 36px;
    padding: 0.4rem 0.8rem 0.4rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 61, 136, 0.16);
    background: #edf4ff;
    color: #123d88;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    margin: 0;
}

.theme-cybersecurity .partner-certification-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.theme-cybersecurity .partner-certification-check svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-cybersecurity .partner-certification-badge-iso_27001 {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.theme-cybersecurity .partner-certification-badge-tisax {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}

.theme-cybersecurity .partner-certification-badge-qm_zertifizierung {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #3730a3;
}

.theme-cybersecurity .partner-certification-badge-personenzertifizierung {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
}

/* ── back-to-top button ──────────────────────────────────────────────────── */
/* FIX: Farbe auf Primary-CTA-Blau (#1f69ea) ausgerichtet; min 44×44px Touch-Target */
#back-top {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 900;
    width: 48px;
    height: 48px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    background: #1f69ea;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(31, 105, 234, 0.32);
    opacity: 0;
    transition: opacity 0.24s ease, background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
#back-top.visible,
#back-top[style*="display: block"],
#back-top[style*="display:block"] {
    display: flex;
    opacity: 1;
}
#back-top svg {
    width: 22px;
    height: 22px;
    display: block;
}
#back-top:hover {
    background: #104cba;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(16, 76, 186, 0.38);
}
#back-top:focus-visible {
    outline: 3px solid rgba(31, 105, 234, 0.45);
    outline-offset: 3px;
}
@media (max-width: 600px) {
    #back-top {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 44px;
        height: 44px;
    }
}

/* ── responsive h1 override (vendor sets flat 40px, no mobile breakpoint) ── */
.theme-cybersecurity h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    line-height: 1.15;
}
@media (min-width: 768px) {
    .theme-cybersecurity h1 {
        font-size: clamp(2.2rem, 3.8vw, 2.8rem);
        line-height: 1.1;
    }
}
@media (min-width: 1200px) {
    .theme-cybersecurity h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   DESIGN-AUDIT FIX: Typografie-Hierarchie (Major Third 1.25 — 7 Rollen)
   Ziel: max. 5 semantische Größen + 1 Body + 1 Small/Label
   Scale: base 15px × 1.25 = 15 / 19 / 24 / 30 / 37px
   ═══════════════════════════════════════════════════════════════════════════ */

/* CSS Custom Properties für die Typografie-Skala */
body.theme-cybersecurity {
    /* Typografische Skala (Major Third 1.25) */
    --type-xs:   11px;   /* Kicker / Label / Badge */
    --type-sm:   13px;   /* Meta / Footnote */
    --type-base: 15px;   /* Body-Text */
    --type-md:   16px;   /* Große Body-Passagen / Intro-Absätze */
    --type-lg:   19px;   /* H4 / Sub-Heading */
    --type-xl:   24px;   /* H3 / Card-Titel */
    --type-2xl:  30px;   /* H2 / Section-Heading */
    --type-3xl:  38px;   /* H1 Content (Page Titles) */
    --type-hero: clamp(2.4rem, 4vw, 3.2rem); /* H1 Hero */

    /* Zeilenhöhen */
    --lh-tight:  1.1;
    --lh-snug:   1.25;
    --lh-normal: 1.5;
    --lh-relaxed: 1.65;
}

/* ── H2 Section-Head: Vereinheitlichung auf --type-2xl ── */
/* FIX: section-head h2 war 28px — jetzt 30px für klarere Hierarchie-Stufe */
.theme-cybersecurity .section-head h2 {
    font-size: var(--type-2xl);
    font-weight: 800;
    color: #0f172a;
    line-height: var(--lh-snug);
    margin: 0 0 12px;
}
.theme-cybersecurity .section-head > p {
    font-size: var(--type-base);
    color: #475569;
    line-height: var(--lh-relaxed);
    margin: 0;
    max-width: 640px;
}

/* ── H3 in Cards: Vereinheitlichung auf --type-xl ── */
/* FIX: Verhindert den Mischmasch aus 17/18/24px bei H3-Card-Titeln */
.theme-cybersecurity .glossary-feature-card h3,
.theme-cybersecurity .card h3 {
    font-size: var(--type-xl);
    line-height: var(--lh-snug);
}

/* ── Restly-Section-Title H2: Abstimmung ── */
.theme-cybersecurity .restly-section-title h2,
.theme-cybersecurity h2.restly-section-title {
    font-size: var(--type-2xl);
    line-height: var(--lh-snug);
}

/* ── Body-Text: Konsistenz auf base + md ── */
/* Sectionwise intro paragraphs -> type-md */
.theme-cybersecurity .restly-page-intro {
    font-size: var(--type-md);
    line-height: var(--lh-relaxed);
}

/* ── Kicker / Eyebrow: einheitlich xs ── */
/* FIX: Kicker-Größen waren 10/11/12px — jetzt einheitlich --type-xs */
.theme-cybersecurity .location-kicker,
.theme-cybersecurity .contact-card-kicker,
.theme-cybersecurity .decision-kicker,
.theme-cybersecurity .feature-kicker,
.theme-cybersecurity .restly-section-stitle span,
.theme-cybersecurity .partner-directory-kicker,
.theme-cybersecurity .eyebrow {
    font-size: var(--type-xs);
}

/* ── Partner-Directory H3: Vereinheitlichung ── */
.theme-cybersecurity .partner-directory-row h3 {
    font-size: var(--type-xl);
    line-height: var(--lh-snug);
}

/* ── Service-Item Titel: auf type-xl ── */
.theme-cybersecurity .service-item-eight .service-slider-title,
.theme-cybersecurity .feature-box-section .service-two-title {
    font-size: var(--type-xl);
    line-height: var(--lh-snug);
}

/* ── First-Step Card H3: auf type-xl ── */
.theme-cybersecurity .first-step-card h3 {
    font-size: var(--type-xl);
    line-height: var(--lh-snug);
}

/* ── Contact Card H4 in Topic-Panels: auf type-lg ── */
.theme-cybersecurity .contact-form-card .topic-panel-head h4 {
    font-size: var(--type-lg);
    line-height: var(--lh-snug);
}

/* ── Hero: H1 bleibt via clamp, Subline auf type-md ── */
.theme-cybersecurity .hero-copy > p {
    font-size: var(--type-md);
    line-height: 1.54;
}

/* ── Spacing-System: pt/pb utility classes auf 8px-Grid normiert ── */
/* FIX: Magische Zahlen (pt-120, pb-90, pb-60) ersetzen durch normierte Werte */
.theme-cybersecurity .pt-120 { padding-top: 112px; }   /* 14 × 8px — nearest grid snap */
.theme-cybersecurity .pb-120 { padding-bottom: 112px; }
.theme-cybersecurity .pt-90  { padding-top: 88px; }    /* 11 × 8px */
.theme-cybersecurity .pb-90  { padding-bottom: 88px; }
.theme-cybersecurity .pb-60  { padding-bottom: 64px; } /* 8 × 8px */
.theme-cybersecurity .pt-60  { padding-top: 64px; }
.theme-cybersecurity .pb-40  { padding-bottom: 40px; }
.theme-cybersecurity .pt-20  { padding-top: 24px; }    /* 3 × 8px */

@media (max-width: 768px) {
    .theme-cybersecurity .pt-120,
    .theme-cybersecurity .pb-120 { padding-top: 72px; padding-bottom: 72px; }
    .theme-cybersecurity .pt-90,
    .theme-cybersecurity .pb-90  { padding-top: 56px; padding-bottom: 56px; }
    .theme-cybersecurity .pb-60,
    .theme-cybersecurity .pt-60  { padding-top: 40px; padding-bottom: 40px; }
}

/* ── Section-Head: vertikaler Rhythmus verbessert ── */
.theme-cybersecurity .section-head {
    margin-bottom: 40px;  /* 5 × 8px — war uneinheitlich */
}

/* ── Partner: Koordinatoren-Liste CTA-Stärkung ── */
/* FIX: mailto-Link hatte kein visuelles Gewicht — jetzt als Button-Link */
.theme-cybersecurity .partner-region-list .partner-region-meta a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    background: #1f69ea;
    color: #fff;
    font-size: var(--type-sm);
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}
.theme-cybersecurity .partner-region-list .partner-region-meta a:hover {
    background: #104cba;
    color: #fff;
    transform: translateY(-1px);
}

/* ── Kontakt-Formular Submit: Lade-Indikation ── */
/* FIX: Visuelles Feedback bei Formular-Submit */
.theme-cybersecurity .contact-form-card button[type="submit"]:active {
    transform: scale(0.98);
    box-shadow: 0 6px 16px rgba(20, 82, 210, 0.2);
}

/* ── Erstcheck-Formular Submit: konsistente Styling ── */
.theme-cybersecurity .contact-card.contact-card-soft .form-card button[type="submit"] {
    min-height: 48px;
    border-radius: var(--cyber-radius-sm);
    padding: 12px 20px;
    border: none;
    background: linear-gradient(135deg, #2263eb 0%, #0f4fd2 100%);
    color: #fff;
    font-weight: 700;
    font-size: var(--type-base);
    box-shadow: 0 12px 28px rgba(20, 82, 210, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    width: 100%;
}
.theme-cybersecurity .contact-card.contact-card-soft .form-card button[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(20, 82, 210, 0.32);
}

/* ─── END DESIGN-AUDIT FIXES ─────────────────────────────────────────────── */
