@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/nunito-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/nunito-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    color-scheme: dark;
    font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #030304;
    color: #f8fafc;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    background: #030304;
    color: #f8fafc;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

button {
    font: inherit;
}

.blank-template {
    position: relative;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 0;
    background:
        radial-gradient(circle at 78% 5%, rgba(41, 195, 238, 0.08), transparent 30rem),
        radial-gradient(circle at 88% 18%, rgba(247, 147, 0, 0.065), transparent 24rem),
        #030304;
}

.page-anchor {
    min-height: 1px;
}

.home-hero {
    display: grid;
    align-items: center;
    position: relative;
    isolation: isolate;
    min-height: clamp(42rem, 100svh, 58rem);
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    padding:
        clamp(10rem, 18vh, 13rem)
        max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem))
        clamp(5rem, 12vw, 8rem);
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.98) 0%, rgba(3, 3, 4, 0.9) 36%, rgba(3, 3, 4, 0.42) 76%, rgba(3, 3, 4, 0.68) 100%),
        radial-gradient(ellipse at 78% 43%, rgba(169, 207, 57, 0.18), transparent 30rem),
        radial-gradient(ellipse at 74% 46%, rgba(41, 195, 238, 0.14), transparent 28rem),
        radial-gradient(ellipse at 84% 54%, rgba(247, 147, 0, 0.18), transparent 23rem),
        radial-gradient(ellipse at 62% 22%, rgba(41, 195, 238, 0.08), transparent 28rem),
        #030304;
}

.home-hero-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.86;
    pointer-events: none;
}

.home-hero-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at 80% 48%, rgba(247, 147, 0, 0.1), transparent 28rem),
        linear-gradient(180deg, rgba(3, 3, 4, 0.42) 0%, rgba(3, 3, 4, 0.04) 42%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.8) 0%, rgba(3, 3, 4, 0.24) 58%, rgba(3, 3, 4, 0.68) 100%);
    pointer-events: none;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 16rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 67rem;
}

.home-hero h1 {
    display: grid;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.home-hero h1 span {
    display: block;
}

.home-hero h1 strong {
    color: #f79300;
    font-weight: 800;
}

.home-service-icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.6vw, 2rem);
    width: min(100% - 3rem, 90rem);
    margin: clamp(1.75rem, 4vw, 3rem) auto clamp(5.5rem, 10vw, 7.5rem);
}

.home-service-icon-card {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.9rem;
    min-height: 10.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    padding: 1.25rem 0.85rem;
    text-align: center;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.home-service-icon-card:hover {
    border-color: rgba(247, 147, 0, 0.6);
    box-shadow: 0 0 20px 5px rgba(247, 147, 0, 0.15), 0 18px 50px rgba(0, 0, 0, 0.24);
    transform: translateY(-3px);
}

.home-service-icon-card img {
    display: block;
    width: clamp(4rem, 7vw, 5.75rem);
    height: clamp(4rem, 7vw, 5.75rem);
    object-fit: contain;
}

.home-service-icon-card h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(0.92rem, 1.25vw, 1.08rem);
    font-weight: 700;
    line-height: 1.18;
}

.home-about {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 7vw, 6.5rem);
    align-items: start;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(5.5rem, 10vw, 7.5rem);
}

.home-about-copy h2 {
    margin: 0 0 1.75rem;
    color: #f79300;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.home-about-copy p {
    max-width: 44rem;
    margin: 0 0 1.75rem;
    color: #d1d5db;
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    line-height: 1.72;
}

.home-about-copy p:last-of-type {
    margin-bottom: 2.75rem;
}

.home-about-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 147, 0, 0.72);
    border-radius: 999px;
    background: #f79300;
    padding: 0.85rem 1.45rem;
    color: #111827;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(247, 147, 0, 0.2);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-about-cta:hover {
    border-color: rgba(247, 147, 0, 0.95);
    background: #ff9f17;
    box-shadow: 0 16px 34px rgba(247, 147, 0, 0.28);
    transform: translateY(-2px);
}

.home-about-solutions {
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

.home-about-solution-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1.25rem, 2.4vw, 1.75rem);
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    padding: clamp(1.35rem, 2.4vw, 1.75rem);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.home-about-solution-card:hover {
    border-color: rgba(247, 147, 0, 0.5);
    box-shadow: 0 0 20px 5px rgba(247, 147, 0, 0.12), 0 18px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.home-about-solution-card img {
    display: block;
    width: clamp(3.25rem, 5vw, 4.5rem);
    height: clamp(3.25rem, 5vw, 4.5rem);
    object-fit: contain;
}

.home-about-solution-card h3 {
    margin: 0 0 0.45rem;
    color: #fff;
    font-size: clamp(1.15rem, 1.75vw, 1.45rem);
    font-weight: 700;
    line-height: 1.15;
}

.home-about-solution-card p {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.6;
}

.home-technology {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2.25rem, 6vw, 5.25rem);
    align-items: start;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(4rem, 8vw, 6rem);
}

.home-technology-copy h2 {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.25rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.04;
    white-space: pre-line;
}

.home-technology-copy p {
    max-width: 44rem;
    margin: 0 0 1.35rem;
    color: #d1d5db;
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    line-height: 1.72;
}

.home-technology-copy p:last-of-type {
    margin-bottom: 2rem;
}

.home-technology-services {
    display: grid;
    gap: 1rem;
}

.home-technology-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 1.35rem);
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    padding: clamp(1.15rem, 2vw, 1.5rem);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.home-technology-card:hover {
    border-color: rgba(247, 147, 0, 0.5);
    box-shadow: 0 0 20px 5px rgba(247, 147, 0, 0.12), 0 18px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.home-technology-card img {
    display: block;
    width: clamp(3.25rem, 5vw, 4.5rem);
    height: clamp(3.25rem, 5vw, 4.5rem);
    object-fit: contain;
}

.home-technology-card h3 {
    max-width: 24rem;
    margin: 0 0 0.45rem;
    color: #f79300;
    font-size: clamp(1.15rem, 1.75vw, 1.45rem);
    font-weight: 700;
    line-height: 1.15;
}

.home-technology-card p {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.6;
}

.home-cybersecurity {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0 0 clamp(4rem, 8vw, 6rem);
    padding: clamp(3rem, 6vw, 5rem) max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem));
    background:
        radial-gradient(ellipse 80% 60% at 30% 50%, rgba(247, 147, 0, 0.06), transparent),
        radial-gradient(ellipse 60% 50% at 70% 60%, rgba(247, 147, 0, 0.04), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.5) 0%, rgba(3, 3, 4, 0.9) 100%),
        #030304;
    overflow: hidden;
}

.home-cybersecurity::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 70% 50% at 30% 40%, rgba(247, 147, 0, 0.04), transparent),
        radial-gradient(ellipse 50% 50% at 60% 50%, rgba(247, 147, 0, 0.03), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.3) 0%, rgba(3, 3, 4, 0.04) 40%, rgba(3, 3, 4, 0.94) 100%);
    pointer-events: none;
}

.home-cybersecurity::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 10rem;
    background: linear-gradient(180deg, transparent, #030304 80%);
    pointer-events: none;
}

.home-cybersecurity-heading {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.45rem;
    justify-items: center;
    text-align: center;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    width: min(100%, 90rem);
}

.home-cybersecurity-heading span {
    color: #f79300;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-cybersecurity-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 6vw, 5.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-transform: uppercase;
}

.home-cybersecurity-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    width: min(100%, 90rem);
    margin: 0 auto;
}

.home-cybersecurity-card {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 1.15rem;
    min-height: 12rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(3, 3, 4, 0.5);
    padding: clamp(1.1rem, 2vw, 1.35rem);
    transition: border-color 300ms ease, background 180ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.home-cybersecurity-card:hover {
    border-color: rgba(247, 147, 0, 0.6);
    background: rgba(247, 147, 0, 0.08);
    box-shadow: 0 0 22px 6px rgba(247, 147, 0, 0.18), 0 18px 44px rgba(0, 0, 0, 0.24);
    transform: translateY(-3px);
}

.home-cybersecurity-card img {
    display: block;
    width: clamp(3.2rem, 5vw, 4.6rem);
    height: clamp(3.2rem, 5vw, 4.6rem);
    object-fit: contain;
}

.home-cybersecurity-card h3 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
}

.home-partners-carousel {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(4rem, 8vw, 6rem);
    overflow: hidden;
}

