

: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;

    --k14jo: #4a7c59;
    --k15lt: #c17f3e;
    --k1q7: linear-gradient(135deg, var(--k14jo), #6ea07a);
    --accent-glow: 0 6px 24px rgba(74, 124, 89, 0.18);

    --k3oc: 'DM Serif Display', 'Georgia', serif;
    --k5yh: 'Nunito', 'Segoe UI', sans-serif;

    --k19io: 58px;
    --k20sm: 44px;
    --k21t2: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --k17q9: 17px;
    --fs-small: 14px;

    --k18ju: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --k6w1: 12px;
    --k7vk: 16px;
    --k8g0: 24px;
    --k9ep: 32px;
    --k4ut: 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);

    --k10dg: 0 2px 8px rgba(45, 42, 36, 0.05);
    --k11ij: 0 6px 24px rgba(45, 42, 36, 0.07);
    --k12i2: 0 12px 40px rgba(45, 42, 36, 0.10);
    --k13k8: 0 20px 60px rgba(45, 42, 36, 0.12);

    --css_kwk4w: 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(--k5yh);
    font-size: var(--k17q9);
    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(--k14jo);
    transition: var(--transition);
}
a:hover { color: var(--k15lt); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--k14jo); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--k3oc);
    font-weight: var(--fw-regular);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--k19io); }
h2 { font-size: var(--k20sm); }
h3 { font-size: var(--k21t2); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--k1q7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--k14jo); }
.text-accent-2 { color: var(--k15lt); }
.text-dark { color: var(--text-primary); }
.css_ir19q { color: var(--text-muted); }

.css_kwk4w { padding: var(--css_kwk4w); position: relative; }
.css_kwk4w-sm { padding: 60px 0; }
.css_kwk4w-lg { padding: 150px 0; }
.css_kwk4w > .container { position: relative; z-index: 1; }

.css_ny8n2 { background-color: var(--bg-primary); }
.css_pscym { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--k1q7); }
.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(.css_wcf4f) { color: #fff; }
.bg-gradient-custom .css_w1uuv { color: #fff; }
.bg-gradient-custom .css_dit1d { color: rgba(255,255,255,0.7); }

.css_so2sd {
    background-color: #2d2a24;
    color: rgba(255,255,255,0.7);
}
.css_so2sd h1, .css_so2sd h2, .css_so2sd h3,
.css_so2sd h4, .css_so2sd h5, .css_so2sd h6 { color: #fff; }
.css_so2sd p, .css_so2sd li, .css_so2sd span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_so2sd a:not(.css_wcf4f) { color: rgba(255,255,255,0.8); }
.css_so2sd a:not(.css_wcf4f):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; }

.css_q63aq {
    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;
}
.css_q63aq.loaded { opacity: 0; visibility: hidden; }
.css_yyal0 { display: flex; gap: 10px; }
.css_ylhjv {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--k14jo);
    animation: css_q63aqGrow 1.4s ease-in-out infinite both;
}
.css_ylhjv:nth-child(1) { animation-delay: -0.32s; }
.css_ylhjv:nth-child(2) { animation-delay: -0.16s; }
.css_ylhjv:nth-child(3) { animation-delay: 0; }

@keyframes css_q63aqGrow {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

.css_wcf4f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    font-family: var(--k5yh);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--k4ut);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.css_b2bpr {
    background: var(--k14jo);
    color: #fff;
    box-shadow: 0 4px 16px rgba(74, 124, 89, 0.25);
}
.css_b2bpr:hover {
    background: #3d6a4a;
    color: #fff;
    box-shadow: 0 6px 24px rgba(74, 124, 89, 0.35);
    transform: translateY(-2px);
}

.css_ykrvf {
    background: transparent;
    color: var(--k14jo);
    border: 2px solid var(--k14jo);
}
.css_ykrvf:hover {
    background: var(--k14jo);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--k14jo);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--k17q9);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--k15lt);
    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(--k15lt); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_he4e4 {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}
.css_he4e4.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);
}
.css_zm7xh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.css_bc6ud {
    font-family: var(--k3oc);
    font-size: 28px;
    font-weight: var(--fw-regular);
    color: var(--text-primary);
}
.css_bc6ud:hover { color: var(--text-primary); }

.css_y8498 { display: flex; align-items: center; gap: 32px; }

