
:root{
  --navy:#092b55;
  --navy2:#071f3f;
  --teal:#0e9a9b;
  --teal2:#0b7e89;
  --ink:#10243d;
  --muted:#607089;
  --line:#dce5ee;
  --soft:#f4f8fb;
  --white:#fff;
  --shadow:0 18px 50px rgba(9,43,85,.10);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:var(--navy2);color:#dce8f5;font-size:13px}
.topbar .container{display:flex;justify-content:flex-end;gap:22px;padding:8px 0}
.topbar a:hover{color:#fff}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,229,238,.75)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}

./* FIX: Header logo */
.header .brand {
    display: flex;
    align-items: center;
    height: 70px;
}

.header .brand img {
    width: 185px !important;
    height: 60px !important;
    max-width: 185px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Prevent logo from becoming huge inside hero */
.hero img {
    max-width: 100%;
    height: auto;
}

/* Keep header above hero */
.header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
.navlinks{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#203752}
.navlinks a{position:relative;padding:29px 0}
.navlinks a:after{content:"";position:absolute;left:0;bottom:20px;width:0;height:2px;background:var(--teal);transition:.25s}
.navlinks a:hover:after,.navlinks a.active:after{width:100%}
.navcta{padding:12px 18px!important;background:var(--navy);color:#fff!important;border-radius:999px}
.navcta:after{display:none}
.menu{display:none;border:0;background:none;font-size:26px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#f7fbfe 0%,#eef7f8 50%,#fff 100%);min-height:640px;display:flex;align-items:center}
.hero:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;right:-240px;top:-240px;background:radial-gradient(circle,rgba(14,154,155,.22),rgba(14,154,155,0) 68%)}
.hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;left:-260px;bottom:-280px;background:radial-gradient(circle,rgba(9,43,85,.16),rgba(9,43,85,0) 68%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:65px;align-items:center;padding:80px 0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal2);font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.eyebrow:before{content:"";width:32px;height:2px;background:var(--teal)}
h1{font-size:clamp(42px,5vw,70px);line-height:1.04;letter-spacing:-.045em;margin:20px 0}
h1 span{color:var(--teal)}
.hero p{font-size:18px;color:var(--muted);max-width:650px}
.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 21px;border-radius:999px;font-weight:800;font-size:14px;transition:.2s;border:1px solid transparent}
.btn.primary{background:var(--navy);color:#fff;box-shadow:0 10px 25px rgba(9,43,85,.18)}
.btn.primary:hover{transform:translateY(-2px);background:#0d396c}
.btn.secondary{border-color:#b9cad9;color:var(--navy);background:#fff}
.btn.secondary:hover{border-color:var(--teal);color:var(--teal2)}
.hero-panel{background:linear-gradient(145deg,#082c56,#0a5670);border-radius:30px;padding:32px;color:#fff;box-shadow:0 30px 80px rgba(9,43,85,.25);position:relative;overflow:hidden}
.hero-panel:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-120px;top:-120px;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 0 28px rgba(255,255,255,.03),0 0 0 58px rgba(255,255,255,.025)}
.hero-panel h3{font-size:25px;margin:0 0 22px;position:relative}
.hero-panel p{color:#d8edf2;font-size:15px;position:relative}
.pillar{position:relative;display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-top:1px solid rgba(255,255,255,.15)}
.pillar:first-of-type{border-top:0}
.num{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900;color:#a8f0e9}
.pillar b{display:block;font-size:15px}.pillar small{color:#b9d4df}
.section{padding:95px 0}
.section.soft{background:var(--soft)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}
.section-head h2{margin:10px 0 0;font-size:clamp(31px,4vw,48px);line-height:1.08;letter-spacing:-.035em}
.section-head p{max-width:530px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:.25s;box-shadow:0 5px 20px rgba(9,43,85,.035)}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c6d9e7}
.icon{width:48px;height:48px;border-radius:14px;background:#e8f7f7;color:var(--teal2);display:grid;place-items:center;font-weight:900;font-size:18px;margin-bottom:22px}
.card h3{margin:0 0 9px;font-size:19px}.card p{color:var(--muted);font-size:14px;margin:0}
.link{display:inline-flex;margin-top:18px;color:var(--navy);font-weight:800;font-size:13px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.visual{min-height:420px;border-radius:30px;background:linear-gradient(145deg,#092b55,#0d9698);position:relative;overflow:hidden;box-shadow:var(--shadow)}
.visual:before{content:"";position:absolute;inset:35px;border:1px solid rgba(255,255,255,.24);border-radius:24px}
.visual .orb{position:absolute;width:280px;height:280px;border-radius:50%;right:-70px;top:-50px;border:1px solid rgba(255,255,255,.35);box-shadow:0 0 0 35px rgba(255,255,255,.05),0 0 0 75px rgba(255,255,255,.035)}
.visual .quote{position:absolute;left:48px;bottom:48px;color:#fff;max-width:310px}
.visual .quote strong{font-size:30px;line-height:1.15;display:block}
.checks{display:grid;gap:15px;margin-top:26px}
.check{display:flex;gap:12px;align-items:flex-start}
.check i{font-style:normal;width:25px;height:25px;border-radius:50%;background:#e6f7f6;color:var(--teal2);display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 auto}
.check span{color:#4e6279}
.industries{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.industry{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;font-weight:800}
.industry small{display:block;color:var(--muted);font-weight:500;margin-top:5px}
.approach{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.step{padding:25px;border-top:3px solid var(--teal);background:#fff;border-radius:0 0 18px 18px;box-shadow:0 10px 30px rgba(9,43,85,.05)}
.step b{font-size:13px;color:var(--teal2);letter-spacing:.08em}.step h3{margin:10px 0 7px}.step p{font-size:14px;color:var(--muted);margin:0}
.cta{padding:40px 0;background:linear-gradient(110deg,var(--navy),#0c6877);color:#fff}
.cta-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta h2{font-size:clamp(30px,4vw,46px);margin:0 0 10px;line-height:1.1}.cta p{margin:0;color:#cfe3ea;max-width:650px}
.cta .btn.secondary{background:transparent;border-color:rgba(255,255,255,.4);color:#fff}
/* ===== COMPACT PREMIUM FOOTER ===== */

.footer{
    background:#061a31;
    color:#a9bed2;
    padding:34px 0 16px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;
    gap:30px;
}

.footer img{
    width:135px;
    background:#fff;
    border-radius:8px;
    padding:4px;
}

.footer h4{
    color:#fff;
    margin:0 0 11px;
    font-size:13px;
}

.footer a{
    display:block;
    margin:6px 0;
    font-size:12px;
}

.footer a:hover{
    color:#fff;
}

.footer p{
    font-size:12px;
    line-height:1.55;
    max-width:300px;
    margin:8px 0 0;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:25px;
    padding-top:14px;
    font-size:10px;
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.page-hero{background:linear-gradient(120deg,#f3f9fc,#fff);padding:85px 0 70px;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(40px,5vw,62px);max-width:800px}
.page-hero p{max-width:760px;color:var(--muted);font-size:18px}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff}
.service-card h3{font-size:23px;margin:0 0 10px}.service-card p{color:var(--muted)}.service-card ul{padding-left:19px;color:#50647b}.service-card li{margin:7px 0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:35px}
.contact-card,.form-card{border:1px solid var(--line);border-radius:25px;padding:32px}
.contact-item{padding:18px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}
.contact-item small{color:var(--muted);display:block}.contact-item a{font-weight:800;color:var(--navy)}
form{display:grid;gap:16px}label{font-weight:800;font-size:13px}input,textarea,select{width:100%;padding:14px 15px;border:1px solid #cddae5;border-radius:12px;font:inherit;outline:none;background:#fff}input:focus,textarea:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,154,155,.1)}textarea{min-height:145px;resize:vertical}
.notice{padding:15px 17px;background:#edf8f8;border:1px solid #cce9e8;border-radius:13px;color:#225c61;font-size:13px}
.career-banner{background:linear-gradient(120deg,#082b54,#0c838d);border-radius:28px;padding:50px;color:#fff}
.career-banner h2{font-size:38px;line-height:1.1;margin:0 0 10px}.career-banner p{color:#d3e9ed}
@media(max-width:900px){
 .navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 20px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 15px 30px rgba(0,0,0,.08)}
 .navlinks.open{display:flex}.navlinks a{padding:13px 0}.navlinks a:after{bottom:7px}.menu{display:open}
 .hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding:65px 0}.hero-panel{max-width:650px}
 .cards{grid-template-columns:repeat(2,1fr)}.industries{grid-template-columns:repeat(2,1fr)}.approach{grid-template-columns:repeat(2,1fr)}
 .footer-grid{grid-template-columns:repeat(2,1fr)}.cta-grid{display:grid}
}
@media(max-width:600px){
 .container{width:min(var(--max),calc(100% - 28px))}.topbar .container{justify-content:center;font-size:11px}.brand img{width:150px}.nav{height:68px}.navlinks{top:68px}
 h1{font-size:42px}.hero-grid{gap:35px}.section{padding:65px 0}.section-head{display:block}.section-head p{margin-top:16px}
 .cards,.service-grid,.industries,.approach{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.copyright{display:block}.copyright span{display:block;margin-top:7px}
}

/* FINAL HEADER LOGO FIX */
header.header .brand {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

header.header .brand img {
    width: 140px !important;
    height: 72px !important;
    max-width: 140px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
}

/* =========================================
   ABS PREMIUM 3D CORPORATE EXPERIENCE
   STEP 1 - VISUAL FOUNDATION
========================================= */

/* Smooth page experience */
html {
    scroll-behavior: smooth;
}

/* Premium body */
body {
    overflow-x: hidden;
}

/* Header glass effect */
.header {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.88) !important;
    transition: all 0.35s ease;
}

/* Navigation hover */
.navlinks a {
    transition:
        transform 0.3s ease,
        color 0.3s ease,
        opacity 0.3s ease;
}

.navlinks a:hover {
    transform: translateY(-2px);
}
/* =========================================
   MOBILE NAVIGATION
========================================= */

@media (max-width: 800px) {

    .nav {
        position: relative;
    }

    /* Hamburger */
    .menu {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 54px;
        height: 54px;

        border: 1px solid rgba(10,70,120,0.10);
        border-radius: 12px;

        background: rgba(255,255,255,0.9);

        font-size: 30px;
    }


    /* Closed */
    .navlinks {
        display: none !important;
    }


    /* Open */
    .navlinks.open {
        display: flex !important;

        position: absolute;

        top: 100%;
        left: 0;
        right: 0;

        z-index: 1001;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        padding: 18px 24px 24px;

        background: #ffffff;

        border-top: 1px solid #e5edf2;

        box-shadow:
            0 15px 35px rgba(8,43,89,0.15);
    }


    /* Links */
    .navlinks.open a {
        display: block;

        width: 100%;

        padding: 16px 8px;

        color: #082b59;

        text-decoration: none;

        font-size: 19px;
        font-weight: 700;
    }


    .navlinks.open a.active,
    .navlinks.open a:hover {
        color: #078fb5;
    }


    /* Talk to ABS */
    .navlinks.open .navcta {
        margin-top: 10px;

        padding: 16px;

        text-align: center;

        color: #ffffff;

        background: linear-gradient(
            135deg,
            #0b477c,
            #0799b5
        );

        border-radius: 16px;
    }


    /* Topbar */
    .topbar .container {
        justify-content: center;
        gap: 10px;
        font-size: 10px;
    }
}

/* =========================================
   HERO - 3D DEPTH
========================================= */

.hero {
    position: relative;
    overflow: hidden;
    perspective: 1200px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(20, 170, 210, 0.12),
            transparent 35%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(20, 60, 150, 0.08),
            transparent 35%
        ),
        #ffffff;
}

/* Floating background glow */
.hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    right: -180px;
    top: -180px;

    background: radial-gradient(
        circle,
        rgba(0, 170, 210, 0.16),
        transparent 68%
    );

    filter: blur(10px);
    animation: absFloat 7s ease-in-out infinite;
    pointer-events: none;
}

/* Second floating glow */
.hero::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    left: -160px;
    bottom: -160px;

    background: radial-gradient(
        circle,
        rgba(20, 70, 170, 0.12),
        transparent 70%
    );

    animation: absFloatReverse 9s ease-in-out infinite;
    pointer-events: none;
}

/* Hero content above background */
.hero-grid {
    position: relative;
    z-index: 2;
}

/* =========================================
   HERO PANEL - 3D CARD
========================================= */

.hero-panel {
    position: relative;
    transform:
        perspective(1200px)
        rotateY(-4deg)
        rotateX(2deg);

    transform-style: preserve-3d;

    box-shadow:
        0 35px 70px rgba(9, 43, 85, 0.22),
        0 10px 25px rgba(9, 43, 85, 0.12);

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

/* Lift card on hover */
.hero-panel:hover {
    transform:
        perspective(1200px)
        rotateY(0deg)
        rotateX(0deg)
        translateY(-10px);

    box-shadow:
        0 45px 90px rgba(9, 43, 85, 0.28),
        0 15px 35px rgba(9, 43, 85, 0.16);
}

/* Light reflection */
.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            120deg,
            transparent 25%,
            rgba(255,255,255,0.16) 45%,
            transparent 65%
        );

    transform: translateX(-100%);
    transition: transform 0.8s ease;

    pointer-events: none;
    border-radius: inherit;
}

.hero-panel:hover::before {
    transform: translateX(100%);
}

/* =========================================
   PILLARS - DEPTH
========================================= */

.pillar {
    position: relative;
    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

.pillar:hover {
    transform: translateX(8px) translateZ(20px);
}

/* Number circles */
.pillar .num {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.pillar:hover .num {
    transform: scale(1.12);
    box-shadow:
        0 8px 20px rgba(0, 190, 220, 0.3);
}

/* =========================================
   HEADLINE ANIMATION
========================================= */

.hero h1 {
    animation: absHeroTitle 0.9s ease both;
}

.hero p {
    animation: absHeroText 1s ease 0.15s both;
}

.hero .actions {
    animation: absHeroText 1s ease 0.3s both;
}

.hero-panel {
    animation: absHeroCard 1s ease 0.2s both;
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes absHeroTitle {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes absHeroText {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes absHeroCard {
    from {
        opacity: 0;
        transform:
            perspective(1200px)
            rotateY(-12deg)
            translateX(50px);
    }

    to {
        opacity: 1;
        transform:
            perspective(1200px)
            rotateY(-4deg)
            rotateX(2deg)
            translateX(0);
    }
}

@keyframes absFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-25px, 25px, 0);
    }
}

@keyframes absFloatReverse {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(25px, -20px, 0);
    }
}

/* =========================================
   PREMIUM CARDS
========================================= */

.card,
.service-card {
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    transform-style: preserve-3d;
}

.card:hover,
.service-card:hover {
    transform:
        translateY(-10px)
        perspective(900px)
        rotateX(2deg);

    box-shadow:
        0 25px 50px rgba(9, 43, 85, 0.14);
}

/* =========================================
   BUTTON DEPTH
========================================= */

.btn {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.btn:hover {
    transform: translateY(-4px);
    box-shadow:
        0 12px 25px rgba(9, 43, 85, 0.18);
}

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

@media (max-width: 768px) {

    .hero-panel {
        transform: none;
    }

    .hero-panel:hover {
        transform: translateY(-5px);
    }

    .hero::before {
        width: 300px;
        height: 300px;
    }

    .hero::after {
        width: 250px;
        height: 250px;
    }

    .card:hover,
    .service-card:hover {
        transform: translateY(-5px);
    }
}


/* =========================================
   ABS 3D ORBIT EXPERIENCE - STEP 2
========================================= */

.abs-3d-orbit {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 800px;
}

/* Main 3D core */

.abs-3d-core {
    width: 82px;
    height: 82px;

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

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 25%,
            #55e0ef,
            #078bb5 45%,
            #062d78 100%
        );

    color: #ffffff;

    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;

    box-shadow:
        0 0 25px rgba(30, 190, 220, 0.45),
        0 15px 35px rgba(3, 30, 90, 0.35),
        inset -10px -10px 20px rgba(0, 0, 0, 0.2),
        inset 8px 8px 18px rgba(255, 255, 255, 0.25);

    transform-style: preserve-3d;

    animation: absCoreFloat 4s ease-in-out infinite;

    position: relative;
    z-index: 5;
}

/* Light reflection on core */

.abs-3d-core::before {
    content: "";
    position: absolute;

    width: 25px;
    height: 12px;

    top: 12px;
    left: 18px;

    background: rgba(255,255,255,0.35);

    border-radius: 50%;

    transform: rotate(-25deg);

    filter: blur(2px);
}

/* Orbit rings */

.orbit {
    position: absolute;

    width: 145px;
    height: 65px;

    border: 1px solid rgba(100, 225, 240, 0.55);

    border-radius: 50%;

    transform-style: preserve-3d;

    pointer-events: none;
}

/* First orbit */

.orbit-1 {
    transform: rotateX(65deg) rotateZ(0deg);

    animation:
        absOrbit1 5s linear infinite;
}

/* Second orbit */

.orbit-2 {
    width: 125px;
    height: 55px;

    border-color: rgba(255,255,255,0.35);

    transform: rotateX(65deg) rotateZ(60deg);

    animation:
        absOrbit2 7s linear infinite;
}

/* Third orbit */

.orbit-3 {
    width: 110px;
    height: 48px;

    border-color: rgba(40, 200, 230, 0.35);

    transform: rotateX(65deg) rotateZ(120deg);

    animation:
        absOrbit3 9s linear infinite;
}

/* Floating movement */

@keyframes absCoreFloat {

    0%, 100% {
        transform: translateY(0) rotateY(0deg);
    }

    50% {
        transform: translateY(-10px) rotateY(8deg);
    }
}

/* Orbit animations */

@keyframes absOrbit1 {

    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}

@keyframes absOrbit2 {

    from {
        transform:
            rotateX(65deg)
            rotateZ(60deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(420deg);
    }
}

@keyframes absOrbit3 {

    from {
        transform:
            rotateX(65deg)
            rotateZ(120deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(480deg);
    }
}

/* Extra glow behind the 3D object */

.abs-3d-orbit::before {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    border-radius: 50%;

    background: rgba(0, 190, 220, 0.18);

    filter: blur(25px);

    animation: absGlow 3s ease-in-out infinite;
}

@keyframes absGlow {

    0%, 100% {
        transform: scale(0.85);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
}

/* Mobile */

@media (max-width: 768px) {

    .abs-3d-orbit {
        width: 125px;
        height: 125px;
        margin-bottom: 18px;
    }

    .abs-3d-core {
        width: 70px;
        height: 70px;
        font-size: 21px;
    }

    .orbit {
        width: 120px;
        height: 55px;
    }
}



/* =========================================
   ABS CINEMATIC BACKGROUND - STEP 4
========================================= */

.hero {
    isolation: isolate;
}

/* Animated background layer */

.abs-bg-animation {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

/* Light particles */

.abs-bg-animation span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;

    background: rgba(20, 170, 210, 0.45);

    box-shadow:
        0 0 12px rgba(20, 170, 210, 0.45);

    animation:
        absParticleFloat 8s ease-in-out infinite;
}

/* Different particle positions */

.abs-bg-animation span:nth-child(1) {
    left: 8%;
    top: 25%;
    animation-delay: 0s;
}

.abs-bg-animation span:nth-child(2) {
    left: 18%;
    top: 70%;
    animation-delay: 1.5s;
}

.abs-bg-animation span:nth-child(3) {
    left: 38%;
    top: 18%;
    animation-delay: 3s;
}

.abs-bg-animation span:nth-child(4) {
    left: 55%;
    top: 75%;
    animation-delay: 2s;
}

.abs-bg-animation span:nth-child(5) {
    left: 68%;
    top: 30%;
    animation-delay: 4s;
}

.abs-bg-animation span:nth-child(6) {
    left: 78%;
    top: 65%;
    animation-delay: 1s;
}

.abs-bg-animation span:nth-child(7) {
    left: 88%;
    top: 20%;
    animation-delay: 2.5s;
}

.abs-bg-animation span:nth-child(8) {
    left: 94%;
    top: 80%;
    animation-delay: 4.5s;
}

/* Floating movement */

@keyframes absParticleFloat {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0)
            scale(1);

        opacity: 0.25;
    }

    50% {
        transform:
            translate3d(0, -35px, 0)
            scale(1.5);

        opacity: 0.8;
    }
}

/* Subtle animated light sweep */

.hero-grid::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    top: 15%;
    right: 35%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(30, 190, 220, 0.08),
            transparent 70%
        );

    filter: blur(15px);

    animation:
        absLightSweep 10s ease-in-out infinite;

    pointer-events: none;
}

@keyframes absLightSweep {

    0%,
    100% {
        transform: translate3d(-30px, 0, 0);
    }

    50% {
        transform: translate3d(50px, 25px, 0);
    }
}

/* Keep actual hero content above animation */

.hero-grid > * {
    position: relative;
    z-index: 3;
}

/* Mobile performance */

@media (max-width: 768px) {

    .abs-bg-animation span:nth-child(n+5) {
        display: none;
    }

    .hero-grid::before {
        width: 180px;
        height: 180px;
    }
}

/* =========================================
   ABS PREMIUM 3D SERVICE CARDS - STEP 5
========================================= */

.cards {
    perspective: 1200px;
}

/* Individual service card */

.cards .card {
    position: relative;
    overflow: hidden;

    transform-style: preserve-3d;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.98),
            rgba(244,249,253,0.96)
        );

    border: 1px solid rgba(20, 80, 130, 0.10);

    box-shadow:
        0 12px 30px rgba(9, 43, 85, 0.08);

    transition:
        transform 0.45s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

/* Decorative glow */

.cards .card::before {
    content: "";

    position: absolute;

    width: 160px;
    height: 160px;

    top: -80px;
    right: -80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(20, 180, 215, 0.16),
            transparent 70%
        );

    transition:
        transform 0.5s ease;
}

/* Bottom light line */

.cards .card::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(15, 170, 210, 0.8),
            transparent
        );

    transform: scaleX(0);

    transition:
        transform 0.45s ease;
}

/* Hover */

.cards .card:hover {
    transform:
        translateY(-14px)
        rotateX(3deg)
        rotateY(-3deg);

    border-color:
        rgba(15, 160, 205, 0.28);

    box-shadow:
        0 30px 65px rgba(9, 43, 85, 0.16),
        0 5px 20px rgba(15, 160, 205, 0.08);
}

.cards .card:hover::before {
    transform: scale(1.5);
}

.cards .card:hover::after {
    transform: scaleX(1);
}

/* =========================================
   SERVICE ICON
========================================= */

.cards .card .icon {
    width: 58px;
    height: 58px;

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

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #0b3c78,
            #08a9c8
        );

    color: #ffffff;

    font-weight: 800;
    font-size: 15px;

    box-shadow:
        0 12px 25px rgba(7, 90, 145, 0.22);

    transform:
        translateZ(25px);

    transition:
        transform 0.4s ease,
        border-radius 0.4s ease,
        box-shadow 0.4s ease;
}

.cards .card:hover .icon {
    transform:
        translateZ(40px)
        rotate(-5deg)
        scale(1.08);

    border-radius: 18px;

    box-shadow:
        0 18px 35px rgba(7, 90, 145, 0.30);
}

/* =========================================
   CARD CONTENT DEPTH
========================================= */

.cards .card h3,
.cards .card p,
.cards .card .link {
    position: relative;
    z-index: 2;

    transform:
        translateZ(15px);
}

.cards .card h3 {
    transition:
        transform 0.4s ease;
}

.cards .card:hover h3 {
    transform:
        translateZ(25px);
}

/* Link animation */

.cards .card .link {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    transition:
        transform 0.35s ease,
        gap 0.35s ease;
}

.cards .card:hover .link {
    transform:
        translateX(5px)
        translateZ(25px);

    gap: 9px;
}

/* =========================================
   STAGGERED DEPTH
========================================= */

.cards .card:nth-child(1) {
    transition-delay: 0s;
}

.cards .card:nth-child(2) {
    transition-delay: 0.04s;
}

.cards .card:nth-child(3) {
    transition-delay: 0.08s;
}

.cards .card:nth-child(4) {
    transition-delay: 0.12s;
}

.cards .card:nth-child(5) {
    transition-delay: 0.16s;
}

.cards .card:nth-child(6) {
    transition-delay: 0.20s;
}

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

@media (max-width: 768px) {

    .cards .card:hover {
        transform:
            translateY(-7px);
    }

    .cards .card .icon {
        transform: none;
    }

    .cards .card:hover .icon {
        transform:
            scale(1.05);
    }
}

/* =========================================
   ABS WHY SECTION - STEP 6
========================================= */

.abs-impact {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(10, 170, 210, 0.10),
            transparent 35%
        ),
        #f7fafc;
}

/* Heading */

.abs-impact-head {
    position: relative;
    z-index: 2;
}

/* Grid */

.impact-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 45px;

    perspective: 1200px;
}

/* Cards */

.impact-card {
    position: relative;

    min-height: 260px;

    padding: 30px;

    border-radius: 22px;

    background:
        rgba(255,255,255,0.82);

    border:
        1px solid rgba(10,70,120,0.09);

    box-shadow:
        0 15px 35px rgba(9,43,85,0.07);

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);

    transform-style: preserve-3d;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

/* Top glow */

.impact-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 25px;
    right: 25px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0,170,210,0.7),
            transparent
        );

    opacity: 0.5;

    transition:
        opacity 0.4s ease;
}

/* Hover */

.impact-card:hover {
    transform:
        translateY(-12px)
        rotateX(3deg)
        rotateY(-3deg);

    box-shadow:
        0 30px 65px rgba(9,43,85,0.14);

    border-color:
        rgba(10,160,205,0.25);
}

.impact-card:hover::before {
    opacity: 1;
}

/* Number */

.impact-number {
    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

    color:
        #078fb5;

    margin-bottom: 65px;

    transform:
        translateZ(25px);
}

/* Title */

.impact-card h3 {
    margin-bottom: 12px;

    transform:
        translateZ(30px);

    transition:
        transform 0.4s ease;
}

.impact-card:hover h3 {
    transform:
        translateZ(45px);
}

/* Text */

.impact-card p {
    color:
        var(--muted);

    line-height: 1.7;

    transform:
        translateZ(20px);
}

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

@media (max-width: 900px) {

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

@media (max-width: 600px) {

    .impact-grid {
        grid-template-columns:
            1fr;

        gap: 15px;
    }

    .impact-card {
        min-height: 220px;
    }

    .impact-number {
        margin-bottom: 45px;
    }
}

/* =========================================
   ABS BUSINESS CTA - STEP 7
========================================= */

.abs-business-cta {
    position: relative;
    overflow: hidden;

    padding: 90px 0;

    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(20, 190, 220, 0.20),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #062b66,
            #07558a 55%,
            #078fb0
        );

    color: #ffffff;
}

/* Decorative glow */

.abs-business-cta::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -180px;
    top: -200px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,0.12),
            transparent 68%
        );

    animation:
        absCtaFloat 8s ease-in-out infinite;

    pointer-events: none;
}

/* Content */

.business-cta-content {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        1.5fr 1fr;

    gap: 60px;

    align-items: center;
}

/* Heading */

.business-cta-content h2 {
    max-width: 720px;

    margin:
        12px 0 20px;

    color: #ffffff;

    font-size:
        clamp(34px, 4vw, 58px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.business-cta-content h2 span {
    display: block;

    color:
        rgba(255,255,255,0.72);
}

/* Paragraph */

.business-cta-content p {
    max-width: 700px;

    color:
        rgba(255,255,255,0.76);

    line-height: 1.8;

    font-size: 16px;
}

/* Eyebrow */

.abs-business-cta .eyebrow {
    color:
        rgba(255,255,255,0.72);
}

/* Action */

.business-cta-action {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
}

/* Email button */

.abs-email-button {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    min-width: 280px;

    padding:
        18px 22px;

    border-radius: 14px;

    background:
        #ffffff;

    color:
        #06356d;

    font-weight:
        800;

    text-decoration:
        none;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.20);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.abs-email-button span {
    font-size: 22px;

    transition:
        transform 0.3s ease;
}

.abs-email-button:hover {
    transform:
        translateY(-6px);

    box-shadow:
        0 25px 55px rgba(0,0,0,0.28);
}

.abs-email-button:hover span {
    transform:
        translateX(7px);
}

/* Direct email */

.business-cta-action small {
    color:
        rgba(255,255,255,0.65);
}

.business-cta-action small a {
    color:
        #ffffff;

    font-weight:
        700;

    text-decoration:
        underline;
}

/* Floating animation */

@keyframes absCtaFloat {

    0%,
    100% {
        transform:
            translate3d(0,0,0)
            scale(1);
    }

    50% {
        transform:
            translate3d(-30px,25px,0)
            scale(1.08);
    }
}

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

@media (max-width: 800px) {

    .abs-business-cta {
        padding:
            65px 0;
    }

    .business-cta-content {
        grid-template-columns:
            1fr;

        gap: 35px;
    }

    .business-cta-action {
        align-items:
            flex-start;
    }

    .abs-email-button {
        width:
            100%;

        max-width:
            380px;
    }
}

/* =========================================
   ABS TALENT ACQUISITION - STEP 8
========================================= */

.talent-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.talent-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

/* Content */

.talent-content h2 {
    margin: 12px 0 20px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.talent-content h2 span {
    display: block;
    color: #078fb5;
}

.talent-content > p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.8;
}

/* Points */

.talent-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 30px 0;
}

.talent-points div {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 17px;

    border-radius: 14px;

    background: #f6f9fc;
    border: 1px solid rgba(10,70,120,0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.talent-points div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(9,43,85,0.10);
}

.talent-points strong {
    color: #078fb5;
    font-size: 12px;
    letter-spacing: 1px;
}

.talent-points span {
    font-size: 14px;
    font-weight: 650;
}

/* Button */

.talent-button {
    margin-top: 5px;
}

/* =========================================
   3D TALENT VISUAL
========================================= */

.talent-visual {
    position: relative;

    width: 420px;
    height: 420px;

    margin: auto;

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

    perspective: 1000px;
}

/* Core */

.talent-core {
    position: relative;
    z-index: 5;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at 30% 25%,
            #64e3ef,
            #078fb5 45%,
            #062d78 100%
        );

    color: #ffffff;

    box-shadow:
        0 25px 55px rgba(4,55,110,0.25),
        inset -15px -15px 25px rgba(0,0,0,0.18),
        inset 10px 10px 20px rgba(255,255,255,0.22);

    animation:
        talentCoreFloat 4s ease-in-out infinite;
}

.talent-core span {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3px;
}

.talent-core small {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 3px;
    opacity: 0.75;
}

/* Orbit rings */

.talent-orbit {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(7,143,181,0.28);

    transform-style: preserve-3d;
}

.orbit-a {
    width: 330px;
    height: 150px;

    transform:
        rotateX(65deg);

    animation:
        talentOrbitA 7s linear infinite;
}

.orbit-b {
    width: 280px;
    height: 125px;

    border-color:
        rgba(6,45,120,0.18);

    transform:
        rotateX(65deg)
        rotateZ(60deg);

    animation:
        talentOrbitB 9s linear infinite;
}

/* Floating badges */

.talent-badge {
    position: absolute;
    z-index: 8;

    padding: 10px 16px;

    border-radius: 30px;

    background: rgba(255,255,255,0.9);

    border: 1px solid rgba(10,70,120,0.10);

    box-shadow:
        0 12px 30px rgba(9,43,85,0.12);

    font-size: 12px;
    font-weight: 750;

    backdrop-filter: blur(10px);
}

.badge-one {
    top: 55px;
    right: 10px;

    animation:
        talentBadgeOne 5s ease-in-out infinite;
}

.badge-two {
    bottom: 75px;
    left: 0;

    animation:
        talentBadgeTwo 6s ease-in-out infinite;
}

.badge-three {
    bottom: 25px;
    right: 30px;

    animation:
        talentBadgeThree 5.5s ease-in-out infinite;
}

/* Animations */

@keyframes talentCoreFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes talentOrbitA {
    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}

@keyframes talentOrbitB {
    from {
        transform:
            rotateX(65deg)
            rotateZ(60deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(420deg);
    }
}

@keyframes talentBadgeOne {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes talentBadgeTwo {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes talentBadgeThree {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Mobile */

@media (max-width: 850px) {

    .talent-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .talent-visual {
        width: 320px;
        height: 320px;
    }

    .talent-core {
        width: 120px;
        height: 120px;
    }

    .talent-core span {
        font-size: 25px;
    }

    .orbit-a {
        width: 270px;
        height: 120px;
    }

    .orbit-b {
        width: 225px;
        height: 105px;
    }
}

@media (max-width: 550px) {

    .talent-points {
        grid-template-columns: 1fr;
    }

    .talent-visual {
        transform: scale(0.82);
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

/* =========================================
   ABS PREMIUM FOOTER — COMPACT / CORPORATE
   INDEX.HTML
========================================= */

.abs-footer{
    position:relative;
    z-index:5;

    padding:42px 0 0;

    background:
        linear-gradient(
            145deg,
            #061d42 0%,
            #073a68 58%,
            #062b55 100%
        );

    color:#fff;
    overflow:hidden;
}

/* Premium ambient glow */

.abs-footer::before{
    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-190px;
    top:-230px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(15,180,215,.14),
            transparent 70%
        );

    pointer-events:none;
}

/* =========================================
   MAIN FOOTER GRID
========================================= */

.footer-main{
    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:
        1.35fr
        1fr
        1fr
        1fr;

    gap:34px;

    padding-bottom:32px;
}

/* =========================================
   BRAND
========================================= */

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

/* =========================================
   ABS FOOTER LOGO — PREMIUM MATCH
========================================= */

.footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer-logo img {
    display: block;

    width: 180px;
    height: 150px;

    object-fit: contain;

    background: #ffffff;

    border-radius: 10px;

    padding: 6px;

    box-sizing: border-box;

    filter: none;

    box-shadow:
        0 10px 30px rgba(0,0,0,.12),
        0 2px 8px rgba(0,0,0,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

/* Premium subtle hover */

.footer-logo img:hover {
    transform:
        translateY(-4px)
        scale(1.02);

    box-shadow:
        0 16px 38px rgba(0,0,0,.18),
        0 4px 12px rgba(0,0,0,.10);
}


/* Mobile */

@media (max-width: 600px) {

    .footer-logo img {
        width: 145px;
        height: 115px;
    }
}

.footer-brand p{
    max-width:300px;

    margin:0 0 14px;

    color:rgba(255,255,255,.68);

    font-size:12.5px;
    line-height:1.65;
}

/* Email */

.footer-email{
    display:inline-block;

    color:#8eeaf2;

    font-size:12.5px;
    font-weight:700;

    text-decoration:none;

    transition:
        color .25s ease,
        transform .25s ease;
}

.footer-email:hover{
    color:#fff;
    transform:translateX(2px);
}

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

.footer-column{
    display:flex;
    flex-direction:column;

    gap:7px;
}

.footer-column h4{
    margin:2px 0 9px;

    color:#fff;

    font-size:12.5px;
    font-weight:800;

    letter-spacing:.7px;
    text-transform:uppercase;
}

.footer-column a{
    display:block;

    width:max-content;
    max-width:100%;

    color:rgba(255,255,255,.68);

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

    text-decoration:none;

    transition:
        color .25s ease,
        transform .25s ease;
}

.footer-column a:hover{
    color:#fff;
    transform:translateX(4px);
}

/* =========================================
   CONNECT COLUMN
========================================= */

.footer-connect-text{
    max-width:210px;

    margin:0 0 8px;

    color:rgba(255,255,255,.66);

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

/* Business button */

.footer-business-btn{
    display:inline-flex !important;

    align-items:center;
    justify-content:space-between;

    gap:18px;

    width:max-content;

    min-width:140px;

    padding:10px 13px;

    border:
        1px solid rgba(255,255,255,.18);

    border-radius:9px;

    background:
        rgba(255,255,255,.07);

    color:#fff !important;

    font-size:12px !important;
    font-weight:750;

    text-decoration:none;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.footer-business-btn:hover{
    transform:translateY(-3px) !important;

    background:
        rgba(255,255,255,.13);

    border-color:
        rgba(255,255,255,.32);
}

.footer-business-btn span{
    font-size:16px;

    transition:
        transform .3s ease;
}

.footer-business-btn:hover span{
    transform:translateX(4px);
}

/* =========================================
   BOTTOM BAR
========================================= */

.footer-bottom{
    position:relative;
    z-index:2;

    display:flex;

    justify-content:space-between;
    align-items:center;

    gap:20px;

    padding:14px 0 16px;

    border-top:
        1px solid rgba(255,255,255,.10);

    color:
        rgba(255,255,255,.46);

    font-size:10.5px;

    line-height:1.5;
}

/* Legal links */

.footer-legal{
    display:flex;

    align-items:center;

    gap:18px;
}

.footer-legal a{
    color:
        rgba(255,255,255,.48);

    font-size:10.5px;

    text-decoration:none;

    transition:
        color .25s ease;
}

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

/* =========================================
   3D BACKGROUND COMPATIBILITY
========================================= */

.abs-safe-3d-bg{
    z-index:0 !important;
    pointer-events:none !important;
}

.abs-footer{
    isolation:isolate;
}

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

@media(max-width:900px){

    .abs-footer{
        padding-top:36px;
    }

    .footer-main{
        grid-template-columns:
            repeat(2,1fr);

        gap:28px;

        padding-bottom:28px;
    }

    .footer-brand{
        grid-column:1 / -1;
    }
}

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

@media(max-width:600px){

    .abs-footer{
        padding-top:32px;
    }

    .footer-main{
        grid-template-columns:1fr;

        gap:24px;

        padding-bottom:26px;
    }

    .footer-brand{
        grid-column:auto;
    }

    .footer-logo img{
        width:120px;
        max-height:68px;
    }

    .footer-bottom{
        flex-direction:column;

        align-items:flex-start;

        gap:8px;

        padding:13px 0 15px;
    }

    .footer-legal{
        gap:14px;
    }
}

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

@media (max-width: 900px) {

    .footer-main {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 40px;
    }

    .footer-brand {

        grid-column:
            1 / -1;
    }
}


@media (max-width: 600px) {

    .abs-footer {

        padding-top: 40px;
    }

    .footer-main {

        grid-template-columns:
            1fr;

        gap: 35px;
    }

    .footer-brand {

        grid-column:
            auto;
    }

    .footer-bottom {

        flex-direction:
            column;

        align-items:
            flex-start;

        line-height: 1.6;
    }

    .footer-logo img {

        width: 135px;
    }
}

/* =========================================
   ABS SOLUTIONS PAGE - STEP 10
========================================= */

.premium-page-hero {
    position: relative;
    overflow: hidden;

    padding: 100px 0 90px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(15,180,215,0.14),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f7fbfd,
            #ffffff
        );
}

.premium-page-hero h1 {
    max-width: 850px;

    margin: 15px 0 20px;

    font-size:
        clamp(42px, 6vw, 76px);

    line-height: 1.02;

    letter-spacing: -2.5px;
}

.premium-page-hero h1 span {
    display: block;
    color: #078fb5;
}

.premium-page-hero p {
    max-width: 720px;

    color: var(--muted);

    font-size: 17px;

    line-height: 1.8;
}


/* Solution grid */

.solution-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-top: 45px;

    perspective: 1200px;
}


/* Cards */

.solution-card {
    position: relative;

    min-height: 330px;

    padding: 30px;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f5f9fc
        );

    border:
        1px solid rgba(10,70,120,0.09);

    box-shadow:
        0 15px 35px rgba(9,43,85,0.07);

    transform-style: preserve-3d;

    overflow: hidden;

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}


/* Decorative glow */

.solution-card::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -90px;
    top: -90px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(10,180,215,0.15),
            transparent 70%
        );

    transition:
        transform .5s ease;
}


/* Hover */

.solution-card:hover {
    transform:
        translateY(-14px)
        rotateX(3deg)
        rotateY(-3deg);

    box-shadow:
        0 30px 65px rgba(9,43,85,0.15);

    border-color:
        rgba(10,160,205,0.25);
}

.solution-card:hover::before {
    transform: scale(1.5);
}


/* Featured */

.featured-solution {
    background:
        linear-gradient(
            145deg,
            #f4fcff,
            #ffffff
        );

    border-color:
        rgba(10,160,205,0.22);
}


/* Number */

.solution-number {
    color:
        #078fb5;

    font-size:
        12px;

    font-weight:
        850;

    letter-spacing:
        2px;

    margin-bottom:
        22px;
}


/* Icon */

.solution-icon {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #08a9c8
        );

    color: #ffffff;

    font-size: 13px;

    font-weight: 850;

    letter-spacing: 1px;

    box-shadow:
        0 12px 25px rgba(7,90,145,0.20);

    transform:
        translateZ(25px);

    transition:
        transform .4s ease;
}

.solution-card:hover .solution-icon {
    transform:
        translateZ(45px)
        rotate(-5deg)
        scale(1.08);
}


/* Content */

.solution-card h3,
.solution-card p,
.solution-card a {
    position: relative;
    z-index: 2;

    transform:
        translateZ(15px);
}

.solution-card h3 {
    margin-bottom: 12px;
}

.solution-card p {
    color:
        var(--muted);

    line-height:
        1.7;
}

.solution-card a {
    display: inline-block;

    margin-top: 18px;

    color:
        #075b91;

    font-weight:
        750;

    text-decoration:
        none;

    transition:
        transform .3s ease,
        color .3s ease;
}

.solution-card a:hover {
    transform:
        translateX(6px);

    color:
        #078fb5;
}


/* Responsive */

@media (max-width: 950px) {

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

@media (max-width: 600px) {

    .premium-page-hero {
        padding:
            70px 0;
    }

    .premium-page-hero h1 {
        letter-spacing:
            -1.5px;
    }

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

    .solution-card {
        min-height:
            290px;
    }
}

/* =========================================
   ABS 3D ANIMATED BACKGROUND
========================================= */

.hero,
.premium-page-hero,
.solutions-premium {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* 3D ambient sphere */

.hero::after,
.premium-page-hero::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -120px;
    top: 5%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(75,220,240,.22),
            rgba(10,120,190,.10) 35%,
            transparent 70%
        );

    filter: blur(3px);

    transform-style: preserve-3d;

    animation:
        abs3DSphere 10s ease-in-out infinite;

    z-index: 0;

    pointer-events: none;
}


/* =========================================
   3D ORBIT RINGS
========================================= */

.hero::before,
.premium-page-hero::before {

    content: "";

    position: absolute;

    width: 520px;
    height: 210px;

    right: -120px;
    top: 18%;

    border:
        1px solid rgba(20,180,220,.22);

    border-radius: 50%;

    transform:
        rotateX(65deg)
        rotateZ(20deg);

    box-shadow:
        0 0 25px rgba(20,180,220,.08);

    animation:
        abs3DOrbit 12s linear infinite;

    z-index: 1;

    pointer-events: none;
}


/* Second orbit */

.premium-page-hero .container::before {

    content: "";

    position: absolute;

    width: 350px;
    height: 150px;

    right: 5%;
    top: 30%;

    border:
        1px solid rgba(7,143,181,.16);

    border-radius: 50%;

    transform:
        rotateX(65deg)
        rotateZ(-35deg);

    animation:
        abs3DOrbitReverse 9s linear infinite;

    pointer-events: none;
}


/* =========================================
   FLOATING 3D LIGHT
========================================= */

.abs-bg-animation span {

    width: 6px !important;
    height: 6px !important;

    box-shadow:
        0 0 10px rgba(30,200,230,.65),
        0 0 25px rgba(30,200,230,.25) !important;

    transform-style:
        preserve-3d;

    animation:
        abs3DParticle 7s ease-in-out infinite !important;
}


/* Different sizes */

.abs-bg-animation span:nth-child(2n) {
    width: 4px !important;
    height: 4px !important;
}

.abs-bg-animation span:nth-child(3n) {
    width: 8px !important;
    height: 8px !important;
}


/* =========================================
   3D GRID
========================================= */

.abs-bg-animation::before {

    content: "";

    position: absolute;

    width: 900px;
    height: 500px;

    left: 50%;
    bottom: -250px;

    transform:
        translateX(-50%)
        perspective(500px)
        rotateX(65deg);

    background:
        linear-gradient(
            rgba(20,170,210,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(20,170,210,.07) 1px,
            transparent 1px
        );

    background-size:
        45px 45px;

    mask-image:
        linear-gradient(
            to top,
            rgba(0,0,0,.8),
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            to top,
            rgba(0,0,0,.8),
            transparent
        );

    animation:
        absGridMove 8s linear infinite;

    pointer-events: none;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes abs3DSphere {

    0%, 100% {
        transform:
            translate3d(0,0,0)
            scale(1)
            rotateZ(0deg);
    }

    50% {
        transform:
            translate3d(-35px,25px,40px)
            scale(1.12)
            rotateZ(15deg);
    }
}


@keyframes abs3DOrbit {

    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}


@keyframes abs3DOrbitReverse {

    from {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }
}


@keyframes abs3DParticle {

    0%, 100% {
        transform:
            translate3d(0,0,0)
            scale(.7);

        opacity:
            .2;
    }

    25% {
        transform:
            translate3d(25px,-30px,40px)
            scale(1.2);

        opacity:
            .8;
    }

    50% {
        transform:
            translate3d(-20px,-60px,80px)
            scale(1.5);

        opacity:
            1;
    }

    75% {
        transform:
            translate3d(35px,-25px,40px)
            scale(1.1);

        opacity:
            .6;
    }
}


@keyframes absGridMove {

    from {
        background-position:
            0 0,
            0 0;
    }

    to {
        background-position:
            0 45px,
            45px 0;
    }
}


/* =========================================
   KEEP CONTENT ABOVE 3D BACKGROUND
========================================= */

.hero > *,
.premium-page-hero > *,
.solutions-premium > * {
    position: relative;
    z-index: 3;
}


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

@media (max-width: 768px) {

    .hero::after,
    .premium-page-hero::after {
        width: 280px;
        height: 280px;

        right: -150px;
    }

    .hero::before,
    .premium-page-hero::before {
        width: 330px;
        height: 140px;

        right: -130px;
    }

    .abs-bg-animation::before {
        width: 600px;
    }
}

/* =========================================
   ABS PREMIUM DIGITAL INTELLIGENCE BACKGROUND
========================================= */

.abs-premium-bg {
    position: fixed;
    inset: 0;

    pointer-events: none;

    overflow: hidden;

    z-index: -1;

    background:
        radial-gradient(
            circle at 75% 25%,
            rgba(0, 150, 190, .08),
            transparent 30%
        );
}


/* =========================================
   CENTRAL DIGITAL SPHERE
========================================= */

.abs-network {

    position: absolute;

    width: 520px;
    height: 520px;

    right: -90px;
    top: 90px;

    border-radius: 50%;

    transform-style: preserve-3d;

    animation:
        absNetworkFloat 12s ease-in-out infinite;
}


/* Core glow */

.abs-network::before {

    content: "";

    position: absolute;

    inset: 80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(70,225,240,.20),
            rgba(0,100,180,.08) 45%,
            transparent 70%
        );

    filter: blur(12px);
}


/* Digital longitude */

.abs-network::after {

    content: "";

    position: absolute;

    inset: 55px;

    border-radius: 50%;

    border:
        1px solid rgba(60,210,235,.13);

    box-shadow:
        inset 0 0 50px rgba(0,150,200,.08);

    transform:
        rotateY(65deg);

    animation:
        absGlobeSpin 14s linear infinite;
}


/* =========================================
   NETWORK NODES
========================================= */

.abs-network span {

    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background:
        #63dce9;

    box-shadow:
        0 0 8px rgba(80,220,240,.8),
        0 0 22px rgba(20,180,220,.35);

    animation:
        absNodeFloat 6s ease-in-out infinite;
}


/* Node positions */

.abs-network span:nth-child(1) {
    left: 18%;
    top: 28%;
}

.abs-network span:nth-child(2) {
    left: 35%;
    top: 16%;
    animation-delay: .7s;
}

.abs-network span:nth-child(3) {
    left: 55%;
    top: 25%;
    animation-delay: 1.2s;
}

.abs-network span:nth-child(4) {
    left: 72%;
    top: 38%;
    animation-delay: 1.8s;
}

.abs-network span:nth-child(5) {
    left: 28%;
    top: 50%;
    animation-delay: 2.4s;
}

.abs-network span:nth-child(6) {
    left: 50%;
    top: 48%;
    animation-delay: 1s;
}

.abs-network span:nth-child(7) {
    left: 67%;
    top: 58%;
    animation-delay: 2.8s;
}

.abs-network span:nth-child(8) {
    left: 20%;
    top: 72%;
    animation-delay: 1.5s;
}

.abs-network span:nth-child(9) {
    left: 43%;
    top: 76%;
    animation-delay: 3s;
}

.abs-network span:nth-child(10) {
    left: 62%;
    top: 78%;
    animation-delay: 2s;
}

.abs-network span:nth-child(11) {
    left: 80%;
    top: 70%;
    animation-delay: 3.5s;
}

.abs-network span:nth-child(12) {
    left: 82%;
    top: 20%;
    animation-delay: 1.8s;
}


/* =========================================
   ORBIT RINGS
========================================= */

.abs-light-orbit {

    position: absolute;

    right: -70px;
    top: 145px;

    width: 560px;
    height: 210px;

    border-radius: 50%;

    border:
        1px solid rgba(60,210,235,.17);

    transform-style:
        preserve-3d;
}


/* Orbit glow */

.abs-light-orbit::after {

    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    top: -3px;
    left: 50%;

    border-radius: 50%;

    background: #8aeaf2;

    box-shadow:
        0 0 10px #63dce9,
        0 0 25px rgba(40,210,235,.65);
}


.orbit-one {

    transform:
        rotateX(68deg)
        rotateZ(15deg);

    animation:
        absOrbitPremium 14s linear infinite;
}


.orbit-two {

    width: 480px;
    height: 175px;

    right: -20px;
    top: 170px;

    border-color:
        rgba(20,130,200,.12);

    transform:
        rotateX(68deg)
        rotateZ(-35deg);

    animation:
        absOrbitPremiumReverse 18s linear infinite;
}


.orbit-three {

    width: 620px;
    height: 235px;

    right: -120px;
    top: 130px;

    border-color:
        rgba(120,225,240,.08);

    transform:
        rotateX(68deg)
        rotateZ(75deg);

    animation:
        absOrbitPremium 22s linear infinite;
}


/* =========================================
   AMBIENT GLOW
========================================= */

.abs-bg-glow {

    position: absolute;

    width: 650px;
    height: 650px;

    right: -180px;
    top: 20px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0,170,210,.07),
            transparent 68%
        );

    filter:
        blur(25px);

    animation:
        absAmbientGlow 10s ease-in-out infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes absNetworkFloat {

    0%, 100% {

        transform:
            translate3d(0,0,0)
            rotateZ(0deg)
            scale(1);
    }

    50% {

        transform:
            translate3d(-30px,25px,20px)
            rotateZ(5deg)
            scale(1.04);
    }
}


@keyframes absGlobeSpin {

    from {
        transform:
            rotateY(0deg);
    }

    to {
        transform:
            rotateY(360deg);
    }
}


@keyframes absNodeFloat {

    0%, 100% {

        transform:
            translate3d(0,0,0)
            scale(.7);

        opacity:
            .35;
    }

    50% {

        transform:
            translate3d(8px,-15px,25px)
            scale(1.5);

        opacity:
            1;
    }
}


@keyframes absOrbitPremium {

    from {

        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }

    to {

        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }
}


@keyframes absOrbitPremiumReverse {

    from {

        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }

    to {

        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }
}


@keyframes absAmbientGlow {

    0%, 100% {

        transform:
            scale(.9);

        opacity:
            .55;
    }

    50% {

        transform:
            scale(1.12);

        opacity:
            .9;
    }
}


/* =========================================
   KEEP WEBSITE CONTENT CRISP
========================================= */

body > *:not(.abs-premium-bg) {
    position: relative;
}


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

@media (max-width: 768px) {

    .abs-network {

        width: 330px;
        height: 330px;

        right: -140px;
        top: 100px;
    }

    .abs-light-orbit {

        width: 360px;
        height: 140px;

        right: -120px;
    }

    .orbit-two {
        width: 300px;
    }

    .orbit-three {
        width: 400px;
    }

    .abs-bg-glow {

        width: 400px;
        height: 400px;

        right: -180px;
    }
}

/* =========================================
   ABS 3D MOUSE PARALLAX
========================================= */

.abs-premium-bg {
    --mouse-x: 0;
    --mouse-y: 0;
}


/* Network reacts to cursor */

.abs-network {

    transform:
        translate3d(
            calc(var(--mouse-x) * -18px),
            calc(var(--mouse-y) * -18px),
            0
        );
}


/* Orbits react differently */

.orbit-one {

    margin-left:
        calc(var(--mouse-x) * 10px);

    margin-top:
        calc(var(--mouse-y) * 8px);
}

.orbit-two {

    margin-left:
        calc(var(--mouse-x) * -15px);

    margin-top:
        calc(var(--mouse-y) * -10px);
}

.orbit-three {

    margin-left:
        calc(var(--mouse-x) * 20px);

    margin-top:
        calc(var(--mouse-y) * 12px);
}


/* Glow follows cursor subtly */

.abs-bg-glow {

    transform:
        translate3d(
            calc(var(--mouse-x) * 25px),
            calc(var(--mouse-y) * 25px),
            0
        );
}


/* Disable cursor effect on touch devices */

@media (hover: none) {

    .abs-premium-bg {
        --mouse-x: 0 !important;
        --mouse-y: 0 !important;
    }
}

/* =========================================
   ABS PREMIUM SCROLL REVEAL
========================================= */

.abs-reveal {

    opacity: 100;

    transform:
        translateY(55px)
        scale(.97);
filter:
        blur(0);

    transition:
        opacity .8s cubic-bezier(.2,.7,.2,1),
        transform .9s cubic-bezier(.2,.7,.2,1),
        filter .8s ease;
}

/* Visible */

.abs-reveal.is-visible {

    opacity: 1;

    transform:
        translateY(0)
        scale(1);

    filter:
        blur(0);
}


/* Cards get deeper 3D entrance */

.impact-card.abs-reveal,
.solution-card.abs-reveal {

    transform:
        translateY(60px)
        rotateX(8deg)
        scale(.96);
}

.impact-card.abs-reveal.is-visible,
.solution-card.abs-reveal.is-visible {

    transform:
        translateY(0)
        rotateX(0)
        scale(1);
}


/* Talent visual */

.talent-visual.abs-reveal {

    transform:
        translateX(70px)
        rotateY(-12deg)
        scale(.94);
}

.talent-visual.abs-reveal.is-visible {

    transform:
        translateX(0)
        rotateY(0)
        scale(1);
}


/* Content from opposite side */

.talent-content.abs-reveal {

    transform:
        translateX(-60px);
}

.talent-content.abs-reveal.is-visible {

    transform:
        translateX(0);
}


/* Stagger cards */

.impact-card:nth-child(2),
.solution-card:nth-child(2) {
    transition-delay: .08s;
}

.impact-card:nth-child(3),
.solution-card:nth-child(3) {
    transition-delay: .16s;
}

.impact-card:nth-child(4),
.solution-card:nth-child(4) {
    transition-delay: .24s;
}

.solution-card:nth-child(5) {
    transition-delay: .08s;
}

.solution-card:nth-child(6) {
    transition-delay: .16s;
}

.solution-card:nth-child(7) {
    transition-delay: .24s;
}


/* Accessibility */

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

    .abs-reveal,
    .abs-reveal.is-visible {

        opacity: 1;

        transform: none;

        filter: none;

        transition: none;
    }
}

/* =========================================
   ABS PREMIUM NAVBAR - STEP 13
========================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 9999;

    background:
        rgba(255,255,255,0.72);

    backdrop-filter:
        blur(18px)
        saturate(150%);

    -webkit-backdrop-filter:
        blur(18px)
        saturate(150%);

    border-bottom:
        1px solid rgba(10,70,120,0.08);

    box-shadow:
        0 8px 30px rgba(9,43,85,0.04);

    transition:
        background .35s ease,
        box-shadow .35s ease;
}


/* Navigation */

.header .nav {
    min-height: 76px;

    transition:
        min-height .35s ease;
}


/* Brand */

.header .brand {
    position: relative;

    display: flex;
    align-items: center;

    transition:
        transform .3s ease;
}

.header .brand:hover {
    transform:
        translateY(-1px);
}


/* Logo */

.header .brand img {
    transition:
        transform .35s ease,
        filter .35s ease;
}

.header .brand:hover img {
    transform:
        scale(1.04);
}


/* Navigation links */

.header .navlinks {
    display: flex;

    align-items: center;

    gap: 5px;
}


/* Individual links */

.header .navlinks > a:not(.navcta) {
    position: relative;

    padding:
        10px 13px;

    border-radius: 10px;

    color:
        #173b5f;

    text-decoration: none;

    font-weight:
        650;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease;
}


/* Hover */

.header .navlinks > a:not(.navcta):hover {
    color:
        #078fb5;

    background:
        rgba(7,143,181,0.07);

    transform:
        translateY(-2px);
}


/* Active */

.header .navlinks > a.active {
    color:
        #075b91;
}


/* Animated active line */

.header .navlinks > a:not(.navcta)::after {

    content: "";

    position: absolute;

    left: 13px;
    right: 13px;

    bottom: 4px;

    height: 2px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #075b91,
            #08b6ce
        );

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        transform .3s ease;
}


.header .navlinks > a:not(.navcta):hover::after,
.header .navlinks > a.active::after {

    transform:
        scaleX(1);
}


/* =========================================
   TALK TO ABS BUTTON
========================================= */

.header .navlinks .navcta {

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-left: 8px;

    padding:
        12px 19px;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color:
        #ffffff;

    text-decoration: none;

    font-weight:
        800;

    box-shadow:
        0 10px 25px rgba(6,70,120,0.18);

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Shine */

.header .navlinks .navcta::before {

    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.25),
            transparent
        );

    transform:
        skewX(-20deg);

    transition:
        left .6s ease;
}


.header .navlinks .navcta:hover::before {
    left: 140%;
}


.header .navlinks .navcta:hover {

    transform:
        translateY(-3px);

    box-shadow:
        0 16px 35px rgba(6,70,120,0.25);
}


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

.header .menu {

    border:
        1px solid rgba(10,70,120,0.10);

    border-radius:
        10px;

    background:
        rgba(255,255,255,0.7);

    transition:
        transform .3s ease,
        background .3s ease;
}

.header .menu:hover {

    transform:
        scale(1.05);

    background:
        rgba(7,143,181,0.08);
}


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

@media (max-width: 800px) {

    .header .nav {
        min-height:
            68px;
    }

    .header .navlinks {
        backdrop-filter:
            blur(20px);

        -webkit-backdrop-filter:
            blur(20px);
    }

    .header .navlinks > a {
        width:
            100%;
    }

    .header .navlinks .navcta {
        margin-left:
            0;

        margin-top:
            5px;
    }
}

/* =========================================
   ABS INDUSTRIES - STEP 14
========================================= */

.industry-section {
    position: relative;
    overflow: hidden;
}

.industry-section .section-head h2 span {
    display: block;
    color: #078fb5;
}


/* =========================================
   INDUSTRY GRID
========================================= */

.industry-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 50px;

    perspective: 1200px;
}


.industry-card {

    position: relative;

    min-height: 290px;

    padding: 28px;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(242,248,252,.90)
        );

    border:
        1px solid rgba(10,70,120,.09);

    box-shadow:
        0 15px 35px rgba(9,43,85,.06);

    overflow: hidden;

    transform-style:
        preserve-3d;

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}


.industry-card::before {

    content: "";

    position: absolute;

    width: 160px;
    height: 160px;

    right: -80px;
    top: -80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(7,166,200,.14),
            transparent 70%
        );

    transition:
        transform .5s ease;
}


.industry-card:hover {

    transform:
        translateY(-12px)
        rotateX(4deg)
        rotateY(-4deg);

    box-shadow:
        0 30px 60px rgba(9,43,85,.13);

    border-color:
        rgba(7,143,181,.25);
}


.industry-card:hover::before {
    transform:
        scale(1.5);
}


/* Number */

.industry-number {

    position: relative;

    color:
        #078fb5;

    font-size:
        11px;

    font-weight:
        850;

    letter-spacing:
        2px;

    margin-bottom:
        22px;
}


/* Symbol */

.industry-symbol {

    position: relative;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom:
        22px;

    border-radius:
        14px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color:
        #ffffff;

    font-size:
        12px;

    font-weight:
        850;

    letter-spacing:
        1px;

    box-shadow:
        0 12px 25px rgba(6,70,120,.18);

    transform:
        translateZ(25px);

    transition:
        transform .4s ease;
}


.industry-card:hover .industry-symbol {

    transform:
        translateZ(45px)
        rotate(-5deg)
        scale(1.08);
}


.industry-card h3 {

    position: relative;

    margin-bottom:
        12px;

    transform:
        translateZ(18px);
}


.industry-card p {

    position: relative;

    color:
        var(--muted);

    line-height:
        1.7;

    transform:
        translateZ(12px);
}


/* Bottom animated line */

.industry-line {

    position: absolute;

    left: 28px;
    bottom: 20px;

    width: 35px;
    height: 2px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #06356d,
            #08b6ce
        );

    transition:
        width .4s ease;
}


.industry-card:hover .industry-line {
    width: 80px;
}


/* =========================================
   3D ECOSYSTEM
========================================= */

.industry-ecosystem {

    position: relative;

    overflow: hidden;

    padding:
        110px 0;

    background:
        linear-gradient(
            135deg,
            #f5fafc,
            #ffffff
        );
}


.ecosystem-wrapper {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 70px;

    align-items:
        center;
}


.ecosystem-content h2 {

    margin:
        12px 0 20px;

    font-size:
        clamp(38px,4vw,58px);

    line-height:
        1.08;

    letter-spacing:
        -1.5px;
}


.ecosystem-content h2 span {

    display: block;

    color:
        #078fb5;
}


.ecosystem-content p {

    max-width:
        620px;

    color:
        var(--muted);

    line-height:
        1.8;

    margin-bottom:
        28px;
}


/* =========================================
   ECOSYSTEM VISUAL
========================================= */

.ecosystem-visual {

    position: relative;

    width: 440px;
    height: 440px;

    margin: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    perspective:
        1000px;
}


.eco-core {

    position: relative;

    z-index: 5;

    width: 145px;
    height: 145px;

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        radial-gradient(
            circle at 30% 25%,
            #70e4ef,
            #078fb5 45%,
            #06356d 100%
        );

    color:
        #ffffff;

    box-shadow:
        0 25px 60px rgba(6,70,120,.25),
        inset -12px -15px 25px rgba(0,0,0,.16);

    animation:
        ecoCoreFloat 5s ease-in-out infinite;
}


.eco-core strong {

    font-size:
        30px;

    letter-spacing:
        3px;
}


.eco-core small {

    margin-top:
        5px;

    font-size:
        8px;

    line-height:
        1.5;

    letter-spacing:
        2px;

    opacity:
        .75;
}


/* Orbit */

.eco-orbit {

    position:
        absolute;

    border:
        1px solid rgba(7,143,181,.20);

    border-radius:
        50%;

    transform-style:
        preserve-3d;
}


.eco-orbit-one {

    width:
        340px;

    height:
        150px;

    transform:
        rotateX(65deg);

    animation:
        ecoOrbit 12s linear infinite;
}


.eco-orbit-two {

    width:
        280px;

    height:
        125px;

    transform:
        rotateX(65deg)
        rotateZ(55deg);

    animation:
        ecoOrbitReverse 16s linear infinite;
}


/* Nodes */

.eco-node {

    position:
        absolute;

    z-index:
        8;

    padding:
        10px 15px;

    border-radius:
        30px;

    background:
        rgba(255,255,255,.92);

    border:
        1px solid rgba(7,143,181,.12);

    box-shadow:
        0 12px 30px rgba(9,43,85,.10);

    color:
        #16466b;

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        .7px;

    backdrop-filter:
        blur(12px);
}


.eco-node-one {
    top: 55px;
    right: 20px;

    animation:
        ecoNodeOne 5s ease-in-out infinite;
}


.eco-node-two {
    left: 0;
    top: 180px;

    animation:
        ecoNodeTwo 6s ease-in-out infinite;
}


.eco-node-three {
    bottom: 45px;
    left: 45px;

    animation:
        ecoNodeThree 5.5s ease-in-out infinite;
}


.eco-node-four {
    bottom: 70px;
    right: 20px;

    animation:
        ecoNodeFour 6.5s ease-in-out infinite;
}


/* Animations */

@keyframes ecoCoreFloat {

    0%,100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-12px);
    }
}


@keyframes ecoOrbit {

    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}


@keyframes ecoOrbitReverse {

    from {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }
}


@keyframes ecoNodeOne {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}


@keyframes ecoNodeTwo {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}


@keyframes ecoNodeThree {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}


@keyframes ecoNodeFour {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(11px); }
}


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

@media (max-width: 1000px) {

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

    .ecosystem-wrapper {
        grid-template-columns:
            1fr;
    }
}


@media (max-width: 600px) {

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

    .industry-card {
        min-height:
            270px;
    }

    .industry-ecosystem {
        padding:
            75px 0;
    }

    .ecosystem-visual {

        width:
            320px;

        height:
            320px;

        transform:
            scale(.85);
    }
}

/* =========================================
   INDUSTRIES PREMIUM 3D BACKGROUND
========================================= */

.industries-3d-bg {
    position: fixed;
    inset: 0;

    overflow: hidden;

    pointer-events: none;

    z-index: -1;
}


/* Ambient light */

.industry-pulse {
    position: absolute;

    width: 700px;
    height: 700px;

    right: -250px;
    top: 80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(10,175,215,.10),
            rgba(10,100,180,.03) 40%,
            transparent 70%
        );

    filter: blur(20px);

    animation:
        industryPulse 9s ease-in-out infinite;
}


/* =========================================
   3D GLOBE
========================================= */

.industry-globe {
    position: absolute;

    width: 500px;
    height: 500px;

    right: -100px;
    top: 120px;

    border-radius: 50%;

    transform-style: preserve-3d;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(60,220,235,.10),
            rgba(5,70,130,.04) 45%,
            transparent 70%
        );

    box-shadow:
        inset 0 0 70px rgba(10,160,210,.08);

    animation:
        industryGlobeFloat 12s ease-in-out infinite;
}


/* Globe latitude */

.industry-globe::before {
    content: "";

    position: absolute;

    inset: 55px;

    border-radius: 50%;

    border:
        1px solid rgba(10,160,210,.14);

    transform:
        rotateX(65deg);

    animation:
        industryLatitude 10s linear infinite;
}


/* Globe longitude */

.industry-globe::after {
    content: "";

    position: absolute;

    inset: 55px;

    border-radius: 50%;

    border:
        1px solid rgba(10,160,210,.12);

    transform:
        rotateY(65deg);

    animation:
        industryLongitude 14s linear infinite;
}


/* =========================================
   GLOWING NODES
========================================= */

.industry-globe span {
    position: absolute;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #6ee5ef;

    box-shadow:
        0 0 10px rgba(70,220,240,.9),
        0 0 25px rgba(20,180,220,.45);

    animation:
        industryNode 5s ease-in-out infinite;
}


/* Node positions */

.industry-globe span:nth-child(1) {
    left: 20%;
    top: 30%;
}

.industry-globe span:nth-child(2) {
    left: 38%;
    top: 18%;
    animation-delay: .8s;
}

.industry-globe span:nth-child(3) {
    left: 60%;
    top: 28%;
    animation-delay: 1.4s;
}

.industry-globe span:nth-child(4) {
    left: 76%;
    top: 45%;
    animation-delay: 2s;
}

.industry-globe span:nth-child(5) {
    left: 30%;
    top: 52%;
    animation-delay: 2.6s;
}

.industry-globe span:nth-child(6) {
    left: 55%;
    top: 55%;
    animation-delay: 1.2s;
}

.industry-globe span:nth-child(7) {
    left: 72%;
    top: 68%;
    animation-delay: 3s;
}

.industry-globe span:nth-child(8) {
    left: 42%;
    top: 75%;
    animation-delay: 3.6s;
}


/* =========================================
   ORBIT RINGS
========================================= */

.industry-orbit {
    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(20,175,215,.15);

    transform-style: preserve-3d;
}


/* Orbit A */

.industry-orbit.orbit-a {
    width: 560px;
    height: 210px;

    right: -130px;
    top: 250px;

    transform:
        rotateX(68deg)
        rotateZ(15deg);

    animation:
        industryOrbit 13s linear infinite;
}


/* Orbit B */

.industry-orbit.orbit-b {
    width: 460px;
    height: 175px;

    right: -70px;
    top: 285px;

    border-color:
        rgba(10,100,180,.12);

    transform:
        rotateX(68deg)
        rotateZ(-40deg);

    animation:
        industryOrbitReverse 17s linear infinite;
}


/* Orbit C */

.industry-orbit.orbit-c {
    width: 650px;
    height: 245px;

    right: -180px;
    top: 225px;

    border-color:
        rgba(80,220,235,.08);

    transform:
        rotateX(68deg)
        rotateZ(75deg);

    animation:
        industryOrbit 22s linear infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes industryGlobeFloat {

    0%,100% {
        transform:
            translate3d(0,0,0)
            rotateZ(0deg);
    }

    50% {
        transform:
            translate3d(-25px,20px,30px)
            rotateZ(4deg);
    }
}


@keyframes industryLatitude {

    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}


@keyframes industryLongitude {

    from {
        transform:
            rotateY(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateY(65deg)
            rotateZ(360deg);
    }
}


@keyframes industryNode {

    0%,100% {
        transform:
            translate3d(0,0,0)
            scale(.7);

        opacity: .35;
    }

    50% {
        transform:
            translate3d(8px,-15px,30px)
            scale(1.5);

        opacity: 1;
    }
}


@keyframes industryOrbit {

    from {
        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }
}


@keyframes industryOrbitReverse {

    from {
        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }
}


@keyframes industryPulse {

    0%,100% {
        transform:
            scale(.9);

        opacity: .5;
    }

    50% {
        transform:
            scale(1.1);

        opacity: .9;
    }
}


/* =========================================
   KEEP CONTENT CLEAR
========================================= */

.industries-3d-bg ~ * {
    position: relative;
}


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

@media (max-width: 768px) {

    .industry-globe {
        width: 330px;
        height: 330px;

        right: -140px;
        top: 120px;
    }

    .industry-orbit.orbit-a {
        width: 370px;
        height: 145px;

        right: -130px;
    }

    .industry-orbit.orbit-b {
        width: 310px;
        height: 120px;

        right: -90px;
    }

    .industry-orbit.orbit-c {
        width: 430px;
        height: 165px;

        right: -160px;
    }
}

/* =========================================
   ABS ABOUT PAGE - STEP 15
========================================= */

.about-intro {
    overflow: hidden;
}

.about-intro-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;
}


/* Content */

.about-intro-content h2 {

    margin:
        12px 0 22px;

    font-size:
        clamp(40px,5vw,64px);

    line-height:
        1.05;

    letter-spacing:
        -2px;
}

.about-intro-content h2 span {
    display: block;
    color: #078fb5;
}

.about-intro-content p {

    max-width:
        650px;

    color:
        var(--muted);

    line-height:
        1.8;

    margin-bottom:
        18px;
}


/* =========================================
   3D IDENTITY
========================================= */

.about-identity-card {

    position: relative;

    width: 430px;
    height: 430px;

    margin: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    perspective:
        1000px;
}


.identity-glow {

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(30,205,225,.18),
            transparent 70%
        );

    filter:
        blur(15px);

    animation:
        identityGlow 6s ease-in-out infinite;
}


.identity-core {

    position: relative;

    z-index: 5;

    width: 155px;
    height: 155px;

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    color:
        #fff;

    background:
        radial-gradient(
            circle at 30% 25%,
            #73e6ef,
            #078fb5 45%,
            #06356d 100%
        );

    box-shadow:
        0 30px 70px rgba(6,70,120,.25),
        inset -15px -20px 30px rgba(0,0,0,.15);

    animation:
        identityFloat 5s ease-in-out infinite;
}


.identity-core strong {

    font-size:
        34px;

    letter-spacing:
        4px;
}


.identity-core small {

    margin-top:
        6px;

    font-size:
        8px;

    line-height:
        1.5;

    letter-spacing:
        2px;

    opacity:
        .8;
}


/* Rings */

.identity-ring {

    position: absolute;

    border-radius:
        50%;

    border:
        1px solid rgba(7,143,181,.22);

    transform-style:
        preserve-3d;
}


.ring-one {

    width:
        340px;

    height:
        145px;

    transform:
        rotateX(65deg);

    animation:
        identityOrbit 12s linear infinite;
}


.ring-two {

    width:
        280px;

    height:
        120px;

    transform:
        rotateX(65deg)
        rotateZ(55deg);

    animation:
        identityOrbitReverse 16s linear infinite;
}


/* =========================================
   PILLARS
========================================= */

.about-pillars {
    background:
        #f7fafc;
}


.about-pillars .section-head h2 span {
    color:
        #078fb5;
}


.pillars-grid {

    display:
        grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:
        18px;

    margin-top:
        48px;
}


.pillar-card {

    position:
        relative;

    padding:
        30px;

    min-height:
        250px;

    border-radius:
        20px;

    background:
        rgba(255,255,255,.92);

    border:
        1px solid rgba(10,70,120,.08);

    box-shadow:
        0 15px 35px rgba(9,43,85,.05);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.pillar-card:hover {

    transform:
        translateY(-10px);

    box-shadow:
        0 25px 50px rgba(9,43,85,.11);
}


.pillar-number {

    display:
        block;

    margin-bottom:
        35px;

    color:
        #078fb5;

    font-size:
        11px;

    font-weight:
        850;

    letter-spacing:
        2px;
}


.pillar-card h3 {
    margin-bottom:
        12px;
}


.pillar-card p {

    color:
        var(--muted);

    line-height:
        1.7;
}


/* =========================================
   VISION / MISSION
========================================= */

.vision-mission-section {

    padding:
        110px 0;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #075b91 50%,
            #078fb5
        );

    color:
        white;
}


.vm-grid {

    display:
        grid;

    grid-template-columns:
        1fr 1fr;

    gap:
        20px;
}


.vm-card {

    position:
        relative;

    padding:
        48px;

    min-height:
        350px;

    border:
        1px solid rgba(255,255,255,.12);

    border-radius:
        24px;

    background:
        rgba(255,255,255,.07);

    backdrop-filter:
        blur(15px);

    -webkit-backdrop-filter:
        blur(15px);

    overflow:
        hidden;

    transition:
        transform .4s ease,
        background .4s ease;
}


.vm-card::after {

    content:
        "";

    position:
        absolute;

    width:
        250px;

    height:
        250px;

    right:
        -100px;

    bottom:
        -100px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(100,230,240,.18),
            transparent 70%
        );
}


.vm-card:hover {

    transform:
        translateY(-8px);

    background:
        rgba(255,255,255,.10);
}


.vm-label {

    margin-bottom:
        28px;

    font-size:
        11px;

    font-weight:
        800;

    letter-spacing:
        2px;

    opacity:
        .65;
}


.vm-card h2 {

    position:
        relative;

    z-index:
        2;

    font-size:
        clamp(30px,3vw,44px);

    line-height:
        1.12;

    margin-bottom:
        22px;
}


.vm-card h2 span {

    display:
        block;

    color:
        #78e5ee;
}


.vm-card p {

    position:
        relative;

    z-index:
        2;

    max-width:
        600px;

    line-height:
        1.8;

    color:
        rgba(255,255,255,.78);
}


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

.about-cta {

    padding:
        85px 0;
}


.about-cta-inner {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        30px;

    padding:
        45px;

    border-radius:
        24px;

    background:
        linear-gradient(
            135deg,
            #f3f9fc,
            #ffffff
        );

    border:
        1px solid rgba(7,143,181,.10);
}


.about-cta h2 {

    margin-top:
        8px;

    font-size:
        clamp(32px,4vw,50px);
}


.about-cta h2 span {
    color:
        #078fb5;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes identityFloat {

    0%,100% {
        transform:
            translateY(0)
            rotateY(0deg);
    }

    50% {
        transform:
            translateY(-12px)
            rotateY(8deg);
    }
}


@keyframes identityGlow {

    0%,100% {
        transform:
            scale(.9);

        opacity:
            .5;
    }

    50% {
        transform:
            scale(1.12);

        opacity:
            .9;
    }
}


@keyframes identityOrbit {

    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}


@keyframes identityOrbitReverse {

    from {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }
}


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

@media (max-width: 900px) {

    .about-intro-grid,
    .vm-grid {

        grid-template-columns:
            1fr;
    }

    .pillars-grid {

        grid-template-columns:
            repeat(2,1fr);
    }

    .about-identity-card {
        width:
            350px;

        height:
            350px;
    }
}


@media (max-width: 600px) {

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

    .vm-card {
        padding:
            32px;
    }

    .about-cta-inner {

        flex-direction:
            column;

        align-items:
            flex-start;

        padding:
            32px;
    }

    .about-identity-card {

        width:
            300px;

        height:
            300px;
    }
}

/* =========================================
   ABS ABOUT - FULL 3D ANIMATED BACKGROUND
========================================= */

.about-3d-bg {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;

    z-index: 0;

    opacity: 1;
}

.about-3d-bg ~ .topbar,
.about-3d-bg ~ .header,
.about-3d-bg ~ main {
    position: relative;
    z-index: 2;
}

    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(20,180,215,.06),
            transparent 30%
        );
}


/* =========================================
   FLOATING PARTICLES
========================================= */

.about-particles {
    position: absolute;
    inset: 0;

    transform-style: preserve-3d;
}

.about-particles span {
    position: absolute;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #64dce8;

    box-shadow:
        0 0 8px rgba(50,210,230,.8),
        0 0 20px rgba(30,170,210,.35);

    animation:
        aboutParticle 8s ease-in-out infinite;
}


/* Particle positions */

.about-particles span:nth-child(1) {
    left: 8%;
    top: 15%;
}

.about-particles span:nth-child(2) {
    left: 18%;
    top: 42%;
    animation-delay: 1s;
}

.about-particles span:nth-child(3) {
    left: 30%;
    top: 22%;
    animation-delay: 2s;
}

.about-particles span:nth-child(4) {
    left: 42%;
    top: 65%;
    animation-delay: .5s;
}

.about-particles span:nth-child(5) {
    left: 52%;
    top: 18%;
    animation-delay: 2.5s;
}

.about-particles span:nth-child(6) {
    left: 63%;
    top: 40%;
    animation-delay: 1.5s;
}

.about-particles span:nth-child(7) {
    left: 74%;
    top: 15%;
    animation-delay: 3s;
}

.about-particles span:nth-child(8) {
    left: 86%;
    top: 35%;
    animation-delay: 1.8s;
}

.about-particles span:nth-child(9) {
    left: 92%;
    top: 70%;
    animation-delay: 2.8s;
}

.about-particles span:nth-child(10) {
    left: 70%;
    top: 78%;
    animation-delay: 1.2s;
}

.about-particles span:nth-child(11) {
    left: 55%;
    top: 85%;
    animation-delay: 3.2s;
}

.about-particles span:nth-child(12) {
    left: 38%;
    top: 82%;
    animation-delay: 1.7s;
}

.about-particles span:nth-child(13) {
    left: 20%;
    top: 72%;
    animation-delay: 2.2s;
}

.about-particles span:nth-child(14) {
    left: 5%;
    top: 82%;
    animation-delay: 3.5s;
}

.about-particles span:nth-child(15) {
    left: 80%;
    top: 55%;
    animation-delay: .8s;
}

.about-particles span:nth-child(16) {
    left: 48%;
    top: 40%;
    animation-delay: 2.7s;
}


/* =========================================
   ORBITS
========================================= */

.about-orbit {
    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(20,170,210,.12);

    transform-style: preserve-3d;
}


.about-orbit-1 {

    width: 620px;
    height: 220px;

    right: -160px;
    top: 180px;

    transform:
        rotateX(68deg)
        rotateZ(15deg);

    animation:
        aboutOrbit 16s linear infinite;
}


.about-orbit-2 {

    width: 500px;
    height: 180px;

    right: -80px;
    top: 220px;

    border-color:
        rgba(70,210,230,.09);

    transform:
        rotateX(68deg)
        rotateZ(-40deg);

    animation:
        aboutOrbitReverse 20s linear infinite;
}


.about-orbit-3 {

    width: 760px;
    height: 280px;

    right: -230px;
    top: 150px;

    border-color:
        rgba(10,100,180,.07);

    transform:
        rotateX(68deg)
        rotateZ(70deg);

    animation:
        aboutOrbit 25s linear infinite;
}


/* =========================================
   MOVING LIGHTS
========================================= */

.about-light {

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(30,200,225,.10),
            transparent 70%
        );

    filter:
        blur(20px);

    animation:
        aboutLightMove 12s ease-in-out infinite;
}


.light-1 {

    right: 5%;
    top: 8%;
}


.light-2 {

    left: -100px;
    bottom: 10%;

    animation-delay:
        4s;
}


/* =========================================
   NETWORK LIGHT LINES
========================================= */

.about-network-line {

    position: absolute;

    height: 1px;

    transform-origin:
        left center;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(50,205,225,.25),
            transparent
        );

    animation:
        aboutLine 7s ease-in-out infinite;
}


.line-1 {

    width: 420px;

    left: 8%;
    top: 28%;

    transform:
        rotate(18deg);
}


.line-2 {

    width: 520px;

    right: 8%;
    top: 55%;

    transform:
        rotate(-25deg);

    animation-delay:
        2s;
}


.line-3 {

    width: 360px;

    left: 30%;
    bottom: 20%;

    transform:
        rotate(-12deg);

    animation-delay:
        4s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes aboutParticle {

    0%,100% {

        transform:
            translate3d(0,0,0)
            scale(.6);

        opacity:
            .25;
    }

    25% {

        transform:
            translate3d(18px,-25px,40px)
            scale(1);

        opacity:
            .7;
    }

    50% {

        transform:
            translate3d(-15px,-50px,80px)
            scale(1.5);

        opacity:
            1;
    }

    75% {

        transform:
            translate3d(25px,-20px,40px)
            scale(.9);

        opacity:
            .55;
    }
}


@keyframes aboutOrbit {

    from {
        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }
}


@keyframes aboutOrbitReverse {

    from {
        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }
}


@keyframes aboutLightMove {

    0%,100% {

        transform:
            translate3d(0,0,0)
            scale(.8);

        opacity:
            .4;
    }

    50% {

        transform:
            translate3d(-70px,50px,60px)
            scale(1.25);

        opacity:
            .85;
    }
}


@keyframes aboutLine {

    0%,100% {

        opacity:
            .15;

        transform:
            translateX(-20px)
            rotate(18deg);
    }

    50% {

        opacity:
            .7;

        transform:
            translateX(40px)
            rotate(18deg);
    }
}


/* =========================================
   CONTENT STAYS ABOVE BACKGROUND
========================================= */

.about-3d-bg ~ .topbar,
.about-3d-bg ~ .header,
.about-3d-bg ~ main {
    position: relative;
    z-index: 2;
}


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

@media (max-width: 768px) {

    .about-orbit-1 {
        width: 420px;
        height: 160px;

        right: -180px;
    }

    .about-orbit-2 {
        width: 350px;
        height: 130px;

        right: -130px;
    }

    .about-orbit-3 {
        width: 500px;
        height: 190px;

        right: -220px;
    }

    .about-light {
        width: 250px;
        height: 250px;
    }

    .about-network-line {
        opacity: .5;
    }
}

.about-3d-bg {
    transition:
        transform .35s ease-out;
    will-change:
        transform;
}

/* =========================================
   ABS ABOUT CARDS — PREMIUM COLOR EFFECT
========================================= */

.pillar-card {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            rgba(239,249,252,.94)
        );

    border: 1px solid rgba(7,143,181,.12);

    box-shadow:
        0 15px 40px rgba(5,55,95,.08),
        inset 0 1px 0 rgba(255,255,255,.9);

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}


/* Animated colour glow */

.pillar-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -120px;
    right: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(20,190,220,.25),
            rgba(20,190,220,.08) 40%,
            transparent 70%
        );

    filter: blur(5px);

    transition:
        transform .6s ease,
        opacity .6s ease;
}


