

:root {
    --bg-primary: #f8faf9;
    --bg-secondary: #eef4f1;
    --bg-card: #ffffff;
    --bg-card-hover: #f4f9f6;
    --text-primary: #1a2e28;
    --text-secondary: #4d6a5e;
    --text-muted: #8da79b;
    --footer-dark-bg: #1a2e28;
    --border-color: #d0e0d6;
    --border-light: #e2ede6;

    --c14l0: #1b9e6d;
    --c15xm: #2a7fc2;
    --c1r6: linear-gradient(135deg, var(--c14l0), var(--c15xm));
    --accent-glow: 0 6px 28px rgba(27, 158, 109, 0.18);

    --c3xf: 'Inter', 'Segoe UI', sans-serif;
    --c5r5: 'Inter', 'Segoe UI', sans-serif;

    --c19zf: 56px;
    --c20ev: 42px;
    --c21zd: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --c17i5: 16px;
    --fs-small: 14px;

    --c18of: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --c6r8: 10px;
    --c7jj: 14px;
    --c8c3: 20px;
    --c9ra: 28px;
    --c4xb: 50px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    --c10fs: 0 2px 8px rgba(26, 46, 40, 0.04);
    --c11q9: 0 6px 22px rgba(26, 46, 40, 0.06);
    --c12au: 0 12px 40px rgba(26, 46, 40, 0.08);
    --c13o5: 0 20px 60px rgba(26, 46, 40, 0.10);

    --_wh3mdfc: 110px 0;
    --container-width: 1160px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--c5r5);
    font-size: var(--c17i5);
    font-weight: var(--fw-regular);
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--c14l0);
    transition: var(--transition);
}
a:hover { color: var(--c15xm); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--c14l0); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--c3xf);
    font-weight: var(--c18of);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--c19zf); letter-spacing: -0.03em; }
h2 { font-size: var(--c20ev); letter-spacing: -0.02em; }
h3 { font-size: var(--c21zd); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--c1r6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--c14l0); }
.text-accent-2 { color: var(--c15xm); }
.text-dark { color: var(--text-primary); }
._n13gu { color: var(--text-muted); }

._wh3mdfc { padding: var(--_wh3mdfc); position: relative; }
._wh3mdfc-sm { padding: 60px 0; }
._wh3mdfc-lg { padding: 150px 0; }
._wh3mdfc > .container { position: relative; z-index: 1; }