.css_y8498 .nav-link {
    color: var(--text-secondary);
    font-size: var(--k17q9);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.css_y8498 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--k14jo);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.css_y8498 .nav-link:hover,
.css_y8498 .nav-link.active { color: var(--k14jo); }
.css_y8498 .nav-link:hover::after,
.css_y8498 .nav-link.active::after { width: 100%; }

.css_xknyr { margin-left: 12px; }

.css_pyu3s, .css_j76qo { display: flex; align-items: center; gap: 28px; }
.css_pyu3s .nav-link, .css_j76qo .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.css_pyu3s .nav-link:hover, .css_j76qo .nav-link:hover { color: var(--k14jo); }
.css_pyu3s ~ .css_y8498 { display: none; }

.css_dus4d {
    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;
}

.css_dus4d .css_ew8lc {
    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;
}

.css_dus4d.active .css_ew8lc:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.css_dus4d.active .css_ew8lc:nth-child(2) { opacity: 0; }
.css_dus4d.active .css_ew8lc:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.css_jvjhb {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
.css_jvjhb .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: saturate(0.8) sepia(10%);
}
.css_jvjhb .css_hn7bu {
    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%);
}
.css_inv0c { position: relative; z-index: 2; }

.css_ti1kk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--k14jo);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(74, 124, 89, 0.08);
    border-radius: var(--k4ut);
}
.css_ti1kk i { font-size: 14px; }

.css_vodq7 {
    font-size: var(--k19io);
    font-weight: var(--fw-regular);
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.css_omw01 {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.css_hm3ut { display: flex; gap: 16px; flex-wrap: wrap; }

.css_h3v02 { position: relative; z-index: 2; }
.css_h3v02 img {
    border-radius: var(--k9ep);
    box-shadow: var(--k13k8);
}

.css_jvjhb .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%; }
}

.css_qvk7g { margin-bottom: 60px; }

.css_ojsm9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--k14jo);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.css_ojsm9 i { font-size: 16px; }

.css_u6iua {
    font-size: var(--k20sm);
    font-weight: var(--fw-regular);
    margin-bottom: 18px;
    color: var(--text-primary);
}

.css_inut0 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
}
.css_qvk7g.text-center .css_inut0 {
    margin-left: auto;
    margin-right: auto;
}

.css_bbd3j {
    background: var(--bg-card);
    border: none;
    border-radius: var(--k8g0);
    padding: 40px 28px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--k10dg);
}
.css_bbd3j:hover {
    box-shadow: var(--k12i2);
    transform: translateY(-6px);
}

.css_bbd3j .css_gafxy {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--k14jo);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.css_bbd3j:hover .css_gafxy {
    background: var(--k14jo);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
}

.css_bbd3j .css_v1m93 {
    font-family: var(--k3oc);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.css_bbd3j .css_xbf3g {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.css_bbd3j-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--k7vk);
    padding: 28px;
    transition: var(--transition);
    box-shadow: var(--k10dg);
}
.css_bbd3j-horizontal:hover { box-shadow: var(--k11ij); transform: translateY(-3px); }
.css_bbd3j-horizontal .css_gafxy {
    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(--k14jo);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--k9ep);
    overflow: hidden;
    box-shadow: var(--k12i2);
}
.about-section .about-image img { width: 100%; border-radius: var(--k9ep); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--k14jo);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--k8g0);
    text-align: center;
    box-shadow: 0 4px 16px rgba(74,124,89,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--k3oc);
    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(--k14jo); font-size: 14px; }

.css_os4vu {
    background: var(--k14jo);
    color: #fff;
    border-radius: var(--k9ep);
}
.counter-item { text-align: center; padding: 24px; }
.css_w1uuv {
    font-family: var(--k3oc);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.css_w1uuv .counter-suffix { color: var(--k15lt); }
.css_dit1d {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

.css_cr51s {
    background: var(--bg-card);
    border: none;
    border-radius: var(--k8g0);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--k10dg);
}
.css_cr51s:hover {
    transform: translateY(-8px);
    box-shadow: var(--k12i2);
}
.css_cr51s .css_oaig6 {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.css_cr51s .css_oaig6 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.css_cr51s:hover .css_oaig6 img { transform: scale(1.08); }
.css_cr51s .css_oaig6 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--k14jo);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--k4ut);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
.css_cr51s .card-body { padding: 28px; }
.css_cr51s .card-title {
    font-family: var(--k3oc);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
.css_cr51s .card-title a { color: var(--text-primary); }
.css_cr51s .card-title a:hover { color: var(--k14jo); }
.css_cr51s .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
.css_cr51s .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px dashed var(--border-color);
}
.css_cr51s .card-price {
    font-family: var(--k3oc);
    font-size: var(--fs-h5);
    color: var(--k14jo);
}

