:root {
    --default-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
}

:root {
    --background-color: #9e5b0e;
    --default-color: #c9d1d9;
    --heading-color: #f0f6fc;
    --accent-color: #58a6ff;
    --surface-color: #161b22;
    --contrast-color: #ffffff;
}

:root {
    --nav-color: #c9d1d9;
    --nav-hover-color: #58a6ff;
    --nav-mobile-background-color: #161b22;
    --nav-dropdown-background-color: #161b22;
    --nav-dropdown-color: #c9d1d9;
    --nav-dropdown-hover-color: #58a6ff;
}

.etx675513a {
    --background-color: #9e5b0e;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #010409;
    --default-color: #e6edf3;
    --heading-color: #f0f6fc;
    --surface-color: #0d1117;
    --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);
}

.etx49a8adc .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;
}

.etx49a8adc .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;
}

.etx49a8adc .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    border-radius: 6px;
}

.etx49a8adc .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);
    }
}

.etx6d44c04 {
    --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;
}

.etx6d44c04 .etx0915333 {
    line-height: 1;
}

.etx6d44c04 .etx0915333 img {
    margin-right: 8px;
}

.etx6d44c04 .etx0915333 h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
    letter-spacing: -0.5px;
}

.etx6d44c04 .btn-getstarted,
.etx6d44c04 .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;
}

.etx6d44c04 .btn-getstarted:hover,
.etx6d44c04 .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) {
    .etx6d44c04 .etx0915333 {
        order: 1;
    }

    .etx6d44c04 .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .etx6d44c04 .etxbed5d47 {
        order: 3;
    }
}

.scrolled .etx6d44c04::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) {
    .etxbed5d47 {
        padding: 0;
    }

    .etxbed5d47 ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .etxbed5d47 li {
        position: relative;
    }

    .etxbed5d47 a,
    .etxbed5d47 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;
    }

    .etxbed5d47 a i,
    .etxbed5d47 a:focus i {
        font-size: 11px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.25s;
    }

    .etxbed5d47 li:last-child a {
        padding-right: 0;
    }

    .etxbed5d47 li:hover>a,
    .etxbed5d47 .active,
    .etxbed5d47 .active:focus {
        color: var(--nav-hover-color);
    }

    .etxbed5d47 .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);
    }

    .etxbed5d47 .dropdown ul li {
        min-width: 200px;
    }

    .etxbed5d47 .dropdown ul a {
        padding: 9px 18px;
        font-size: 14px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .etxbed5d47 .dropdown ul a i {
        font-size: 11px;
    }

    .etxbed5d47 .dropdown ul a:hover,
    .etxbed5d47 .dropdown ul .active:hover,
    .etxbed5d47 .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
    }

    .etxbed5d47 .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .etxbed5d47 .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .etxbed5d47 .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .etx06c5342 {
        color: var(--nav-color);
        font-size: 26px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.25s;
    }

    .etxbed5d47 {
        padding: 0;
        z-index: 9997;
    }

    .etxbed5d47 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);
    }

    .etxbed5d47 a,
    .etxbed5d47 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;
    }

    .etxbed5d47 a i,
    .etxbed5d47 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%);
    }

    .etxbed5d47 a i:hover,
    .etxbed5d47 a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .etxbed5d47 a:hover,
    .etxbed5d47 .active,
    .etxbed5d47 .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .etxbed5d47 .active i,
    .etxbed5d47 .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .etxbed5d47 .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;
    }

    .etxbed5d47 .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .etxbed5d47 .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .etx06c5342 {
        color: #fff;
        position: absolute;
        font-size: 30px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .etxbed5d47 {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(13, 17, 23, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .etxbed5d47>ul {
        display: block;
    }
}

.etx93c347d {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgba(48, 54, 61, 0.6);
}

.etx93c347d .etxc8c03fe {
    background-color: color-mix(in srgb, var(--background-color), white 3%);
    padding-top: 50px;
}

.etx93c347d .etx764b938 .etx0915333 {
    line-height: 1;
    margin-bottom: 25px;
}

.etx93c347d .etx764b938 .etx0915333 img {
    max-height: 40px;
    margin-right: 6px;
}

.etx93c347d .etx764b938 .etx0915333 span {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.etx93c347d .etx764b938 p {
    font-size: 14px;
    font-family: var(--heading-font);
    line-height: 1.7;
}

.etx93c347d 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);
}

.etx93c347d h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: var(--accent-color);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.etx93c347d .etx24f005c {
    margin-bottom: 30px;
}

.etx93c347d .etx24f005c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.etx93c347d .etx24f005c ul i {
    padding-right: 2px;
    font-size: 11px;
    line-height: 0;
}

.etx93c347d .etx24f005c ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.etx93c347d .etx24f005c ul li:first-child {
    padding-top: 0;
}

.etx93c347d .etx24f005c ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

.etx93c347d .etx24f005c ul a:hover {
    color: var(--accent-color);
}

.etx93c347d .etx9d4ea19 p {
    margin-bottom: 5px;
    font-size: 14px;
}

.etx93c347d .etxda5744d {
    padding: 24px 0;
    border-top: 1px solid rgba(48, 54, 61, 0.6);
}

.etx93c347d .etxda5744d p {
    margin-bottom: 0;
    font-size: 13px;
}

.etx93c347d .credits {
    margin-top: 5px;
    font-size: 12px;
}

.etx93c347d .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);
}

.etx93c347d .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;
    etx7d4ffa6: 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;
    }
}

.etxf6b4aad {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
}

.etxf6b4aad h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.5px;
}

.etxf6b4aad h2:before,
.etxf6b4aad h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
    border-radius: 2px;
}

.etxf6b4aad h2:before {
    margin: 0 14px 10px 0;
}

.etxf6b4aad h2:after {
    margin: 0 0 10px 14px;
}