._gddbew { background-color: var(--bg-primary); }
._mhl0lo { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--c1r6); color: #fff; }
.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3,
.bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(255,255,255,0.85); }
.bg-gradient-custom a:not(._gbmst) { color: #fff; }
.bg-gradient-custom ._uxf1qx { color: #fff; }
.bg-gradient-custom ._niktw0w { color: rgba(255,255,255,0.7); }

._t6mlvrn {
    background-color: #1a2e28;
    color: rgba(255,255,255,0.7);
}
._t6mlvrn h1, ._t6mlvrn h2, ._t6mlvrn h3,
._t6mlvrn h4, ._t6mlvrn h5, ._t6mlvrn h6 { color: #fff; }
._t6mlvrn p, ._t6mlvrn li, ._t6mlvrn span:not(.badge) { color: rgba(255,255,255,0.7); }
._t6mlvrn a:not(._gbmst) { color: rgba(255,255,255,0.8); }
._t6mlvrn a:not(._gbmst):hover { color: #fff; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }

._au7hzl {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
._au7hzl.loaded { opacity: 0; visibility: hidden; }
._pdqsmd { display: flex; gap: 8px; }
._mm0ukdy {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--c14l0);
    animation: _au7hzlPulse 1.4s ease-in-out infinite both;
}
._mm0ukdy:nth-child(1) { animation-delay: -0.3s; }
._mm0ukdy:nth-child(2) { animation-delay: -0.15s; }
._mm0ukdy:nth-child(3) { animation-delay: 0; }

@keyframes _au7hzlPulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

._gbmst {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-family: var(--c5r5);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--c4xb);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._rac0n {
    background: var(--c1r6);
    color: #fff;
    box-shadow: 0 4px 18px rgba(27, 158, 109, 0.22);
}
._rac0n:hover {
    color: #fff;
    box-shadow: 0 8px 28px rgba(27, 158, 109, 0.30);
    transform: translateY(-2px);
}

._uxr4uf {
    background: transparent;
    color: var(--c14l0);
    border: 2px solid var(--c14l0);
}
._uxr4uf:hover {
    background: var(--c14l0);
    color: #fff;
    border-color: var(--c14l0);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--c14l0);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--c17i5);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--c15xm);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}
.btn-link-custom:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-link-custom:hover { color: var(--c15xm); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._py728 {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._py728.scrolled {
    background: rgba(248, 250, 249, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(26, 46, 40, 0.05);
}
._v5alm7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._q1rs8i {
    font-family: var(--c3xf);
    font-size: 26px;
    font-weight: var(--c18of);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
._q1rs8i:hover { color: var(--text-primary); }

._jx23xt { display: flex; align-items: center; gap: 32px; }

._jx23xt .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._jx23xt .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--c14l0);
    border-radius: 2px;
    transition: width 0.35s ease;
}
._jx23xt .nav-link:hover,
._jx23xt .nav-link.active { color: var(--c14l0); }
._jx23xt .nav-link:hover::after,
._jx23xt .nav-link.active::after { width: 100%; }

._o3czwyz { margin-left: 12px; }

._ncj7zhg, ._px2ad { display: flex; align-items: center; gap: 28px; }
._ncj7zhg .nav-link, ._px2ad .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._ncj7zhg .nav-link:hover, ._px2ad .nav-link:hover { color: var(--c14l0); }
._ncj7zhg ~ ._jx23xt { display: none; }

._scvkii9 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

._scvkii9 ._u8h4vp4 {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 4px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
}

._scvkii9.active ._u8h4vp4:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._scvkii9.active ._u8h4vp4:nth-child(2) { opacity: 0; }
._scvkii9.active ._u8h4vp4:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._pf88i9 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
._pf88i9 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.08;
    filter: saturate(0.6);
}
._pf88i9 ._xa6ak {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-primary) 0%, transparent 40%, transparent 60%, var(--bg-primary) 100%);
}
._b7he6v { position: relative; z-index: 2; }

._vv92e {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--c14l0);
    margin-bottom: 24px;
    padding: 8px 18px;
    background: rgba(27, 158, 109, 0.08);
    border-radius: var(--c4xb);
    border: 1px solid rgba(27, 158, 109, 0.12);
}
._vv92e i { font-size: 14px; }

._jaxn6 {
    font-size: var(--c19zf);
    font-weight: var(--c18of);
    line-height: 1.12;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

._x8idg {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

._fldwbf { display: flex; gap: 14px; flex-wrap: wrap; }

._l0p4z { position: relative; z-index: 2; }
._l0p4z img {
    border-radius: var(--c9ra);
    box-shadow: var(--c13o5);
}

._pf88i9 .hero-blob {
    position: absolute;
    width: 550px; height: 550px;
    background: radial-gradient(ellipse, rgba(27,158,109,0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: blobPulse 10s ease-in-out infinite;
}

@keyframes blobPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 1; }
}

._oiet1 { margin-bottom: 60px; }

._bb84me {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--c14l0);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
._bb84me i { font-size: 15px; }

._duf5fey {
    font-size: var(--c20ev);
    font-weight: var(--c18of);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

._z7fqvik {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
._oiet1.text-center ._z7fqvik {
    margin-left: auto;
    margin-right: auto;
}

._ljbsp {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c8c3);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--c10fs);
}
._ljbsp:hover {
    box-shadow: var(--c12au);
    transform: translateY(-6px);
    border-color: rgba(27, 158, 109, 0.2);
}

._ljbsp ._n8farb {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--c7jj);
    background: rgba(27, 158, 109, 0.08);
    color: var(--c14l0);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._ljbsp:hover ._n8farb {
    background: var(--c1r6);
    color: #fff;
    transform: scale(1.08);
}

._ljbsp ._cmg6sk5 {
    font-family: var(--c3xf);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._ljbsp ._xrvst20 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._ljbsp-horizontal {
    display: flex;
    gap: 18px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c7jj);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--c10fs);
}
._ljbsp-horizontal:hover { box-shadow: var(--c11q9); transform: translateY(-3px); border-color: rgba(27,158,109,0.2); }
._ljbsp-horizontal ._n8farb {
    flex-shrink: 0;
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--c7jj);
    background: rgba(27, 158, 109, 0.08);
    color: var(--c14l0);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--c9ra);
    overflow: hidden;
    box-shadow: var(--c12au);
}
.about-section .about-image img { width: 100%; border-radius: var(--c9ra); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--c1r6);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--c8c3);
    text-align: center;
    box-shadow: 0 4px 18px rgba(27,158,109,0.25);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--c3xf);
    font-size: 38px;
    line-height: 1;
    font-weight: var(--c18of);
}
.experience-badge .badge-text { font-size: var(--fs-small); opacity: 0.9; }

