@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lexend:wght@100..900&family=Manrope:wght@200..800&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@160..700&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
body {
    font-family: "Poppins", sans-serif !important;
    position: relative;
}
/* ===== Preloader ===== */
.w-atg-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;

    /* animation setup */
    transform: translateY(0);
    transition:
        transform 0.7s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.4s ease;
}

.w-atg-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        backdrop-filter 0.3s ease;
}
.w-atg-header.is-scrolled {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}
.w-atg-header.is-scrolled nav {
    background: black;
}
/* Hidden state  slides UP */
.w-atg-preloader.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

/* Inner center */
.w-atg-preloader__inner {
    display: grid;
    place-items: center;
}

/* Spinner */
.w-atg-preloader__spinner {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-top-color: rgba(255, 255, 255, 0.95);
    animation: w-atg-spin 0.9s linear infinite;
}

@keyframes w-atg-spin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   AFRICATALENTS GLOBAL - NAV + HERO (w-atg-*)
   ========================================================= */

/* ====== Base / Reset-ish ====== */
.w-atg-navbar {
    z-index: 20;
}
.w-atg-brand {
    text-decoration: none;
}
.w-atg-brand__mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-block;
    backdrop-filter: blur(8px);
}
.w-atg-brand__text {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1;
}
.w-atg-navbar .container {
    max-width: 1420px;
}

/* ====== Desktop pill nav ====== */
.w-atg-navpill {
    display: flex;
    gap: 6px;
    padding: 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.w-atg-navpill__link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.78);
    padding: 8px 14px;
    border-radius: 14px;
    font-weight: 500;
    font-size: 0.95rem;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}
.w-atg-navpill__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.w-atg-navpill__link.active {
    color: #0b1c22;
    background: #fff;
}

/* ====== Buttons ====== */
.w-atg-btn {
    border-radius: 36px;
    padding: 16px 16px;
    font-weight: 600;
    line-height: 1.1;
}
.w-atg-btn--primary {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}
.w-atg-btn--primary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.w-atg-btn--light {
    background: #fff;
    color: #0b1c22;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease;
}
.w-atg-btn--light.--black {
    text-decoration: none;
    background: black;
    color: white;
    text-decoration-color: white;
}
.w-atg-btn--light:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.11);
    background: #fff;
    color: #0b1c22;
}
.--touch-btn:hover {
    background: black !important;
    color: white !important;
}
.w-atg-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(10px);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}
.w-atg-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

/* =========================================================
   NAVBAR ENTRANCE ANIMATIONS
   ========================================================= */

/* Initial state */
.w-atg-anim-nav-logo,
.w-atg-anim-nav-links,
.w-atg-anim-nav-cta {
    opacity: 0;
    transform: translateY(-14px);
    transition:
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Animated state */
.w-atg-nav-animated .w-atg-anim-nav-logo {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.w-atg-nav-animated .w-atg-anim-nav-links {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.w-atg-nav-animated .w-atg-anim-nav-cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
}

/* Disable animation on small screens (optional, recommended) */
@media (max-width: 991.98px) {
    .w-atg-anim-nav-logo,
    .w-atg-anim-nav-links,
    .w-atg-anim-nav-cta {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ====== Burger ====== */
.w-atg-burger {
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 10px 12px;
    backdrop-filter: blur(10px);
}
.w-atg-burger:focus {
    box-shadow: none;
}
.w-atg-burger__line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    border-radius: 999px;
}

.w-atg-offcanvas {
    width: 100vw;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    color: #fff;
}
.w-atg-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.w-atg-offcanvas__title {
    font-size: 1rem;
}
.w-atg-mobilelinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.w-atg-mobilelinks__link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 1.1rem;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease;
}
.w-atg-mobilelinks__link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* ====== Hero ====== */
.w-atg-hero {
    position: relative;
    min-height: 70vh;
    border-radius: 0px;
    overflow: hidden;
}
.w-atg-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}
.w-atg-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            900px 520px at 12% 78%,
            rgba(0, 0, 0, 0.55),
            transparent 60%
        ),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7));
}

.w-atg-hero__content {
    position: relative;
    z-index: 10;
    min-height: 70vh;
    padding: 120px 18px 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (min-width: 1600px) {
    .w-atg-hero__content {
        min-height: 55vh;
    }
    .w-atg-hero {
        min-height: 55vh;
    }
    .w-atg-pagehero__bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center -200px;
    }
}
@media screen and (min-width: 1920px) {
    .w-atg-hero__content {
        min-height: 55vh;
    }
    .w-atg-hero {
        min-height: 55vh;
    }
    .w-atg-pagehero__bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center -200px;
    }
}
@media screen and (min-width: 2560px) {
    .w-atg-hero__content {
        min-height: 55vh;
    }
    .w-atg-hero {
        min-height: 55vh;
    }
    .w-atg-pagehero__bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center -200px;
    }
}

