#shellrack-global-footer,
#shellrack-global-footer *,
#shellrack-global-footer *::before,
#shellrack-global-footer *::after {
    box-sizing: border-box;
}

#shellrack-global-footer {
    --srft-blue: #1a73e8;
    --srft-blue-dark: #0d47a1;
    --srft-blue-soft: #8ab4f8;
    --srft-green: #00b98d;
    --srft-green-dark: #00a978;
    --srft-yellow: #fbbc05;
    --srft-red: #ea4335;
    --srft-purple: #8b5cf6;
    --srft-ink: #0a0f1d;
    --srft-panel: rgba(255,255,255,.055);
    --srft-panel-2: rgba(255,255,255,.085);
    --srft-line: rgba(255,255,255,.105);
    --srft-text: #ffffff;
    --srft-muted: #aab3c2;
    --srft-soft: #d9e2f3;
    --srft-radius: 24px;
    width: 100%;
    max-width: 100%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(26,115,232,.24), transparent 34%),
        radial-gradient(circle at 86% 6%, rgba(0,185,141,.15), transparent 34%),
        linear-gradient(180deg, var(--srft-bg-top, #09111f) 0%, var(--srft-bg-mid, #0a0f1d) 56%, var(--srft-bg-bottom, #070b15) 100%);
    color: var(--srft-text);
    font-family: var(--srft-body-font, 'Plus Jakarta Sans'), -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-top: 1px solid rgba(255,255,255,.07);
}

#shellrack-global-footer a {
    color: inherit;
}

.shellrack-footer-wide-container {
    width: min(var(--srft-max-width, 1600px), calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.footer-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 62px) 0;
    background:
        linear-gradient(135deg, rgba(15,82,186,.96) 0%, rgba(26,115,232,.98) 48%, rgba(13,71,161,.98) 100%);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-cta::before,
.footer-cta::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.footer-cta::before {
    width: 420px;
    height: 420px;
    right: -125px;
    top: -210px;
    background: rgba(255,255,255,.09);
}

.footer-cta::after {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: -120px;
    background: rgba(255,255,255,.055);
}

.footer-cta .shellrack-footer-wide-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(22px, 4vw, 46px);
}

.fcta-eyebrow,
.srft-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255,255,255,.74);
    margin-bottom: 10px;
}

.fcta-eyebrow::before,
.srft-eyebrow::before {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.fcta-title {
    margin: 0;
    font-family: var(--srft-heading-font, 'Nunito'), sans-serif;
    font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.05;
    letter-spacing: -.9px;
    font-weight: 900;
    color: #fff;
}

.fcta-sub {
    max-width: 740px;
    margin: 11px 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.75;
}

.fcta-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fbtn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
    white-space: nowrap;
}

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

.fbtn-white {
    background: #fff;
    color: var(--srft-blue) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.fbtn-white:hover {
    background: #e8f0fe;
    box-shadow: 0 16px 32px rgba(0,0,0,.22);
}

.fbtn-outline {
    background: rgba(255,255,255,.065);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.34);
}

.fbtn-outline:hover {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.72);
}

.footer-main {
    position: relative;
    z-index: 2;
    padding: clamp(30px, 4.2vw, 58px) 0 90px;
}

.footer-main::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .38;
    background-image:
        linear-gradient(rgba(138,180,248,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138,180,248,.07) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.22) 74%, transparent 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.22) 74%, transparent 100%);
    pointer-events: none;
}

.srft-command-panel {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
    gap: 18px;
    padding: clamp(16px, 2vw, 22px);
    margin-bottom: clamp(24px, 3.2vw, 38px);
    border: 1px solid var(--srft-line);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
        radial-gradient(circle at 10% 0%, rgba(26,115,232,.18), transparent 42%);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.srft-command-intro {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(6px, 1vw, 12px);
}

.srft-command-title {
    margin: 0;
    font-family: var(--srft-heading-font, 'Nunito'), sans-serif;
    font-size: clamp(22px, 2.1vw, 31px);
    line-height: 1.08;
    letter-spacing: -.5px;
    font-weight: 900;
    color: #fff;
}

.srft-command-copy {
    margin: 10px 0 0;
    max-width: 54ch;
    color: var(--srft-muted);
    font-size: 13px;
    line-height: 1.7;
}

.srft-live-chip {
    margin-top: 16px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,185,141,.11);
    border: 1px solid rgba(0,185,141,.22);
    color: #a8f7dc;
    font-size: 12px;
    font-weight: 900;
}

