
/* =========================================================
   DAMIOLINK - SIM RACING V1
   ========================================================= */

:root {
    --sr-bg: #020b14;
    --sr-bg2: #031321;
    --sr-panel: #051b2d;
    --sr-blue: #009cff;
    --sr-cyan: #17c9ff;
    --sr-text: #f5faff;
    --sr-muted: #88a6ba;
    --sr-line: rgba(14, 172, 244, .25);
}


* {
    box-sizing: border-box;
}


html {
    margin: 0;
    padding: 0;
    background: var(--sr-bg);
}


body {
    margin: 0;
    color: var(--sr-text);
    background: var(--sr-bg);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
}


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


.sr-shell {
    width: min(1460px, calc(100% - 80px));
    margin: 0 auto;
}



/* =========================================================
   HERO
   ========================================================= */

.sr-hero {
    position: relative;
    min-height: 535px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 157, 235, .18);
    background:
        linear-gradient(
            90deg,
            #020b14 0%,
            #031321 45%,
            #041a2c 76%,
            #020c16 100%
        );
}


.sr-grid {
    position: absolute;
    inset: 0;
    opacity: .20;
    background-image:
        linear-gradient(
            rgba(16, 167, 238, .11) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 167, 238, .11) 1px,
            transparent 1px
        );
    background-size: 54px 54px;
    mask-image:
        linear-gradient(
            90deg,
            transparent 5%,
            black 50%,
            black
        );
}


.sr-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(35px);
    pointer-events: none;
}


.sr-glow-one {
    width: 500px;
    height: 500px;
    right: 6%;
    top: 0;
    background: rgba(0, 151, 255, .09);
}


.sr-glow-two {
    width: 300px;
    height: 300px;
    left: 38%;
    bottom: -170px;
    background: rgba(0, 204, 255, .045);
}


.sr-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 535px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 35px;
}


.sr-hero-copy {
    padding: 52px 0;
}


.sr-kicker {
    margin-bottom: 16px;
    color: #65b9e5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 3.7px;
}


.sr-hero h1 {
    margin: 0;
    font-size: clamp(62px, 6.2vw, 94px);
    line-height: .78;
    letter-spacing: -5px;
}


.sr-hero h1 span,
.sr-hero h1 strong {
    display: block;
}


.sr-hero h1 span {
    color: #ffffff;
    font-weight: 900;
}


.sr-hero h1 strong {
    margin-top: 15px;
    color: var(--sr-blue);
    font-weight: 900;
}


.sr-hero-copy h2 {
    margin: 27px 0 0;
    color: #dff4ff;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.5px;
}


.sr-hero-copy > p {
    max-width: 610px;
    margin: 16px 0 0;
    color: #8ca9bc;
    font-size: 13px;
    line-height: 1.65;
}


.sr-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 22px;
}


.sr-hero-tags span {
    padding: 7px 11px;
    border: 1px solid rgba(0, 178, 255, .28);
    border-radius: 4px;
    color: #86cdeb;
    background: rgba(0, 105, 180, .07);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.3px;
}


.sr-experience {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 21px;
}


.sr-experience > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22d5a4;
    box-shadow: 0 0 9px rgba(34, 213, 164, .75);
}


.sr-experience strong,
.sr-experience span {
    display: block;
}


.sr-experience strong {
    color: #dff5ff;
    font-size: 7px;
    letter-spacing: 1.3px;
}


.sr-experience span {
    margin-top: 3px;
    color: #527f99;
    font-size: 6px;
}



/* =========================================================
   COCKPIT HUD
   ========================================================= */

.sr-cockpit {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cockpit-hud {
    position: relative;
    width: min(650px, 100%);
    min-height: 350px;
    overflow: hidden;
    border: 1px solid rgba(0, 190, 255, .38);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            rgba(3, 24, 40, .90),
            rgba(2, 13, 23, .96)
        );
    box-shadow:
        0 0 50px rgba(0, 156, 255, .08),
        inset 0 0 60px rgba(0, 140, 225, .045);
}


