:root {
    --bg:#101111;
    --panel:#171817;
    --text:#f4f4ef;
    --muted:#a9aca5;
    --line:rgba(255, 255, 255, .14);
    --acid:#b7ee4c;
    --purple:#8216dd;
    --green:#c5f25a;
    --radius:22px
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    background:#111211;
    color:var(--text);
    font-family:Inter, Arial, sans-serif;
    overflow-x:hidden
}
body:before {
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at 0 8%, rgba(128, 0, 255, .34), transparent 18%), radial-gradient(circle at 100% 6%, rgba(184, 255, 64, .24), transparent 20%), radial-gradient(circle at 8% 76%, rgba(128, 0, 255, .24), transparent 16%), radial-gradient(circle at 95% 78%, rgba(184, 255, 64, .2), transparent 18%);
    z-index:-3
}
.site-shell {
    min-height:100vh;
    background:linear-gradient(180deg, rgba(255, 255, 255, .02), transparent 30%)
}
.section-narrow {
    width:min(1120px, calc(100% - 48px));
    margin-inline:auto
}
.panel {
    position:relative;
    overflow:hidden
}
.top-header {
    position:absolute;
    top:28px;
    left:50%;
    transform:translateX(-50%);
    z-index:20;
    width:min(1120px, calc(100% - 48px));
    display:block
}
.nav-pill {
    height:72px;
    width:100%;
    display:grid;
    grid-template-columns:220px 1fr 220px;
    align-items:center;
    padding:0 30px;
    border-radius:999px;
    border:1px solid rgba(255, 255, 255, .16);
    background:linear-gradient(90deg, rgba(15, 16, 15, .86), rgba(28, 29, 27, .68), rgba(15, 16, 15, .86));
    box-shadow:0 0 0 1px rgba(0, 0, 0, .18), 0 18px 58px rgba(0, 0, 0, .34), inset 0 0 38px rgba(255, 255, 255, .035);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px)
}
.brand {
    display:flex;
    align-items:center;
    text-decoration:none
}
.brand img {
    width:126px;
    height:auto;
    display:block;
    filter:drop-shadow(0 0 16px rgba(183, 238, 76, .18))
}
.main-nav {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:48px
}
.main-nav a {
    color:rgba(255, 255, 255, .72);
    text-decoration:none;
    font-size:15px;
    font-weight:400;
    letter-spacing:.01em;
    text-transform:lowercase;
    transition:.25s ease
}
.main-nav a:hover {
    color:#fff
}
.nav-cta {
    justify-self:end;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:46px;
    padding:0 28px;
    border-radius:999px;
    background:var(--acid);
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:900;
    /*box-shadow:0 0 0 12px rgba(183, 238, 76, .07), 0 0 38px rgba(183, 238, 76, .42)*/
}
.hero-section {
    height:760px;
    min-height:125svh;
    display:grid;
    place-items:center;
    text-align:center
}
.hero-glow {
    position:absolute;
    inset:0;
    background:url('assets/green_bg.png') center/cover no-repeat;
    opacity:.45;
    mix-blend-mode:screen
}
.hero-video {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.99;
    mix-blend-mode:screen
}
.hero-section:after, .services-section:after, .about-section:after {
    content:"";
    position:absolute;
    inset:0;
    /*background:linear-gradient(180deg, rgba(17, 18, 17, .06), rgba(17, 18, 17, .8));*/
    pointer-events:none
}
.center-copy {
    position:relative;
    z-index:2;
    text-align:center;
    width:min(680px, calc(100% - 40px));
        margin-top: 100px;
    margin-inline:auto
}
.eyebrow, .tiny-label, .section-label {
    letter-spacing:.22em;
    text-transform:uppercase;
    font-size:10px;
    color:#b7bbb2
}
.eyebrow {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border:1px solid var(--line);
    border-radius:999px;
    background:rgba(255, 255, 255, .04);
    backdrop-filter:blur(14px)
}
.eyebrow img {
    width:14px
}
.hero-copy h1, .services-head h2, .about-content h2, .process-section h2, .work-section h2, .contact-card h2 {
    font-weight:300;
    letter-spacing:-.07em;
    line-height:.92;
    margin:18px 0 16px
}
.hero-copy h1 {
    font-size:clamp(44px, 7vw, 82px)
}
h2 {
    font-size:clamp(42px, 6vw, 74px)
}
em {
    font-style:normal;
    color:var(--acid)
}
p {
    color:var(--muted);
    line-height:1.65
}
.hero-copy p, .services-head p {
    max-width:610px;
    margin:0 auto 24px;
    font-size:15px
}
.hero-actions {
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap
}
.btn {
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:14px 20px;
    font-weight:800;
    font-size:13px;
    text-decoration:none
}
.btn img {
    width:13px
}
.btn-primary {
    background:var(--acid);
    color:#111
}
.btn-ghost {
    background:rgba(255, 255, 255, .05);
    color:#fff;
    border:1px solid var(--line)
}
.ticker {
    width: 100%;
    height: 34px;
    background: var(--acid);
    color: #111;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 900;
    letter-spacing: -0.03em;
    font-size: 18px;
    white-space: nowrap;
    transform: rotate(-0.2deg);
    transform-origin: center;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerMove 18s linear infinite;
    will-change: transform;
}

