:root {
    --default-font: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --heading-font: "Spectral", Georgia, serif;
    --nav-font: "Spectral", Georgia, serif;
}

:root {
    --background-color: #24313A;
    --default-color: #D4DCE0;
    --heading-color: #FFF8F0;
    --accent-color: #D9895B;
    --surface-color: #182229;
    --contrast-color: #ffffff;
}

:root {
    --nav-color: #D4DCE0;
    --nav-hover-color: #D9895B;
    --nav-mobile-background-color: #182229;
    --nav-dropdown-background-color: #182229;
    --nav-dropdown-color: #D4DCE0;
    --nav-dropdown-hover-color: #D9895B;
}

.kfxe5f7a24 {
    --background-color: #F3E9DE;
    --default-color: #57463D;
    --heading-color: #271E1A;
    --accent-color: #B85E3C;
    --surface-color: #FFFDFC;
}

.dark-background {
    --background-color: #111A20;
    --default-color: #DCE3E7;
    --heading-color: #FFF8F0;
    --surface-color: #182229;
    --contrast-color: #ffffff;
}

:root {
    scroll-behavior: smooth;
}

body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.25s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.kfx5ad3598 .error-message {
    display: none;
    background: #b91c1c;
    color: #ffffff;
    text-align: left;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-weight: 500;
    border-radius: 6px;
    border-left: 4px solid #ef4444;
}

.kfx5ad3598 .sent-message {
    display: none;
    color: #ffffff;
    background: #15803d;
    text-align: center;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-weight: 500;
    border-radius: 6px;
    border-left: 4px solid #22c55e;
}

.kfx5ad3598 .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    border-radius: 6px;
}

.kfx5ad3598 .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 10px -5px 0;
    border: 2px solid var(--accent-color);
    border-top-color: transparent;
    animation: php-email-form-loading 0.8s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.kfxf135662 {
    --background-color: rgba(13, 17, 23, 0);
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 12px 0;
    transition: all 0.4s;
    z-index: 997;
}

.kfxf135662 .kfxd6e49b0 {
    line-height: 1;
}

.kfxf135662 .kfxd6e49b0 img {
    margin-right: 8px;
}

.kfxf135662 .kfxd6e49b0 h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
    letter-spacing: -0.5px;
}

.kfxf135662 .btn-getstarted,
.kfxf135662 .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 13px;
    padding: 7px 22px;
    margin: 0;
    border-radius: 6px;
    transition: 0.25s;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.kfxf135662 .btn-getstarted:hover,
.kfxf135662 .btn-getstarted:focus:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 70%);
}

@media (max-width: 1200px) {
    .kfxf135662 .kfxd6e49b0 {
        order: 1;
    }

    .kfxf135662 .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .kfxf135662 .kfxc10e699 {
        order: 3;
    }
}

.scrolled .kfxf135662::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 17, 23, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
    pointer-events: none;
    border-bottom: 1px solid rgba(48, 54, 61, 0.8);
}

@media (min-width: 1200px) {
    .kfxc10e699 {
        padding: 0;
    }

    .kfxc10e699 ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .kfxc10e699 li {
        position: relative;
    }

    .kfxc10e699 a,
    .kfxc10e699 a:focus {
        color: var(--nav-color);
        padding: 16px 14px;
        font-size: 14px;
        font-family: var(--nav-font);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.25s;
        letter-spacing: 0.3px;
    }

    .kfxc10e699 a i,
    .kfxc10e699 a:focus i {
        font-size: 11px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.25s;
    }

    .kfxc10e699 li:last-child a {
        padding-right: 0;
    }

    .kfxc10e699 li:hover>a,
    .kfxc10e699 .active,
    .kfxc10e699 .active:focus {
        color: var(--nav-hover-color);
    }

    .kfxc10e699 .dropdown ul {
        margin: 0;
        padding: 8px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.25s;
        border-radius: 8px;
        z-index: 99;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(48, 54, 61, 0.8);
    }

    .kfxc10e699 .dropdown ul li {
        min-width: 200px;
    }

    .kfxc10e699 .dropdown ul a {
        padding: 9px 18px;
        font-size: 14px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .kfxc10e699 .dropdown ul a i {
        font-size: 11px;
    }

    .kfxc10e699 .dropdown ul a:hover,
    .kfxc10e699 .dropdown ul .active:hover,
    .kfxc10e699 .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
    }

    .kfxc10e699 .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .kfxc10e699 .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .kfxc10e699 .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .kfx9262634 {
        color: var(--nav-color);
        font-size: 26px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.25s;
    }

    .kfxc10e699 {
        padding: 0;
        z-index: 9997;
    }

    .kfxc10e699 ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 8px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(48, 54, 61, 0.8);
    }

    .kfxc10e699 a,
    .kfxc10e699 a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.25s;
    }

    .kfxc10e699 a i,
    .kfxc10e699 a:focus i {
        font-size: 11px;
        line-height: 0;
        margin-left: 5px;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        transition: 0.25s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    }

    .kfxc10e699 a i:hover,
    .kfxc10e699 a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .kfxc10e699 a:hover,
    .kfxc10e699 .active,
    .kfxc10e699 .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .kfxc10e699 .active i,
    .kfxc10e699 .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .kfxc10e699 .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.4s ease-in-out;
        border-radius: 6px;
    }

    .kfxc10e699 .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .kfxc10e699 .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .kfx9262634 {
        color: #fff;
        position: absolute;
        font-size: 30px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .kfxc10e699 {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(13, 17, 23, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .kfxc10e699>ul {
        display: block;
    }
}

.kfx972d3c4 {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx972d3c4 .kfxeab5b48 {
    background-color: color-mix(in srgb, var(--background-color), white 3%);
    padding-top: 50px;
}

.kfx972d3c4 .kfx30c14f7 .kfxd6e49b0 {
    line-height: 1;
    margin-bottom: 25px;
}

.kfx972d3c4 .kfx30c14f7 .kfxd6e49b0 img {
    max-height: 40px;
    margin-right: 6px;
}

.kfx972d3c4 .kfx30c14f7 .kfxd6e49b0 span {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.kfx972d3c4 .kfx30c14f7 p {
    font-size: 14px;
    font-family: var(--heading-font);
    line-height: 1.7;
}

.kfx972d3c4 h4 {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--heading-color);
}

.kfx972d3c4 h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: var(--accent-color);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.kfx972d3c4 .kfx2e6e35f {
    margin-bottom: 30px;
}

.kfx972d3c4 .kfx2e6e35f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kfx972d3c4 .kfx2e6e35f ul i {
    padding-right: 2px;
    font-size: 11px;
    line-height: 0;
}

.kfx972d3c4 .kfx2e6e35f ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.kfx972d3c4 .kfx2e6e35f ul li:first-child {
    padding-top: 0;
}

.kfx972d3c4 .kfx2e6e35f ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

.kfx972d3c4 .kfx2e6e35f ul a:hover {
    color: var(--accent-color);
}

.kfx972d3c4 .kfx5725363 p {
    margin-bottom: 5px;
    font-size: 14px;
}

.kfx972d3c4 .kfxc939e5d {
    padding: 24px 0;
    border-top: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx972d3c4 .kfxc939e5d p {
    margin-bottom: 0;
    font-size: 13px;
}

.kfx972d3c4 .credits {
    margin-top: 5px;
    font-size: 12px;
}

.kfx972d3c4 .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--default-color), transparent 90%);
    color: var(--accent-color);
    line-height: 1;
    margin-right: 6px;
    border-radius: 6px;
    text-align: center;
    width: 34px;
    height: 34px;
    transition: 0.25s;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx972d3c4 .social-links a:hover {
    color: var(--contrast-color);
    background: var(--accent-color);
    border-color: var(--accent-color);
    text-decoration: none;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.3s;
}

.scroll-top i {
    font-size: 20px;
    color: var(--contrast-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 160px 0 70px 0;
    text-align: center;
    position: relative;
}

.page-title h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.page-title .breadcrumbs ol {
    display: flex;
    kfx592cd40: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 66px;
    }
}

.kfx77d1d71 {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
}

.kfx77d1d71 h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.5px;
}

.kfx77d1d71 h2:before,
.kfx77d1d71 h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
    border-radius: 2px;
}