.home-partners-carousel h2 {
    margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.home-partners-track-wrap {
    --visible-logos: 5;
    --partner-gap: 1rem;
    position: relative;
    overflow: hidden;
    padding: 0.25rem 0;
    cursor: grab;
    user-select: none;
    touch-action: pan-x pan-y;
}

.home-partners-track-wrap.is-dragging {
    cursor: grabbing;
}

.home-partners-track {
    display: flex;
    gap: var(--partner-gap);
    width: max-content;
    will-change: transform;
}

.home-partner-logo-card {
    display: grid;
    place-items: center;
    flex: 0 0 calc((min(100vw - 3rem, 90rem) - (var(--partner-gap) * (var(--visible-logos) - 1))) / var(--visible-logos));
    height: clamp(7rem, 10vw, 9rem);
    padding: 0;
}

.home-partner-logo-card img {
    display: block;
    width: 145%;
    max-width: 21rem;
    max-height: 8.5rem;
    object-fit: contain;
    transform: scale(1.35);
    transform-origin: center;
    pointer-events: none;
}

.partners-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.partners-heading {
    max-width: 54rem;
    margin-bottom: clamp(3.75rem, 7vw, 5.5rem);
}

.partners-heading p {
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.partners-heading h1,
.partners-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.partners-page-section {
    padding-top: clamp(13rem, 19vw, 16rem);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 1.25rem;
    align-items: center;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.partner-card:hover {
    transform: translateY(-2px);
}

.partner-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.05));
}

.site-header {
    position: absolute;
    top: 2.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    width: min(100% - 3rem, 90rem);
    margin-inline: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.4);
    padding: 1.05rem 1.25rem;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-logo {
    display: block;
    width: 8.5rem;
    height: auto;
}

.nav-toggle {
    position: relative;
    z-index: 40;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    cursor: pointer;
}

.nav-toggle span {
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
    transform: translateY(-0.42rem);
}

.nav-toggle span:nth-child(3) {
    transform: translateY(0.42rem);
}

.site-header.nav-drawer-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.site-header.nav-drawer-open .nav-toggle {
    color: #f79300;
}

.site-header.nav-drawer-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.nav-drawer-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20;
    background: rgba(3, 3, 4, 0.62);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.site-header.nav-drawer-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.nav-drawer-open {
    overflow: hidden;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-inline-start: auto;
    margin-inline-end: 2rem;
    font-size: 16px;
    font-weight: 400;
}

.mobile-nav-brand,
.mobile-nav-extra {
    display: none;
}

.main-nav > a,
.nav-dropdown-trigger,
.language-trigger {
    border: 0;
    background: transparent;
    color: #e5e7eb;
    cursor: pointer;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav > a:hover,
.nav-dropdown-trigger:hover,
.language-trigger:hover {
    color: #f79300;
}

.main-nav > a.active,
.main-nav > a[aria-current="page"],
.nav-dropdown-trigger.active,
.nav-dropdown-trigger[aria-current="page"] {
    color: #f79300;
}

.nav-dropdown {
    position: relative;
}

.solutions-dropdown {
    position: static;
}

.nav-dropdown-trigger,
.language-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 120;
    margin-top: 0.75rem;
    display: grid;
    min-width: 14rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background: rgba(51, 51, 51, 0.98);
    padding: 0.5rem;
    padding-top: 0.75rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.65rem) scale(0.98);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 220ms ease;
}

.nav-dropdown-menu::before,
.solutions-megamenu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 1.25rem;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.solutions-dropdown:hover .solutions-megamenu,
.solutions-dropdown.is-open .solutions-megamenu,
.solutions-dropdown:focus-within .solutions-megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.solutions-megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 120;
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: minmax(14.5rem, 0.75fr) minmax(0, 2.25fr);
    gap: 1.15rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background: rgba(51, 51, 51, 0.98);
    padding: 1.1rem;
    padding-top: calc(1rem + 0.75rem);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.65rem) scale(0.985);
    transform-origin: top center;
    transition: opacity 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1), visibility 240ms ease;
}

.solutions-megamenu-intro {
    align-self: center;
    display: grid;
    justify-content: center;
    border-right: 1px solid rgba(254, 254, 254, 0.3);
    padding: 1.45rem 1.15rem 1.2rem 1.45rem;
}

.solutions-megamenu-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.12;
}

.solutions-megamenu-intro p {
    margin: 0.85rem 0 0;
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.45;
    white-space: pre-line;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(16.5rem, 1fr));
    gap: 0.85rem;
}

.solution-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 6rem;
    border: 1px solid rgba(254, 254, 254, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.045);
    padding: 1rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.solution-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(247, 147, 0, 0.45);
}

.solution-card .solution-arrow::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.solution-card h3,
.solution-card p {
    margin: 0;
}

.solution-icon-box {
    display: inline-grid;
    place-items: center;
    width: 3.85rem;
    height: 3.85rem;
    border: 1px solid rgba(254, 254, 254, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    flex: 0 0 auto;
    overflow: hidden;
}

.solution-icon-box img {
    width: 3.55rem;
    height: 3.55rem;
    object-fit: contain;
    transform: scale(1.35);
}

.solution-card h3 {
    color: #fff;
    font-size: 0.98rem;
}

.solution-copy {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.solution-card p {
    color: #cbd5e1;
    font-size: 0.82rem;
    line-height: 1.45;
    white-space: normal;
}

.solution-arrow {
    display: inline-grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    color: #f79300;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.solution-arrow:hover {
    color: #f79300;
}

.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 4px;
    padding: 0.65rem 0.75rem;
    white-space: nowrap;
}

.nav-dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #f79300;
}

.language-dropdown .nav-dropdown-menu {
    right: 0;
    left: auto;
    min-width: 9rem;
}

.language-trigger {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    padding: 0.45rem 0.65rem;
}

.language-flags {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.language-flags img,
.language-menu-flag {
    display: block;
    width: 1.8rem;
    height: 1.35rem;
    border-radius: 2px;
    object-fit: cover;
}

.site-footer {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: rgba(51, 51, 51, 0.38);
    padding: clamp(2rem, 4vw, 3.25rem) 0;
    box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
}

.footer-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr minmax(18rem, 1.45fr) auto;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: flex-start;
    width: min(100% - 3rem, 90rem);
    margin-inline: auto;
}

.footer-section h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.footer-link-list,
.footer-contact-list {
    display: grid;
    gap: 0.68rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link-list a,
.footer-contact-list a,
.footer-contact-list span,
.footer-contact-list address {
    color: #d1d5db;
    font-size: 0.94rem;
    line-height: 1.45;
}

.footer-contact-list address {
    margin: 0;
    font-style: normal;
}

.footer-link-list a:hover,
.footer-contact-list a:hover,
.footer-social a:hover {
    color: #f79300;
}

.footer-contact-list li {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: flex-start;
}

.footer-contact-icon {
    display: inline-grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid rgba(247, 147, 0, 0.34);
    border-radius: 999px;
    color: #f79300;
    background: rgba(247, 147, 0, 0.08);
}

.footer-contact-icon svg {
    width: 1rem;
    height: 1rem;
}

.footer-social {
    display: flex;
    gap: 0.7rem;
    justify-content: flex-end;
}

.footer-social a {
    display: inline-grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.045);
    transition: color 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.footer-social a:hover {
    border-color: rgba(247, 147, 0, 0.5);
    background: rgba(247, 147, 0, 0.1);
    transform: translateY(-2px);
}

.footer-social svg {
    width: 1.18rem;
    height: 1.18rem;
}

.whatsapp-float {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    z-index: 200;
    display: inline-grid;
    place-items: center;
    width: 3.65rem;
    height: 3.65rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.whatsapp-float:hover {
    background: #1fbd5a;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.46);
    transform: translateY(-2px);
}

.whatsapp-float svg {
    width: 1.85rem;
    height: 1.85rem;
}

/* Success Cases Section */
.success-cases-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(2.5rem, 8vw, 6rem);
}

.success-cases-container {
    display: block;
}

.success-cases-section .section-header {
    max-width: 54rem;
    margin-bottom: clamp(3.75rem, 7vw, 5.5rem);
}

.success-cases-section .eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.success-cases-section h1,
.success-cases-section h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.success-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(4rem, 8vw, 6rem);
    padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.success-case-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(247, 147, 0, 0.4);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.success-case-card:hover {
    border-color: rgba(247, 147, 0, 0.85);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 22px 6px rgba(247, 147, 0, 0.18);
    transform: translateY(-4px);
}

.success-case-image {
    position: relative;
    width: 100%;
    aspect-ratio: 400 / 200;
    overflow: hidden;
    background: #111;
}

.success-case-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-case-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.success-case-content h3 {
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.success-case-content p {
    margin: 0 0 1.5rem;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.55;
    flex: 1;
}

.case-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 180ms ease, gap 180ms ease;
}

.case-cta:hover {
    color: #f79300;
    gap: 0.75rem;
}

/* Solutions Page */
.solutions-page-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(3rem, 8vw, 6rem);
    padding-top: clamp(13rem, 19vw, 16rem);
}