.etxf6b4aad p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.etxf7ba001 {
    padding-top: 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--background-color);
    padding-bottom: 60px;
}

.etxf7ba001::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;
}

.etxf7ba001::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;
}

.etxf7ba001 .etx09e2859 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.etxf7ba001 .etx076109d {
    font-size: 52px;
    font-weight: 800;
    color: var(--heading-color);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .etxf7ba001 .etx076109d {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .etxf7ba001 .etx076109d {
        font-size: 28px;
    }
}

.etxf7ba001 .etx076109d .etx6351f20 {
    color: var(--accent-color);
    position: relative;
}

.etxf7ba001 .etx076109d .etx6351f20::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
    opacity: 0.5;
}

.etxf7ba001 .etx0333e57 {
    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;
}

.etxf7ba001 .etxdd0df9c {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73 {
    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;
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.etx47d86bd {
    background: var(--accent-color);
    color: #0d1117;
    border: 1px solid var(--accent-color);
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.etx47d86bd::before {
    display: none;
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.etx47d86bd span,
.etxf7ba001 .etxdd0df9c .etx0f7cf73.etx47d86bd i {
    position: relative;
    z-index: 1;
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.etx47d86bd: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%);
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.secondary {
    background: transparent;
    color: var(--default-color);
    border: 1px solid rgba(48, 54, 61, 0.9);
}

.etxf7ba001 .etxdd0df9c .etx0f7cf73.secondary:hover {
    background: var(--surface-color);
    border-color: var(--accent-color);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.etxf7ba001 .etx7e207bb {
    position: relative;
    z-index: 1;
}

.etxf7ba001 .etx7e207bb .etx4dfa630 {
    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);
}

.etxf7ba001 .etx7e207bb .etx4dfa630 img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.etxf7ba001 .etx7e207bb .etxb19d185 {
    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);
}

.etxf7ba001 .etx7e207bb .etxb19d185.etxce9a3fc {
    top: 20%;
    left: -60px;
    animation: float 3s ease-in-out infinite;
}

.etxf7ba001 .etx7e207bb .etxb19d185.etxaa46102 {
    bottom: 15%;
    right: -60px;
    animation: float 3s ease-in-out infinite reverse;
}

.etxf7ba001 .etx7e207bb .etxb19d185 .etx01b42ec {
    display: flex;
    align-items: center;
    gap: 12px;
}

.etxf7ba001 .etx7e207bb .etxb19d185 .etx01b42ec .etx79ebbae {
    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;
}

.etxf7ba001 .etx7e207bb .etxb19d185 .etx01b42ec .etx79ebbae i {
    color: var(--accent-color);
    font-size: 18px;
}

.etxf7ba001 .etx7e207bb .etxb19d185 .etx01b42ec .etx3585d1e h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    line-height: 1;
}

.etxf7ba001 .etx7e207bb .etxb19d185 .etx01b42ec .etx3585d1e 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);
    }
}

/* Etabuplakizv: balanced light editorial section on the home page */
#etxc7cbaa8 {
    margin: 0;
    padding: 56px 0;
    border: 0;
    border-radius: 0;
    background: #f4eadc;
    color: #3a2a20;
}

#etxc7cbaa8 .etx101c9ab {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(32px, 4vw, 56px);
}

#etxc7cbaa8 .etx5d9c4d5,
#etxc7cbaa8 .etx37f57d5 {
    width: auto;
    max-width: none;
    min-width: 0;
}

#etxc7cbaa8 h2 {
    margin: 14px 0 18px;
    color: #291d17;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    line-height: 1.08;
}

#etxc7cbaa8 p,
#etxc7cbaa8 .etxc799151 .etx56a4065 span {
    color: #5b493d;
}

#etxc7cbaa8 .etxc799151 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
}

#etxc7cbaa8 .etxc799151 .etx56a4065 {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.56);
    border-color: rgba(111, 78, 51, 0.2);
}

#etxc7cbaa8 .etx37f57d5 {
    position: relative;
}

#etxc7cbaa8 .etx37f57d5 img {
    display: block;
    width: 100%;
    height: clamp(360px, 34vw, 460px);
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(68, 42, 24, 0.22);
}

#etxc7cbaa8 .etx37f57d5 .etxb19d185 {
    right: 22px;
    bottom: 22px;
    max-width: calc(100% - 44px);
    background: rgba(30, 28, 27, 0.92);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 28px rgba(20, 14, 10, 0.26);
    animation: none;
}

#etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx01b42ec .etx42d7406 {
    color: #f2aa3d;
}

#etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx01b42ec .etx3369767 {
    color: #f4eee7;
    opacity: 0.82;
}

@media (max-width: 991.98px) {
    #etxc7cbaa8 {
        padding: 48px 0;
    }

    #etxc7cbaa8 .etx101c9ab {
        grid-template-columns: 1fr;
    }

    #etxc7cbaa8 .etx37f57d5 {
        margin-top: 0;
    }

    #etxc7cbaa8 .etx37f57d5 .etxb19d185 {
        position: absolute;
        right: 18px;
        bottom: 18px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    #etxc7cbaa8 {
        padding: 40px 0;
    }

    #etxc7cbaa8 .etx37f57d5 img {
        height: 300px;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