.srft-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--srft-green);
    box-shadow: 0 0 0 6px rgba(0,185,141,.13);
    animation: srftLivePulse 1.8s ease-in-out infinite;
}

@keyframes srftLivePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .42; transform: scale(.78); }
}

.srft-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.srft-status-card {
    position: relative;
    overflow: hidden;
    min-height: 148px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.095);
    background: rgba(255,255,255,.062);
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.srft-status-card:hover {
    transform: translateY(-4px);
    border-color: rgba(138,180,248,.38);
    background: rgba(255,255,255,.088);
    box-shadow: 0 18px 36px rgba(0,0,0,.16);
}

.srft-status-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -56px;
    top: -56px;
    border-radius: 50%;
    background: var(--srft-card-glow, rgba(26,115,232,.22));
    opacity: .68;
}

.srft-status-card.green { --srft-card-glow: rgba(0,185,141,.25); }
.srft-status-card.blue { --srft-card-glow: rgba(26,115,232,.25); }
.srft-status-card.purple { --srft-card-glow: rgba(139,92,246,.25); }
.srft-status-card.yellow { --srft-card-glow: rgba(251,188,5,.24); }

.srft-status-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.srft-status-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
}

.srft-status-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.srft-status-trend {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b8ffd8;
    font-size: 11px;
    font-weight: 900;
}

.srft-status-trend::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--srft-green);
    animation: srftLivePulse 1.9s ease-in-out infinite;
}

.srft-status-label {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--srft-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.srft-status-value {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 5px;
    color: #fff;
    font-family: var(--srft-heading-font, 'Nunito'), sans-serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.5px;
}

.srft-status-note {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 6px;
    color: #9da8ba;
    font-size: 12px;
    line-height: 1.45;
}

.srft-status-bar {
    position: relative;
    z-index: 2;
    height: 5px;
    margin-top: 14px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.09);
}

.srft-status-bar span {
    display: block;
    height: 100%;
    width: 76%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--srft-blue), var(--srft-green));
    animation: srftBar 2.2s ease-out both;
}

.srft-status-card.green .srft-status-bar span { width: 92%; }
.srft-status-card.blue .srft-status-bar span { width: 99%; }
.srft-status-card.purple .srft-status-bar span { width: 72%; }
.srft-status-card.yellow .srft-status-bar span { width: 68%; background: linear-gradient(90deg, var(--srft-yellow), var(--srft-green)); }

@keyframes srftBar {
    from { transform: translateX(-105%); }
    to { transform: translateX(0); }
}

.footer-content {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(330px, 1.42fr) repeat(4, minmax(158px, 1fr));
    gap: clamp(24px, 3.6vw, 56px);
    padding: clamp(18px, 2vw, 26px) 0 26px;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.footer-logo-link {
    width: min(330px, 100%);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border-radius: 16px;
    outline: none;
    transition: transform .22s ease, filter .22s ease;
}

.footer-logo-link:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 12px 24px rgba(26,115,232,.18));
}

.footer-logo-mark {
    width: 74px;
    height: 56px;
    flex: 0 0 74px;
    overflow: visible;
}

@keyframes srftLogoNetworkPulse {
    0%, 100% { opacity: 1; filter: drop-shadow(0 0 2px rgba(0,108,255,.12)); }
    50% { opacity: .92; filter: drop-shadow(0 0 7px rgba(0,108,255,.30)); }
}

@keyframes srftLogoChevronPulse {
    0%, 100% { opacity: 1; transform: translateX(0); }
    50% { opacity: .78; transform: translateX(2px); }
}

@keyframes srftLogoNodeBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: .34; }
}

@keyframes srftLogoDriveActivity {
    0%, 100% { opacity: .96; }
    50% { opacity: .42; }
}

