/* ============================================================
   ABOTRIX ENTERPRISE FOOTER & RESOURCE CENTER V23.7
   ============================================================ */

.abotrix-enterprise-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 0;
    color: #dcedf6;

    background:
        linear-gradient(
            180deg,
            #071e31 0%,
            #061827 47%,
            #04121e 100%
        );

    border-top: 1px solid rgba(92, 204, 239, 0.13);
}

.abotrix-enterprise-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(94, 200, 237, 0.022) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(94, 200, 237, 0.022) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    mask-image:
        linear-gradient(
            to bottom,
            black,
            rgba(0, 0, 0, 0.55) 64%,
            transparent
        );
}

.abotrix-footer-glow {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(4px);
}

.abotrix-footer-glow-one {
    width: 560px;
    height: 560px;
    top: -330px;
    left: -260px;

    background:
        radial-gradient(
            circle,
            rgba(49, 209, 242, 0.15),
            transparent 70%
        );
}

.abotrix-footer-glow-two {
    width: 650px;
    height: 650px;
    right: -370px;
    bottom: -320px;

    background:
        radial-gradient(
            circle,
            rgba(49, 108, 240, 0.11),
            transparent 70%
        );
}

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

.abotrix-footer-cta {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 42px;

    padding: 38px 42px;
    margin-bottom: 62px;

    border: 1px solid rgba(91, 210, 242, 0.18);
    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            rgba(24, 82, 108, 0.94),
            rgba(10, 45, 70, 0.97)
        );

    box-shadow:
        0 28px 80px rgba(0, 4, 17, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.abotrix-footer-cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -230px;
    top: -270px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(84, 226, 250, 0.2),
            transparent 67%
        );
}

.abotrix-footer-cta > * {
    position: relative;
    z-index: 2;
}