@media (max-width: 991px) {
    .etxf7ba001 {
        min-height: auto;
    }

    .etxf7ba001 .etxb19d185.etxce9a3fc {
        left: -30px;
        top: 10%;
    }

    .etxf7ba001 .etxb19d185.etxaa46102 {
        right: -30px;
        bottom: 10%;
    }

    .etxf7ba001 .etxdd0df9c {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .etxf7ba001 .etxdd0df9c {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .etxf7ba001 .etxdd0df9c .etx0f7cf73 {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .etxf7ba001 .etxb19d185 {
        display: none;
    }
}

@media (max-width: 576px) {
    .etxf7ba001 {
        padding: 100px 0 30px;
    }

    .etxf7ba001 .hero-badge {
        margin-bottom: 20px;
    }

    .etxf7ba001 .etx0333e57 {
        font-size: 1.05rem;
        margin-bottom: 28px;
    }

    .etxf7ba001 .etxdd0df9c {
        margin-bottom: 28px;
    }
}

.etxfa32128 .etx4dfa630 {
    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;
}

.etxfa32128 .etx4dfa630:hover {
    transform: translateY(-4px);
}

.etxfa32128 .etxc4d57ec h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
}

.etxfa32128 .etxc4d57ec h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--accent-color);
    left: 0;
    bottom: -10px;
    border-radius: 2px;
}

.etxfa32128 .etxc4d57ec h5 {
    font-weight: 500;
    color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.etxfa32128 .etxc4d57ec p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
}

.etxfa32128 .etxaa1f6af {
    margin-top: 2rem;
}

.etxfa32128 .etxaa1f6af .etx56a4065 {
    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%;
}

.etxfa32128 .etxaa1f6af .etx56a4065:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.etxfa32128 .etxaa1f6af .etx56a4065 i {
    font-size: 1.8rem;
    color: var(--accent-color);
    margin-bottom: 12px;
    display: block;
}

.etxfa32128 .etxaa1f6af .etx56a4065 h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.etxfa32128 .etxaa1f6af .etx56a4065 p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.etxfa32128 .btn {
    padding: 9px 22px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.25s ease;
    font-size: 14px;
}

.etxfa32128 .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #0d1117;
}

.etxfa32128 .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%);
}

.etxfa32128 .btn.btn-outline-primary {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.etxfa32128 .btn.btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: #0d1117;
}

@media (max-width: 992px) {
    .etxfa32128 .etx4dfa630 {
        margin-bottom: 2rem;
    }

    .etxfa32128 .etxc4d57ec {
        text-align: center;
    }

    .etxfa32128 .etxc4d57ec h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .etxfa32128 .signature-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .etxfa32128 .etxaa1f6af .etx56a4065 {
        margin-bottom: 1.5rem;
    }
}

.etxc799151 .intro-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-color);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.etxc799151 .intro-content p {
    font-size: 17px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 32px;
    line-height: 1.7;
}

.etxc799151 .intro-content .feature-stats {
    display: flex;
    gap: 28px;
}

.etxc799151 .intro-content .feature-stats .stat-item {
    text-align: center;
}

.etxc799151 .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);
}

.etxc799151 .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;
}

.etxc799151 .intro-image {
    position: relative;
}

.etxc799151 .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);
}

.etxc799151 .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;
}

.etxc799151 .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;
}

.etxc799151 .etx62c7e27 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-top: 55px;
}

.etxc799151 .etx56a4065 {
    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;
}

.etxc799151 .etx56a4065::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;
}

.etxc799151 .etx56a4065 .etxb3ff092 {
    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);
}

.etxc799151 .etx56a4065 .etx3f8ce10 {
    position: relative;
    z-index: 2;
}

.etxc799151 .etx56a4065 .etx3f8ce10 .etxdbc2bb7 {
    margin-bottom: 22px;
}

.etxc799151 .etx56a4065 .etx3f8ce10 .etxdbc2bb7 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%);
}

.etxc799151 .etx56a4065 .etx3f8ce10 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--heading-color);
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.etxc799151 .etx56a4065 .etx3f8ce10 p {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin-bottom: 22px;
    line-height: 1.7;
}

.etxc799151 .etx56a4065 .etx3f8ce10 .etx1555c64 {
    display: flex;
    gap: 8px;
    etx7d4ffa6: wrap;
}

.etxc799151 .etx56a4065 .etx3f8ce10 .etx1555c64 .etxdfe48dd {
    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%);
}

.etxc799151 .etx56a4065:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.etxc799151 .etx56a4065:hover::before {
    left: 0;
}

.etxc799151 .etx56a4065:hover .etxb3ff092 {
    color: color-mix(in srgb, var(--accent-color), transparent 82%);
    transform: scale(1.05);
}

.etxc799151 .etx56a4065:hover .etxdbc2bb7 i {
    transform: scale(1.08);
    background: var(--accent-color);
    color: #0d1117;
    border-color: var(--accent-color);
}

.etxc799151 .etx56a4065:hover .etx1555c64 .etxdfe48dd {
    background: var(--accent-color);
    color: #0d1117;
    border-color: var(--accent-color);
}