.footer-logo-mark .srft-logo-core {
    animation: srftLogoNetworkPulse 3.5s ease-in-out infinite;
}

.footer-logo-mark .srft-logo-chevron {
    transform-box: fill-box;
    transform-origin: center;
    animation: srftLogoChevronPulse 2.4s ease-in-out infinite;
}

.footer-logo-mark .srft-logo-node-1 { animation: srftLogoNodeBlink 1.4s ease-in-out infinite; }
.footer-logo-mark .srft-logo-node-2 { animation: srftLogoNodeBlink 1.4s .3s ease-in-out infinite; }
.footer-logo-mark .srft-logo-node-3 { animation: srftLogoNodeBlink 1.4s .6s ease-in-out infinite; }
.footer-logo-mark .srft-logo-drive-1 { animation: srftLogoDriveActivity 1.1s ease-in-out infinite; }
.footer-logo-mark .srft-logo-drive-2 { animation: srftLogoDriveActivity 1.5s .2s ease-in-out infinite; }
.footer-logo-mark .srft-logo-drive-3 { animation: srftLogoDriveActivity 1.3s .5s ease-in-out infinite; }

.footer-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.footer-wordmark-main {
    font-family: var(--srft-heading-font, 'Nunito'), sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.7px;
}

.footer-wordmark-main .shell { color: #0b6cff; }
.footer-wordmark-main .rack { color: #e8eaed; font-weight: 700; }

.footer-wordmark-sub {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #c9d1de;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: lowercase;
}

.footer-wordmark-sub::before,
.footer-wordmark-sub::after {
    content: '';
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: #1a73e8;
}

.footer-tagline {
    max-width: 440px;
    margin: 20px 0 0;
    color: var(--srft-muted);
    font-size: 13.5px;
    line-height: 1.75;
}

.srft-mini-stack {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.srft-mini-stack span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.075);
    color: #cfd8e6;
    font-size: 11px;
    font-weight: 800;
}

.srft-mini-stack span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--srft-blue);
}

.srft-mini-stack span:nth-child(2)::before { background: var(--srft-green); }
.srft-mini-stack span:nth-child(3)::before { background: var(--srft-yellow); }
.srft-mini-stack span:nth-child(4)::before { background: var(--srft-purple); }

.footer-newsletter {
    max-width: 430px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.052);
    border: 1px solid rgba(255,255,255,.09);
}

.fn-label {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fn-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.fn-input {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    color: #fff;
    font: inherit;
    font-size: 13px;
    outline: none;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.fn-input::placeholder {
    color: rgba(255,255,255,.36);
}

.fn-input:focus {
    border-color: rgba(138,180,248,.78);
    background: rgba(26,115,232,.12);
    box-shadow: 0 0 0 4px rgba(26,115,232,.14);
}

.fn-btn {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 11px 15px;
    background: var(--srft-blue);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease;
}

.fn-btn:hover {
    transform: translateY(-1px);
    background: #1558b0;
}

.fn-msg {
    display: none;
    margin-top: 10px;
    color: #b8ffd8;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.55;
}

.fn-msg.is-success { color: #b8ffd8; }
.fn-msg.is-error { color: #ffd2cc; }
.fn-btn[disabled] { opacity: .7; cursor: wait; transform: none; }
.srft-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.footer-socials {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.fsoc {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(255,255,255,.058);
    border: 1px solid rgba(255,255,255,.085);
    color: #aab3c2;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.fsoc:hover {
    transform: translateY(-3px);
    color: #fff;
    border-color: rgba(138,180,248,.44);
    background: rgba(26,115,232,.16);
}

.fsoc svg {
    width: 15px;
    height: 15px;
}

.fc-col h4 {
    margin: 3px 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--srft-heading-font, 'Nunito'), sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.fc-col h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,.08);
}

.fc-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.fc-col a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--srft-muted) !important;
    text-decoration: none;
    font-size: 13.4px;
    line-height: 1.45;
    transition: color .22s ease, transform .22s ease;
    overflow-wrap: anywhere;
}

.fc-col a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(138,180,248,.55);
    opacity: .85;
    flex: 0 0 auto;
}