.ticker-content {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 14px;
    flex-shrink: 0;
}

.ticker span,
.ticker b {
    display: inline-flex;
    align-items: center;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.client-strip, .tech-section {
    padding:34px 0 54px;
    text-align:center
}
.logo-row {
    display:grid;
    gap:12px;
    justify-content:center
}
.logo-row-clients {
    grid-template-columns:repeat(8, 94px)
}
.tech-row {
    grid-template-columns:repeat(8, 94px)
}
.logo-card {
       height: 118px;
    border-radius:10px;
    background:#fff;
    display:grid;
    place-items:center;
    box-shadow:0 16px 34px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(0, 0, 0, .08)
}
.logo-card img {
/*      max-width: 99px;
    max-height: 99px;*/
    width:auto;
    height:auto
}
.services-section {
    padding:0px 0 115px
}
.services-video {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:64%;
    object-fit:cover;
    opacity:.5;
    mix-blend-mode:screen
}
.service-grid {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin-top:54px
}
.service-card {
    min-height:265px;
    padding:28px;
    border:1px solid var(--line);
    border-radius:18px;
    background:linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .015));
    box-shadow:0 30px 90px rgba(117, 0, 214, .18), inset 0 0 40px rgba(183, 238, 76, .025);
    backdrop-filter:blur(16px)
}
.service-card>img {
    width:34px;
    height:34px;
    margin-bottom:40px
}
.service-card h3, .process-grid h3 {
    margin:0 0 12px;
    letter-spacing:-.05em;
    font-size:23px
}
.service-card p {
    font-size:13px;
    margin:0 0 18px
}
.service-card a {
    color:#dfe4dc;
    text-decoration:none;
    font-size:12px
}
.about-section {
    min-height:760px;
    display:flex;
    align-items:center
}
.about-video {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.8;
    mix-blend-mode:screen
}
.about-content {
    position:relative;
    z-index:2
}
.about-content h2 {
    max-width:420px
}
.about-content>p {
    max-width:500px;
    font-size:15px
}
.proof-list {
    display:grid;
    gap:12px;
    max-width:500px;
    margin-top:28px
}
.proof-card {
    display:flex;
    gap:15px;
    align-items:center;
    padding:16px 18px;
    border:1px solid var(--line);
    border-radius:14px;
    background:rgba(255, 255, 255, .045);
    backdrop-filter:blur(16px)
}
.proof-card img {
    width:50px;
    height:50px
}
.proof-card h4 {
    margin:0 0 4px;
    font-size:15px
}
.proof-card p {
    font-size:12px;
    margin:0
}
.process-section {
    padding:92px 0 110px;
    text-align:center
}
.process-section h2 {
    margin:12px auto 52px
}
.process-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:50px
}
.process-grid div {
    display:grid;
    justify-items:center;
    gap:8px
}
.process-grid img {
    width:42px;
    height:42px;
    padding:12px;
    border:1px solid var(--line);
    border-radius:10px;
    background:rgba(255, 255, 255, .04)
}
.process-grid span {
    font-size:11px;
    color:#888
}
.process-grid p {
    font-size:12px;
    margin:0
}
.work-section {
    padding: 80px 0 70px;
    display: none;
}
.section-head-row {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:34px
}
.section-head-row h2 {
    margin:10px 0 0
}
.small-btn {
    border:1px solid var(--line);
    border-radius:999px;
    padding:12px 18px;
    color:#fff;
    text-decoration:none;
    font-size:12px;
    background:rgba(255, 255, 255, .04)
}
.work-grid {
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:22px
}
.work-stack {
    display:grid;
    gap:22px
}
.work-card {
    position:relative;
    min-height:260px;
    border-radius:16px;
    background:linear-gradient(180deg, #d7d7d7 0%, #b8b8b8 43%, #3f3f3f 100%);
    padding:24px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    overflow:hidden
}
.work-card:before {
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:55%;
    background:linear-gradient(180deg, transparent, rgba(0, 0, 0, .65))
}
.work-card>* {
    position:relative
}
.work-large {
    min-height:546px
}
.work-card span {
    font-size:11px;
    color:#d1d1d1
}
.work-card h3 {
    margin:5px 0 0;
    font-size:25px;
    letter-spacing:-.05em
}
.work-card a {
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid rgba(255, 255, 255, .22);
    display:grid;
    place-items:center;
    color:#fff;
    text-decoration:none;
    background:rgba(255, 255, 255, .08)
}
.stats-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    margin-top:72px
}
.stats-grid div {
    padding:24px;
    border:1px solid var(--line);
    border-radius:14px;
 /*   background:linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
    box-shadow:0 26px 90px rgba(117, 0, 214, .18)*/
}
.stats-grid strong {
    display:block;
    font-size:37px;
    font-weight:300;
    letter-spacing:-.07em
}
.stats-grid span {
    display:block;
    color:#aeb2aa;
    font-size:12px;
    line-height:1.4
}
.contact-section {
    padding:80px 0 120px
}
.jelly {
    position:absolute;
    left:0;
    top:50px;
       width: 220px;
    /*filter:drop-shadow(0 0 34px rgba(183, 238, 76, .5));*/
    transform:rotate(-14deg)
}
.contact-card {
    position:relative;
    z-index:2;
    width:min(780px, 100%);
    margin:auto;
    padding:60px 92px 70px;
    border:1px solid var(--line);
    border-radius:22px;
    background:linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
    box-shadow:0 40px 140px rgba(183, 238, 76, .14);
    text-align:center
}
.contact-card h2 {
    margin:14px 0
}
.contact-card p {
    font-size:13px;
    margin:0 0 28px
}
.form-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px
}
input, textarea {
    width:100%;
    border:1px solid rgba(255, 255, 255, .08);
    border-radius:8px;
    background:rgba(255, 255, 255, .07);
    color:#fff;
    padding:16px;
    margin-bottom:10px;
    outline:0
}
textarea {
    height:122px;
    resize:vertical
}
button {
    width:100%;
    border:0;
    border-radius:999px;
    background:var(--acid);
    color:#111;
    font-weight:900;
    padding:16px;
    cursor:pointer
}
@media (max-width:1024px) {
    .nav-pill {
        grid-template-columns:170px 1fr 170px;
        padding:0 22px
    }
    .brand img {
        width:112px
    }
    .main-nav {
        gap:28px
    }
    .nav-cta {
        height:42px;
        padding:0 20px;
        font-size:13px
    }
    .logo-row-clients, .tech-row {
        grid-template-columns:repeat(4, 94px)
    }
    .service-grid, .work-grid {
        grid-template-columns:1fr
    }
    .work-large {
        min-height:360px
    }
    .stats-grid {
        grid-template-columns:repeat(2, 1fr)
    }
    .about-section {
        min-height:700px
    }
    .about-video {
        object-position:62% center
    }
    .jelly {
        opacity:.75
    }
}
@media (max-width:720px) {
    .top-header {
        width:calc(100% - 24px);
        top:16px
    }
    .nav-pill {
        height:auto;
        min-height:68px;
        grid-template-columns:1fr auto;
        padding:14px 16px;
        border-radius:28px
    }
    .brand img {
        width:104px
    }
    .main-nav {
        grid-column:1 / -1;
        order:3;
        width:100%;
        justify-content:space-between;
        gap:10px;
        margin-top:12px
    }
    .main-nav a {
        font-size:12px
    }
    .nav-cta {
        height:38px;
        padding:0 16px;
        font-size:12px
    }
    .section-narrow {
        width:min(100% - 28px, 1120px)
    }
    .top-header {
        top:18px
    }
    .hero-section {
        height:680px;
        min-height:720px
    }
    .hero-video {
        object-position:center
    }
    .hero-copy h1 {
        font-size:44px
    }
    .hero-copy p, .services-head p {
        font-size:13px
    }
    .ticker {
        height:30px;
        font-size:15px
    }
    .logo-row-clients, .tech-row {
        grid-template-columns:repeat(2,  minmax(120px, 1fr));
        gap:10px
    }
    .logo-card {
        height:82px
    }
    .services-section {
        padding:70px 0
    }
    .service-grid {
        gap:14px;
        margin-top:36px
    }
    .service-card {
        min-height:auto;
        padding:24px
    }
    .about-section {
        min-height:760px;
        align-items:flex-start;
        padding-top:70px
    }
    .about-video {
        object-position:66% center;
        opacity:.58
    }
    .about-content h2, .about-content>p {
        max-width:310px
    }
    .proof-list {
        max-width:100%;
        margin-top:34px
    }
    .process-section {
        padding:70px 0
    }
    .process-grid {
        grid-template-columns:1fr 1fr;
        gap:26px
    }
    .section-head-row {
        display:block
    }
    .small-btn {
        display:inline-flex;
        margin-top:18px
    }
    .work-card {
        min-height:230px
    }
    .stats-grid {
        grid-template-columns:1fr
    }
    .contact-section {
        padding:70px 0 90px
    }
    .contact-card {
        padding:42px 18px
    }
    .form-grid {
        grid-template-columns:1fr
    }
    .jelly {
        width:100px;
        left:10px;
        top:20px
    }
    .contact-card h2 {
        font-size:42px
    }
}
@media (max-width:420px) {
    .main-nav {
        display:none
    }
    .nav-pill {
        border-radius:999px
    }
    .nav-cta {
        height:36px;
        padding:0 14px;
        font-size:11px
    }
    .hero-actions .btn {
        width:100%;
        justify-content:center
    }
    .logo-row-clients, .tech-row {
        grid-template-columns:1fr 1fr
    }
    .hero-copy h1, .services-head h2, .about-content h2, .process-section h2, .work-section h2, .contact-card h2 {
        font-size:38px
    }
    .service-card h3 {
        font-size:20px
    }
}