.abotrix-footer-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;

    color: #4cdbf5;

    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.abotrix-footer-cta h2 {
    margin: 0;

    color: #f0f9fe;

    font-size: clamp(26px, 3vw, 39px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.abotrix-footer-cta p {
    max-width: 730px;
    margin: 15px 0 0;

    color: #9ebed1;
    line-height: 1.68;
}

.abotrix-footer-cta-actions {
    min-width: 210px;
    display: grid;
    gap: 10px;
}

.abotrix-footer-cta-actions .button {
    min-height: 49px;
    justify-content: center;
    border-radius: 13px;
}

/* ------------------------------------------------------------
   MAIN RESOURCE CENTER
   ------------------------------------------------------------ */

.abotrix-enterprise-footer > .container {
    padding-top: 78px;
}

.abotrix-footer-resource-center {
    display: grid;
    grid-template-columns: minmax(270px, 0.9fr) minmax(0, 2fr);
    gap: clamp(45px, 6vw, 90px);

    padding-bottom: 52px;
}

.abotrix-footer-brand-panel {
    min-width: 0;
}

.abotrix-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

.abotrix-footer-brand-mark {
    width: 44px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(83, 220, 247, 0.32);
    border-radius: 13px;

    color: #031923;

    background:
        linear-gradient(
            135deg,
            #74eaf7,
            #39c8e9
        );

    font-size: 21px;
    font-weight: 950;

    box-shadow:
        0 13px 30px rgba(39, 194, 228, 0.18);
}

.abotrix-footer-brand-name {
    display: grid;

    color: #f1f9fd;

    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.abotrix-footer-brand-name small {
    margin-top: 3px;

    color: #789db3;

    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.abotrix-footer-brand-panel > p {
    max-width: 400px;
    margin: 21px 0 24px;

    color: #87a9bc;

    font-size: 12px;
    line-height: 1.72;
}

.abotrix-footer-contact-list {
    display: grid;
    gap: 9px;
}

.abotrix-footer-contact-list > a,
.abotrix-footer-contact-list > div {
    display: flex;
    align-items: center;
    gap: 11px;

    padding: 11px 12px;

    border: 1px solid rgba(99, 195, 229, 0.1);
    border-radius: 11px;

    color: inherit;
    text-decoration: none;

    background: rgba(13, 49, 72, 0.46);

    transition:
        border-color 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
}

.abotrix-footer-contact-list > a:hover {
    transform: translateY(-2px);
    border-color: rgba(79, 219, 245, 0.27);
    background: rgba(18, 61, 84, 0.7);
}

.abotrix-footer-contact-icon {
    width: 27px;
    height: 27px;

    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color: #58ddf5;
    background: rgba(53, 202, 234, 0.1);

    font-size: 11px;
}

.abotrix-footer-contact-list small,
.abotrix-footer-contact-list strong {
    display: block;
}

.abotrix-footer-contact-list small {
    color: #6e93aa;
    font-size: 8px;
}

.abotrix-footer-contact-list strong {
    margin-top: 2px;
    color: #bdd6e3;
    font-size: 9px;
}

.abotrix-footer-deployment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.abotrix-footer-deployment-badges span {
    padding: 7px 9px;

    border: 1px solid rgba(89, 205, 238, 0.12);
    border-radius: 999px;

    color: #91b6c9;
    background: rgba(13, 49, 72, 0.43);

    font-size: 8px;
    font-weight: 750;
}

.abotrix-footer-navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 40px);
}

.abotrix-footer-link-column {
    min-width: 0;
}

.abotrix-footer-link-column h3 {
    margin: 0 0 17px;
    color: #eef8fd;
    font-size: 11px;
    letter-spacing: 0.01em;
}

.abotrix-footer-link-column a,
.abotrix-footer-coming-link {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;

    margin: 0 0 11px;

    color: #779db3;
    text-decoration: none;

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

    transition:
        color 170ms ease,
        transform 170ms ease;
}

.abotrix-footer-link-column a::before {
    content: "";
    position: absolute;
    left: -13px;

    width: 5px;
    height: 1px;

    opacity: 0;
    background: #55daf3;

    transition:
        opacity 170ms ease,
        transform 170ms ease;
}

.abotrix-footer-link-column a:hover {
    color: #cfe9f5;
    transform: translateX(6px);
}

.abotrix-footer-link-column a:hover::before {
    opacity: 1;
    transform: translateX(2px);
}

.abotrix-footer-coming-link {
    align-items: center;
    gap: 7px;
    color: #587c91;
}

.abotrix-footer-coming-link small {
    padding: 2px 5px;
    border-radius: 999px;

    color: #6faabd;
    background: rgba(57, 196, 225, 0.08);

    font-size: 6px;
    font-weight: 800;
    text-transform: uppercase;
}

/* ------------------------------------------------------------
   PLATFORM STATUS AND SECURITY
   ------------------------------------------------------------ */

.abotrix-footer-operations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;

    padding: 26px 0 48px;

    border-top: 1px solid rgba(91, 195, 230, 0.09);
}

.abotrix-footer-status-card,
.abotrix-footer-security-card {
    padding: 24px;

    border: 1px solid rgba(95, 198, 233, 0.12);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(16, 55, 78, 0.72),
            rgba(9, 36, 57, 0.8)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.abotrix-footer-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 17px;
}

.abotrix-footer-card-header span {
    display: block;
    margin-bottom: 4px;

    color: #4fcfe9;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.abotrix-footer-card-header h3 {
    margin: 0;
    color: #e8f5fb;
    font-size: 15px;
}

.abotrix-footer-status-summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 9px;

    border: 1px solid rgba(83, 224, 176, 0.14);
    border-radius: 999px;

    color: #7fc4ad;
    background: rgba(40, 168, 124, 0.07);

    font-size: 7px;
    white-space: nowrap;
}

.abotrix-footer-status-summary i,
.abotrix-footer-status-grid span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #50dfa9;
    box-shadow: 0 0 10px rgba(63, 218, 163, 0.35);
}

.abotrix-footer-status-notice {
    margin: -2px 0 16px;

    color: #668ca2;

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

.abotrix-footer-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.abotrix-footer-status-grid > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 10px 11px;

    border: 1px solid rgba(96, 192, 227, 0.08);
    border-radius: 10px;

    background: rgba(9, 39, 61, 0.53);
}