.fc-col a:hover {
    color: #8ab4f8 !important;
    transform: translateX(4px);
}

.tag {
    margin-left: 4px;
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    background: rgba(26,115,232,.22);
    color: #8ab4f8;
}

.tag.green { background: rgba(0,185,141,.15); color: #89f4d3; }
.tag.yellow { background: rgba(251,188,5,.16); color: #ffe08a; }

/* =========================================================
   Contact rail without square card backgrounds
   Purpose: Replaces stacked square contact boxes with a clean
   timeline-style contact list that matches the premium footer.
========================================================= */
.srft-contact-rail {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 20px;
    padding: 3px 0 3px 0;
}

.srft-contact-rail::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background: linear-gradient(180deg, rgba(138,180,248,.75), rgba(0,185,141,.68), rgba(251,188,5,.58));
    opacity: .75;
}

.srft-contact-link,
.srft-contact-item {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 42px;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

.srft-contact-link:hover .srft-contact-value,
.srft-contact-link:focus-visible .srft-contact-value {
    color: #8ab4f8;
}

.srft-contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.38), transparent 34%),
        linear-gradient(135deg, rgba(26,115,232,.95), rgba(0,185,141,.78));
    box-shadow: 0 0 0 6px rgba(138,180,248,.07), 0 8px 18px rgba(0,0,0,.20);
    border: 1px solid rgba(255,255,255,.18);
}

.srft-contact-kicker {
    display: block;
    font-size: 10.5px;
    line-height: 1;
    margin-bottom: 5px;
    color: rgba(255,255,255,.58);
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.srft-contact-value {
    display: block;
    color: #ffffff;
    font-size: 13.4px;
    line-height: 1.4;
    font-weight: 850;
    word-break: break-word;
    transition: color .22s ease;
}

.srft-contact-link:focus-visible {
    outline: 2px solid rgba(138,180,248,.78);
    outline-offset: 5px;
    border-radius: 12px;
}

.srft-service-ribbon {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.055);
    overflow: hidden;
}

.srft-ribbon-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background: #0a0f1d;
    position: relative;
    z-index: 3;
}

.srft-ribbon-label::before {
    content: '';
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--srft-green);
}

.srft-ribbon-window {
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 30px, #000 calc(100% - 30px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 30px, #000 calc(100% - 30px), transparent);
}

.srft-ribbon-track {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: srftMarquee 38s linear infinite;
}

.srft-ribbon-track:hover {
    animation-play-state: paused;
}

.srft-ribbon-track a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.058);
    border: 1px solid rgba(255,255,255,.078);
    color: #b8c2d4 !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.srft-ribbon-track a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--srft-blue);
}

.srft-ribbon-track a:nth-child(3n)::before { background: var(--srft-green); }
.srft-ribbon-track a:nth-child(4n)::before { background: var(--srft-yellow); }

.srft-ribbon-track a:hover {
    color: #fff !important;
    background: rgba(26,115,232,.14);
    border-color: rgba(138,180,248,.38);
}

@keyframes srftMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-bottom {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 15px 0 0;
    color: #8490a3;
    font-size: 12px;
    line-height: 1.65;
}

.fb-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.fb-link {
    color: #8490a3 !important;
    text-decoration: none;
    transition: color .22s ease;
    white-space: nowrap;
}

.fb-link:hover {
    color: #8ab4f8 !important;
}

.srft-google-dots {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.srft-google-dots i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    display: block;
}

.footer-waves-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 105px;
    pointer-events: none;
    overflow: hidden;
}

.waves {
    width: 100%;
    height: 100%;
    display: block;
}

.parallax-waves > use {
    animation: srFooterMoveWave 23s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax-waves > use:nth-child(1) { animation-delay: -2s; animation-duration: 8s; }
.parallax-waves > use:nth-child(2) { animation-delay: -3s; animation-duration: 11s; }
.parallax-waves > use:nth-child(3) { animation-delay: -4s; animation-duration: 14s; }
.parallax-waves > use:nth-child(4) { animation-delay: -5s; animation-duration: 19s; }

@keyframes srFooterMoveWave {
    0% { transform: translate3d(-90px, 0, 0); }
    100% { transform: translate3d(85px, 0, 0); }
}

#shellrack-global-footer :focus-visible {
    outline: 2px solid #8ab4f8;
    outline-offset: 3px;
    border-radius: 8px;
}