/* Hero video position fix - no line below header */
.hero-glow,
.hero-video {
    top: 0;
    bottom: auto;
    height: 100%;
}

.hero-video {
    object-fit: cover;
    object-position: center 40px;
}

.hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;
    background: linear-gradient(
        180deg,
        rgba(17, 18, 17, 0.96) 0%,
        rgba(17, 18, 17, 0.78) 55%,
        rgba(17, 18, 17, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.top-header {
    z-index: 30;
}

.hero-copy {
    z-index: 3;
}

@media (max-width: 1024px) {
    .hero-video {
        object-position: center 95px;
    }
}

@media (max-width: 720px) {
    .hero-video {
        object-position: center 80px;
    }
}

@media (max-width: 420px) {
    .hero-video {
        object-position: center 60px;
    }
}

/* Trusted brand logo auto slider */
.client-strip {
    width: 100%;
    padding: 135px 0 74px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.client-strip .section-label {
    margin: 0 0 24px;
}

.logo-slider {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 8px 0 18px;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 22px;
    width: max-content;
    animation: clientLogoSlide 24s linear infinite;
    will-change: transform;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.client-strip .logo-card {
    width: 150px;
    height: 104px;
    flex: 0 0 150px;
    border-radius: 14px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.client-strip .logo-card img {
    max-width: 112px;
    max-height: 104px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes clientLogoSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (max-width: 1024px) {
    .client-strip .logo-card {
        width: 132px;
        height: 94px;
        flex-basis: 132px;
    }

    .client-strip .logo-card img {
        max-width: 100px;
        max-height: 62px;
    }

    .logo-track {
        gap: 16px;
        animation-duration: 22s;
    }

    @keyframes clientLogoSlide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 8px));
        }
    }
}

@media (max-width: 720px) {
    .client-strip {
        padding: 42px 0 60px;
    }

    .logo-slider {
        width: calc(100% - 20px);
    }

    .client-strip .logo-card {
        width: 116px;
        height: 84px;
        flex-basis: 116px;
    }

    .client-strip .logo-card img {
        max-width: 88px;
        max-height: 54px;
    }

    .logo-track {
        gap: 14px;
        animation-duration: 20s;
    }

    @keyframes clientLogoSlide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 7px));
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-track {
        animation: none;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
    }

    .logo-card[aria-hidden="true"] {
        display: none;
    }
}