.cockpit-hud::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(
            rgba(0, 185, 255, .15) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 185, 255, .15) 1px,
            transparent 1px
        );
    background-size: 26px 26px;
}


.hud-top {
    position: relative;
    z-index: 3;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 181, 255, .18);
    color: #518ba8;
    font-size: 6px;
    letter-spacing: 1.4px;
}


.hud-top b {
    position: relative;
    padding-left: 12px;
    color: #57d9b2;
    font-size: 6px;
}


.hud-top b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #28d8a7;
    box-shadow: 0 0 7px rgba(40, 216, 167, .7);
}


.hud-main {
    position: relative;
    z-index: 3;
    min-height: 270px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
}


.telemetry {
    padding: 0 18px;
}


.telemetry > div {
    padding: 11px 0;
    border-bottom: 1px solid rgba(0, 164, 235, .12);
}


.telemetry span,
.telemetry strong {
    display: block;
}


.telemetry span {
    color: #3d7694;
    font-size: 5px;
    letter-spacing: 1.3px;
}


.telemetry strong {
    margin-top: 4px;
    color: #bdeaff;
    font-size: 11px;
    letter-spacing: .5px;
}


.telemetry strong small {
    margin-left: 2px;
    color: #4b829f;
    font-size: 5px;
}


.wheel-system {
    position: relative;
    height: 255px;
}


.wheel-ring {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


.wheel-ring-a {
    width: 225px;
    height: 225px;
    border: 1px solid rgba(0, 190, 255, .15);
}


.wheel-ring-b {
    width: 260px;
    height: 260px;
    border: 1px dashed rgba(0, 190, 255, .13);
    animation: sr-spin 38s linear infinite;
}


@keyframes sr-spin {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.wheel {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 174px;
    height: 174px;
    transform: translate(-50%, -50%);
    border: 8px solid #0d405d;
    border-radius: 50%;
    box-shadow:
        0 0 24px rgba(0, 188, 255, .13),
        inset 0 0 25px rgba(0, 185, 255, .08);
}


.wheel::before,
.wheel::after {
    content: "";
    position: absolute;
    top: 76px;
    width: 64px;
    height: 8px;
    background: #0d405d;
}


.wheel::before {
    left: 16px;
    transform: rotate(17deg);
}


.wheel::after {
    right: 16px;
    transform: rotate(-17deg);
}


.wheel-center {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid #14c6ff;
    border-radius: 50%;
    background: #051d30;
    box-shadow: 0 0 17px rgba(0, 195, 255, .18);
}


.wheel-center span {
    color: #19c8ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -1px;
}


.wheel-top {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 11px;
    width: 54px;
    height: 8px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #0d405d;
}


.wheel-grip {
    position: absolute;
    top: 54px;
    width: 20px;
    height: 64px;
    border-radius: 12px;
    background: #0a3048;
}


.wheel-grip-left {
    left: -3px;
    transform: rotate(-11deg);
}


.wheel-grip-right {
    right: -3px;
    transform: rotate(11deg);
}


.wheel-button {
    position: absolute;
    z-index: 6;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16c8ff;
    box-shadow: 0 0 5px rgba(22, 200, 255, .65);
}


.wb-a {
    left: 41px;
    top: 57px;
}


.wb-b {
    left: 51px;
    top: 68px;
}


.wb-c {
    right: 41px;
    top: 57px;
}


.wb-d {
    right: 51px;
    top: 68px;
}


.rpm-label {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    color: #3d7897;
    font-size: 5px;
    letter-spacing: 1.3px;
}


.rpm-bar {
    position: absolute;
    left: 50%;
    bottom: 21px;
    display: flex;
    gap: 4px;
    transform: translateX(-50%);
}


.rpm-bar i {
    width: 15px;
    height: 4px;
    border-radius: 1px;
    background: #0ba8df;
    box-shadow: 0 0 5px rgba(0, 178, 255, .35);
}


.rpm-bar i:nth-child(7),
.rpm-bar i:nth-child(8) {
    opacity: .35;
}


.hud-bottom {
    position: relative;
    z-index: 3;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-top: 1px solid rgba(0, 181, 255, .17);
    color: #5793af;
    font-size: 5px;
    letter-spacing: 1.2px;
}


.hud-bottom i {
    width: 25px;
    height: 1px;
    background: rgba(0, 184, 255, .30);
}


.cockpit-caption {
    position: absolute;
    right: 15px;
    bottom: 18px;
    text-align: right;
}


.cockpit-caption span,
.cockpit-caption strong {
    display: block;
}


.cockpit-caption span {
    color: #2f718f;
    font-size: 5px;
    letter-spacing: 1.3px;
}


.cockpit-caption strong {
    margin-top: 3px;
    color: #5d9fbb;
    font-size: 5px;
    letter-spacing: 1px;
}



/* =========================================================
   SERVICES
   ========================================================= */

.sr-services {
    padding: 56px 0 22px;
    background: #020d18;
}


.section-heading {
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: end;
    gap: 50px;
    margin-bottom: 28px;
}


.section-kicker {
    color: #168dc4;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2.4px;
}


.section-heading h2 {
    margin: 7px 0 0;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: -1px;
}


.section-heading h2 strong {
    color: var(--sr-blue);
}


.section-heading > p {
    margin: 0;
    color: #7897ab;
    font-size: 10px;
    line-height: 1.65;
}


.sr-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}


.sr-card {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(0, 151, 229, .30);
    border-radius: 9px;
    background:
        linear-gradient(
            145deg,
            rgba(5, 31, 51, .98),
            rgba(2, 17, 29, .99)
        );
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}


.sr-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 188, 255, .60);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .20);
}