.about-list { margin-top: 20px; }
.about-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--c14l0); font-size: 14px; }

._yj626 {
    background: var(--c1r6);
    color: #fff;
    border-radius: var(--c9ra);
}
.counter-item { text-align: center; padding: 24px; }
._uxf1qx {
    font-family: var(--c3xf);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--c18of);
}
._uxf1qx .counter-suffix { color: rgba(255,255,255,0.8); }
._niktw0w {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

._z00x8q {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c8c3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--c10fs);
}
._z00x8q:hover {
    transform: translateY(-8px);
    box-shadow: var(--c12au);
    border-color: rgba(27,158,109,0.2);
}
._z00x8q ._rgby2 {
    position: relative;
    overflow: hidden;
    height: 230px;
}
._z00x8q ._rgby2 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._z00x8q:hover ._rgby2 img { transform: scale(1.06); }
._z00x8q ._rgby2 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--c1r6);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--c4xb);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
._z00x8q .card-body { padding: 26px; }
._z00x8q .card-title {
    font-family: var(--c3xf);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._z00x8q .card-title a { color: var(--text-primary); }
._z00x8q .card-title a:hover { color: var(--c14l0); }
._z00x8q .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._z00x8q .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}
._z00x8q .card-price {
    font-family: var(--c3xf);
    font-size: var(--fs-h5);
    color: var(--c14l0);
    font-weight: var(--c18of);
}

._w794nz { text-align: center; transition: var(--transition); }
._w794nz:hover { transform: translateY(-5px); }
._w794nz ._iwda9 {
    position: relative;
    overflow: hidden;
    border-radius: var(--c9ra);
    margin-bottom: 20px;
}
._w794nz ._iwda9 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._w794nz:hover ._iwda9 img { transform: scale(1.05); }
._w794nz .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(26,46,40,0.6) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
._w794nz:hover .team-social { bottom: 0; }
.team-social a {
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--c14l0); }
._w794nz ._q1kfj0 {
    font-family: var(--c3xf);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
._w794nz ._eamo2vr {
    font-size: var(--fs-small);
    color: var(--c14l0);
}

._behbxtb {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c8c3);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--c10fs);
    position: relative;
}
._behbxtb:hover { box-shadow: var(--c11q9); transform: translateY(-4px); border-color: rgba(27,158,109,0.2); }
._behbxtb .quote-icon {
    font-size: 44px;
    color: var(--c14l0);
    margin-bottom: 12px;
    opacity: 0.18;
    line-height: 1;
}
._behbxtb ._b5ff68 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
._behbxtb .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._behbxtb ._e1alyoh {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--bg-secondary);
}
._behbxtb ._ue7pu {
    font-size: var(--c17i5);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._behbxtb ._gyws8h2 {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._behbxtb .stars { color: var(--c15xm); margin-bottom: 12px; }

._behbxtb::before {
    content: '☀️';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--c8c3);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--c10fs);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(0deg, rgba(26,46,40,0.8) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--c15xm);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--c3xf);
    font-size: var(--fs-h4);
    color: #fff;
    margin-bottom: 0;
}
.portfolio-overlay .serial-badge { color: rgba(255,255,255,0.85); -webkit-text-stroke: 0; font-size: inherit; opacity: 1; position: static; background: rgba(255,255,255,0.15); border-radius: 6px; display: inline-block; padding: 4px 12px; }