@media (max-width: 991px) {
    .etxc799151 .intro-content {
        margin-bottom: 40px;
    }

    .etxc799151 .intro-content h2 {
        font-size: 28px;
    }

    .etxc799151 .intro-content .feature-stats {
        justify-content: center;
        gap: 22px;
    }

    .etxc799151 .etx62c7e27 {
        grid-template-columns: 1fr;
        margin-top: 36px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .etxc799151 .intro-content .feature-stats {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .etxc799151 .intro-content .feature-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .etxc799151 .intro-content .feature-stats .stat-item .stat-number {
        font-size: 22px;
    }

    .etxc799151 .intro-content .feature-stats .stat-item .stat-label {
        margin-top: 0;
    }

    .etxc799151 .etx56a4065 {
        padding: 22px;
    }

    .etxc799151 .etx56a4065 .etxb3ff092 {
        font-size: 32px;
        top: 14px;
        right: 18px;
    }

    .etxc799151 .etx56a4065 .etx3f8ce10 h4 {
        font-size: 18px;
    }

    .etxc799151 .etx62c7e27 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .etxc799151 .intro-content h2 {
        font-size: 24px;
    }

    .etxc799151 .intro-content p {
        font-size: 15px;
    }
}

.etx86edcda .etxe7cef99 {
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 36px;
    box-shadow: none;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.etx86edcda .etx896dccf {
    border: 0;
    gap: 16px;
    margin-bottom: 36px;
    display: flex;
    etx7d4ffa6: wrap;
}

@media (max-width: 992px) {
    .etx86edcda .etx896dccf {
        flex-direction: column;
        gap: 12px;
    }
}

.etx86edcda .etxd0539bf {
    flex: 1;
    min-width: 0;
}

@media (max-width: 992px) {
    .etx86edcda .etxd0539bf {
        flex: none;
    }
}

.etx86edcda .etx5c46e45 {
    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;
}

.etx86edcda .etx5c46e45::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) {
    .etx86edcda .etx5c46e45 {
        padding: 16px 12px;
        min-height: 62px;
    }
}

.etx86edcda .etx5c46e45 .etx49a12c5 {
    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%);
}

.etx86edcda .etx5c46e45 .etx49a12c5 i {
    font-size: 20px;
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .etx86edcda .etx5c46e45 .etx49a12c5 {
        width: 38px;
        height: 38px;
    }

    .etx86edcda .etx5c46e45 .etx49a12c5 i {
        font-size: 18px;
    }
}

.etx86edcda .etx5c46e45 .etx8ad3545 {
    position: relative;
    z-index: 2;
    flex: 1;
}

.etx86edcda .etx5c46e45 .etx8ad3545 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) {
    .etx86edcda .etx5c46e45 .etx8ad3545 h5 {
        font-size: 13px;
    }
}

.etx86edcda .etx5c46e45 .etx8ad3545 span {
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color), transparent 35%);
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .etx86edcda .etx5c46e45 .etx8ad3545 span {
        font-size: 11px;
    }
}

.etx86edcda .etx5c46e45:hover {
    transform: translateY(-2px);
    border-color: rgba(88, 166, 255, 0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.etx86edcda .etx5c46e45:hover::before {
    opacity: 0.12;
}

.etx86edcda .etx5c46e45:hover .etx49a12c5 {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.etx86edcda .etx5c46e45:hover .etx49a12c5 i {
    color: #0d1117;
}

.etx86edcda .etx5c46e45:hover .etx8ad3545 h5,
.etx86edcda .etx5c46e45:hover .etx8ad3545 span {
    color: var(--heading-color);
}

.etx86edcda .etx5c46e45.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%);
}

.etx86edcda .etx5c46e45.active::before {
    opacity: 0;
}

.etx86edcda .etx5c46e45.active .etx49a12c5 {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.etx86edcda .etx5c46e45.active .etx49a12c5 i {
    color: #0d1117;
}

.etx86edcda .etx5c46e45.active .etx8ad3545 h5 {
    color: var(--accent-color);
}

.etx86edcda .etx5c46e45.active .etx8ad3545 span {
    color: color-mix(in srgb, var(--accent-color), transparent 30%);
}

.etx86edcda .etx8ad3545 .etx4f70cce {
    padding: 36px 0;
}

@media (max-width: 768px) {
    .etx86edcda .etx8ad3545 .etx4f70cce {
        padding: 18px 0;
    }
}

.etx86edcda .etx5feb6c0 {
    padding-right: 36px;
}

@media (max-width: 992px) {
    .etx86edcda .etx5feb6c0 {
        padding-right: 0;
        margin-bottom: 36px;
    }
}

.etx86edcda .etx5feb6c0 .etxb45be27 {
    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%);
}

.etx86edcda .etx5feb6c0 .etxb45be27 i {
    font-size: 26px;
    color: var(--accent-color);
}

.etx86edcda .etx5feb6c0 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) {
    .etx86edcda .etx5feb6c0 h3 {
        font-size: 22px;
    }
}

.etx86edcda .etx5feb6c0 p {
    font-size: 15px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 26px;
}

.etx86edcda .etx5feb6c0 .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .etx86edcda .etx5feb6c0 .feature-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.etx86edcda .etx5feb6c0 .feature-grid .etx56a4065 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.etx86edcda .etx5feb6c0 .feature-grid .etx56a4065 i {
    font-size: 14px;
    color: var(--accent-color);
    flex-shrink: 0;
}

.etx86edcda .etx5feb6c0 .feature-grid .etx56a4065 span {
    font-size: 13px;
    color: var(--default-color);
    line-height: 1.5;
}

.etx86edcda .etx5feb6c0 .stats-row {
    display: flex;
    gap: 28px;
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .etx86edcda .etx5feb6c0 .stats-row {
        gap: 18px;
    }
}

.etx86edcda .etx5feb6c0 .stats-row .stat-item {
    text-align: center;
}

.etx86edcda .etx5feb6c0 .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) {
    .etx86edcda .etx5feb6c0 .stats-row .stat-item .stat-number {
        font-size: 18px;
    }
}

.etx86edcda .etx5feb6c0 .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;
}

.etx86edcda .etx5feb6c0 .btn-primary {
    background: var(--accent-color);
    color: #0d1117;
    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;
}

.etx86edcda .etx5feb6c0 .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);
    color: #0d1117;
    background: color-mix(in srgb, var(--accent-color), white 10%);
}

.etx86edcda .etx5feb6c0 .btn-primary:hover i {
    transform: translateX(4px);
}

.etx86edcda .etx5feb6c0 .btn-primary i {
    transition: transform 0.25s ease;
}

.etx86edcda .visual-content {
    position: relative;
}

.etx86edcda .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);
}

.etx86edcda .visual-content .main-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.etx86edcda .visual-content .main-image:hover img {
    transform: scale(1.03);
}

.etx86edcda .visual-content .etxb19d185 {
    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) {
    .etx86edcda .visual-content .etxb19d185 {
        bottom: 18px;
        left: 18px;
        padding: 12px 16px;
        gap: 8px;
    }
}

