

: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;

    --p14v0: #4a7c59;
    --p15ls: #c17f3e;
    --p1v2: linear-gradient(135deg, var(--p14v0), #6ea07a);
    --accent-glow: 0 6px 24px rgba(74, 124, 89, 0.18);

    --p3i8: 'DM Serif Display', 'Georgia', serif;
    --p5tb: 'Nunito', 'Segoe UI', sans-serif;

    --p19n8: 58px;
    --p20oe: 44px;
    --p21c5: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --p17f1: 17px;
    --fs-small: 14px;

    --p18rg: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --p6ha: 12px;
    --p7pr: 16px;
    --p8ee: 24px;
    --p9w2: 32px;
    --p4tl: 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);

    --p10fw: 0 2px 8px rgba(45, 42, 36, 0.05);
    --p11bj: 0 6px 24px rgba(45, 42, 36, 0.07);
    --p12g5: 0 12px 40px rgba(45, 42, 36, 0.10);
    --p13d9: 0 20px 60px rgba(45, 42, 36, 0.12);

    --nc0h: 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(--p5tb);
    font-size: var(--p17f1);
    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(--p14v0);
    transition: var(--transition);
}
a:hover { color: var(--p15ls); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--p14v0); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--p3i8);
    font-weight: var(--fw-regular);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--p19n8); }
h2 { font-size: var(--p20oe); }
h3 { font-size: var(--p21c5); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--p1v2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--p14v0); }
.text-accent-2 { color: var(--p15ls); }
.text-dark { color: var(--text-primary); }
.afit { color: var(--text-muted); }

.nc0h { padding: var(--nc0h); position: relative; }
.nc0h-sm { padding: 60px 0; }
.nc0h-lg { padding: 150px 0; }
.nc0h > .container { position: relative; z-index: 1; }

.ugppk { background-color: var(--bg-primary); }
.tv4o { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--p1v2); }
.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(.yl4386) { color: #fff; }
.bg-gradient-custom .rkdb { color: #fff; }
.bg-gradient-custom .lzjc8u { color: rgba(255,255,255,0.7); }

.ihqi {
    background-color: #2d2a24;
    color: rgba(255,255,255,0.7);
}
.ihqi h1, .ihqi h2, .ihqi h3,
.ihqi h4, .ihqi h5, .ihqi h6 { color: #fff; }
.ihqi p, .ihqi li, .ihqi span:not(.badge) { color: rgba(255,255,255,0.7); }
.ihqi a:not(.yl4386) { color: rgba(255,255,255,0.8); }
.ihqi a:not(.yl4386):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; }

.sebi10 {
    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;
}
.sebi10.loaded { opacity: 0; visibility: hidden; }
.qdzr { display: flex; gap: 10px; }
.ichfbp {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--p14v0);
    animation: sebi10Grow 1.4s ease-in-out infinite both;
}
.ichfbp:nth-child(1) { animation-delay: -0.32s; }
.ichfbp:nth-child(2) { animation-delay: -0.16s; }
.ichfbp:nth-child(3) { animation-delay: 0; }

@keyframes sebi10Grow {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.1); opacity: 1; }
}

.yl4386 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 36px;
    font-family: var(--p5tb);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--p4tl);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.aegb6 {
    background: var(--p14v0);
    color: #fff;
    box-shadow: 0 4px 16px rgba(74, 124, 89, 0.25);
}
.aegb6:hover {
    background: #3d6a4a;
    color: #fff;
    box-shadow: 0 6px 24px rgba(74, 124, 89, 0.35);
    transform: translateY(-2px);
}

.rdy14 {
    background: transparent;
    color: var(--p14v0);
    border: 2px solid var(--p14v0);
}
.rdy14:hover {
    background: var(--p14v0);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--p14v0);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--p17f1);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--p15ls);
    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(--p15ls); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.la90 {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}