/* Bottom gradient light */

.pillar-card::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #06356d,
            #078fb5,
            #63e4ed
        );

    transform:
        scaleX(.15);

    transform-origin:
        left;

    transition:
        transform .5s ease;
}


/* Hover */

.pillar-card:hover {

    transform:
        translateY(-14px)
        scale(1.015);

    border-color:
        rgba(7,143,181,.28);

    box-shadow:
        0 30px 65px rgba(5,55,95,.15),
        0 0 35px rgba(20,180,215,.10);
}


.pillar-card:hover::before {

    transform:
        scale(1.7)
        translate(-20px,20px);
}


.pillar-card:hover::after {

    transform:
        scaleX(1);
}


/* Number */

.pillar-number {

    position:
        relative;

    z-index:
        2;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        42px;

    height:
        28px;

    margin-bottom:
        30px;

    border-radius:
        20px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color:
        white;

    box-shadow:
        0 8px 20px rgba(7,100,150,.18);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.pillar-card:hover .pillar-number {

    transform:
        translateY(-4px)
        scale(1.08);

    box-shadow:
        0 12px 28px rgba(7,100,150,.28);
}


/* Heading */

.pillar-card h3 {

    position:
        relative;

    z-index:
        2;

    transition:
        color .35s ease,
        transform .35s ease;
}


.pillar-card:hover h3 {

    color:
        #078fb5;

    transform:
        translateX(4px);
}


/* Text */

.pillar-card p {

    position:
        relative;

    z-index:
        2;

    transition:
        color .35s ease;
}


/* =========================================
   DIFFERENT COLOR IDENTITY FOR EACH CARD
========================================= */

.pillar-card:nth-child(1)::before {

    background:
        radial-gradient(
            circle,
            rgba(0,170,210,.28),
            transparent 70%
        );
}


.pillar-card:nth-child(2)::before {

    background:
        radial-gradient(
            circle,
            rgba(70,120,220,.25),
            transparent 70%
        );
}


.pillar-card:nth-child(3)::before {

    background:
        radial-gradient(
            circle,
            rgba(130,90,220,.23),
            transparent 70%
        );
}


.pillar-card:nth-child(4)::before {

    background:
        radial-gradient(
            circle,
            rgba(20,190,150,.25),
            transparent 70%
        );
}


/* =========================================
   VISION / MISSION CARDS
========================================= */

.vm-card {

    position:
        relative;

    overflow:
        hidden;

    transition:
        transform .5s ease,
        box-shadow .5s ease,
        border-color .5s ease;
}


.vm-card::before {

    content:
        "";

    position:
        absolute;

    width:
        320px;

    height:
        320px;

    top:
        -170px;

    right:
        -140px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(100,235,245,.22),
            transparent 70%
        );

    filter:
        blur(10px);

    transition:
        transform .7s ease;
}