.faq-section .accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-light) !important;
    border-radius: var(--c7jj) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--c3xf);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    padding: 20px 24px;
    box-shadow: none;
    border: none;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(27, 158, 109, 0.04);
    color: var(--c14l0);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._xnstoek {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c8c3);
    padding: 38px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--c10fs);
}
._xnstoek.featured {
    background: var(--c1r6);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
}
._xnstoek.featured ._cp6saof,
._xnstoek.featured .plan-period,
._xnstoek.featured ._g5l9i li { color: rgba(255,255,255,0.85); }
._xnstoek.featured ._syyye2 { color: #fff; }
._xnstoek.featured ._g5l9i li i { color: rgba(255,255,255,0.9); }
._xnstoek.featured ._gbmst { background: #fff; color: var(--c14l0); }
._xnstoek.featured ._gbmst:hover { background: var(--bg-secondary); }

._xnstoek:hover {
    transform: translateY(-6px);
    box-shadow: var(--c12au);
}
._xnstoek ._cp6saof {
    font-size: var(--fs-small);
    color: var(--c14l0);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
._xnstoek ._syyye2 {
    font-family: var(--c3xf);
    font-size: 48px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--c18of);
}
._xnstoek ._syyye2 .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--c14l0);
}
._xnstoek .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
._xnstoek ._g5l9i { text-align: left; margin-bottom: 30px; }
._xnstoek ._g5l9i li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}
._xnstoek ._g5l9i li:last-child { border-bottom: none; }
._xnstoek ._g5l9i li i { color: var(--c14l0); }
._xnstoek ._g5l9i li.disabled { opacity: 0.4; text-decoration: line-through; }

._bt80k {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--c8c3);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--c10fs);
}
._bt80k:hover { transform: translateY(-5px); box-shadow: var(--c12au); border-color: rgba(27,158,109,0.2); }
._bt80k ._rgby2 { height: 210px; overflow: hidden; }
._bt80k ._rgby2 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._bt80k:hover ._rgby2 img { transform: scale(1.06); }
._bt80k .card-body { padding: 24px; }
._bt80k ._x3m6bf {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
._bt80k ._x3m6bf i { margin-right: 4px; color: var(--c14l0); }
._bt80k .card-title {
    font-family: var(--c3xf);
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
._bt80k .card-title a { color: var(--text-primary); }
._bt80k .card-title a:hover { color: var(--c14l0); }

._it3rj2x {
    background: var(--c1r6);
    position: relative;
    overflow: hidden;
    border-radius: var(--c9ra);
}
._it3rj2x .cta-content { position: relative; z-index: 2; }
._it3rj2x ._d9oneqh { font-size: var(--c20ev); color: #fff; }
._it3rj2x ._ehc45 { color: rgba(255,255,255,0.8); font-size: 17px; max-width: 520px; }
._it3rj2x p, ._it3rj2x li { color: rgba(255,255,255,0.8); }
._it3rj2x ._gbmst { background: #fff; color: var(--c14l0); border: none; }
._it3rj2x ._gbmst:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._it3rj2x .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
    z-index: 0;
}
.cta-shape-1 { width: 350px; height: 350px; top: -150px; right: -80px; }
.cta-shape-2 { width: 220px; height: 220px; bottom: -90px; left: -50px; }

.newsletter-form { display: flex; gap: 12px; max-width: 460px; }
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--c4xb);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--c5r5);
    font-size: var(--c17i5);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--c14l0); box-shadow: 0 0 0 3px rgba(27,158,109,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._i1kshwb {
    width: 58px; height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(27, 158, 109, 0.08);
    color: var(--c14l0);
    font-family: var(--c3xf);
    font-size: 22px;
    font-weight: var(--c18of);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._i1kshwb {
    background: var(--c1r6);
    color: #fff;
}
.process-item ._zbp2fbc {
    font-family: var(--c3xf);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.process-item .step-text { font-size: var(--fs-small); color: var(--text-secondary); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--c14l0);
    font-size: 22px;
    opacity: 0.5;
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 60px;
    font-weight: var(--c18of);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

._g5wlsm {
    background: #1a2e28;
    color: rgba(255,255,255,0.6);
}
._g5wlsm h1, ._g5wlsm h2, ._g5wlsm h3,
._g5wlsm h4, ._g5wlsm h5 { color: #fff; }

._krsj5zx ._ykaev6q {
    font-family: var(--c3xf);
    font-size: 17px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--fw-semibold);
}
._krsj5zx ._ykaev6q::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--c14l0);
    border-radius: 2px;
}
._krsj5zx p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
._lm389 a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
._lm389 a:hover { color: var(--c14l0); padding-left: 5px; }
._lm389 li { margin-bottom: 10px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; color: rgba(255,255,255,0.45); font-size: var(--fs-small);
}
.footer-contact li i { color: var(--c14l0); margin-top: 4px; }
._hvgv8 { display: flex; gap: 10px; margin-top: 20px; }
._hvgv8 a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
._hvgv8 a:hover { background: var(--c14l0); color: #fff; }
._t0h9is6 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._t0h9is6 p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); }