.etx86edcda .visual-content .etxb19d185 i {
    font-size: 24px;
    color: var(--accent-color);
}

@media (max-width: 576px) {
    .etx86edcda .visual-content .etxb19d185 i {
        font-size: 20px;
    }
}

.etx86edcda .visual-content .etxb19d185 .etx01b42ec 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;
}

.etx86edcda .visual-content .etxb19d185 .etx01b42ec strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

@media (max-width: 576px) {
    .etx86edcda .visual-content .etxb19d185 .etx01b42ec 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: #0d1117;
    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: #0d1117;
    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: #0d1117;
}

.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 .etx01b42ec .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 .etx01b42ec .service-title a {
    color: var(--heading-color);
    text-decoration: none;
    transition: color 0.25s ease;
}

.services .services-grid .service-card .etx01b42ec .service-title a:hover {
    color: var(--accent-color);
}

.services .services-grid .service-card .etx01b42ec .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;
    }
}

.etxc7cbaa8 {
    position: relative;
    padding: 3rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(48, 54, 61, 0.6);
    background: var(--surface-color);
}

.etxc7cbaa8 .etx8c7a25c {
    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;
}

.etxc7cbaa8 h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.etxc7cbaa8 p {
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.85;
}

.etxc7cbaa8 .etxc799151 .etx56a4065 {
    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;
}

.etxc7cbaa8 .etxc799151 .etx56a4065:hover {
    transform: translateY(-2px);
}

.etxc7cbaa8 .etxc799151 .etx56a4065 i {
    color: var(--accent-color);
    font-size: 1.1rem;
}

.etxc7cbaa8 .etxc799151 .etx56a4065 span {
    font-weight: 500;
    font-size: 14px;
}

.etxc7cbaa8 .cta-buttons .btn {
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.etxc7cbaa8 .cta-buttons .btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #0d1117;
}

.etxc7cbaa8 .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%);
}

.etxc7cbaa8 .cta-buttons .btn.btn-outline {
    border: 1px solid rgba(88, 166, 255, 0.4);
    color: var(--accent-color);
    background: transparent;
}

.etxc7cbaa8 .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);
}

.etxc7cbaa8 .etx37f57d5 {
    flex-shrink: 0;
    max-width: 100%;
    width: 450px;
}

.etxc7cbaa8 .etx37f57d5 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;
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 {
    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;
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx79ebbae {
    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%);
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx79ebbae i {
    color: var(--accent-color);
    font-size: 1.3rem;
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx01b42ec {
    display: flex;
    flex-direction: column;
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx01b42ec .etx42d7406 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--accent-color);
    font-family: var(--heading-font);
}

.etxc7cbaa8 .etx37f57d5 .etxb19d185 .etx01b42ec .etx3369767 {
    font-size: 0.8rem;
    opacity: 0.75;
}

.etxc7cbaa8 .etxaf7b594 {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.etxc7cbaa8 .etxaf7b594 .etx41130cf,
.etxc7cbaa8 .etxaf7b594 .etxf04c158 {
    position: absolute;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
}

.etxc7cbaa8 .etxaf7b594 .etx41130cf {
    width: 280px;
    height: 280px;
    top: -140px;
    right: -140px;
    opacity: 0.4;
}

.etxc7cbaa8 .etxaf7b594 .etxf04c158 {
    width: 180px;
    height: 180px;
    bottom: -90px;
    left: -90px;
    opacity: 0.25;
}

@media (max-width: 991.98px) {
    .etxc7cbaa8 {
        padding: 2rem;
    }

    .etxc7cbaa8 .etx37f57d5 {
        width: 100%;
        margin-top: 2rem;
    }

    .etxc7cbaa8 .etx37f57d5 .etxb19d185 {
        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);
    }
}

.etx79503c0 {
    position: relative;
    overflow: hidden;
}

.etx79503c0 .etx34cd7be {
    position: relative;
    padding-bottom: 50px;
}

.etx79503c0 .etx34cd7be .swiper-wrapper {
    height: auto !important;
}

.etx79503c0 .etxe76f136 {
    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;
}

.etx79503c0 .etxe76f136::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;
}

.etx79503c0 .etxe76f136:hover {
    border-color: rgba(88, 166, 255, 0.4);
}

.etx79503c0 .etxe76f136:hover::before {
    transform: scaleX(1);
}

.etx79503c0 .etxe76f136:hover .etx576bf82 img {
    transform: scale(1.04);
}

.etx79503c0 .etxe76f136:hover .etxdb89b85 {
    color: var(--accent-color);
    transform: scale(1.1);
}

.etx79503c0 .etx576bf82 {
    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);
}

.etx79503c0 .etx576bf82 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;
}

.etx79503c0 .etx576bf82 .etx095e2b9 {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.etx79503c0 .etx576bf82 .etx095e2b9 i {
    color: #e3a008;
    font-size: 0.85rem;
}

.etx79503c0 .etx7bd3542 {
    padding: 0 28px 18px;
}

.etx79503c0 .etx7bd3542 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;
}

.etx79503c0 .etx7bd3542 p::before,
.etx79503c0 .etx7bd3542 p::after {
    content: '"';
    font-size: 1.4rem;
    color: var(--accent-color);
    opacity: 0.5;
    font-family: serif;
    position: absolute;
}

.etx79503c0 .etx7bd3542 p::before {
    top: -5px;
    left: -8px;
}

.etx79503c0 .etx7bd3542 p::after {
    bottom: -18px;
    right: -3px;
}

.etx79503c0 .etx85ba7ba {
    padding: 18px 28px 28px;
    text-align: center;
    position: relative;
}

.etx79503c0 .etx85ba7ba h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 4px;
}

.etx79503c0 .etx85ba7ba span {
    font-size: 0.8rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    display: block;
    margin-bottom: 14px;
}