.vm-card:hover {

    transform:
        translateY(-12px);

    box-shadow:
        0 30px 70px rgba(0,40,80,.22);

    border-color:
        rgba(100,235,245,.30);
}


.vm-card:hover::before {

    transform:
        scale(1.5)
        translate(-20px,30px);
}

/* =========================================
   ABS CAREERS - PREMIUM DESIGN
========================================= */

.careers-hero h1 span,
.careers-life-content h2 span,
.careers-opportunities .section-head h2 span,
.career-join h2 span {
    display: block;
    color: #078fb5;
}


/* =========================================
   LIFE AT ABS
========================================= */

.careers-life {
    overflow: hidden;
}

.careers-life-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.careers-life-content h2 {
    margin: 12px 0 22px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.careers-life-content p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 16px;
}


/* =========================================
   CHECK LIST
========================================= */

.career-checks {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.career-check {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 12px 15px;

    border-radius: 12px;

    background: rgba(7,143,181,.045);

    border: 1px solid rgba(7,143,181,.08);

    transition:
        transform .35s ease,
        background .35s ease;
}

.career-check:hover {
    transform: translateX(7px);
    background: rgba(7,143,181,.08);
}

.career-check i {
    width: 25px;
    height: 25px;

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

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color: white;

    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}


/* =========================================
   3D CAREER VISUAL
========================================= */

.career-visual {
    position: relative;

    width: 430px;
    height: 430px;

    margin: auto;

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

    perspective: 1000px;
}

.career-core {
    position: relative;
    z-index: 5;

    width: 155px;
    height: 155px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 25%,
            #75e6ef,
            #078fb5 45%,
            #06356d 100%
        );

    color: white;

    box-shadow:
        0 30px 70px rgba(5,70,120,.28),
        inset -15px -20px 30px rgba(0,0,0,.15);

    animation:
        careerCoreFloat 5s ease-in-out infinite;
}