.solutions-page-heading {
    max-width: 54rem;
    margin-bottom: clamp(3.75rem, 7vw, 5.5rem);
}

.solutions-page-heading .eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.solutions-page-heading h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
    white-space: pre-line;
}

.solutions-consulting-copy {
    max-width: 76rem;
    margin: 0 auto clamp(3rem, 6vw, 4.75rem);
    padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.solutions-consulting-copy h2 {
    margin: 0 0 1rem;
    color: #f79300;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-transform: capitalize;
}

.solutions-consulting-copy p {
    margin: 0;
    color: #d1d5db;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.72;
    white-space: pre-line;
}

.solutions-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.15rem, 2vw, 1.6rem);
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
}

.solutions-it-services-copy {
    margin-top: clamp(5rem, 10vw, 8rem);
    padding-top: 0;
}

.solutions-it-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solutions-cloud-copy {
    margin-top: clamp(5rem, 10vw, 8rem);
    padding-top: 0;
}

.solutions-sales-copy {
    margin-top: clamp(5rem, 10vw, 8rem);
    padding-top: 0;
}

.solutions-cloud-table {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 23px minmax(0, 1fr);
    align-items: stretch;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    border: 1px solid #F5931E;
    background: #272727;
}

.solutions-cloud-cell {
    padding: clamp(2rem, 4vw, 3rem);
}

.solutions-cloud-cell h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.solutions-cloud-cell p {
    margin: 0;
    color: #d1d5db;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.65;
    white-space: pre-line;
}

.solutions-cloud-divider {
    width: 23px;
    min-height: 100%;
    background: #F5931E;
}

.solutions-cloud-footer {
    max-width: 76rem;
    margin: clamp(2.5rem, 5vw, 4rem) auto 0;
    color: #d1d5db;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.72;
    white-space: pre-line;
}

.solutions-service-card {
    display: flex;
    align-items: center;
    min-height: 9rem;
    border: 1px solid rgba(245, 147, 30, 0.4);
    border-radius: 6px;
    background: transparent;
    padding: 1.25rem;
    transition: border-color 300ms ease, box-shadow 300ms ease, background 300ms ease, transform 300ms ease;
}

.solutions-service-card:hover {
    border-color: rgba(245, 147, 30, 0.9);
    background: rgba(245, 147, 30, 0.05);
    box-shadow: 0 0 20px 5px rgba(245, 147, 30, 0.18);
    transform: translateY(-2px);
}

.solutions-service-card p {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.solutions-sales-grid {
    margin-bottom: clamp(4rem, 8vw, 6rem);
}

/* Cybersecurity Page */
.cybersecurity-page-section {
    /* Override home hero background with cybersecurity palette */
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.98) 0%, rgba(3, 3, 4, 0.86) 36%, rgba(3, 3, 4, 0.35) 76%, rgba(3, 3, 4, 0.60) 100%),
        radial-gradient(ellipse at 78% 43%, rgba(0, 220, 255, 0.18), transparent 30rem),
        radial-gradient(ellipse at 74% 46%, rgba(247, 147, 0, 0.12), transparent 28rem),
        radial-gradient(ellipse at 84% 54%, rgba(0, 201, 246, 0.08), transparent 23rem),
        radial-gradient(ellipse at 62% 22%, rgba(169, 207, 57, 0.06), transparent 28rem),
        #030304;
}

.cybersecurity-page-section h1 {
    white-space: pre-line;
}

.cybersecurity-cluster-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.85;
    pointer-events: none;
}

.cybersecurity-cluster-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.cybersecurity-page-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at 80% 48%, rgba(0, 220, 255, 0.10), transparent 28rem),
        linear-gradient(180deg, rgba(3, 3, 4, 0.42) 0%, rgba(3, 3, 4, 0.04) 42%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.8) 0%, rgba(3, 3, 4, 0.24) 58%, rgba(3, 3, 4, 0.68) 100%);
    pointer-events: none;
}

.cybersecurity-page-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

/* Decorative elements stack above the overlay */
.cyber-orb,
.cyber-particle,
.cyber-scan-line {
    position: absolute;
    z-index: 2;
}

/* Cybersecurity lock — premium holographic cybersecurity visual */
.cyber-orb {
    position: absolute;
    top: 52%;
    right: max(-14rem, -12vw);
    width: clamp(30rem, 65vw, 64rem);
    opacity: 0.9;
    transform: translateY(-50%);
    pointer-events: none;
    filter: drop-shadow(0 0 40px rgba(0, 220, 255, 0.18))
            drop-shadow(0 0 80px rgba(247, 147, 0, 0.07));
}

.cyber-orb-ring--outer {
    animation: cyber-orb-spin 40s linear infinite;
    transform-origin: 200px 200px;
}

.cyber-orb-ring--mid {
    animation: cyber-orb-spin 30s linear infinite reverse;
    transform-origin: 200px 200px;
}

.cyber-orb-ring--inner {
    animation: cyber-orb-spin 20s linear infinite;
    transform-origin: 200px 200px;
}

.cyber-orb-core {
    animation: cyber-orb-pulse 4s ease-in-out infinite;
}

.cyber-orb-node {
    animation: cyber-orb-nodestrobe 3s ease-in-out infinite;
}

.cyber-orb-node:nth-child(even) {
    animation-delay: -1.5s;
}

@keyframes cyber-orb-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes cyber-orb-pulse {
    0%, 100% { opacity: 0.6; r: 30; }
    50% { opacity: 0.9; r: 34; }
}

@keyframes cyber-orb-nodestrobe {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.85; }
}

@media (prefers-reduced-motion: reduce) {
    .cyber-orb-ring--outer,
    .cyber-orb-ring--mid,
    .cyber-orb-ring--inner,
    .cyber-orb-core,
    .cyber-orb-node {
        animation: none;
    }
}

/* ===============================
   Contact Page — Envelope + Signal
   =============================== */
.contact-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding:
        clamp(13rem, 19vw, 16rem)
        max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem))
        clamp(3rem, 8vw, 6rem);
    background: #030304;
}

.contact-heading {
    position: relative;
    z-index: 2;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 60% 50% at 30% 40%, rgba(0, 180, 255, 0.05), transparent),
        radial-gradient(ellipse 50% 50% at 70% 60%, rgba(0, 220, 255, 0.04), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.3) 0%, rgba(3, 3, 4, 0.04) 40%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.7) 0%, rgba(3, 3, 4, 0.1) 50%, rgba(3, 3, 4, 0.7) 100%);
    pointer-events: none;
}

.contact-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}


/* ===============================
   Success Cases Page — Star
   =============================== */
.success-cases-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding:
        clamp(13rem, 19vw, 16rem)
        max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem))
        clamp(3rem, 8vw, 6rem);
    background: #030304;
}

.success-cases-section .section-header {
    position: relative;
    z-index: 2;
}

.success-cases-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 60% 50% at 30% 40%, rgba(247, 147, 0, 0.05), transparent),
        radial-gradient(ellipse 50% 50% at 70% 60%, rgba(255, 200, 50, 0.04), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.3) 0%, rgba(3, 3, 4, 0.04) 40%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.7) 0%, rgba(3, 3, 4, 0.1) 50%, rgba(3, 3, 4, 0.7) 100%);
    pointer-events: none;
}

.success-cases-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

/* ===============================
   Partners Page — Interlocking circles
   =============================== */
.partners-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding:
        clamp(13rem, 19vw, 16rem)
        max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem))
        clamp(3rem, 8vw, 6rem);
    background: #030304;
}

.partners-heading {
    position: relative;
    z-index: 2;
}

.partners-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 60% 50% at 30% 40%, rgba(169, 207, 57, 0.05), transparent),
        radial-gradient(ellipse 50% 50% at 70% 60%, rgba(130, 200, 100, 0.04), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.3) 0%, rgba(3, 3, 4, 0.04) 40%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.7) 0%, rgba(3, 3, 4, 0.1) 50%, rgba(3, 3, 4, 0.7) 100%);
    pointer-events: none;
}

.partners-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

/* Partners — alliance network */
.pt-holo {
    position: absolute;
    top: 52%;
    right: clamp(1rem, 4vw, 4rem);
    width: clamp(16rem, 28vw, 28rem);
    opacity: 0.85;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    filter: drop-shadow(0 0 24px rgba(169, 207, 57, 0.10))
            drop-shadow(0 0 48px rgba(247, 147, 0, 0.05));
}

