

:root {
    --bg-primary: #f7f4ee;
    --bg-secondary: #ede8de;
    --bg-card: #fffdf8;
    --bg-card-hover: #faf6ed;
    --text-primary: #2d2a24;
    --text-secondary: #5e5a50;
    --text-muted: #9c9688;
    --footer-dark-bg: #2d2a24;
    --border-color: #ddd6c6;
    --border-light: #e8e2d4;

    --d14ig: #4a7c59;
    --d15h4: #c17f3e;
    --d1zw: linear-gradient(135deg, var(--d14ig), #6ea07a);
    --accent-glow: 0 6px 24px rgba(74, 124, 89, 0.18);

    --d3rq: 'DM Serif Display', 'Georgia', serif;
    --d5wb: 'Nunito', 'Segoe UI', sans-serif;

    --d19zi: 58px;
    --d20og: 44px;
    --d21qx: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --d17he: 17px;
    --fs-small: 14px;

    --d18kv: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --d6xx: 12px;
    --d7e7: 16px;
    --d8rp: 24px;
    --d9m4: 32px;
    --d4tn: 50px;

    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);

    --d10kr: 0 2px 8px rgba(45, 42, 36, 0.05);
    --d11qy: 0 6px 24px rgba(45, 42, 36, 0.07);
    --d12qw: 0 12px 40px rgba(45, 42, 36, 0.10);
    --d13fy: 0 20px 60px rgba(45, 42, 36, 0.12);

    --_an3vij: 110px 0;
    --container-width: 1140px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--d5wb);
    font-size: var(--d17he);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--d14ig);
    transition: var(--transition);
}
a:hover { color: var(--d15h4); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--d14ig); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--d3rq);
    font-weight: var(--fw-regular);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--d19zi); }
h2 { font-size: var(--d20og); }
h3 { font-size: var(--d21qx); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--d1zw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--d14ig); }
.text-accent-2 { color: var(--d15h4); }
.text-dark { color: var(--text-primary); }
._t3149u7 { color: var(--text-muted); }

._an3vij { padding: var(--_an3vij); position: relative; }
._an3vij-sm { padding: 60px 0; }
._an3vij-lg { padding: 150px 0; }
._an3vij > .container { position: relative; z-index: 1; }

._g7z1due { background-color: var(--bg-primary); }
._rl9kc7x { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--d1zw); }
.bg-gradient-custom {
    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.8); }
.bg-gradient-custom a:not(._m2ibad) { color: #fff; }
.bg-gradient-custom ._txmiz { color: #fff; }
.bg-gradient-custom ._y1bdm { color: rgba(255,255,255,0.7); }

._k3g47d {
    background-color: #2d2a24;
    color: rgba(255,255,255,0.7);
}
._k3g47d h1, ._k3g47d h2, ._k3g47d h3,
._k3g47d h4, ._k3g47d h5, ._k3g47d h6 { color: #fff; }
._k3g47d p, ._k3g47d li, ._k3g47d span:not(.badge) { color: rgba(255,255,255,0.7); }
._k3g47d a:not(._m2ibad) { color: rgba(255,255,255,0.8); }
._k3g47d a:not(._m2ibad):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; }

._qkmle8 {
    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;
}
._qkmle8.loaded { opacity: 0; visibility: hidden; }
._wf0wd { display: flex; gap: 10px; }
._jft0u {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--d14ig);
    animation: _qkmle8Grow 1.4s ease-in-out infinite both;
}
._jft0u:nth-child(1) { animation-delay: -0.32s; }
._jft0u:nth-child(2) { animation-delay: -0.16s; }
._jft0u:nth-child(3) { animation-delay: 0; }

@keyframes _qkmle8Grow {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

._m2ibad {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    font-family: var(--d5wb);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--d4tn);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

._sdzdf0i {
    background: var(--d14ig);
    color: #fff;
    box-shadow: 0 4px 16px rgba(74, 124, 89, 0.25);
}
._sdzdf0i:hover {
    background: #3d6a4a;
    color: #fff;
    box-shadow: 0 6px 24px rgba(74, 124, 89, 0.35);
    transform: translateY(-2px);
}

._zkiegp9 {
    background: transparent;
    color: var(--d14ig);
    border: 2px solid var(--d14ig);
}
._zkiegp9:hover {
    background: var(--d14ig);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--d14ig);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--d17he);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--d15h4);
    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(--d15h4); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._h6i7kf {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}
