:root {
    --fsrl-navy: #08275f;
    --fsrl-blue: #0b6fcf;
    --fsrl-blue-soft: #e8f3ff;
    --fsrl-green: #008a57;
    --fsrl-green-dark: #006f46;
    --fsrl-ink: #10284b;
    --fsrl-muted: #617086;
    --fsrl-border: #dbe6f3;
    --fsrl-soft: #f5f9fd;
    --vz-primary: #0b6fcf;
    --vz-primary-rgb: 11, 111, 207;
    --vz-success: #008a57;
    --vz-success-rgb: 0, 138, 87;
    --vz-secondary-bg: #ffffff;
    --vz-body-color: #10284b;
}

html {
    scroll-padding-top: 92px;
    scroll-behavior: smooth;
}

body {
    color: var(--fsrl-ink);
    overflow-x: hidden;
}

a:focus-visible,
button:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(11, 111, 207, 0.25) !important;
    outline: 0;
}

.fsrl-landing {
    background: #ffffff;
}

.fsrl-navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(219, 230, 243, 0.9);
    backdrop-filter: blur(14px);
}

.fsrl-navbar.is-sticky {
    background: rgba(255, 255, 255, 0.98);
}

.fsrl-navbar .container {
    gap: 1rem;
    max-width: 1320px;
}

.fsrl-navbar .navbar-nav .nav-item .nav-link {
    color: #17345f;
    font-size: 0.84rem;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    white-space: nowrap;
}

.fsrl-navbar .navbar-nav .nav-item .nav-link.active,
.fsrl-navbar .navbar-nav .nav-item .nav-link:focus,
.fsrl-navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--fsrl-green) !important;
}

.fsrl-brand {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    min-width: 285px;
    text-decoration: none;
}

.fsrl-brand img {
    flex: 0 0 48px;
}

.fsrl-brand__logo {
    flex: 0 0 auto !important;
    height: 50px;
    max-width: 240px;
    object-fit: contain;
    width: auto;
}

.fsrl-brand__text {
    color: var(--fsrl-navy);
    display: block;
    line-height: 1.15;
    text-transform: uppercase;
}

.fsrl-brand__text span {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0;
}

.fsrl-brand__text strong {
    display: block;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0;
}

.fsrl-nav-actions .btn {
    align-items: center;
    display: inline-flex;
    font-size: 0.84rem;
    justify-content: center;
    min-height: 42px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    white-space: nowrap;
}

.fsrl-navbar .fsrl-nav-actions > a[data-dan-login] {
    height: 42px;
    line-height: 1.1;
    min-height: 42px;
    padding: 0 1rem;
}

.fsrl-navbar .fsrl-nav-actions > a[data-dan-login] i {
    line-height: 1;
}

.fsrl-language-dropdown .btn-topbar {
    background: rgba(11, 111, 207, 0.08);
    border: 1px solid rgba(11, 111, 207, 0.16);
    height: 42px;
    width: 42px;
}

.fsrl-language-dropdown .btn-topbar:hover,
.fsrl-language-dropdown .btn-topbar:focus {
    background: rgba(0, 138, 87, 0.12);
    border-color: rgba(0, 138, 87, 0.28);
}

.fsrl-language-dropdown .dropdown-menu {
    border-color: var(--fsrl-border);
    box-shadow: 0 12px 30px rgba(15, 34, 58, 0.12);
    min-width: 150px;
}

.fsrl-language-dropdown .dropdown-item.active,
.fsrl-language-dropdown .dropdown-item:active {
    background: rgba(0, 138, 87, 0.12);
    color: var(--fsrl-green);
}

@media (min-width: 1200px) {
    .fsrl-navbar .navbar-collapse,
    .fsrl-navbar .fsrl-nav-actions {
        align-items: center;
    }
}

.btn {
    border-radius: 6px;
}

.btn-success {
    --vz-btn-bg: var(--fsrl-green);
    --vz-btn-border-color: var(--fsrl-green);
    --vz-btn-hover-bg: var(--fsrl-green-dark);
    --vz-btn-hover-border-color: var(--fsrl-green-dark);
}

.min-vh-75 {
    min-height: 600px;
}

.fsrl-hero {
    min-height: 720px;
    overflow: hidden;
    padding-top: 110px;
}

.fsrl-hero__image,
.fsrl-hero__shade,
.fsrl-hero .bg-overlay-pattern {
    inset: 0;
    position: absolute;
}

.fsrl-hero__image {
    height: 100%;
    object-fit: cover;
    object-position: center right;
    width: 100%;
    z-index: 0;
}

.fsrl-hero .bg-overlay-pattern {
    opacity: 0.18;
    z-index: 1;
}

.fsrl-hero__shade {
    background:
        radial-gradient(circle at 76% 26%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 30%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 39%, rgba(255, 255, 255, 0.62) 64%, rgba(255, 255, 255, 0.15) 100%);
    z-index: 2;
}

.fsrl-hero .container {
    z-index: 3;
}

.fsrl-hero h1 {
    color: var(--fsrl-navy);
    font-size: clamp(2.6rem, 5vw, 4.75rem);
    letter-spacing: 0;
    line-height: 1.08 !important;
    max-width: 820px;
}

.fsrl-hero h2 {
    color: var(--fsrl-navy);
    font-size: clamp(1.6rem, 4vw, 3.75rem);
    letter-spacing: 0;
    line-height: 1.08 !important;
    max-width: 820px;
}

.fsrl-hero .lead {
    color: #203a61 !important;
    font-size: 1.08rem;
    max-width: 680px;
}

.fsrl-hero .hero-shape-svg {
    z-index: 4;
}