.footer-policy { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.footer-policy a { font-size: 13px; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
.footer-policy a:hover { color: var(--c14l0); }

.policy-content h1 { font-size: var(--c20ev); margin-bottom: 24px; }
.policy-content h2 { font-size: var(--fs-h4); margin-top: 32px; margin-bottom: 16px; }
.policy-content p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.policy-content ul, .policy-content ol { color: var(--text-secondary); padding-left: 24px; margin-bottom: 16px; }
.policy-content li { margin-bottom: 8px; line-height: 1.7; }
.policy-content a { color: var(--c14l0); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._n20c1 {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 44px; height: 44px;
    background: var(--c1r6);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 4px 14px rgba(27,158,109,0.25);
}
._n20c1.visible { opacity: 1; visibility: visible; }
._n20c1:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(27,158,109,0.35); }

._gltn5 .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--c7jj);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--c5r5);
    font-size: var(--c17i5);
}
._gltn5 .form-control:focus {
    border-color: var(--c14l0);
    box-shadow: 0 0 0 3px rgba(27, 158, 109, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
._gltn5 .form-control::placeholder { color: var(--text-muted); }
._gltn5 textarea.form-control { min-height: 120px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-color); opacity: 1; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: var(--c14l0); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: 50%;
    color: var(--text-primary);
    box-shadow: var(--c10fs);
    border: 1px solid var(--border-light);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--c14l0); color: #fff; border-color: var(--c14l0); }

.wow-ready .wow { visibility: hidden; }
.wow.animated { visibility: visible; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.float-anim { animation: floatUpDown 5s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --c19zf: 46px; --c20ev: 36px; } }

@media (max-width: 992px) {
    :root { --c19zf: 38px; --c20ev: 32px; --c21zd: 24px; --_wh3mdfc: 80px 0; }
    ._jx23xt {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100vh;
        background: var(--bg-primary);
        padding: 90px 28px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0,0,0,0.08);
    }
    ._jx23xt.active { right: 0; }
    ._jx23xt .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-light); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    ._jx23xt .nav-link:hover, ._jx23xt .nav-link.active { color: var(--c14l0) !important; }
    ._jx23xt .nav-link::after { display: none; }
    ._o3czwyz { display: none !important; }
    ._scvkii9 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._snmh6ul {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.2);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    ._snmh6ul.active { opacity: 1; visibility: visible; }
    ._jaxn6 { font-size: var(--c19zf); }
    .process-item:not(:last-child)::after { display: none; }
    ._uxf1qx { font-size: 36px; }
    ._it3rj2x { border-radius: var(--c8c3); }
}

@media (max-width: 768px) {
    :root { --c19zf: 32px; --c20ev: 26px; --c21zd: 22px; --fs-h4: 20px; --_wh3mdfc: 60px 0; }
    ._oiet1 { margin-bottom: 36px; }
    ._pf88i9 { min-height: auto; padding: 130px 0 70px; }
    ._fldwbf { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._xnstoek ._syyye2 { font-size: 36px; }
    ._t0h9is6 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --c19zf: 28px; --c20ev: 22px; --c21zd: 19px; --_wh3mdfc: 44px 0; }
    ._behbxtb { padding: 24px; }
    ._xnstoek { padding: 24px; }
    ._ljbsp { padding: 24px 18px; }
    ._yj626 { border-radius: var(--c7jj); }
}

._t6mlvrn ._vv92e { color: #fff; }
._t6mlvrn ._bb84me { color: var(--c14l0); }
._t6mlvrn ._n13gu { color: rgba(255,255,255,0.55); }
._t6mlvrn ._lm389 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._t6mlvrn ._lm389 a:hover { color: #fff; }

.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--c14l0) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
