

: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;

    --x14j3: #1b9e6d;
    --x15dm: #2a7fc2;
    --x1qd: linear-gradient(135deg, var(--x14j3), var(--x15dm));
    --accent-glow: 0 6px 28px rgba(27, 158, 109, 0.18);

    --x3oe: 'Inter', 'Segoe UI', sans-serif;
    --x5eu: 'Inter', 'Segoe UI', sans-serif;

    --x19fz: 56px;
    --x20az: 42px;
    --x21fs: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --x17dr: 16px;
    --fs-small: 14px;

    --x18l6: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --x6uj: 10px;
    --x7j5: 14px;
    --x8by: 20px;
    --x9mb: 28px;
    --x4me: 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);

    --x10o3: 0 2px 8px rgba(26, 46, 40, 0.04);
    --x11ec: 0 6px 22px rgba(26, 46, 40, 0.06);
    --x12jm: 0 12px 40px rgba(26, 46, 40, 0.08);
    --x13ud: 0 20px 60px rgba(26, 46, 40, 0.10);

    --_mth0q: 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(--x5eu);
    font-size: var(--x17dr);
    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(--x14j3);
    transition: var(--transition);
}
a:hover { color: var(--x15dm); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--x14j3); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--x3oe);
    font-weight: var(--x18l6);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--x19fz); letter-spacing: -0.03em; }
h2 { font-size: var(--x20az); letter-spacing: -0.02em; }
h3 { font-size: var(--x21fs); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--x1qd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--x14j3); }
.text-accent-2 { color: var(--x15dm); }
.text-dark { color: var(--text-primary); }
._cs7cq1i { color: var(--text-muted); }

._mth0q { padding: var(--_mth0q); position: relative; }
._mth0q-sm { padding: 60px 0; }
._mth0q-lg { padding: 150px 0; }
._mth0q > .container { position: relative; z-index: 1; }

._sh14e { background-color: var(--bg-primary); }
._nlky9 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--x1qd); 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(._rbjsy) { color: #fff; }
.bg-gradient-custom ._spc3wy7 { color: #fff; }
.bg-gradient-custom ._akkof { color: rgba(255,255,255,0.7); }

._l2wux0b {
    background-color: #1a2e28;
    color: rgba(255,255,255,0.7);
}
._l2wux0b h1, ._l2wux0b h2, ._l2wux0b h3,
._l2wux0b h4, ._l2wux0b h5, ._l2wux0b h6 { color: #fff; }
._l2wux0b p, ._l2wux0b li, ._l2wux0b span:not(.badge) { color: rgba(255,255,255,0.7); }
._l2wux0b a:not(._rbjsy) { color: rgba(255,255,255,0.8); }
._l2wux0b a:not(._rbjsy):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; }

._z36o7gj {
    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;
}
._z36o7gj.loaded { opacity: 0; visibility: hidden; }
._bla56 { display: flex; gap: 8px; }
._m9sqwa {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--x14j3);
    animation: _z36o7gjPulse 1.4s ease-in-out infinite both;
}
._m9sqwa:nth-child(1) { animation-delay: -0.3s; }
._m9sqwa:nth-child(2) { animation-delay: -0.15s; }
._m9sqwa:nth-child(3) { animation-delay: 0; }

@keyframes _z36o7gjPulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

._rbjsy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-family: var(--x5eu);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--x4me);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._hmxsud7 {
    background: var(--x1qd);
    color: #fff;
    box-shadow: 0 4px 18px rgba(27, 158, 109, 0.22);
}
._hmxsud7:hover {
    color: #fff;
    box-shadow: 0 8px 28px rgba(27, 158, 109, 0.30);
    transform: translateY(-2px);
}

._hctk9 {
    background: transparent;
    color: var(--x14j3);
    border: 2px solid var(--x14j3);
}
._hctk9:hover {
    background: var(--x14j3);
    color: #fff;
    border-color: var(--x14j3);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--x14j3);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--x17dr);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--x15dm);
    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(--x15dm); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._y0g6o {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._y0g6o.scrolled {
    padding: 12px 0;
}
._q82r6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._fgcm6je {
    font-family: var(--x3oe);
    font-size: 26px;
    font-weight: var(--x18l6);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
._fgcm6je:hover { color: var(--text-primary); }

._tri7yp7 { display: flex; align-items: center; gap: 32px; }

._tri7yp7 .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._tri7yp7 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--x14j3);
    border-radius: 2px;
    transition: width 0.35s ease;
}
._tri7yp7 .nav-link:hover,
._tri7yp7 .nav-link.active { color: var(--x14j3); }
._tri7yp7 .nav-link:hover::after,
._tri7yp7 .nav-link.active::after { width: 100%; }