.sr-card-featured {
    border-color: rgba(0, 188, 255, .48);
}


.sr-card-featured::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 179, 255, .10),
            transparent 70%
        );
}


.card-index {
    position: absolute;
    right: 19px;
    top: 15px;
    color: rgba(49, 146, 198, .22);
    font-size: 30px;
    font-weight: 850;
}


.card-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border: 1px solid rgba(0, 184, 255, .55);
    border-radius: 7px;
    background: rgba(0, 102, 172, .08);
}


.card-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #15bfff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.card-kicker {
    color: #3f83a4;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.sr-card h3 {
    margin: 5px 0 8px;
    color: #ffffff;
    font-size: 17px;
}


.sr-card > p {
    max-width: 390px;
    margin: 0;
    color: #7e9caf;
    font-size: 9px;
    line-height: 1.58;
}


.card-tags {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


.card-tags span {
    padding: 4px 6px;
    border: 1px solid rgba(0, 152, 220, .17);
    border-radius: 3px;
    color: #548ca7;
    background: rgba(0, 93, 155, .045);
    font-size: 5px;
    letter-spacing: .5px;
}


.fanatec-partner {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    padding: 7px 10px;
    border-left: 2px solid #13c7ff;
    background: rgba(0, 147, 220, .065);
}


.partner-mark {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(19, 199, 255, .45);
    border-radius: 3px;
    color: #17c9ff;
    font-size: 12px;
    font-weight: 900;
}


.fanatec-partner strong,
.fanatec-partner span {
    display: block;
}


.fanatec-partner strong {
    color: #dff5ff;
    font-size: 6px;
    letter-spacing: 1.1px;
}


.fanatec-partner span {
    margin-top: 3px;
    color: #4e87a2;
    font-size: 5px;
}



/* =========================================================
   COMPLETE SYSTEM
   ========================================================= */

.sr-system {
    padding: 38px 0;
    background:
        linear-gradient(
            180deg,
            #03111d,
            #020c16
        );
    border-top: 1px solid rgba(0, 153, 225, .10);
    border-bottom: 1px solid rgba(0, 153, 225, .13);
}


.system-heading {
    text-align: center;
}


.system-heading > span {
    color: #3085aa;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 2px;
}


.system-heading h2 {
    margin: 6px 0;
    color: #ffffff;
    font-size: 25px;
}


.system-heading p {
    margin: 0;
    color: #6f91a6;
    font-size: 9px;
}


.system-flow {
    display: grid;
    grid-template-columns:
        1fr 40px
        1fr 40px
        1fr 40px
        1fr 40px
        1fr 40px
        1fr;
    align-items: center;
    max-width: 1160px;
    margin: 30px auto 0;
}


.system-node {
    text-align: center;
}


.node-circle {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    border: 1px solid rgba(0, 193, 255, .58);
    border-radius: 50%;
    color: #18c8ff;
    background: rgba(0, 117, 188, .08);
    box-shadow: 0 0 15px rgba(0, 177, 255, .05);
    font-size: 8px;
    font-weight: 800;
}


.system-node strong,
.system-node span {
    display: block;
}


.system-node strong {
    color: #cdeeff;
    font-size: 7px;
    letter-spacing: 1px;
}


.system-node span {
    margin-top: 4px;
    color: #477c97;
    font-size: 5px;
}


.system-connector {
    position: relative;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 168, 235, .15),
            rgba(0, 198, 255, .75),
            rgba(0, 168, 235, .15)
        );
}