.la90.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);
}
.lv2j {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sbommb {
    font-family: var(--p3i8);
    font-size: 28px;
    font-weight: var(--fw-regular);
    color: var(--text-primary);
}
.sbommb:hover { color: var(--text-primary); }

.bijh { display: flex; align-items: center; gap: 32px; }

.bijh .nav-link {
    color: var(--text-secondary);
    font-size: var(--p17f1);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.bijh .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--p14v0);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.bijh .nav-link:hover,
.bijh .nav-link.active { color: var(--p14v0); }
.bijh .nav-link:hover::after,
.bijh .nav-link.active::after { width: 100%; }

.vvsyf { margin-left: 12px; }

.fhcvc8, .ysy76 { display: flex; align-items: center; gap: 28px; }
.fhcvc8 .nav-link, .ysy76 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.fhcvc8 .nav-link:hover, .ysy76 .nav-link:hover { color: var(--p14v0); }
.fhcvc8 ~ .bijh { display: none; }

.ad2ul0 {
    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;
}

.ad2ul0 .pqw5 {
    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;
}

.ad2ul0.active .pqw5:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ad2ul0.active .pqw5:nth-child(2) { opacity: 0; }
.ad2ul0.active .pqw5:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ig90 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
.ig90 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: saturate(0.8) sepia(10%);
}
.ig90 .amx0re {
    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%);
}
.znz3 { position: relative; z-index: 2; }

.uqol {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--p14v0);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(74, 124, 89, 0.08);
    border-radius: var(--p4tl);
}
.uqol i { font-size: 14px; }

.pq6dk {
    font-size: var(--p19n8);
    font-weight: var(--fw-regular);
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.adwrn {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.xl05nd { display: flex; gap: 16px; flex-wrap: wrap; }

.ag6k { position: relative; z-index: 2; }
.ag6k img {
    border-radius: var(--p9w2);
    box-shadow: var(--p13d9);
}

.ig90 .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%; }
}

.weo0x { margin-bottom: 60px; }

.kq89sw {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--p14v0);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.kq89sw i { font-size: 16px; }

.gk2m {
    font-size: var(--p20oe);
    font-weight: var(--fw-regular);
    margin-bottom: 18px;
    color: var(--text-primary);
}

.zcfc {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
}
.weo0x.text-center .zcfc {
    margin-left: auto;
    margin-right: auto;
}

.jwkdm5 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--p8ee);
    padding: 40px 28px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--p10fw);
}
.jwkdm5:hover {
    box-shadow: var(--p12g5);
    transform: translateY(-6px);
}

.jwkdm5 .edvy8 {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--p14v0);
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.jwkdm5:hover .edvy8 {
    background: var(--p14v0);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
}

.jwkdm5 .me0kwo {
    font-family: var(--p3i8);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.jwkdm5 .cxdpnm {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.jwkdm5-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--p7pr);
    padding: 28px;
    transition: var(--transition);
    box-shadow: var(--p10fw);
}
.jwkdm5-horizontal:hover { box-shadow: var(--p11bj); transform: translateY(-3px); }
.jwkdm5-horizontal .edvy8 {
    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(--p14v0);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--p9w2);
    overflow: hidden;
    box-shadow: var(--p12g5);
}
.about-section .about-image img { width: 100%; border-radius: var(--p9w2); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--p14v0);
    color: #fff;
    padding: 18px 22px;
    border-radius: var(--p8ee);
    text-align: center;
    box-shadow: 0 4px 16px rgba(74,124,89,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--p3i8);
    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(--p14v0); font-size: 14px; }

.lb6bf6 {
    background: var(--p14v0);
    color: #fff;
    border-radius: var(--p9w2);
}
.counter-item { text-align: center; padding: 24px; }
.rkdb {
    font-family: var(--p3i8);
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.rkdb .counter-suffix { color: var(--p15ls); }
.lzjc8u {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
}

.qe680 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--p8ee);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--p10fw);
}
.qe680:hover {
    transform: translateY(-8px);
    box-shadow: var(--p12g5);
}
.qe680 .jisq {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.qe680 .jisq img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.qe680:hover .jisq img { transform: scale(1.08); }
.qe680 .jisq .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--p14v0);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--p4tl);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
.qe680 .card-body { padding: 28px; }
.qe680 .card-title {
    font-family: var(--p3i8);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
.qe680 .card-title a { color: var(--text-primary); }
.qe680 .card-title a:hover { color: var(--p14v0); }
.qe680 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
.qe680 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px dashed var(--border-color);
}
.qe680 .card-price {
    font-family: var(--p3i8);
    font-size: var(--fs-h5);
    color: var(--p14v0);
}