.w-atg-hero__inner {
    width: min(1420px, 100%);
    margin: 0 auto;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

/* Left/Right columns */
.w-atg-hero__left {
    flex: 1 1 680px;
    min-width: 0;
}
.w-atg-hero__right {
    flex: 0 0 360px;
    display: flex;
    justify-content: flex-end;
}

/* ====== Hero Carousel Card ====== */
.w-atg-hero-carousel {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    max-width: 720px;
    min-height: 335px;
}
.w-atg-hero-card {
    max-width: 720px;
    padding: 8px 0;
    min-height: 330px;
}
.w-atg-hero-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.w-atg-hero-card__brand {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    letter-spacing: 0.2px;
}
.w-atg-hero-card__title {
    color: #fff;
    font-size: clamp(2.15rem, 4.2vw, 3.7rem);
    line-height: 1.05;
    margin: 14px 0 12px;
    letter-spacing: -0.5px;
}
.w-atg-hero-card__subtitle {
    color: rgba(255, 255, 255, 0.78);
    max-width: 58ch;
    margin: 0;
    font-size: 1.05rem;
}

/* CTA buttons row */
.w-atg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

/* ====== Dots ====== */
.w-atg-hero-dots.carousel-indicators {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
}
.w-atg-hero-dots [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    opacity: 0.45;
    background-color: rgba(255, 255, 255, 0.95);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}
.w-atg-hero-dots .active {
    opacity: 1;
    transform: scale(1.05);
}

/* ====== Metric pill ====== */
.w-atg-metric {
    width: min(360px, 100%);
    border-radius: 20px;
    padding: 18px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}
.w-atg-metric__value {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
}
.w-atg-metric__label {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 6px;
    font-size: 1rem;
}

.--content {
    min-height: 150px;
}

/* =========================================================
   HERO CAROUSEL FADE-IN (ON LOAD)
   ========================================================= */

.w-atg-anim-carousel {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Visible state */
.w-atg-carousel-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ====== Scroll hint ====== */
.w-atg-scrollhint {
    text-decoration: none;
    width: min(1200px, 100%);
    margin: 26px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75);
}
.w-atg-scrollhint:hover {
    text-decoration: underline;
}
.w-atg-scrollhint__arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ====== Responsive ====== */
@media (max-width: 991.98px) {
    .w-atg-hero__left {
        flex: 1;
    }
    .w-atg-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .w-atg-hero__right {
        width: 100%;
        flex: 0 0 auto;
        justify-content: flex-start;
    }
    .w-atg-metric {
        display: none;
        /* width: min(520px, 100%); */
    }
    .w-atg-hero-dots.carousel-indicators {
        margin-left: 0 !important;
    }
    .w-atg-scrollhint {
        justify-content: center;
        gap: 13px;
    }
}

@media (max-width: 575.98px) {
    .w-atg-hero__left {
        flex: 1;
    }
    .w-atg-hero__content {
        padding-top: 104px;
        padding-bottom: 42px;
    }
    .w-atg-hero-card__subtitle {
        font-size: 1rem;
    }
    .w-atg-scrollhint {
        justify-content: flex-start;
    }
}
/* =========================================================
   CONTAINER (max-width 1420px)
   ========================================================= */
.w-atg-container {
    width: min(1420px, 100%);
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.w-atg-container.--flex {
    display: flex;
}
.w-atg-container.--flex.--reverse-row {
    flex-direction: row-reverse;
}

/* =========================================================
   CTA SECTION (BLACK CARD ABOVE FOOTER)
   ========================================================= */
.w-atg-cta {
    background: black;
    padding: 50px 18px;
}

.w-atg-cta__card {
    background: black;
    border-radius: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
    flex-direction: column;
    text-align: center;
    gap: 50px;
}

.w-atg-cta__left {
    flex: 1;
    min-width: 0;
}

.w-atg-cta__surtitle {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: 0px;
}

.w-atg-cta__title {
    color: #fff;
    margin: 0 0 8px;
    font-size: clamp(2.35rem, 2.4vw, 2.5rem);
    letter-spacing: -0.2px;
}

.w-atg-cta__subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0px;
}

.w-atg-cta__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.w-atg-cta__right .w-atg-btn-glass-dark {
    width: 100%;
    min-width: 260px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-atg-cta__form {
    width: 100%;
}

.w-atg-cta__field {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 8px 8px 8px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.w-atg-cta__input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
}

.w-atg-cta__input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.w-atg-cta__btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0;
    background: #fff;
    color: black;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.w-atg-cta__btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.w-atg-cta__hint {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.55);
}

/* =========================================================
   WHITE FOOTER (UNDER CTA)
   ========================================================= */
.w-atg-footer {
    background: black;
    padding: 40px 0 10px 0px;
}

.w-atg-footer .w-atg-container {
    border-radius: 18px;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 12px;
}

/* Grid */
.w-atg-footer__grid {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 0 8px 18px;
}

.w-atg-footer__brandCol {
    flex: 1;
    min-width: 0;
}
.w-atg-footer__brand img {
    width: 440px;
}

.w-atg-footer__linksCol {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: start;
}

.w-atg-footer__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 12px;
}