.fsrl-hero .hero-shape-svg svg {
    display: block;
    height: 96px;
    width: 100%;
}

.fsrl-hero .hero-shape-svg svg path {
    fill: #ffffff;
}

.fsrl-security {
    margin-top: 0;
    padding-top: 3rem;
    position: relative;
    z-index: 6;
}

.section.bg-light {
    background-color: var(--fsrl-soft) !important;
}

.section[id] {
    scroll-margin-top: 92px;
}

.card {
    border-radius: 8px;
}

.card.shadow-sm,
.fsrl-service-item {
    box-shadow: 0 8px 24px rgba(15, 34, 58, 0.08) !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.card.shadow-sm:hover,
.fsrl-service-item:hover {
    box-shadow: 0 16px 42px rgba(15, 34, 58, 0.12) !important;
    transform: translateY(-3px);
}

.avatar-title {
    line-height: 1;
}

.icon-effect::before {
    background-color: rgba(0, 138, 87, 0.16);
}

.fsrl-feature-card {
    min-height: 220px;
}

.fsrl-service-item {
    border: 1px solid rgba(219, 230, 243, 0.86);
}

.fsrl-service-item h3,
.fsrl-feature-card h3,
.fsrl-process-card h3,
.fsrl-indicators h3 {
    color: var(--fsrl-navy);
    letter-spacing: 0;
}

.fsrl-service-item p,
.fsrl-feature-card p,
.fsrl-process-card p,
.fsrl-indicators p {
    line-height: 1.65;
}

.fsrl-process-card {
    min-height: 218px;
    padding: 0 1rem;
}

.fsrl-process-card .process-arrow-img {
    left: 72%;
    opacity: 0.32;
    top: 8%;
    width: 58%;
}

.fsrl-indicators .card h3 {
    font-size: 1.45rem;
    font-weight: 700;
}

.custom-accordionwithicon .accordion-button {
    color: var(--fsrl-navy);
    font-weight: 600;
}

.custom-accordionwithicon .accordion-button:not(.collapsed) {
    background-color: rgba(11, 111, 207, 0.08) !important;
    color: var(--fsrl-blue);
}

.accordion-border-box .accordion-item {
    border-color: var(--fsrl-border);
    box-shadow: 0 5px 18px rgba(15, 34, 58, 0.04);
}

.fsrl-map-placeholder {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(11, 111, 207, 0.10) 1px, transparent 1px),
        linear-gradient(0deg, rgba(11, 111, 207, 0.10) 1px, transparent 1px),
        #f7fbff;
    background-size: 44px 44px;
    border: 1px solid var(--fsrl-border);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 220px;
    width: 100%;
}

.fsrl-map-placeholder span {
    align-items: center;
    background: var(--fsrl-blue);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(11, 111, 207, 0.25);
    color: #ffffff;
    display: inline-flex;
    font-size: 2rem;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.fsrl-map-embed {
    border: 1px solid var(--fsrl-border);
    border-radius: 8px;
    min-height: 260px;
    overflow: hidden;
    width: 100%;
}

.fsrl-map-embed iframe {
    border: 0;
    display: block;
    height: 260px;
    width: 100%;
}

.fsrl-contact-links .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    white-space: nowrap;
}

.fsrl-footer-logo {
    flex: 0 0 48px;
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.custom-footer {
    background: linear-gradient(135deg, #062354 0%, #064978 100%) !important;
}

.custom-footer p,
.custom-footer li,
.custom-footer a,
.copy-rights {
    color: rgba(255, 255, 255, 0.74) !important;
}

.custom-footer a:hover,
.custom-footer a:focus {
    color: #ffffff !important;
}

.landing-back-top {
    box-shadow: 0 10px 24px rgba(0, 138, 87, 0.24);
}

@media (max-width: 1199.98px) {
    .fsrl-brand {
        min-width: 285px;
    }

    .fsrl-brand__logo {
        max-width: 220px;
    }

    .fsrl-navbar .navbar-nav .nav-item .nav-link {
        font-size: 0.86rem;
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }
}

@media (max-width: 1199.98px) {
    .fsrl-navbar {
        padding-left: 8px;
        padding-right: 8px;
    }

    .fsrl-navbar .navbar-collapse {
        border-top: 1px solid var(--fsrl-border);
        margin-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .fsrl-navbar .navbar-nav .nav-item .nav-link {
        padding: 0.55rem 0;
    }

    .fsrl-brand {
        min-width: 0;
    }

    .fsrl-brand__logo {
        max-width: 210px;
    }
}

@media (max-width: 991.98px) {
    .fsrl-hero {
        min-height: 660px;
        padding-top: 92px;
    }

    .min-vh-75 {
        min-height: 540px;
    }

    .fsrl-hero__shade {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 55%, rgba(255, 255, 255, 0.54) 100%);
    }

    .fsrl-hero__image {
        object-position: 64% center;
    }

    .fsrl-hero .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .fsrl-security {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .fsrl-brand img:not(.fsrl-brand__logo) {
        height: 42px;
        width: 42px;
    }

    .fsrl-brand__logo {
        height: 42px;
        max-width: 168px;
    }

    .fsrl-brand__text span {
        font-size: 0.6rem;
    }

    .fsrl-brand__text strong {
        font-size: 0.78rem;
        max-width: 190px;
    }

    .fsrl-hero {
        min-height: 640px;
    }

    .fsrl-hero h1 {
        font-size: 2.05rem;
        line-height: 1.14;
    }

    .fsrl-hero .lead {
        font-size: 1rem;
    }

    .fsrl-hero .btn-lg {
        justify-content: center;
        width: 100%;
    }

    .section {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