.system-connector i {
    position: absolute;
    right: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #14c7ff;
    box-shadow: 0 0 6px rgba(20, 199, 255, .6);
}


.system-data {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    color: #356d89;
    font-size: 5px;
    letter-spacing: 1.2px;
}


.system-data div {
    width: 70px;
    height: 1px;
    background: rgba(0, 156, 224, .18);
}



/* =========================================================
   SERVER
   ========================================================= */

.sr-server {
    padding: 20px 0;
    background: #020d18;
}


.server-panel {
    min-height: 310px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 45px;
    padding: 32px 40px;
    overflow: hidden;
    border: 1px solid rgba(0, 172, 244, .38);
    border-radius: 10px;
    background:
        linear-gradient(
            115deg,
            #041b2e,
            #052943 58%,
            #031421
        );
    box-shadow: inset 0 0 55px rgba(0, 128, 220, .05);
}


.server-kicker {
    color: #16bdf5;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 2px;
}


.server-copy h2 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.03;
    letter-spacing: -1.2px;
}


.server-copy h2 strong {
    color: var(--sr-blue);
}


.server-copy p {
    max-width: 520px;
    margin: 0;
    color: #84a2b5;
    font-size: 10px;
    line-height: 1.65;
}


.server-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 17px;
}


.server-tags span {
    padding: 5px 7px;
    border: 1px solid rgba(0, 166, 235, .18);
    border-radius: 3px;
    color: #5e98b4;
    font-size: 5px;
    letter-spacing: .8px;
}


.server-diagram {
    position: relative;
    min-height: 235px;
}


.diagram-node {
    position: absolute;
    z-index: 5;
    width: 110px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(0, 181, 255, .33);
    border-radius: 5px;
    background: #041b2c;
}


.diagram-node i {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 auto 6px;
    border-radius: 50%;
    background: #16c7ff;
    box-shadow: 0 0 7px rgba(22, 199, 255, .6);
}


.diagram-node strong,
.diagram-node span {
    display: block;
}


.diagram-node strong {
    color: #c9ecfb;
    font-size: 6px;
    letter-spacing: .9px;
}


.diagram-node span {
    margin-top: 3px;
    color: #477f9a;
    font-size: 5px;
}


.drivers {
    left: 0;
    top: 88px;
}


.internet {
    left: 27%;
    top: 88px;
}


.session {
    right: 0;
    top: 88px;
}


.diagram-server {
    position: absolute;
    z-index: 6;
    right: 23%;
    top: 49px;
    width: 105px;
    padding: 10px;
    border: 1px solid #13bff5;
    border-radius: 5px;
    background: #041827;
    box-shadow: 0 0 23px rgba(0, 182, 255, .12);
    text-align: center;
}


.rack-unit {
    height: 23px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px;
    padding: 0 6px;
    border: 1px solid rgba(0, 162, 226, .22);
    border-radius: 2px;
    background: #062238;
}