.partners-canvas {
    position: absolute;
    top: 50%;
    right: clamp(1rem, 4vw, 4rem);
    width: clamp(7rem, 24vw, 16rem);
    aspect-ratio: 1;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

/* Partners — alliance network animations */
.pt-node {
    animation: pt-breathe 5s ease-in-out infinite;
}
.pt-pulse {
    animation: pt-nodestrobe 3s ease-in-out infinite;
}
.pt-pulse:nth-child(even) {
    animation-delay: -1.5s;
}
.pt-center {
    animation: pt-centerpulse 4s ease-in-out infinite;
}
.pt-flow {
    animation: pt-nodestrobe 3.5s ease-in-out infinite;
}
.pt-bridge {
    animation: pt-bridgethrob 6s ease-in-out infinite;
}

@keyframes pt-breathe {
    0%, 100% { opacity: 0.6; stroke-opacity: 0.16; }
    50% { opacity: 1; stroke-opacity: 0.28; }
}
@keyframes pt-nodestrobe {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}
@keyframes pt-centerpulse {
    0%, 100% { opacity: 0.6; stroke-opacity: 0.20; }
    50% { opacity: 1; stroke-opacity: 0.35; }
}
@keyframes pt-bridgethrob {
    0%, 100% { stroke-opacity: 0.10; }
    50% { stroke-opacity: 0.20; }
}

/* ===============================
   Solutions Page — Hexagon + Nodes
   =============================== */
.solutions-page-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding:
        clamp(13rem, 19vw, 16rem)
        max(1.5rem, calc((100% - 90rem) / 2 + 1.5rem))
        clamp(3rem, 8vw, 6rem);
    background: #030304;
}

.solutions-page-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 60% 50% at 30% 40%, rgba(139, 92, 246, 0.05), transparent),
        radial-gradient(ellipse 50% 50% at 70% 60%, rgba(100, 50, 255, 0.04), transparent),
        linear-gradient(180deg, rgba(3, 3, 4, 0.3) 0%, rgba(3, 3, 4, 0.04) 40%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.7) 0%, rgba(3, 3, 4, 0.1) 50%, rgba(3, 3, 4, 0.7) 100%);
    pointer-events: none;
}

.solutions-page-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

.solutions-page-heading {
    position: relative;
    z-index: 2;
}

/* Section-specific particles */
.solutions-particle {
    background: #00c9f6;
    box-shadow: 0 0 4px rgba(139, 92, 246, 0.4);
}

.solutions-scan-line {
    background: linear-gradient(90deg, transparent, rgba(0, 201, 246, 0.08), rgba(0, 201, 246, 0.12), rgba(0, 201, 246, 0.08), transparent);
}

/* Section-specific particles */
.contact-particle {
    background: #00b4ff;
    box-shadow: 0 0 4px rgba(0, 180, 255, 0.4);
}

.success-particle {
    background: #f79300;
    box-shadow: 0 0 4px rgba(247, 147, 0, 0.4);
}

.partners-particle {
    background: #a9cf39;
    box-shadow: 0 0 4px rgba(169, 207, 57, 0.4);
}

/* Section-specific scan lines */
.contact-scan-line {
    background: linear-gradient(90deg, transparent, rgba(0, 180, 255, 0.08), rgba(0, 220, 255, 0.12), rgba(0, 180, 255, 0.08), transparent);
}

.success-scan-line {
    background: linear-gradient(90deg, transparent, rgba(247, 147, 0, 0.08), rgba(255, 200, 50, 0.12), rgba(247, 147, 0, 0.08), transparent);
}

.partners-scan-line {
    background: linear-gradient(90deg, transparent, rgba(169, 207, 57, 0.08), rgba(100, 220, 80, 0.12), rgba(169, 207, 57, 0.08), transparent);
}

/* Floating particles */
.cyber-particle {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #00dcff;
    opacity: 0;
    animation: cyber-float 6s var(--d, 0s) ease-in-out infinite;
    box-shadow: 0 0 4px rgba(0, 220, 255, 0.4);
}

.cyber-particle--small {
    width: 2px;
    height: 2px;
    background: #a9cf39;
    box-shadow: 0 0 3px rgba(169, 207, 57, 0.3);
}

@keyframes cyber-float {
    0% { transform: translate(0, 0) scale(0); opacity: 0; }
    10% { transform: translate(10px, -15px) scale(1); opacity: 0.7; }
    50% { transform: translate(-8px, -45px) scale(0.8); opacity: 0.5; }
    80% { transform: translate(12px, -80px) scale(0.4); opacity: 0.2; }
    100% { transform: translate(0, -100px) scale(0); opacity: 0; }
}

/* Scan line */
.cyber-scan-line {
    position: absolute;
    left: -5%;
    right: -5%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(0, 220, 255, 0.08), rgba(169, 207, 57, 0.12), rgba(0, 220, 255, 0.08), transparent);
    filter: blur(1px);
    animation: cyber-scan 8s linear infinite;
}

@keyframes cyber-scan {
    0% { top: -2%; opacity: 0; }
    5% { opacity: 1; }
    45% { opacity: 1; }
    50% { opacity: 0; }
    50.001% { top: 102%; opacity: 0; }
    55% { opacity: 1; }
    95% { opacity: 1; }
    100% { top: -2%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .cyber-particle,
    .cyber-scan-line,
    .sol-ring,
    .sol-hex,
    .sol-core,
    .sol-node,
    .sc-ring,
    .sc-core,
    .sc-node,
    .ct-ring,
    .ct-core,
    .ct-node,
    .ct-signal,
    .pt-node,
    .pt-pulse,
    .pt-center,
    .pt-flow,
    .pt-bridge {
        animation: none;
    }
    .cyber-particle,
    .cyber-scan-line {
        opacity: 0;
    }
}

/* ===========================================
   Premium Holographic Visuals — Solutions
   =========================================== */
.sol-holo,
.sc-holo,
.ct-holo {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

/* Solutions — modular cube/network */
.sol-holo {
    top: 52%;
    right: max(-14rem, -12vw);
    width: clamp(30rem, 65vw, 64rem);
    opacity: 0.9;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 40px rgba(139, 92, 246, 0.16))
            drop-shadow(0 0 80px rgba(0, 201, 246, 0.07));
}

.sol-ring--outer {
    animation: sol-spin 40s linear infinite;
    transform-origin: 240px 240px;
}
.sol-ring--mid {
    animation: sol-spin 30s linear infinite reverse;
    transform-origin: 240px 240px;
}
.sol-ring--inner {
    animation: sol-spin 22s linear infinite;
    transform-origin: 240px 240px;
}
.sol-core {
    animation: sol-pulse 4.5s ease-in-out infinite;
}
.sol-hex {
    animation: sol-hexbreath 6s ease-in-out infinite;
}
.sol-node {
    animation: sol-nodestrobe 3.2s ease-in-out infinite;
}
.sol-node:nth-child(even) {
    animation-delay: -1.6s;
}

@keyframes sol-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes sol-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}
@keyframes sol-hexbreath {
    0%, 100% { opacity: 0.6; stroke-opacity: 0.14; }
    50% { opacity: 1; stroke-opacity: 0.24; }
}
@keyframes sol-nodestrobe {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.85; }
}

/* Success Cases — minimal star badge */
.sc-holo {
    top: 52%;
    right: clamp(1rem, 4vw, 4rem);
    width: clamp(10rem, 18vw, 16rem);
    opacity: 0.85;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 24px rgba(247, 147, 0, 0.14))
            drop-shadow(0 0 48px rgba(169, 207, 57, 0.05));
}

.sc-ring--outer {
    animation: sc-spin 42s linear infinite;
    transform-origin: 240px 240px;
}
.sc-ring--mid {
    animation: sc-spin 32s linear infinite reverse;
    transform-origin: 240px 240px;
}
.sc-ring--inner {
    animation: sc-spin 24s linear infinite;
    transform-origin: 240px 240px;
}
.sc-core {
    animation: sc-pulse 4.8s ease-in-out infinite;
}
.sc-node {
    animation: sc-nodestrobe 3.4s ease-in-out infinite;
}
.sc-node:nth-child(even) {
    animation-delay: -1.7s;
}

@keyframes sc-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes sc-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}
@keyframes sc-nodestrobe {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.85; }
}

/* Contact — signal hub / communication */
.ct-holo {
    top: 52%;
    right: max(-14rem, -12vw);
    width: clamp(30rem, 65vw, 64rem);
    opacity: 0.9;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 40px rgba(0, 180, 255, 0.18))
            drop-shadow(0 0 80px rgba(247, 147, 0, 0.07));
}