/* Services section Figma alignment update */
.services-section {
    position: relative;
    min-height: 720px;
    padding: 86px 0 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 44%, rgba(130, 22, 221, 0.26), transparent 28%),
        radial-gradient(circle at 88% 30%, rgba(183, 238, 76, 0.10), transparent 26%),
        #111211;
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(17, 18, 17, 0.08) 0%, rgba(17, 18, 17, 0.02) 35%, rgba(17, 18, 17, 0.18) 78%, rgba(17, 18, 17, 0.90) 100%);
    z-index: 1;
}

.services-section::after {
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 18, 17, 0) 0%, rgba(17, 18, 17, 0.10) 55%, rgba(17, 18, 17, 0.70) 100%);
}

.services-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 47%;
    min-height: 265px;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.72;
    mix-blend-mode: screen;
    z-index: 0;
    pointer-events: none;
}

.services-head {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

.services-head h2 {
    margin-top: 0;
    font-size: clamp(46px, 6vw, 78px);
}

.services-head p {
    max-width: 680px;
    font-size: 15px;
    line-height: 1.55;
}

.service-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 64px;
    padding-bottom: 92px;
}

.service-card {
    min-height: 315px;
    padding: 32px 32px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 42%, rgba(130, 22, 221, 0.26), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018));
    box-shadow:
        0 30px 90px rgba(117, 0, 214, 0.16),
        inset 0 0 50px rgba(255, 255, 255, 0.018);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.service-card > img {
    width: 44px;
    height: 44px;
    margin-bottom: 46px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
}

.service-card h3 {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -0.055em;
}

.service-card p {
    min-height: 86px;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(244, 244, 239, 0.68);
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 22px;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 5px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(244, 244, 239, 0.66);
    font-size: 11px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.025);
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(244, 244, 239, 0.86);
    text-decoration: none;
    font-size: 13px;
}

.services-section + .ticker {
    position: relative;
    z-index: 5;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .services-section {
        min-height: auto;
        padding-top: 72px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        max-width: 640px;
        padding-bottom: 78px;
    }

    .service-card {
        min-height: auto;
    }

    .services-video {
        height: 34%;
        min-height: 220px;
        opacity: 0.62;
    }
}