.rack-unit i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #24d5a5;
    box-shadow: 0 0 5px rgba(36, 213, 165, .6);
}


.rack-unit span {
    width: 45px;
    height: 2px;
    background: #176083;
}


.diagram-server strong,
.diagram-server small {
    display: block;
}


.diagram-server strong {
    margin-top: 7px;
    color: #d5f3ff;
    font-size: 6px;
    letter-spacing: .7px;
}


.diagram-server small {
    margin-top: 3px;
    color: #4a88a5;
    font-size: 4px;
    letter-spacing: 1px;
}


.diagram-line {
    position: absolute;
    z-index: 2;
    top: 109px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 169, 235, .08),
            rgba(0, 199, 255, .70),
            rgba(0, 169, 235, .08)
        );
}


.diagram-line b {
    position: absolute;
    top: -1px;
    width: 14px;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            transparent,
            #e8fcff,
            transparent
        );
    animation: sr-data 3s linear infinite;
}


@keyframes sr-data {
    from {
        left: 0;
    }
    to {
        left: calc(100% - 14px);
    }
}


.line-one {
    left: 15%;
    width: 12%;
}


.line-two {
    left: 42%;
    width: 13%;
}


.line-three {
    left: 70%;
    width: 15%;
}



/* =========================================================
   CTA
   ========================================================= */

.sr-cta {
    padding: 0 0 20px;
    background: #020d18;
}


.cta-panel {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 24px 30px;
    border: 1px solid rgba(0, 182, 255, .50);
    border-radius: 9px;
    background:
        linear-gradient(
            90deg,
            #05223a,
            #063457
        );
}


.cta-panel > div:first-child > span {
    color: #16bdf5;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.8px;
}


.cta-panel h2 {
    margin: 5px 0;
    color: #ffffff;
    font-size: 23px;
}


.cta-panel p {
    margin: 0;
    color: #7fa0b5;
    font-size: 9px;
}


.cta-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}


.cta-primary,
.cta-secondary {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border-radius: 6px;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .5px;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.cta-primary {
    gap: 10px;
    border: 1px solid #28d0ff;
    color: #ffffff;
    background:
        linear-gradient(
            90deg,
            #0874ff,
            #0ab4f6
        );
    box-shadow: 0 0 20px rgba(0, 166, 255, .17);
}


.cta-primary b {
    font-size: 15px;
}


.cta-secondary {
    border: 1px solid rgba(0, 188, 255, .32);
    color: #a8dff5;
    background: rgba(0, 103, 171, .08);
}


.cta-primary:hover,
.cta-secondary:hover {
    transform: translateY(-2px);
}



/* =========================================================
   FOOTER
   ========================================================= */

.sr-footer {
    padding: 0;
    background: #020d18;
    text-align: center;
}


.footer-line {
    height: 1px;
    margin-bottom: 12px;
    background:
        linear-gradient(
            90deg,
            rgba(25, 137, 202, .42),
            transparent 40%,
            transparent 60%,
            rgba(25, 137, 202, .42)
        );
}


.footer-brand {
    font-size: 23px;
    font-weight: 850;
    letter-spacing: -1.4px;
}


.footer-brand span {
    color: #ffffff;
}


.footer-brand strong {
    color: #0baaff;
}


.footer-tagline {
    margin-top: 4px;
    color: #8fa9bc;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 2.3px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 12px 0 22px;
    border-top: 1px solid rgba(47, 113, 159, .15);
    color: #55758f;
    font-size: 8px;
}



/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1250px) {

    .sr-shell {
        width: min(calc(100% - 44px), 1460px);
    }

    .sr-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .system-flow {
        grid-template-columns:
            1fr 25px
            1fr 25px
            1fr 25px
            1fr 25px
            1fr 25px
            1fr;
    }

}