.career-core strong {
    font-size: 34px;
    letter-spacing: 4px;
}

.career-core small {
    margin-top: 6px;

    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 2px;

    opacity: .8;
}


/* =========================================
   ORBITS
========================================= */

.career-orbit {
    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(7,143,181,.18);

    transform-style: preserve-3d;
}

.orbit-one {
    width: 340px;
    height: 145px;

    transform: rotateX(65deg);

    animation:
        careerOrbit 12s linear infinite;
}

.orbit-two {
    width: 285px;
    height: 120px;

    transform:
        rotateX(65deg)
        rotateZ(55deg);

    animation:
        careerOrbitReverse 16s linear infinite;
}

.orbit-three {
    width: 390px;
    height: 170px;

    border-color:
        rgba(90,215,230,.09);

    transform:
        rotateX(65deg)
        rotateZ(-30deg);

    animation:
        careerOrbit 20s linear infinite;
}


/* =========================================
   FLOATING NODES
========================================= */

.career-node {
    position: absolute;
    z-index: 8;

    padding: 10px 15px;

    border-radius: 30px;

    background:
        rgba(255,255,255,.94);

    border:
        1px solid rgba(7,143,181,.12);

    box-shadow:
        0 12px 30px rgba(5,55,95,.10);

    color:
        #16466b;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;

    backdrop-filter: blur(10px);
}