.w-atg-brand__mark--dark {
    background: rgba(16, 24, 40, 0.08);
    border: 1px solid rgba(16, 24, 40, 0.1);
    backdrop-filter: none;
}

.w-atg-footer__brandText {
    color: #101828;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.w-atg-footer__desc {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 70ch;
    font-weight: 400;
}

/* Contact */
.w-atg-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.w-atg-footer__label {
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.w-atg-footer__value {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-weight: normal;
}
.w-atg-footer__contactItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.w-atg-footer__contactItem svg {
    stroke: white;
}

.w-atg-footer__link {
    text-decoration: none;
}
.w-atg-footer__link:hover {
    color: rgba(16, 24, 40, 0.95);
}

/* Links */
.w-atg-footer__linksTitle {
    font-size: 0.9rem;
    font-weight: 800;
    color: #101828;
    margin-bottom: 10px;
}

.w-atg-footer__nav {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 12px;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.w-atg-footer__nav:hover {
    /* background: rgba(255, 255, 255, 6); */
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

/* Bottom bar */
.w-atg-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 8px 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-atg-footer__copy {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}
.w-atg-email {
    margin: 30px 0;
}
.w-atg-email svg {
    stroke: white;
}
.w-atg-email span {
    color: white;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991.98px) {
    .w-atg-cta__card {
        flex-direction: column;
        align-items: flex-start;
    }
    .w-atg-cta__right {
        width: 100%;
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    .w-atg-footer__grid {
        flex-direction: column;
    }
    .w-atg-footer__linksCol {
        flex: 0 0 auto;
    }

    .w-atg-footer__brand img {
        width: 380px;
    }
    .w-atg-footer__bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .w-atg-hero-actions {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .w-atg-cta__left {
        flex: 1;
    }
    .w-atg-container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .w-atg-cta {
        padding: 28px 0 14px;
    }
    .w-atg-cta__card {
        padding: 18px;
        border-radius: 16px;
    }
    .w-atg-footer .w-atg-container {
        border-radius: 16px;
        padding-top: 18px;
    }
    .w-atg-cta__title {
        text-align: center;
    }
    .w-atg-cta__subtitle {
        text-align: center;
    }
    .w-atg-footer__brand img {
        width: 380px;
    }
    .w-atg-footer__bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* =========================================================
   HOME SECTION 1 - WHAT DRIVES US
   ========================================================= */
.w-atg-drives {
    background: #ffffff;
    padding: 120px 64px;
}

.w-atg-drives__head {
    margin-bottom: 110px;
}

.w-atg-drives__brand {
    font-weight: 700;
    color: #0b1c22;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.w-atg-drives__brand sup {
    font-size: 0.7em;
    top: -0.6em;
}

.w-atg-drives__title {
    font-size: clamp(2.4rem, 4.2vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.8px;
    color: #0b1c22;
    margin: 0;
}

.w-atg-drives__subtitle {
    font-size: clamp(1.4rem, 3.2vw, 1rem);
    line-height: 1.05;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
    font-weight: normal;
}

/* Grid of 4 */
.w-atg-drives__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 56px;
    align-items: start;
}

/* Item */
.w-atg-drive {
    background: white;
    padding: 0px;
    border-radius: 16px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.w-atg-drive__icon {
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.w-atg-ico {
    width: 100%;
    height: 100%;
    display: block;
}

.w-atg-drive__title {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    color: #0b1c22;
}

.w-atg-drive__text {
    margin: 0;
    color: rgba(11, 28, 34, 0.72);
    line-height: 1.55;
    font-size: 0.95rem;
    max-width: 42ch;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .w-atg-drives__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }
    .w-atg-drives__head {
        margin-bottom: 70px;
    }
}

@media (max-width: 575.98px) {
    .w-atg-drive {
        flex-direction: column;
        min-height: 0;
    }
    .w-atg-drive__icon {
        height: 0px;
    }
    .w-atg-drives {
        padding: 56px 0 48px;
    }
    .w-atg-drives__head {
        margin-bottom: 46px;
    }
    .w-atg-drives__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}
/* =========================================================
   HOME SECTION - AFRICA MAP (DARK)
   ========================================================= */
.w-atg-africa {
    background: black;
    padding: 96px 0 86px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.w-atg-africa__head {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 46px;
}

.w-atg-africa__title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.8px;
    margin: 0 0 14px;
}

.w-atg-africa__subtitle {
    color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    max-width: 86ch;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Big map center */
.w-atg-africa__mapWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0 58px;
}

.w-atg-africa__map {
    width: min(650px, 92%);
    /* width: 100%; */
    height: auto;
    display: block;
    filter: drop-shadow(0 22px 80px rgba(0, 0, 0, 0.45));
    opacity: 0.92;
    user-select: none;
    pointer-events: none;
}

/* Bottom 4 columns */
.w-atg-africa__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 46px;
    align-items: start;
}

.w-atg-africa-card__title {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0 0 10px;
}

.w-atg-africa-card__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 0.95rem;
    max-width: 48ch;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .w-atg-africa__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 46px;
    }
    .w-atg-africa__mapWrap {
        padding-bottom: 42px;
    }
}

@media (max-width: 575.98px) {
    .w-atg-africa {
        padding: 70px 0 64px;
    }
    .w-atg-africa__head {
        margin-bottom: 28px;
    }
    .w-atg-africa__subtitle {
        font-size: 1rem;
    }
    .w-atg-africa__mapWrap {
        padding: 10px 0 30px;
    }
    .w-atg-africa__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .w-atg-africa-card__text {
        max-width: none;
    }
}
/* =========================================================
   QUOTE SECTION (DARK)
   ========================================================= */
.w-atg-quote {
    background: black;
    padding: 120px 90px;
    overflow: hidden;
}

.w-atg-quote__layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

/* Left label */
.w-atg-quote__left {
    flex: 0 0 260px;
    padding-top: 10px;
}

.w-atg-quote__label {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    font-size: 1.05rem;
}

/* Right big text */
.w-atg-quote__right {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 70px 0px 0;
}

.w-atg-quote__text {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.25;
    letter-spacing: -0.4px;
}

.w-atg-quote__textStrong {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    display: inline;
}

.w-atg-quote__textMuted {
    color: rgba(255, 255, 255, 0.28);
    font-weight: 500;
    display: inline;
}
/* Word-by-word fade in */
.w-atg-quote-animate .w-atg-word {
    opacity: 0;
    display: inline-block;
    transform: translateY(6px);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    will-change: opacity, transform;
}

.w-atg-quote-animate .w-atg-word.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Quote marks as images */
.w-atg-quote__mark {
    position: absolute;
    height: auto;
    opacity: 0.35;
    pointer-events: none;
    user-select: none;
}

.w-atg-quote__mark--top {
    top: -10px;
    left: 0;
}

.w-atg-quote__mark--bottom {
    bottom: -18px;
    right: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
    .w-atg-quote {
        padding: 70px 0 70px;
    }
    .w-atg-quote__layout {
        flex-direction: column;
        gap: 22px;
    }
    .w-atg-quote__left {
        flex: 0 0 auto;
        padding-top: 0;
    }
    .w-atg-quote__right {
        padding-right: 0;
    }
    .w-atg-quote__mark--bottom {
        right: 10px;
    }
}

@media (max-width: 575.98px) {
    .w-atg-quote__mark {
        width: 44px;
    }
    .w-atg-quote__textMuted {
        display: block; /* nicer on mobile */
        margin-left: 0;
        margin-top: 10px;
    }
}
/* =========================================================
   BLACK GLASS BUTTON (ON DARK BACKGROUND)
   ========================================================= */

.w-atg-btn-glass-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 10px 30px rgba(0, 0, 0, 0.45);

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.w-atg-btn-glass-dark.--dark {
    background: black;
    color: white;
    text-decoration-color: white;
}
/* Hover */
.w-atg-btn-glass-dark:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-1px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 16px 40px rgba(0, 0, 0, 0.6);
}

/* Icon */
.w-atg-btn-glass-dark__icon {
    font-size: 1rem;
    opacity: 0.85;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.w-atg-btn-glass-dark:hover .w-atg-btn-glass-dark__icon {
    transform: translateX(4px);
    opacity: 1;
}

/* Active */
.w-atg-btn-glass-dark:active {
    transform: translateY(0);
}
.w-atg-africa__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
/* =========================================================
   WHAT WE OFFER (WHITE) - NEW CLASSES: w-atg-wwos*
   ========================================================= */
.w-atg-wwos {
    background: #ffffff;
    padding: 90px 0 90px;
}

.w-atg-wwos__layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

/* Left */
.w-atg-wwos__intro {
    flex: 0 0 520px;
    min-width: 0;
}

.w-atg-wwos__title {
    font-size: clamp(2.4rem, 4.2vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.8px;
    color: #0b1c22;
    margin: 0;
}

.w-atg-wwos__lead {
    font-size: clamp(1.1rem, 3.2vw, 1rem);
    line-height: 1.05;
    letter-spacing: 0px;
    color: black;
    margin: 10px 0;
    font-weight: normal;
}

/* Right */
.w-atg-wwos__list {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 6px;
}

.w-atg-wwos-item {
    padding: 6px 0 18px;
}

.w-atg-wwos-item__title {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    color: #0b1c22;
}

.w-atg-wwos-item__text {
    font-size: clamp(1.4rem, 3.2vw, 1rem);
    line-height: 1.05;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
    font-weight: normal;
}

.w-atg-wwos__divider {
    height: 1px;
    background: rgba(11, 15, 20, 0.1);
    margin: 26px 0;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .w-atg-wwos__intro {
        flex-basis: 460px;
    }
    .w-atg-wwos__layout {
        gap: 56px;
    }
}

@media (max-width: 991.98px) {
    .w-atg-wwos {
        padding: 70px 0;
    }
    .w-atg-wwos__layout {
        flex-direction: column;
        gap: 34px;
    }
    .w-atg-wwos__intro {
        flex: 0 0 auto;
        max-width: 720px;
    }
    .w-atg-wwos__list {
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    .w-atg-wwos__divider {
        margin: 18px 0;
    }
    .w-atg-wwos-item__text {
        font-size: 0.98rem;
    }
}
/* =========================================================
   ABOUT PAGE STYLES (new classes)
   ========================================================= */

/* Banner */
.w-atg-pagehero {
    position: relative;
    min-height: 42vh;
    overflow: hidden;
}
.w-atg-pagehero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center -310px;
}
.w-atg-pagehero__bg.--about {
    background-position: center 0px;
}
.w-atg-pagehero__bg.--contact {
    background-position: center -220px;
}
.w-atg-pagehero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18),
        rgba(0, 0, 0, 0.55)
    );
}
.w-atg-pagehero__content {
    position: relative;
    z-index: 2;
    padding: 120px 0 56px;
}
.w-atg-pagehero__title {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    letter-spacing: -0.6px;
    margin: 0;
}

/* Intro split */
.w-atg-aboutIntro {
    background: #fff;
    padding: 80px 0;
}
.w-atg-aboutIntro__grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.w-atg-aboutIntro__left {
    flex: 1 1 620px;
    min-width: 0;
}
.w-atg-aboutIntro__right {
    flex: 0 0 520px;
}
.w-atg-aboutIntro__kicker {
    font-weight: 700;
    color: rgba(11, 15, 20, 0.65);
    margin-bottom: 10px;
}
.w-atg-aboutIntro__title {
    margin: 0 0 16px;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    letter-spacing: -0.4px;
}
.w-atg-aboutIntro__text {
    margin: 0 0 22px;
    color: rgba(11, 15, 20, 0.74);
    line-height: 1.6;
}
.w-atg-aboutIntro__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.w-atg-aboutIntro__li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.w-atg-aboutIntro__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: black;
    margin-top: 6px;
    flex: 0 0 auto;
}
.w-atg-aboutIntro__liTitle {
    font-weight: 800;
    margin-bottom: 4px;
}
.w-atg-aboutIntro__liText {
    color: rgba(11, 15, 20, 0.7);
    line-height: 1.55;
    font-size: 0.95rem;
}
.w-atg-aboutIntro__media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.1);
}
.w-atg-aboutIntro__media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dark strip card */
.w-atg-aboutStrip {
    background: black;
    padding: 86px 0 0 0;
}
.w-atg-aboutStrip__card {
    display: flex;
    gap: 30px;
    align-items: center;
}
.w-atg-aboutStrip__img {
    flex: 0 0 400px;
}
.w-atg-aboutStrip__img img {
    width: 100%;
    height: auto;
    display: block;
}
.w-atg-why__head {
    margin-bottom: 140px;
}
.w-atg-aboutStrip__content {
    flex: 1 1 auto;
    min-width: 0;
}
.w-atg-aboutStrip__kicker {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    margin-bottom: 10px;
}
.w-atg-aboutStrip__title {
    color: #fff;
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    letter-spacing: -0.3px;
}
.w-atg-aboutStrip__text {
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 16px;
    line-height: 1.6;
    max-width: 70ch;
}