@media (max-width: 1050px) {

    .sr-hero-layout {
        grid-template-columns: 1fr;
    }

    .sr-hero-copy {
        padding-bottom: 10px;
    }

    .sr-cockpit {
        min-height: 420px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

    .server-diagram {
        min-height: 230px;
    }

    .system-flow {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .system-connector {
        display: none;
    }

}


@media (max-width: 700px) {

    .sr-shell {
        width: calc(100% - 28px);
    }

    .sr-hero {
        min-height: auto;
    }

    .sr-hero-layout {
        min-height: auto;
    }

    .sr-hero-copy {
        padding: 48px 0 5px;
    }

    .sr-kicker {
        font-size: 7px;
        letter-spacing: 2.3px;
    }

    .sr-hero h1 {
        font-size: 67px;
        letter-spacing: -4px;
    }

    .sr-hero-copy h2 {
        font-size: 19px;
    }

    .sr-hero-copy > p {
        font-size: 12px;
    }

    .sr-cockpit {
        min-height: 360px;
    }

    .cockpit-hud {
        transform: scale(.82);
        transform-origin: center center;
        min-width: 560px;
    }

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

    .sr-card {
        min-height: 275px;
    }

    .system-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .system-data {
        display: none;
    }

    .server-panel {
        padding: 25px 20px;
    }

    .server-diagram {
        transform: scale(.82);
        transform-origin: center center;
        min-width: 520px;
        margin-left: -80px;
    }

    .cta-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px;
    }

}


@media (prefers-reduced-motion: reduce) {

    .wheel-ring-b,
    .diagram-line b {
        animation: none;
    }

}



/* =========================================================
   SIM RACING V2
   HERO PHOTOGRAPHIC + READABILITY UPGRADE
   ========================================================= */


/* ---------------------------------------------------------
   HERO LAYOUT
   --------------------------------------------------------- */

.sr-hero {
    min-height: 590px;
}


.sr-hero-layout {
    min-height: 590px;
    grid-template-columns: .76fr 1.24fr;
    gap: 38px;
}


.sr-hero-copy {
    position: relative;
    z-index: 5;
    padding: 60px 0;
}


.sr-kicker {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 3.8px;
}


.sr-hero h1 {
    font-size: clamp(72px, 6.5vw, 106px);
}


.sr-hero-copy h2 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.18;
}


.sr-hero-copy > p {
    max-width: 640px;
    margin-top: 19px;
    color: #9bb7c8;
    font-size: 15px;
    line-height: 1.68;
}


.sr-hero-tags {
    margin-top: 25px;
    gap: 8px;
}


.sr-hero-tags span {
    padding: 8px 12px;
    font-size: 8px;
    letter-spacing: 1.4px;
}


.sr-experience {
    margin-top: 23px;
}


.sr-experience > i {
    width: 8px;
    height: 8px;
}


.sr-experience strong {
    font-size: 9px;
    letter-spacing: 1.4px;
}


.sr-experience span {
    margin-top: 4px;
    font-size: 8px;
}



/* ---------------------------------------------------------
   PHOTOGRAPHIC HERO
   --------------------------------------------------------- */

.sr-hero-visual {
    position: relative;
    min-width: 0;
    height: 500px;
    display: flex;
    align-items: center;
}


.sr-hero-photo {
    position: relative;
    width: 100%;
    height: 455px;
    overflow: hidden;
    border:
        1px solid
        rgba(0, 185, 255, .48);
    border-radius: 12px;
    background: #03111d;
    box-shadow:
        0 25px 70px rgba(0, 0, 0, .34),
        0 0 45px rgba(0, 156, 255, .08);
}


.sr-hero-photo::before {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow:
        inset 0 0 55px rgba(0, 0, 0, .28);
}


.sr-hero-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


.sr-photo-shade {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(2, 11, 20, .18) 0%,
            transparent 32%,
            transparent 72%,
            rgba(2, 11, 20, .24) 100%
        ),
        linear-gradient(
            0deg,
            rgba(2, 11, 20, .60) 0%,
            transparent 30%
        );
}


.sr-photo-specs {
    position: absolute;
    z-index: 5;
    left: 20px;
    right: 20px;
    bottom: 17px;
    display: grid;
    grid-template-columns:
        repeat(4, 1fr);
    gap: 8px;
}