.etx79503c0 .etx85ba7ba .etxdb89b85 {
    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;
}

.etx79503c0 .swiper-navigation {
    position: relative;
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.etx79503c0 .swiper-button-prev,
.etx79503c0 .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;
}

.etx79503c0 .swiper-button-prev:hover,
.etx79503c0 .swiper-button-next:hover {
    background: var(--accent-color);
    color: #0d1117;
    border-color: var(--accent-color);
    transform: scale(1.04);
}

.etx79503c0 .swiper-button-prev::after,
.etx79503c0 .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.etx79503c0 .swiper-pagination {
    position: static;
    margin-top: 28px;
    text-align: center;
}

.etx79503c0 .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;
}

.etx79503c0 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--accent-color);
    transform: scaleX(2);
}

@media (max-width: 1199px) {
    .etx79503c0 .etxe76f136 .etx576bf82 {
        padding: 22px 22px 14px;
    }

    .etx79503c0 .etxe76f136 .etx576bf82 img {
        width: 65px;
        height: 65px;
    }

    .etx79503c0 .etxe76f136 .etx7bd3542,
    .etx79503c0 .etxe76f136 .etx85ba7ba {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (max-width: 991px) {
    .etx79503c0 .etxe76f136 {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .etx79503c0 .etxe76f136 .etx576bf82 {
        padding: 18px 18px 10px;
    }

    .etx79503c0 .etxe76f136 .etx576bf82 img {
        width: 58px;
        height: 58px;
    }

    .etx79503c0 .etxe76f136 .etx576bf82 .etx095e2b9 i {
        font-size: 0.75rem;
    }

    .etx79503c0 .etxe76f136 .etx7bd3542 {
        padding: 0 18px 14px;
    }

    .etx79503c0 .etxe76f136 .etx7bd3542 p {
        font-size: 0.9rem;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba {
        padding: 14px 18px 18px;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba h5 {
        font-size: 0.95rem;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba span {
        font-size: 0.78rem;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba .etxdb89b85 {
        font-size: 1.1rem;
        bottom: 10px;
        right: 14px;
    }

    .etx79503c0 .swiper-button-prev,
    .etx79503c0 .swiper-button-next {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .etx79503c0 .swiper-button-prev::after,
    .etx79503c0 .swiper-button-next::after {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .etx79503c0 .etx34cd7be {
        padding-bottom: 28px;
    }

    .etx79503c0 .etxe76f136 .etx576bf82 {
        padding: 14px 14px 10px;
    }

    .etx79503c0 .etxe76f136 .etx576bf82 img {
        width: 52px;
        height: 52px;
    }

    .etx79503c0 .etxe76f136 .etx7bd3542 {
        padding: 0 14px 10px;
    }

    .etx79503c0 .etxe76f136 .etx7bd3542 p {
        font-size: 0.88rem;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba {
        padding: 10px 14px 14px;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba h5 {
        font-size: 0.9rem;
    }

    .etx79503c0 .etxe76f136 .etx85ba7ba .etxdb89b85 {
        font-size: 1.1rem;
    }

    .etx79503c0 .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 {
        etx7d4ffa6: 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: #0d1117;
}

.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: #0d1117;
    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: #0d1117;
}

.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: #0d1117;
    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: #0d1117;
    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;
}

.etxe0cfbca .etx416704c {
    height: 100%;
}

.etxe0cfbca .etx416704c .etx629d309 {
    margin-bottom: 36px;
}

.etxe0cfbca .etx416704c .etx629d309 h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--heading-color);
    position: relative;
    display: inline-block;
    letter-spacing: -0.3px;
}

.etxe0cfbca .etx416704c .etx629d309 h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 48px;
    height: 2px;
    background: var(--accent-color);
    border-radius: 2px;
}

.etxe0cfbca .etx416704c .etx629d309 p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--default-color);
    margin-bottom: 0;
}

.etxe0cfbca .etx416704c .etx45ee618 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 36px;
}

.etxe0cfbca .etx416704c .etxd2feb18 {
    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;
}

.etxe0cfbca .etx416704c .etxd2feb18:hover {
    transform: translateX(6px);
    border-color: rgba(88, 166, 255, 0.4);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.etxe0cfbca .etx416704c .etxd2feb18:hover .etx343dd61 {
    background-color: var(--accent-color);
}

.etxe0cfbca .etx416704c .etxd2feb18:hover .etx343dd61 i {
    color: #0d1117;
}

.etxe0cfbca .etx416704c .etxd2feb18 .etx343dd61 {
    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%);
}

.etxe0cfbca .etx416704c .etxd2feb18 .etx343dd61 i {
    font-size: 22px;
    color: var(--accent-color);
    transition: all 0.25s ease;
}

.etxe0cfbca .etx416704c .etxd2feb18 .etx55ab2ea {
    flex: 1;
}

.etxe0cfbca .etx416704c .etxd2feb18 .etx55ab2ea h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--heading-color);
}

.etxe0cfbca .etx416704c .etxd2feb18 .etx55ab2ea p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--default-color);
    margin-bottom: 0;
}

.etxe0cfbca .etx416704c .social-contact {
    padding: 26px;
    background: var(--surface-color);
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.etxe0cfbca .etx416704c .social-contact h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--heading-color);
}

.etxe0cfbca .etx416704c .social-contact .social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.etxe0cfbca .etx416704c .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%);
}

.etxe0cfbca .etx416704c .social-contact .social-icons .social-icon:hover {
    background-color: var(--accent-color);
    color: #0d1117;
    transform: translateY(-3px);
}

.etxe0cfbca .etx858489e {
    background: var(--surface-color);
    padding: 36px;
    border-radius: 12px;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.etxe0cfbca .etx858489e .etxb209f26 {
    text-align: center;
    margin-bottom: 30px;
}

.etxe0cfbca .etx858489e .etxb209f26 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--heading-color);
    letter-spacing: -0.3px;
}