/* Why choose */
.w-atg-why {
    background: #fff;
    padding: 80px 0;
}
.w-atg-why__kicker {
    font-weight: 700;
    color: rgba(11, 15, 20, 0.6);
    margin-bottom: 10px;
}
.w-atg-why__title {
    margin: 0 0 16px;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    letter-spacing: -0.4px;
}
.w-atg-why__subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-bottom: 30px;
}
.w-atg-why__text {
    margin: 0;
    color: rgba(11, 15, 20, 0.72);
    line-height: 1.6;
}
.w-atg-why__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
}
.w-atg-whyCard {
    padding: 18px 0;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.--text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    min-height: 120px;
}
.w-atg-whyCard__title {
    margin: 0 0 10px;
    font-weight: 800;
}
.w-atg-whyCard__text {
    margin: 0;
    color: rgba(11, 15, 20, 0.72);
    line-height: 1.6;
}

/* Dark map */
.w-atg-aboutMap {
    background: black;
    padding: 72px 0;
}
.w-atg-aboutMap__grid {
    display: flex;
    gap: 40px;
    align-items: center;
}
.w-atg-aboutMap__left {
    flex: 1 1 520px;
    min-width: 0;
}
.w-atg-aboutMap__right {
    flex: 0 0 660px;
    display: flex;
    justify-content: flex-end;
}
.w-atg-aboutMap__kicker {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    margin-bottom: 10px;
}
.w-atg-aboutMap__title {
    color: #fff;
    margin: 0 0 12px;
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    letter-spacing: -0.3px;
}
.w-atg-aboutMap__text {
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 16px;
    line-height: 1.6;
}
.w-atg-aboutMap__img {
    width: min(660px, 100%);
    height: auto;
    display: block;
    filter: drop-shadow(0 22px 80px rgba(0, 0, 0, 0.45));
}