._h6i7kf.scrolled {
    background: rgba(247, 244, 238, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(45, 42, 36, 0.06);
}
._cgmhg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._uojgigu {
    font-family: var(--d3rq);
    font-size: 28px;
    font-weight: var(--fw-regular);
    color: var(--text-primary);
}
._uojgigu:hover { color: var(--text-primary); }

._afe2v { display: flex; align-items: center; gap: 32px; }

._afe2v .nav-link {
    color: var(--text-secondary);
    font-size: var(--d17he);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._afe2v .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--d14ig);
    border-radius: 2px;
    transition: width 0.35s ease;
}
._afe2v .nav-link:hover,
._afe2v .nav-link.active { color: var(--d14ig); }
._afe2v .nav-link:hover::after,
._afe2v .nav-link.active::after { width: 100%; }

._xdwg472 { margin-left: 12px; }

._q8st8xl, ._yskwslp { display: flex; align-items: center; gap: 28px; }
._q8st8xl .nav-link, ._yskwslp .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._q8st8xl .nav-link:hover, ._yskwslp .nav-link:hover { color: var(--d14ig); }
._q8st8xl ~ ._afe2v { display: none; }

._zwgcq0 {
    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;
}

._zwgcq0 ._j925f {
    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;
}

._zwgcq0.active ._j925f:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._zwgcq0.active ._j925f:nth-child(2) { opacity: 0; }
._zwgcq0.active ._j925f:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._byo390 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
._byo390 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: saturate(0.8) sepia(10%);
}
._byo390 ._zpt94tr {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, transparent 40%, transparent 60%, var(--bg-secondary) 100%);
}
._sl2pe { position: relative; z-index: 2; }

._m8rp4 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--d14ig);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(74, 124, 89, 0.08);
    border-radius: var(--d4tn);
}
._m8rp4 i { font-size: 14px; }

._eezaba {
    font-size: var(--d19zi);
    font-weight: var(--fw-regular);
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--text-primary);
}

._xb7cnx5 {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

._vn9ey { display: flex; gap: 16px; flex-wrap: wrap; }

._skgn2 { position: relative; z-index: 2; }
._skgn2 img {
    border-radius: var(--d9m4);
    box-shadow: var(--d13fy);
}

._byo390 .hero-blob {
    position: absolute;
    width: 500px; height: 500px;
    background: radial-gradient(ellipse, rgba(74,124,89,0.07) 0%, transparent 70%);
    border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
    z-index: 0;
    pointer-events: none;
    animation: blobMorph 12s ease-in-out infinite;
}

@keyframes blobMorph {
    0%, 100% { border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; }
    33% { border-radius: 40% 60% 30% 70% / 60% 40% 50% 50%; }
    66% { border-radius: 50% 50% 40% 60% / 40% 50% 60% 40%; }
}

._rnl4z { margin-bottom: 60px; }

._lq3z21a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--d14ig);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
._lq3z21a i { font-size: 16px; }

._ix40gw {
    font-size: var(--d20og);
    font-weight: var(--fw-regular);
    margin-bottom: 18px;
    color: var(--text-primary);
}

._tzt1x {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
}
._rnl4z.text-center ._tzt1x {
    margin-left: auto;
    margin-right: auto;
}

._zb10p7w {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8rp);
    padding: 40px 28px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--d10kr);
}
._zb10p7w:hover {
    box-shadow: var(--d12qw);
    transform: translateY(-6px);
}

._zb10p7w ._m36shs {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--d14ig);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._zb10p7w:hover ._m36shs {
    background: var(--d14ig);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
}

._zb10p7w ._dh5jmh7 {
    font-family: var(--d3rq);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._zb10p7w ._vbcdsf {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._zb10p7w-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--d7e7);
    padding: 28px;
    transition: var(--transition);
    box-shadow: var(--d10kr);
}
._zb10p7w-horizontal:hover { box-shadow: var(--d11qy); transform: translateY(-3px); }
._zb10p7w-horizontal ._m36shs {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--d14ig);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--d9m4);
    overflow: hidden;
    box-shadow: var(--d12qw);
}
.about-section .about-image img { width: 100%; border-radius: var(--d9m4); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--d14ig);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--d8rp);
    text-align: center;
    box-shadow: 0 4px 16px rgba(74,124,89,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--d3rq);
    font-size: 38px;
    line-height: 1;
}
.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 dashed var(--border-color);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--d14ig); font-size: 14px; }

._sjeyv9 {
    background: var(--d14ig);
    color: #fff;
    border-radius: var(--d9m4);
}
.counter-item { text-align: center; padding: 24px; }
._txmiz {
    font-family: var(--d3rq);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
._txmiz .counter-suffix { color: var(--d15h4); }
._y1bdm {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

._r41so {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8rp);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--d10kr);
}
._r41so:hover {
    transform: translateY(-8px);
    box-shadow: var(--d12qw);
}
._r41so ._nola1 {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._r41so ._nola1 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._r41so:hover ._nola1 img { transform: scale(1.08); }
._r41so ._nola1 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--d14ig);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--d4tn);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
._r41so .card-body { padding: 28px; }
._r41so .card-title {
    font-family: var(--d3rq);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._r41so .card-title a { color: var(--text-primary); }
._r41so .card-title a:hover { color: var(--d14ig); }
._r41so .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._r41so .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px dashed var(--border-color);
}
._r41so .card-price {
    font-family: var(--d3rq);
    font-size: var(--fs-h5);
    color: var(--d14ig);
}