@media (max-width: 1280px) {
    .footer-content {
        grid-template-columns: minmax(300px, 1.2fr) repeat(3, minmax(160px, 1fr));
    }
    .footer-content .fc-quick {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
        gap: 18px 36px;
        align-items: start;
    }
    .footer-content .fc-quick h4 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }
    .footer-content .fc-quick ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .footer-content .fc-quick .srft-contact-rail {
        margin-top: 0;
    }
    .srft-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .shellrack-footer-wide-container {
        width: min(100%, calc(100% - 32px));
    }
    .footer-cta .shellrack-footer-wide-container,
    .srft-command-panel {
        grid-template-columns: 1fr;
    }
    .fcta-actions {
        justify-content: flex-start;
    }
    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-content .fc-brand,
    .footer-content .fc-quick {
        grid-column: 1 / -1;
    }
    .footer-content .fc-quick {
        grid-template-columns: 1fr;
    }
    .footer-content .fc-quick h4,
    .footer-content .fc-quick ul,
    .footer-content .fc-quick .srft-contact-rail {
        grid-column: 1;
    }
    .footer-content .fc-quick ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .shellrack-footer-wide-container {
        width: min(100%, calc(100% - 24px));
    }
    .footer-cta {
        padding: 30px 0;
    }
    .footer-cta .shellrack-footer-wide-container {
        text-align: center;
    }
    .fcta-actions {
        width: 100%;
        justify-content: center;
    }
    .fbtn {
        width: 100%;
        max-width: 340px;
    }
    .srft-command-panel {
        border-radius: 24px;
    }
    .srft-status-grid,
    .footer-content,
    .footer-content .fc-quick,
    .footer-content .fc-quick ul {
        grid-template-columns: 1fr;
    }
    .footer-logo-link {
        width: min(320px, 100%);
    }
    .footer-logo-mark {
        width: 64px;
        height: 48px;
        flex-basis: 64px;
    }
    .footer-wordmark-main {
        font-size: 24px;
    }
    .footer-wordmark-sub {
        letter-spacing: 1.8px;
        font-size: 10px;
    }
    .footer-wordmark-sub::before,
    .footer-wordmark-sub::after {
        width: 26px;
    }
    .fn-row {
        grid-template-columns: 1fr;
    }
    .fn-input {
        font-size: 16px;
    }
    .fn-btn {
        width: 100%;
    }
    .srft-service-ribbon {
        align-items: stretch;
        flex-direction: column;
    }
    .srft-ribbon-label {
        width: fit-content;
        background: transparent;
    }
    .srft-ribbon-window {
        width: 100%;
    }
    .footer-bottom,
    .fb-right {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-main {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }
    .footer-waves-container {
        height: 70px;
    }
}

@media (max-width: 420px) {
    .fcta-title {
        font-size: 24px;
    }
    .srft-command-title {
        font-size: 22px;
    }
    .srft-status-card {
        min-height: 138px;
    }
}


@media (max-width: 560px) {
    .shellrack-footer-wide-container {
        width: min(100%, calc(100% - 20px));
    }
    .footer-cta {
        padding: 26px 0;
    }
    .fcta-actions {
        gap: 10px;
    }
    .fbtn {
        max-width: none;
    }
    .srft-command-panel {
        padding: 14px;
        border-radius: 21px;
    }
    .srft-status-card {
        min-height: auto;
    }
    .footer-content {
        gap: 28px;
    }
    .footer-logo-link {
        gap: 9px;
    }
    .footer-wordmark-sub::before,
    .footer-wordmark-sub::after {
        width: 20px;
    }
    .footer-bottom {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

@media (hover: none) {
    .fbtn:hover,
    .srft-status-card:hover,
    .footer-logo-link:hover,
    .fsoc:hover,
    .fc-col a:hover {
        transform: none;
    }
}

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