.kfx77d1d71 h2:before {
    margin: 0 14px 10px 0;
}

.kfx77d1d71 h2:after {
    margin: 0 0 10px 14px;
}

.kfx77d1d71 p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.kfx64a2f78 {
    padding-top: 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--background-color);
    padding-bottom: 60px;
}

.kfx64a2f78::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 20% 50%, color-mix(in srgb, var(--accent-color), transparent 92%) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, color-mix(in srgb, #7c3aed, transparent 94%) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.kfx64a2f78::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(88, 166, 255, 0.07) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

.kfx64a2f78 .kfx4692c03 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.kfx64a2f78 .kfxf801f1b {
    font-size: 52px;
    font-weight: 800;
    color: var(--heading-color);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .kfx64a2f78 .kfxf801f1b {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .kfx64a2f78 .kfxf801f1b {
        font-size: 28px;
    }
}

.kfx64a2f78 .kfxf801f1b .kfx2475a97 {
    color: var(--accent-color);
    position: relative;
}

.kfx64a2f78 .kfxf801f1b .kfx2475a97::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
    opacity: 0.5;
}

.kfx64a2f78 .kfxa44d3d4 {
    font-size: 1.15rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.kfx64a2f78 .kfxe9502f8 {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.kfxbc26b17 {
    background: var(--accent-color);
    color: #0E2724;
    border: 1px solid var(--accent-color);
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.kfxbc26b17::before {
    display: none;
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.kfxbc26b17 span,
.kfx64a2f78 .kfxe9502f8 .kfx88d9556.kfxbc26b17 i {
    position: relative;
    z-index: 1;
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.kfxbc26b17:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--accent-color), transparent 55%);
    background: color-mix(in srgb, var(--accent-color), white 10%);
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.secondary {
    background: transparent;
    color: var(--default-color);
    border: 1px solid rgba(48, 54, 61, 0.9);
}

.kfx64a2f78 .kfxe9502f8 .kfx88d9556.secondary:hover {
    background: var(--surface-color);
    border-color: var(--accent-color);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.kfx64a2f78 .kfx029d4b7 {
    position: relative;
    z-index: 1;
}

.kfx64a2f78 .kfx029d4b7 .kfxea32354 {
    position: relative;
    background: var(--surface-color);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 32px 64px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(48, 54, 61, 0.8);
}

.kfx64a2f78 .kfx029d4b7 .kfxea32354 img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 {
    position: absolute;
    background: var(--surface-color);
    border: 1px solid rgba(48, 54, 61, 0.8);
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799.kfxca11097 {
    top: 20%;
    left: -60px;
    animation: float 3s ease-in-out infinite;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799.kfx1630721 {
    bottom: 15%;
    right: -60px;
    animation: float 3s ease-in-out infinite reverse;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 .kfx042399a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 .kfx042399a .kfxc89f45e {
    background: color-mix(in srgb, var(--accent-color), transparent 85%);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 .kfx042399a .kfxc89f45e i {
    color: var(--accent-color);
    font-size: 18px;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 .kfx042399a .kfxcedc2d3 h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    line-height: 1;
}

.kfx64a2f78 .kfx029d4b7 .kfxed89799 .kfx042399a .kfxcedc2d3 p {
    margin: 4px 0 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 0.8rem;
    white-space: nowrap;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

@media (max-width: 991px) {
    .kfx64a2f78 {
        min-height: auto;
    }

    .kfx64a2f78 .kfxed89799.kfxca11097 {
        left: -30px;
        top: 10%;
    }

    .kfx64a2f78 .kfxed89799.kfx1630721 {
        right: -30px;
        bottom: 10%;
    }

    .kfx64a2f78 .kfxe9502f8 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .kfx64a2f78 .kfxe9502f8 {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .kfx64a2f78 .kfxe9502f8 .kfx88d9556 {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .kfx64a2f78 .kfxed89799 {
        display: none;
    }
}

@media (max-width: 576px) {
    .kfx64a2f78 {
        padding: 100px 0 30px;
    }

    .kfx64a2f78 .hero-badge {
        margin-bottom: 20px;
    }

    .kfx64a2f78 .kfxa44d3d4 {
        font-size: 1.05rem;
        margin-bottom: 28px;
    }

    .kfx64a2f78 .kfxe9502f8 {
        margin-bottom: 28px;
    }
}

.kfx41e50a8 .kfxea32354 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 16px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.kfx41e50a8 .kfxea32354:hover {
    transform: translateY(-4px);
}

.kfx41e50a8 .kfxd3d35fe h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
}

.kfx41e50a8 .kfxd3d35fe h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--accent-color);
    left: 0;
    bottom: -10px;
    border-radius: 2px;
}

.kfx41e50a8 .kfxd3d35fe h5 {
    font-weight: 500;
    color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.kfx41e50a8 .kfxd3d35fe p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
}

.kfx41e50a8 .kfx79da127 {
    margin-top: 2rem;
}

.kfx41e50a8 .kfx79da127 .kfx5c91c3b {
    padding: 20px;
    background-color: var(--surface-color);
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.25s ease;
    height: 100%;
}

.kfx41e50a8 .kfx79da127 .kfx5c91c3b:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.kfx41e50a8 .kfx79da127 .kfx5c91c3b i {
    font-size: 1.8rem;
    color: var(--accent-color);
    margin-bottom: 12px;
    display: block;
}

.kfx41e50a8 .kfx79da127 .kfx5c91c3b h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.kfx41e50a8 .kfx79da127 .kfx5c91c3b p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.kfx41e50a8 .btn {
    padding: 9px 22px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.25s ease;
    font-size: 14px;
}

.kfx41e50a8 .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #0E2724;
}

.kfx41e50a8 .btn.btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 10%);
    border-color: color-mix(in srgb, var(--accent-color), white 10%);
    box-shadow: 0 4px 16px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.kfx41e50a8 .btn.btn-outline-primary {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.kfx41e50a8 .btn.btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: #0E2724;
}

@media (max-width: 992px) {
    .kfx41e50a8 .kfxea32354 {
        margin-bottom: 2rem;
    }

    .kfx41e50a8 .kfxd3d35fe {
        text-align: center;
    }

    .kfx41e50a8 .kfxd3d35fe h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .kfx41e50a8 .signature-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .kfx41e50a8 .kfx79da127 .kfx5c91c3b {
        margin-bottom: 1.5rem;
    }
}

.kfxc7f71aa .intro-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-color);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.kfxc7f71aa .intro-content p {
    font-size: 17px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 32px;
    line-height: 1.7;
}

.kfxc7f71aa .intro-content .feature-stats {
    display: flex;
    gap: 28px;
}

.kfxc7f71aa .intro-content .feature-stats .stat-item {
    text-align: center;
}

.kfxc7f71aa .intro-content .feature-stats .stat-item .stat-number {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: var(--accent-color);
    line-height: 1;
    font-family: var(--heading-font);
}

.kfxc7f71aa .intro-content .feature-stats .stat-item .stat-label {
    font-size: 13px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.kfxc7f71aa .intro-image {
    position: relative;
}

.kfxc7f71aa .intro-image img {
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 24px 48px rgba(0, 0, 0, 0.3);
}

.kfxc7f71aa .intro-image::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    border-radius: 8px;
    z-index: -1;
    opacity: 0.15;
}

.kfxc7f71aa .intro-image::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: var(--heading-color);
    border-radius: 8px;
    z-index: -1;
    opacity: 0.08;
}

.kfxc7f71aa .kfxa07d622 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-top: 55px;
}

.kfxc7f71aa .kfx5c91c3b {
    position: relative;
    background: var(--surface-color);
    padding: 32px;
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.3s ease;
    overflow: hidden;
}

.kfxc7f71aa .kfx5c91c3b::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    transition: left 0.4s ease;
    border-radius: 0 2px 0 0;
}

.kfxc7f71aa .kfx5c91c3b .kfxa7255e3 {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 42px;
    font-weight: 800;
    color: color-mix(in srgb, var(--accent-color), transparent 92%);
    line-height: 1;
    z-index: 1;
    font-family: var(--heading-font);
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 {
    position: relative;
    z-index: 2;
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 .kfx96317f3 {
    margin-bottom: 22px;
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 .kfx96317f3 i {
    font-size: 28px;
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--heading-color);
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 p {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin-bottom: 22px;
    line-height: 1.7;
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 .kfxfb55bc5 {
    display: flex;
    gap: 8px;
    kfx592cd40: wrap;
}

.kfxc7f71aa .kfx5c91c3b .kfx15c3436 .kfxfb55bc5 .kfx35410a6 {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    border-radius: 4px;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfxc7f71aa .kfx5c91c3b:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.kfxc7f71aa .kfx5c91c3b:hover::before {
    left: 0;
}

.kfxc7f71aa .kfx5c91c3b:hover .kfxa7255e3 {
    color: color-mix(in srgb, var(--accent-color), transparent 82%);
    transform: scale(1.05);
}

.kfxc7f71aa .kfx5c91c3b:hover .kfx96317f3 i {
    transform: scale(1.08);
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
}

.kfxc7f71aa .kfx5c91c3b:hover .kfxfb55bc5 .kfx35410a6 {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
}

@media (max-width: 991px) {
    .kfxc7f71aa .intro-content {
        margin-bottom: 40px;
    }

    .kfxc7f71aa .intro-content h2 {
        font-size: 28px;
    }

    .kfxc7f71aa .intro-content .feature-stats {
        justify-content: center;
        gap: 22px;
    }

    .kfxc7f71aa .kfxa07d622 {
        grid-template-columns: 1fr;
        margin-top: 36px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .kfxc7f71aa .intro-content .feature-stats {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .kfxc7f71aa .intro-content .feature-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .kfxc7f71aa .intro-content .feature-stats .stat-item .stat-number {
        font-size: 22px;
    }

    .kfxc7f71aa .intro-content .feature-stats .stat-item .stat-label {
        margin-top: 0;
    }

    .kfxc7f71aa .kfx5c91c3b {
        padding: 22px;
    }

    .kfxc7f71aa .kfx5c91c3b .kfxa7255e3 {
        font-size: 32px;
        top: 14px;
        right: 18px;
    }

    .kfxc7f71aa .kfx5c91c3b .kfx15c3436 h4 {
        font-size: 18px;
    }

    .kfxc7f71aa .kfxa07d622 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .kfxc7f71aa .intro-content h2 {
        font-size: 24px;
    }

    .kfxc7f71aa .intro-content p {
        font-size: 15px;
    }
}

.kfx5f11101 .kfx5c8bbff {
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 36px;
    box-shadow: none;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx5f11101 .kfx9d1bc2c {
    border: 0;
    gap: 16px;
    margin-bottom: 36px;
    display: flex;
    kfx592cd40: wrap;
}

@media (max-width: 992px) {
    .kfx5f11101 .kfx9d1bc2c {
        flex-direction: column;
        gap: 12px;
    }
}

.kfx5f11101 .kfx38e7aa2 {
    flex: 1;
    min-width: 0;
}

@media (max-width: 992px) {
    .kfx5f11101 .kfx38e7aa2 {
        flex: none;
    }
}

.kfx5f11101 .kfxc01e3b4 {
    background: color-mix(in srgb, var(--surface-color), var(--default-color) 3%);
    border: 1px solid rgba(48, 54, 61, 0.6);
    border-radius: 10px;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 72px;
    cursor: pointer;
}

.kfx5f11101 .kfxc01e3b4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxc01e3b4 {
        padding: 16px 12px;
        min-height: 62px;
    }
}

.kfx5f11101 .kfxc01e3b4 .kfxd5a9b8c {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: color-mix(in srgb, var(--accent-color), transparent 85%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfx5f11101 .kfxc01e3b4 .kfxd5a9b8c i {
    font-size: 20px;
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxc01e3b4 .kfxd5a9b8c {
        width: 38px;
        height: 38px;
    }

    .kfx5f11101 .kfxc01e3b4 .kfxd5a9b8c i {
        font-size: 18px;
    }
}

.kfx5f11101 .kfxc01e3b4 .kfxbf77659 {
    position: relative;
    z-index: 2;
    flex: 1;
}

.kfx5f11101 .kfxc01e3b4 .kfxbf77659 h5 {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxc01e3b4 .kfxbf77659 h5 {
        font-size: 13px;
    }
}

.kfx5f11101 .kfxc01e3b4 .kfxbf77659 span {
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxc01e3b4 .kfxbf77659 span {
        font-size: 11px;
    }
}

.kfx5f11101 .kfxc01e3b4:hover {
    transform: translateY(-2px);
    border-color: rgba(88, 166, 255, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.kfx5f11101 .kfxc01e3b4:hover::before {
    opacity: 0.12;
}

.kfx5f11101 .kfxc01e3b4:hover .kfxd5a9b8c {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.kfx5f11101 .kfxc01e3b4:hover .kfxd5a9b8c i {
    color: #0E2724;
}

.kfx5f11101 .kfxc01e3b4:hover .kfxbf77659 h5,
.kfx5f11101 .kfxc01e3b4:hover .kfxbf77659 span {
    color: var(--heading-color);
}

.kfx5f11101 .kfxc01e3b4.active {
    border-color: rgba(88, 166, 255, 0.6);
    box-shadow: 0 8px 20px rgba(88, 166, 255, 0.15);
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.kfx5f11101 .kfxc01e3b4.active::before {
    opacity: 0;
}

.kfx5f11101 .kfxc01e3b4.active .kfxd5a9b8c {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.kfx5f11101 .kfxc01e3b4.active .kfxd5a9b8c i {
    color: #0E2724;
}

.kfx5f11101 .kfxc01e3b4.active .kfxbf77659 h5 {
    color: var(--accent-color);
}

.kfx5f11101 .kfxc01e3b4.active .kfxbf77659 span {
    color: color-mix(in srgb, var(--accent-color), transparent 30%);
}

.kfx5f11101 .kfxbf77659 .kfx745610d {
    padding: 36px 0;
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxbf77659 .kfx745610d {
        padding: 18px 0;
    }
}

.kfx5f11101 .kfxa0016b8 {
    padding-right: 36px;
}

@media (max-width: 992px) {
    .kfx5f11101 .kfxa0016b8 {
        padding-right: 0;
        margin-bottom: 36px;
    }
}

.kfx5f11101 .kfxa0016b8 .kfx3a7292d {
    width: 62px;
    height: 62px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
}

.kfx5f11101 .kfxa0016b8 .kfx3a7292d i {
    font-size: 26px;
    color: var(--accent-color);
}

.kfx5f11101 .kfxa0016b8 h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 18px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .kfx5f11101 .kfxa0016b8 h3 {
        font-size: 22px;
    }
}

.kfx5f11101 .kfxa0016b8 p {
    font-size: 15px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 26px;
}

.kfx5f11101 .kfxa0016b8 .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .kfx5f11101 .kfxa0016b8 .feature-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.kfx5f11101 .kfxa0016b8 .feature-grid .kfx5c91c3b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kfx5f11101 .kfxa0016b8 .feature-grid .kfx5c91c3b i {
    font-size: 14px;
    color: var(--accent-color);
    flex-shrink: 0;
}

.kfx5f11101 .kfxa0016b8 .feature-grid .kfx5c91c3b span {
    font-size: 13px;
    color: var(--default-color);
    line-height: 1.5;
}

.kfx5f11101 .kfxa0016b8 .stats-row {
    display: flex;
    gap: 28px;
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .kfx5f11101 .kfxa0016b8 .stats-row {
        gap: 18px;
    }
}

.kfx5f11101 .kfxa0016b8 .stats-row .stat-item {
    text-align: center;
}

.kfx5f11101 .kfxa0016b8 .stats-row .stat-item .stat-number {
    font-size: 22px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 4px;
    font-family: var(--heading-font);
}

@media (max-width: 576px) {
    .kfx5f11101 .kfxa0016b8 .stats-row .stat-item .stat-number {
        font-size: 18px;
    }
}

.kfx5f11101 .kfxa0016b8 .stats-row .stat-item .stat-label {
    font-size: 11px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kfx5f11101 .kfxa0016b8 .btn-primary {
    background: var(--accent-color);
    color: #0E2724;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
    transition: all 0.25s ease;
    font-size: 14px;
}

.kfx5f11101 .kfxa0016b8 .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
    color: #0E2724;
    background: color-mix(in srgb, var(--accent-color), white 10%);
}

.kfx5f11101 .kfxa0016b8 .btn-primary:hover i {
    transform: translateX(4px);
}

.kfx5f11101 .kfxa0016b8 .btn-primary i {
    transition: transform 0.25s ease;
}

.kfx5f11101 .visual-content {
    position: relative;
}

.kfx5f11101 .visual-content .main-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 24px 48px rgba(0, 0, 0, 0.3);
}

.kfx5f11101 .visual-content .main-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.kfx5f11101 .visual-content .main-image:hover img {
    transform: scale(1.03);
}

.kfx5f11101 .visual-content .kfxed89799 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--surface-color);
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(48, 54, 61, 0.8);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.7s ease 0.6s forwards;
}

@media (max-width: 576px) {
    .kfx5f11101 .visual-content .kfxed89799 {
        bottom: 18px;
        left: 18px;
        padding: 12px 16px;
        gap: 8px;
    }
}

.kfx5f11101 .visual-content .kfxed89799 i {
    font-size: 24px;
    color: var(--accent-color);
}

@media (max-width: 576px) {
    .kfx5f11101 .visual-content .kfxed89799 i {
        font-size: 20px;
    }
}

.kfx5f11101 .visual-content .kfxed89799 .kfx042399a span {
    display: block;
    font-size: 11px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.kfx5f11101 .visual-content .kfxed89799 .kfx042399a strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

@media (max-width: 576px) {
    .kfx5f11101 .visual-content .kfxed89799 .kfx042399a strong {
        font-size: 13px;
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services {
    padding: 80px 0;
}

.services .intro-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.services .intro-content .section-badge i {
    font-size: 11px;
}

.services .intro-content .section-heading {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--heading-color);
    margin-bottom: 1.4rem;
    letter-spacing: -0.8px;
}

@media (max-width: 768px) {
    .services .intro-content .section-heading {
        font-size: 2rem;
    }
}

.services .intro-content .section-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 1.8rem;
}

.services .intro-content .cta-button {
    display: inline-block;
    background: var(--accent-color);
    color: #0E2724;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.services .intro-content .cta-button:hover {
    background: color-mix(in srgb, var(--accent-color), white 10%);
    color: #0E2724;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.services .hero-visual {
    position: relative;
}

.services .hero-visual img {
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 24px 48px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .services .hero-visual {
        margin-top: 3rem;
    }
}

.services .services-grid .service-card {
    background: var(--surface-color);
    padding: 1.8rem;
    border-radius: 12px;
    height: 100%;
    transition: all 0.25s ease;
    border: 1px solid rgba(48, 54, 61, 0.6);
    position: relative;
    overflow: hidden;
}

.services .services-grid .service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.services .services-grid .service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

.services .services-grid .service-card:hover::before {
    transform: scaleX(1);
}

.services .services-grid .service-card:hover .card-number span {
    background: var(--accent-color);
    color: #0E2724;
}

.services .services-grid .service-card .card-number {
    margin-bottom: 1.4rem;
}

.services .services-grid .service-card .card-number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    transition: all 0.25s ease;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
    font-family: var(--heading-font);
}

.services .services-grid .service-card .kfx042399a .service-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.services .services-grid .service-card .kfx042399a .service-title a {
    color: var(--heading-color);
    text-decoration: none;
    transition: color 0.25s ease;
}

.services .services-grid .service-card .kfx042399a .service-title a:hover {
    color: var(--accent-color);
}

.services .services-grid .service-card .kfx042399a .service-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .services {
        padding: 60px 0;
    }

    .services .intro-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .services .services-grid .service-card {
        padding: 1.4rem;
    }
}

.kfx9310d0d {
    position: relative;
    padding: 3rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(48, 54, 61, 0.6);
    background: var(--surface-color);
}

.kfx9310d0d .kfxc0eea28 {
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.kfx9310d0d h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.kfx9310d0d p {
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.85;
}

.kfx9310d0d .kfxc7f71aa .kfx5c91c3b {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
    transition: transform 0.25s ease;
}

.kfx9310d0d .kfxc7f71aa .kfx5c91c3b:hover {
    transform: translateY(-2px);
}

.kfx9310d0d .kfxc7f71aa .kfx5c91c3b i {
    color: var(--accent-color);
    font-size: 1.1rem;
}

.kfx9310d0d .kfxc7f71aa .kfx5c91c3b span {
    font-weight: 500;
    font-size: 14px;
}

.kfx9310d0d .cta-buttons .btn {
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.kfx9310d0d .cta-buttons .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #0E2724;
}

.kfx9310d0d .cta-buttons .btn.btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 10%);
    border-color: color-mix(in srgb, var(--accent-color), white 10%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.kfx9310d0d .cta-buttons .btn.btn-outline {
    border: 1px solid rgba(88, 166, 255, 0.4);
    color: var(--accent-color);
    background: transparent;
}

.kfx9310d0d .cta-buttons .btn.btn-outline:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    border-color: var(--accent-color);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.kfx9310d0d .kfx947381c {
    flex-shrink: 0;
    max-width: 100%;
    width: 450px;
}

.kfx9310d0d .kfx947381c img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 1px rgba(48, 54, 61, 0.8), 0 16px 32px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.kfx9310d0d .kfx947381c .kfxed89799 {
    position: absolute;
    bottom: 2rem;
    right: -1rem;
    background: var(--surface-color);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(48, 54, 61, 0.8);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: float 3s ease-in-out infinite;
}

.kfx9310d0d .kfx947381c .kfxed89799 .kfxc89f45e {
    width: 2.8rem;
    height: 2.8rem;
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfx9310d0d .kfx947381c .kfxed89799 .kfxc89f45e i {
    color: var(--accent-color);
    font-size: 1.3rem;
}

.kfx9310d0d .kfx947381c .kfxed89799 .kfx042399a {
    display: flex;
    flex-direction: column;
}

.kfx9310d0d .kfx947381c .kfxed89799 .kfx042399a .kfxc083916 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--accent-color);
    font-family: var(--heading-font);
}

.kfx9310d0d .kfx947381c .kfxed89799 .kfx042399a .kfx15c3eb5 {
    font-size: 0.8rem;
    opacity: 0.75;
}

.kfx9310d0d .kfxf04be1e {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.kfx9310d0d .kfxf04be1e .kfx7f72838,
.kfx9310d0d .kfxf04be1e .kfx3a1ed0a {
    position: absolute;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
}

.kfx9310d0d .kfxf04be1e .kfx7f72838 {
    width: 280px;
    height: 280px;
    top: -140px;
    right: -140px;
    opacity: 0.4;
}

.kfx9310d0d .kfxf04be1e .kfx3a1ed0a {
    width: 180px;
    height: 180px;
    bottom: -90px;
    left: -90px;
    opacity: 0.25;
}

@media (max-width: 991.98px) {
    .kfx9310d0d {
        padding: 2rem;
    }

    .kfx9310d0d .kfx947381c {
        width: 100%;
        margin-top: 2rem;
    }

    .kfx9310d0d .kfx947381c .kfxed89799 {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -3rem;
        margin-right: 1rem;
        z-index: 1;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.kfxbec7171 {
    position: relative;
    overflow: hidden;
}

.kfxbec7171 .kfxe744074 {
    position: relative;
    padding-bottom: 50px;
}

.kfxbec7171 .kfxe744074 .swiper-wrapper {
    height: auto !important;
}

.kfxbec7171 .kfx31c3b4e {
    background: var(--surface-color);
    border-radius: 12px;
    padding: 0;
    height: 100%;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.kfxbec7171 .kfx31c3b4e::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-radius: 0 2px 0 0;
}

.kfxbec7171 .kfx31c3b4e:hover {
    border-color: rgba(88, 166, 255, 0.4);
}

.kfxbec7171 .kfx31c3b4e:hover::before {
    transform: scaleX(1);
}

.kfxbec7171 .kfx31c3b4e:hover .kfxead42c2 img {
    transform: scale(1.04);
}

.kfxbec7171 .kfx31c3b4e:hover .kfxe67619f {
    color: var(--accent-color);
    transform: scale(1.1);
}

.kfxbec7171 .kfxead42c2 {
    position: relative;
    text-align: center;
    padding: 28px 28px 18px;
    background: color-mix(in srgb, var(--surface-color), var(--accent-color) 3%);
    border-bottom: 1px solid rgba(48, 54, 61, 0.4);
}

.kfxbec7171 .kfxead42c2 img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid color-mix(in srgb, var(--accent-color), transparent 65%);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.kfxbec7171 .kfxead42c2 .kfxffd234b {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.kfxbec7171 .kfxead42c2 .kfxffd234b i {
    color: #e3a008;
    font-size: 0.85rem;
}

.kfxbec7171 .kfx4e1ea41 {
    padding: 0 28px 18px;
}

.kfxbec7171 .kfx4e1ea41 p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
    font-style: italic;
    text-align: center;
    position: relative;
}

.kfxbec7171 .kfx4e1ea41 p::before,
.kfxbec7171 .kfx4e1ea41 p::after {
    content: '"';
    font-size: 1.4rem;
    color: var(--accent-color);
    opacity: 0.5;
    font-family: serif;
    position: absolute;
}

.kfxbec7171 .kfx4e1ea41 p::before {
    top: -5px;
    left: -8px;
}

.kfxbec7171 .kfx4e1ea41 p::after {
    bottom: -18px;
    right: -3px;
}

.kfxbec7171 .kfx09ee0aa {
    padding: 18px 28px 28px;
    text-align: center;
    position: relative;
}

.kfxbec7171 .kfx09ee0aa h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 4px;
}

.kfxbec7171 .kfx09ee0aa span {
    font-size: 0.8rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    display: block;
    margin-bottom: 14px;
}

.kfxbec7171 .kfx09ee0aa .kfxe67619f {
    position: absolute;
    bottom: 14px;
    right: 22px;
    color: color-mix(in srgb, var(--accent-color), transparent 65%);
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.kfxbec7171 .swiper-navigation {
    position: relative;
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.kfxbec7171 .swiper-button-prev,
.kfxbec7171 .swiper-button-next {
    position: static;
    width: 42px;
    height: 42px;
    margin: 0 8px;
    background: transparent;
    border: 1px solid rgba(88, 166, 255, 0.4);
    border-radius: 8px;
    color: var(--accent-color);
    font-size: 14px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kfxbec7171 .swiper-button-prev:hover,
.kfxbec7171 .swiper-button-next:hover {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
    transform: scale(1.04);
}

.kfxbec7171 .swiper-button-prev::after,
.kfxbec7171 .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.kfxbec7171 .swiper-pagination {
    position: static;
    margin-top: 28px;
    text-align: center;
}

.kfxbec7171 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: color-mix(in srgb, var(--default-color), transparent 70%);
    opacity: 1;
    margin: 0 5px;
    transition: all 0.25s ease;
    border-radius: 4px;
}

.kfxbec7171 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--accent-color);
    transform: scaleX(2);
}

@media (max-width: 1199px) {
    .kfxbec7171 .kfx31c3b4e .kfxead42c2 {
        padding: 22px 22px 14px;
    }

    .kfxbec7171 .kfx31c3b4e .kfxead42c2 img {
        width: 65px;
        height: 65px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx4e1ea41,
    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 991px) {
    .kfxbec7171 .kfx31c3b4e {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .kfxbec7171 .kfx31c3b4e .kfxead42c2 {
        padding: 18px 18px 10px;
    }

    .kfxbec7171 .kfx31c3b4e .kfxead42c2 img {
        width: 58px;
        height: 58px;
    }

    .kfxbec7171 .kfx31c3b4e .kfxead42c2 .kfxffd234b i {
        font-size: 0.75rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx4e1ea41 {
        padding: 0 18px 14px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx4e1ea41 p {
        font-size: 0.9rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa {
        padding: 14px 18px 18px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa h5 {
        font-size: 0.95rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa span {
        font-size: 0.78rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa .kfxe67619f {
        font-size: 1.1rem;
        bottom: 10px;
        right: 14px;
    }

    .kfxbec7171 .swiper-button-prev,
    .kfxbec7171 .swiper-button-next {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .kfxbec7171 .swiper-button-prev::after,
    .kfxbec7171 .swiper-button-next::after {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .kfxbec7171 .kfxe744074 {
        padding-bottom: 28px;
    }

    .kfxbec7171 .kfx31c3b4e .kfxead42c2 {
        padding: 14px 14px 10px;
    }

    .kfxbec7171 .kfx31c3b4e .kfxead42c2 img {
        width: 52px;
        height: 52px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx4e1ea41 {
        padding: 0 14px 10px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx4e1ea41 p {
        font-size: 0.88rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa {
        padding: 10px 14px 14px;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa h5 {
        font-size: 0.9rem;
    }

    .kfxbec7171 .kfx31c3b4e .kfx09ee0aa .kfxe67619f {
        font-size: 1.1rem;
    }

    .kfxbec7171 .swiper-navigation {
        margin-top: 8px;
    }
}

.stats .avatars {
    position: relative;
}

.stats .avatars img {
    width: 56px;
    height: 56px;
    border: 2px solid var(--accent-color);
    margin-right: -14px;
    transition: transform 0.25s ease;
    border-radius: 50%;
}

.stats .avatars img:hover {
    transform: translateY(-4px);
    z-index: 2;
}

.stats .counters h2 {
    color: var(--heading-color);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -1px;
    font-family: var(--heading-font);
}

.stats .counters h2 span {
    display: inline-block;
}

.stats .counters p {
    color: var(--default-color);
    font-size: 16px;
    margin: 0;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .stats .row {
        text-align: center;
    }

    .stats .avatars {
        justify-content: center;
        margin-bottom: 40px;
    }

    .stats .counters h2 {
        font-size: 34px;
    }

    .stats .counters p {
        font-size: 15px;
    }

    .stats .counters .col-md-4 {
        margin-bottom: 28px;
    }

    .stats .counters .col-md-4:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .stats {
        padding: 60px 0;
    }

    .stats .avatars {
        kfx592cd40: wrap;
        justify-content: center;
    }

    .stats .avatars img {
        margin: 0 -7px;
    }
}

.pricing {
    --card-border-radius: 12px;
}

.pricing .row {
    justify-content: center;
}

.pricing .pricing-card {
    height: 100%;
    background: var(--surface-color);
    border-radius: var(--card-border-radius);
    box-shadow: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.pricing .pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.pricing .pricing-card.popular {
    border: 1px solid var(--accent-color);
    box-shadow: 0 0 0 1px var(--accent-color);
}

.pricing .pricing-card.popular .plan-cta .btn-plan {
    background-color: var(--accent-color);
    color: #0E2724;
}

.pricing .pricing-card.popular .plan-cta .btn-plan:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 10%);
}

.pricing .pricing-card .popular-tag {
    position: absolute;
    top: 20px;
    right: -32px;
    background-color: var(--accent-color);
    color: #0E2724;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 38px;
    transform: rotate(45deg);
    letter-spacing: 0.5px;
}

.pricing .plan-header {
    padding: 28px 28px 18px;
    text-align: center;
}

.pricing .plan-header .plan-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.pricing .plan-header .plan-icon i {
    font-size: 26px;
    color: var(--accent-color);
}

.pricing .plan-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.pricing .plan-header p {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.pricing .plan-pricing {
    text-align: center;
    padding: 8px 28px 18px;
    position: relative;
}

.pricing .plan-pricing .currency {
    font-size: 22px;
    vertical-align: top;
    line-height: 1;
    color: var(--heading-color);
    font-weight: 600;
    font-family: var(--heading-font);
}

.pricing .plan-pricing .amount {
    font-size: 56px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1;
    font-family: var(--heading-font);
    letter-spacing: -2px;
}

.pricing .plan-pricing .period {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 45%);
}

.pricing .plan-features {
    padding: 18px 28px;
    flex: 1;
}

.pricing .plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing .plan-features ul li {
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    border-bottom: 1px solid rgba(48, 54, 61, 0.4);
}

.pricing .plan-features ul li:last-child {
    border-bottom: none;
}

.pricing .plan-features ul li.disabled {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing .plan-features ul li i {
    font-size: 16px;
}

.pricing .plan-features ul li i.bi-check-circle-fill {
    color: var(--accent-color);
}

.pricing .plan-features ul li i.bi-x-circle-fill {
    color: color-mix(in srgb, var(--default-color), transparent 65%);
}

.pricing .plan-cta {
    padding: 10px 28px 28px;
    text-align: center;
}

.pricing .plan-cta .btn-plan {
    display: inline-block;
    width: 100%;
    padding: 13px 28px;
    background-color: color-mix(in srgb, var(--default-color), transparent 92%);
    color: var(--default-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.pricing .plan-cta .btn-plan:hover {
    background-color: color-mix(in srgb, var(--default-color), transparent 80%);
    border-color: rgba(88, 166, 255, 0.4);
}

@media (max-width: 992px) {
    .pricing .pricing-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .pricing .plan-pricing .amount {
        font-size: 44px;
    }

    .pricing .plan-header {
        padding: 22px 18px 14px;
    }

    .pricing .plan-features,
    .pricing .plan-pricing,
    .pricing .plan-cta {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.faq .faq-card {
    height: 100%;
    padding: 36px;
    background-color: var(--surface-color);
    border-radius: 10px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    text-align: center;
}

.faq .faq-card i {
    font-size: 42px;
    color: var(--accent-color);
    margin-bottom: 18px;
    display: block;
}

.faq .faq-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.faq .faq-card p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.65;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-card .btn-primary {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #0E2724;
}

.faq .faq-card .btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 10%);
    border-color: color-mix(in srgb, var(--accent-color), white 10%);
}

.faq .faq-list {
    padding: 0;
}

.faq .faq-list .faq-item {
    position: relative;
    margin-bottom: 16px;
    padding: 24px 28px;
    background-color: var(--surface-color);
    border-radius: 10px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    cursor: pointer;
    transition: border-color 0.25s ease;
}

.faq .faq-list .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-list .faq-item:hover {
    border-color: rgba(88, 166, 255, 0.4);
}

.faq .faq-list .faq-item h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 38px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    letter-spacing: -0.2px;
}

.faq .faq-list .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-list .faq-item .faq-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    overflow: hidden;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.faq .faq-list .faq-item .faq-toggle {
    position: absolute;
    right: 28px;
    top: 24px;
    font-size: 20px;
    color: var(--accent-color);
    transition: transform 0.2s ease;
}

.faq .faq-list .faq-item.faq-active {
    border-color: rgba(88, 166, 255, 0.5);
    background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.faq .faq-list .faq-item.faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-list .faq-item.faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 14px;
}

.faq .faq-list .faq-item.faq-active .faq-toggle {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .faq .faq-list .faq-item {
        padding: 18px 20px;
    }

    .faq .faq-list .faq-item h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    .faq .faq-list .faq-item .faq-toggle {
        right: 18px;
        top: 18px;
        font-size: 18px;
    }
}

.team .team-header {
    margin-bottom: 48px;
}

.team .team-header h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 18px;
    letter-spacing: -0.5px;
}

.team .team-header h2:before {
    content: "";
    position: absolute;
    width: 56px;
    height: 3px;
    background: var(--accent-color);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.team .team-header p {
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    max-width: 560px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .team .team-header {
        margin-bottom: 28px;
        text-align: center;
    }

    .team .team-header h2:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .team .team-header p {
        margin: 0 auto;
    }

    .team .team-header .team-controls {
        margin-top: 28px;
        justify-content: center;
    }
}

.team .team-controls {
    display: flex;
    gap: 10px;
}

.team .team-controls .team-control-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(88, 166, 255, 0.4);
    border-radius: 8px;
    color: var(--accent-color);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.team .team-controls .team-control-btn:hover {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
}

.team .team-slider {
    padding: 8px 4px 36px;
}

.team .team-slider .swiper-wrapper {
    height: auto !important;
}

.team .team-member {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: var(--surface-color);
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.3s ease;
    height: 100%;
}

.team .team-member:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

.team .team-member:hover .member-image .member-social {
    opacity: 1;
    bottom: 18px;
}

.team .team-member:hover .member-image:before {
    opacity: 0.85;
}

.team .team-member .member-image {
    position: relative;
    overflow: hidden;
}

.team .team-member .member-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(13, 17, 23, 0.9) 0%, rgba(13, 17, 23, 0) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.team .team-member .member-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team .team-member .member-image .member-social {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 6px;
    justify-content: center;
    width: 100%;
    bottom: -28px;
    opacity: 0;
    transition: all 0.3s ease;
}

.team .team-member .member-image .member-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--surface-color);
    border-radius: 8px;
    color: var(--accent-color);
    font-size: 14px;
    transition: all 0.25s ease;
    border: 1px solid rgba(88, 166, 255, 0.3);
}

.team .team-member .member-image .member-social a:hover {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.team .team-member .member-content {
    padding: 22px;
}

.team .team-member .member-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.team .team-member .member-content span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 12px;
}

.team .team-member .member-content p {
    font-size: 13px;
    line-height: 1.6;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin-bottom: 0;
}

.kfx3232e04 .kfxccbdd36 {
    height: 100%;
}

.kfx3232e04 .kfxccbdd36 .kfx244bfe1 {
    margin-bottom: 36px;
}

.kfx3232e04 .kfxccbdd36 .kfx244bfe1 h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--heading-color);
    position: relative;
    display: inline-block;
    letter-spacing: -0.3px;
}

.kfx3232e04 .kfxccbdd36 .kfx244bfe1 h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 48px;
    height: 2px;
    background: var(--accent-color);
    border-radius: 2px;
}

.kfx3232e04 .kfxccbdd36 .kfx244bfe1 p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--default-color);
    margin-bottom: 0;
}

.kfx3232e04 .kfxccbdd36 .kfx1d117e6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: var(--surface-color);
    border-radius: 10px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.25s ease;
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e:hover {
    transform: translateX(6px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e:hover .kfxfcc9b2d {
    background-color: var(--accent-color);
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e:hover .kfxfcc9b2d i {
    color: #0E2724;
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e .kfxfcc9b2d {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e .kfxfcc9b2d i {
    font-size: 22px;
    color: var(--accent-color);
    transition: all 0.25s ease;
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e .kfx30fda3c {
    flex: 1;
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e .kfx30fda3c h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--heading-color);
}

.kfx3232e04 .kfxccbdd36 .kfxe9b077e .kfx30fda3c p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--default-color);
    margin-bottom: 0;
}

.kfx3232e04 .kfxccbdd36 .social-contact {
    padding: 26px;
    background: var(--surface-color);
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx3232e04 .kfxccbdd36 .social-contact h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--heading-color);
}

.kfx3232e04 .kfxccbdd36 .social-contact .social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.kfx3232e04 .kfxccbdd36 .social-contact .social-icons .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
    color: var(--accent-color);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.kfx3232e04 .kfxccbdd36 .social-contact .social-icons .social-icon:hover {
    background-color: var(--accent-color);
    color: #0E2724;
    transform: translateY(-3px);
}

.kfx3232e04 .kfx0b1ebbf {
    background: var(--surface-color);
    padding: 36px;
    border-radius: 12px;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.kfx3232e04 .kfx0b1ebbf .kfx2962a24 {
    text-align: center;
    margin-bottom: 30px;
}

.kfx3232e04 .kfx0b1ebbf .kfx2962a24 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--heading-color);
    letter-spacing: -0.3px;
}

.kfx3232e04 .kfx0b1ebbf .kfx2962a24 p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--default-color);
    margin-bottom: 0;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxc61646c {
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxbe401b3 {
    height: 46px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(48, 54, 61, 0.8);
    background-color: color-mix(in srgb, var(--background-color), var(--surface-color) 50%);
    color: var(--default-color);
    font-size: 15px;
    transition: all 0.25s ease;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxbe401b3:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 82%);
    background-color: var(--surface-color);
    outline: none;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxbe401b3::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 55%);
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxb2ffc95 {
    height: 110px;
    resize: vertical;
    font-family: inherit;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015 {
    width: 100%;
    background: var(--accent-color);
    color: #0E2724;
    border: none;
    padding: 15px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015:before {
    display: none;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
    background: color-mix(in srgb, var(--accent-color), white 10%);
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015:hover i {
    transform: translateX(4px);
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015 span {
    position: relative;
    z-index: 1;
}

.kfx3232e04 .kfx0b1ebbf .kfx5ad3598 .kfxe3c1015 i {
    font-size: 16px;
    transition: transform 0.25s ease;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .kfx3232e04 .kfxccbdd36 {
        margin-bottom: 36px;
    }

    .kfx3232e04 .kfxccbdd36 .kfx1d117e6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .kfx3232e04 .kfxccbdd36 .kfx1d117e6 {
        grid-template-columns: 1fr;
    }

    .kfx3232e04 .kfxccbdd36 .kfxe9b077e {
        padding: 18px;
    }

    .kfx3232e04 .kfxccbdd36 .kfxe9b077e:hover {
        transform: translateY(-4px);
    }

    .kfx3232e04 .kfx0b1ebbf {
        padding: 26px 20px;
    }

    .kfx3232e04 .kfx0b1ebbf .kfx2962a24 h3 {
        font-size: 22px;
    }
}

.service-details .service-hero {
    position: relative;
    margin-bottom: 36px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.service-details .service-hero img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.service-details .service-hero .service-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: var(--accent-color);
    color: #0E2724;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.service-details .service-content .service-header {
    margin-bottom: 36px;
}

.service-details .service-content .service-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--heading-color);
    letter-spacing: -0.5px;
}

.service-details .service-content .service-header .service-intro {
    font-size: 16px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-details .service-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 26px;
    color: var(--heading-color);
    letter-spacing: -0.3px;
}

.service-details .service-features {
    margin-bottom: 46px;
}

.service-details .service-features .kfx5c91c3b {
    display: flex;
    align-items: flex-start;
    padding: 18px;
    background: var(--surface-color);
    border-radius: 8px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: all 0.25s ease;
}

.service-details .service-features .kfx5c91c3b:hover {
    border-color: rgba(88, 166, 255, 0.4);
    transform: translateY(-2px);
}

.service-details .service-features .kfx5c91c3b .kfx96317f3 {
    background: color-mix(in srgb, var(--accent-color), transparent 88%);
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
}

.service-details .service-features .kfx5c91c3b .kfx96317f3 i {
    font-size: 22px;
    color: var(--accent-color);
}

.service-details .service-features .kfx5c91c3b .kfx15c3436 h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--heading-color);
}

.service-details .service-features .kfx5c91c3b .kfx15c3436 p {
    font-size: 13px;
    margin: 0;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    line-height: 1.6;
}

.service-details .service-process {
    margin-bottom: 46px;
}

.service-details .service-process .process-steps .process-step {
    display: flex;
    margin-bottom: 26px;
    position: relative;
}

.service-details .service-process .process-steps .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 56px;
    width: 1px;
    height: 35px;
    background: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.service-details .service-process .process-steps .process-step .step-number {
    background: var(--accent-color);
    color: #0E2724;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 22px;
    flex-shrink: 0;
    font-size: 15px;
    font-family: var(--heading-font);
}

.service-details .service-process .process-steps .process-step .step-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--heading-color);
    letter-spacing: -0.2px;
}

.service-details .service-process .process-steps .process-step .step-content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-details .service-gallery {
    margin-bottom: 28px;
}

.service-details .service-gallery img {
    transition: transform 0.25s ease;
    border-radius: 8px;
}

.service-details .service-gallery img:hover {
    transform: scale(1.03);
}

.service-details .service-sidebar .service-menu {
    background: var(--surface-color);
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 26px;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.service-details .service-sidebar .service-menu h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781 {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(48, 54, 61, 0.4);
    color: var(--default-color);
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 14px;
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781:last-child {
    border-bottom: none;
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781:hover,
.service-details .service-sidebar .service-menu .menu-list .kfxa213781.active {
    color: var(--accent-color);
    padding-left: 8px;
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781:hover i,
.service-details .service-sidebar .service-menu .menu-list .kfxa213781.active i {
    color: var(--accent-color);
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781 i {
    margin-right: 10px;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: color 0.25s ease;
}

.service-details .service-sidebar .service-menu .menu-list .kfxa213781 span {
    font-weight: 500;
}

.service-details .service-sidebar .service-info {
    background: var(--surface-color);
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 26px;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.service-details .service-sidebar .service-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.service-details .service-sidebar .service-info .info-list .kfxe9b077e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(48, 54, 61, 0.4);
}

.service-details .service-sidebar .service-info .info-list .kfxe9b077e:last-child {
    border-bottom: none;
}

.service-details .service-sidebar .service-info .info-list .kfxe9b077e .info-label {
    font-weight: 500;
    color: var(--default-color);
    font-size: 14px;
}

.service-details .service-sidebar .service-info .info-list .kfxe9b077e .info-value {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 14px;
}

.service-details .service-sidebar .contact-card {
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    padding: 26px;
    border-radius: 10px;
    border: 1px solid rgba(88, 166, 255, 0.3);
}

.service-details .service-sidebar .contact-card .contact-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--heading-color);
}

.service-details .service-sidebar .contact-card .contact-content p {
    margin-bottom: 18px;
    opacity: 0.85;
    font-size: 13px;
    line-height: 1.6;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info {
    margin-bottom: 22px;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item i {
    margin-right: 8px;
    opacity: 0.7;
    color: var(--accent-color);
}

.service-details .service-sidebar .contact-card .contact-content .contact-info .contact-item span {
    font-size: 13px;
}

.service-details .service-sidebar .contact-card .contact-content .btn {
    background: var(--accent-color);
    color: #0E2724;
    border: none;
    padding: 11px 22px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.service-details .service-sidebar .contact-card .contact-content .btn:hover {
    background: color-mix(in srgb, var(--accent-color), white 10%);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .service-details .service-hero img {
        height: 220px;
    }

    .service-details .service-hero .service-badge {
        top: 12px;
        right: 12px;
        padding: 5px 12px;
        font-size: 11px;
    }

    .service-details .service-content .service-header h2 {
        font-size: 22px;
    }

    .service-details .kfx5c91c3b {
        padding: 14px !important;
    }

    .service-details .kfx5c91c3b .kfx96317f3 {
        width: 46px !important;
        height: 46px !important;
        margin-right: 14px !important;
    }

    .service-details .kfx5c91c3b .kfx96317f3 i {
        font-size: 18px !important;
    }

    .service-details .service-sidebar {
        margin-top: 28px;
    }
}

.starter-section {}

.kfx612a9ca {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--surface-color);
    color: var(--default-color);
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 860px;
    width: 90%;
    z-index: 9999;
    border: 1px solid rgba(48, 54, 61, 0.8);
    font-family: var(--default-font);
}

.kfx612a9ca p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--default-color);
    flex-grow: 1;
}

.kfx612a9ca a {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: underline;
}

.kfx612a9ca a:hover {
    color: color-mix(in srgb, var(--accent-color), white 20%);
}

.kfx6bf69b7 {
    display: flex;
    gap: 8px;
}

.kfx6bf69b7 button {
    font-family: var(--default-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .55rem 1.3rem;
    border-radius: 7px;
    border: 1px solid rgba(88, 166, 255, 0.4);
    cursor: pointer;
    transition: all .25s ease;
    text-transform: uppercase;
}

#accept-cookies {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
}

#accept-cookies:hover {
    background: transparent;
    color: var(--accent-color);
}

#decline-cookies {
    background: transparent;
    color: var(--accent-color);
}

#decline-cookies:hover {
    background: var(--accent-color);
    color: #0E2724;
    border-color: var(--accent-color);
}

.kfx6f77a17 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.kfxa213781 {
    background: var(--surface-color);
    padding: 26px;
    text-align: center;
    border-radius: 10px;
    transition: 0.25s;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.kfxa213781:hover {
    transform: translateY(-5px);
    border-color: rgba(88, 166, 255, 0.4);
}

.kfxa213781 h4 {
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.kfxa213781 p {
    color: var(--default-color);
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.75;
}

.kfxffd234b {
    color: var(--accent-color);
    font-size: 16px;
    letter-spacing: 2px;
}

@media (max-width:992px) {
    .kfx6f77a17 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .kfx6f77a17 {
        grid-template-columns: 1fr;
    }
}

.kfxee59057,
.kfxe01327c {
    background: var(--background-color);
    color: var(--default-color);
    padding: 80px 0;
}

.kfxee59057 h2,
.kfxe01327c h2 {
    color: var(--heading-color);
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.kfxee59057 p,
.kfxe01327c p {
    opacity: 0.8;
    margin-bottom: 14px;
    line-height: 1.7;
}

.kfxef2cdc9 {
    background: var(--surface-color);
    padding: 80px 0;
    border-top: 1px solid rgba(48, 54, 61, 0.6);
    border-bottom: 1px solid rgba(48, 54, 61, 0.6);
}

.kfxa353417 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.kfxa48840c {
    background: var(--background-color);
    padding: 26px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: 0.25s;
}

.kfxa48840c:hover {
    border-color: rgba(88, 166, 255, 0.4);
    transform: translateY(-4px);
}

.kfxa48840c i {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 12px;
    display: block;
}

.kfxa48840c h4 {
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.kfxa48840c p {
    font-size: 13px;
    opacity: 0.75;
    line-height: 1.6;
}

@media (max-width:992px) {
    .kfxa353417 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .kfxa353417 {
        grid-template-columns: 1fr;
    }
}

/* KAFLO -- own layer (Kiel) */
body { font-size:16.5px; line-height:1.8; letter-spacing:.1px; }
.kfx745d841{display:inline-block;font-size:11px;letter-spacing:3.6px;text-transform:uppercase;color:#E0A458;border-bottom:2px solid rgba(224,164,88,.5);padding-bottom:6px;margin-bottom:18px}
.kfx127bd4f{display:flex;kfx592cd40:wrap;margin:26px -10px 0}
.kfx127bd4f>div{flex:1 1 50%;padding:10px 12px}
.kfx127bd4f>div b{display:block;font-family:"Spectral",Georgia,serif;font-size:27px;color:#E0A458}
.kfx127bd4f>div span{display:block;font-size:12px;letter-spacing:2px;text-transform:uppercase;opacity:.7;margin-top:4px}
.kfx215debf{margin:22px 0 0}
.kfx215debf div{display:flex;justify-content:space-between;gap:16px;padding:13px 4px;border-bottom:1px solid rgba(196,211,206,.18);font-size:15px}
.kfxc1adfc7{background:rgba(224,164,88,.12);border-left:4px solid #E0A458;border-radius:0 16px 16px 0;padding:20px 24px;margin-top:26px;font-size:15px}
.kfxf05adb2{list-style:none;padding:0;margin:22px 0 0}
.kfxf05adb2 li{position:relative;padding-left:26px;margin-bottom:12px;font-size:15px}
.kfxf05adb2 li:before{content:"";position:absolute;left:0;top:10px;width:14px;height:2px;background:#E0A458}
.kfxe552b92{padding:78px 0}

/* Final visual balance */
.kfx64a2f78 { min-height: 720px; padding-top: 105px; padding-bottom: 48px; }
@media (max-width: 768px) { .kfx64a2f78 { min-height: auto; padding-top: 92px; padding-bottom: 42px; } }

/* Stable home feature and menu-detail layouts */
#kfx9310d0d{margin:0;padding:64px 0;width:100%;height:auto;min-height:0;overflow:hidden;border:0;border-radius:0;background:#f3e9de;color:#57463d}
#kfx9310d0d .kfxd64187e{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(36px,5vw,68px)}
#kfx9310d0d .kfx683a29a,#kfx9310d0d .kfx947381c{width:auto;max-width:none;min-width:0}
#kfx9310d0d h2{margin:16px 0 20px;color:#271e1a;font-size:clamp(2rem,3.2vw,3.15rem);line-height:1.1}
#kfx9310d0d p,#kfx9310d0d .kfx5c91c3b span{color:#57463d;opacity:1}
#kfx9310d0d .kfxc7f71aa{display:grid;grid-template-columns:1fr;gap:11px;margin-top:24px}
#kfx9310d0d .kfxc7f71aa .kfx5c91c3b{display:flex;align-items:center;gap:11px;padding:13px 15px;background:rgba(255,255,255,.62);border:1px solid rgba(114,72,50,.2);border-radius:8px}
#kfx9310d0d .kfx947381c{position:relative}
#kfx9310d0d .kfx947381c img{display:block;width:100%;height:clamp(350px,34vw,465px);object-fit:cover;border-radius:18px;box-shadow:0 20px 44px rgba(62,36,25,.2)}
#kfx9310d0d .kfx947381c .kfxed89799{right:20px;bottom:20px;max-width:calc(100% - 40px);color:#fff8f0;background:rgba(24,34,41,.94);border-color:rgba(255,255,255,.12);animation:none}
#kfx9310d0d .kfxf04be1e{display:none}
#kfx5f11101{position:relative;z-index:1;height:auto;min-height:0;padding:64px 0 80px;overflow:visible;background:#24313a}
#kfx5f11101 .kfx77d1d71{padding-bottom:38px}
#kfx5f11101 .kfx77d1d71 h2{color:#fff8f0}
#kfx5f11101 .kfx5c8bbff{height:auto;min-height:520px;padding:34px;overflow:visible;background:#182229;border-color:rgba(217,137,91,.25)}
#kfx5f11101 .kfx9d1bc2c{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 28px;padding:0}
#kfx5f11101 .kfxc01e3b4{width:100%;height:96px;padding:16px}
#kfx5f11101 .kfxbf77659>.kfx745610d{display:none;position:static;height:auto;min-height:0;padding:34px 0 12px}
#kfx5f11101 .kfxbf77659>.kfx745610d.active{display:block}
#kfx5f11101 .kfx745610d .row,#kfx5f11101 .kfx745610d [class*="col-"]{width:100%;max-width:none;margin:0;padding:0}
#kfx5f11101 .kfxa0016b8{width:min(760px,100%);margin:0 auto;padding:0;text-align:center}
#kfx5f11101 .kfxa0016b8 h3{color:#fff8f0}
#kfx972d3c4{position:relative;z-index:0;clear:both}
@media(max-width:991.98px){#kfx9310d0d{padding:52px 0}#kfx9310d0d .kfxd64187e{grid-template-columns:1fr;gap:32px}#kfx9310d0d .kfx947381c{margin:0}#kfx9310d0d .kfx947381c .kfxed89799{position:absolute;right:16px;bottom:16px;margin:0}#kfx5f11101 .kfx9d1bc2c{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){#kfx9310d0d,#kfx5f11101{padding:42px 0}#kfx9310d0d .kfx947381c img{height:310px}#kfx5f11101 .kfx77d1d71{padding-bottom:26px;text-align:left}#kfx5f11101 .kfx5c8bbff{min-height:0;padding:18px}#kfx5f11101 .kfx9d1bc2c{grid-template-columns:1fr}#kfx5f11101 .kfxc01e3b4{height:auto;min-height:74px}#kfx5f11101 .kfxbf77659>.kfx745610d{padding-top:26px}}