._fb0ptff { text-align: center; transition: var(--transition); }
._fb0ptff:hover { transform: translateY(-5px); }
._fb0ptff ._xzykg {
    position: relative;
    overflow: hidden;
    border-radius: var(--d9m4);
    margin-bottom: 20px;
}
._fb0ptff ._xzykg img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._fb0ptff:hover ._xzykg img { transform: scale(1.05); }
._fb0ptff .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(45,42,36,0.6) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
._fb0ptff: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(--d14ig); }
._fb0ptff ._w89p3i {
    font-family: var(--d3rq);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._fb0ptff ._g6yxh {
    font-size: var(--fs-small);
    color: var(--d14ig);
}

._r7ic7w8 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8rp);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--d10kr);
    position: relative;
}
._r7ic7w8:hover { box-shadow: var(--d11qy); transform: translateY(-4px); }
._r7ic7w8 .quote-icon {
    font-size: 48px;
    color: var(--d14ig);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
._r7ic7w8 ._zvmwj46 {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
._r7ic7w8 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._r7ic7w8 ._smcqryo {
    width: 50px; height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
._r7ic7w8 ._xxm5qp3 {
    font-size: var(--d17he);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._r7ic7w8 ._n58qflo {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._r7ic7w8 .stars { color: var(--d15h4); margin-bottom: 12px; }

._r7ic7w8::before {
    content: '🌿';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 24px;
    opacity: 0.15;
}

.portfolio-item {
    position: relative;
    border-radius: var(--d8rp);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--d10kr);
}
.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(45,42,36,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(--d15h4);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--d3rq);
    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: none !important;
    border-radius: var(--d7e7) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--d10kr);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--d3rq);
    font-size: 18px;
    padding: 20px 24px;
    box-shadow: none;
    border: none;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(74, 124, 89, 0.06);
    color: var(--d14ig);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._b335fe {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8rp);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--d10kr);
}
._b335fe.featured {
    background: var(--d14ig);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._b335fe.featured ._ubdcq2,
._b335fe.featured .plan-period,
._b335fe.featured ._qjax5h li { color: rgba(255,255,255,0.85); }
._b335fe.featured ._drgf6t { color: #fff; }
._b335fe.featured ._qjax5h li i { color: var(--d15h4); }
._b335fe.featured ._m2ibad { background: #fff; color: var(--d14ig); }
._b335fe.featured ._m2ibad:hover { background: var(--bg-secondary); }

._b335fe:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12qw);
}
._b335fe ._ubdcq2 {
    font-size: var(--fs-small);
    color: var(--d14ig);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
._b335fe ._drgf6t {
    font-family: var(--d3rq);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
._b335fe ._drgf6t .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--d14ig);
}
._b335fe .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
._b335fe ._qjax5h { text-align: left; margin-bottom: 30px; }
._b335fe ._qjax5h li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border-color);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}
._b335fe ._qjax5h li:last-child { border-bottom: none; }
._b335fe ._qjax5h li i { color: var(--d14ig); }
._b335fe ._qjax5h li.disabled { opacity: 0.4; text-decoration: line-through; }