@media (max-width: 720px) {
    .services-section {
        padding: 62px 0 0;
    }

    .services-head h2 {
        font-size: 42px;
    }

    .service-grid {
        margin-top: 38px;
        gap: 16px;
        padding-bottom: 62px;
    }

    .service-card {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .service-card > img {
        width: 40px;
        height: 40px;
        margin-bottom: 34px;
    }

    .service-card p {
        min-height: 0;
    }

    .services-video {
        height: 26%;
        min-height: 175px;
    }
}
.service-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.service-card:hover {
    background: rgba(183, 238, 76, 0.035) !important;
    box-shadow: 0 0 35px rgba(183, 238, 76, 0.08) !important;
}

/* Services video visibility fix */
.services-section {
    min-height: 820px;
    padding: 86px 0 0;
    isolation: isolate;
}

.services-section::before {
    background:
        radial-gradient(circle at 18% 42%, rgba(130, 22, 221, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(17, 18, 17, 0.04) 0%, rgba(17, 18, 17, 0.00) 42%, rgba(17, 18, 17, 0.22) 100%);
    z-index: 1;
}

.services-section::after {
    background: linear-gradient(
        180deg,
        rgba(17, 18, 17, 0) 0%,
        rgba(17, 18, 17, 0.04) 42%,
        rgba(17, 18, 17, 0.18) 72%,
        rgba(17, 18, 17, 0.42) 100%
    );
    z-index: 1;
}

.services-video {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -20px !important;
    top: auto !important;
    width: 100% !important;
    height: 55% !important;
    min-height: 360px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    opacity: 1 !important;
    mix-blend-mode: screen !important;
       filter: brightness(1.80) contrast(1.5) saturate(10.25);
    z-index: 1 !important;
    pointer-events: none;
}

.services-head,
.service-grid {
    position: relative;
    z-index: 4;
}

.service-grid {
    padding-bottom: 150px;
}

.service-card {
    background: rgba(255, 255, 255, 0.012) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

/* Keep ticker above the section edge */
.services-section + .ticker {
    position: relative;
    z-index: 8;
    margin-top: -34px;
}

@media (max-width: 1024px) {
    .services-section {
        min-height: 760px;
    }

    .services-video {
        height: 46% !important;
        min-height: 300px !important;
    }

    .service-grid {
        padding-bottom: 130px;
    }
}

@media (max-width: 720px) {
    .services-section {
        min-height: auto;
        padding-top: 62px;
    }

    .services-video {
        height: 32% !important;
        min-height: 210px !important;
        bottom: -10px !important;
    }

    .service-grid {
        padding-bottom: 90px;
    }

    .services-section + .ticker {
        margin-top: -28px;
    }
}

/* Services purple Figma background update */
/*.services-section {
    background:
        radial-gradient(ellipse at 30% 58%, rgba(130, 22, 221, 0.48) 0%, rgba(130, 22, 221, 0.28) 22%, rgba(130, 22, 221, 0.10) 42%, transparent 70%),
        radial-gradient(ellipse at 55% 70%, rgba(130, 22, 221, 0.34) 0%, rgba(130, 22, 221, 0.17) 35%, transparent 72%),
        radial-gradient(ellipse at 100% 18%, rgba(183, 238, 76, 0.13) 0%, rgba(183, 238, 76, 0.06) 30%, transparent 62%),
        linear-gradient(180deg, #121312 0%, #111211 38%, #101110 100%) !important;
}*/

.services-section::before {
    background:
        radial-gradient(ellipse at 28% 56%, rgba(130, 22, 221, 0.42) 0%, rgba(130, 22, 221, 0.22) 30%, transparent 64%),
        linear-gradient(180deg, rgba(17, 18, 17, 0.02) 0%, rgba(17, 18, 17, 0.08) 70%, rgba(17, 18, 17, 0.28) 100%) !important;
    z-index: 1;
}

.services-section::after {
    background:
        linear-gradient(90deg, rgba(17, 18, 17, 0.32) 0%, rgba(17, 18, 17, 0.04) 35%, rgba(17, 18, 17, 0.22) 100%),
        linear-gradient(180deg, rgba(17, 18, 17, 0) 0%, rgba(17, 18, 17, 0.10) 54%, rgba(17, 18, 17, 0.46) 100%) !important;
}

.services-video {
    opacity: 0.95 !important;
    filter: brightness(1.45) contrast(1.2) saturate(2.2) hue-rotate(22deg) !important;
}

.service-card {
    background:
        radial-gradient(circle at 48% 58%, rgba(130, 22, 221, 0.18), transparent 54%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.010)) !important;
    border-color: rgba(255, 255, 255, 0.19) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 26px 90px rgba(130, 22, 221, 0.10) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.service-card:nth-child(1),
.service-card:nth-child(2) {
    background:
        radial-gradient(circle at 52% 52%, rgba(130, 22, 221, 0.28), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)) !important;
}

.service-card:hover {
    background:
        radial-gradient(circle at 50% 58%, rgba(130, 22, 221, 0.30), transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.070), rgba(183, 238, 76, 0.020)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 45px rgba(130, 22, 221, 0.18),
        0 0 30px rgba(183, 238, 76, 0.06) !important;
}

@media (max-width: 720px) {
    .services-section {
        background:
            radial-gradient(ellipse at 25% 45%, rgba(130, 22, 221, 0.42) 0%, rgba(130, 22, 221, 0.20) 35%, transparent 68%),
            radial-gradient(ellipse at 100% 16%, rgba(183, 238, 76, 0.11) 0%, transparent 58%),
            #111211 !important;
    }
}
.services-section + .ticker {
    transform: rotate(-0.8deg);
    transform-origin: center;
    position: relative;
    z-index: 8;
    margin-top: -15px;
}

/* Footer section Figma style */
.site-footer {
    width: min(1180px, calc(100% - 56px));
    margin: 0 auto 58px;
    border-top: 1px solid rgba(255, 255, 255, 0.085);
    border-bottom: 1px solid rgba(255, 255, 255, 0.085);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.030), rgba(255, 255, 255, 0.010)),
        rgba(17, 18, 17, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footer-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.040);
    border-right: 1px solid rgba(255, 255, 255, 0.040);
}