.css_r8jmi { text-align: center; transition: var(--transition); }
.css_r8jmi:hover { transform: translateY(-5px); }
.css_r8jmi .css_x51op {
    position: relative;
    overflow: hidden;
    border-radius: var(--k9ep);
    margin-bottom: 20px;
}
.css_r8jmi .css_x51op img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.css_r8jmi:hover .css_x51op img { transform: scale(1.05); }
.css_r8jmi .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;
}
.css_r8jmi: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(--k14jo); }
.css_r8jmi .css_y0dee {
    font-family: var(--k3oc);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
.css_r8jmi .css_yoxnx {
    font-size: var(--fs-small);
    color: var(--k14jo);
}

.css_kj8z1 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--k8g0);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--k10dg);
    position: relative;
}
.css_kj8z1:hover { box-shadow: var(--k11ij); transform: translateY(-4px); }
.css_kj8z1 .quote-icon {
    font-size: 48px;
    color: var(--k14jo);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
.css_kj8z1 .css_vpyjr {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
.css_kj8z1 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.css_kj8z1 .css_grm64 {
    width: 50px; height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.css_kj8z1 .css_ofa14 {
    font-size: var(--k17q9);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.css_kj8z1 .css_v3o0o {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.css_kj8z1 .stars { color: var(--k15lt); margin-bottom: 12px; }

.css_kj8z1::before {
    content: '🌿';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 24px;
    opacity: 0.15;
}

.portfolio-item {
    position: relative;
    border-radius: var(--k8g0);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--k10dg);
}
.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(--k15lt);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--k3oc);
    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(--k7vk) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--k10dg);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--k3oc);
    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(--k14jo);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.css_suon2 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--k8g0);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--k10dg);
}
.css_suon2.featured {
    background: var(--k14jo);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.css_suon2.featured .css_xqibb,
.css_suon2.featured .plan-period,
.css_suon2.featured .css_fjzbo li { color: rgba(255,255,255,0.85); }
.css_suon2.featured .css_mssrc { color: #fff; }
.css_suon2.featured .css_fjzbo li i { color: var(--k15lt); }
.css_suon2.featured .css_wcf4f { background: #fff; color: var(--k14jo); }
.css_suon2.featured .css_wcf4f:hover { background: var(--bg-secondary); }

.css_suon2:hover {
    transform: translateY(-6px);
    box-shadow: var(--k12i2);
}
.css_suon2 .css_xqibb {
    font-size: var(--fs-small);
    color: var(--k14jo);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
.css_suon2 .css_mssrc {
    font-family: var(--k3oc);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
.css_suon2 .css_mssrc .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--k14jo);
}
.css_suon2 .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
.css_suon2 .css_fjzbo { text-align: left; margin-bottom: 30px; }
.css_suon2 .css_fjzbo 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);
}
.css_suon2 .css_fjzbo li:last-child { border-bottom: none; }
.css_suon2 .css_fjzbo li i { color: var(--k14jo); }
.css_suon2 .css_fjzbo li.disabled { opacity: 0.4; text-decoration: line-through; }

.css_ty8xu {
    background: var(--bg-card);
    border: none;
    border-radius: var(--k8g0);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--k10dg);
}
.css_ty8xu:hover { transform: translateY(-5px); box-shadow: var(--k12i2); }
.css_ty8xu .css_oaig6 { height: 220px; overflow: hidden; }
.css_ty8xu .css_oaig6 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.css_ty8xu:hover .css_oaig6 img { transform: scale(1.06); }
.css_ty8xu .card-body { padding: 24px; }
.css_ty8xu .css_df1e5 {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.css_ty8xu .css_df1e5 i { margin-right: 4px; color: var(--k14jo); }
.css_ty8xu .card-title {
    font-family: var(--k3oc);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
}
.css_ty8xu .card-title a { color: var(--text-primary); }
.css_ty8xu .card-title a:hover { color: var(--k14jo); }

.css_b837i {
    background: linear-gradient(135deg, #2d2a24 0%, #3d6a4a 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--k9ep);
}
.css_b837i .cta-content { position: relative; z-index: 2; }
.css_b837i .css_yctqm { font-size: var(--k20sm); color: #fff; }
.css_b837i .css_g5j5l { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; }
.css_b837i p, .css_b837i li { color: rgba(255,255,255,0.7); }
.css_b837i .css_wcf4f { background: #fff; color: var(--k14jo); border: none; }
.css_b837i .css_wcf4f:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.css_b837i .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(--k4ut);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--k5yh);
    font-size: var(--k17q9);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--k14jo); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .css_xuxyi {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--k14jo);
    font-family: var(--k3oc);
    font-size: 24px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .css_xuxyi {
    background: var(--k14jo);
    color: #fff;
}
.process-item .css_w70ct {
    font-family: var(--k3oc);
    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(--k18ju);
    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%); }
}