/* Metrics */
.w-atg-metrics {
    background: #fff;
    padding: 80px 0 90px;
    text-align: center;
}
.w-atg-metrics__title {
    margin: 0 0 134px;
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    letter-spacing: -0.4px;
}
.w-atg-metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    text-align: left;
}
.w-atg-metricBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.w-atg-metricBox__num {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 6px;
}
.w-atg-metricBox__label {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.05rem;
    letter-spacing: 0px;
}
.w-atg-metricBox__text {
    color: rgba(11, 15, 20, 0.7);
    line-height: 1.6;
    margin: 0;
}
.w-atg-metrics__cta {
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .w-atg-pagehero__content {
        padding: 110px 0 46px;
    }

    .w-atg-aboutIntro__grid {
        flex-direction: column;
    }
    .w-atg-aboutIntro__right {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-atg-aboutStrip__card {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 50px;
    }
    .w-atg-why__head {
        margin-bottom: 50px;
    }
    .w-atg-aboutStrip__img {
        width: min(360px, 100%);
    }

    .w-atg-why__subgrid {
        grid-template-columns: 1fr;
    }
    .w-atg-why__cards {
        grid-template-columns: 1fr;
    }

    .w-atg-aboutMap__grid {
        flex-direction: column;
        align-items: flex-start;
    }
    .w-atg-aboutMap__right {
        width: 100%;
        justify-content: flex-start;
    }

    .w-atg-metrics__grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
}
/* =========================================================
   SERVICES PAGE (new classes only) - w-atg-srv*
   ========================================================= */

/* Intro */
.w-atg-srvIntro {
    background: #fff;
    padding: 80px 0;
}
.w-atg-srvIntro__grid {
    display: flex;
    gap: 50px;
    align-items: center;
}
.w-atg-srvIntro__left {
    flex: 1 1 640px;
    min-width: 0;
}
.w-atg-srvIntro__right {
    flex: 0 0 520px;
}
.w-atg-srvIntro__kicker {
    color: rgba(11, 15, 20, 0.65);
    font-weight: 800;
    margin-bottom: 10px;
}
.w-atg-srvIntro__title {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    letter-spacing: -0.5px;
}
.w-atg-srvIntro__text {
    margin: 0;
    color: rgba(11, 15, 20, 0.72);
    line-height: 1.65;
}
.w-atg-srvIntro__actions {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
}
.w-atg-srvIntro__link {
    color: rgba(11, 15, 20, 0.75);
    font-weight: 700;
    text-decoration: none;
}
.w-atg-srvIntro__link:hover {
    text-decoration: underline;
}

/* Media card */
.w-atg-srvMedia {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.1);
}
.w-atg-srvMedia img {
    width: 100%;
    height: auto;
    display: block;
}
.w-atg-srvMedia__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.35)
    );
}
.w-atg-srvMedia__badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 12px 14px;
    color: #fff;
    min-width: 140px;
}
.w-atg-srvMedia__badge--right {
    left: auto;
    right: 16px;
}
.w-atg-srvMedia__badgeNum {
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
}
.w-atg-srvMedia__badgeText {
    opacity: 0.85;
    font-weight: 700;
    font-size: 0.85rem;
    margin-top: 6px;
}

