﻿:root {
    --brand: #890147;
    --brand-2: #ff0084;
    --dark: #191919;
    --muted: #d2d2d8;
}

/* =====================================================
   GLOBAL
   ===================================================== */
body {
    background: #f4f5f8 !important;
    margin: 0 !important;
    padding: 0 !important;
}

main {
    margin: 0 !important;
}

footer.site-footer {
    margin-top: 0 !important;
}

/* =====================================================
   FONTS
   ===================================================== */
.lp-scope, .hero-landing, .about-band-v2, .trust-band, .services-band {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
    color: #111;
}

.hero-landing__title {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-weight: 800 !important;
}

.hero-landing__lead {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-weight: 600 !important;
}

.about-band-v2__title, .about-band-v2__text, .trust-band__title, .trust-band__lead,
.services-title, .services-lead, .service-card__title, .service-card__desc {
    font-family: "Inter", system-ui, sans-serif !important;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn.btn-brand,
.hero-landing .btn.btn-brand,
.about-band-v2 .btn.btn-brand,
.services-band .btn.btn-brand {
    background: var(--brand) !important;
    border-color: var(--brand) !important;
    color: #fff !important;
    border-radius: 27px !important;
    font-weight: 500 !important;
    padding: 14px 32px !important;
    line-height: 24px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: auto !important;
    max-width: fit-content !important;
}

    .btn.btn-brand:hover {
        filter: brightness(.92) !important;
    }

.btn--sm {
    padding: 10px 22px !important;
    font-size: 15px !important;
    border-radius: 27px !important;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero-landing {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 140px !important;
    padding-bottom: 90px !important;
}

.hero-landing__slides {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    height: 580px;
}

    .hero-slide::before,
    .hero-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .hero-slide::before {
        background: var(--brand);
        mix-blend-mode: hue;
    }

    .hero-slide::after {
        background: #000;
        opacity: .4;
    }

    .hero-slide.is-active {
        opacity: 1;
        visibility: visible;
    }

    .hero-slide .container {
        position: relative;
        z-index: 2;
    }

.hero-slide__copy {
    max-width: 769px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-top: 150px;
}

.hero-slide__title {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(2.2rem, 5vw, 64px) !important;
    line-height: 64px !important;
    margin: 0 !important;
    color: #fff !important;
}

.hero-slide__lead {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-weight: 600 !important;
    font-size: clamp(1rem, 1.7vw, 20px) !important;
    line-height: 31px !important;
    margin: 0 !important;
    color: #fff !important;
}

.hero-landing__dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

    .hero-landing__dots span {
        width: 10px;
        height: 10px;
        border-radius: 9999px;
        background: #fff;
        opacity: .3;
        transition: opacity .2s;
        cursor: pointer;
    }

        .hero-landing__dots span.is-active {
            opacity: 1;
        }

/* =====================================================
   WHO WE ARE
   ===================================================== */
.hero-landing + .about-band-v2 {
    margin-top: 0 !important;
}

.about-band-v2 {
    background: #f4f5f8;
    padding: 0 !important;
    margin: 0 !important;
}

.about-band-v2__imgwrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-band-v2__title {
    color: var(--brand) !important;
    font-weight: 800 !important;
    font-size: clamp(1.8rem, 3.2vw, 40px) !important;
    line-height: 1.1 !important;
    margin: 0 0 1rem !important;
}

.about-band-v2__text {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: clamp(1rem, 1.4vw, 20px) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* =====================================================
   TRUST BAND
   ===================================================== */
.trust-band {
    background: linear-gradient(90deg, var(--brand) 0%, var(--dark) 100%);
    color: #fff;
    padding: 64px 0;
    margin: 0;
}

.trust-band__row {
    align-items: center;
}

.trust-band__title {
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 36px);
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 12px;
}

.trust-band__lead {
    color: #f5f5f5;
    font-size: clamp(1rem, 1.6vw, 20px);
    font-weight: 500;
    font-style: italic;
    line-height: 1.45;
    margin: 0;
}

.trust-stats {
    display: grid;
    gap: 40px;
}

.trust-stats__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.trust-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.trust-stat__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.trust-stat__text {
    display: flex;
    flex-direction: column;
}

.trust-stat__kpi {
    color: #fff;
    font-size: clamp(1.25rem, 2.3vw, 28px);
    font-weight: 700;
    line-height: 36px;
    white-space: nowrap;
}

.trust-stat__label {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/* =====================================================
   WHAT WE DO
   ===================================================== */
.services-band {
    background: var(--dark);
    color: #fff;
    padding: 64px 0;
    margin: 0;
}

    .services-band .col-lg-5 {
        padding-left: 30px !important;
    }

.services-copy {
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: 520px;
}

.services-title {
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 40px);
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.services-lead {
    color: #fff;
    font-size: clamp(1rem, 1.6vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    opacity: .95;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
    align-items: stretch;
}

.service-card {
    background: #F8F8FB;
    border-radius: 12px;
    padding: 60px 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 21px;
    min-height: 303px;
}

.service-card__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.service-card__title {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.service-card__desc {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

/* =====================================================
   CTA
   ===================================================== */
.cta-scale {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 0 64px;
}

.cta-scale__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta-scale__text {
    position: relative;
    width: 100%;
    max-width: 1143px;
    margin: 0 auto;
    text-align: center;
}

    .cta-scale__text span {
        color: #fff;
        font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        font-weight: 600;
        line-height: 67px;
    }

.cta-scale__line1 {
    font-size: 60px;
    display: inline-block;
}

.cta-scale__lead {
    font-size: 40px;
}

.cta-scale__em {
    font-size: 40px;
}

.cta-scale__tail {
    font-size: 40px;
}

.cta-scale__btn {
    position: relative;
    margin: 24px auto 0;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width:1200px) {
    .hero-landing {
        min-height: 520px;
    }

    .about-band-v2__imgwrap img {
        height: 460px;
    }
}

@media (max-width:992px) {
    .hero-landing {
        min-height: 480px;
        padding: 80px 0 60px !important;
    }

    .hero-slide__title {
        line-height: 1.05 !important;
    }

    .about-band-v2 {
        padding: 3rem 0 1rem !-important;
    }

    .about-band-v2__imgwrap {
        justify-content: center;
        margin-bottom: 1rem;
    }

        .about-band-v2__imgwrap img {
            height: 400px;
        }

    .trust-stats__row {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .cta-scale {
        min-height: 440px;
        padding: 56px 0;
    }
}

@media (max-width:768px) {
    .hero-landing {
        min-height: 460px;
        text-align: center;
    }

    .hero-slide__copy {
        align-items: center;
    }

    .about-band-v2__imgwrap img {
        height: 340px;
    }

    .trust-stats {
        gap: 28px;
    }

    .trust-band {
        padding: 48px 0;
    }

    .services-band {
        padding: 48px 0;
    }

    .cta-scale {
        min-height: 380px;
        padding: 48px 0;
    }
}

/* =====================================================
   GLOBAL OVERRIDES
   ===================================================== */
.hero-landing h1, .hero-landing h2, .hero-landing h3, .hero-landing p {
    color: #fff !important;
}

/* ================= GLOBAL FIX ================= */
main {
    display: block;
    padding-top: 99px !important;
}
.pb-3{
    padding-bottom: 0px !important;
}

#socialsInfo.site-footer.slanted-footer::before {
    content: none !important;
}

#socialsInfo.site-footer {
    background: #191919 !important;
}

    #socialsInfo.site-footer .container {
        padding-top: 60px !important;
    }

#goTop, .back-to-top, [data-scroll-top] {
    bottom: 1px !important;
}

#socialsInfo {
    position: relative;
}

    #socialsInfo .smoothscroll.scroll-top {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }