/* =========================================================
   CLIENTS PAGE REDESIGN
   File path: assets/css/clients-redesign.css
========================================================= */

/* =========================================================
   ACCESSIBILITY
========================================================= */

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 99999;
    padding: 11px 16px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
    transform: translateY(-150%);
    transition: transform .25s ease;
}

.skip-link:focus {
    transform: translateY(0);
}


/* =========================================================
   CLIENTS HERO
========================================================= */

.clients-hero {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(98, 200, 255, .22), transparent 24%),
        radial-gradient(circle at 12% 88%, rgba(255, 255, 255, .08), transparent 27%),
        linear-gradient(120deg, #061522 0%, #0b2a44 48%, #1174b5 100%);
    isolation: isolate;
}

.clients-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right, #000, transparent 75%);
}

.clients-hero::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -260px;
    z-index: -1;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.clients-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.clients-hero-orb-one {
    top: -110px;
    right: 11%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255,255,255,.12);
}

.clients-hero-orb-two {
    right: 23%;
    bottom: -70px;
    width: 150px;
    height: 150px;
    background: rgba(47,158,219,.13);
    filter: blur(1px);
}

.clients-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 80px;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.clients-hero-content {
    max-width: 760px;
}

.clients-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 600;
}

.clients-breadcrumb a {
    color: #fff;
    transition: color .25s ease;
}

.clients-breadcrumb a:hover {
    color: #7bd0ff;
}

.clients-breadcrumb i {
    font-size: 9px;
    color: rgba(255,255,255,.45);
}

.clients-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: #73d0ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.clients-hero-kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}

.clients-hero h1 {
    max-width: 800px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.clients-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.clients-hero-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    justify-content: flex-end;
    padding: 32px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,.19);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.clients-hero-panel::before {
    content: "";
    position: absolute;
    top: -75px;
    right: -65px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(98,200,255,.12);
}

.clients-hero-panel-icon {
    position: absolute;
    top: 28px;
    left: 30px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    color: #fff;
    background: linear-gradient(135deg, var(--sky), var(--sky-dark));
    border-radius: 16px;
    font-size: 25px;
    box-shadow: 0 13px 28px rgba(17,116,181,.32);
}

.clients-hero-panel-line {
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #6fceff;
}

.clients-hero-panel strong {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
}

/* =========================================================
   CLIENTS INTRO
========================================================= */

.clients-intro {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.clients-intro::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -130px;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(47,158,219,.1);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.clients-intro-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 85px;
    align-items: start;
}

.clients-intro-copy h2 {
    max-width: 590px;
    margin: 14px 0 0;
    color: var(--navy);
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.14;
    letter-spacing: -1.1px;
}

.clients-intro-text {
    position: relative;
    padding-left: 34px;
    border-left: 3px solid rgba(47,158,219,.28);
}

.clients-intro-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 3px;
    height: 66px;
    background: var(--sky);
}

.clients-intro-text p {
    margin: 0;
    color: #607184;
    font-size: 16px;
    line-height: 1.85;
}

.clients-intro-text p + p {
    margin-top: 18px;
}

/* =========================================================
   CLIENT LOGO SHOWCASE
========================================================= */

.clients-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 8%, rgba(47,158,219,.07), transparent 23%),
        radial-gradient(circle at 94% 88%, rgba(17,116,181,.07), transparent 26%),
        linear-gradient(180deg, #f5f9fc 0%, #fbfdff 100%);
}

.clients-showcase::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -170px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(47,158,219,.11);
    border-radius: 50%;
}

.clients-showcase-head {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.clients-showcase-head h2 {
    font-size: clamp(36px, 4vw, 50px);
}

.clients-logo-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.client-logo-card {
    position: relative;
    min-width: 0;
    min-height: 190px;
    padding: 1px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(47,158,219,.32),
        rgba(229,237,243,.7),
        rgba(17,116,181,.15)
    );
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(13,34,56,.06);
    transition:
        transform .4s cubic-bezier(.2,.8,.2,1),
        box-shadow .4s ease;
}