._mmxemk { margin-left: 12px; }

._yfyz1u, ._w1a1yq { display: flex; align-items: center; gap: 28px; }
._yfyz1u .nav-link, ._w1a1yq .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._yfyz1u .nav-link:hover, ._w1a1yq .nav-link:hover { color: var(--x14j3); }
._yfyz1u ~ ._tri7yp7 { display: none; }

._onk10 {
    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;
}

._onk10 ._uw4ss {
    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;
}

._onk10.active ._uw4ss:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._onk10.active ._uw4ss:nth-child(2) { opacity: 0; }
._onk10.active ._uw4ss:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._fkw5v2 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
._fkw5v2 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.08;
    filter: saturate(0.6);
}
._fkw5v2 ._px2w5 {
    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%);
}
._yy2mx { position: relative; z-index: 2; }

._b9vxuu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--x14j3);
    margin-bottom: 24px;
    padding: 8px 18px;
    background: rgba(27, 158, 109, 0.08);
    border-radius: var(--x4me);
    border: 1px solid rgba(27, 158, 109, 0.12);
}
._b9vxuu i { font-size: 14px; }

._gegwm {
    font-size: var(--x19fz);
    font-weight: var(--x18l6);
    line-height: 1.12;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

._d7br90t {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

._nx4bd { display: flex; gap: 14px; flex-wrap: wrap; }

._ffipnkv { position: relative; z-index: 2; }
._ffipnkv img {
    border-radius: var(--x9mb);
    box-shadow: var(--x13ud);
}

._fkw5v2 .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; }
}

._n4n9sy { margin-bottom: 60px; }

._n2mwqho {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--x14j3);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
._n2mwqho i { font-size: 15px; }

._e1uug8 {
    font-size: var(--x20az);
    font-weight: var(--x18l6);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

._gvvdr9 {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
._n4n9sy.text-center ._gvvdr9 {
    margin-left: auto;
    margin-right: auto;
}

._msyfk0 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x8by);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--x10o3);
}
._msyfk0:hover {
    box-shadow: var(--x12jm);
    transform: translateY(-6px);
    border-color: rgba(27, 158, 109, 0.2);
}

._msyfk0 ._unaet {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--x7j5);
    background: rgba(27, 158, 109, 0.08);
    color: var(--x14j3);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._msyfk0:hover ._unaet {
    background: var(--x1qd);
    color: #fff;
    transform: scale(1.08);
}

._msyfk0 ._xb8zrq {
    font-family: var(--x3oe);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._msyfk0 ._ssm7e5 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._msyfk0-horizontal {
    display: flex;
    gap: 18px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x7j5);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--x10o3);
}
._msyfk0-horizontal:hover { box-shadow: var(--x11ec); transform: translateY(-3px); border-color: rgba(27,158,109,0.2); }
._msyfk0-horizontal ._unaet {
    flex-shrink: 0;
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--x7j5);
    background: rgba(27, 158, 109, 0.08);
    color: var(--x14j3);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--x9mb);
    overflow: hidden;
    box-shadow: var(--x12jm);
}
.about-section .about-image img { width: 100%; border-radius: var(--x9mb); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--x1qd);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--x8by);
    text-align: center;
    box-shadow: 0 4px 18px rgba(27,158,109,0.25);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--x3oe);
    font-size: 38px;
    line-height: 1;
    font-weight: var(--x18l6);
}
.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(--x14j3); font-size: 14px; }

._u7s0za {
    background: var(--x1qd);
    color: #fff;
    border-radius: var(--x9mb);
}
.counter-item { text-align: center; padding: 24px; }
._spc3wy7 {
    font-family: var(--x3oe);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--x18l6);
}
._spc3wy7 .counter-suffix { color: rgba(255,255,255,0.8); }
._akkof {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

._wdekd {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x8by);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--x10o3);
}
._wdekd:hover {
    transform: translateY(-8px);
    box-shadow: var(--x12jm);
    border-color: rgba(27,158,109,0.2);
}
._wdekd ._npeohi {
    position: relative;
    overflow: hidden;
    height: 230px;
}
._wdekd ._npeohi img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._wdekd:hover ._npeohi img { transform: scale(1.06); }
._wdekd ._npeohi .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--x1qd);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--x4me);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
._wdekd .card-body { padding: 26px; }
._wdekd .card-title {
    font-family: var(--x3oe);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._wdekd .card-title a { color: var(--text-primary); }
._wdekd .card-title a:hover { color: var(--x14j3); }
._wdekd .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._wdekd .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--border-light);
}
._wdekd .card-price {
    font-family: var(--x3oe);
    font-size: var(--fs-h5);
    color: var(--x14j3);
    font-weight: var(--x18l6);
}