.ct-ring--outer {
    animation: ct-spin 38s linear infinite;
    transform-origin: 240px 240px;
}
.ct-ring--mid {
    animation: ct-spin 28s linear infinite reverse;
    transform-origin: 240px 240px;
}
.ct-ring--inner {
    animation: ct-spin 20s linear infinite;
    transform-origin: 240px 240px;
}
.ct-core {
    animation: ct-pulse 4.2s ease-in-out infinite;
}
.ct-signal {
    animation: ct-signalthrob 3s ease-in-out infinite;
}
.ct-node {
    animation: ct-nodestrobe 3s ease-in-out infinite;
}
.ct-node:nth-child(even) {
    animation-delay: -1.5s;
}

@keyframes ct-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes ct-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}
@keyframes ct-signalthrob {
    0%, 100% { opacity: 0.5; stroke-opacity: 0.18; }
    50% { opacity: 1; stroke-opacity: 0.30; }
}
@keyframes ct-nodestrobe {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.85; }
}

/* Mobile: reduce visual opacity and shift */
@media (max-width: 768px) {
    .sol-holo,
    .sc-holo,
    .ct-holo,
    .pt-holo {
        top: 42%;
        right: -48vw;
        width: clamp(28rem, 120vw, 48rem);
        opacity: 0.32;
    }

    /* Smaller hero visuals stay visible on mobile */
    .sc-holo,
    .pt-holo {
        right: -20vw;
        width: clamp(14rem, 50vw, 24rem);
        opacity: 0.22;
    }
}

.cybersecurity-page-heading {
    position: relative;
    z-index: 2;
    max-width: 54rem;
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.cybersecurity-page-heading .eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cybersecurity-page-heading h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
    white-space: pre-line;
}

.cybersecurity-intro-copy {
    position: relative;
    z-index: 2;
    max-width: 76rem;
    margin-bottom: clamp(3rem, 6vw, 4.75rem);
    padding-top: 0;
}

.cybersecurity-intro-copy p {
    margin: 0;
    color: #d1d5db;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.72;
    white-space: pre-line;
}

.cybersecurity-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    margin-bottom: clamp(3rem, 6vw, 4.75rem);
    padding: clamp(1.25rem, 2.5vw, 2rem) 1.5rem;
    background: #F5931E;
    box-sizing: border-box;
}

.cybersecurity-banner p {
    margin: 0;
    color: #000;
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    max-width: 76rem;
}

.cybersecurity-services-row {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(3rem, 6vw, 5rem);
}

.cybersecurity-services-image {
    flex: 0 0 clamp(14rem, 24vw, 26rem);
    border-radius: 12px;
}

.cybersecurity-services-row:first-of-type .cybersecurity-services-image {
    flex: 0 0 clamp(22rem, 36vw, 40rem);
}

.cybersecurity-services-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.cybersecurity-services-text {
    flex: 1;
    min-width: 0;
}

.cybersecurity-services-text p {
    margin: 0 0 1.25rem;
    color: #d1d5db;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.72;
}

.cybersecurity-services-text p:last-child {
    margin-bottom: 0;
}

.cybersecurity-services-text strong {
    color: #F5931E;
}

@media (max-width: 768px) {
    .cybersecurity-page-heading,
    .cybersecurity-intro-copy,
    .cybersecurity-intro-copy p {
        text-align: left;
    }

    .cybersecurity-services-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .cybersecurity-services-image {
        flex: 0 0 auto;
        width: min(90%, 26rem);
    }
}

.cybersecurity-cta-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    margin-top: clamp(3rem, 6vw, 4.75rem);
    padding: clamp(2rem, 3.5vw, 3rem) 1.5rem;
    background: #F5931E;
    text-align: center;
    box-sizing: border-box;
}

.cybersecurity-cta-banner p {
    margin: 0 0 1.5rem;
    color: #000;
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    font-weight: 700;
    line-height: 1.4;
    max-width: 48rem;
}

.cybersecurity-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.25rem;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: opacity 180ms ease, transform 180ms ease;
}

.cybersecurity-cta-button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.cybersecurity-benefits-section {
    width: min(100% - 3rem, 90rem);
    margin: clamp(5rem, 10vw, 8rem) auto;
    padding-top: 0;
}

.cybersecurity-benefits-section h2,
.cybersecurity-alliances-carousel h2 {
    margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
    color: #F5931E;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.1;
    text-align: center;
    text-transform: none;
}

.cybersecurity-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.cybersecurity-benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    transition: transform 300ms ease;
}

.cybersecurity-benefit-card:hover {
    transform: translateY(-3px);
}

.cybersecurity-benefit-card img {
    display: block;
    width: 100%;
    max-width: 338px;
    height: 254px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.cybersecurity-benefit-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 600;
    line-height: 1.35;
}

.cybersecurity-partners-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
    background: #0f0f10;
    border-block: 1px solid rgba(245, 147, 30, 0.25);
    box-sizing: border-box;
}

.cybersecurity-partners-banner-content {
    width: min(100%, 76rem);
    text-align: center;
}

.cybersecurity-partners-banner-content h2 {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.cybersecurity-partners-banner-content p {
    margin: 0;
    color: #d1d5db;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.7;
    white-space: pre-line;
}

/* Contact Page — width/margin handled by full-width hero above */
.contact-page-section,
.partners-page-section,
.success-cases-page-section {
    /* Inner pages: smaller hero, content higher up */
    min-height: clamp(30rem, 56svh, 40rem);
    padding-top: clamp(8rem, 12vh, 10rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
}

.contact-page-section h1,
.partners-page-section h1,
.success-cases-page-section h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    white-space: pre-line;
}

.contact-page-section .home-hero-eyebrow,
.partners-page-section .home-hero-eyebrow,
.success-cases-page-section .home-hero-eyebrow {
    font-size: 0.78rem;
}

.contact-section .eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-section h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.contact-copy > p {
    max-width: 40rem;
    margin: 0 0 clamp(2rem, 5vw, 3.5rem);
    color: #d1d5db;
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    line-height: 1.7;
    white-space: pre-line;
}

.contact-copy > p strong {
    color: #fff;
    font-weight: 800;
}

.contact-info-list {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.35rem;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.contact-info-item a,
.contact-info-item span,
.contact-info-item address {
    color: #d1d5db;
    font-size: 0.94rem;
    line-height: 1.45;
}

.contact-info-item address {
    margin: 0;
    font-style: normal;
}

.contact-info-item a:hover,
.contact-social a:hover {
    color: #f79300;
}

.contact-info-icon {
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid rgba(247, 147, 0, 0.34);
    border-radius: 999px;
    color: #f79300;
    background: rgba(247, 147, 0, 0.08);
}

.contact-info-icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

.contact-social {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.contact-social a {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.045);
    transition: color 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.contact-social a:hover {
    border-color: rgba(247, 147, 0, 0.5);
    background: rgba(247, 147, 0, 0.1);
    transform: translateY(-2px);
}

.contact-social svg {
    width: 1.18rem;
    height: 1.18rem;
}

.contact-form {
    display: grid;
    gap: 1rem;
}

.contact-form h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
    color: #e5e7eb;
    font-size: 0.95rem;
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #f79300;
    border-radius: 6px;
    background: rgba(3, 3, 4, 0.45);
    padding: 0.9rem 1rem;
    color: #fff;
    font: inherit;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #f79300;
    background: rgba(3, 3, 4, 0.65);
    box-shadow: 0 0 0 3px rgba(247, 147, 0, 0.12);
}

.contact-form button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(247, 147, 0, 0.72);
    border-radius: 6px;
    background: #f79300;
    padding: 0.85rem 1.25rem;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(247, 147, 0, 0.18);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-form button:hover {
    border-color: rgba(247, 147, 0, 0.95);
    background: #ff9f17;
    box-shadow: 0 14px 30px rgba(247, 147, 0, 0.26);
    transform: translateY(-2px);
}

/* ===============================
   Kaspersky Page — Shield + K
   =============================== */
.kaspersky-hero-section {
    /* Override home hero background with Kaspersky palette: orange + red */
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.98) 0%, rgba(3, 3, 4, 0.86) 36%, rgba(3, 3, 4, 0.35) 76%, rgba(3, 3, 4, 0.60) 100%),
        radial-gradient(ellipse at 78% 43%, rgba(247, 147, 0, 0.18), transparent 30rem),
        radial-gradient(ellipse at 74% 46%, rgba(255, 140, 0, 0.12), transparent 28rem),
        radial-gradient(ellipse at 84% 54%, rgba(230, 57, 70, 0.06), transparent 23rem),
        radial-gradient(ellipse at 62% 22%, rgba(247, 147, 0, 0.08), transparent 28rem),
        #030304;
}

.kaspersky-hero-section h1 {
    white-space: pre-line;
}

.kaspersky-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse at 80% 48%, rgba(247, 147, 0, 0.10), transparent 28rem),
        linear-gradient(180deg, rgba(3, 3, 4, 0.42) 0%, rgba(3, 3, 4, 0.04) 42%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.8) 0%, rgba(3, 3, 4, 0.24) 58%, rgba(3, 3, 4, 0.68) 100%);
    pointer-events: none;
}