.footer-main {
    min-height: 190px;
    display: grid;
    grid-template-columns: 1.45fr 0.45fr 0.55fr;
    gap: 70px;
    align-items: start;
    padding: 42px 140px 34px;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 28px;
}

.footer-logo img {
    width: 132px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 16px rgba(183, 238, 76, 0.18));
}

.footer-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.footer-location {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    align-items: start;
}

.footer-location .pin {
    margin-top: 3px;
    color: var(--acid);
    font-size: 18px;
    line-height: 1;
    text-shadow: 0 0 18px rgba(183, 238, 76, 0.45);
}

.footer-location h4 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(244, 244, 239, 0.88);
    text-transform: lowercase;
}

.footer-location p {
    margin: 0;
    font-size: 12px;
    line-height: 1.28;
    color: rgba(244, 244, 239, 0.56);
}

.footer-nav,
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-nav span,
.footer-social > span {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.32em;
    color: rgba(244, 244, 239, 0.38);
    text-transform: lowercase;
}

.footer-nav a {
    margin-bottom: 12px;
    color: rgba(244, 244, 239, 0.70);
    text-decoration: none;
    font-size: 12px;
    text-transform: lowercase;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-nav a:hover {
    color: var(--acid);
    transform: translateX(4px);
}

.social-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-row a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    color: rgba(244, 244, 239, 0.76);
    text-decoration: none;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.025);
    transition: all 0.25s ease;
}

.social-row a:hover {
    color: #101111;
    background: var(--acid);
    border-color: var(--acid);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(183, 238, 76, 0.16);
}

.footer-bottom {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.footer-bottom p {
    margin: 0;
    font-size: 11px;
    color: rgba(244, 244, 239, 0.43);
}

@media (max-width: 1024px) {
    .footer-main {
        padding: 42px 54px 34px;
        grid-template-columns: 1fr 0.35fr 0.45fr;
        gap: 34px;
    }

    .footer-locations {
        gap: 32px;
    }

    .footer-bottom {
        padding: 0 54px;
    }
}

@media (max-width: 820px) {
    .site-footer {
        width: min(100% - 28px, 1180px);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 36px 24px 32px;
    }

    .footer-locations {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-bottom {
        padding: 0 24px;
    }
}

@media (max-width: 420px) {
    .footer-logo img {
        width: 116px;
    }

    .social-row a {
        width: 32px;
        height: 32px;
    }
}
.site-footer {
    border-radius: 28px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-inner {
    border-radius: inherit !important;
}

/* Bottom tech stack slider only */
.tech-stack-slider-section {
    width: 100% !important;
    max-width: none !important;
    padding: 70px 0 84px !important;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.tech-stack-slider-section .section-label {
    margin: 0 0 26px;
}

.tech-logo-slider {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px 0 18px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.tech-logo-track {
    display: flex;
    align-items: center;
    gap: 22px;
    width: max-content;
    animation: techLogoSlide 24s linear infinite;
    will-change: transform;
}

.tech-logo-slider:hover .tech-logo-track {
    animation-play-state: paused;
}

.tech-stack-slider-section .logo-card {
    width: 150px !important;
    height: 134px !important;
    flex: 0 0 150px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.tech-stack-slider-section .logo-card img {
 /*   max-width: 122px !important;
    max-height: 103px !important;*/
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

@keyframes techLogoSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (max-width: 1024px) {
    .tech-stack-slider-section .logo-card {
        width: 132px !important;
        height: 94px !important;
        flex-basis: 132px !important;
    }

    .tech-stack-slider-section .logo-card img {
        max-width: 104px !important;
        max-height: 66px !important;
    }

    .tech-logo-track {
        gap: 16px;
        animation-duration: 22s;
    }

    @keyframes techLogoSlide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 8px));
        }
    }
}

@media (max-width: 720px) {
    .tech-stack-slider-section {
        padding: 50px 0 64px !important;
    }

    .tech-logo-slider {
        width: calc(100% - 20px);
    }

    .tech-stack-slider-section .logo-card {
        width: 116px !important;
        height: 84px !important;
        flex-basis: 116px !important;
    }

    .tech-stack-slider-section .logo-card img {
        max-width: 90px !important;
        max-height: 56px !important;
    }

    .tech-logo-track {
        gap: 14px;
        animation-duration: 20s;
    }

    @keyframes techLogoSlide {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 7px));
        }
    }
}