.node-one {
    top: 45px;
    right: 35px;

    animation:
        careerNodeOne 5s ease-in-out infinite;
}

.node-two {
    left: 0;
    top: 190px;

    animation:
        careerNodeTwo 6s ease-in-out infinite;
}

.node-three {
    right: 40px;
    bottom: 55px;

    animation:
        careerNodeThree 5.5s ease-in-out infinite;
}


/* =========================================
   CAREER CARDS
========================================= */

.career-opportunities {
    background:
        #f7fafc;
}

.career-cards {
    display:
        grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap:
        18px;

    margin-top:
        50px;

    perspective:
        1200px;
}

.career-card {
    position: relative;

    min-height: 290px;

    padding: 28px;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            rgba(240,249,252,.94)
        );

    border:
        1px solid rgba(7,143,181,.10);

    box-shadow:
        0 15px 40px rgba(5,55,95,.07);

    transform-style:
        preserve-3d;

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}

.career-card::before {
    content: "";

    position: absolute;

    width: 210px;
    height: 210px;

    right: -100px;
    top: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(20,190,220,.20),
            transparent 70%
        );

    transition:
        transform .6s ease;
}

.career-card:hover {
    transform:
        translateY(-13px)
        rotateX(3deg)
        rotateY(-3deg);

    box-shadow:
        0 30px 65px rgba(5,55,95,.14);

    border-color:
        rgba(7,143,181,.25);
}

