
:root{
    --navy:#082536;
    --navy-2:#0b3248;
    --blue:#178cc3;
    --blue-2:#0c78ae;
    --green:#27a85b;
    --ink:#14242d;
    --muted:#6b7b84;
    --line:#dfe7eb;
    --soft:#f3f7f8;
    --white:#fff;
    --max:1280px;
    --display:"Manrope",sans-serif;
    --body:"Inter",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 64px));margin:auto}
.section-pad{padding:130px 0}

/* TYPE */
h1,h2,h3,h4{font-family:var(--display);margin:0}
h2{font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-2.4px}
.eyebrow{
    display:flex;align-items:center;gap:12px;margin-bottom:24px;
    text-transform:uppercase;font-size:11px;letter-spacing:2.2px;font-weight:700;color:var(--blue);
}
.eyebrow.light{color:#b9dbe9}
.eyebrow-line{display:inline-block;width:34px;height:1px;background:currentColor}
.lead{font-size:22px;line-height:1.55;color:#2d414b}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:17px 23px;font-size:12px;font-weight:700;letter-spacing:.3px;transition:.25s}
.btn span{font-size:17px}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:#208d4c;transform:translateY(-2px)}
.btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
.btn-ghost:hover{background:#fff;color:var(--navy)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{background:var(--blue)}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff}
.btn-outline-light:hover{background:#fff;color:var(--navy)}
.text-link{display:inline-flex;gap:9px;align-items:center;margin-top:18px;color:var(--blue);font-weight:700;font-size:13px}
.text-link:hover{color:var(--green)}

/* HERO */
.hero{height:900px;min-height:760px;position:relative;color:#fff;background:var(--navy);overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-shade{
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(4,25,37,.95) 0%,rgba(4,25,37,.82) 36%,rgba(4,25,37,.36) 72%,rgba(4,25,37,.18) 100%);
}
.hero-grid{
    position:absolute;inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:160px 160px;
    mask-image:linear-gradient(to right,#000,transparent 80%);
}
.hero-shell{width:min(var(--max),calc(100% - 64px));height:100%;margin:auto;position:relative;z-index:2;display:flex;align-items:center}
.hero-copy{padding-top:44px;max-width:860px}
.hero h1{font-size:clamp(58px,7vw,102px);line-height:.96;letter-spacing:-5px;font-weight:700}
.hero h1 span{color:#fff}
.hero-copy>p{max-width:680px;font-size:18px;line-height:1.72;color:rgba(255,255,255,.76);margin:34px 0 36px}
.hero-actions{display:flex;gap:12px}
.hero-side-card{
    position:absolute;right:0;top:50%;transform:translateY(-50%);
    width:300px;border-left:1px solid rgba(255,255,255,.28);padding:0 0 0 30px;
}
.side-card-number{font-family:var(--display);font-size:11px;color:#8eb9cb;margin-bottom:80px}
.side-label{display:block;text-transform:uppercase;font-size:10px;letter-spacing:1.8px;color:#8eb9cb;margin-bottom:9px}
.hero-side-card strong{font-family:var(--display);font-size:17px;line-height:1.5;font-weight:600}
.hero-bottom{position:absolute;bottom:0;left:0;right:0;z-index:3;border-top:1px solid rgba(255,255,255,.18)}
.hero-bottom-inner{width:min(var(--max),calc(100% - 64px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.hero-stat{padding:25px 30px;border-right:1px solid rgba(255,255,255,.16);display:flex;align-items:center;gap:13px}
.hero-stat:first-child{padding-left:0}
.stat-no{font-family:var(--display);font-size:26px;font-weight:700;color:#fff}
.stat-label{font-size:11px;line-height:1.4;color:rgba(255,255,255,.56);text-transform:uppercase;letter-spacing:.8px}

/* INTRO */
.intro{background:#fff}
.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.intro-copy{padding-top:42px}
.intro-copy p{color:var(--muted);font-size:15px;line-height:1.9;margin:0 0 22px}
.intro-copy .lead{font-size:20px;line-height:1.65;color:#30454f}

/* CAPABILITIES */
.capabilities{background:var(--navy);color:#fff;padding:130px 0}
.section-head.row-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:60px}
.section-head.row-head h2{font-size:58px}
.section-head.row-head>p{max-width:330px;color:#96afbb;font-size:13px;margin:0 0 8px}
.capability-list{border-top:1px solid rgba(255,255,255,.15)}
.capability-row{
    min-height:148px;border-bottom:1px solid rgba(255,255,255,.15);
    display:grid;grid-template-columns:70px minmax(430px,1fr) 240px 54px;
    align-items:center;gap:24px;position:relative;transition:.3s ease;
}
.capability-row:hover{background:rgba(255,255,255,.035);padding-left:16px}
.cap-no{font-family:var(--display);font-size:11px;color:#6c929f}
.cap-title{display:grid;grid-template-columns:310px 1fr;align-items:center;gap:45px}
.cap-title h3{font-size:25px;letter-spacing:-.6px}
.cap-title p{margin:0;color:#8eabb7;font-size:13px;line-height:1.75;max-width:430px}
.cap-image{height:94px;overflow:hidden;opacity:.75}
.cap-image img{width:100%;height:100%;object-fit:cover;transition:.4s ease}
.capability-row:hover .cap-image img{transform:scale(1.07)}
.cap-arrow{font-size:22px;text-align:right;color:#6c929f}
.capability-row:hover .cap-arrow{color:var(--green)}

/* SYSTEMS */
.systems{background:var(--soft)}
.systems-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center;margin-bottom:80px}
.systems-copy h2{font-size:58px;max-width:560px}
.systems-copy p{color:var(--muted);font-size:15px;line-height:1.85;max-width:520px;margin:28px 0 32px}
.systems-feature{position:relative}
.systems-feature-media{height:520px;overflow:hidden}
.systems-feature-media img{width:100%;height:100%;object-fit:cover}
.systems-feature:before{content:"";position:absolute;left:-20px;top:20px;width:5px;height:140px;background:var(--green);z-index:2}
.systems-feature-label{position:absolute;left:30px;right:30px;bottom:30px;background:#fff;padding:22px 24px;display:flex;justify-content:space-between;align-items:center}
.systems-feature-label span{text-transform:uppercase;letter-spacing:1.5px;font-size:9px;color:var(--muted)}
.systems-feature-label strong{font-family:var(--display);font-size:18px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cfdadd;border-left:1px solid #cfdadd}
.product-grid a{
    min-height:150px;padding:25px;border-right:1px solid #cfdadd;border-bottom:1px solid #cfdadd;
    display:flex;flex-direction:column;justify-content:space-between;position:relative;background:rgba(255,255,255,.45);transition:.25s ease
}
.product-grid a:hover{background:#fff;transform:translateY(-3px);box-shadow:0 14px 40px rgba(8,37,54,.08)}
.product-grid span{font-size:10px;color:#8ba0aa}
.product-grid strong{font-family:var(--display);font-size:16px;line-height:1.35;max-width:190px}
.product-grid i{position:absolute;right:22px;bottom:20px;font-style:normal;color:var(--blue)}

/* WHY */
.why-cts{background:#fff}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.why-visual{height:700px;position:relative;background:var(--soft);overflow:hidden}
.why-visual>img{width:100%;height:100%;object-fit:cover}
.visual-chip{position:absolute;left:0;bottom:0;background:var(--navy);color:#fff;padding:24px 28px;min-width:270px}
.visual-chip span{display:block;font-size:9px;letter-spacing:2px;color:#8fb7c7;margin-bottom:6px}
.visual-chip strong{font-family:var(--display);font-size:17px}
.why-copy h2{font-size:58px}
.why-points{margin-top:50px;border-top:1px solid var(--line)}
.why-point{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}
.why-point>span{font-family:var(--display);font-size:10px;color:var(--blue);padding-top:5px}
.why-point h4{font-size:17px;margin-bottom:7px}
.why-point p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

/* PROJECTS */
.projects{background:#061e2c;padding:130px 0;color:#fff}
.projects-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:55px}
.projects-head h2{font-size:60px}
.project-mosaic{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:310px 310px;gap:15px}
.project-card{position:relative;overflow:hidden;display:block}
.project-card-large{grid-row:1/3}
.project-card-wide{grid-column:2/4}
.project-card img{width:100%;height:100%;object-fit:cover;transition:.6s ease}
.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,15,22,.88),rgba(2,15,22,.06) 65%)}
.project-meta{position:absolute;left:25px;right:25px;bottom:24px}
.project-meta span{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#9bc4d4}
.project-meta h3{font-size:22px;line-height:1.25;margin-top:7px;max-width:420px}
.project-meta i{position:absolute;right:0;bottom:1px;font-style:normal;font-size:20px}
.project-card:hover img{transform:scale(1.045)}
.project-card:hover .project-meta i{color:var(--green)}

/* CLIENTS */
.clients{background:#fff}
.row-head.dark h2{color:var(--ink)}
.row-head.dark>p{color:var(--muted)}
.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.logo-grid>div{height:150px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:30px}
.logo-grid img{max-height:70px;max-width:75%;filter:grayscale(1);opacity:.55;transition:.25s}
.logo-grid>div:hover img{filter:none;opacity:1}

/* REGIONS */
.regions{background:var(--navy);color:#fff;padding:100px 0}
.region-intro{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:52px}
.region-intro .eyebrow{margin-bottom:8px}
.region-intro h2{font-size:50px;max-width:760px}
.region-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}
.region-card{padding:34px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);min-height:190px}
.region-card>span{font-size:10px;color:#6d97a8}
.region-card h3{font-size:24px;margin:50px 0 8px}
.region-card p{margin:0;color:#8da8b3;font-size:12px}

/* CTA */
.cta{height:550px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}
.cta-media,.cta-overlay{position:absolute;inset:0}
.cta-media img{width:100%;height:100%;object-fit:cover}
.cta-overlay{background:linear-gradient(90deg,rgba(3,22,32,.94),rgba(3,22,32,.62),rgba(3,22,32,.25))}
.cta-inner{position:relative;z-index:2}
.cta-kicker{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#9fc6d6}
.cta h2{font-size:60px;margin:17px 0}
.cta p{max-width:580px;color:rgba(255,255,255,.7);font-size:15px;margin-bottom:30px}

/* FOOTER */
.footer{background:#041722;color:#fff;padding:85px 0 25px}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr .8fr 1.2fr;gap:70px;padding-bottom:65px}
.footer-brand img{width:190px;margin-bottom:25px}
.footer-brand p{max-width:320px;color:#7695a2;font-size:13px;line-height:1.8}
.profile-link{display:inline-flex;gap:8px;margin-top:15px;color:#fff;font-size:12px;font-weight:700}
.footer-title{display:block;text-transform:uppercase;letter-spacing:1.7px;font-size:9px;color:#668a99;margin-bottom:23px}
.footer-col a{display:block;color:#b4c5cc;font-size:12px;margin-bottom:13px}
.footer-col a:hover{color:var(--green)}
.footer-col p{color:#7894a0;font-size:12px;line-height:1.65}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;color:#5e7e8b;font-size:10px}
.footer-bottom a{color:#8fa7b0}
.wa{position:fixed;right:24px;bottom:24px;width:55px;height:55px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.wa img{width:31px}

/* RESPONSIVE */
@media(max-width:1180px){
    .hero-side-card{display:none}
    .capability-row{grid-template-columns:55px 1fr 180px 35px}
    .cap-title{grid-template-columns:260px 1fr;gap:28px}
    .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
    .container,.hero-shell,.hero-bottom-inner{width:calc(100% - 40px)}
    .hero{height:790px}
    .hero-copy{padding-top:70px}
    .hero h1{font-size:72px;letter-spacing:-4px}
    .hero-bottom-inner{grid-template-columns:repeat(2,1fr)}
    .hero-stat:nth-child(2){border-right:0}
    .split-heading,.systems-layout,.why-grid{grid-template-columns:1fr;gap:55px}
    .intro-copy{padding-top:0}
    .capability-row{grid-template-columns:48px 1fr 35px;padding:22px 0}
    .cap-image{display:none}
    .cap-title{grid-template-columns:1fr;gap:9px}
    .product-grid{grid-template-columns:repeat(2,1fr)}
    .why-visual{height:560px}
    .project-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:440px 280px 280px}
    .project-card-large{grid-column:1/3;grid-row:auto}
    .project-card-wide{grid-column:1/3}
    .logo-grid{grid-template-columns:repeat(2,1fr)}
    .region-intro{grid-template-columns:1fr;gap:22px}
    .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
    .container,.hero-shell,.hero-bottom-inner{width:calc(100% - 28px)}
    .section-pad,.capabilities,.projects{padding:90px 0}
    h2,.section-head.row-head h2,.systems-copy h2,.why-copy h2,.projects-head h2,.cta h2{font-size:40px;letter-spacing:-1.5px}
    .hero{height:760px;min-height:0}
    .hero-shade{background:rgba(4,25,37,.78)}
    .hero h1{font-size:50px;letter-spacing:-2.6px}
    .hero-copy>p{font-size:15px}
    .hero-actions{flex-direction:column;align-items:flex-start}
    .hero-bottom{display:none}
    .split-heading{gap:40px}
    .section-head.row-head,.projects-head{display:block}
    .section-head.row-head>p{margin-top:20px}
    .capability-row{grid-template-columns:35px 1fr 26px}
    .cap-title h3{font-size:20px}
    .cap-title p{font-size:12px}
    .systems-feature-media{height:380px}
    .systems-feature-label{left:16px;right:16px;bottom:16px;display:block}
    .systems-feature-label strong{display:block;margin-top:5px}
    .product-grid{grid-template-columns:1fr}
    .why-visual{height:430px}
    .project-mosaic{display:grid;grid-template-columns:1fr;grid-template-rows:none}
    .project-card,.project-card-large,.project-card-wide{grid-column:auto;grid-row:auto;height:330px}
    .projects-head .btn{margin-top:28px}
    .logo-grid{grid-template-columns:1fr 1fr}
    .logo-grid>div{height:110px;padding:18px}
    .region-grid{grid-template-columns:1fr}
    .region-card{min-height:155px}
    .region-card h3{margin-top:35px}
    .cta{height:500px}
    .footer-top{grid-template-columns:1fr;gap:42px}
    .footer-bottom{display:block;line-height:2}
}


/* =========================================================
   LIGHT MOTION SYSTEM
   ========================================================= */

/* Hero entrance */
.hero-copy .eyebrow{
    opacity:0;
    transform:translateY(16px);
    animation:ctsFadeUp .7s ease .15s forwards;
}

.hero-copy h1{
    opacity:0;
    transform:translateY(22px);
    animation:ctsFadeUp .85s cubic-bezier(.22,.61,.36,1) .28s forwards;
}

.hero-copy > p{
    opacity:0;
    transform:translateY(18px);
    animation:ctsFadeUp .75s ease .48s forwards;
}

.hero-actions{
    opacity:0;
    transform:translateY(14px);
    animation:ctsFadeUp .7s ease .65s forwards;
}

/* subtle background breathing */
.hero-media img{
    animation:ctsHeroZoom 14s ease-out forwards;
    will-change:transform;
}

/* subtle line movement */
.hero .eyebrow-line{
    transform-origin:left center;
    animation:ctsLineGrow .7s ease .1s both;
}

/* floating side card */
.hero-side-card{
    animation:ctsFloat 5s ease-in-out infinite;
}

/* scroll reveal */
.reveal{
    opacity:0;
    transform:translateY(34px);
    transition:
        opacity .75s cubic-bezier(.22,.61,.36,1),
        transform .75s cubic-bezier(.22,.61,.36,1);
    will-change:opacity,transform;
}

.reveal.reveal-left{
    transform:translateX(-34px);
}

.reveal.reveal-right{
    transform:translateX(34px);
}

.reveal.is-visible{
    opacity:1;
    transform:none;
}

/* stagger helper */
.reveal[data-delay="1"]{transition-delay:.08s}
.reveal[data-delay="2"]{transition-delay:.16s}
.reveal[data-delay="3"]{transition-delay:.24s}
.reveal[data-delay="4"]{transition-delay:.32s}
.reveal[data-delay="5"]{transition-delay:.40s}

/* capability hover motion */
.capability-row .cap-arrow,
.project-card .project-meta i,
.product-grid a i{
    transition:transform .28s ease,color .28s ease;
}

.capability-row:hover .cap-arrow,
.project-card:hover .project-meta i,
.product-grid a:hover i{
    transform:translate(4px,-4px);
}

/* project image motion */
.project-card img{
    transition:transform .8s cubic-bezier(.22,.61,.36,1);
}

/* CTA image breathing */
.cta-media img{
    transition:transform 7s ease;
}

.cta:hover .cta-media img{
    transform:scale(1.035);
}

/* logo hover softness */
.logo-grid img{
    transform:scale(1.5);
}

.logo-grid > div:hover img{
    transform:scale(1.5);
}

/* button arrow */
.btn span,
.quote-btn span,
.text-link span,
.profile-link span{
    transition:transform .25s ease;
}

.btn:hover span,
.quote-btn:hover span,
.text-link:hover span,
.profile-link:hover span{
    transform:translate(3px,-3px);
}

/* whatsapp pulse */
.wa:before{
    content:"";
    position:absolute;
    inset:-7px;
    border-radius:50%;
    border:1px solid rgba(37,211,102,.42);
    animation:ctsPulse 2.2s ease-out infinite;
}

@keyframes ctsFadeUp{
    from{
        opacity:0;
        transform:translateY(22px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

@keyframes ctsHeroZoom{
    from{transform:scale(1)}
    to{transform:scale(1.055)}
}

@keyframes ctsLineGrow{
    from{
        transform:scaleX(0);
        opacity:0;
    }
    to{
        transform:scaleX(1);
        opacity:1;
    }
}

@keyframes ctsFloat{
    0%,100%{transform:translateY(-50%) translateY(0)}
    50%{transform:translateY(-50%) translateY(-7px)}
}

@keyframes ctsPulse{
    0%{
        transform:scale(.92);
        opacity:.7;
    }
    75%,100%{
        transform:scale(1.18);
        opacity:0;
    }
}

/* Respect accessibility preference */
@media (prefers-reduced-motion: reduce){
    *,
    *::before,
    *::after{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
        scroll-behavior:auto !important;
    }

    .reveal{
        opacity:1 !important;
        transform:none !important;
    }
}


/* Footer locations */
.footer-top{
    grid-template-columns:1.35fr 1fr .75fr 1.35fr;
}

.locations-col{
    min-width:0;
}

.footer-location{
    position:relative;
    padding:0 0 18px 16px;
    margin-bottom:18px;
    border-bottom:1px solid rgba(255,255,255,.09);
}

.footer-location:before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--green);
}

.location-country{
    display:block;
    font-family:var(--display);
    font-size:13px;
    font-weight:700;
    color:#fff;
    margin-bottom:6px;
    letter-spacing:.2px;
}

.footer-location p{
    margin:0;
    color:#7894a0;
    font-size:12px;
    line-height:1.7;
}

.footer-contact-details{
    padding-top:2px;
}

.footer-contact-details a{
    color:#d0dde2;
    font-weight:600;
    margin-bottom:8px;
}

.footer-contact-details a:hover{
    color:var(--green);
}

@media(max-width:980px){
    .footer-top{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:680px){
    .footer-top{
        grid-template-columns:1fr;
    }

    .footer-location{
        max-width:320px;
    }
}


/* =========================================================
   FOOTER — REFINED CORPORATE LAYOUT
   ========================================================= */

.footer{
    position:relative;
    background:
        radial-gradient(circle at 85% 0%, rgba(23,140,195,.10), transparent 30%),
        linear-gradient(180deg,#041b28 0%,#031721 100%);
    color:#fff;
    padding:0;
    overflow:hidden;
}

.footer:before{
    content:"";
    position:absolute;
    left:-160px;
    bottom:-220px;
    width:520px;
    height:520px;
    border:1px solid rgba(255,255,255,.035);
    border-radius:50%;
    pointer-events:none;
}

.footer-accent{
    height:4px;
    background:linear-gradient(
        90deg,
        var(--green) 0 34%,
        var(--blue) 34% 68%,
        rgba(255,255,255,.12) 68% 100%
    );
}

.footer .container{
    position:relative;
    z-index:2;
}

/* Top area */
.footer-main{
    display:grid;
    grid-template-columns:1.15fr 1.35fr .9fr;
    gap:85px;
    padding:72px 0 58px;
    align-items:start;
}

.footer-brand img{
    width:205px;
    margin:0 0 24px;
}

.footer-brand p{
    max-width:350px;
    margin:0;
    color:#7897a5;
    font-size:13px;
    line-height:1.9;
}

.profile-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:24px;
    padding-bottom:5px;
    color:#fff;
    font-size:12px;
    font-weight:700;
    border-bottom:1px solid rgba(255,255,255,.24);
}

.profile-link:hover{
    color:var(--green);
    border-color:var(--green);
}

.footer-links-group{
    display:grid;
    grid-template-columns:1.35fr .8fr;
    gap:58px;
}

.footer-title{
    display:block;
    margin-bottom:21px;
    color:#668c9c;
    font-size:9px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.footer-col a{
    position:relative;
    display:table;
    margin-bottom:13px;
    color:#b7c8cf;
    font-size:12px;
    line-height:1.5;
    transition:.25s ease;
}

.footer-col a:after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:-3px;
    height:1px;
    background:var(--green);
    transition:.25s ease;
}

.footer-col a:hover{
    color:#fff;
    transform:translateX(4px);
}

.footer-col a:hover:after{
    right:0;
}

/* Contact */
.footer-contact{
    padding-left:34px;
    border-left:1px solid rgba(255,255,255,.10);
}

.footer-contact-main{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-family:var(--display);
    font-size:17px;
    font-weight:700;
    letter-spacing:-.3px;
}

.footer-contact-main span{
    color:var(--green);
    font-size:18px;
    transition:transform .25s ease;
}

.footer-contact-main:hover span{
    transform:translate(3px,-3px);
}

.footer-phone{
    display:block;
    width:max-content;
    margin-bottom:20px;
    color:#b9cbd2;
    font-family:var(--display);
    font-size:14px;
    font-weight:600;
}

.footer-contact p{
    max-width:315px;
    margin:0 0 21px;
    color:#718f9b;
    font-size:12px;
    line-height:1.8;
}

.footer-contact-btn{
    display:inline-flex;
    align-items:center;
    gap:18px;
    padding:12px 15px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.11);
    color:#fff;
    font-size:11px;
    font-weight:700;
    transition:.25s ease;
}

.footer-contact-btn:hover{
    background:var(--green);
    border-color:var(--green);
}


/* Offices */
.footer-offices{
    padding:34px 0 38px;
    border-top:1px solid rgba(255,255,255,.10);
}

.footer-offices-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:24px;
}

.footer-offices-head .footer-title{
    margin-bottom:9px;
}

.footer-offices-head h3{
    color:#fff;
    font-size:22px;
    font-weight:600;
    letter-spacing:-.5px;
}

.footer-offices-note{
    padding-bottom:3px;
    color:#617f8c;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1.25px;
}

.footer-office-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid rgba(255,255,255,.11);
    border-left:1px solid rgba(255,255,255,.11);
}

.footer-office{
    position:relative;
    min-height:180px;
    padding:25px 28px 27px;
    border-right:1px solid rgba(255,255,255,.11);
    border-bottom:1px solid rgba(255,255,255,.11);
    background:rgba(255,255,255,.018);
    overflow:hidden;
    transition:
        background .3s ease,
        transform .3s ease;
}

.footer-office:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:3px;
    background:var(--green);
    transition:width .35s ease;
}

.footer-office:hover{
    background:rgba(255,255,255,.045);
}

.footer-office:hover:after{
    width:100%;
}

.office-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.office-code{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:24px;
    padding:0 8px;
    background:rgba(39,168,91,.11);
    border:1px solid rgba(39,168,91,.30);
    color:#69d694;
    font-family:var(--display);
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
}

.office-index{
    color:#365866;
    font-family:var(--display);
    font-size:10px;
}

.footer-office h4{
    margin:0 0 8px;
    color:#fff;
    font-size:17px;
    font-weight:650;
    letter-spacing:-.2px;
}

.footer-office p{
    margin:0;
    color:#7898a4;
    font-size:12px;
    line-height:1.7;
}


/* Bottom */
.footer-bottom{
    min-height:68px;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.09);
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:25px;
    color:#547886;
    font-size:10px;
}

.footer-bottom > span:last-child{
    text-align:right;
}

.footer-bottom a{
    color:#86a3ae;
    transition:.2s ease;
}

.footer-bottom a:hover{
    color:#fff;
}

.footer-bottom-links{
    display:flex;
    gap:23px;
}

.footer-bottom-links a{
    position:relative;
}

.footer-bottom-links a + a:before{
    content:"";
    position:absolute;
    left:-12px;
    top:50%;
    width:2px;
    height:2px;
    border-radius:50%;
    background:#4b707f;
}


/* Kill legacy footer rules from previous iteration */
.footer-top,
.locations-col,
.footer-location,
.footer-contact-details{
    all:unset;
}


/* Footer responsive */
@media(max-width:1050px){

    .footer-main{
        grid-template-columns:1fr 1.3fr;
        gap:55px;
    }

    .footer-contact{
        grid-column:1 / -1;
        padding:28px 0 0;
        border-left:0;
        border-top:1px solid rgba(255,255,255,.10);
        display:grid;
        grid-template-columns:1.2fr .7fr 1fr auto;
        align-items:center;
        gap:22px;
    }

    .footer-contact .footer-title{
        display:none;
    }

    .footer-contact-main,
    .footer-phone,
    .footer-contact p{
        margin:0;
    }

}

@media(max-width:760px){

    .footer-main{
        grid-template-columns:1fr;
        gap:42px;
        padding:58px 0 44px;
    }

    .footer-links-group{
        gap:35px;
    }

    .footer-contact{
        grid-column:auto;
        display:block;
        padding:30px 0 0;
    }

    .footer-contact-main{
        max-width:360px;
    }

    .footer-phone{
        margin-bottom:18px;
    }

    .footer-contact p{
        margin-bottom:19px;
    }

    .footer-offices-head{
        display:block;
    }

    .footer-offices-note{
        display:block;
        margin-top:10px;
    }

    .footer-office-grid{
        grid-template-columns:1fr;
    }

    .footer-office{
        min-height:auto;
    }

    .footer-bottom{
        grid-template-columns:1fr;
        gap:12px;
    }

    .footer-bottom > span:last-child{
        text-align:left;
    }

}

@media(max-width:460px){

    .footer-links-group{
        grid-template-columns:1fr 1fr;
        gap:26px;
    }

    .footer-brand img{
        width:180px;
    }

    .footer-contact-main{
        font-size:15px;
    }

    .footer-bottom-links{
        flex-wrap:wrap;
        gap:15px 23px;
    }

}


/* =========================================================
   FOOTER OFFICE CARDS — CLICKABLE / CONTACT DETAILS
   ========================================================= */

.footer-office{
    min-height:290px;
    display:flex;
    flex-direction:column;
    position:relative;
    isolation:isolate;
}

/* full-card website link */
.office-card-link{
    position:absolute;
    inset:0;
    z-index:1;
}

/* keep phone / email clickable above card overlay */
.footer-office .office-contact,
.footer-office .office-contact a{
    position:relative;
    z-index:3;
}

/* all regular visual content stays above background */
.footer-office .office-top,
.footer-office h4,
.footer-office .office-address,
.footer-office .office-visit{
    position:relative;
    z-index:2;
}

.footer-office h4{
    margin-bottom:11px;
}

/* address now uses the full card width */
.footer-office .office-address{
    display:block;
    width:100%;
    max-width:none;
    min-height:32px;
    margin:0;
    padding:0;
    color:#87a4af;
    font-size:12px;
    line-height:1.75;
}

/* phone + email */
.office-contact{
    width:100%;
    margin-top:21px;
    padding-top:17px;
    border-top:1px solid rgba(255,255,255,.09);
}

.office-contact a{
    display:flex;
    align-items:center;
    gap:9px;
    width:max-content;
    max-width:100%;
    margin-bottom:9px;
    color:#b8cbd2;
    font-size:11px;
    line-height:1.5;
    transition:
        color .22s ease,
        transform .22s ease;
}

.office-contact a:hover{
    color:#fff;
    transform:translateX(3px);
}

.office-contact-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 20px;
    width:20px;
    height:20px;
    border:1px solid rgba(255,255,255,.13);
    color:#61ce8a;
    font-family:var(--display);
    font-size:8px;
    font-weight:800;
}

/* website cue at bottom */
.office-visit{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin-top:auto;
    padding-top:19px;
    color:#6d929f;
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.3px;
    transition:color .25s ease;
}

.office-visit span{
    color:var(--green);
    font-size:15px;
    transition:transform .25s ease;
}

.footer-office:hover .office-visit{
    color:#fff;
}

.footer-office:hover .office-visit span{
    transform:translate(4px,-4px);
}

/* more obvious entire-card hover */
.footer-office:hover{
    background:
        linear-gradient(
            135deg,
            rgba(23,140,195,.07),
            rgba(39,168,91,.025)
        );
}

.footer-office:hover h4{
    color:#fff;
}

/* keyboard focus for the full card */
.office-card-link:focus-visible{
    outline:2px solid var(--green);
    outline-offset:-3px;
}

@media(max-width:760px){
    .footer-office{
        min-height:260px;
    }

    .footer-office .office-address{
        min-height:auto;
    }
}
.product-grid .product-view-all{
    background:var(--navy);
    color:#fff;
}

.product-grid .product-view-all span{
    color:#79a6b8;
}

.product-grid .product-view-all strong{
    color:#fff;
    font-size:18px;
}

.product-grid .product-view-all i{
    color:var(--green);
    font-size:20px;
}

.product-grid .product-view-all:hover{
    background:var(--blue);
}

.product-grid .product-view-all:hover span{
    color:rgba(255,255,255,.7);
}

.product-grid .product-view-all:hover i{
    color:#fff;
    transform:translateX(5px);
}


.logo-grid > a{
    height:150px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    background:#fff;
    transition:.25s ease;
}

.logo-grid > a img{
    max-height:100px;
    max-width:100%;
    filter:grayscale(1);
    opacity:.55;
    transition:.25s ease;
}

.logo-grid > a:hover{
    background:var(--soft);
}

.logo-grid > a:hover img{
    filter:grayscale(0);
    opacity:1;
    transform:scale(1.05);
}

.cta{
    position:relative;
    min-height:560px;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;
}

.cta-media{
    position:absolute;
    inset:0;
}

.cta-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 8s ease;
}

.cta:hover .cta-media img{
    transform:scale(1.04);
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(4,25,37,.96) 0%,
            rgba(4,25,37,.88) 45%,
            rgba(4,25,37,.45) 100%
        );
}

.cta-inner{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1fr 300px;
    align-items:center;
    gap:80px;

    padding-top:90px;
    padding-bottom:90px;
}

.cta-content{
    max-width:820px;
}

.cta-content h2{
    font-size:clamp(42px,5vw,68px);
    line-height:1.05;
    letter-spacing:-2px;
    margin-bottom:25px;
}

.cta-content h2 span{
    color:#b8d5e1;
}

.cta-content p{
    max-width:650px;
    margin:0 0 32px;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.8;
}

.cta-actions{
    display:flex;
    align-items:center;
    gap:28px;
    flex-wrap:wrap;
}

.cta-contact-link{
    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#fff;

    font-size:12px;
    font-weight:600;

    padding-bottom:5px;

    border-bottom:1px solid rgba(255,255,255,.30);

    transition:.25s ease;
}

.cta-contact-link span{
    color:var(--green);
    font-size:17px;

    transition:transform .25s ease;
}

.cta-contact-link:hover{
    border-color:var(--green);
}

.cta-contact-link:hover span{
    transform:translateX(5px);
}


/* Side block */

.cta-side{
    position:relative;

    padding:35px 0 35px 35px;

    border-left:1px solid rgba(255,255,255,.25);
}

.cta-side-label{
    display:block;

    margin-bottom:55px;

    color:#8fb6c6;

    font-size:9px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:2px;
}

.cta-side strong{
    display:block;

    font-family:var(--display);

    font-size:24px;
    line-height:1.45;

    font-weight:600;
}

.cta-side-arrow{
    position:absolute;

    right:0;
    bottom:35px;

    color:var(--green);

    font-size:22px;
}


/* Responsive */

@media(max-width:900px){

    .cta-inner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .cta-side{
        max-width:420px;

        padding:25px 0 0;

        border-left:0;
        border-top:1px solid rgba(255,255,255,.22);
    }

    .cta-side-label{
        margin-bottom:20px;
    }

}


@media(max-width:600px){

    .cta{
        min-height:auto;
    }

    .cta-inner{
        padding-top:75px;
        padding-bottom:75px;
    }

    .cta-content h2{
        font-size:38px;
    }

    .cta-content h2 br{
        display:none;
    }

    .cta-actions{
        align-items:flex-start;
        flex-direction:column;
        gap:20px;
    }

    .cta-side strong{
        font-size:21px;
    }

}

/* =====================================================
   CAPABILITIES
===================================================== */

.capabilities{
    position:relative;
    overflow:hidden;
    padding:130px 0;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(23,140,195,.12),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #061f2e 0%,
            var(--navy) 100%
        );

    color:#fff;
}


/* subtle grid */

.capabilities-bg{
    position:absolute;
    inset:0;

    opacity:.25;

    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:120px 120px;

    pointer-events:none;

    mask-image:
        linear-gradient(
            to bottom,
            #000,
            transparent 85%
        );
}


.capabilities .container{
    position:relative;
    z-index:2;
}


/* =====================================================
   HEADER
===================================================== */

.capabilities-head{
    display:grid !important;
    grid-template-columns:1.25fr .65fr;
    gap:100px;
    align-items:end;

    padding-bottom:60px;
    margin-bottom:0 !important;

    border-bottom:1px solid rgba(255,255,255,.15);
}


.capabilities-heading h2{
    max-width:760px;

    font-size:clamp(42px,5vw,68px);
    line-height:1.03;
    letter-spacing:-2.5px;
}


.capabilities-heading h2 span{
    display:block;
    color:#8cb5c5;
}


.capabilities-intro{
    padding-bottom:5px;
}


.capabilities-count{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:20px;

    color:#789aa8;

    font-size:9px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1.7px;
}


.capabilities-count strong{
    color:var(--green);

    font-family:var(--display);
    font-size:22px;
    line-height:1;
}


.capabilities-intro p{
    max-width:350px;

    margin:0 0 22px;

    color:#91aab5;

    font-size:13px;
    line-height:1.8;
}


.capabilities-view-all{
    display:inline-flex;
    align-items:center;
    gap:11px;

    padding-bottom:5px;

    color:#fff;

    font-size:11px;
    font-weight:700;

    border-bottom:1px solid rgba(255,255,255,.25);

    transition:.25s ease;
}


.capabilities-view-all span{
    color:var(--green);
    font-size:15px;

    transition:transform .25s ease;
}


.capabilities-view-all:hover{
    border-color:var(--green);
}


.capabilities-view-all:hover span{
    transform:translate(4px,-4px);
}


/* =====================================================
   LIST
===================================================== */

.capability-list{
    border-top:0;
}


/* =====================================================
   ROW
===================================================== */

.capability-row{
    position:relative;

    display:grid;
    grid-template-columns:
        55px
        minmax(500px,1fr)
        250px
        50px;

    align-items:center;
    gap:30px;

    min-height:165px;

    padding:22px 0;

    border-bottom:1px solid rgba(255,255,255,.14);

    transition:
        background .35s ease,
        padding .35s ease;
}


.capability-row:before{
    content:"";

    position:absolute;

    left:0;
    bottom:-1px;

    width:0;
    height:2px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            var(--blue)
        );

    transition:width .45s ease;
}


.capability-row:hover{
    padding-left:18px;
    padding-right:18px;

    background:rgba(255,255,255,.035);
}


.capability-row:hover:before{
    width:100%;
}


/* =====================================================

   NUMBER
===================================================== */

.cap-no{
    align-self:start;

    padding-top:19px;

    color:#547b8b;

    font-family:var(--display);
    font-size:10px;
    font-weight:700;

    transition:.25s ease;
}


.capability-row:hover .cap-no{
    color:var(--green);
}


/* =====================================================
   TITLE / CONTENT
===================================================== */

.cap-title{
    display:grid;
    grid-template-columns:310px 1fr;
    gap:45px;

    align-items:center;
}


.cap-heading{
    position:relative;
}


.cap-category{
    display:block;

    margin-bottom:8px;

    color:#608797;

    font-size:10px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1.5px;

    transition:.25s ease;
}


.cap-title h3{
    margin:0;

    color:#fff;

    font-size:25px;
    line-height:1.25;
    letter-spacing:-.6px;

    transition:
        color .25s ease,
        transform .25s ease;
}


.cap-title p{
    max-width:430px;

    margin:0;

    color:#89a5b1;

    font-size:12px;
    line-height:1.8;

    transition:color .25s ease;
}


.capability-row:hover .cap-category{
    color:#78d79b;
}


.capability-row:hover .cap-title h3{
    transform:translateX(5px);
}


.capability-row:hover .cap-title p{
    color:#a9bec7;
}


/* =====================================================
   IMAGE
===================================================== */

.cap-image{
    position:relative;

    height:108px;

    overflow:hidden;

    border-radius:2px;

    background:#0a2939;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.cap-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    opacity:.78;

    filter:saturate(.78);

    transition:
        transform .7s cubic-bezier(.22,.61,.36,1),
        opacity .35s ease,
        filter .35s ease;
}


.cap-image-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(5,30,43,.25),
            transparent
        );

    transition:.3s ease;
}


.capability-row:hover .cap-image{
    transform:translateY(-3px);

    box-shadow:
        0 14px 35px rgba(0,0,0,.22);
}


.capability-row:hover .cap-image img{
    transform:scale(1.07);

    opacity:1;
    filter:saturate(1);
}


.capability-row:hover .cap-image-overlay{
    opacity:.25;
}


/* =====================================================
   ARROW
===================================================== */

.cap-arrow{
    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    margin-left:auto;

    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;

    color:#7392a0;

    font-size:17px;

    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


.capability-row:hover .cap-arrow{
    color:#fff;

    background:var(--green);
    border-color:var(--green);

    transform:
        translate(3px,-3px)
        rotate(5deg);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1100px){

    .capabilities-head{
        grid-template-columns:1fr .55fr;
        gap:60px;
    }


    .capability-row{
        grid-template-columns:
            45px
            1fr
            200px
            45px;
    }


    .cap-title{
        grid-template-columns:250px 1fr;
        gap:30px;
    }

}


@media(max-width:900px){

    .capabilities{
        padding:95px 0;
    }


    .capabilities-head{
        grid-template-columns:1fr;
        gap:32px;

        padding-bottom:45px;
    }


    .capabilities-intro p{
        max-width:520px;
    }


    .capability-row{
        grid-template-columns:
            40px
            1fr
            45px;

        min-height:150px;

        padding:25px 0;
    }


    .cap-image{
        display:none;
    }


    .cap-title{
        grid-template-columns:1fr;
        gap:10px;
    }


    .cap-title p{
        max-width:600px;
    }

}


@media(max-width:600px){

    .capabilities{
        padding:75px 0;
    }


    .capabilities-heading h2{
        font-size:38px;
        letter-spacing:-1.5px;
    }


    .capability-row{
        grid-template-columns:
            28px
            1fr
            35px;

        gap:12px;

        min-height:145px;
    }


    .capability-row:hover{
        padding-left:0;
        padding-right:0;
    }


    .cap-title h3{
        font-size:19px;
    }


    .cap-title p{
        font-size:11px;
        line-height:1.7;
    }


    .cap-arrow{
        width:34px;
        height:34px;

        font-size:14px;
    }


    .cap-category{
        font-size:7px;
    }

}


/* =========================================================
   HEADER / MENU
   ========================================================= */


/* =========================
   DESKTOP HEADER
========================= */

.site-header{
    position:fixed !important;
    top:0;
    left:0;
    right:0;
    z-index:1000;

    height:88px;

    background:rgba(5,28,40,.18);
    border-bottom:1px solid rgba(255,255,255,.15);

    transition:
        height .3s ease,
        background .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.header-shell{
    width:min(1400px,calc(100% - 64px)) !important;
    height:100% !important;

    margin:0 auto !important;

    display:flex !important;
    align-items:center !important;

    gap:34px !important;
}


/* Logo */

.brand{
    width:180px !important;
    flex:0 0 180px !important;

    display:flex;
    align-items:center;
}

.brand img{
    width:100%;
    height:auto;
}


/* =========================
   DESKTOP NAV
========================= */

.desktop-nav{
    display:flex !important;
    align-items:center !important;

    height:100% !important;

    gap:27px !important;

    margin-left:auto !important;
}


.desktop-nav > a,
.nav-drop > a{
    position:relative;

    display:flex !important;
    align-items:center !important;

    height:100% !important;

    padding:0 !important;
    margin:0 !important;

    color:#fff;

    font-size:12px;
    font-weight:600;

    white-space:nowrap;

    transition:color .25s ease;
}


.desktop-nav > a:after,
.nav-drop > a:after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:0;
    height:3px;

    background:linear-gradient(
        90deg,
        var(--green),
        var(--blue)
    );

    transition:width .28s ease;
}


.desktop-nav > a:hover:after,
.desktop-nav > a.active:after,
.nav-drop:hover > a:after{
    width:100%;
}


.nav-drop{
    position:relative;

    height:100%;

    display:flex;
    align-items:center;
}


.nav-chevron{
    margin-left:5px !important;

    font-size:12px !important;

    opacity:.65;

    transition:
        transform .25s ease,
        opacity .25s ease;
}


.nav-drop:hover .nav-chevron{
    transform:rotate(180deg);

    opacity:1;
}


/* =========================
   DESKTOP DROPDOWN
========================= */

.dropdown-panel{
    position:absolute !important;

    top:calc(100% - 1px) !important;
    left:-20px !important;

    width:305px !important;

    padding:9px !important;

    background:#fff !important;

    border:1px solid #e4ebee;
    border-top:3px solid var(--green);

    border-radius:0 0 4px 4px;

    box-shadow:
        0 25px 65px rgba(5,30,43,.18);

    opacity:0 !important;
    visibility:hidden !important;

    pointer-events:none;

    transform:translateY(10px) !important;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s ease !important;
}


.dropdown-panel.wide{
    width:330px !important;
}


.nav-drop:hover > .dropdown-panel,
.nav-drop:focus-within > .dropdown-panel{
    opacity:1 !important;
    visibility:visible !important;

    pointer-events:auto;

    transform:translateY(0) !important;
}


.dropdown-panel > a{
    display:flex !important;
    align-items:center;
    justify-content:space-between;

    width:100%;

    min-height:42px;

    padding:10px 12px !important;
    margin:0 !important;

    border-bottom:1px solid #edf2f4;

    color:#52666f !important;

    font-size:11px !important;
    font-weight:600;

    line-height:1.4;

    border-radius:2px;

    transition:
        color .2s ease,
        background .2s ease,
        padding .2s ease;
}


.dropdown-panel > a:hover{
    padding-left:16px !important;

    color:var(--navy) !important;

    background:#f4f8f9 !important;
}


.dropdown-panel > a:last-child{
    border-bottom:0;
}


.dropdown-panel .dropdown-view-all{
    margin-top:8px !important;

    padding:11px 13px !important;

    background:var(--navy) !important;

    color:#fff !important;

    border:0;
}


.dropdown-panel .dropdown-view-all:hover{
    padding-left:16px !important;

    background:var(--blue) !important;

    color:#fff !important;
}


/* =========================
   HEADER ACTIONS
========================= */

.header-actions{
    height:100%;

    display:flex !important;
    align-items:center !important;

    gap:18px !important;

    margin:0 !important;

    flex:0 0 auto;
}


.contact-link{
    display:flex !important;
    align-items:center !important;

    height:100% !important;

    margin:0 !important;
    padding:0 !important;

    color:#fff;

    font-size:12px;
    font-weight:600;
}


.quote-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center;

    min-height:44px;

    padding:0 18px !important;
    margin:0 !important;

    gap:10px;

    background:var(--green);

    color:#fff;

    font-size:11px;
    font-weight:700;

    white-space:nowrap;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.quote-btn:hover{
    background:#208e4c;

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(39,168,91,.22);
}


.quote-btn span{
    margin:0 !important;
}


/* =========================
   SCROLL HEADER
========================= */

.site-header.scrolled{
    height:76px !important;

    background:rgba(255,255,255,.97) !important;

    border-color:#e4ebee !important;

    box-shadow:
        0 8px 30px rgba(5,30,43,.07);

    backdrop-filter:blur(15px);
}


.site-header.scrolled .desktop-nav > a,
.site-header.scrolled .nav-drop > a,
.site-header.scrolled .contact-link{
    color:var(--ink) !important;
}


.site-header.scrolled .desktop-nav > a:hover,
.site-header.scrolled .nav-drop:hover > a,
.site-header.scrolled .contact-link:hover{
    color:var(--blue) !important;
}



/* =========================================================
   MOBILE MENU
   ========================================================= */


/* Menu button */

.menu-btn{
    display:none !important;

    width:44px;
    height:44px;

    padding:0 !important;
    margin:0 !important;

    border:1px solid #dce5e8;

    background:#fff;

    align-items:center;
    justify-content:center;
    flex-direction:column;

    gap:5px;

    cursor:pointer;
}


.menu-btn span{
    display:block !important;

    width:19px !important;
    height:2px !important;

    padding:0 !important;
    margin:0 !important;

    background:var(--navy) !important;

    transition:.25s ease;
}


.menu-btn span:nth-child(2){
    width:14px !important;

    margin-left:5px !important;
}



/* Backdrop */

.mobile-menu-backdrop{
    position:fixed !important;

    inset:0;

    z-index:1998;

    display:block !important;

    background:rgba(3,20,30,.65);

    backdrop-filter:blur(3px);

    opacity:0;

    visibility:hidden;

    pointer-events:none;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}


.mobile-menu-backdrop.open{
    opacity:1;

    visibility:visible;

    pointer-events:auto;
}



/* Mobile panel */

.mobile-nav{
    position:fixed !important;

    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;

    z-index:1999 !important;

    width:min(390px,92vw) !important;
    height:100dvh !important;

    padding:0 !important;

    display:flex !important;
    flex-direction:column !important;

    background:#fff !important;

    box-shadow:
        -20px 0 70px rgba(5,30,43,.20);

    opacity:1 !important;

    visibility:hidden !important;

    pointer-events:none;

    transform:translateX(105%) !important;

    transition:
        transform .38s cubic-bezier(.22,.61,.36,1),
        visibility .38s ease !important;
}


.mobile-nav.open{
    visibility:visible !important;

    pointer-events:auto;

    transform:translateX(0) !important;
}



/* Mobile menu header */

.mobile-nav-head{
    flex:0 0 76px;

    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 21px;

    background:#fff;

    border-bottom:1px solid #e6ecef;
}


.mobile-logo{
    width:150px;
}


.mobile-logo img{
    width:100%;
}


/* Close button */

.mobile-close{
    position:relative;

    width:40px;
    height:40px;

    padding:0;

    border:1px solid #dce5e8;

    background:#fff;

    cursor:pointer;
}


.mobile-close span{
    position:absolute;

    left:9px;
    top:18px;

    width:20px;
    height:2px;

    background:var(--navy);
}


.mobile-close span:first-child{
    transform:rotate(45deg);
}


.mobile-close span:last-child{
    transform:rotate(-45deg);
}



/* =========================
   MOBILE MENU LINKS
========================= */

.mobile-nav-body{
    flex:1;

    width:100%;

    padding:14px 21px 25px !important;

    overflow-y:auto;

    overscroll-behavior:contain;
}


.mobile-link,
.mobile-submenu-toggle{
    position:relative;

    display:flex !important;
    align-items:center;
    justify-content:space-between;

    width:100% !important;

    min-height:55px;

    padding:0 !important;
    margin:0 !important;

    border:0 !important;
    border-bottom:1px solid #e8edef !important;

    background:transparent !important;

    color:var(--navy) !important;

    font-family:var(--display);
    font-size:15px !important;
    font-weight:600 !important;

    line-height:1.3;

    text-align:left;

    cursor:pointer;

    transition:
        color .2s ease,
        padding .2s ease;
}


.mobile-link.active{
    color:var(--blue) !important;
}


.mobile-link.active:before{
    content:"";

    position:absolute;

    left:-21px;
    top:50%;

    width:3px;
    height:21px;

    background:var(--green);

    transform:translateY(-50%);
}



/* =========================
   PLUS / MINUS
========================= */

.mobile-submenu-toggle i{
    position:relative;

    display:block;

    width:28px;
    height:28px;

    flex:0 0 28px;

    border:1px solid #dce5e8;

    border-radius:50%;

    transition:
        border-color .2s ease,
        background .2s ease;
	left: 7px;
}


.mobile-submenu-toggle i:before,
.mobile-submenu-toggle i:after{
    content:"";

    position:absolute;

    left:8px;
    top:13px;

    width:10px;
    height:1px;

    background:var(--navy);

    transition:transform .25s ease;
}


.mobile-submenu-toggle i:after{
    transform:rotate(90deg);
}


.mobile-menu-item.open .mobile-submenu-toggle{
    color:var(--blue) !important;
}


.mobile-menu-item.open .mobile-submenu-toggle i{
    border-color:rgba(23,140,195,.25);

    background:rgba(23,140,195,.06);
}


.mobile-menu-item.open .mobile-submenu-toggle i:after{
    transform:rotate(0);
}



/* =========================
   MOBILE SUBMENU
========================= */

.mobile-submenu{
    display:block !important;

    max-height:0;

    padding:0 0 0 14px !important;

    margin:0;

    overflow:hidden;

    opacity:0;

    visibility:hidden;

    transition:
        max-height .4s ease,
        opacity .3s ease,
        padding .3s ease,
        visibility .3s ease;
}


.mobile-menu-item.open .mobile-submenu{
    max-height:650px;

    padding-top:7px !important;
    padding-bottom:12px !important;

    opacity:1;

    visibility:visible;
}


.mobile-submenu > a{
    position:relative;

    display:flex !important;
    align-items:center;
    justify-content:space-between;

    width:100%;

    min-height:40px;

    padding:8px 7px 8px 17px !important;
    margin:0 !important;

    border-bottom:1px solid #eef2f3 !important;

    color:#647982 !important;

    background:transparent !important;

    font-size:11px !important;
    font-weight:600 !important;

    line-height:1.4;
}


.mobile-submenu > a:before{
    content:"";

    position:absolute;

    left:2px;
    top:50%;

    width:5px;
    height:5px;

    border-radius:50%;

    background:#cbd7dc;

    transform:translateY(-50%);

    transition:background .2s ease;
}


.mobile-submenu > a:hover{
    color:var(--blue) !important;
}


.mobile-submenu > a:hover:before{
    background:var(--green);
}



/* View all */

.mobile-submenu .mobile-view-all{
    margin-top:8px !important;

    min-height:42px;

    padding:10px 13px !important;

    background:var(--navy) !important;

    color:#fff !important;

    border:0 !important;
}


.mobile-submenu .mobile-view-all:before{
    display:none;
}


.mobile-submenu .mobile-view-all:hover{
    background:var(--blue) !important;

    color:#fff !important;
}


.mobile-view-all span{
    color:var(--green);
}



/* =========================
   MOBILE FOOTER
========================= */

.mobile-nav-footer{
    flex:0 0 auto;

    width:100%;

    padding:18px 21px 21px !important;

    background:var(--navy) !important;
}


.mobile-nav-footer > span{
    display:block;

    margin-bottom:8px;

    color:#789aa8;

    font-size:8px;

    text-transform:uppercase;
    letter-spacing:1.5px;
}


.mobile-nav-footer > a{
    display:flex !important;
    align-items:center;
    justify-content:space-between;

    padding:0 !important;

    color:#fff !important;

    font-family:var(--display);

    font-size:17px !important;
    font-weight:600 !important;

    border:0 !important;
}


.mobile-nav-footer > a span{
    color:var(--green);
}



/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1180px){

    .header-shell{
        gap:25px !important;
    }

    .desktop-nav{
        gap:18px !important;
    }

    .desktop-nav > a,
    .nav-drop > a{
        font-size:11px;
    }

    .contact-link{
        display:none !important;
    }

}


@media(max-width:980px){

    .site-header,
    .site-header.scrolled{
        height:76px !important;

        background:#fff !important;

        border-color:#e3eaed !important;

        box-shadow:
            0 5px 24px rgba(8,37,54,.07);

        backdrop-filter:none;
    }


    .header-shell{
        width:calc(100% - 30px) !important;

        gap:15px !important;
    }


    .brand{
        width:155px !important;
        flex:0 0 155px !important;
    }


    .desktop-nav,
    .quote-btn,
    .contact-link{
        display:none !important;
    }


    .header-actions{
        height:auto;

        margin-left:auto !important;
    }


    .menu-btn{
        display:flex !important;
    }

}


@media(max-width:480px){

    .site-header,
    .site-header.scrolled{
        height:70px !important;
    }


    .header-shell{
        width:calc(100% - 22px) !important;
    }


    .brand{
        width:140px !important;
        flex:0 0 140px !important;
    }


    .menu-btn{
        width:40px;
        height:40px;
    }


    .mobile-nav{
        width:94vw !important;
    }


    .mobile-nav-head{
        flex-basis:70px;

        padding:
            0
            18px;
    }


    .mobile-logo{
        width:140px;
    }


    .mobile-nav-body{
        padding:
            11px
            18px
            22px !important;
    }


    .mobile-link,
    .mobile-submenu-toggle{
        min-height:52px;

        font-size:14px !important;
    }


    .mobile-link.active:before{
        left:-18px;
    }


    .mobile-nav-footer{
        padding:
            17px
            18px
            19px !important;
    }

}

@media(max-width:980px){

    .mobile-nav{
        width:min(420px,100vw) !important;
        background:#fff !important;
    }

    .mobile-nav-head{
        height:74px;
        flex:0 0 74px;

        padding:0 20px;

        background:#fff;

        border-bottom:1px solid #e7edef;
    }

    .mobile-logo{
        width:148px;
    }

    .mobile-close{
        width:40px;
        height:40px;

        border:1px solid #dce5e8;
        border-radius:3px;

        background:#fff;
    }


    .mobile-nav-body{
        padding:10px 20px 24px !important;
    }

    .mobile-link{
        min-height:55px;

        display:flex !important;
        align-items:center;

        padding:0 !important;

        border-bottom:1px solid #e8edef !important;

        color:var(--navy) !important;

        font-family:var(--display);
        font-size:15px !important;
        font-weight:600 !important;
    }

    .mobile-link.active{
        color:var(--blue) !important;
    }


    .mobile-menu-row{
        min-height:55px;

        display:grid;

        grid-template-columns:1fr 42px;

        align-items:center;

        border-bottom:1px solid #e8edef;
    }


    .mobile-parent-link{
        height:55px;

        display:flex;
        align-items:center;

        color:var(--navy);

        font-family:var(--display);
        font-size:15px;
        font-weight:600;

        transition:color .2s ease;
    }

    .mobile-parent-link:hover{
        color:var(--blue);
    }


    .mobile-submenu-toggle{
        width:34px !important;
        height:34px !important;

        min-height:0 !important;

        justify-self:end;

        display:flex !important;
        align-items:center;
        justify-content:center;

        padding:0 !important;

        border:1px solid #dce6e9 !important;
        border-radius:50%;

        background:#fff !important;

        cursor:pointer;
    }


    .mobile-submenu-toggle i{
        position:relative;

        width:14px;
        height:14px;

        border:0 !important;
        border-radius:0 !important;

        background:transparent !important;
    }


    .mobile-submenu-toggle i:before,
    .mobile-submenu-toggle i:after{
        content:"";

        position:absolute;

        top:6px;
        left:1px;

        width:12px;
        height:1.5px;

        background:var(--navy);

        transition:transform .25s ease;
    }


    .mobile-submenu-toggle i:after{
        transform:rotate(90deg);
    }


    .mobile-menu-item.open .mobile-submenu-toggle{
        background:var(--navy) !important;
        border-color:var(--navy) !important;
    }


    .mobile-menu-item.open .mobile-submenu-toggle i:before,
    .mobile-menu-item.open .mobile-submenu-toggle i:after{
        background:#fff;
    }


    .mobile-menu-item.open .mobile-submenu-toggle i:after{
        transform:rotate(0);
    }


    .mobile-menu-item.open .mobile-parent-link{
        color:var(--blue);
    }


    .mobile-submenu{
        max-height:0;

        overflow:hidden;

        opacity:0;

        margin:0;

        padding:0 0 0 14px !important;

        background:#f7fafb;

        transition:
            max-height .4s ease,
            opacity .3s ease,
            padding .3s ease;
    }


    .mobile-menu-item.open .mobile-submenu{
        max-height:650px;

        opacity:1;

        padding-top:7px !important;
        padding-bottom:10px !important;
    }


    .mobile-submenu > a{
        position:relative;

        min-height:40px;

        display:flex !important;
        align-items:center;
        justify-content:space-between;

        padding:8px 12px 8px 18px !important;

        border-bottom:1px solid #e9eff1 !important;

        color:#647982 !important;

        font-size:11px !important;
        font-weight:600 !important;
    }


    .mobile-submenu > a:before{
        content:"";

        position:absolute;

        left:3px;
        top:50%;

        width:4px;
        height:4px;

        border-radius:50%;

        background:#b6c6cc;

        transform:translateY(-50%);
    }


    .mobile-submenu > a span{
        color:var(--green);

        font-size:13px;
    }


    .mobile-submenu > a:hover{
        color:var(--blue) !important;
    }


    .mobile-submenu > a:hover:before{
        background:var(--green);
    }


    .mobile-submenu .mobile-view-all{
        min-height:43px;

        margin-top:8px !important;

        padding:9px 13px !important;

        background:var(--navy) !important;

        color:#fff !important;

        border:0 !important;
    }


    .mobile-submenu .mobile-view-all:before{
        display:none;
    }


    .mobile-submenu .mobile-view-all:hover{
        background:var(--blue) !important;

        color:#fff !important;
    }



    .mobile-nav-footer{
        padding:17px 20px 20px !important;
    }

}


@media(max-width:600px){


    .mobile-nav{
        width:100vw !important;
        max-width:none !important;
    }

    .mobile-nav-head{
        padding-left:18px;
        padding-right:18px;
    }

    .mobile-nav-body{
        padding-left:18px !important;
        padding-right:18px !important;
    }

    .mobile-nav-footer{
        padding-left:18px !important;
        padding-right:18px !important;
    }

}






/* =========================================================
   HERO ENTRANCE
========================================================= */

body.motion-ready .site-header{
    animation:ctsHeaderIn .7s cubic-bezier(.22,.61,.36,1) both;
}


body.motion-ready .hero-copy .eyebrow{
    opacity:0;
    transform:translateY(18px);

    animation:
        ctsHeroUp .7s cubic-bezier(.22,.61,.36,1)
        .12s forwards;
}


body.motion-ready .hero-copy h1{
    opacity:0;
    transform:translateY(32px);

    animation:
        ctsHeroUp .9s cubic-bezier(.22,.61,.36,1)
        .25s forwards;
}


body.motion-ready .hero-copy > p{
    opacity:0;
    transform:translateY(24px);

    animation:
        ctsHeroUp .8s cubic-bezier(.22,.61,.36,1)
        .48s forwards;
}


body.motion-ready .hero-actions{
    opacity:0;
    transform:translateY(20px);

    animation:
        ctsHeroUp .75s cubic-bezier(.22,.61,.36,1)
        .68s forwards;
}


body.motion-ready .hero-side-card{
    opacity:0;
    transform:
        translateY(-50%)
        translateX(28px);

    animation:
        ctsHeroSide .9s cubic-bezier(.22,.61,.36,1)
        .7s forwards;
}


/* Hero stats */

body.motion-ready .hero-stat{
    opacity:0;
    transform:translateY(18px);

    animation:
        ctsHeroUp .6s ease forwards;
}


body.motion-ready .hero-stat:nth-child(1){
    animation-delay:.80s;
}

body.motion-ready .hero-stat:nth-child(2){
    animation-delay:.90s;
}

body.motion-ready .hero-stat:nth-child(3){
    animation-delay:1s;
}

body.motion-ready .hero-stat:nth-child(4){
    animation-delay:1.10s;
}


/* Hero image slow zoom */

.hero-media{
    overflow:hidden;
}


.hero-media img{
    transform:scale(1.035);

    animation:
        ctsHeroImage 14s ease-out forwards;

    will-change:transform;
}



/* =========================================================
   SCROLL REVEAL
========================================================= */

.cts-reveal{
    opacity:0;

    transform:translateY(42px);

    transition:
        opacity .8s cubic-bezier(.22,.61,.36,1),
        transform .8s cubic-bezier(.22,.61,.36,1);

    transition-delay:var(--motion-delay,0s);

    will-change:
        opacity,
        transform;
}


.cts-reveal.cts-left{
    transform:translateX(-45px);
}


.cts-reveal.cts-right{
    transform:translateX(45px);
}


.cts-reveal.cts-scale{
    transform:
        translateY(25px)
        scale(.965);
}


.cts-reveal.cts-visible{
    opacity:1;

    transform:
        translate3d(0,0,0)
        scale(1);
}



/* =========================================================
   SECTION EYEBROW
========================================================= */

.cts-visible .eyebrow-line,
.eyebrow.cts-visible .eyebrow-line{
    animation:
        ctsLineIn .7s ease both;
}



/* =========================================================
   INTRO
========================================================= */

.intro .split-heading{
    position:relative;
}


.intro .split-heading:before{
    content:"";

    position:absolute;

    top:0;
    left:50%;

    width:1px;
    height:0;

    background:
        linear-gradient(
            to bottom,
            transparent,
            var(--line),
            transparent
        );

    transition:
        height 1.2s ease .3s;
}


.intro.motion-active .split-heading:before{
    height:100%;
}



/* =========================================================
   CAPABILITIES
========================================================= */

.capability-row{
    overflow:hidden;
}


.capability-row:after{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.035),
            transparent
        );

    transform:translateX(-120%);

    pointer-events:none;
}


.capability-row:hover:after{
    animation:ctsRowSweep .85s ease;
}


.capability-row .cap-image{
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.capability-row:hover .cap-image{
    transform:translateY(-4px);

    box-shadow:
        0 18px 38px rgba(0,0,0,.2);
}


.capability-row .cap-image img{
    transition:
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .4s ease,
        opacity .4s ease;
}


.capability-row:hover .cap-image img{
    transform:scale(1.08);
}


.capability-row .cap-arrow{
    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        color .3s ease;
}



/* =========================================================
   SYSTEMS / PRODUCTS
========================================================= */

.systems-feature{
    overflow:hidden;
}


.systems-feature-media img{
    transition:
        transform 1s cubic-bezier(.22,.61,.36,1);
}


.systems-feature:hover .systems-feature-media img{
    transform:scale(1.045);
}


.product-grid > a{
    overflow:hidden;
}


.product-grid > a:after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:0;
    height:3px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            var(--blue)
        );

    transition:width .4s ease;
}


.product-grid > a:hover:after{
    width:100%;
}


.product-grid > a i{
    transition:
        transform .3s ease,
        color .3s ease;
}


.product-grid > a:hover i{
    transform:translate(5px,-5px);
}



/* =========================================================
   WHY CTS
========================================================= */

.why-visual{
    overflow:hidden;
}


.why-visual > img{
    transition:
        transform 1.2s cubic-bezier(.22,.61,.36,1);
}


.why-visual:hover > img{
    transform:scale(1.035);
}


.visual-chip{
    transition:
        transform .35s ease,
        background .35s ease;
}


.why-visual:hover .visual-chip{
    transform:translateY(-7px);

    background:var(--blue);
}


.why-point{
    position:relative;

    transition:
        padding-left .3s ease,
        background .3s ease;
}


.why-point:before{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:2px;

    background:var(--green);

    transform:scaleY(0);

    transform-origin:center;

    transition:
        transform .3s ease;
}


.why-point:hover{
    padding-left:15px;

    background:
        linear-gradient(
            90deg,
            rgba(39,168,91,.045),
            transparent
        );
}


.why-point:hover:before{
    transform:scaleY(1);
}



/* =========================================================
   PROJECTS
========================================================= */

.project-card{
    transform-origin:center;

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.project-card:hover{
    transform:translateY(-7px);

    box-shadow:
        0 22px 55px rgba(0,0,0,.22);
}


.project-card img{
    transition:
        transform 1s cubic-bezier(.22,.61,.36,1);
}


.project-card:hover img{
    transform:scale(1.07);
}


.project-overlay{
    transition:
        background .4s ease;
}


.project-card:hover .project-overlay{
    background:
        linear-gradient(
            to top,
            rgba(2,15,22,.94),
            rgba(2,15,22,.02) 75%
        );
}


.project-meta{
    transition:
        transform .4s cubic-bezier(.22,.61,.36,1);
}


.project-card:hover .project-meta{
    transform:translateY(-7px);
}


.project-meta i{
    transition:
        transform .3s ease,
        color .3s ease;
}


.project-card:hover .project-meta i{
    color:var(--green);

    transform:translate(5px,-5px);
}



/* =========================================================
   CLIENT LOGOS
========================================================= */

.logo-grid > a{
    position:relative;

    overflow:hidden;
}


.logo-grid > a:before{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            135deg,
            transparent,
            rgba(23,140,195,.05)
        );

    opacity:0;

    transition:opacity .3s ease;
}


.logo-grid > a:hover:before{
    opacity:1;
}


.logo-grid > a img{
    transition:
        transform .4s cubic-bezier(.22,.61,.36,1),
        opacity .35s ease,
        filter .35s ease;
}


.logo-grid > a:hover img{
    transform:scale(1.07);
}



/* =========================================================
   CTA
========================================================= */

.cta{
    overflow:hidden;
}


.cta-media img{
    transition:
        transform 8s ease;
}


.cta:hover .cta-media img{
    transform:scale(1.055);
}


.cta-side{
    transition:
        transform .4s ease,
        border-color .4s ease;
}


.cta:hover .cta-side{
    transform:translateX(-8px);

    border-color:var(--green);
}


.cta-side-arrow{
    animation:
        ctsArrowFloat 2.2s ease-in-out infinite;
}



/* =========================================================
   BUTTONS
========================================================= */

.btn,
.quote-btn,
.footer-contact-btn{
    position:relative;

    overflow:hidden;
}


.btn:before,
.quote-btn:before,
.footer-contact-btn:before{
    content:"";

    position:absolute;

    top:-50%;
    left:-75%;

    width:35%;
    height:200%;

    background:
        rgba(255,255,255,.18);

    transform:
        rotate(20deg)
        translateX(-100%);

    transition:
        transform .65s ease;

    pointer-events:none;
}


.btn:hover:before,
.quote-btn:hover:before,
.footer-contact-btn:hover:before{
    transform:
        rotate(20deg)
        translateX(500%);
}


.btn span,
.quote-btn span,
.text-link span,
.profile-link span{
    transition:
        transform .25s ease;
}


.btn:hover span,
.quote-btn:hover span,
.text-link:hover span,
.profile-link:hover span{
    transform:translate(4px,-3px);
}



/* =========================================================
   WHATSAPP
========================================================= */

.wa{
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.wa:hover{
    transform:
        translateY(-4px)
        scale(1.04);

    box-shadow:
        0 14px 35px rgba(37,211,102,.35);
}


.wa:before{
    content:"";

    position:absolute;

    inset:-7px;

    border-radius:50%;

    border:
        1px solid
        rgba(37,211,102,.42);

    animation:
        ctsWhatsappPulse 2.4s ease-out infinite;
}



/* =========================================================
   KEYFRAMES
========================================================= */

@keyframes ctsHeaderIn{

    from{
        opacity:0;

        transform:translateY(-18px);
    }

    to{
        opacity:1;

        transform:none;
    }

}


@keyframes ctsHeroUp{

    from{
        opacity:0;

        transform:translateY(30px);
    }

    to{
        opacity:1;

        transform:none;
    }

}


@keyframes ctsHeroSide{

    from{
        opacity:0;

        transform:
            translateY(-50%)
            translateX(28px);
    }

    to{
        opacity:1;

        transform:
            translateY(-50%)
            translateX(0);
    }

}


@keyframes ctsHeroImage{

    from{
        transform:scale(1.035);
    }

    to{
        transform:scale(1.085);
    }

}


@keyframes ctsLineIn{

    from{
        width:0;

        opacity:0;
    }

    to{
        opacity:1;
    }

}


@keyframes ctsRowSweep{

    0%{
        transform:translateX(-120%);
    }

    100%{
        transform:translateX(120%);
    }

}


@keyframes ctsArrowFloat{

    0%,
    100%{
        transform:translate(0,0);
    }

    50%{
        transform:translate(4px,-4px);
    }

}


@keyframes ctsWhatsappPulse{

    0%{
        opacity:.65;

        transform:scale(.9);
    }

    75%,
    100%{
        opacity:0;

        transform:scale(1.22);
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media(max-width:980px){

    .intro .split-heading:before{
        display:none;
    }


    .cts-reveal.cts-left,
    .cts-reveal.cts-right{
        transform:translateY(30px);
    }


    .cts-reveal.cts-visible{
        transform:none;
    }


    .project-card:hover,
    .why-visual:hover .visual-chip,
    .cta:hover .cta-side{
        transform:none;
    }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

    *,
    *:before,
    *:after{
        animation-duration:.01ms !important;

        animation-iteration-count:1 !important;

        transition-duration:.01ms !important;

        scroll-behavior:auto !important;
    }


    .cts-reveal{
        opacity:1 !important;

        transform:none !important;
    }

}



/* =========================================================
   HERO STATS
   ========================================================= */

.hero-bottom{
    position:absolute;

    left:0;
    right:0;
    bottom:0;

    z-index:4;

    border-top:1px solid rgba(255,255,255,.16);

    background:
        linear-gradient(
            180deg,
            rgba(5,28,40,.18),
            rgba(5,28,40,.55)
        );

    backdrop-filter:blur(8px);
}


.hero-bottom-inner{
    width:min(var(--max),calc(100% - 64px));

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);
}


/* card */

.hero-stat{
    position:relative;

    min-height:112px;

    display:grid;
    grid-template-columns:auto 1fr;

    align-items:center;

    gap:22px;

    padding:22px 30px;

    border-right:1px solid rgba(255,255,255,.14);

    overflow:hidden;

    transition:
        background .3s ease,
        transform .3s ease;
}


.hero-stat:first-child{
    padding-left:0;
}


.hero-stat:last-child{
    border-right:0;
}


/* subtle hover background */

.hero-stat:before{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            135deg,
            rgba(39,168,91,.11),
            rgba(23,140,195,.05)
        );

    opacity:0;

    transition:opacity .3s ease;
}


.hero-stat:hover:before{
    opacity:1;
}


/* bottom accent */

.hero-stat:after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:0;
    height:3px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            var(--blue)
        );

    transition:width .4s ease;
}


.hero-stat:hover:after{
    width:100%;
}


/* number */

.hero-stat-top{
    position:relative;

    z-index:2;

    display:flex;
    align-items:center;

    gap:14px;
}


.stat-no{
    display:block;

    color:#fff;

    font-family:var(--display);

    font-size:31px;
    line-height:1;

    font-weight:700;

    letter-spacing:-1px;

    transition:
        color .3s ease,
        transform .3s ease;
}


.hero-stat:hover .stat-no{
    color:#fff;

    transform:translateY(-3px);
}


/* small line */

.stat-line{
    display:block;

    width:22px;
    height:1px;

    background:rgba(255,255,255,.26);

    transition:
        width .3s ease,
        background .3s ease;
}


.hero-stat:hover .stat-line{
    width:31px;

    background:var(--green);
}


/* text */

.stat-content{
    position:relative;

    z-index:2;

    display:flex;
    flex-direction:column;

    gap:5px;
}


.stat-kicker{
    color:#6f96a5;

    font-size:8px;
    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1.6px;

    transition:color .3s ease;
}


.stat-label{
    max-width:150px;

    color:rgba(255,255,255,.74);

    font-size:10px;
    line-height:1.45;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.65px;

    transition:color .3s ease;
}


.hero-stat:hover .stat-kicker{
    color:#75d89b;
}


.hero-stat:hover .stat-label{
    color:#fff;
}


/* subtle separator glow */

.hero-stat:not(:last-child) .stat-content:after{
    content:"";

    position:absolute;

    right:-30px;
    top:50%;

    width:1px;
    height:0;

    background:
        linear-gradient(
            transparent,
            rgba(39,168,91,.5),
            transparent
        );

    transform:translateY(-50%);

    transition:height .4s ease;
}


.hero-stat:hover .stat-content:after{
    height:55px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:980px){

    .hero-bottom-inner{
        width:calc(100% - 40px);

        grid-template-columns:repeat(2,1fr);
    }


    .hero-stat{
        min-height:100px;

        padding:20px 24px;

        border-bottom:1px solid rgba(255,255,255,.13);
    }


    .hero-stat:nth-child(2){
        border-right:0;
    }


    .hero-stat:nth-child(3),
    .hero-stat:nth-child(4){
        border-bottom:0;
    }


    .hero-stat:nth-child(3){
        padding-left:0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:680px){

    .hero-bottom{
        position:relative;

        background:var(--navy);

        backdrop-filter:none;
    }


    .hero-bottom-inner{
        width:100%;

        grid-template-columns:repeat(2,1fr);
    }


    .hero-stat{
        min-height:105px;

        display:block;

        padding:20px !important;
    }


    .hero-stat:nth-child(odd){
        border-right:1px solid rgba(255,255,255,.12);
    }


    .hero-stat:nth-child(even){
        border-right:0;
    }


    .hero-stat-top{
        margin-bottom:12px;
    }


    .stat-no{
        font-size:26px;
    }


    .stat-line{
        width:18px;
    }


    .stat-label{
        max-width:130px;

        font-size:9px;
    }


    .stat-kicker{
        font-size:7px;
    }

}