.anv3u { text-align: center; transition: var(--transition); }
.anv3u:hover { transform: translateY(-5px); }
.anv3u .xr653 {
    position: relative;
    overflow: hidden;
    border-radius: var(--p9w2);
    margin-bottom: 20px;
}
.anv3u .xr653 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.anv3u:hover .xr653 img { transform: scale(1.05); }
.anv3u .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;
}
.anv3u: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(--p14v0); }
.anv3u .pchhvg {
    font-family: var(--p3i8);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
.anv3u .ljity {
    font-size: var(--fs-small);
    color: var(--p14v0);
}

.jl9k4 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--p8ee);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--p10fw);
    position: relative;
}
.jl9k4:hover { box-shadow: var(--p11bj); transform: translateY(-4px); }
.jl9k4 .quote-icon {
    font-size: 48px;
    color: var(--p14v0);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
.jl9k4 .rjja {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
.jl9k4 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.jl9k4 .pw3o0 {
    width: 50px; height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.jl9k4 .pvzqvx {
    font-size: var(--p17f1);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.jl9k4 .glro {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.jl9k4 .stars { color: var(--p15ls); margin-bottom: 12px; }

.jl9k4::before {
    content: '🌿';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 24px;
    opacity: 0.15;
}

.portfolio-item {
    position: relative;
    border-radius: var(--p8ee);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--p10fw);
}
.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(--p15ls);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--p3i8);
    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(--p7pr) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--p10fw);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--p3i8);
    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(--p14v0);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.cxwa5 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--p8ee);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--p10fw);
}
.cxwa5.featured {
    background: var(--p14v0);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.cxwa5.featured .nsnjo,
.cxwa5.featured .plan-period,
.cxwa5.featured .gf4s1e li { color: rgba(255,255,255,0.85); }
.cxwa5.featured .myw35 { color: #fff; }
.cxwa5.featured .gf4s1e li i { color: var(--p15ls); }
.cxwa5.featured .yl4386 { background: #fff; color: var(--p14v0); }
.cxwa5.featured .yl4386:hover { background: var(--bg-secondary); }

.cxwa5:hover {
    transform: translateY(-6px);
    box-shadow: var(--p12g5);
}
.cxwa5 .nsnjo {
    font-size: var(--fs-small);
    color: var(--p14v0);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
.cxwa5 .myw35 {
    font-family: var(--p3i8);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
.cxwa5 .myw35 .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--p14v0);
}
.cxwa5 .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
.cxwa5 .gf4s1e { text-align: left; margin-bottom: 30px; }
.cxwa5 .gf4s1e 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);
}
.cxwa5 .gf4s1e li:last-child { border-bottom: none; }
.cxwa5 .gf4s1e li i { color: var(--p14v0); }
.cxwa5 .gf4s1e li.disabled { opacity: 0.4; text-decoration: line-through; }

.yqs23s {
    background: var(--bg-card);
    border: none;
    border-radius: var(--p8ee);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--p10fw);
}
.yqs23s:hover { transform: translateY(-5px); box-shadow: var(--p12g5); }
.yqs23s .jisq { height: 220px; overflow: hidden; }
.yqs23s .jisq img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.yqs23s:hover .jisq img { transform: scale(1.06); }
.yqs23s .card-body { padding: 24px; }
.yqs23s .dks97h {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.yqs23s .dks97h i { margin-right: 4px; color: var(--p14v0); }
.yqs23s .card-title {
    font-family: var(--p3i8);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
}
.yqs23s .card-title a { color: var(--text-primary); }
.yqs23s .card-title a:hover { color: var(--p14v0); }

.jh6o5a {
    background: linear-gradient(135deg, #2d2a24 0%, #3d6a4a 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--p9w2);
}
.jh6o5a .cta-content { position: relative; z-index: 2; }
.jh6o5a .vhd30 { font-size: var(--p20oe); color: #fff; }
.jh6o5a .ca9e { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; }
.jh6o5a p, .jh6o5a li { color: rgba(255,255,255,0.7); }
.jh6o5a .yl4386 { background: #fff; color: var(--p14v0); border: none; }
.jh6o5a .yl4386:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.jh6o5a .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(--p4tl);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--p5tb);
    font-size: var(--p17f1);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--p14v0); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .rkve {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(74, 124, 89, 0.1);
    color: var(--p14v0);
    font-family: var(--p3i8);
    font-size: 24px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .rkve {
    background: var(--p14v0);
    color: #fff;
}
.process-item .ir1k8 {
    font-family: var(--p3i8);
    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(--p18rg);
    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%); }
}

.ufr6l {
    background: #2d2a24;
    color: rgba(255,255,255,0.6);
}
.ufr6l h1, .ufr6l h2, .ufr6l h3,
.ufr6l h4, .ufr6l h5 { color: #fff; }

.kskd .bjiv9x {
    font-family: var(--p3i8);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.kskd .bjiv9x::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 3px;
    background: var(--p14v0);
    border-radius: 2px;
}
.kskd p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
.vr9x a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
.vr9x a:hover { color: var(--p14v0); padding-left: 5px; }
.vr9x 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(--p14v0); margin-top: 4px; }
.lbjfv { display: flex; gap: 10px; margin-top: 20px; }
.lbjfv 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);
}
.lbjfv a:hover { background: var(--p14v0); color: #fff; }
.cm5dk3 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.cm5dk3 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(--p14v0); }