.career-card:hover::before {
    transform:
        scale(1.7);
}


/* Number */

.career-card-number {
    position: relative;
    z-index: 2;

    color:
        #078fb5;

    font-size: 11px;
    font-weight: 850;
    letter-spacing: 2px;

    margin-bottom: 20px;
}


/* Icon */

.career-icon {
    position: relative;
    z-index: 2;

    width: 52px;
    height: 52px;

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

    margin-bottom: 22px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color: white;

    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1px;

    box-shadow:
        0 12px 25px rgba(6,70,120,.18);

    transform:
        translateZ(25px);

    transition:
        transform .4s ease;
}

.career-card:hover .career-icon {
    transform:
        translateZ(45px)
        rotate(-5deg)
        scale(1.08);
}

.career-card h3,
.career-card p {
    position: relative;
    z-index: 2;
}

.career-card h3 {
    margin-bottom: 12px;
}

.career-card p {
    color:
        var(--muted);

    line-height:
        1.7;
}

.career-card-line {
    position: absolute;

    left: 28px;
    bottom: 20px;

    width: 35px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #06356d,
            #08b6ce
        );

    transition:
        width .4s ease;
}

.career-card:hover .career-card-line {
    width: 85px;
}


/* =========================================
   JOIN ABS
========================================= */

.career-join {
    padding:
        100px 0;
}

.career-join-inner {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        40px;

    padding:
        55px;

    border-radius:
        28px;

    background:
        linear-gradient(
            135deg,
            #06356d,
            #078fb5
        );

    color:
        white;

    box-shadow:
        0 30px 70px rgba(5,70,120,.18);

    overflow:
        hidden;

    position:
        relative;
}

.career-join-inner::after {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -150px;
    top: -200px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(120,240,250,.20),
            transparent 70%
        );
}

.career-join h2 {
    position:
        relative;

    z-index:
        2;

    margin-top:
        8px;

    font-size:
        clamp(34px,4vw,52px);

    line-height:
        1.08;
}

.career-join p {
    position:
        relative;

    z-index:
        2;

    max-width:
        600px;

    color:
        rgba(255,255,255,.78);

    line-height:
        1.7;
}

.career-join .eyebrow {
    position:
        relative;

    z-index:
        2;
}

.career-apply {
    position:
        relative;

    z-index:
        3;

    text-align:
        center;
}

.career-apply small {
    display:
        block;

    margin-top:
        12px;

    color:
        rgba(255,255,255,.65);
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes careerCoreFloat {
    0%,100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-12px);
    }
}

@keyframes careerOrbit {
    from {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }
}

@keyframes careerOrbitReverse {
    from {
        transform:
            rotateX(65deg)
            rotateZ(360deg);
    }

    to {
        transform:
            rotateX(65deg)
            rotateZ(0deg);
    }
}

@keyframes careerNodeOne {
    0%,100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-12px);
    }
}

@keyframes careerNodeTwo {
    0%,100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(10px);
    }
}

@keyframes careerNodeThree {
    0%,100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-9px);
    }
}


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

@media (max-width: 1000px) {

    .careers-life-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 600px) {

    .career-cards {
        grid-template-columns:
            1fr;
    }

    .career-visual {
        width: 320px;
        height: 320px;
    }

    .career-join-inner {
        flex-direction:
            column;

        align-items:
            flex-start;

        padding:
            35px;
    }
}

/* =========================================
   ABS CAREERS - FULL 3D BACKGROUND
========================================= */

.careers-3d-bg {
    position: fixed;
    inset: 0;

    overflow: hidden;
    pointer-events: none;

    z-index: 0;

    opacity: 1;
}


/* Keep Careers content above background */

.careers-3d-bg ~ .topbar,
.careers-3d-bg ~ .header,
.careers-3d-bg ~ main {
    position: relative;
    z-index: 2;
}


/* =========================================
   PARTICLES
========================================= */

.career-bg-particles {
    position: absolute;
    inset: 0;
}

.career-bg-particles span {

    position: absolute;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #64dce8;

    box-shadow:
        0 0 9px rgba(50,215,235,.85),
        0 0 22px rgba(20,160,210,.35);

    animation:
        careerBgParticle 9s ease-in-out infinite;
}


/* Positions */

.career-bg-particles span:nth-child(1) {
    left: 7%;
    top: 18%;
}

.career-bg-particles span:nth-child(2) {
    left: 16%;
    top: 48%;
    animation-delay: 1s;
}

.career-bg-particles span:nth-child(3) {
    left: 28%;
    top: 22%;
    animation-delay: 2s;
}

.career-bg-particles span:nth-child(4) {
    left: 39%;
    top: 68%;
    animation-delay: .5s;
}

.career-bg-particles span:nth-child(5) {
    left: 50%;
    top: 15%;
    animation-delay: 2.5s;
}

.career-bg-particles span:nth-child(6) {
    left: 62%;
    top: 38%;
    animation-delay: 1.5s;
}

.career-bg-particles span:nth-child(7) {
    left: 73%;
    top: 17%;
    animation-delay: 3s;
}

.career-bg-particles span:nth-child(8) {
    left: 86%;
    top: 34%;
    animation-delay: 1.8s;
}

.career-bg-particles span:nth-child(9) {
    left: 93%;
    top: 68%;
    animation-delay: 2.8s;
}

.career-bg-particles span:nth-child(10) {
    left: 77%;
    top: 78%;
    animation-delay: 1.2s;
}

.career-bg-particles span:nth-child(11) {
    left: 57%;
    top: 86%;
    animation-delay: 3.2s;
}

.career-bg-particles span:nth-child(12) {
    left: 37%;
    top: 82%;
    animation-delay: 1.7s;
}

.career-bg-particles span:nth-child(13) {
    left: 21%;
    top: 73%;
    animation-delay: 2.2s;
}