/* Safe stylish button and link interactions */
a,
button {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid rgba(183, 238, 76, 0.85);
    outline-offset: 4px;
}

/* Header links */
.main-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
    transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--acid);
    box-shadow: 0 0 14px rgba(183, 238, 76, 0.65);
    transform: translateX(-50%);
    transition: width 0.28s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--acid);
    transform: translateY(-2px);
    text-shadow: 0 0 18px rgba(183, 238, 76, 0.34);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    width: 100%;
}

/* Logo soft hover */
.brand,
.footer-logo {
    transition: transform 0.28s ease, filter 0.28s ease;
}

.brand:hover,
.footer-logo:hover {
    transform: translateY(-2px) scale(1.02);
    filter: drop-shadow(0 0 18px rgba(183, 238, 76, 0.22));
}

/* Green CTA buttons */
.nav-cta,
.btn-primary,
.contact-card button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.nav-cta::before,
.btn-primary::before,
.contact-card button::before {
    content: "";
    position: absolute;
    inset: -20%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        transparent 34%,
        rgba(255, 255, 255, 0.50) 46%,
        rgba(255, 255, 255, 0.12) 56%,
        transparent 70%
    );
    transform: translateX(-130%) skewX(-18deg);
    transition: transform 0.62s ease;
    z-index: -1;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.contact-card button:hover,
.contact-card button:focus-visible {
    transform: translateY(-3px) scale(1.015);
    box-shadow:
        0 18px 44px rgba(183, 238, 76, 0.25),
        0 0 0 8px rgba(183, 238, 76, 0.065),
        0 0 38px rgba(183, 238, 76, 0.22);
    filter: saturate(1.08);
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before,
.btn-primary:hover::before,
.btn-primary:focus-visible::before,
.contact-card button:hover::before,
.contact-card button:focus-visible::before {
    transform: translateX(130%) skewX(-18deg);
}

.nav-cta:active,
.btn-primary:active,
.contact-card button:active {
    transform: translateY(-1px) scale(0.985);
}

/* Ghost buttons */
.btn-ghost,
.small-btn {
    position: relative;
    overflow: hidden;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-ghost:hover,
.btn-ghost:focus-visible,
.small-btn:hover,
.small-btn:focus-visible {
    color: var(--acid);
    border-color: rgba(183, 238, 76, 0.52);
    background: rgba(183, 238, 76, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(183, 238, 76, 0.10);
}

.btn-ghost:active,
.small-btn:active {
    transform: translateY(-1px) scale(0.985);
}

/* Service explore links */
.service-card a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 6px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.service-card a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--acid);
    box-shadow: 0 0 12px rgba(183, 238, 76, 0.55);
    transition: width 0.25s ease;
}

.service-card a span {
    transition: transform 0.25s ease;
}

.service-card a:hover,
.service-card a:focus-visible {
    color: var(--acid);
    transform: translateX(4px);
}

.service-card a:hover::after,
.service-card a:focus-visible::after {
    width: 100%;
}

.service-card a:hover span,
.service-card a:focus-visible span {
    transform: translate(2px, -2px);
}

/* Work arrow buttons */
.work-card a {
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.work-card a:hover,
.work-card a:focus-visible {
    color: #101111;
    background: var(--acid);
    border-color: var(--acid);
    transform: translate(3px, -3px) rotate(10deg);
    box-shadow: 0 16px 34px rgba(183, 238, 76, 0.24);
}

.work-card a:active {
    transform: translate(1px, -1px) scale(0.96);
}

/* Footer navigation and social links */
.footer-nav a {
    position: relative;
    width: fit-content;
    padding-bottom: 5px;
}

.footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--acid);
    transition: width 0.25s ease;
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
    width: 100%;
}

.social-row a {
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.social-row a:hover,
.social-row a:focus-visible {
    color: #101111;
    background: var(--acid);
    border-color: var(--acid);
    transform: translateY(-4px) scale(1.04);
    box-shadow:
        0 16px 32px rgba(183, 238, 76, 0.18),
        0 0 26px rgba(183, 238, 76, 0.14);
}

.social-row a:active {
    transform: translateY(-1px) scale(0.98);
}

/* Logo cards hover without disturbing slider */
.logo-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.logo-card:hover {
    transform: translateY(-7px) scale(1.035);
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.44),
        0 0 28px rgba(183, 238, 76, 0.13),
        inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.logo-card:hover img {
    filter: saturate(1.08) contrast(1.05);
}

/* Form fields */
input,
textarea {
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

input:hover,
textarea:hover {
    border-color: rgba(255, 255, 255, 0.20);
}

input:focus,
textarea:focus {
    border-color: rgba(183, 238, 76, 0.45);
    background: rgba(255, 255, 255, 0.09);
    box-shadow:
        0 0 0 4px rgba(183, 238, 76, 0.06),
        0 14px 30px rgba(0, 0, 0, 0.14);
    transform: translateY(-1px);
}

/* Respect users who prefer less animation */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Stylish preloader and GSAP scroll animation support */
body.is-loading {
    overflow: hidden;
}

.ag-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(130, 22, 221, 0.36), transparent 30%),
        radial-gradient(circle at 80% 14%, rgba(183, 238, 76, 0.26), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(130, 22, 221, 0.28), transparent 34%),
        #101111;
    overflow: hidden;
}