.css_gp2y9 {
    background: #2d2a24;
    color: rgba(255,255,255,0.6);
}
.css_gp2y9 h1, .css_gp2y9 h2, .css_gp2y9 h3,
.css_gp2y9 h4, .css_gp2y9 h5 { color: #fff; }

.css_nsjad .css_tgu5b {
    font-family: var(--k3oc);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.css_nsjad .css_tgu5b::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 3px;
    background: var(--k14jo);
    border-radius: 2px;
}
.css_nsjad p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
.css_i7xne a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
.css_i7xne a:hover { color: var(--k14jo); padding-left: 5px; }
.css_i7xne 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(--k14jo); margin-top: 4px; }
.css_s4nb9 { display: flex; gap: 10px; margin-top: 20px; }
.css_s4nb9 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);
}
.css_s4nb9 a:hover { background: var(--k14jo); color: #fff; }
.css_uls47 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.css_uls47 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(--k14jo); }

.policy-content h1 { font-size: var(--k20sm); 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(--k14jo); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.css_q0ive {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--k14jo);
    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);
}
.css_q0ive.visible { opacity: 1; visibility: visible; }
.css_q0ive:hover { background: #3d6a4a; transform: translateY(-3px); }

.css_c8ui2 .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--k7vk);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--k5yh);
    font-size: var(--k17q9);
}
.css_c8ui2 .form-control:focus {
    border-color: var(--k14jo);
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
.css_c8ui2 .form-control::placeholder { color: var(--text-muted); }
.css_c8ui2 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(--k14jo); 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(--k10dg);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--k14jo); 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 { --k19io: 46px; --k20sm: 36px; } }

@media (max-width: 992px) {
    :root { --k19io: 38px; --k20sm: 32px; --k21t2: 26px; --css_kwk4w: 80px 0; }
    .css_y8498 {
        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);
    }
    .css_y8498.active { right: 0; }
    .css_y8498 .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;
    }
    .css_y8498 .nav-link:hover, .css_y8498 .nav-link.active { color: var(--k14jo) !important; }
    .css_y8498 .nav-link::after { display: none; }
    .css_xknyr { display: none !important; }
    .css_dus4d {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .css_mvp53 {
        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;
    }
    .css_mvp53.active { opacity: 1; visibility: visible; }
    .css_vodq7 { font-size: var(--k19io); }
    .process-item:not(:last-child)::after { display: none; }
    .css_w1uuv { font-size: 36px; }
    .css_b837i { border-radius: var(--k8g0); }
}

@media (max-width: 768px) {
    :root { --k19io: 32px; --k20sm: 26px; --k21t2: 22px; --fs-h4: 20px; --css_kwk4w: 60px 0; }
    .css_qvk7g { margin-bottom: 36px; }
    .css_jvjhb { min-height: auto; padding: 130px 0 70px; }
    .css_hm3ut { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .css_suon2 .css_mssrc { font-size: 38px; }
    .css_uls47 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --k19io: 28px; --k20sm: 22px; --k21t2: 19px; --css_kwk4w: 44px 0; }
    .css_kj8z1 { padding: 24px; }
    .css_suon2 { padding: 24px; }
    .css_bbd3j { padding: 24px 18px; }
    .css_os4vu { border-radius: var(--k7vk); }
}

.css_so2sd .css_ti1kk { color: #fff; }
.css_so2sd .css_ojsm9 { color: var(--k14jo); }
.css_so2sd .css_ir19q { color: rgba(255,255,255,0.55); }
.css_so2sd .css_i7xne a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_so2sd .css_i7xne 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(--k14jo) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