.career-bg-particles span:nth-child(14) {
    left: 5%;
    top: 84%;
    animation-delay: 3.5s;
}

.career-bg-particles span:nth-child(15) {
    left: 81%;
    top: 54%;
    animation-delay: .8s;
}

.career-bg-particles span:nth-child(16) {
    left: 48%;
    top: 43%;
    animation-delay: 2.7s;


/* =========================================
   ORBITS
========================================= */

.career-bg-orbit {

    position: absolute;

    border-radius: 50%;

    border:
        1px solid rgba(15,170,215,.14);

    transform-style:
        preserve-3d;
}


.bg-orbit-1 {

    width: 650px;
    height: 230px;

    right: -170px;
    top: 170px;

    transform:
        rotateX(68deg)
        rotateZ(15deg);

    animation:
        careerBgOrbit 16s linear infinite;
}


.bg-orbit-2 {

    width: 510px;
    height: 185px;

    right: -80px;
    top: 225px;

    border-color:
        rgba(70,210,230,.10);

    transform:
        rotateX(68deg)
        rotateZ(-40deg);

    animation:
        careerBgOrbitReverse 20s linear infinite;
}


.bg-orbit-3 {

    width: 780px;
    height: 290px;

    right: -240px;
    top: 130px;

    border-color:
        rgba(10,100,180,.08);

    transform:
        rotateX(68deg)
        rotateZ(70deg);

    animation:
        careerBgOrbit 26s linear infinite;
}


/* =========================================
   MOVING LIGHTS
========================================= */

.career-bg-light {

    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(20,190,220,.11),
            transparent 70%
        );

    filter:
        blur(22px);

    animation:
        careerBgLight 13s ease-in-out infinite;
}


.bg-light-1 {

    right: 5%;
    top: 8%;
}


.bg-light-2 {

    left: -120px;
    bottom: 12%;

    animation-delay:
        4s;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes careerBgParticle {

    0%,100% {

        transform:
            translate3d(0,0,0)
            scale(.6);

        opacity:
            .25;
    }

    50% {

        transform:
            translate3d(20px,-45px,70px)
            scale(1.5);

        opacity:
            1;
    }
}


@keyframes careerBgOrbit {

    from {

        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }

    to {

        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }
}


@keyframes careerBgOrbitReverse {

    from {

        transform:
            rotateX(68deg)
            rotateZ(360deg);
    }

    to {

        transform:
            rotateX(68deg)
            rotateZ(0deg);
    }
}


@keyframes careerBgLight {

    0%,100% {

        transform:
            translate3d(0,0,0)
            scale(.8);

        opacity:
            .4;
    }

    50% {

        transform:
            translate3d(-70px,50px,50px)
            scale(1.25);

        opacity:
            .85;
    }
}


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

@media (max-width: 768px) {

    .career-bg-orbit {
        opacity: .7;
    }

    .bg-orbit-1 {

        width: 430px;
        height: 160px;

        right: -180px;
    }

    .bg-orbit-2 {

        width: 350px;
        height: 130px;

        right: -130px;
    }

    .bg-orbit-3 {

        width: 520px;
        height: 190px;

        right: -220px;
    }

    .career-bg-light {

        width: 260px;
        height: 260px;
    }
} 

/* =========================================
   ABS PREMIUM 3D BACKGROUND - FIX
========================================= */

.abs-premium-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    pointer-events: none !important;

    z-index: 0 !important;
}

/* Keep website content above the animation */

.topbar,
.header,
main,
footer {
    position: relative;
    z-index: 2;
}

/* Background elements stay inside viewport */

.abs-network,
.abs-light-orbit,
.abs-bg-glow {
    pointer-events: none;
}

/* =========================================
   ABS PREMIUM 3D ANIMATED BACKGROUND
   ========================================= */

.abs-premium-bg {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
    pointer-events: none !important;
    z-index: 0 !important;
    background:
        radial-gradient(circle at 85% 20%,
        rgba(0, 174, 239, 0.10),
        transparent 32%),
        radial-gradient(circle at 15% 75%,
        rgba(20, 80, 180, 0.08),
        transparent 35%),
        #f7fafd !important;
}

/* Keep website above animation */
.topbar,
.header,
main,
footer {
    position: relative;
    z-index: 5;
}

/* ---------- GLOWING LIGHTS ---------- */

.abs-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .45;
    animation: absFloat 12s ease-in-out infinite alternate;
}

.glow-1 {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    background: rgba(0, 174, 239, .22);
}

.glow-2 {
    width: 350px;
    height: 350px;
    left: -100px;
    top: 40%;
    background: rgba(30, 90, 200, .14);
    animation-delay: -4s;
}

.glow-3 {
    width: 280px;
    height: 280px;
    right: 20%;
    bottom: -100px;
    background: rgba(0, 190, 255, .12);
    animation-delay: -7s;
}

/* ---------- 3D ORBITS ---------- */

.abs-orbit {
    position: absolute;
    border: 1px solid rgba(0, 145, 210, .18);
    border-radius: 50%;
    transform-style: preserve-3d;
    animation: absOrbit 18s linear infinite;
}

.orbit-1 {
    width: 620px;
    height: 240px;
    right: -180px;
    top: 15%;
    transform: rotate(-18deg);
}

.orbit-2 {
    width: 760px;
    height: 300px;
    left: -260px;
    top: 48%;
    transform: rotate(22deg);
    animation-duration: 25s;
    animation-direction: reverse;
}

.orbit-3 {
    width: 500px;
    height: 180px;
    right: 15%;
    bottom: 5%;
    transform: rotate(-12deg);
    animation-duration: 20s;
}

/* ---------- GRID ---------- */

.abs-grid {
    position: absolute;
    inset: -100px;
    opacity: .12;

    background-image:
        linear-gradient(rgba(0,120,190,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,120,190,.18) 1px, transparent 1px);

    background-size: 70px 70px;

    transform: perspective(600px) rotateX(65deg) scale(1.5);
    transform-origin: center bottom;

    animation: gridMove 18s linear infinite;
}

/* ---------- PARTICLES ---------- */

.abs-particles span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0, 160, 220, .55);
    box-shadow: 0 0 14px rgba(0, 180, 255, .55);

    animation: particleFloat 8s ease-in-out infinite;
}

.abs-particles span:nth-child(1) {
    left: 8%;
    top: 20%;
}

.abs-particles span:nth-child(2) {
    left: 18%;
    top: 70%;
    animation-delay: -2s;
}

.abs-particles span:nth-child(3) {
    left: 30%;
    top: 35%;
    animation-delay: -5s;
}

.abs-particles span:nth-child(4) {
    left: 42%;
    top: 80%;
    animation-delay: -1s;
}

.abs-particles span:nth-child(5) {
    left: 55%;
    top: 22%;
    animation-delay: -4s;
}

.abs-particles span:nth-child(6) {
    left: 65%;
    top: 60%;
    animation-delay: -6s;
}

.abs-particles span:nth-child(7) {
    left: 75%;
    top: 30%;
    animation-delay: -3s;
}

.abs-particles span:nth-child(8) {
    left: 88%;
    top: 72%;
    animation-delay: -7s;
}

.abs-particles span:nth-child(9) {
    left: 12%;
    top: 50%;
    animation-delay: -2s;
}

.abs-particles span:nth-child(10) {
    left: 35%;
    top: 15%;
    animation-delay: -6s;
}

.abs-particles span:nth-child(11) {
    left: 60%;
    top: 85%;
    animation-delay: -3s;
}

.abs-particles span:nth-child(12) {
    left: 82%;
    top: 48%;
    animation-delay: -5s;
}

.abs-particles span:nth-child(13) {
    left: 92%;
    top: 18%;
    animation-delay: -1s;
}

/* ---------- ANIMATIONS ---------- */

@keyframes absFloat {
    from {
        transform: translate3d(-20px, -15px, 0) scale(1);
    }

    to {
        transform: translate3d(35px, 30px, 0) scale(1.12);
    }
}

@keyframes absOrbit {
    from {
        transform: rotate(-18deg) rotateZ(0deg);
    }

    to {
        transform: rotate(-18deg) rotateZ(360deg);
    }
}

@keyframes gridMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 140px;
    }
}

@keyframes particleFloat {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: .25;
    }

    50% {
        transform: translate3d(25px, -35px, 30px);
        opacity: .9;
    }

    100% {
        transform: translate3d(-15px, 15px, 0);
        opacity: .25;
    }
}

/* =========================================================
   ABS PREMIUM 3D ANIMATED BACKGROUND
   ========================================================= */

.abs-premium-bg{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100vh !important;
    overflow:hidden !important;
    pointer-events:none !important;
    z-index:0 !important;

    background:
        radial-gradient(circle at 15% 20%, rgba(0,170,210,.10), transparent 30%),
        radial-gradient(circle at 85% 25%, rgba(20,90,190,.12), transparent 32%),
        radial-gradient(circle at 50% 90%, rgba(0,150,190,.08), transparent 35%),
        #f7fbff;
}


/* =========================
   SOFT MOVING GLOWS
   ========================= */

.abs-glow{
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    filter:blur(70px);
    opacity:.30;
    transform:translate3d(0,0,0);
    animation:absGlowMove 16s ease-in-out infinite alternate;
}

.glow-1{
    left:-180px;
    top:-160px;
    background:rgba(0,145,190,.28);
}

.glow-2{
    right:-200px;
    top:10%;
    background:rgba(30,85,200,.22);
    animation-delay:-5s;
}

.glow-3{
    left:35%;
    bottom:-260px;
    background:rgba(0,180,210,.18);
    animation-delay:-9s;
}

@keyframes absGlowMove{
    0%{
        transform:translate3d(-20px,-10px,0) scale(1);
    }
    50%{
        transform:translate3d(35px,25px,0) scale(1.08);
    }
    100%{
        transform:translate3d(-10px,40px,0) scale(.95);
    }
}


/* =========================
   PREMIUM GRID
   ========================= */

.abs-grid{
    position:absolute;
    inset:-50%;
    opacity:.16;

    background-image:
        linear-gradient(rgba(0,110,170,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(0,110,170,.12) 1px,transparent 1px);

    background-size:70px 70px;

    transform:perspective(700px) rotateX(65deg) translateY(25%);
    transform-origin:center;

    animation:absGridMove 22s linear infinite;
}

@keyframes absGridMove{
    from{
        background-position:0 0;
    }
    to{
        background-position:70px 70px;
    }
}


/* =========================
   3D ORBITS
   ========================= */

.abs-orbit{
    position:absolute;
    left:50%;
    top:50%;

    border:1px solid rgba(0,135,190,.16);
    border-radius:50%;

    transform-style:preserve-3d;
    animation:absOrbitRotate 18s linear infinite;
}

.orbit-1{
    width:700px;
    height:250px;
    margin-left:-350px;
    margin-top:-125px;
    transform:rotateX(62deg) rotateZ(0deg);
}

.orbit-2{
    width:900px;
    height:320px;
    margin-left:-450px;
    margin-top:-160px;
    transform:rotateX(65deg) rotateY(18deg);
    animation-duration:26s;
    animation-direction:reverse;
}

.orbit-3{
    width:1100px;
    height:400px;
    margin-left:-550px;
    margin-top:-200px;
    transform:rotateX(68deg) rotateY(-20deg);
    animation-duration:34s;
}

@keyframes absOrbitRotate{
    from{
        transform:rotateX(65deg) rotateZ(0deg);
    }
    to{
        transform:rotateX(65deg) rotateZ(360deg);
    }
}


/* =========================
   MOVING LIGHT ORBITS
   ========================= */

.abs-light-orbit{
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;

    background:#08a9d2;

    box-shadow:
        0 0 10px #08a9d2,
        0 0 30px rgba(8,169,210,.65),
        0 0 70px rgba(8,169,210,.30);

    animation:absLightMove 10s linear infinite;
}

.orbit-one{
    left:18%;
    top:28%;
}

.orbit-two{
    right:22%;
    top:42%;
    animation-delay:-3s;
}

.orbit-three{
    left:62%;
    bottom:18%;
    animation-delay:-7s;
}

@keyframes absLightMove{
    0%{
        transform:translate3d(0,0,0) scale(.8);
        opacity:.35;
    }
    25%{
        transform:translate3d(80px,-50px,0) scale(1.2);
        opacity:1;
    }
    50%{
        transform:translate3d(140px,30px,0) scale(.9);
        opacity:.55;
    }
    75%{
        transform:translate3d(40px,90px,0) scale(1.15);
        opacity:1;
    }
    100%{
        transform:translate3d(0,0,0) scale(.8);
        opacity:.35;
    }
}


/* =========================
   PARTICLES
   ========================= */

.abs-particles{
    position:absolute;
    inset:0;
}

.abs-particles span{
    position:absolute;
    width:4px;
    height:4px;
    border-radius:50%;

    background:rgba(0,145,190,.55);

    box-shadow:
        0 0 8px rgba(0,145,190,.45),
        0 0 18px rgba(0,145,190,.20);

    animation:absParticleFloat 9s ease-in-out infinite;
}

.abs-particles span:nth-child(1){left:8%;top:22%;animation-delay:-1s}
.abs-particles span:nth-child(2){left:17%;top:70%;animation-delay:-5s}
.abs-particles span:nth-child(3){left:28%;top:38%;animation-delay:-2s}
.abs-particles span:nth-child(4){left:37%;top:82%;animation-delay:-7s}
.abs-particles span:nth-child(5){left:46%;top:18%;animation-delay:-4s}
.abs-particles span:nth-child(6){left:54%;top:62%;animation-delay:-6s}
.abs-particles span:nth-child(7){left:63%;top:30%;animation-delay:-3s}
.abs-particles span:nth-child(8){left:71%;top:78%;animation-delay:-8s}
.abs-particles span:nth-child(9){left:79%;top:20%;animation-delay:-2s}
.abs-particles span:nth-child(10){left:88%;top:52%;animation-delay:-6s}
.abs-particles span:nth-child(11){left:93%;top:82%;animation-delay:-4s}
.abs-particles span:nth-child(12){left:12%;top:48%;animation-delay:-8s}
.abs-particles span:nth-child(13){left:42%;top:48%;animation-delay:-3s}
.abs-particles span:nth-child(14){left:68%;top:58%;animation-delay:-5s}
.abs-particles span:nth-child(15){left:84%;top:38%;animation-delay:-7s}
.abs-particles span:nth-child(16){left:31%;top:65%;animation-delay:-1s}

@keyframes absParticleFloat{
    0%,100%{
        transform:translate3d(0,0,0);
        opacity:.25;
    }
    50%{
        transform:translate3d(0,-28px,0);
        opacity:1;
    }
}


/* =========================
   BACKGROUND DEPTH
   ========================= */

.abs-bg-glow{
    position:absolute;
    width:800px;
    height:800px;
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(0,145,190,.06) 0%,
            rgba(0,145,190,.025) 35%,
            transparent 70%
        );

    animation:absCenterPulse 8s ease-in-out infinite;
}

@keyframes absCenterPulse{
    0%,100%{
        transform:translate(-50%,-50%) scale(.92);
        opacity:.55;
    }
    50%{
        transform:translate(-50%,-50%) scale(1.08);
        opacity:1;
    }
}


/* =========================================================
   KEEP WEBSITE CONTENT ABOVE BACKGROUND
   ========================================================= */

.topbar,
.header,
main,
.footer{
    position:relative;
    z-index:2;
}


/* Prevent sections from hiding the animation */

.page-hero,
.section,
.industry-section,
.industry-ecosystem,
.abs-business-cta,
.about-cta,
.vision-mission-section{
    position:relative;
}


/* Transparent/soft sections */

body{
    background:#f7fbff;
}

.section,
.page-hero{
    background:transparent;
}


/* =========================================================
   PREMIUM CARD EFFECT
   ========================================================= */

.card,
.industry-card,
.pillar-card,
.vm-card,
.career-banner{
    position:relative;
    overflow:hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.90),
            rgba(245,250,255,.72)
        );

    border:1px solid rgba(20,100,150,.10);

    box-shadow:
        0 18px 50px rgba(12,48,80,.08),
        inset 0 1px 0 rgba(255,255,255,.85);

    backdrop-filter:blur(14px);

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}

.card:hover,
.industry-card:hover,
.pillar-card:hover,
.vm-card:hover,
.career-banner:hover{
    transform:translateY(-8px);

    border-color:rgba(0,150,190,.30);

    box-shadow:
        0 25px 70px rgba(0,100,160,.14),
        0 0 35px rgba(0,170,200,.08),
        inset 0 1px 0 rgba(255,255,255,.95);
}