.kaspersky-cluster-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.85;
    pointer-events: none;
}

.kaspersky-cluster-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.kaspersky-hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 12rem;
    background: linear-gradient(180deg, transparent, #030304 78%);
    pointer-events: none;
}

.kp-holo {
    position: absolute;
    z-index: 2;
    top: 52%;
    right: max(-14rem, -12vw);
    width: clamp(30rem, 65vw, 64rem);
    opacity: 0.9;
    transform: translateY(-50%);
    pointer-events: none;
    filter: drop-shadow(0 0 40px rgba(0, 201, 246, 0.18))
            drop-shadow(0 0 80px rgba(247, 147, 0, 0.07));
}

.kp-ring--outer {
    animation: kp-spin 40s linear infinite;
    transform-origin: 240px 240px;
}

.kp-ring--mid {
    animation: kp-spin 30s linear infinite reverse;
    transform-origin: 240px 240px;
}

.kp-ring--inner {
    animation: kp-spin 20s linear infinite;
    transform-origin: 240px 240px;
}

.kp-shield {
    animation: kp-pulse 4s ease-in-out infinite;
}

.kp-node {
    animation: kp-nodestrobe 3s ease-in-out infinite;
}

.kp-node:nth-child(even) {
    animation-delay: -1.5s;
}

@keyframes kp-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes kp-pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes kp-nodestrobe {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.8; }
}