._hfvhu9 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8rp);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--d10kr);
}
._hfvhu9:hover { transform: translateY(-5px); box-shadow: var(--d12qw); }
._hfvhu9 ._nola1 { height: 220px; overflow: hidden; }
._hfvhu9 ._nola1 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._hfvhu9:hover ._nola1 img { transform: scale(1.06); }
._hfvhu9 .card-body { padding: 24px; }
._hfvhu9 ._b1s46a {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
._hfvhu9 ._b1s46a i { margin-right: 4px; color: var(--d14ig); }
._hfvhu9 .card-title {
    font-family: var(--d3rq);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
}
._hfvhu9 .card-title a { color: var(--text-primary); }
._hfvhu9 .card-title a:hover { color: var(--d14ig); }

._li5mw {
    background: linear-gradient(135deg, #2d2a24 0%, #3d6a4a 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--d9m4);
}
._li5mw .cta-content { position: relative; z-index: 2; }
._li5mw ._di20oz { font-size: var(--d20og); color: #fff; }
._li5mw ._c7d0f { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; }
._li5mw p, ._li5mw li { color: rgba(255,255,255,0.7); }
._li5mw ._m2ibad { background: #fff; color: var(--d14ig); border: none; }
._li5mw ._m2ibad:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._li5mw .cta-shape {
    position: absolute;
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
    z-index: 0;
}
.cta-shape-1 { width: 400px; height: 400px; top: -180px; right: -100px; }
.cta-shape-2 { width: 250px; height: 250px; bottom: -100px; left: -60px; }

.newsletter-form { display: flex; gap: 12px; max-width: 460px; }
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--d4tn);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--d5wb);
    font-size: var(--d17he);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--d14ig); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._nqteeg {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--d14ig);
    font-family: var(--d3rq);
    font-size: 24px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._nqteeg {
    background: var(--d14ig);
    color: #fff;
}
.process-item ._kfkvt {
    font-family: var(--d3rq);
    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: 28px; right: -24px;
    color: var(--border-color);
    font-size: 18px;
    letter-spacing: 4px;
}

.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: 64px;
    font-weight: var(--d18kv);
    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%); }
}

._z0yn4k {
    background: #2d2a24;
    color: rgba(255,255,255,0.6);
}
._z0yn4k h1, ._z0yn4k h2, ._z0yn4k h3,
._z0yn4k h4, ._z0yn4k h5 { color: #fff; }

._egern ._crk8n5t {
    font-family: var(--d3rq);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
._egern ._crk8n5t::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 3px;
    background: var(--d14ig);
    border-radius: 2px;
}
._egern p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
._qns2wf a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
._qns2wf a:hover { color: var(--d14ig); padding-left: 5px; }
._qns2wf 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(--d14ig); margin-top: 4px; }
._ptm67l { display: flex; gap: 10px; margin-top: 20px; }
._ptm67l 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);
}
._ptm67l a:hover { background: var(--d14ig); color: #fff; }
._qz2giaa { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._qz2giaa 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(--d14ig); }

.policy-content h1 { font-size: var(--d20og); 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(--d14ig); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._vp0kk {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--d14ig);
    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 12px rgba(74,124,89,0.3);
}
._vp0kk.visible { opacity: 1; visibility: visible; }
._vp0kk:hover { background: #3d6a4a; transform: translateY(-3px); }

._uo3or .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--d7e7);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--d5wb);
    font-size: var(--d17he);
}
._uo3or .form-control:focus {
    border-color: var(--d14ig);
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
._uo3or .form-control::placeholder { color: var(--text-muted); }
._uo3or 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(--d14ig); 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(--d10kr);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--d14ig); color: #fff; }

.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(-12px); }
}
.float-anim { animation: floatUpDown 5s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --d19zi: 46px; --d20og: 36px; } }

@media (max-width: 992px) {
    :root { --d19zi: 38px; --d20og: 32px; --d21qx: 26px; --_an3vij: 80px 0; }
    ._afe2v {
        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.1);
    }
    ._afe2v.active { right: 0; }
    ._afe2v .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px dashed var(--border-color); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    ._afe2v .nav-link:hover, ._afe2v .nav-link.active { color: var(--d14ig) !important; }
    ._afe2v .nav-link::after { display: none; }
    ._xdwg472 { display: none !important; }
    ._zwgcq0 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._tsy44 {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.25);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    ._tsy44.active { opacity: 1; visibility: visible; }
    ._eezaba { font-size: var(--d19zi); }
    .process-item:not(:last-child)::after { display: none; }
    ._txmiz { font-size: 36px; }
    ._li5mw { border-radius: var(--d8rp); }
}

@media (max-width: 768px) {
    :root { --d19zi: 32px; --d20og: 26px; --d21qx: 22px; --fs-h4: 20px; --_an3vij: 60px 0; }
    ._rnl4z { margin-bottom: 36px; }
    ._byo390 { min-height: auto; padding: 130px 0 70px; }
    ._vn9ey { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._b335fe ._drgf6t { font-size: 38px; }
    ._qz2giaa { text-align: center; }
}

@media (max-width: 576px) {
    :root { --d19zi: 28px; --d20og: 22px; --d21qx: 19px; --_an3vij: 44px 0; }
    ._r7ic7w8 { padding: 24px; }
    ._b335fe { padding: 24px; }
    ._zb10p7w { padding: 24px 18px; }
    ._sjeyv9 { border-radius: var(--d7e7); }
}

._k3g47d ._m8rp4 { color: #fff; }
._k3g47d ._lq3z21a { color: var(--d14ig); }
._k3g47d ._t3149u7 { color: rgba(255,255,255,0.55); }
._k3g47d ._qns2wf a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._k3g47d ._qns2wf 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(--d14ig) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