/* =========================================================
   REDUCE ANIMATION FOR USERS WHO PREFER LESS MOTION
   ========================================================= */

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

    .abs-premium-bg *,
    .abs-premium-bg{
        animation:none !important;
    }
}


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

@media(max-width:700px){

    .abs-glow{
        width:300px;
        height:300px;
        filter:blur(55px);
    }

    .abs-orbit{
        opacity:.45;
    }

    .orbit-1{
        width:480px;
        height:180px;
        margin-left:-240px;
        margin-top:-90px;
    }

    .orbit-2{
        width:600px;
        height:220px;
        margin-left:-300px;
        margin-top:-110px;
    }

    .orbit-3{
        width:720px;
        height:260px;
        margin-left:-360px;
        margin-top:-130px;
    }

    .abs-grid{
        opacity:.09;
    }

    .abs-particles span{
        width:3px;
        height:3px;
    }
}

/* =========================================
   ABS FINAL CONTENT VISIBILITY FIX
   ========================================= */

/* Keep background animation behind everything */
.abs-premium-bg {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

/* Keep all website content visible */
body {
    position: relative !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
}

.topbar,
.header,
main,
footer {
    position: relative !important;
    z-index: 5 !important;
}

/* Never let animation/reveal hide sections */
.section,
.card,
.service-card,
.section-head,
.page-hero,
.cta,
.visual,
.industries,
.approach {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Sections must occupy normal document flow */
main {
    display: block !important;
    min-height: auto !important;
}

.section {
    position: relative !important;
    display: block !important;
}

/* Hero stays normal */
.hero {
    position: relative !important;
    min-height: 640px !important;
    overflow: hidden !important;
}

/* Cards stay visible */
.cards,
.industries,
.approach {
    position: relative !important;
    z-index: 6 !important;
}

/* Footer must remain below all sections */
.footer {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
}

/* Prevent animation layers from covering content */
.abs-network,
.abs-light-orbit,
.abs-bg-glow,
.abs-orbit,
.abs-glow,
.abs-grid {
    pointer-events: none !important;
}

/* =========================================================
   ABS PREMIUM BACKGROUND — SAFE FIXED LAYER
   ========================================================= */

html, body{
  min-height:100%;
  overflow-x:hidden;
}

body{
  position:relative;
}

/* Soft animated ambient light */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-10;
  pointer-events:none;
  background:
    radial-gradient(circle at 82% 15%, rgba(0,170,190,.12), transparent 24%),
    radial-gradient(circle at 12% 78%, rgba(20,70,150,.10), transparent 25%),
    radial-gradient(circle at 55% 45%, rgba(0,190,200,.045), transparent 30%);
  animation:absAmbientGlow 14s ease-in-out infinite alternate;
}

/* Perspective 3D grid — fixed, so it NEVER adds page height */
body::after{
  content:"";
  position:fixed;
  left:-15%;
  right:-15%;
  bottom:-35%;
  height:90%;
  z-index:-9;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(rgba(0,150,190,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,150,190,.13) 1px, transparent 1px);
  background-size:72px 72px;
  transform:perspective(900px) rotateX(62deg);
  transform-origin:center bottom;
  mask-image:linear-gradient(to top, rgba(0,0,0,.9), transparent 88%);
  animation:absGridMove 24s linear infinite;
}

@keyframes absAmbientGlow{
  from{transform:translate3d(-8px,0,0) scale(1)}
  to{transform:translate3d(12px,-12px,0) scale(1.04)}
}

@keyframes absGridMove{
  from{background-position:0 0}
  to{background-position:72px 72px}
}

/* Decorative background elements can NEVER capture clicks */
.abs-premium-bg,
.abs-network,
.abs-light-orbit,
.abs-bg-glow,
.abs-orbit,
.abs-glow,
.abs-grid{
  pointer-events:none;
}

/* Keep the website content in normal document flow */
.topbar,
.header,
main,
footer{
  position:relative;
}

@media(max-width:700px){
  body::after{
    opacity:.10;
    background-size:55px 55px;
  }
}

@media(prefers-reduced-motion:reduce){
  body::before,
  body::after{
    animation:none;
  }
}

/* =========================================================
   ABS FINAL PRODUCTION FIX
   Keeps the existing design intact.
   ========================================================= */

/* The current index.html does not need scroll-reveal hiding. */
.abs-reveal{
    opacity:1 !important;
    visibility:visible !important;
    filter:none !important;
}

.abs-reveal.is-visible{
    opacity:1 !important;
    visibility:visible !important;
    filter:none !important;
}

/* Never let a decorative animation create/cover page content. */
.abs-bg-animation,
.abs-premium-bg{
    pointer-events:none !important;
}

/* Home page layout must remain in normal flow. */
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
}

main{
    display:block !important;
    position:relative !important;
    min-height:0 !important;
}

.hero,
.section,
.cta,
.footer{
    position:relative !important;
}

.hero-grid{
    position:relative !important;
    z-index:10 !important;
}

.hero-grid > *{
    position:relative !important;
    z-index:11 !important;
}

/* Restore visibility if any earlier animation rule touched these. */
.hero h1,
.hero p,
.hero .actions,
.hero-panel,
.cards,
.card,
.section-head,
.split,
.visual,
.industries,
.industry,
.approach,
.step,
.cta,
.footer{
    visibility:visible !important;
}

/* Do not force opacity on the animation's decorative children. */
.abs-bg-animation span,
.abs-premium-bg *{
    pointer-events:none !important;
}

@media(max-width:900px){
    .hero-grid{
        z-index:10 !important;
    }
}

/* Industries spacing fix */
.industries {
    margin-top: 90px !important;
}

.approach .step {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transition: transform .45s ease, box-shadow .45s ease !important;
}

.approach .step:hover {
    transform: translateY(-8px) rotateX(2deg) !important;
}
/* =========================================
   FIX — APPROACH SECTION BLINKING
========================================= */

.approach,
.approach .step,
.approach .step * {
    animation: none !important;
}

.approach .step {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
}

/* =========================================
   ABS APPROACH — STATIC FIX
   NO BLINK / NO REVEAL / NO MOVEMENT
========================================= */

#abs-approach,
#abs-approach.abs-reveal,
#abs-approach.abs-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
}

#abs-approach .section-head,
#abs-approach .approach,
#abs-approach .step {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
}

#abs-approach .step {
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease !important;
}

/* =========================================
   ABS PREMIUM 3D COLLABORATION BACKGROUND
========================================= */

.abs-contact-3d-bg{
    position:fixed;
    inset:0;
    z-index:0;
    overflow:hidden;
    pointer-events:none;
    background:
        radial-gradient(circle at 78% 18%,rgba(0,181,214,.12),transparent 25%),
        radial-gradient(circle at 15% 72%,rgba(22,80,180,.09),transparent 30%);
}

.abs-contact-3d-bg::before{
    content:"";
    position:absolute;
    inset:-25%;
    background:
        radial-gradient(circle at 35% 30%,rgba(0,166,205,.09),transparent 17%),
        radial-gradient(circle at 70% 68%,rgba(0,86,180,.08),transparent 20%);
    filter:blur(14px);
    animation:absContactAmbient 18s ease-in-out infinite alternate;
}

.abs-contact-3d-bg::after{
    content:"";
    position:absolute;
    left:-10%;
    right:-10%;
    bottom:-38%;
    height:78%;
    background-image:
        linear-gradient(rgba(0,135,180,.10) 1px,transparent 1px),
        linear-gradient(90deg,rgba(0,135,180,.10) 1px,transparent 1px);
    background-size:72px 72px;
    transform:perspective(900px) rotateX(62deg);
    transform-origin:center bottom;
    opacity:.18;
    -webkit-mask-image:linear-gradient(to top,#000,transparent 88%);
    mask-image:linear-gradient(to top,#000,transparent 88%);
    animation:absContactGrid 24s linear infinite;
}

/* Floating orbs */

.abs-contact-orb{
    position:absolute;
    border-radius:50%;
    transform-style:preserve-3d;
    filter:blur(1px);
    opacity:.26;
}

.abs-contact-orb.orb-a{
    width:250px;
    height:250px;
    right:8%;
    top:18%;
    background:radial-gradient(
        circle at 32% 27%,
        rgba(25,205,225,.34),
        rgba(0,80,175,.08) 48%,
        transparent 72%
    );
    animation:absContactOrbA 13s ease-in-out infinite alternate;
}

.abs-contact-orb.orb-b{
    width:210px;
    height:210px;
    left:-4%;
    bottom:12%;
    background:radial-gradient(
        circle at 55% 45%,
        rgba(0,125,205,.16),
        transparent 68%
    );
    animation:absContactOrbB 16s ease-in-out infinite alternate;
}

/* 3D rings */

.abs-contact-ring{
    position:absolute;
    border:1px solid rgba(0,140,190,.16);
    border-radius:50%;
    box-shadow:
        0 0 35px rgba(0,150,195,.06),
        inset 0 0 22px rgba(0,150,195,.04);
    transform-style:preserve-3d;
}

.abs-contact-ring.ring-a{
    width:410px;
    height:170px;
    right:-100px;
    top:25%;
    transform:rotateX(67deg) rotateZ(-18deg);
    animation:absContactRingA 16s linear infinite;
}

.abs-contact-ring.ring-b{
    width:300px;
    height:125px;
    left:-90px;
    top:45%;
    transform:rotateX(64deg) rotateZ(18deg);
    animation:absContactRingB 20s linear infinite reverse;
}

/* Handshake / collaboration */

.abs-collaboration{
    position:absolute;
    width:440px;
    height:300px;
    right:8%;
    top:50%;
    transform:translateY(-50%);
    transform-style:preserve-3d;
    perspective:900px;
    opacity:.72;
    filter:drop-shadow(0 25px 55px rgba(0,70,130,.12));
    animation:absCollabFloat 8s ease-in-out infinite alternate;
}

.abs-collaboration .hand{
    position:absolute;
    width:185px;
    height:100px;
    top:105px;
    transform-style:preserve-3d;
}

.abs-collaboration .hand-left{
    left:20px;
    transform:rotate(-7deg) translateZ(18px);
}

.abs-collaboration .hand-right{
    right:20px;
    transform:rotate(7deg) translateZ(28px);
}

.abs-collaboration .palm{
    position:absolute;
    width:125px;
    height:78px;
    top:20px;
    border-radius:42% 58% 45% 55%;
    background:linear-gradient(
        145deg,
        rgba(0,177,211,.25),
        rgba(0,77,170,.11)
    );
    border:1px solid rgba(0,143,193,.28);
    box-shadow:
        inset 12px 10px 22px rgba(255,255,255,.38),
        0 18px 35px rgba(0,80,150,.09);
    backdrop-filter:blur(6px);
}

.abs-collaboration .hand-left .palm{
    left:45px;
    transform:rotate(7deg);
}

.abs-collaboration .hand-right .palm{
    right:45px;
    transform:rotate(-7deg);
}

.abs-collaboration .finger{
    position:absolute;
    height:19px;
    width:88px;
    border-radius:18px;
    background:linear-gradient(
        145deg,
        rgba(0,181,214,.24),
        rgba(0,76,170,.10)
    );
    border:1px solid rgba(0,143,193,.23);
    box-shadow:inset 8px 6px 14px rgba(255,255,255,.32);
}

.abs-collaboration .hand-left .finger{
    left:0;
    transform-origin:right center;
}

.abs-collaboration .hand-right .finger{
    right:0;
    transform-origin:left center;
}

.abs-collaboration .hand-left .f1{top:16px;transform:rotate(13deg);}
.abs-collaboration .hand-left .f2{top:36px;transform:rotate(6deg);}
.abs-collaboration .hand-left .f3{top:56px;transform:rotate(-2deg);}
.abs-collaboration .hand-left .f4{top:76px;transform:rotate(-9deg);width:72px;}

.abs-collaboration .hand-right .f1{top:16px;transform:rotate(-13deg);}
.abs-collaboration .hand-right .f2{top:36px;transform:rotate(-6deg);}
.abs-collaboration .hand-right .f3{top:56px;transform:rotate(2deg);}
.abs-collaboration .hand-right .f4{top:76px;transform:rotate(9deg);width:72px;}

.collab-glow{
    position:absolute;
    width:150px;
    height:150px;
    left:145px;
    top:70px;
    border-radius:50%;
    background:radial-gradient(
        circle,
        rgba(0,190,215,.16),
        transparent 68%
    );
    filter:blur(5px);
    animation:absCollabPulse 4.5s ease-in-out infinite;
}

/* Floating nodes */

.collab-node,
.abs-floating-dot{
    position:absolute;
    width:7px;
    height:7px;
    border-radius:50%;
    background:rgba(0,145,195,.55);
    box-shadow:0 0 15px rgba(0,165,205,.45);
}

.collab-node.n1{
    left:70px;
    top:55px;
    animation:absNode1 6s ease-in-out infinite alternate;
}

.collab-node.n2{
    right:75px;
    top:72px;
    animation:absNode2 7s ease-in-out infinite alternate;
}

.collab-node.n3{
    left:210px;
    bottom:42px;
    animation:absNode3 5.5s ease-in-out infinite alternate;
}

.abs-floating-dot.d1{
    left:22%;
    top:24%;
    animation:absNode1 10s ease-in-out infinite alternate;
}

.abs-floating-dot.d2{
    left:35%;
    top:70%;
    animation:absNode2 12s ease-in-out infinite alternate;
}

.abs-floating-dot.d3{
    right:31%;
    top:17%;
    animation:absNode3 9s ease-in-out infinite alternate;
}

.abs-floating-dot.d4{
    right:23%;
    bottom:19%;
    animation:absNode1 11s ease-in-out infinite alternate;
}

/* Animations */

@keyframes absContactAmbient{
    from{transform:translate3d(-18px,8px,0) scale(1);}
    to{transform:translate3d(22px,-18px,0) scale(1.07);}
}

@keyframes absContactGrid{
    from{background-position:0 0;}
    to{background-position:72px 72px;}
}

@keyframes absContactOrbA{
    from{transform:translate3d(0,0,0) scale(1);}
    to{transform:translate3d(-42px,28px,70px) scale(1.08);}
}

@keyframes absContactOrbB{
    from{transform:translate3d(0,0,0) scale(1);}
    to{transform:translate3d(38px,-28px,45px) scale(1.08);}
}

@keyframes absContactRingA{
    from{transform:rotateX(67deg) rotateZ(-18deg) translateX(0);}
    to{transform:rotateX(70deg) rotateZ(12deg) translateX(-80px);}
}

@keyframes absContactRingB{
    from{transform:rotateX(64deg) rotateZ(18deg) translateX(0);}
    to{transform:rotateX(68deg) rotateZ(-12deg) translateX(75px);}
}

@keyframes absCollabFloat{
    from{
        transform:translateY(-50%) translate3d(0,0,0) rotateY(-2deg);
    }
    to{
        transform:translateY(calc(-50% - 18px))
                   translate3d(-16px,0,45px)
                   rotateY(3deg);
    }
}

@keyframes absCollabPulse{
    0%,100%{
        opacity:.35;
        transform:scale(.82);
    }
    50%{
        opacity:.75;
        transform:scale(1.12);
    }
}

@keyframes absNode1{
    to{transform:translate3d(30px,-20px,35px);}
}

@keyframes absNode2{
    to{transform:translate3d(-35px,25px,45px);}
}

@keyframes absNode3{
    to{transform:translate3d(20px,-28px,30px);}
}

/* Keep website content above background */

.topbar,
.header,
main,
footer{
    position:relative;
    z-index:1;
}

@media(max-width:900px){
    .abs-collaboration{
        width:330px;
        height:230px;
        right:-45px;
        opacity:.45;
        transform:translateY(-50%) scale(.8);
    }
}

@media(max-width:600px){
    .abs-collaboration{
        width:260px;
        height:190px;
        right:-90px;
        opacity:.30;
        transform:translateY(-50%) scale(.65);
    }
}

@media(prefers-reduced-motion:reduce){
    .abs-contact-3d-bg::before,
    .abs-contact-3d-bg::aft
    .abs-contact-orb,
    .abs-contact-ring,
    .abs-collaboration,
    .collab-glow,
    .collab-node,
    .abs-floating-dot{
        animation:none!important;
    }
}

