.systems-page {
    --systems-bg: #03050e;
    --systems-bg-alt: #070a13;
    --systems-surface: #0b0f1d;
    --systems-surface-raised: #111728;
    --systems-border: rgba(255, 255, 255, 0.1);
    --systems-yellow: #ffb400;
    --systems-yellow-light: #ffd260;
    --systems-green: #18c96e;
    --systems-text: #f7f8fb;
    --systems-muted: #aeb5c7;
    overflow: hidden;
    background: var(--systems-bg);
    color: var(--systems-text);
    font-family: Rubik, sans-serif;
}

.systems-page *, .systems-page *::before, .systems-page *::after { box-sizing: border-box; }
.systems-page .container { width: calc(100% - 30px); max-width: 1170px; margin: 0 auto; padding: 0; }
.systems-page h1, .systems-page h2, .systems-page h3, .systems-page p { margin-top: 0; }
.systems-page h1, .systems-page h2, .systems-page h3 { color: var(--systems-text); font-family: Rajdhani, sans-serif; }
.systems-page p { color: var(--systems-muted); font-size: 17px; line-height: 1.72; }
.systems-page a { text-decoration: none; }

.systems-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--systems-yellow) !important;
    font-family: Rajdhani, sans-serif;
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}
.systems-kicker > span { width: 34px; height: 3px; border-radius: 10px; background: var(--systems-yellow); }