.sr-photo-specs > div {
    min-height: 48px;
    padding: 9px 10px;
    border:
        1px solid
        rgba(0, 189, 255, .26);
    border-radius: 5px;
    background:
        rgba(2, 17, 29, .74);
    backdrop-filter: blur(8px);
}


.sr-photo-specs span,
.sr-photo-specs strong {
    display: block;
}


.sr-photo-specs span {
    color: #55a6ca;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.1px;
}


.sr-photo-specs strong {
    margin-top: 4px;
    color: #e7f8ff;
    font-size: 9px;
    letter-spacing: .5px;
}



/* ---------------------------------------------------------
   SECTION TYPOGRAPHY
   --------------------------------------------------------- */

.section-kicker {
    font-size: 9px;
    letter-spacing: 2.5px;
}


.section-heading h2 {
    margin-top: 9px;
    font-size: 35px;
}


.section-heading > p {
    color: #8da9ba;
    font-size: 13px;
    line-height: 1.65;
}



/* ---------------------------------------------------------
   SERVICE CARDS
   --------------------------------------------------------- */

.sr-card {
    min-height: 310px;
    padding: 25px;
}


.card-index {
    right: 21px;
    top: 17px;
    font-size: 34px;
}


.card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}


.card-icon svg {
    width: 26px;
    height: 26px;
}


.card-kicker {
    font-size: 8px;
    letter-spacing: 1.6px;
}


.sr-card h3 {
    margin: 7px 0 10px;
    font-size: 20px;
}


.sr-card > p {
    max-width: 440px;
    color: #91acbd;
    font-size: 12px;
    line-height: 1.62;
}


.card-tags {
    left: 25px;
    right: 25px;
    bottom: 20px;
    gap: 6px;
}


.card-tags span {
    padding: 5px 8px;
    font-size: 7px;
}


.fanatec-partner {
    gap: 10px;
    margin-top: 16px;
    padding: 9px 12px;
}


.partner-mark {
    width: 28px;
    height: 28px;
    font-size: 14px;
}


.fanatec-partner strong {
    font-size: 8px;
}


.fanatec-partner span {
    font-size: 7px;
}



/* ---------------------------------------------------------
   COMPLETE SYSTEM
   --------------------------------------------------------- */

.system-heading > span {
    font-size: 8px;
}


.system-heading h2 {
    margin: 8px 0;
    font-size: 30px;
}


.system-heading p {
    font-size: 12px;
}


.node-circle {
    width: 52px;
    height: 52px;
    font-size: 10px;
}


.system-node strong {
    font-size: 9px;
}


.system-node span {
    margin-top: 5px;
    font-size: 7px;
}


.system-data {
    font-size: 7px;
}



/* ---------------------------------------------------------
   SERVER SECTION
   --------------------------------------------------------- */

.server-kicker {
    font-size: 8px;
}


.server-copy h2 {
    font-size: 37px;
}


.server-copy p {
    color: #91acbd;
    font-size: 13px;
}


.server-tags span {
    padding: 6px 8px;
    font-size: 7px;
}


.diagram-node strong {
    font-size: 8px;
}


.diagram-node span {
    font-size: 7px;
}


.diagram-server strong {
    font-size: 8px;
}


.diagram-server small {
    font-size: 6px;
}



/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.cta-panel > div:first-child > span {
    font-size: 8px;
}


.cta-panel h2 {
    font-size: 28px;
}


.cta-panel p {
    font-size: 12px;
}


.cta-primary,
.cta-secondary {
    min-height: 49px;
    padding: 0 19px;
    font-size: 9px;
}



/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.footer-tagline {
    font-size: 8px;
}


.footer-bottom {
    font-size: 10px;
}



/* ---------------------------------------------------------
   RESPONSIVE V2
   --------------------------------------------------------- */

@media (max-width: 1250px) {

    .sr-hero-layout {
        grid-template-columns:
            .85fr 1.15fr;
    }

    .sr-hero-copy > p {
        font-size: 14px;
    }

}