.etxe0cfbca .etx858489e .etxb209f26 p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--default-color);
    margin-bottom: 0;
}

.etxe0cfbca .etx858489e .etx49a8adc .etx7023da0 {
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxa07e7d3 {
    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;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxa07e7d3: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;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxa07e7d3::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 55%);
}

.etxe0cfbca .etx858489e .etx49a8adc .etx7de9eb3 {
    height: 110px;
    resize: vertical;
    font-family: inherit;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c {
    width: 100%;
    background: var(--accent-color);
    color: #0d1117;
    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;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c:before {
    display: none;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c: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%);
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c:hover i {
    transform: translateX(4px);
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c span {
    position: relative;
    z-index: 1;
}

.etxe0cfbca .etx858489e .etx49a8adc .etxc60600c i {
    font-size: 16px;
    transition: transform 0.25s ease;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .etxe0cfbca .etx416704c {
        margin-bottom: 36px;
    }

    .etxe0cfbca .etx416704c .etx45ee618 {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .etxe0cfbca .etx416704c .etx45ee618 {
        grid-template-columns: 1fr;
    }

    .etxe0cfbca .etx416704c .etxd2feb18 {
        padding: 18px;
    }

    .etxe0cfbca .etx416704c .etxd2feb18:hover {
        transform: translateY(-4px);
    }

    .etxe0cfbca .etx858489e {
        padding: 26px 20px;
    }

    .etxe0cfbca .etx858489e .etxb209f26 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: #0d1117;
    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 .etx56a4065 {
    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 .etx56a4065:hover {
    border-color: rgba(88, 166, 255, 0.4);
    transform: translateY(-2px);
}

.service-details .service-features .etx56a4065 .etxdbc2bb7 {
    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 .etx56a4065 .etxdbc2bb7 i {
    font-size: 22px;
    color: var(--accent-color);
}

.service-details .service-features .etx56a4065 .etx3f8ce10 h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--heading-color);
}

.service-details .service-features .etx56a4065 .etx3f8ce10 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: #0d1117;
    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 .etx1f1e682 {
    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 .etx1f1e682:last-child {
    border-bottom: none;
}

.service-details .service-sidebar .service-menu .menu-list .etx1f1e682:hover,
.service-details .service-sidebar .service-menu .menu-list .etx1f1e682.active {
    color: var(--accent-color);
    padding-left: 8px;
}

.service-details .service-sidebar .service-menu .menu-list .etx1f1e682:hover i,
.service-details .service-sidebar .service-menu .menu-list .etx1f1e682.active i {
    color: var(--accent-color);
}

.service-details .service-sidebar .service-menu .menu-list .etx1f1e682 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 .etx1f1e682 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 .etxd2feb18 {
    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 .etxd2feb18:last-child {
    border-bottom: none;
}

.service-details .service-sidebar .service-info .info-list .etxd2feb18 .info-label {
    font-weight: 500;
    color: var(--default-color);
    font-size: 14px;
}

.service-details .service-sidebar .service-info .info-list .etxd2feb18 .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: #0d1117;
    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 .etx56a4065 {
        padding: 14px !important;
    }

    .service-details .etx56a4065 .etxdbc2bb7 {
        width: 46px !important;
        height: 46px !important;
        margin-right: 14px !important;
    }

    .service-details .etx56a4065 .etxdbc2bb7 i {
        font-size: 18px !important;
    }

    .service-details .service-sidebar {
        margin-top: 28px;
    }
}

.starter-section {}

.etx12c80ec {
    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);
}

.etx12c80ec p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--default-color);
    flex-grow: 1;
}

.etx12c80ec a {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: underline;
}

.etx12c80ec a:hover {
    color: color-mix(in srgb, var(--accent-color), white 20%);
}

.etxbdd0090 {
    display: flex;
    gap: 8px;
}

.etxbdd0090 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: #0d1117;
    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: #0d1117;
    border-color: var(--accent-color);
}

.etx41e24bf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.etx1f1e682 {
    background: var(--surface-color);
    padding: 26px;
    text-align: center;
    border-radius: 10px;
    transition: 0.25s;
    border: 1px solid rgba(48, 54, 61, 0.6);
}

.etx1f1e682:hover {
    transform: translateY(-5px);
    border-color: rgba(88, 166, 255, 0.4);
}

.etx1f1e682 h4 {
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.etx1f1e682 p {
    color: var(--default-color);
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.75;
}

.etx095e2b9 {
    color: var(--accent-color);
    font-size: 16px;
    letter-spacing: 2px;
}

@media (max-width:992px) {
    .etx41e24bf {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .etx41e24bf {
        grid-template-columns: 1fr;
    }
}

.etx4027d33,
.etx65f17b7 {
    background: var(--background-color);
    color: var(--default-color);
    padding: 80px 0;
}

.etx4027d33 h2,
.etx65f17b7 h2 {
    color: var(--heading-color);
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.etx4027d33 p,
.etx65f17b7 p {
    opacity: 0.8;
    margin-bottom: 14px;
    line-height: 1.7;
}

.etxe60a43d {
    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);
}

.etx1297979 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.etxb77d9b4 {
    background: var(--background-color);
    padding: 26px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(48, 54, 61, 0.6);
    transition: 0.25s;
}

.etxb77d9b4:hover {
    border-color: rgba(88, 166, 255, 0.4);
    transform: translateY(-4px);
}

.etxb77d9b4 i {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 12px;
    display: block;
}

.etxb77d9b4 h4 {
    color: var(--heading-color);
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.etxb77d9b4 p {
    font-size: 13px;
    opacity: 0.75;
    line-height: 1.6;
}

@media (max-width:992px) {
    .etx1297979 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .etx1297979 {
        grid-template-columns: 1fr;
    }
}
/* Final visual balance */
.etxf7ba001 { min-height: 720px; padding-top: 105px; padding-bottom: 48px; }
@media (max-width: 768px) { .etxf7ba001 { min-height: auto; padding-top: 92px; padding-bottom: 42px; } }

/* Keep the home-page content grids inside their own sections. */
#etxfa32128,
#etxc799151 {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
}

#etxfa32128 {
    padding: 72px 0 82px;
}

#etxfa32128 > .container > .row {
    align-items: flex-start !important;
}

#etxfa32128 .etx4dfa630 {
    margin: 0;
}

#etxfa32128 .etx4dfa630 img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

#etxfa32128 .etxaa1f6af {
    margin-top: 24px;
}