/* 3 blocks */
.w-atg-srvBlocks {
    background: #f6f7f8;
    padding: 80px 0;
}
.w-atg-srvBlocks__head {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}
.w-atg-srvBlocks__title {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    letter-spacing: -0.4px;
}
.w-atg-srvBlocks__subtitle {
    margin: 0;
    color: rgba(11, 15, 20, 0.68);
    line-height: 1.6;
}
.w-atg-srvBlocks__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.w-atg-srvCard {
    text-decoration: none;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 15, 20, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.w-atg-srvCard::before {
    content: "";
    position: absolute;
    inset: -40% -40% auto -40%;
    height: 220px;
    background: radial-gradient(
        closest-side,
        rgba(0, 0, 0, 0.06),
        transparent 70%
    );
    opacity: 0.5;
    pointer-events: none;
}
.w-atg-srvCard__brand {
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 5px;
    font-size: 2rem;
    text-decoration: none;
}
.w-atg-srvCard__tag {
    font-weight: 800;
    color: rgba(11, 15, 20, 0.7);
    margin-bottom: 10px;
}
.w-atg-srvCard__text {
    margin: 0 0 12px;
    color: rgba(11, 15, 20, 0.72);
    line-height: 1.6;
}
.w-atg-srvCard__list {
    margin: 0;
    padding-left: 18px;
    color: rgba(11, 15, 20, 0.72);
    line-height: 1.6;
}
.w-atg-srvCard__actions {
    margin-top: 16px;
}
.w-atg-srvCard__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0b0f14;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(11, 15, 20, 0.12);
    background: rgba(11, 15, 20, 0.03);
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}
.w-atg-srvCard__btn:hover {
    transform: translateY(-1px);
    background: rgba(11, 15, 20, 0.06);
}
.w-atg-srvCard--talents {
    text-decoration: none;
}
.w-atg-srvCard--talents .w-atg-srvCard__brand {
    color: #d4002a;
}
.w-atg-srvCard--shore .w-atg-srvCard__brand {
    color: #0b2a8a;
}
.w-atg-srvCard--work .w-atg-srvCard__brand {
    color: #7b4a2f;
}