@media (max-width: 1050px) {

    .sr-hero {
        min-height: auto;
    }

    .sr-hero-layout {
        grid-template-columns: 1fr;
    }

    .sr-hero-visual {
        height: auto;
        padding-bottom: 45px;
    }

    .sr-hero-photo {
        height: 500px;
    }

}


@media (max-width: 700px) {

    .sr-hero-copy {
        padding-top: 48px;
    }

    .sr-kicker {
        font-size: 9px;
    }

    .sr-hero h1 {
        font-size: 68px;
    }

    .sr-hero-copy h2 {
        font-size: 22px;
    }

    .sr-hero-copy > p {
        font-size: 13px;
    }

    .sr-hero-visual {
        padding-bottom: 30px;
    }

    .sr-hero-photo {
        height: 390px;
    }

    .sr-hero-photo img {
        object-position: 62% center;
    }

    .sr-photo-specs {
        grid-template-columns:
            repeat(2, 1fr);
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .section-heading h2 {
        font-size: 29px;
    }

    .section-heading > p {
        font-size: 12px;
    }

    .sr-card {
        min-height: 315px;
    }

    .sr-card h3 {
        font-size: 19px;
    }

    .sr-card > p {
        font-size: 12px;
    }

    .server-copy h2 {
        font-size: 31px;
    }

}



/* =========================================================
   SIM RACING CARDS V2.1
   READABILITY REFINEMENT
   ========================================================= */

.sr-card {
    padding: 27px 27px 25px;
}


/* ICON */

.sr-card .card-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
}

.sr-card .card-icon svg {
    width: 28px;
    height: 28px;
}


/* CATEGORY */

.sr-card .card-kicker {
    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 1.8px;
}


/* TITLE */

.sr-card h3 {
    margin-top: 8px;
    margin-bottom: 12px;

    font-size: 23px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.35px;
}


/* DESCRIPTION */

.sr-card > p {
    max-width: 94%;

    font-size: 15px;
    line-height: 1.58;

    color: #9bb5c5;
}


/* CARD NUMBER */

.sr-card .card-index {
    top: 18px;
    right: 22px;

    font-size: 38px;
    line-height: 1;

    opacity: .72;
}


/* TAGS */

.sr-card .card-tags {
    left: 27px;
    right: 27px;
    bottom: 21px;

    gap: 7px;
}

.sr-card .card-tags span {
    padding: 6px 9px;

    font-size: 9px;
    line-height: 1;

    letter-spacing: .7px;
}


/* =========================================================
   FANATEC PARTNER
   ========================================================= */

.sr-card .fanatec-partner {
    margin-top: 17px;

    padding: 10px 13px;

    gap: 11px;
}

.sr-card .partner-mark {
    width: 32px;
    height: 32px;

    font-size: 15px;
}

.sr-card .fanatec-partner strong {
    font-size: 10px;
    line-height: 1.15;

    letter-spacing: 1.5px;
}

.sr-card .fanatec-partner span {
    margin-top: 3px;

    font-size: 8px;
    line-height: 1.3;
}


/* =========================================================
   SECTION INTRO
   ========================================================= */

.sr-services .section-kicker {
    font-size: 10px;
}

.sr-services .section-heading h2 {
    font-size: 37px;
}

.sr-services .section-heading > p {
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   DESKTOP LARGE
   ========================================================= */

@media (min-width: 1400px) {

    .sr-card > p {
        font-size: 15px;
    }

    .sr-card h3 {
        font-size: 23px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .sr-card h3 {
        font-size: 21px;
    }

    .sr-card > p {
        font-size: 14px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .sr-card {
        padding: 24px;
    }

    .sr-card .card-kicker {
        font-size: 9px;
    }

    .sr-card h3 {
        font-size: 21px;
    }

    .sr-card > p {
        max-width: 100%;

        font-size: 14px;
        line-height: 1.6;
    }

    .sr-card .card-tags {
        left: 24px;
        right: 24px;
    }

}

