    :root {
        --lv-dark: #081821;
        --lv-dark-2: #0f2331;
        --lv-teal: #26c3b5;
        --lv-teal-soft: #e4f7f4;
        --lv-gray: #6c757d;
    }

    a {
        color: rgb(55 91 109);
        text-decoration: underline;
    }

    body {
        font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
        background-color: #f4f6f8;
        color: var(--lv-dark-2);
        scroll-behavior: smooth;
    }

    /* NAVBAR */
    .navbar {
        background-color: #ffffff;
    }

    .navbar-brand img {
        height: 4rem;
    }

    .nav-link {
        font-weight: 500;
        padding: 1rem !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: rgb(65 194 186);
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: #41c2ba;
    }

    /* HERO */
    header.hero {
        background: radial-gradient(circle at top left, #132738 0, #081821 45%, #050b10 100%);
        color: #ffffff;
        min-height: 50vh;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    header.hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 15% 20%, rgba(38, 195, 181, 0.2) 0, transparent 55%),
            radial-gradient(circle at 80% 80%, rgba(38, 195, 181, 0.16) 0, transparent 55%);
        pointer-events: none;
    }

    .hero-inner {
        position: relative;
        z-index: 1;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }


    .hero-badge {
        font-size: .8rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--lv-teal);
    }

    .hero-title {
        font-weight: 700;
    }

    .hero-subtitle {
        color: #d0dde7;
        max-width: 40rem;
    }

    .hero-cta {
        margin-top: 1.5rem;
    }

    /* Secondary nav (PRODUCTS / PARTNERS / ABOUT US / CONTACTS) */
    .hero-tabs {
        margin-top: 3rem;
    }

    .hero-tabs .nav-link {
        border-radius: 999px;
        padding: .5rem 1.25rem;
        font-size: .85rem;
        text-transform: uppercase;
        letter-spacing: .12em;
        color: #d0dde7;
    }

    .hero-tabs .nav-link.active {
        background-color: var(--lv-teal);
        color: #042027;
    }

    .hero-tabs .nav-link:hover {
        color: #ffffff;
    }

    .slick-dots {
        justify-content: flex-start;
        margin-top: 23px;
        padding: 35px;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        margin: 0;
        background: #fff;
    }

    .slick-dots li {
        display: flex;
        margin: 0 5px;
        height: 5px;
    }



    .slick-dots li button {
        background-color: #fff;
    }

    .slick-dots li.slick-active button {
        border-color: #41c2ba;
        background-color: #41c2ba;
        width: 26px;
    }

    .slick-dots li button {
        height: 5px;
        width: 16px;
        text-indent: -9999px;
        padding: 0;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-color: #a8b2c4;
        border: none;
        position: relative;
        z-index: 1;
        transition: 0.4s;
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
        border: 3px solid rgba(9, 29, 62, .1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #091d3e;
        margin-right: 18px;
        position: absolute;
        top: 50%;
        margin: -25px 15px 0 15px;
        padding: 14px 15px;
        cursor: pointer;
        z-index: 2;
    }
    .slick-nav-next.slick-arrow {
    right: 0;
}

    .slick-arrow:hover {
        background: #ffffff;
    }

    .fa-arrow-right.slick-arrow {
        right: 0;
    }

    .bg-brand-2 {
            background: #365b6d;
    }

    /* SECTION BASE */
    section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .section-title {
        font-weight: 700;
    }

    .section-lead {
        max-width: 720px;
    }

    /* WHAT WE DO */
    .what-we-do {
        background-color: #f4f6f8;
    }

    .icon-circle {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .icon-circle-primary {
        background-color: var(--lv-teal-soft);
        color: var(--lv-teal);
    }

    .what-card {
        border-radius: 1rem;
        background-color: #ffffff;
        height: 100%;
    }

    /* ABOUT (MISSION / OUTLOOK) */
    .about {
        background-color: #ffffff;
    }

    .about-label {
        font-size: .8rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--lv-teal);
        margin-bottom: .75rem;
    }

    .card-soft {
        border-radius: 1rem;
        border: 1px solid #dde2e7;
        background-color: #ffffff;
    }

    /* CONTACT */
    .contact {
        background-color: #ffffff;
    }

    .contact-card {
        border-radius: 1rem;
        border: 1px solid #dde2e7;
        background-color: #ffffff;
    }

    .contact-item-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: var(--lv-teal-soft);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--lv-teal);
    }

    /* FOOTER */
    footer {
        background-color: var(--lv-dark);
        color: #9ea9b5;
        padding: 1.75rem 0;
        font-size: .85rem;
    }

    footer .brand {
        color: #ffffff;
    }

    .text-muted-soft {
        color: #6c757d;
    }

    .product-section {
        background-color: #ffffff;
        border-radius: 1.25rem;
        padding: 2.5rem;
        margin-bottom: 2.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    }

    .product-section+.product-section {
        margin-top: 0;
    }

    .product-section h3 {
        font-weight: 700;
    }

    .product-subtitle {
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .14em;
        color: var(--lv-teal, #26c3b5);
        margin-bottom: .25rem;
    }

    .product-block-title {
        font-weight: 600;
        margin-bottom: .4rem;
    }

    .product-media-placeholder {
        background-color: #dee2e6;
        border-radius: 1rem;
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .9rem;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: .12em;
    }

    .doc-buttons .btn {
        margin-right: .5rem;
        margin-bottom: .5rem;
    }

    @media (max-width: 991.98px) {
        header.hero {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .hero-subtitle {
            margin-left: auto;
            margin-right: auto;
        }

        .hero-tabs .nav {
            justify-content: center;
        }

        .doc-buttons .btn {
            margin-right: .5rem;
            margin-bottom: .5rem;
            width: 100%;
        }
    }