.client-logo-card::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -40%;
    z-index: 3;
    width: 38%;
    height: 340%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.76),
        transparent
    );
    transform: rotate(18deg);
    transition: left .75s ease;
    pointer-events: none;
}

.client-logo-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 25px 55px rgba(13,34,56,.14);
}

.client-logo-card:hover::before {
    left: 115%;
}

.client-logo-wrap {
    position: relative;
    z-index: 2;
    min-height: 188px;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(47,158,219,.035), transparent 62%),
        #fff;
    border-radius: 19px;
}

.client-logo-wrap::after {
    content: "";
    position: absolute;
    inset: auto 18% 18px;
    height: 10px;
    opacity: 0;
    background: rgba(47,158,219,.12);
    border-radius: 50%;
    filter: blur(9px);
    transition: opacity .35s ease;
}

.client-logo-card:hover .client-logo-wrap::after {
    opacity: 1;
}

.client-logo-wrap img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 220px;
    height: 100px;
    object-fit: contain;
    filter: grayscale(1) saturate(.5);
    opacity: .72;
    transform: scale(.96);
    transition:
        filter .45s ease,
        opacity .45s ease,
        transform .45s cubic-bezier(.2,.8,.2,1);
}

.client-logo-card:hover .client-logo-wrap img {
    filter: grayscale(0) saturate(1);
    opacity: 1;
    transform: scale(1.06);
}

/* Subtle stagger appearance */

.client-logo-card {
    animation: clientCardReveal .7s both;
}

.client-logo-card:nth-child(2) { animation-delay: .06s; }
.client-logo-card:nth-child(3) { animation-delay: .12s; }
.client-logo-card:nth-child(4) { animation-delay: .18s; }
.client-logo-card:nth-child(5) { animation-delay: .24s; }
.client-logo-card:nth-child(6) { animation-delay: .30s; }
.client-logo-card:nth-child(7) { animation-delay: .36s; }
.client-logo-card:nth-child(8) { animation-delay: .42s; }
.client-logo-card:nth-child(9) { animation-delay: .48s; }

@keyframes clientCardReveal {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   ASSURANCE STRIP
========================================================= */

.clients-assurance {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 70px 0;
    color: #fff;

    background:
        radial-gradient(
            circle at 50% 72%,
            rgba(47,158,219,.18),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 12%,
            rgba(123,208,255,.12),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            #06121f 0%,
            #0a2034 34%,
            #0c2f4d 66%,
            #124c79 100%
        );
}

/* Vertical premium glass strips */

.clients-assurance::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.025) 0,
            rgba(255,255,255,.025) 2px,
            transparent 2px,
            transparent 58px
        );

    opacity: .9;
    filter: blur(.4px);
    pointer-events: none;
}

/* Soft blue ambient glow */

.clients-assurance::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -190px;
    z-index: -1;

    width: 920px;
    height: 430px;

    background:
        radial-gradient(
            circle,
            rgba(47,158,219,.34) 0%,
            rgba(47,158,219,.12) 42%,
            transparent 72%
        );

    transform: translateX(-50%);
    filter: blur(74px);
    pointer-events: none;
}

.clients-assurance-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.clients-assurance-item {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: flex-start;
    gap: 17px;

    padding: 24px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.105),
            rgba(255,255,255,.048)
        );

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;

    box-shadow:
        0 20px 45px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.08);

    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

/* Glass shine */

.clients-assurance-item::before {
    content: "";
    position: absolute;
    top: -85%;
    left: -45%;

    width: 32%;
    height: 270%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.14),
            transparent
        );

    transform: rotate(18deg);
    transition: left .8s cubic-bezier(.2,.8,.2,1);
    pointer-events: none;
}

.clients-assurance-item:hover {
    transform: translateY(-8px);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.065)
        );

    border-color: rgba(97,197,255,.34);

    box-shadow:
        0 30px 60px rgba(0,0,0,.28),
        0 0 35px rgba(47,158,219,.13),
        inset 0 1px 0 rgba(255,255,255,.11);
}

.clients-assurance-item:hover::before {
    left: 125%;
}