#etxfa32128 .etxaa1f6af > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

#etxfa32128 .etxaa1f6af > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

#etxfa32128 .etxaa1f6af .etx56a4065 {
    height: auto;
    min-height: 178px;
}

#etxc799151 {
    padding: 72px 0 88px;
    z-index: 2;
}

#etxc799151 .etxf6b4aad {
    padding-bottom: 36px;
}

#etxc799151 .etx62c7e27 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 0;
    padding-bottom: 0;
}

#etxc799151 .etx62c7e27 > .etx56a4065 {
    display: block;
    min-height: 276px;
    height: auto;
    overflow: visible;
}

#etxc799151 .etx1555c64 {
    flex-wrap: wrap;
}

#etxc7cbaa8 {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    #etxfa32128 {
        padding: 58px 0 68px;
    }

    #etxfa32128 .etx4dfa630 img {
        height: 420px;
    }

    #etxc799151 {
        padding: 58px 0 70px;
    }

    #etxc799151 .etx62c7e27 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #etxfa32128 .etxaa1f6af > .row,
    #etxc799151 .etx62c7e27 {
        grid-template-columns: 1fr;
    }

    #etxfa32128 .etx4dfa630 img {
        height: 340px;
    }

    #etxfa32128 .etxaa1f6af .etx56a4065,
    #etxc799151 .etx62c7e27 > .etx56a4065 {
        min-height: 0;
    }
}

/* Isolated, predictable layout for the rebuilt About and Reasons sections. */
.etabu-about,
.etabu-reasons {
    box-sizing: border-box;
    overflow: hidden !important;
}

.etabu-about *,
.etabu-reasons * {
    box-sizing: border-box;
}

.etabu-about {
    padding: 72px 0 !important;
    background: #9e5b0e;
}

.etabu-about__layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 5vw, 76px);
    align-items: start;
}

.etabu-about__media {
    position: sticky;
    top: 110px;
    margin: 0;
}

.etabu-about__media img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(36, 19, 8, .24);
}

.etabu-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #73b8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.etabu-about__content > h2,
.etabu-section-head h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.12;
}

.etabu-about__content > p,
.etabu-section-head p {
    margin: 0 0 16px;
    color: #e8d8c6;
    font-size: 16px;
    line-height: 1.75;
}

.etabu-about__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.etabu-about__points article {
    display: flex;
    gap: 14px;
    min-height: 148px;
    padding: 22px;
    background: #161b22;
    border: 1px solid rgba(115, 184, 255, .25);
    border-radius: 12px;
}

.etabu-about__points i,
.etabu-reasons__grid > article > i {
    flex: 0 0 auto;
    color: #63adf8;
    font-size: 23px;
}

.etabu-about__points h3,
.etabu-reasons__grid h3 {
    margin: 0 0 9px;
    color: #f0f3f7;
    font-size: 17px;
    line-height: 1.35;
}

.etabu-about__points p,
.etabu-reasons__grid p {
    margin: 0;
    color: #b7c0ca;
    font-size: 14px;
    line-height: 1.65;
}

.etabu-reasons {
    padding: 72px 0 84px !important;
    background: #111820;
}

.etabu-section-head {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.etabu-section-head p {
    margin-bottom: 0;
}

.etabu-reasons__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.etabu-reasons__grid > article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 276px;
    padding: 28px;
    overflow: hidden;
    background: #19222c;
    border: 1px solid rgba(115, 184, 255, .22);
    border-radius: 14px;
}

.etabu-reasons__number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(99, 173, 248, .11);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.etabu-reasons__grid > article > i {
    margin-bottom: 26px;
    font-size: 28px;
}

.etabu-reasons__grid p {
    margin-bottom: 22px;
}

.etabu-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.etabu-tags span {
    padding: 5px 10px;
    color: #77bcff;
    font-size: 11px;
    font-weight: 600;
    background: rgba(88, 166, 255, .08);
    border: 1px solid rgba(88, 166, 255, .3);
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .etabu-about {
        padding: 56px 0 !important;
    }

    .etabu-about__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .etabu-about__media {
        position: static;
    }

    .etabu-about__media img {
        height: min(54vw, 480px);
    }

    .etabu-reasons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .etabu-about,
    .etabu-reasons {
        padding: 42px 0 !important;
    }

    .etabu-about__layout {
        gap: 26px;
    }

    .etabu-about__media img {
        height: 62vw;
        min-height: 250px;
        max-height: 340px;
        border-radius: 11px;
    }

    .etabu-about__content > h2,
    .etabu-section-head h2 {
        font-size: 29px;
    }

    .etabu-about__content > p,
    .etabu-section-head p {
        font-size: 15px;
        line-height: 1.65;
    }

    .etabu-about__points,
    .etabu-reasons__grid {
        grid-template-columns: 1fr;
    }

    .etabu-about__points article,
    .etabu-reasons__grid > article {
        min-height: 0;
    }

    .etabu-section-head {
        margin-bottom: 28px;
        text-align: left;
    }
}