.policy-content h1 { font-size: var(--p20oe); 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(--p14v0); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.ixdho {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--p14v0);
    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);
}
.ixdho.visible { opacity: 1; visibility: visible; }
.ixdho:hover { background: #3d6a4a; transform: translateY(-3px); }

.mjrx .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--p7pr);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--p5tb);
    font-size: var(--p17f1);
}
.mjrx .form-control:focus {
    border-color: var(--p14v0);
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
.mjrx .form-control::placeholder { color: var(--text-muted); }
.mjrx 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(--p14v0); 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(--p10fw);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--p14v0); 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 { --p19n8: 46px; --p20oe: 36px; } }

@media (max-width: 992px) {
    :root { --p19n8: 38px; --p20oe: 32px; --p21c5: 26px; --nc0h: 80px 0; }
    .bijh {
        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);
    }
    .bijh.active { right: 0; }
    .bijh .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;
    }
    .bijh .nav-link:hover, .bijh .nav-link.active { color: var(--p14v0) !important; }
    .bijh .nav-link::after { display: none; }
    .vvsyf { display: none !important; }
    .ad2ul0 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .dayrrm {
        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;
    }
    .dayrrm.active { opacity: 1; visibility: visible; }
    .pq6dk { font-size: var(--p19n8); }
    .process-item:not(:last-child)::after { display: none; }
    .rkdb { font-size: 36px; }
    .jh6o5a { border-radius: var(--p8ee); }
}

@media (max-width: 768px) {
    :root { --p19n8: 32px; --p20oe: 26px; --p21c5: 22px; --fs-h4: 20px; --nc0h: 60px 0; }
    .weo0x { margin-bottom: 36px; }
    .ig90 { min-height: auto; padding: 130px 0 70px; }
    .xl05nd { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .cxwa5 .myw35 { font-size: 38px; }
    .cm5dk3 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --p19n8: 28px; --p20oe: 22px; --p21c5: 19px; --nc0h: 44px 0; }
    .jl9k4 { padding: 24px; }
    .cxwa5 { padding: 24px; }
    .jwkdm5 { padding: 24px 18px; }
    .lb6bf6 { border-radius: var(--p7pr); }
}

.ihqi .uqol { color: #fff; }
.ihqi .kq89sw { color: var(--p14v0); }
.ihqi .afit { color: rgba(255,255,255,0.55); }
.ihqi .vr9x a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.ihqi .vr9x 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(--p14v0) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