.abotrix-footer-status-grid span {
    display: flex;
    align-items: center;
    gap: 7px;

    margin: 0;
    color: #91b2c5;
    font-size: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.abotrix-footer-status-grid strong {
    color: #78cbb0;
    font-size: 7px;
}

.abotrix-footer-security-icon {
    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(75, 216, 244, 0.17);
    border-radius: 10px;

    color: #55d8f1;
    background: rgba(53, 199, 231, 0.08);
}

.abotrix-footer-security-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.abotrix-footer-security-grid > div {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 10px 11px;

    border: 1px solid rgba(96, 192, 227, 0.08);
    border-radius: 10px;

    background: rgba(9, 39, 61, 0.53);
}

.abotrix-footer-security-grid i {
    width: 21px;
    height: 21px;

    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #052119;
    background: #57deb0;

    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.abotrix-footer-security-grid strong,
.abotrix-footer-security-grid small {
    display: block;
}

.abotrix-footer-security-grid strong {
    color: #bcd6e3;
    font-size: 8px;
}

.abotrix-footer-security-grid small {
    margin-top: 2px;
    color: #668ca2;
    font-size: 7px;
}

/* ------------------------------------------------------------
   INDUSTRY STRIP
   ------------------------------------------------------------ */

.abotrix-footer-industry-strip {
    padding: 21px 0;

    border-top: 1px solid rgba(92, 194, 229, 0.09);
    border-bottom: 1px solid rgba(92, 194, 229, 0.09);

    text-align: center;
}

.abotrix-footer-industry-strip > span {
    display: block;
    margin-bottom: 9px;

    color: #5f8499;

    font-size: 8px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.abotrix-footer-industry-strip > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.abotrix-footer-industry-strip b {
    color: #8dadbf;
    font-size: 8px;
    font-weight: 650;
}

.abotrix-footer-industry-strip i {
    color: #2d6981;
    font-style: normal;
    font-size: 7px;
}

/* ------------------------------------------------------------
   BOTTOM BAR
   ------------------------------------------------------------ */

.abotrix-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 32px;

    padding: 27px 0 31px;
}

.abotrix-footer-copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.abotrix-footer-copyright strong {
    color: #d9edf7;
    font-size: 10px;
    letter-spacing: 0.06em;
}

.abotrix-footer-copyright span,
.abotrix-footer-copyright small {
    color: #5e8296;
    font-size: 8px;
}

.abotrix-footer-legal {
    display: flex;
    align-items: center;
    gap: 17px;
}

.abotrix-footer-legal a {
    color: #668ca1;
    font-size: 8px;
    text-decoration: none;

    transition: color 170ms ease;
}

.abotrix-footer-legal a:hover {
    color: #c4e1ee;
}

.abotrix-footer-back-top {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #87aec1;
    text-decoration: none;

    font-size: 8px;
    font-weight: 750;
}

.abotrix-footer-back-top span {
    width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(87, 209, 239, 0.15);
    border-radius: 9px;

    color: #55d7f0;
    background: rgba(37, 153, 182, 0.07);

    transition:
        transform 170ms ease,
        border-color 170ms ease,
        background-color 170ms ease;
}

.abotrix-footer-back-top:hover span {
    transform: translateY(-3px);
    border-color: rgba(79, 217, 244, 0.32);
    background: rgba(37, 153, 182, 0.14);
}

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

@media (max-width: 1080px) {
    .abotrix-footer-resource-center {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-brand-panel > p {
        max-width: 650px;
    }
}

@media (max-width: 900px) {
    .abotrix-footer-cta {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-cta-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .abotrix-footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 36px;
    }

    .abotrix-footer-operations {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 620px) {
    .abotrix-enterprise-footer > .container {
        padding-top: 58px;
    }

    .abotrix-footer-cta {
        padding: 28px 23px;
        margin-bottom: 48px;
    }

    .abotrix-footer-cta-actions {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }

    .abotrix-footer-status-grid,
    .abotrix-footer-security-grid {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-copyright {
        display: grid;
        gap: 5px;
    }

    .abotrix-footer-legal {
        flex-wrap: wrap;
    }
}

@media (max-width: 430px) {
    .abotrix-footer-navigation {
        grid-template-columns: 1fr;
    }

    .abotrix-footer-card-header {
        align-items: flex-start;
    }

    .abotrix-footer-status-summary {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .abotrix-footer-link-column a,
    .abotrix-footer-contact-list > a,
    .abotrix-footer-back-top span {
        transition: none !important;
    }
}