._bvtqnk { text-align: center; transition: var(--transition); }
._bvtqnk:hover { transform: translateY(-5px); }
._bvtqnk ._opbmj {
    position: relative;
    overflow: hidden;
    border-radius: var(--x9mb);
    margin-bottom: 20px;
}
._bvtqnk ._opbmj img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._bvtqnk:hover ._opbmj img { transform: scale(1.05); }
._bvtqnk .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;
}
._bvtqnk: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(--x14j3); }
._bvtqnk ._sgsnkuy {
    font-family: var(--x3oe);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
._bvtqnk ._ged4r {
    font-size: var(--fs-small);
    color: var(--x14j3);
}

._zzkdwqu {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x8by);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--x10o3);
    position: relative;
}
._zzkdwqu:hover { box-shadow: var(--x11ec); transform: translateY(-4px); border-color: rgba(27,158,109,0.2); }
._zzkdwqu .quote-icon {
    font-size: 44px;
    color: var(--x14j3);
    margin-bottom: 12px;
    opacity: 0.18;
    line-height: 1;
}
._zzkdwqu ._rjya7r {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
._zzkdwqu .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._zzkdwqu ._tkh8wh {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--bg-secondary);
}
._zzkdwqu ._decx6s0 {
    font-size: var(--x17dr);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._zzkdwqu ._onpjy {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._zzkdwqu .stars { color: var(--x15dm); margin-bottom: 12px; }

._zzkdwqu::before {
    content: '☀️';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--x8by);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--x10o3);
}
.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(--x15dm);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--x3oe);
    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(--x7j5) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--x3oe);
    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(--x14j3);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._fpocdxs {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x8by);
    padding: 38px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--x10o3);
}
._fpocdxs.featured {
    background: var(--x1qd);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
}
._fpocdxs.featured ._ioe46s,
._fpocdxs.featured .plan-period,
._fpocdxs.featured ._owk8v li { color: rgba(255,255,255,0.85); }
._fpocdxs.featured ._gxnjk { color: #fff; }
._fpocdxs.featured ._owk8v li i { color: rgba(255,255,255,0.9); }
._fpocdxs.featured ._rbjsy { background: #fff; color: var(--x14j3); }
._fpocdxs.featured ._rbjsy:hover { background: var(--bg-secondary); }

._fpocdxs:hover {
    transform: translateY(-6px);
    box-shadow: var(--x12jm);
}
._fpocdxs ._ioe46s {
    font-size: var(--fs-small);
    color: var(--x14j3);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
._fpocdxs ._gxnjk {
    font-family: var(--x3oe);
    font-size: 48px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--x18l6);
}
._fpocdxs ._gxnjk .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--x14j3);
}
._fpocdxs .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
._fpocdxs ._owk8v { text-align: left; margin-bottom: 30px; }
._fpocdxs ._owk8v 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);
}
._fpocdxs ._owk8v li:last-child { border-bottom: none; }
._fpocdxs ._owk8v li i { color: var(--x14j3); }
._fpocdxs ._owk8v li.disabled { opacity: 0.4; text-decoration: line-through; }