.ag-preloader::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.05) 45%, transparent 60%);
    animation: agPreloaderSweep 2.2s linear infinite;
}

.ag-preloader-glow {
    position: absolute;
    width: 42vw;
    height: 42vw;
    min-width: 320px;
    min-height: 320px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(183, 238, 76, 0.22), rgba(130, 22, 221, 0.16) 38%, transparent 70%);
    filter: blur(24px);
    animation: agGlowPulse 2.4s ease-in-out infinite alternate;
}

.ag-preloader-card {
    position: relative;
    width: min(420px, calc(100% - 42px));
    min-height: 270px;
    display: grid;
    place-items: center;
    padding: 42px 34px 36px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
    box-shadow:
        0 42px 120px rgba(0, 0, 0, 0.42),
        0 0 70px rgba(183, 238, 76, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    text-align: center;
}

.ag-preloader-logo {
    width: 142px;
    height: auto;
    margin-bottom: 28px;
    filter: drop-shadow(0 0 24px rgba(183, 238, 76, 0.24));
    animation: agLogoFloat 1.55s ease-in-out infinite alternate;
}

.ag-preloader-word {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 24px;
    color: rgba(244, 244, 239, 0.92);
    font-size: 18px;
    letter-spacing: -0.04em;
    font-weight: 700;
    text-transform: lowercase;
}

.ag-preloader-word span {
    display: inline-block;
    animation: agLetterJump 1.2s ease-in-out infinite;
}

.ag-preloader-word span:nth-child(2) { animation-delay: 0.06s; }
.ag-preloader-word span:nth-child(3) { animation-delay: 0.12s; }
.ag-preloader-word span:nth-child(4) { animation-delay: 0.18s; }
.ag-preloader-word span:nth-child(5) { animation-delay: 0.24s; }
.ag-preloader-word span:nth-child(6) { animation-delay: 0.30s; }

.ag-preloader-word strong {
    margin-left: 6px;
    color: var(--acid);
    font-size: 13px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.ag-preloader-bar {
    width: min(260px, 100%);
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.ag-preloader-bar span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--acid), #ffffff, var(--acid));
    box-shadow: 0 0 22px rgba(183, 238, 76, 0.38);
    animation: agProgressSlide 1.05s ease-in-out infinite;
}

.ag-preloader-card p {
    margin: 18px 0 0;
    color: rgba(244, 244, 239, 0.54);
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.ag-preloader.is-hidden {
    pointer-events: none;
}

@keyframes agPreloaderSweep {
    from {
        transform: translateX(-22%) rotate(0deg);
    }

    to {
        transform: translateX(22%) rotate(360deg);
    }
}

@keyframes agGlowPulse {
    from {
        transform: scale(0.94);
        opacity: 0.68;
    }

    to {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes agLogoFloat {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-9px);
    }
}

@keyframes agLetterJump {
    0%, 100% {
        transform: translateY(0);
        color: rgba(244, 244, 239, 0.85);
    }

    45% {
        transform: translateY(-7px);
        color: var(--acid);
    }
}

@keyframes agProgressSlide {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(260%);
    }
}

/* Animation performance helpers */
.hero-copy,
.services-head,
.service-card,
.proof-card,
.process-grid > div,
.work-card,
.stats-grid > div,
.contact-card,
.site-footer,
.logo-slider,
.tech-logo-slider {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .ag-preloader::before,
    .ag-preloader-glow,
    .ag-preloader-logo,
    .ag-preloader-word span,
    .ag-preloader-bar span {
        animation: none !important;
    }
}

/* Video smooth playback fix */
.hero-video,
.services-video,
.about-video {
    transform: none !important;
    will-change: auto !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Reduce expensive GPU filters on video */
.services-video {
    filter: brightness(1.2) contrast(1.05) saturate(1.3) !important;
}

/* Keep sections smooth */
.hero-section,
.services-section,
.about-section {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* AJAX contact form message + honeypot */
.contact-form-message {
    display: none;
        margin: 24px 0 14px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.contact-form-message.is-success,
.contact-form-message.is-error {
    display: block;
}

.contact-form-message.is-success {
    color: #101111;
    background: var(--acid);
}

.contact-form-message.is-error {
    color: #fff;
    background: rgba(255, 74, 74, 0.18);
    border: 1px solid rgba(255, 74, 74, 0.35);
}

button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.ag-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ag-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}