.systems-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: Rajdhani, sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.systems-button:hover { transform: translateY(-3px); }
.systems-button-primary { background: var(--systems-green); box-shadow: 0 14px 34px rgba(24, 201, 110, 0.2); color: #03150c; }
.systems-button-primary:hover { background: #28dd7e; color: #03150c; }
.systems-button-neutral { border-color: rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.06); color: #fff; }
.systems-button-neutral:hover { border-color: rgba(255, 180, 0, 0.5); background: rgba(255, 255, 255, 0.1); color: #fff; }
.systems-button-inline { width: fit-content; }

.systems-hero {
    position: relative;
    padding: 185px 0 0;
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 180, 0, 0.08), transparent 30%),
        linear-gradient(150deg, #020312 0%, #060916 58%, #03050e 100%);
}
.systems-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 54px 54px; content: ''; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.systems-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.systems-orb-one { top: 165px; right: 8%; width: 260px; height: 260px; border: 1px solid rgba(255,180,0,.12); box-shadow: inset 0 0 80px rgba(255,180,0,.04); }
.systems-orb-two { right: 30%; bottom: 120px; width: 90px; height: 90px; background: rgba(24,201,110,.05); filter: blur(16px); }
.systems-hero-grid { position: relative; z-index: 1; display: grid; min-height: 660px; align-items: center; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; padding-bottom: 70px !important; }
.systems-hero-copy h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(48px, 4.25vw, 65px); font-weight: 800; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
.systems-hero-copy h1 strong, .systems-heading h2 strong, .systems-themes-copy h2 strong, .systems-intranet-copy h2 strong, .systems-about-copy h2 strong, .systems-faq-heading h2 strong, .systems-final-inner h2 strong { color: var(--systems-yellow); font-weight: 800; }
.systems-hero-lead { max-width: 640px; margin-bottom: 24px; font-size: 18px !important; }
.systems-hero-points { display: grid; gap: 11px; margin: 0 0 30px; padding: 0; list-style: none; }
.systems-hero-points li { display: flex; align-items: center; gap: 11px; color: #f3f5fa; font-size: 16px; }
.systems-hero-points i { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border: 1px solid rgba(255,180,0,.38); border-radius: 50%; background: rgba(255,180,0,.08); color: var(--systems-yellow); font-size: 11px; }
.systems-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.systems-microcopy { display: flex; align-items: center; gap: 8px; margin: 13px 0 0; color: rgba(255,255,255,.58) !important; font-size: 13px !important; }
.systems-microcopy i { color: var(--systems-yellow); }

.systems-hero-visual { position: relative; min-width: 0; padding: 45px 5px 35px; perspective: 1300px; }
.systems-app-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: #0d1220; box-shadow: 0 36px 90px rgba(0,0,0,.55), 0 0 50px rgba(255,180,0,.05); transform: rotateY(-5deg) rotateX(2deg); }
.systems-app-topbar { display: flex; height: 38px; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.08); background: #171c2b; }
.systems-app-topbar > span { width: 8px; height: 8px; border-radius: 50%; background: #ff6f61; }
.systems-app-topbar > span:nth-child(2) { background: var(--systems-yellow); }
.systems-app-topbar > span:nth-child(3) { background: var(--systems-green); }
.systems-app-topbar small { margin-left: auto; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; }
.systems-app-body { display: grid; min-height: 420px; grid-template-columns: 58px minmax(0, 1fr); }
.systems-app-body aside { display: flex; align-items: center; gap: 26px; padding: 18px 0; border-right: 1px solid rgba(255,255,255,.07); background: #080c17; flex-direction: column; }
.systems-app-body aside strong { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 8px; background: var(--systems-yellow); color: #080a12; font-family: Rajdhani, sans-serif; font-size: 13px; }
.systems-app-body aside i { color: rgba(255,255,255,.38); font-size: 13px; }
.systems-app-body aside i:first-of-type { color: var(--systems-yellow); }
.systems-app-content { min-width: 0; padding: 25px 22px; }
.systems-app-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.systems-app-heading small { color: var(--systems-yellow); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.systems-app-heading h2 { margin: 4px 0 0; font-size: 22px; font-weight: 700; }
.systems-app-heading > span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(24,201,110,.2); border-radius: 30px; background: rgba(24,201,110,.07); color: #7eeab2; font-size: 8px; }
.systems-app-heading > span i { font-size: 5px; }
.systems-app-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.systems-app-stats article { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 13px 10px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.035); }
.systems-app-stats article > i { display: flex; width: 27px; height: 27px; flex: 0 0 27px; align-items: center; justify-content: center; border-radius: 7px; background: rgba(255,180,0,.1); color: var(--systems-yellow); font-size: 10px; }
.systems-app-stats span { display: flex; min-width: 0; flex-direction: column; }
.systems-app-stats small { overflow: hidden; color: rgba(255,255,255,.45); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.systems-app-stats strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 18px; line-height: 1.1; }
.systems-app-panels { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; margin-top: 11px; }
.systems-app-panels article { min-height: 205px; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(255,255,255,.025); }
.systems-chart-card > div:first-child { display: flex; justify-content: space-between; gap: 8px; }
.systems-chart-card span, .systems-progress-card > span { color: #fff; font-size: 10px; font-weight: 600; }
.systems-chart-card small { color: rgba(255,255,255,.34); font-size: 7px; }
.systems-bars { display: flex; height: 145px; align-items: flex-end; justify-content: space-between; gap: 7px; padding-top: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.systems-bars i { width: 100%; height: var(--bar); border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(255,180,0,.18), var(--systems-yellow)); box-shadow: 0 0 10px rgba(255,180,0,.1); }
.systems-progress-card { display: flex; gap: 16px; flex-direction: column; }
.systems-progress-card > div { display: flex; gap: 5px; flex-direction: column; }
.systems-progress-card small { color: rgba(255,255,255,.48); font-size: 7px; }
.systems-progress-card div > i { display: block; overflow: hidden; height: 5px; border-radius: 8px; background: rgba(255,255,255,.07); }
.systems-progress-card b { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: var(--systems-green); }
.systems-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(16,22,38,.93); box-shadow: 0 18px 38px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.systems-floating-card small, .systems-floating-card strong { display: block; font-family: Rajdhani, sans-serif; line-height: 1.15; }
.systems-floating-card small { color: rgba(255,255,255,.55); font-size: 10px; }
.systems-floating-card strong { color: #fff; font-size: 14px; }
.systems-floating-access { top: 10px; right: -20px; }
.systems-floating-access > i { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(24,201,110,.12); color: var(--systems-green); }
.systems-floating-flow { bottom: 8px; left: -22px; }
.systems-floating-flow > span { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 8px; background: var(--systems-yellow); color: #080a12; font-family: Rajdhani, sans-serif; font-weight: 800; }

.systems-trust-bar { position: relative; z-index: 3; display: grid; overflow: hidden; border: 1px solid var(--systems-border); border-radius: 13px 13px 0 0; background: rgba(12,17,30,.92); grid-template-columns: repeat(3, 1fr); }
.systems-trust-bar > div { display: flex; align-items: center; gap: 14px; padding: 23px 25px; border-right: 1px solid var(--systems-border); }
.systems-trust-bar > div:last-child { border-right: 0; }
.systems-trust-bar i { color: var(--systems-yellow); font-size: 25px; }
.systems-trust-bar span { display: flex; flex-direction: column; }
.systems-trust-bar strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 18px; line-height: 1.2; }
.systems-trust-bar small { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.35; }

.systems-section { position: relative; padding: 100px 0; }
.systems-heading { max-width: 780px; margin-bottom: 48px; }
.systems-heading-center { margin-right: auto; margin-left: auto; text-align: center; }
.systems-heading-center .systems-kicker { justify-content: center; }
.systems-heading h2, .systems-themes-copy h2, .systems-intranet-copy h2, .systems-about-copy h2, .systems-faq-heading h2 { margin-bottom: 20px; font-size: clamp(42px, 4.7vw, 62px); font-weight: 800; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.systems-heading > p:last-child { max-width: 720px; margin-bottom: 0; }
.systems-heading-center > p:last-child { margin-right: auto; margin-left: auto; }

.systems-challenges { background: var(--systems-bg-alt); }
.systems-challenges .systems-heading { max-width: 860px; margin-right: auto; margin-left: auto; text-align: center; }
.systems-challenges .systems-kicker { justify-content: center; }
.systems-challenges .systems-heading > p:last-child { margin-right: auto; margin-left: auto; }
.systems-fragmentation-grid { display: grid; align-items: stretch; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.systems-fragmentation-visual, .systems-themes-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,180,0,.25); border-radius: 14px; background: var(--systems-surface); box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.systems-fragmentation-visual img, .systems-themes-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.systems-fragmentation-visual img { height: 100%; aspect-ratio: auto; object-position: center; }
.systems-fragmentation-visual figcaption, .systems-themes-visual figcaption { position: absolute; right: 14px; bottom: 12px; left: 14px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: rgba(3,5,14,.82); color: rgba(255,255,255,.72); font-size: 11px; text-align: center; backdrop-filter: blur(8px); }
.systems-challenge-list { display: grid; gap: 12px; grid-template-rows: repeat(5, minmax(0, 1fr)); }
.systems-challenge-list article { display: grid; min-height: 0; align-items: center; gap: 17px; padding: 20px; border: 1px solid var(--systems-border); border-radius: 11px; background: var(--systems-surface); grid-template-columns: 48px minmax(0,1fr); transition: border-color .22s ease, transform .22s ease; }
.systems-challenge-list article:hover { border-color: rgba(255,180,0,.42); transform: translateX(5px); }
.systems-challenge-list .systems-icon { width: 48px; height: 48px; margin: 0; font-size: 18px; }
.systems-challenge-list h3 { margin-bottom: 5px; font-size: 22px; font-weight: 700; }
.systems-challenge-list p { margin: 0; font-size: 14px; line-height: 1.6; }
.systems-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.systems-capability-grid article { padding: 31px 29px; border: 1px solid var(--systems-border); border-radius: 12px; background: var(--systems-surface); transition: border-color .22s ease, transform .22s ease; }
.systems-capability-grid article:hover { border-color: rgba(255,180,0,.42); transform: translateY(-5px); }
.systems-icon { display: inline-flex; width: 55px; height: 55px; align-items: center; justify-content: center; margin-bottom: 21px; border: 1px solid rgba(255,180,0,.22); border-radius: 11px; background: rgba(255,180,0,.08); color: var(--systems-yellow); font-size: 21px; }
.systems-capability-grid h3 { margin-bottom: 9px; font-size: 26px; font-weight: 700; }
.systems-capability-grid p { margin-bottom: 0; font-size: 15px; }

.systems-capabilities { background: var(--systems-bg-alt); }
.systems-capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.systems-capability-grid article { min-height: 265px; }

.systems-themes { background: var(--systems-bg); }
.systems-themes-grid { display: grid; align-items: center; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.systems-themes-copy > p:not(.systems-kicker) { margin-bottom: 25px; }
.systems-themes-copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.systems-themes-copy li { display: grid; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid var(--systems-border); border-radius: 10px; background: rgba(255,255,255,.025); grid-template-columns: 38px 1fr; }
.systems-themes-copy li > i { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,180,0,.1); color: var(--systems-yellow); }
.systems-themes-copy li span { display: flex; flex-direction: column; }
.systems-themes-copy li strong { color: #fff; font-family: Rajdhani,sans-serif; font-size: 18px; line-height: 1.1; }
.systems-themes-copy li small { color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.45; }

.systems-intranet { background: var(--systems-bg); }
.systems-intranet-card { display: grid; overflow: hidden; min-height: 590px; align-items: center; padding: 60px !important; border: 1px solid rgba(255,180,0,.2); border-radius: 18px; background: radial-gradient(circle at 77% 50%, rgba(255,180,0,.1), transparent 27%), linear-gradient(135deg, #0d1221, #080b15); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.systems-intranet-copy h2 { margin-bottom: 20px; }
.systems-intranet-copy > p:not(.systems-kicker) { max-width: 600px; }
.systems-intranet-copy ul { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.systems-intranet-copy li { display: flex; align-items: center; gap: 11px; color: #f3f5fa; font-size: 16px; }
.systems-intranet-copy li i { color: var(--systems-yellow); }
.systems-intranet-map { position: relative; min-height: 420px; }
.systems-map-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 155px; height: 155px; align-items: center; justify-content: center; border: 1px solid rgba(255,180,0,.55); border-radius: 50%; background: #151a29; box-shadow: 0 0 0 14px rgba(255,180,0,.035), 0 0 55px rgba(255,180,0,.13); transform: translate(-50%,-50%); flex-direction: column; }
.systems-map-core i { margin-bottom: 8px; color: var(--systems-yellow); font-size: 27px; }
.systems-map-core strong { color: #fff; font-family: Rajdhani, sans-serif; font-size: 19px; }
.systems-map-core small { color: rgba(255,255,255,.48); font-size: 9px; }
.systems-map-node { position: absolute; z-index: 2; display: flex; width: 125px; align-items: center; gap: 9px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: #111726; box-shadow: 0 14px 30px rgba(0,0,0,.3); }
.systems-map-node i { color: var(--systems-yellow); }
.systems-map-node span { color: #fff; font-family: Rajdhani, sans-serif; font-size: 14px; font-weight: 700; }
.systems-map-node-one { top: 20px; left: 0; }
.systems-map-node-two { top: 38px; right: 0; }
.systems-map-node-three { bottom: 30px; left: 0; }
.systems-map-node-four { right: 0; bottom: 14px; }
.systems-map-line { position: absolute; top: 50%; left: 50%; width: 170px; height: 1px; background: linear-gradient(90deg, rgba(255,180,0,.6), rgba(255,180,0,.05)); transform-origin: left; }
.systems-map-line-one { transform: rotate(218deg); }
.systems-map-line-two { transform: rotate(322deg); }
.systems-map-line-three { transform: rotate(142deg); }
.systems-map-line-four { transform: rotate(39deg); }

.systems-process { background: var(--systems-bg-alt); }
.systems-process-list { display: grid; margin: 0; padding: 0; counter-reset: systems-step; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.systems-process-list li { position: relative; min-width: 0; padding-right: 26px; }
.systems-process-list li:not(:last-child)::after { position: absolute; top: 27px; right: 0; left: 62px; height: 1px; background: linear-gradient(90deg, rgba(255,180,0,.55), rgba(255,180,0,.06)); content: ''; }
.systems-process-list > li > span { position: relative; z-index: 2; display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 24px; border: 1px solid rgba(255,180,0,.45); border-radius: 50%; background: var(--systems-bg-alt); color: var(--systems-yellow); font-family: Rajdhani, sans-serif; font-size: 18px; font-weight: 800; }
.systems-process-list li > div { padding: 0 5px; }
.systems-process-list li > div > i { margin-bottom: 14px; color: rgba(255,180,0,.6); font-size: 24px; }
.systems-process-list h3 { margin-bottom: 8px; font-size: 25px; font-weight: 700; }
.systems-process-list p { margin: 0; font-size: 14px; }

.systems-about { background: #050711; }
.systems-about-grid { display: grid; align-items: center; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.systems-about-photo { position: relative; width: calc(100% - 22px); max-width: 435px; justify-self: center; }
.systems-about-photo::after { position: absolute; z-index: 0; top: 22px; right: -22px; bottom: -22px; left: 22px; border: 2px solid var(--systems-yellow); border-radius: 13px; content: ''; }
.systems-about-photo img { position: relative; z-index: 1; display: block; width: 100%; border-radius: 13px; filter: saturate(.88); }
.systems-about-copy h2 { margin-bottom: 22px; }
.systems-about-copy p { margin-bottom: 15px; }
.systems-about-copy .systems-about-lead { color: #f4f5f8; font-size: 19px; font-weight: 500; }
.systems-about-copy .systems-button { margin-top: 10px; }

.systems-reviews { min-height: 380px; background: var(--systems-bg-alt); }
.systems-reviews .systems-heading { margin-bottom: 35px; }
.systems-reviews .google-reviews-widget { min-height: 115px; }

.systems-faq { background: var(--systems-bg); }
.systems-faq-grid { display: grid; align-items: start; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.systems-faq-heading { position: sticky; top: 110px; }
.systems-faq-heading > p:not(.systems-kicker) { margin-bottom: 25px; }
.systems-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--systems-yellow); font-family: Rajdhani, sans-serif; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.systems-text-link:hover { color: var(--systems-yellow-light); }
.systems-faq-list { display: grid; gap: 12px; }
.systems-faq-item { overflow: hidden; border: 1px solid var(--systems-border); border-radius: 11px; background: var(--systems-surface); }
.systems-faq-item[open] { border-color: rgba(255,180,0,.35); }
.systems-faq-item summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: #fff; cursor: pointer; font-family: Rajdhani, sans-serif; font-size: 20px; font-weight: 700; list-style: none; }
.systems-faq-item summary::-webkit-details-marker { display: none; }
.systems-faq-item summary i { color: var(--systems-yellow); font-size: 14px; transition: transform .2s ease; }
.systems-faq-item[open] summary i { transform: rotate(45deg); }
.systems-faq-item > div { padding: 0 22px 22px; }
.systems-faq-item p { margin: 0; font-size: 15px; }

.systems-final-cta { position: relative; overflow: hidden; padding: 100px 0; background: linear-gradient(125deg, #ffb400, #ffc533); }
.systems-final-cta::before, .systems-final-cta::after { position: absolute; border: 1px solid rgba(2,3,18,.1); border-radius: 50%; content: ''; }
.systems-final-cta::before { top: -160px; right: -80px; width: 480px; height: 480px; }
.systems-final-cta::after { bottom: -190px; left: -80px; width: 390px; height: 390px; }
.systems-final-inner { position: relative; z-index: 1; max-width: 900px !important; text-align: center; }
.systems-final-inner .systems-kicker { justify-content: center; color: #17130a !important; }
.systems-final-inner .systems-kicker > span { background: #17130a; }
.systems-final-inner h2 { margin-bottom: 20px; color: #080a12; font-size: clamp(43px,5vw,65px); font-weight: 800; line-height: .98; text-transform: uppercase; }
.systems-final-inner h2 strong { color: #fff; text-shadow: 0 2px 0 rgba(0,0,0,.09); }
.systems-final-inner > p:not(.systems-kicker) { max-width: 750px; margin: 0 auto 29px; color: rgba(8,10,18,.78); font-size: 18px; }
.systems-final-inner .systems-button-primary { background: #07120c; box-shadow: 0 15px 30px rgba(0,0,0,.18); color: #fff; }
.systems-final-inner .systems-button-primary:hover { background: #111c16; color: #fff; }
.systems-final-inner > small { display: block; margin-top: 13px; color: rgba(8,10,18,.66); }

@media (max-width: 1199.98px) {
    .systems-hero { padding-top: 165px; }
    .systems-hero-grid { gap: 34px; }
    .systems-hero-copy h1 { font-size: clamp(43px,4.5vw,55px); }
    .systems-button { padding-right: 20px; padding-left: 20px; font-size: 15px; }
    .systems-floating-access { right: 0; }
    .systems-floating-flow { left: 0; }
    .systems-intranet-card { padding: 48px !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
}

@media (min-width: 992px) {
    .systems-page p { font-size: 16px; }
    .systems-kicker { font-size: 14px !important; }
    .systems-hero-copy h1 { font-size: clamp(44px, 3.8vw, 58px); }
    .systems-hero-lead { font-size: 16px !important; }
    .systems-hero-points li { font-size: 15px; }
    .systems-heading h2, .systems-themes-copy h2, .systems-intranet-copy h2, .systems-about-copy h2, .systems-faq-heading h2 { font-size: clamp(38px, 3.6vw, 52px); }
    .systems-final-inner h2 { font-size: clamp(40px, 4vw, 56px); }
    .systems-final-inner > p:not(.systems-kicker) { font-size: 16px; }
}

@media (max-width: 991.98px) {
    .systems-hero { padding-top: 145px; }
    .systems-hero-grid { grid-template-columns: 1fr; }
    .systems-hero-copy { max-width: 720px; margin: 0 auto; text-align: center; }
    .systems-hero-copy h1, .systems-hero-lead { margin-right: auto; margin-left: auto; }
    .systems-hero-copy .systems-kicker, .systems-hero-actions, .systems-microcopy { justify-content: center; }
    .systems-hero-points { width: fit-content; margin-right: auto; margin-left: auto; text-align: left; }
    .systems-hero-visual { width: 100%; max-width: 690px; margin: 0 auto; }
    .systems-trust-bar { grid-template-columns: 1fr; }
    .systems-trust-bar > div { border-right: 0; border-bottom: 1px solid var(--systems-border); }
    .systems-trust-bar > div:last-child { border-bottom: 0; }
    .systems-fragmentation-grid, .systems-themes-grid { grid-template-columns: 1fr; }
    .systems-fragmentation-grid { width: 100%; max-width: 760px; margin-right: auto; margin-left: auto; gap: 30px; }
    .systems-fragmentation-visual, .systems-themes-visual { max-width: 760px; margin-right: auto; margin-left: auto; }
    .systems-fragmentation-visual { width: 100%; }
    .systems-fragmentation-visual img { height: auto; aspect-ratio: 16 / 9; }
    .systems-challenge-list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 1fr; }
    .systems-challenge-list article { align-items: start; }
    .systems-challenge-list article:last-child { grid-column: 1 / -1; }
    .systems-capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .systems-themes-copy { max-width: 760px; }
    .systems-intranet-card { grid-template-columns: 1fr; }
    .systems-intranet-copy { text-align: center; }
    .systems-intranet-copy .systems-kicker { justify-content: center; }
    .systems-intranet-copy > p:not(.systems-kicker), .systems-intranet-copy ul { margin-right: auto; margin-left: auto; text-align: left; }
    .systems-process-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 20px; }
    .systems-process-list li:nth-child(2)::after { display: none; }
    .systems-about-grid { gap: 55px; }
    .systems-faq-grid { grid-template-columns: 1fr; gap: 45px; }
    .systems-faq-heading { position: static; max-width: 700px; }
}

@media (max-width: 767.98px) {
    .systems-page .container { width: calc(100% - 30px); }
    .systems-hero { padding-top: 118px; }
    .systems-hero-grid { min-height: 0; padding-bottom: 50px !important; gap: 35px; }
    .systems-hero-copy h1 { font-size: clamp(38px,11vw,49px); }
    .systems-hero-lead { font-size: 16px !important; }
    .systems-hero-actions { flex-direction: column; }
    .systems-hero-actions .systems-button { width: 100%; }
    .systems-microcopy { align-items: flex-start; }
    .systems-hero-visual { padding: 38px 0 28px; }
    .systems-app-window { transform: none; }
    .systems-app-body { min-height: 330px; grid-template-columns: 42px minmax(0,1fr); }
    .systems-app-body aside { gap: 20px; }
    .systems-app-body aside strong { width: 27px; height: 27px; font-size: 10px; }
    .systems-app-content { padding: 17px 12px; }
    .systems-app-heading h2 { font-size: 18px; }
    .systems-app-heading > span { display: none; }
    .systems-app-stats { gap: 5px; }
    .systems-app-stats article { padding: 9px 6px; }
    .systems-app-stats article > i { display: none; }
    .systems-app-stats strong { font-size: 15px; }
    .systems-app-panels { grid-template-columns: 1fr; }
    .systems-progress-card { display: none !important; }
    .systems-app-panels article { min-height: 155px; }
    .systems-bars { height: 105px; }
    .systems-floating-card { padding: 10px; }
    .systems-floating-access { top: 2px; right: -3px; }
    .systems-floating-flow { bottom: 2px; left: -3px; }
    .systems-floating-card small { font-size: 8px; }
    .systems-floating-card strong { font-size: 11px; }
    .systems-floating-card > i, .systems-floating-flow > span { width: 28px; height: 28px; }
    .systems-trust-bar { border-radius: 11px 11px 0 0; }
    .systems-trust-bar > div { padding: 19px; }
    .systems-section { padding: 72px 0; }
    .systems-heading { margin-bottom: 34px; }
    .systems-heading h2, .systems-themes-copy h2, .systems-intranet-copy h2, .systems-about-copy h2, .systems-faq-heading h2 { font-size: clamp(36px,10.8vw,47px); }
    .systems-heading p, .systems-page p { font-size: 16px; }
    .systems-capability-grid { grid-template-columns: 1fr; }
    .systems-capability-grid article { min-height: 0; padding: 27px 24px; }
    .systems-fragmentation-grid { gap: 26px; }
    .systems-fragmentation-visual img { aspect-ratio: 3 / 2; }
    .systems-fragmentation-visual figcaption, .systems-themes-visual figcaption { position: static; border: 0; border-top: 1px solid var(--systems-border); border-radius: 0; background: var(--systems-surface); }
    .systems-challenge-list { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; }
    .systems-challenge-list article:last-child { grid-column: auto; }
    .systems-challenge-list article { padding: 17px; grid-template-columns: 43px minmax(0,1fr); gap: 13px; }
    .systems-challenge-list .systems-icon { width: 43px; height: 43px; }
    .systems-challenge-list h3 { font-size: 20px; }
    .systems-themes-grid { gap: 34px; }
    .systems-intranet-card { min-height: 0; padding: 36px 22px !important; }
    .systems-intranet-copy .systems-button { width: 100%; }
    .systems-intranet-map { min-height: 390px; transform: scale(.88); }
    .systems-process-list { grid-template-columns: 1fr; gap: 29px; }
    .systems-process-list li { display: grid; padding: 0; grid-template-columns: 54px 1fr; gap: 17px; }
    .systems-process-list li:not(:last-child)::after { top: 53px; bottom: -30px; left: 26px; width: 1px; height: auto; background: linear-gradient(rgba(255,180,0,.55),rgba(255,180,0,.06)); }
    .systems-process-list > li > span { margin: 0; }
    .systems-process-list li > div { padding: 2px 0 0; }
    .systems-about-grid { grid-template-columns: 1fr; gap: 55px; }
    .systems-about-photo { width: calc(100% - 22px); max-width: 390px; margin: 0 auto; }
    .systems-about-copy { text-align: center; }
    .systems-about-copy .systems-kicker { justify-content: center; }
    .systems-about-copy .systems-button { width: 100%; }
    .systems-faq-item summary { min-height: 70px; padding: 17px; font-size: 18px; }
    .systems-faq-item > div { padding: 0 17px 18px; }
    .systems-final-cta { padding: 75px 0; }
    .systems-final-inner h2 { font-size: clamp(38px,11vw,49px); }
    .systems-final-inner .systems-button { width: 100%; }
}

@media (max-width: 439.98px) {
    .systems-kicker { font-size: 12px !important; }
    .systems-hero-copy h1 { font-size: 38px; }
    .systems-app-body aside i:nth-last-child(-n+2) { display: none; }
    .systems-app-stats article:nth-child(3) { display: none; }
    .systems-app-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .systems-intranet-card { padding-right: 16px !important; padding-left: 16px !important; }
    .systems-intranet-map { width: 112%; margin-left: -6%; transform: scale(.78); }
    .systems-map-node { width: 118px; padding: 11px; }
}

@media (prefers-reduced-motion: reduce) {
    .systems-page *, .systems-page *::before, .systems-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