.clients-assurance-icon {
    position: relative;
    z-index: 2;

    display: grid;
    place-items: center;

    flex: 0 0 52px;
    width: 52px;
    height: 52px;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            #35b9ef,
            #1174b5
        );

    border: 1px solid rgba(255,255,255,.22);
    border-radius: 15px;

    font-size: 19px;

    box-shadow:
        0 12px 26px rgba(17,116,181,.30),
        inset 0 1px 0 rgba(255,255,255,.28);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s ease;
}

.clients-assurance-item:hover .clients-assurance-icon {
    transform: translateY(-4px) scale(1.05) rotate(-3deg);

    box-shadow:
        0 18px 34px rgba(17,116,181,.38),
        0 0 24px rgba(47,158,219,.20),
        inset 0 1px 0 rgba(255,255,255,.34);
}

.clients-assurance-item h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 7px;

    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.clients-assurance-item p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .clients-assurance {
        padding: 52px 0;
    }

    .clients-assurance-item {
        border-radius: 16px;
    }
}

/* =========================================================
   FOOTER PAGE-SPECIFIC REFINEMENTS
========================================================= */

.site-footer {
    margin-top: 0;
}

.site-footer .footer-grid {
    padding-top: 0;
}

.site-footer .footer-contact-item a {
    overflow-wrap: anywhere;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {
    .nav-links {
        gap: 16px;
        font-size: 13px;
    }

    .desktop-quote {
        margin-left: 16px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .clients-hero-inner {
        gap: 50px;
    }

    .clients-hero h1 {
        font-size: 52px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {
    .mobile-toggle {
        display: block;
        position: relative;
        z-index: 1300;
    }

    .desktop-quote {
        display: none;
    }

    .primary-navigation {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1250;
        width: min(390px, 88vw);
        height: 100vh;
        padding: 105px 24px 34px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: -24px 0 55px rgba(13,34,56,.16);
        transform: translateX(105%);
        transition:
            opacity .35s ease,
            visibility .35s ease,
            transform .35s cubic-bezier(.2,.8,.2,1);
    }

    .primary-navigation::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 86px;
        background: linear-gradient(135deg, #f7fbfe, #fff);
        border-bottom: 1px solid var(--line);
    }

    .primary-navigation.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .site-header.menu-open::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 1200;
        background: rgba(4,24,39,.52);
        backdrop-filter: blur(3px);
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        width: 100%;
    }

    .nav-links > a,
    .nav-dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        padding: 13px 12px;
        border-radius: 9px;
        font-size: 15px;
    }

    .nav-links > a::after,
    .nav-dropdown-toggle::after {
        display: none;
    }

    .nav-links > a:hover,
    .nav-links > a.is-active,
    .nav-dropdown-toggle:hover,
    .nav-dropdown.is-open .nav-dropdown-toggle {
        color: var(--sky-dark);
        background: #eef8fd;
    }

    .nav-dropdown-menu {
        position: static;
        width: 100%;
        max-height: 0;
        padding: 0 10px;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        background: #f8fbfd;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
        transform: none;
        transition:
            max-height .4s ease,
            padding .4s ease,
            margin .4s ease;
    }

    .nav-dropdown-menu::before {
        display: none;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        max-height: 620px;
        margin-top: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .nav-dropdown-menu a {
        padding: 10px 9px;
        font-size: 13px;
    }

    .clients-hero {
        min-height: auto;
    }

    .clients-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .clients-hero-content {
        max-width: 720px;
    }

    .clients-hero-panel {
        max-width: 560px;
        min-height: 220px;
    }

    .clients-intro-grid {
        gap: 50px;
    }

    .clients-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clients-assurance-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
    .clients-hero-inner {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .clients-breadcrumb {
        margin-bottom: 18px;
    }

    .clients-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
        letter-spacing: -1px;
    }

    .clients-hero p {
        font-size: 15px;
        line-height: 1.72;
    }

    .clients-hero-panel {
        min-height: 205px;
        padding: 26px;
        border-radius: 18px;
    }

    .clients-hero-panel-icon {
        top: 24px;
        left: 24px;
        width: 54px;
        height: 54px;
        border-radius: 14px;
        font-size: 21px;
    }

    .clients-hero-panel strong {
        font-size: 19px;
    }

    .clients-intro-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .clients-intro-copy h2 {
        font-size: 34px;
    }

    .clients-intro-text {
        padding-left: 24px;
    }

    .clients-intro-text p {
        font-size: 15px;
    }

    .clients-showcase-head {
        margin-bottom: 36px;
    }

    .clients-logo-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .client-logo-card {
        min-height: 165px;
        border-radius: 17px;
    }

    .client-logo-wrap {
        min-height: 163px;
        padding: 24px;
        border-radius: 16px;
    }

    .client-logo-wrap img {
        max-width: 205px;
        height: 90px;
    }

    .clients-assurance {
        padding: 46px 0;
    }

    .clients-assurance-item {
        padding: 21px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .primary-navigation {
        width: 92vw;
        padding-right: 18px;
        padding-left: 18px;
    }

    .clients-hero-kicker {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .clients-hero h1 {
        font-size: 36px;
    }

    .clients-hero-panel {
        min-height: 190px;
    }

    .clients-intro-copy h2,
    .clients-showcase-head h2 {
        font-size: 31px;
    }

    .client-logo-wrap img {
        max-width: 185px;
        height: 82px;
    }

    .clients-assurance-item {
        flex-direction: column;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .client-logo-card {
        animation: none;
    }

    .client-logo-card,
    .client-logo-card::before,
    .client-logo-wrap img,
    .clients-assurance-item,
    .primary-navigation,
    .nav-dropdown-menu {
        transition: none;
    }
}

/* =========================================================
   FINAL CLIENT LOGO IMAGE FIX
   Transparent full-colour WebP logos
   Keep this block at the very end of clients-redesign.css
========================================================= */

.client-logo-wrap {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(47, 158, 219, .035),
            transparent 64%
        ),
        #ffffff;
}

.client-logo-wrap img {
    display: block;
    width: 100%;
    max-width: 245px;
    height: 112px;
    padding: 0;
    object-fit: contain;

    opacity: 1;
    filter: none;
    mix-blend-mode: normal;

    transform: scale(1);
    transition:
        transform .42s cubic-bezier(.2,.8,.2,1),
        filter .42s ease;
}

.client-logo-card:hover .client-logo-wrap img {
    opacity: 1;
    filter: none;
    transform: scale(1.055);
}

@media (max-width: 768px) {
    .client-logo-wrap img {
        max-width: 220px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .client-logo-wrap img {
        max-width: 195px;
        height: 90px;
    }
}

/* =========================================================
   PREMIUM CLIENTS HERO MOTION UPGRADE
   Keep this at the very end of clients-redesign.css
========================================================= */

.clients-hero {
    position: relative;
    overflow: hidden;
}

/* Animated ambient glow */

.clients-hero::before {
    animation: clientsGridDrift 16s linear infinite;
}

.clients-hero::after {
    animation: clientsOrbit 12s ease-in-out infinite alternate;
}

/* Extra moving glow */

.clients-hero .clients-hero-inner::before {
    content: "";
    position: absolute;
    top: 8%;
    right: 25%;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(72, 184, 245, .20),
        rgba(47, 158, 219, .06) 45%,
        transparent 72%
    );

    filter: blur(10px);

    pointer-events: none;

    animation: clientsGlowFloat 8s ease-in-out infinite;
}

/* Left content entrance */

.clients-hero-content {
    animation: clientsContentReveal .9s cubic-bezier(.2,.8,.2,1) both;
}

/* Breadcrumb reveal */

.clients-breadcrumb {
    animation: clientsFadeDown .7s ease .05s both;
}

/* Kicker reveal */

.clients-hero-kicker {
    animation: clientsFadeRight .75s ease .15s both;
}

/* Heading reveal */

.clients-hero h1 {
    animation: clientsFadeRight .9s cubic-bezier(.2,.8,.2,1) .25s both;
}

/* Paragraph reveal */

.clients-hero p {
    animation: clientsFadeRight .9s cubic-bezier(.2,.8,.2,1) .38s both;
}

/* Premium floating glass card */

.clients-hero-panel {
    transform-style: preserve-3d;

    animation:
        clientsPanelReveal .95s cubic-bezier(.2,.8,.2,1) .2s both,
        clientsPanelFloat 5.5s ease-in-out 1.2s infinite;

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}

.clients-hero-panel:hover {
    transform: translateY(-10px) rotateX(1deg) rotateY(-1deg);

    border-color: rgba(123, 208, 255, .38);

    background: rgba(255,255,255,.11);

    box-shadow:
        0 34px 75px rgba(0,0,0,.25),
        0 0 0 1px rgba(123,208,255,.08);
}

/* Shine sweep on glass panel */

.clients-hero-panel::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -42%;

    width: 34%;
    height: 260%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.20),
        transparent
    );

    transform: rotate(18deg);

    animation: clientsPanelShine 5.8s ease-in-out infinite;
}

/* Icon pulse */

.clients-hero-panel-icon {
    animation: clientsIconPulse 3.2s ease-in-out infinite;
}

.clients-hero-panel-icon::after {
    content: "";
    position: absolute;
    inset: -8px;

    border: 1px solid rgba(98,200,255,.32);
    border-radius: 20px;

    animation: clientsIconRing 2.8s ease-out infinite;
}

/* Accent line motion */

.clients-hero-panel-line {
    transform-origin: left center;
    animation: clientsLineGrow 1s ease .8s both;
}

/* Decorative orbs */

.clients-hero-orb-one {
    animation: clientsOrbOne 9s ease-in-out infinite;
}

.clients-hero-orb-two {
    animation: clientsOrbTwo 7s ease-in-out infinite alternate;
}

/* Keyframes */

@keyframes clientsContentReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes clientsFadeDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes clientsFadeRight {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes clientsPanelReveal {
    from {
        opacity: 0;
        transform: translateX(45px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes clientsPanelFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes clientsPanelShine {
    0%,
    55% {
        left: -42%;
    }

    78%,
    100% {
        left: 125%;
    }
}

@keyframes clientsIconPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 13px 28px rgba(17,116,181,.32);
    }

    50% {
        transform: translateY(-4px) scale(1.04);
        box-shadow:
            0 18px 35px rgba(17,116,181,.42),
            0 0 28px rgba(47,158,219,.30);
    }
}

@keyframes clientsIconRing {
    0% {
        opacity: .7;
        transform: scale(.82);
    }

    70%,
    100% {
        opacity: 0;
        transform: scale(1.32);
    }
}

@keyframes clientsLineGrow {
    from {
        opacity: 0;
        transform: scaleX(0);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes clientsGlowFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(35px, -18px, 0) scale(1.08);
    }
}

@keyframes clientsOrbit {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-18px, -14px, 0) scale(1.04);
    }
}

@keyframes clientsGridDrift {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 44px 44px;
    }
}

@keyframes clientsOrbOne {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(18px) rotate(8deg);
    }
}

@keyframes clientsOrbTwo {
    from {
        transform: translateX(0) scale(1);
    }

    to {
        transform: translateX(-30px) scale(1.08);
    }
}

/* Mobile animation control */

@media (max-width: 768px) {

    .clients-hero-panel {
        animation:
            clientsPanelReveal .8s ease .15s both,
            clientsPanelFloat 6s ease-in-out 1s infinite;
    }

    .clients-hero .clients-hero-inner::before {
        width: 190px;
        height: 190px;
        right: 5%;
    }

}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .clients-hero::before,
    .clients-hero::after,
    .clients-hero-content,
    .clients-breadcrumb,
    .clients-hero-kicker,
    .clients-hero h1,
    .clients-hero p,
    .clients-hero-panel,
    .clients-hero-panel::after,
    .clients-hero-panel-icon,
    .clients-hero-panel-icon::after,
    .clients-hero-panel-line,
    .clients-hero-orb-one,
    .clients-hero-orb-two,
    .clients-hero .clients-hero-inner::before {
        animation: none !important;
    }

}