._ot0ol2p {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--x8by);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--x10o3);
}
._ot0ol2p:hover { transform: translateY(-5px); box-shadow: var(--x12jm); border-color: rgba(27,158,109,0.2); }
._ot0ol2p ._npeohi { height: 210px; overflow: hidden; }
._ot0ol2p ._npeohi img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._ot0ol2p:hover ._npeohi img { transform: scale(1.06); }
._ot0ol2p .card-body { padding: 24px; }
._ot0ol2p ._tto2y {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
._ot0ol2p ._tto2y i { margin-right: 4px; color: var(--x14j3); }
._ot0ol2p .card-title {
    font-family: var(--x3oe);
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
}
._ot0ol2p .card-title a { color: var(--text-primary); }
._ot0ol2p .card-title a:hover { color: var(--x14j3); }

._u9rlwqn {
    background: var(--x1qd);
    position: relative;
    overflow: hidden;
    border-radius: var(--x9mb);
}
._u9rlwqn .cta-content { position: relative; z-index: 2; }
._u9rlwqn ._tzmjlmp { font-size: var(--x20az); color: #fff; }
._u9rlwqn ._o2txc { color: rgba(255,255,255,0.8); font-size: 17px; max-width: 520px; }
._u9rlwqn p, ._u9rlwqn li { color: rgba(255,255,255,0.8); }
._u9rlwqn ._rbjsy { background: #fff; color: var(--x14j3); border: none; }
._u9rlwqn ._rbjsy:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._u9rlwqn .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(--x4me);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--x5eu);
    font-size: var(--x17dr);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--x14j3); box-shadow: 0 0 0 3px rgba(27,158,109,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._p0e067 {
    width: 58px; height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(27, 158, 109, 0.08);
    color: var(--x14j3);
    font-family: var(--x3oe);
    font-size: 22px;
    font-weight: var(--x18l6);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._p0e067 {
    background: var(--x1qd);
    color: #fff;
}
.process-item ._y41g8jh {
    font-family: var(--x3oe);
    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(--x14j3);
    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(--x18l6);
    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%); }
}

._z4qh5 {
    background: #1a2e28;
    color: rgba(255,255,255,0.6);
}
._z4qh5 h1, ._z4qh5 h2, ._z4qh5 h3,
._z4qh5 h4, ._z4qh5 h5 { color: #fff; }

._en2vvky ._rcpwxm {
    font-family: var(--x3oe);
    font-size: 17px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--fw-semibold);
}
._en2vvky ._rcpwxm::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--x14j3);
    border-radius: 2px;
}
._en2vvky p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
._ybln8 a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
._ybln8 a:hover { color: var(--x14j3); padding-left: 5px; }
._ybln8 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(--x14j3); margin-top: 4px; }
._uwkij1f { display: flex; gap: 10px; margin-top: 20px; }
._uwkij1f 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);
}
._uwkij1f a:hover { background: var(--x14j3); color: #fff; }
._u4zbh6 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._u4zbh6 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(--x14j3); }

.policy-content h1 { font-size: var(--x20az); 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(--x14j3); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._ralplt {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 44px; height: 44px;
    background: var(--x1qd);
    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);
}
._ralplt.visible { opacity: 1; visibility: visible; }
._ralplt:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(27,158,109,0.35); }

._xn81hm .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7j5);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--x5eu);
    font-size: var(--x17dr);
}
._xn81hm .form-control:focus {
    border-color: var(--x14j3);
    box-shadow: 0 0 0 3px rgba(27, 158, 109, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
._xn81hm .form-control::placeholder { color: var(--text-muted); }
._xn81hm 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(--x14j3); 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(--x10o3);
    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(--x14j3); color: #fff; border-color: var(--x14j3); }

.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 { --x19fz: 46px; --x20az: 36px; } }

@media (max-width: 992px) {
    :root { --x19fz: 38px; --x20az: 32px; --x21fs: 24px; --_mth0q: 80px 0; }
    ._tri7yp7 {
        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);
    }
    ._tri7yp7.active { right: 0; }
    ._tri7yp7 .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;
    }
    ._tri7yp7 .nav-link:hover, ._tri7yp7 .nav-link.active { color: var(--x14j3) !important; }
    ._tri7yp7 .nav-link::after { display: none; }
    ._mmxemk { display: none !important; }
    ._onk10 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._qtljzl {
        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;
    }
    ._qtljzl.active { opacity: 1; visibility: visible; }
    ._gegwm { font-size: var(--x19fz); }
    .process-item:not(:last-child)::after { display: none; }
    ._spc3wy7 { font-size: 36px; }
    ._u9rlwqn { border-radius: var(--x8by); }
}

@media (max-width: 768px) {
    :root { --x19fz: 32px; --x20az: 26px; --x21fs: 22px; --fs-h4: 20px; --_mth0q: 60px 0; }
    ._n4n9sy { margin-bottom: 36px; }
    ._fkw5v2 { min-height: auto; padding: 130px 0 70px; }
    ._nx4bd { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._fpocdxs ._gxnjk { font-size: 36px; }
    ._u4zbh6 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --x19fz: 28px; --x20az: 22px; --x21fs: 19px; --_mth0q: 44px 0; }
    ._zzkdwqu { padding: 24px; }
    ._fpocdxs { padding: 24px; }
    ._msyfk0 { padding: 24px 18px; }
    ._u7s0za { border-radius: var(--x7j5); }
}

._l2wux0b ._b9vxuu { color: #fff; }
._l2wux0b ._n2mwqho { color: var(--x14j3); }
._l2wux0b ._cs7cq1i { color: rgba(255,255,255,0.55); }
._l2wux0b ._ybln8 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._l2wux0b ._ybln8 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(--x14j3) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