.kaspersky-hero-heading {
    position: relative;
    z-index: 2;
    max-width: 54rem;
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.kaspersky-hero-heading .eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kaspersky-hero-heading h1 {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.05;
    white-space: pre-line;
}

.kaspersky-hero-body {
    max-width: 62rem;
    margin: 0;
    color: #d1d5db;
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.72;
    white-space: pre-line;
}

.kaspersky-content-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.kaspersky-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.kaspersky-intro {
    margin: 0 0 1.75rem;
    color: #d1d5db;
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    font-weight: 600;
    line-height: 1.7;
}

.kaspersky-features-list {
    display: grid;
    gap: 0.9rem;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.kaspersky-features-list li {
    position: relative;
    padding-left: 1.85rem;
    color: #d1d5db;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.6;
}

.kaspersky-features-list li::before {
    content: "•";
    position: absolute;
    left: 0.1rem;
    color: #f79300;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.kaspersky-features-list li:nth-child(3n+2)::before {
    color: #abd037;
}

.kaspersky-features-list li:nth-child(3n+3)::before {
    color: #00c9f6;
}

.kaspersky-cta-text {
    margin: 0;
    color: #e5e7eb;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.kaspersky-form {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.kaspersky-form h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.kaspersky-form label {
    display: grid;
    gap: 0.45rem;
    color: #e5e7eb;
    font-size: 0.95rem;
    font-weight: 700;
}

.kaspersky-form input[type="text"],
.kaspersky-form input[type="email"] {
    width: 100%;
    border: 1px solid #f79300;
    border-radius: 6px;
    background: rgba(3, 3, 4, 0.45);
    padding: 0.9rem 1rem;
    color: #fff;
    font: inherit;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.kaspersky-form input:focus {
    border-color: #f79300;
    background: rgba(3, 3, 4, 0.65);
    box-shadow: 0 0 0 3px rgba(247, 147, 0, 0.12);
}

.kaspersky-form-checkbox {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65rem;
    font-weight: 500 !important;
    font-size: 0.88rem !important;
    color: #9ca3af !important;
    cursor: pointer;
}

.kaspersky-form-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    accent-color: #f79300;
    cursor: pointer;
}

.kaspersky-form button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(247, 147, 0, 0.72);
    border-radius: 6px;
    background: #f79300;
    padding: 0.85rem 1.25rem;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(247, 147, 0, 0.18);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kaspersky-form button:hover {
    border-color: rgba(247, 147, 0, 0.95);
    background: #ff9f17;
    box-shadow: 0 14px 30px rgba(247, 147, 0, 0.26);
    transform: translateY(-2px);
}

/* Kaspersky Editions Section */
.kaspersky-editions-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.kaspersky-editions-section h2 {
    margin: 0 0 clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    font-size: clamp(1.5rem, 2.8vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    white-space: pre-line;
}

.kaspersky-editions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.kaspersky-edition-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
    padding: 2.25rem 1.5rem 2rem;
    transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.kaspersky-edition-card:hover {
    border-color: rgba(247, 147, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.kaspersky-edition-name {
    margin: 0;
    color: #f79300;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.kaspersky-edition-divider {
    margin: 0.75rem 0;
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.kaspersky-edition-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.kaspersky-edition-card li {
    position: relative;
    padding-left: 1.25rem;
    color: #cbd5e1;
    font-size: clamp(0.85rem, 1vw, 0.92rem);
    line-height: 1.5;
}

.kaspersky-edition-card li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #f79300;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Kaspersky Partnership Section */
.kaspersky-partnership-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kaspersky-partnership-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
}

.kaspersky-partnership-content h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.1;
    white-space: pre-line;
}

.kaspersky-partnership-body {
    margin: 0 0 1.75rem;
    color: #d1d5db;
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    line-height: 1.72;
    white-space: pre-line;
}

.kaspersky-partnership-list {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kaspersky-partnership-list li {
    position: relative;
    padding-left: 1.85rem;
    color: #d1d5db;
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.6;
}

.kaspersky-partnership-list li::before {
    content: "•";
    position: absolute;
    left: 0.1rem;
    color: #f79300;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.kaspersky-partnership-list li:nth-child(3n+2)::before {
    color: #abd037;
}

.kaspersky-partnership-list li:nth-child(3n+3)::before {
    color: #00c9f6;
}

.kaspersky-partnership-list li strong {
    color: #e5e7eb;
    font-weight: 800;
}

.kaspersky-partnership-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaspersky-partnership-logo img {
    display: block;
    width: min(100%, 22rem);
    height: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 300ms ease, transform 300ms ease;
}

.kaspersky-partnership-logo img:hover {
    opacity: 1;
    transform: scale(1.03);
}

/* Kaspersky Demo Banner */
.kaspersky-demo-banner {
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(2rem, 3.5vw, 3rem) 1.5rem;
    background: #F5931E;
    box-sizing: border-box;
}

.kaspersky-demo-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 3vw, 3rem);
    width: min(100%, 90rem);
    margin: 0 auto;
}

.kaspersky-demo-text h2 {
    margin: 0 0 0.35rem;
    color: #000;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.kaspersky-demo-subtitle {
    margin: 0 0 0.5rem;
    color: #000;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
}

.kaspersky-demo-body {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    font-weight: 500;
    line-height: 1.6;
    max-width: 44rem;
}

.kaspersky-demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.85rem 2.25rem;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
    transition: opacity 180ms ease, transform 180ms ease;
}

.kaspersky-demo-button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

@media (max-width: 860px) {
    .partners-section {
        width: min(100% - 2rem, 72rem);
        margin-bottom: 2.75rem;
    }

    .success-cases-section {
        width: min(100% - 2rem, 72rem);
    }

    .solutions-page-section,
    .contact-section {
        width: min(100% - 2rem, 72rem);
    }

    .cybersecurity-benefit-card img {
        width: 255px;
        height: 191px;
    }

    .kaspersky-editions-grid {
        grid-template-columns: 1fr;
    }

    .kaspersky-partnership-grid {
        grid-template-columns: 1fr;
    }

    .kaspersky-partnership-logo {
        order: -1;
    }

    .kaspersky-partnership-logo img {
        width: min(100%, 14rem);
    }

    .kaspersky-demo-banner-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .kaspersky-demo-button {
        width: 100%;
        text-align: center;
    }

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

    .solutions-it-services-grid,
    .solutions-sales-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solutions-cloud-table {
        grid-template-columns: 1fr;
    }

    .solutions-cloud-divider {
        width: 100%;
        min-height: 23px;
    }

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

    .success-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .partners-heading h1,
    .partners-heading h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .solutions-page-section {
        padding-top: clamp(11rem, 32vw, 13rem);
    }

    .kaspersky-content-grid {
        grid-template-columns: 1fr;
    }

    .kp-holo {
        top: 42%;
        right: -48vw;
        width: clamp(28rem, 120vw, 48rem);
        opacity: 0.32;
    }



    .partner-card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.65rem;
        row-gap: 1rem;
    }

    .home-hero {
        width: 100%;
        min-height: 42rem;
        padding: 9rem 1rem 4.5rem;
        background:
            linear-gradient(90deg, rgba(3, 3, 4, 0.94) 0%, rgba(3, 3, 4, 0.74) 58%, rgba(3, 3, 4, 0.42) 100%),
            radial-gradient(circle at 68% 34%, rgba(169, 207, 57, 0.14), transparent 17rem),
            radial-gradient(circle at 82% 54%, rgba(247, 147, 0, 0.10), transparent 14rem),
            #030304;
    }

    .home-hero h1 {
        font-size: 2.25rem;
        letter-spacing: -0.045em;
    }

    .home-service-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100% - 2rem, 72rem);
        margin-top: 1rem;
    }

    .home-service-icon-card {
        min-height: 9rem;
        border-radius: 12px;
        padding: 1rem 0.75rem;
    }

    .home-about {
        grid-template-columns: 1fr;
        width: min(100% - 2rem, 72rem);
        gap: 2rem;
        margin-bottom: 3.25rem;
    }

    .home-about-copy h2 {
        font-size: 38px;
    }

    .home-technology {
        grid-template-columns: 1fr;
        width: min(100% - 2rem, 72rem);
        gap: 2rem;
        margin-bottom: 3.25rem;
    }

    .home-cybersecurity {
        padding: 1.5rem max(1rem, calc((100% - 72rem) / 2 + 1rem));
    }

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

    .home-partners-carousel {
        width: min(100% - 2rem, 72rem);
    }

    .home-partners-track-wrap {
        --visible-logos: 4;
    }

    .home-partner-logo-card {
        flex-basis: calc((min(100vw - 2rem, 72rem) - (var(--partner-gap) * (var(--visible-logos) - 1))) / var(--visible-logos));
    }

    .site-header {
        position: absolute;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: min(100% - 2rem, 72rem);
        justify-content: space-between;
        backdrop-filter: none;
    }

    .nav-toggle {
        position: relative;
        top: auto;
        right: auto;
        z-index: 140;
        display: grid;
        margin-inline-start: auto;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 30;
        align-items: stretch;
        flex-direction: column;
        gap: 1.2rem;
        width: min(92vw, 28rem);
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: 100dvh;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(27, 27, 29, 0.94);
        padding: 2rem 1.35rem 1.5rem;
        box-shadow: 24px 0 70px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(18px);
        overflow-y: auto;
        transform: translateX(-100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 220ms ease;
    }

    .site-header.nav-drawer-open .main-nav {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .site-header.nav-drawer-open .nav-toggle {
        position: fixed;
        top: 1.45rem;
        left: calc(min(92vw, 28rem) - 4.1rem);
        z-index: 140;
    }

    .mobile-nav-brand {
        display: inline-flex;
        align-items: center;
        width: max-content;
        margin-bottom: 1.5rem;
    }

    .mobile-nav-brand img {
        display: block;
        width: 8.5rem;
        height: auto;
    }

    .main-nav > a:not(.mobile-nav-brand),
    .nav-dropdown-trigger,
    .language-trigger {
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0.85rem 0;
        text-align: left;
        font-size: 1.05rem;
    }

    .language-trigger {
        width: auto;
        min-width: 0;
        justify-content: center;
        gap: 0.45rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        padding: 0.45rem 0.65rem;
    }

    .nav-dropdown,
    .solutions-dropdown,
    .language-dropdown {
        position: relative;
        width: 100%;
    }

    .nav-dropdown-menu,
    .language-dropdown .nav-dropdown-menu,
    .solutions-megamenu {
        position: static;
        right: auto;
        left: 0;
        width: 100%;
        max-height: 0;
        margin-top: 0;
        border-width: 0;
        padding: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: none;
        transition: max-height 220ms ease, opacity 160ms ease, margin 160ms ease, padding 160ms ease;
    }

    .nav-dropdown-menu::before,
    .solutions-megamenu::before {
        content: none;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .solutions-dropdown:hover .solutions-megamenu {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu,
    .solutions-dropdown.is-open .solutions-megamenu {
        max-height: 85dvh;
        margin-top: 0.75rem;
        border-width: 1px;
        opacity: 1;
        pointer-events: auto;
    }

    .solutions-megamenu {
        grid-template-columns: 1fr;
        width: 100%;
        box-shadow: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        padding: 0.5rem;
    }

    .solutions-dropdown.is-open .solutions-megamenu {
        padding: 0.65rem;
    }

    .solutions-megamenu-intro {
        display: none;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .solution-card {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: auto;
        gap: 0.7rem;
        border-radius: 8px;
        padding: 0.62rem 0.7rem;
    }

    .solution-icon-box {
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 12px;
    }

    .solution-icon-box img {
        width: 2.15rem;
        height: 2.15rem;
    }

    .solution-card h3 {
        font-size: 0.92rem;
    }

    .solution-card p {
        display: none;
    }

    .solution-arrow {
        width: 1.45rem;
        height: 1.45rem;
        font-size: 1.1rem;
    }

    .mobile-nav-extra {
        display: grid;
        gap: 1.25rem;
        margin-top: auto;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav-social {
        display: flex;
        gap: 0.7rem;
    }

    .mobile-nav-social a {
        display: inline-grid;
        place-items: center;
        width: 2.4rem;
        height: 2.4rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 999px;
        color: #f8fafc;
        background: rgba(255, 255, 255, 0.045);
    }

    .mobile-nav-social a:hover {
        color: #f79300;
        border-color: rgba(247, 147, 0, 0.5);
        background: rgba(247, 147, 0, 0.1);
    }

    .mobile-nav-social svg {
        width: 1.12rem;
        height: 1.12rem;
    }

    .mobile-nav-contact-list {
        display: grid;
        gap: 0.72rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav-contact-list li {
        display: grid;
        grid-template-columns: 1.55rem minmax(0, 1fr);
        gap: 0.65rem;
        align-items: flex-start;
    }

    .mobile-nav-contact-list a,
    .mobile-nav-contact-list span,
    .mobile-nav-contact-list address {
        color: #d1d5db;
        font-size: 0.86rem;
        line-height: 1.4;
    }

    .mobile-nav-contact-list a:hover {
        color: #f79300;
    }

    .mobile-nav-contact-list address {
        margin: 0;
        font-style: normal;
    }

    .mobile-nav-contact-icon {
        display: inline-grid;
        place-items: center;
        width: 1.55rem;
        height: 1.55rem;
        border: 1px solid rgba(247, 147, 0, 0.34);
        border-radius: 999px;
        color: #f79300;
        background: rgba(247, 147, 0, 0.08);
    }

    .mobile-nav-contact-icon svg {
        width: 0.88rem;
        height: 0.88rem;
    }

    .site-footer {
        width: 100%;
        margin-top: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        width: min(100% - 2rem, 72rem);
    }

    .footer-social {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .home-service-icons {
        grid-template-columns: 1fr;
        margin-bottom: 3rem;
    }

    .home-about-solution-card {
        grid-template-columns: 1fr;
    }

    .home-technology-card {
        grid-template-columns: 1fr;
    }

    .cybersecurity-benefit-card img {
        width: 238px;
        height: 178px;
    }

    .cybersecurity-benefits-grid {
        grid-template-columns: 1fr;
    }

    .home-cybersecurity-grid {
        grid-template-columns: 1fr;
    }

    .home-cybersecurity-card {
        min-height: auto;
    }

    .home-partners-track-wrap {
        --visible-logos: 2;
        --partner-gap: 0.75rem;
    }

    .home-partner-logo-card {
        height: 6.5rem;
    }

    .partners-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .partner-card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .success-cases-grid {
        grid-template-columns: 1fr;
    }

    .solutions-services-grid {
        grid-template-columns: 1fr;
    }

    .solutions-service-card {
        min-height: 7.25rem;
    }

    .kaspersky-content-grid {
        grid-template-columns: 1fr;
    }

    .proxmox-content-grid {
        grid-template-columns: 1fr;
    }

    .proxmox-banner-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .proxmox-banner-button {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   Proxmox Page Styles
   ============================================ */

/* Proxmox Hero Section */
.proxmox-hero-section {
    /* Override home hero background with Proxmox palette: cyan + orange */
    background:
        linear-gradient(90deg, rgba(3, 3, 4, 0.98) 0%, rgba(3, 3, 4, 0.88) 36%, rgba(3, 3, 4, 0.38) 76%, rgba(3, 3, 4, 0.65) 100%),
        radial-gradient(ellipse at 78% 43%, rgba(0, 201, 246, 0.15), transparent 30rem),
        radial-gradient(ellipse at 74% 46%, rgba(247, 147, 0, 0.12), transparent 28rem),
        radial-gradient(ellipse at 84% 54%, rgba(0, 201, 246, 0.10), transparent 23rem),
        radial-gradient(ellipse at 62% 22%, rgba(247, 147, 0, 0.06), transparent 28rem),
        #030304;
}

.proxmox-hero-section h1 {
    white-space: pre-line;
}

.proxmox-cluster-canvas,
.contact-cluster-canvas,
.success-cluster-canvas,
.partners-cluster-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.85;
    pointer-events: none;
}

.proxmox-cluster-canvas canvas,
.contact-cluster-canvas canvas,
.success-cluster-canvas canvas,
.partners-cluster-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

.proxmox-hero-section::before {
    background:
        radial-gradient(ellipse at 80% 48%, rgba(0, 201, 246, 0.08), transparent 28rem),
        linear-gradient(180deg, rgba(3, 3, 4, 0.42) 0%, rgba(3, 3, 4, 0.04) 42%, rgba(3, 3, 4, 0.94) 100%),
        linear-gradient(90deg, rgba(3, 3, 4, 0.8) 0%, rgba(3, 3, 4, 0.24) 58%, rgba(3, 3, 4, 0.68) 100%);
    pointer-events: none;
}

.home-hero-eyebrow {
    display: block;
    margin: 0 0 0.65rem;
    color: #f79300;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Proxmox Benefits Section */
.proxmox-benefits-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.proxmox-benefits-section h2 {
    margin: 0 0 clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    white-space: pre-line;
}

.proxmox-features-list {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.proxmox-features-list li {
    position: relative;
    padding-left: 1.85rem;
    color: #d1d5db;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.6;
}

.proxmox-features-list li::before {
    content: "•";
    position: absolute;
    left: 0.1rem;
    color: #f79300;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.proxmox-features-list li:nth-child(3n+2)::before {
    color: #00c9f6;
}

.proxmox-features-list li:nth-child(3n+3)::before {
    color: #abd037;
}

/* Proxmox Characteristics Section */
.proxmox-characteristics-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.proxmox-characteristics-section h2 {
    margin: 0 0 clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    white-space: pre-line;
}

.proxmox-characteristics-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.proxmox-characteristics-item {
    display: flex;
    gap: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
    padding: 1.5rem;
    transition: border-color 250ms ease, box-shadow 250ms ease;
}

.proxmox-characteristics-item:hover {
    border-color: rgba(245, 147, 30, 0.35);
    box-shadow: 0 4px 24px rgba(245, 147, 30, 0.06);
}

.proxmox-char-number {
    flex-shrink: 0;
    width: 2.2rem;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 800;
    color: #F5931E;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.proxmox-char-content {
    flex: 1;
    min-width: 0;
}

.proxmox-char-content strong {
    display: block;
    margin: 0 0 0.65rem;
    color: #fff;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.proxmox-char-content p {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(0.88rem, 1vw, 0.95rem);
    line-height: 1.6;
}

/* Proxmox CTA + Form Section */
.proxmox-characteristics-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.proxmox-characteristics-list-col {
    display: flex;
    flex-direction: column;
}

.proxmox-characteristics-form-col {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 2rem;
}

.proxmox-form {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.proxmox-form h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.proxmox-form label {
    display: grid;
    gap: 0.45rem;
    color: #e5e7eb;
    font-size: 0.95rem;
    font-weight: 700;
}

.proxmox-form input[type="text"],
.proxmox-form input[type="email"],
.proxmox-form input[type="tel"] {
    width: 100%;
    border: 1px solid #f79300;
    border-radius: 6px;
    background: rgba(3, 3, 4, 0.45);
    padding: 0.9rem 1rem;
    color: #fff;
    font: inherit;
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.proxmox-form input:focus {
    border-color: #f79300;
    background: rgba(3, 3, 4, 0.65);
    box-shadow: 0 0 0 3px rgba(247, 147, 0, 0.12);
}

.proxmox-form-checkbox {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65rem;
    font-weight: 500 !important;
    font-size: 0.88rem !important;
    color: #9ca3af !important;
    cursor: pointer;
}

.proxmox-form-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    accent-color: #f79300;
    cursor: pointer;
}

.proxmox-form button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(247, 147, 0, 0.72);
    border-radius: 6px;
    background: #f79300;
    padding: 0.85rem 1.25rem;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(247, 147, 0, 0.18);
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.proxmox-form button:hover {
    border-color: rgba(247, 147, 0, 0.95);
    background: #ff9f17;
    box-shadow: 0 14px 30px rgba(247, 147, 0, 0.26);
    transform: translateY(-2px);
}

/* Proxmox FAQ Section */
.proxmox-faq-section {
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    padding: clamp(2.5rem, 5vw, 4rem) 1.5rem clamp(3rem, 6vw, 4.5rem);
}

.proxmox-faq-section h2 {
    max-width: min(100% - 3rem, 90rem);
    margin: 0 auto clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    white-space: pre-line;
}

.proxmox-faq-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    max-width: min(100% - 3rem, 90rem);
}

.proxmox-faq-item {
    border: 1px solid #F5931E;
    border-top: none;
    background: rgba(255, 255, 255, 0.025);
    transition: background 200ms ease;
}

.proxmox-faq-item:first-child {
    border-top: 1px solid #F5931E;
}

.proxmox-faq-item[open] {
    background: rgba(255, 255, 255, 0.04);
}

.proxmox-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    color: #fff;
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.proxmox-faq-question::-webkit-details-marker {
    display: none;
}

.proxmox-faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.proxmox-faq-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    background: rgba(245, 147, 30, 0.2);
    transition: transform 250ms ease, background 250ms ease;
}

.proxmox-faq-arrow svg {
    display: block;
    transition: transform 250ms ease;
}

.proxmox-faq-item[open] .proxmox-faq-arrow {
    background: #F5931E;
}

.proxmox-faq-item[open] .proxmox-faq-arrow svg {
    transform: rotate(180deg);
}

.proxmox-faq-answer {
    padding: 0.75rem 1.5rem 1.75rem;
    color: #cbd5e1;
    font-size: clamp(0.88rem, 1vw, 0.95rem);
    line-height: 1.75;
}

.proxmox-faq-answer p {
    margin: 0;
}

/* Proxmox CTA Banner */
.proxmox-banner {
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(2rem, 3.5vw, 3rem) 1.5rem;
    background: #F5931E;
    box-sizing: border-box;
}

.proxmox-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 3vw, 3rem);
    width: min(100%, 90rem);
    margin: 0 auto;
}

.proxmox-banner-text {
    margin: 0;
    color: #000;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.proxmox-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.85rem 2.25rem;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
    transition: opacity 180ms ease, transform 180ms ease;
}

.proxmox-banner-button:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

/* Proxmox Content Section (generic layout) */
.proxmox-content-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.proxmox-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

/* Proxmox Responsive overrides */
@media (max-width: 860px) {
    .proxmox-characteristics-grid {
        grid-template-columns: 1fr;
    }

    .proxmox-characteristics-form-col {
        position: static;
    }
}

@media (max-width: 860px) {
    .partners-page-section,
    .success-cases-page-section,
    .cybersecurity-page-section,
    .solutions-page-section,
    .contact-page-section,
    .kaspersky-hero-section,
    .proxmox-hero-section {
        padding-top: clamp(11rem, 32vw, 13rem);
    }

    .proxmox-comparison-table-wrap {
        overflow-x: auto;
    }

    .proxmox-comparison-table {
        font-size: 0.8rem;
    }

    .proxmox-comparison-table th,
    .proxmox-comparison-table td {
        padding: 0.55rem 0.6rem;
    }
}

/* Proxmox Plan Comparison Table */
.proxmox-comparison-section {
    width: min(100% - 3rem, 90rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.proxmox-comparison-section h2 {
    margin: 0 0 clamp(1.75rem, 3.5vw, 3rem);
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    white-space: pre-line;
}

.proxmox-comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.proxmox-comparison-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    overflow: hidden;
}

.proxmox-comparison-table thead {
    background: #f79300;
}

.proxmox-comparison-table th {
    padding: 0.85rem 1rem;
    color: #111827;
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.proxmox-comparison-table th:first-child {
    text-align: left;
}

.proxmox-comparison-table td {
    padding: 0.75rem 1rem;
    color: #cbd5e1;
    font-size: clamp(0.82rem, 0.95vw, 0.9rem);
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    vertical-align: middle;
}

.proxmox-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.proxmox-comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.025);
}

.proxmox-comparison-feature-cell {
    text-align: left;
    font-weight: 600;
    color: #e5e7eb !important;
}

.proxmox-comparison-plan-cell {
    text-align: center;
}

.proxmox-comparison-value-cell {
    text-align: center;
}

@media (max-width: 720px) {
    .proxmox-comparison-table {
        font-size: 0.78rem;
    }

    .proxmox-comparison-table th,
    .proxmox-comparison-table td {
        padding: 0.6rem 0.7rem;
    }
}
