/*
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

.icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem
}

.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem
}

.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.h1, .h2, .h3, h1, h2, h3 {
    letter-spacing: -.022rem
}

.display-1, .display-2, .display-3, .display-4 {
    letter-spacing: -.05rem
}

.lead {
    letter-spacing: -.03rem
}

.text-inherit {
    color: var(--gk-gray-800)
}

    .text-inherit.active, .text-inherit:hover, a.text-body:hover, a:hover .text-primary-hover {
        color: var(--gk-primary) !important
    }

.disableClick {
    pointer-events: none
}

.text-inverse {
    filter: brightness(0) invert(1)
}

.text-inverse-dark {
    filter: brightness(2) invert(1)
}

.cursor-pointer {
    cursor: pointer
}

.logo-stick {
    filter: brightness(0) invert(1)
}

.chevron-arrow {
    display: inline-flex;
    transition: .5s ease-in-out
}

[aria-expanded=true] .chevron-arrow {
    transform: rotate(-180deg)
}

.collapse-toggle {
    display: inline-block;
    transition: .5s ease-in-out
}

[aria-expanded=true] .collapse-toggle {
    transform: rotate(180deg)
}

.accordion-single .accordion-header-single {
    background-color: var(--gk-body-bg);
    border-bottom: 1px solid var(--gk-gray-300);
    margin-bottom: 0;
    padding: 16px
}

.accordion-body-single {
    padding: 24px
}

.bg-cover {
    background: no-repeat 50%/cover
}

.bg-grayscale {
    filter: grayscale(100%)
}

.bg-colors-gradient {
    background: linear-gradient(280.04deg,#baa9fb,#dbbeff 48.96%,#ffe0e0)
}

@media (max-width:1200px) {
    .bg-auto {
        background-size: auto !important
    }
}

.dot-pattern {
    position: relative
}

    .dot-pattern:after {
        background: url(../../../assets/images/dots-pattern.html) no-repeat;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.img-overlay, .img-overlay .img-color {
    position: relative;
    transition: .5s ease
}

    .img-overlay .img-color {
        background-color: var(--gk-primary);
        border-radius: 1rem
    }

        .img-overlay .img-color img {
            border-radius: .75rem
        }

        .img-overlay .img-color:hover img {
            mix-blend-mode: multiply;
            opacity: .4;
            transition: .2s ease
        }

    .img-overlay .caption {
        left: 50%;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transition: .5s ease
    }

    .img-overlay:hover .caption {
        opacity: 1
    }

.hero-graphics {
    background-image: url(../images/hero/hero-graphics.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-dark-stable {
    background-color: #0f172a
}

.text-white-stable {
    color: #fff
}

.bg-orange-gradient {
    background: #f93b10;
    background: linear-gradient(90deg,#f93b10,#ff6658 35%,#fe5d75)
}

.border-dashed {
    border: 2px dashed var(--gk-gray-300) !important
}

.list-timeline-activity {
    position: relative;
    z-index: 1
}

    .list-timeline-activity .list-group-item:not(:last-child):before {
        border-left: 1px solid var(--gk-border-color);
        content: "";
        height: 100%;
        left: 1.25rem;
        position: absolute;
        top: 1rem
    }

.process-line {
    position: relative;
    z-index: 1
}

.list-group-item:not(:last-child) .process-line:before {
    border-bottom: 2px solid var(--gk-primary);
    content: "";
    left: 0;
    margin: 0 80px;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 200px
}

@media (max-width:420px) {
    .list-group-item:not(:last-child) .process-line:before {
        display: none
    }
}

@media (max-width:990px) {
    .list-group-item:not(:last-child) .process-line:before {
        width: 120px
    }
}

.small-divider {
    height: .125rem;
    width: 2.25rem
}

.step-line {
    position: relative
}

    .step-line:after {
        background-color: var(--gk-gray-200);
        content: "";
        height: 2px;
        min-width: 13rem;
        position: absolute;
        top: 50%;
        z-index: -1
    }

@media (max-width:1200px) {
    .step-line:after {
        min-width: 10rem
    }
}

@media (max-width:768px) {
    .step-line:after {
        min-width: 6.9rem
    }
}

.active .step-line:after {
    background-color: var(--gk-primary)
}

.timeline-activity {
    position: relative;
    z-index: 1
}

    .timeline-activity .list-group-item:not(:last-child):before {
        border-left: 1px solid var(--gk-border-color);
        bottom: 0;
        content: "";
        left: .3rem;
        position: absolute;
        top: 0
    }

.bg-light-gradient {
    background: rgba(221,218,255,.2);
    background: linear-gradient(180deg,rgba(221,218,255,.2),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(180deg,rgba(221,218,255,.2) 0,hsla(0,0%,100%,0) 80%)
}

.bg-light-gradient-bottom {
    background: rgba(221,218,255,.3);
    background: linear-gradient(1turn,rgba(221,218,255,.3),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(1turn,rgba(221,218,255,.3) 0,hsla(0,0%,100%,0) 80%)
}

.bg-light-gradient-top {
    background: rgba(221,218,255,.3);
    background: linear-gradient(180deg,rgba(221,218,255,.3),hsla(0,0%,100%,0) 80%);
    background: -moz-linear-gradient(180deg,rgba(221,218,255,.3) 0,hsla(0,0%,100%,0) 80%)
}

.bg-gradient-mix-shade {
    background: linear-gradient(270.06deg,#4a52ff .05%,#c678ff 54.16%,#fe5d75 99.95%)
}

@media (min-width:768px) {
    .mw-md-130 {
        max-width: 130% !important
    }
}

*/

:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #0ea5e9;
    --light-bg: #f8fafc;
    --dark-text: #1e293b;
    --light-text: #64748b;
}

html, body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-text);
}

.section-subtitle {
    color: var(--light-text);
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.rounded-circle {
    border-radius: 50% !important
}

.avatar-md {
    height: 2.5rem;
    width: 2.5rem
}



/* Section Hero */
.hero-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 6em 0;
    overflow: hidden;
}

.hero-illustration {
    max-width: 100%;
    height: auto;
}

/* Section Trust */
.trust-section {
    background-color: var(--light-bg);
    padding: 4rem 0;
}

.trust-badge {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s;
}

    .trust-badge:hover {
        transform: translateY(-5px);
    }

.trust-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}


/* Section featured */

.feature-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    background-color: rgba(37, 99, 235, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .feature-icon i {
        font-size: 1.8rem;
        color: var(--primary-color);
    }

.light-bg-section {
    padding: 0.1rem 0;
    background-color: var(--light-bg);
}



/* Call to Action section */

.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 20%, var(--secondary-color) 100%);
    color: white;
    padding: 5rem 0;
    border-radius: 20px;
    margin: 5rem 0;
}

.cta-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-btn {
    background-color: white;
    color: var(--primary-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
}

    .cta-btn:hover {
        background-color: #f8fafc;
        color: var(--primary-dark);
    }


/* Footer */

.footer {
    background-color: #0f172a;
    color: #cbd5e1;
    padding: 4rem 0 2rem;
}

.footer-heading {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 0.75rem;
    display: block;
    transition: color 0.2s;
}

    .footer-link:hover {
        color: white;
    }

.copyright {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 3rem;
    color: #94a3b8;
}

.app-badges img {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
        text-align: center;
    }

    .hero-illustration {
        margin-top: 3rem;
    }

    .cta-section {
        text-align: center;
    }
}