/* Dark unites */
.w-atg-srvUnites {
    background: #0b0f14;
    padding: 86px 0;
}
.w-atg-srvUnites__head {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}
.w-atg-srvUnites__kicker {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    margin-bottom: 10px;
}
.w-atg-srvUnites__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    letter-spacing: -0.4px;
}
.w-atg-srvUnites__subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}
.w-atg-srvUnites__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}
.w-atg-srvPillar {
    padding: 10px 0;
}
.w-atg-srvPillar__title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
}
.w-atg-srvPillar__text {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.5;
    font-size: 0.95rem;
    margin: 0;
}
.w-atg-srvUnites__cta {
    text-align: center;
    margin-top: 26px;
}

/* Gateway */
.w-atg-srvGateway {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}
.w-atg-srvGateway__mini {
    color: rgba(11, 15, 20, 0.65);
    font-weight: 800;
    margin-bottom: 8px;
}
.w-atg-srvGateway__title {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    letter-spacing: -0.4px;
}
.w-atg-srvGateway__subtitle {
    margin: 0 auto;
    max-width: 80ch;
    color: rgba(11, 15, 20, 0.7);
    line-height: 1.6;
}
.w-atg-srvGateway__grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.w-atg-gwCard {
    text-decoration: none;
    border: 1px solid rgba(11, 15, 20, 0.14);
    border-radius: 14px;
    padding: 20px 18px;
    background: #fff;
}
.w-atg-gwCard__name {
    color: black;
}
.w-atg-gwCard:hover {
    transform: translateY(-4px) scale(1.03);
    background: black;
    color: white;
}
.w-atg-gwCard:hover .w-atg-gwCard__text,
.w-atg-gwCard:hover .w-atg-gwCard__name {
    color: white;
}
.w-atg-gwCard__name {
    font-weight: 900;
    margin-bottom: 8px;
}
.w-atg-gwCard__text {
    margin: 0;
    color: rgba(11, 15, 20, 0.7);
    line-height: 1.6;
}

/* Final CTA */
.w-atg-srvFinal {
    background: #f6f7f8;
    padding: 80px 0;
}
.w-atg-srvFinal__grid {
    background: #0b0f14;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
}
.w-atg-srvFinal__left {
    flex: 1 1 520px;
    padding: 30px;
}
.w-atg-srvFinal__kicker {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    margin-bottom: 10px;
}
.w-atg-srvFinal__title {
    color: #fff;
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 2.8vw, 2.2rem);
    letter-spacing: -0.3px;
}
.w-atg-srvFinal__text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 70ch;
}
.w-atg-srvFinal__right {
    flex: 0 0 520px;
}
.w-atg-srvFinal__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
    .w-atg-srvIntro__grid {
        flex-direction: column;
    }
    .w-atg-srvIntro__right {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-atg-srvBlocks__grid {
        grid-template-columns: 1fr;
    }

    .w-atg-srvUnites__grid {
        grid-template-columns: 1fr 1fr;
    }

    .w-atg-srvGateway__grid {
        grid-template-columns: 1fr;
    }

    .w-atg-srvFinal__grid {
        flex-direction: column;
    }
    .w-atg-srvFinal__right {
        flex: 0 0 auto;
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    .w-atg-srvUnites__grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   CONTACT (BLACK) - new classes: w-atg-contactblk / w-atg-field
   ========================================================= */
.w-atg-contactblk {
    background: black;
    padding: 86px 0 90px;
    overflow: hidden;
}

.w-atg-contactblk__head {
    max-width: 920px;
    margin: 0 auto 28px;
    text-align: left;
}
.w-atg-contactblk__title {
    color: #fff;
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    letter-spacing: -0.4px;
}
.w-atg-contactblk__subtitle {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.6;
    max-width: 86ch;
}

.w-atg-contactblk__card {
    margin-top: 26px;
    display: flex;
    gap: 28px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

/* Left info panel */
.w-atg-contactblk__info {
    flex: 0 0 380px;
    padding: 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: radial-gradient(
        600px 240px at 20% 10%,
        rgba(255, 255, 255, 0.06),
        transparent 65%
    );
}
.w-atg-contactblk__kicker {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-bottom: 18px;
}
.w-atg-contactblk__infoItem {
    margin-bottom: 16px;
}
.w-atg-contactblk__infoLabel {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 0.95rem;
}
.w-atg-contactblk__infoValue {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
    font-size: 0.98rem;
}
.w-atg-contactblk__link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 500;
}
.w-atg-contactblk__link:hover {
    text-decoration: underline;
}
.w-atg-contactblk__mini {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.5;
}
.w-atg-contactblk__miniDot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    margin-top: 5px;
}

.at__top {
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-height: 120px;
    justify-content: start;
    text-decoration: none;
}
.at-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    min-height: 260px;
}

.at__body {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: start;
}

/* Form */
.w-atg-contactblk__form {
    flex: 1 1 auto;
    padding: 26px;
    min-width: 0;
}

.w-atg-contactblk__form select {
    background-color: black;
    color: white;
    border: 1px solid #444;
    padding: 8px;
    width: 100%;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: none;

    -webkit-tap-highlight-color: transparent;
    background: black
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,8" fill="white"/></svg>')
        no-repeat right 10px center;
    padding-right: 30px;
}
.w-atg-contactblk__form select option {
    background: black;
    color: white;
}
.w-atg-contactblk__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
}

.w-atg-field {
    min-width: 0;
}
.w-atg-field--full {
    grid-column: 1 / -1;
}

.w-atg-field__label {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 8px;
    display: flex;
    gap: 6px;
}
.w-atg-field__label span {
    color: rgba(255, 255, 255, 0.55);
}

.w-atg-field__control {
    width: 100%;
    border-radius: 14px;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.w-atg-field__control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.w-atg-field__control:focus {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.w-atg-field__control--textarea {
    resize: vertical;
    min-height: 140px;
}

/* Error */
.w-atg-field__error {
    margin-top: 8px;
    color: rgba(255, 160, 160, 0.95);
    font-weight: 700;
    font-size: 0.92rem;
}

.w-atg-contactblk__submitRow {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.w-atg-contactblk__note {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 62ch;
}

/* Responsive */
@media (max-width: 991.98px) {
    .w-atg-contactblk__card {
        flex-direction: column;
    }
    .w-atg-contactblk__info {
        flex: 0 0 auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .w-atg-contactblk__grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   CONTACT SUCCESS ALERT
   ========================================================= */
.w-atg-contactblk__alert {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: rgba(255, 255, 255, 0.92);
    font-weight: 800;
}

.w-atg-contactblk__alertIcon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(0, 200, 120, 0.18);
    border: 1px solid rgba(0, 200, 120, 0.35);
    color: #7cffb2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex: 0 0 auto;
}

.w-atg-contactblk__alertText {
    line-height: 1.4;
    font-size: 0.95rem;
}
/* =========================================================
   SERVICES CARD HOVER EFFECT
   ========================================================= */

.w-atg-srvCard {
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        background 0.35s ease,
        color 0.35s ease;
    will-change: transform;
}

/* Hover state */
.w-atg-srvCard:hover {
    transform: scale(1.03);
    background: #0b0f14; /* dark hover */
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

/* Text color adjustments */
.w-atg-srvCard:hover .w-atg-srvCard__brand,
.w-atg-srvCard:hover .w-atg-srvCard__tag,
.w-atg-srvCard:hover .w-atg-srvCard__text,
.w-atg-srvCard:hover .w-atg-srvCard__list,
.w-atg-srvCard:hover .w-atg-srvCard__btn {
    color: rgba(255, 255, 255, 0.92);
}

/* List bullets inherit */
.w-atg-srvCard:hover .w-atg-srvCard__list li {
    color: rgba(255, 255, 255, 0.85);
}

/* Button hover refinement */
.w-atg-srvCard:hover .w-atg-srvCard__btn {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
}

/* Brand accent stays visible */
.w-atg-srvCard--talents:hover .w-atg-srvCard__brand {
    color: #ff3b5c;
}
.w-atg-srvCard--shore:hover .w-atg-srvCard__brand {
    color: #6aa8ff;
}
.w-atg-srvCard--work:hover .w-atg-srvCard__brand {
    color: #e2b38b;
}
@media (hover: hover) {
    .w-atg-srvCard:hover {
        transform: translateY(-4px) scale(1.03);
    }
}
