

:root {
    --bg-primary: #f5f2eb;
    --bg-secondary: #ece7db;
    --bg-card: #fffdf7;
    --bg-card-hover: #f9f5ea;
    --text-primary: #2b2922;
    --text-secondary: #5d5848;
    --text-muted: #9a9382;
    --footer-dark-bg: #2b2922;
    --border-color: #d9d1c0;
    --border-light: #e6dfce;

    --d14qh: #3a7d44;
    --d15ai: #b8860b;
    --d1ep: linear-gradient(135deg, var(--d14qh), #5a9e62);
    --accent-glow: 0 6px 24px rgba(58, 125, 68, 0.20);

    --d3kq: 'Oswald', 'Impact', sans-serif;
    --d5yl: 'Source Sans 3', 'Segoe UI', sans-serif;

    --d19sw: 60px;
    --d20sr: 46px;
    --d21ap: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --d17b2: 17px;
    --fs-small: 14px;

    --d18ty: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --d6dj: 8px;
    --d7sg: 12px;
    --d8zz: 18px;
    --d9fn: 24px;
    --d4nn: 50px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    --d10y4: 0 2px 8px rgba(43, 41, 34, 0.06);
    --d11x8: 0 6px 20px rgba(43, 41, 34, 0.08);
    --d12qk: 0 12px 36px rgba(43, 41, 34, 0.11);
    --d13f9: 0 20px 56px rgba(43, 41, 34, 0.14);

    --_uauv2a: 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(--d5yl);
    font-size: var(--d17b2);
    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(--d14qh);
    transition: var(--transition);
}
a:hover { color: var(--d15ai); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--d14qh); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--d3kq);
    font-weight: var(--d18ty);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 { font-size: var(--d19sw); }
h2 { font-size: var(--d20sr); }
h3 { font-size: var(--d21ap); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--d1ep);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--d14qh); }
.text-accent-2 { color: var(--d15ai); }
.text-dark { color: var(--text-primary); }
._o1ml35y { color: var(--text-muted); }

._uauv2a { padding: var(--_uauv2a); position: relative; }
._uauv2a-sm { padding: 60px 0; }
._uauv2a-lg { padding: 150px 0; }
._uauv2a > .container { position: relative; z-index: 1; }

._r1avz0 { background-color: var(--bg-primary); }
._nomowg { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--d1ep); color: #fff; }
.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3,
.bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(255,255,255,0.85); }
.bg-gradient-custom a:not(._kk575o) { color: #fff; }
.bg-gradient-custom ._dh2vae8 { color: #fff; }
.bg-gradient-custom ._i0vahit { color: rgba(255,255,255,0.7); }

._txqhop0 {
    background-color: #2b2922;
    color: rgba(255,255,255,0.7);
}
._txqhop0 h1, ._txqhop0 h2, ._txqhop0 h3,
._txqhop0 h4, ._txqhop0 h5, ._txqhop0 h6 { color: #fff; }
._txqhop0 p, ._txqhop0 li, ._txqhop0 span:not(.badge) { color: rgba(255,255,255,0.7); }
._txqhop0 a:not(._kk575o) { color: rgba(255,255,255,0.8); }
._txqhop0 a:not(._kk575o):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; }

._oevlobi {
    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;
}
._oevlobi.loaded { opacity: 0; visibility: hidden; }
._nw5ga3 { display: flex; gap: 10px; }
._yivjlxq {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--d14qh);
    animation: _oevlobiBounce 1.2s ease-in-out infinite both;
}
._yivjlxq:nth-child(1) { animation-delay: -0.3s; }
._yivjlxq:nth-child(2) { animation-delay: -0.15s; }
._yivjlxq:nth-child(3) { animation-delay: 0; }

@keyframes _oevlobiBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.3; }
    40% { transform: scale(1.2); opacity: 1; }
}

._kk575o {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 38px;
    font-family: var(--d3kq);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--d7sg);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

._uvue6 {
    background: var(--d14qh);
    color: #fff;
    box-shadow: 0 4px 16px rgba(58, 125, 68, 0.25);
}
._uvue6:hover {
    background: #2f6838;
    color: #fff;
    box-shadow: 0 6px 24px rgba(58, 125, 68, 0.35);
    transform: translateY(-2px);
}

._ykzm7 {
    background: transparent;
    color: var(--d14qh);
    border: 2px solid var(--d14qh);
}
._ykzm7:hover {
    background: var(--d14qh);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--d14qh);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--d17b2);
    font-family: var(--d5yl);
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--d15ai);
    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(--d15ai); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._sg2z2l {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._sg2z2l.scrolled {
    background: rgba(245, 242, 235, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 0;
    box-shadow: 0 2px 16px rgba(43, 41, 34, 0.07);
}
._wo76b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._qmllcd {
    font-family: var(--d3kq);
    font-size: 30px;
    font-weight: var(--d18ty);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
}
._qmllcd:hover { color: var(--text-primary); }

._qbhtuj { display: flex; align-items: center; gap: 30px; }

._qbhtuj .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 6px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
._qbhtuj .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background: var(--d14qh);
    border-radius: 2px;
    transition: width 0.35s ease;
}
._qbhtuj .nav-link:hover,
._qbhtuj .nav-link.active { color: var(--d14qh); }
._qbhtuj .nav-link:hover::after,
._qbhtuj .nav-link.active::after { width: 100%; }

._j4z8p { margin-left: 12px; }

._plijb, ._zrmxe7j { display: flex; align-items: center; gap: 26px; }
._plijb .nav-link, ._zrmxe7j .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 8px 0;
}
._plijb .nav-link:hover, ._zrmxe7j .nav-link:hover { color: var(--d14qh); }
._plijb ~ ._qbhtuj { display: none; }

._anrt8p {
    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;
}

._anrt8p ._ps14x {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
}

._anrt8p.active ._ps14x:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._anrt8p.active ._ps14x:nth-child(2) { opacity: 0; }
._anrt8p.active ._ps14x:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

._b9ihv {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
._b9ihv .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.12;
    filter: saturate(0.7) contrast(1.1);
}
._b9ihv ._ncu0o {
    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%);
}
._md5oao { position: relative; z-index: 2; }

._pwfrray {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--d18ty);
    color: var(--d14qh);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(58, 125, 68, 0.1);
    border-radius: var(--d7sg);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
._pwfrray i { font-size: 14px; }

._kahjftu {
    font-size: var(--d19sw);
    font-weight: var(--d18ty);
    line-height: 1.08;
    margin-bottom: 24px;
    color: var(--text-primary);
    text-transform: uppercase;
}

._pjcb3r {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
    text-transform: none;
}

._cz4w4 { display: flex; gap: 16px; flex-wrap: wrap; }

._rfudfv { position: relative; z-index: 2; }
._rfudfv img {
    border-radius: var(--d9fn);
    box-shadow: var(--d13f9);
}

._b9ihv .hero-blob {
    position: absolute;
    width: 600px; height: 600px;
    background: linear-gradient(135deg, rgba(58,125,68,0.06) 0%, transparent 70%);
    border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%;
    z-index: 0;
    pointer-events: none;
    animation: blobMorph 15s ease-in-out infinite;
}

@keyframes blobMorph {
    0%, 100% { border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%; }
    33% { border-radius: 50% 50% 30% 70% / 60% 40% 50% 50%; }
    66% { border-radius: 40% 60% 60% 40% / 50% 50% 40% 60%; }
}

._oyz1o { margin-bottom: 60px; }

._q94238i {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--d18ty);
    color: var(--d14qh);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
._q94238i i { font-size: 16px; }

._qkiq7 {
    font-size: var(--d20sr);
    font-weight: var(--d18ty);
    margin-bottom: 18px;
    color: var(--text-primary);
}

._fp58de5 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
    text-transform: none;
    font-family: var(--d5yl);
    font-weight: var(--fw-regular);
    letter-spacing: 0;
}
._oyz1o.text-center ._fp58de5 {
    margin-left: auto;
    margin-right: auto;
}

._ggods {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8zz);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--d10y4);
    border-bottom: 4px solid transparent;
}
._ggods:hover {
    box-shadow: var(--d12qk);
    transform: translateY(-6px);
    border-bottom-color: var(--d14qh);
}

._ggods ._vs4m65w {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--d7sg);
    background: rgba(58, 125, 68, 0.1);
    color: var(--d14qh);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._ggods:hover ._vs4m65w {
    background: var(--d14qh);
    color: #fff;
    transform: scale(1.1);
}

._ggods ._jh5ya0 {
    font-family: var(--d3kq);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._ggods ._t9a2m6j {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
    text-transform: none;
    font-family: var(--d5yl);
    letter-spacing: 0;
}

._ggods-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--d7sg);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--d10y4);
    border-left: 4px solid transparent;
}
._ggods-horizontal:hover { box-shadow: var(--d11x8); transform: translateY(-3px); border-left-color: var(--d14qh); }
._ggods-horizontal ._vs4m65w {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--d7sg);
    background: rgba(58, 125, 68, 0.1);
    color: var(--d14qh);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--d9fn);
    overflow: hidden;
    box-shadow: var(--d12qk);
}
.about-section .about-image img { width: 100%; border-radius: var(--d9fn); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--d14qh);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--d8zz);
    text-align: center;
    box-shadow: 0 4px 16px rgba(58,125,68,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--d3kq);
    font-size: 40px;
    line-height: 1;
}
.experience-badge .badge-text { font-size: var(--fs-small); opacity: 0.9; text-transform: none; letter-spacing: 0; }

.about-list { margin-top: 20px; }
.about-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--d14qh); font-size: 14px; }

._kl6o8b {
    background: var(--d14qh);
    color: #fff;
    border-radius: var(--d9fn);
}
.counter-item { text-align: center; padding: 24px; }
._dh2vae8 {
    font-family: var(--d3kq);
    font-size: 54px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
._dh2vae8 .counter-suffix { color: var(--d15ai); }
._i0vahit {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--d5yl);
}

._efoyoi {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8zz);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--d10y4);
}
._efoyoi:hover {
    transform: translateY(-8px);
    box-shadow: var(--d12qk);
}
._efoyoi ._djgm8gu {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._efoyoi ._djgm8gu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._efoyoi:hover ._djgm8gu img { transform: scale(1.08); }
._efoyoi ._djgm8gu .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--d14qh);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--d7sg);
    font-size: 12px;
    font-weight: var(--d18ty);
    text-transform: uppercase;
    letter-spacing: 1px;
}
._efoyoi .card-body { padding: 28px; }
._efoyoi .card-title {
    font-family: var(--d3kq);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._efoyoi .card-title a { color: var(--text-primary); }
._efoyoi .card-title a:hover { color: var(--d14qh); }
._efoyoi .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
._efoyoi .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
._efoyoi .card-price {
    font-family: var(--d3kq);
    font-size: var(--fs-h5);
    color: var(--d14qh);
}

._gmj93 { text-align: center; transition: var(--transition); }
._gmj93:hover { transform: translateY(-5px); }
._gmj93 ._ikxs4 {
    position: relative;
    overflow: hidden;
    border-radius: var(--d9fn);
    margin-bottom: 20px;
}
._gmj93 ._ikxs4 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._gmj93:hover ._ikxs4 img { transform: scale(1.05); }
._gmj93 .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(43,41,34,0.65) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
._gmj93: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: var(--d6dj);
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--d14qh); }
._gmj93 ._a61re {
    font-family: var(--d3kq);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._gmj93 ._xu5w67 {
    font-size: var(--fs-small);
    color: var(--d14qh);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--d5yl);
}

._c0zi7zm {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8zz);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--d10y4);
    position: relative;
    border-left: 4px solid var(--d14qh);
}
._c0zi7zm:hover { box-shadow: var(--d11x8); transform: translateY(-4px); }
._c0zi7zm .quote-icon {
    font-size: 44px;
    color: var(--d14qh);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
._c0zi7zm ._o0xb4 {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-family: var(--d5yl);
    font-weight: var(--fw-regular);
    text-transform: none;
    letter-spacing: 0;
}
._c0zi7zm .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._c0zi7zm ._xvddp {
    width: 50px; height: 50px;
    border-radius: var(--d7sg);
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
._c0zi7zm ._vlo13v {
    font-size: var(--d17b2);
    font-weight: var(--d18ty);
    color: var(--text-primary);
    margin-bottom: 2px;
    font-family: var(--d3kq);
}
._c0zi7zm ._e66vk {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--d5yl);
}
._c0zi7zm .stars { color: var(--d15ai); margin-bottom: 12px; }

._c0zi7zm::before {
    content: '🎯';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--d8zz);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--d10y4);
}
.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(43,41,34,0.85) 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(--d15ai);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--d3kq);
    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(--d7sg) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--d10y4);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--d3kq);
    font-size: 18px;
    padding: 20px 24px;
    box-shadow: none;
    border: none;
    text-transform: none;
    letter-spacing: 0;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(58, 125, 68, 0.06);
    color: var(--d14qh);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
    font-family: var(--d5yl);
    text-transform: none;
    letter-spacing: 0;
}

._eca7e {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8zz);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--d10y4);
}
._eca7e.featured {
    background: var(--d14qh);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._eca7e.featured ._muk02,
._eca7e.featured .plan-period,
._eca7e.featured ._j7sp7cj li { color: rgba(255,255,255,0.85); }
._eca7e.featured ._iq3m5 { color: #fff; }
._eca7e.featured ._j7sp7cj li i { color: var(--d15ai); }
._eca7e.featured ._kk575o { background: #fff; color: var(--d14qh); }
._eca7e.featured ._kk575o:hover { background: var(--bg-secondary); }

._eca7e:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12qk);
}
._eca7e ._muk02 {
    font-size: var(--fs-small);
    color: var(--d14qh);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--d18ty);
}
._eca7e ._iq3m5 {
    font-family: var(--d3kq);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
._eca7e ._iq3m5 .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--d14qh);
}
._eca7e .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
._eca7e ._j7sp7cj { text-align: left; margin-bottom: 30px; }
._eca7e ._j7sp7cj li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    font-size: var(--fs-small);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--d5yl);
}
._eca7e ._j7sp7cj li:last-child { border-bottom: none; }
._eca7e ._j7sp7cj li i { color: var(--d14qh); }
._eca7e ._j7sp7cj li.disabled { opacity: 0.4; text-decoration: line-through; }

._as91gt7 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--d8zz);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--d10y4);
}
._as91gt7:hover { transform: translateY(-5px); box-shadow: var(--d12qk); }
._as91gt7 ._djgm8gu { height: 220px; overflow: hidden; }
._as91gt7 ._djgm8gu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._as91gt7:hover ._djgm8gu img { transform: scale(1.06); }
._as91gt7 .card-body { padding: 24px; }
._as91gt7 ._pfugfss {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--d5yl);
}
._as91gt7 ._pfugfss i { margin-right: 4px; color: var(--d14qh); }
._as91gt7 .card-title {
    font-family: var(--d3kq);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--text-primary);
}
._as91gt7 .card-title a { color: var(--text-primary); }
._as91gt7 .card-title a:hover { color: var(--d14qh); }

._d7p28y {
    background: linear-gradient(135deg, #2b2922 0%, #2f6838 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--d9fn);
}
._d7p28y .cta-content { position: relative; z-index: 2; }
._d7p28y ._somuqfi { font-size: var(--d20sr); color: #fff; }
._d7p28y ._hu0by0i { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
._d7p28y p, ._d7p28y li { color: rgba(255,255,255,0.7); }
._d7p28y ._kk575o { background: #fff; color: var(--d14qh); border: none; }
._d7p28y ._kk575o:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._d7p28y .cta-shape {
    position: absolute;
    border-radius: 30% 70% 50% 50% / 40% 60% 40% 60%;
    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(--d7sg);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--d5yl);
    font-size: var(--d17b2);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--d14qh); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._uar19pw {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--d7sg);
    background: rgba(58, 125, 68, 0.1);
    color: var(--d14qh);
    font-family: var(--d3kq);
    font-size: 26px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._uar19pw {
    background: var(--d14qh);
    color: #fff;
}
.process-item ._cqm4u3 {
    font-family: var(--d3kq);
    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); text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--d14qh);
    font-size: 24px;
    font-weight: var(--d18ty);
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 28s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--d18ty);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 2px 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%); }
}

._bgp3w {
    background: #2b2922;
    color: rgba(255,255,255,0.6);
}
._bgp3w h1, ._bgp3w h2, ._bgp3w h3,
._bgp3w h4, ._bgp3w h5 { color: #fff; }

._oioue ._rosjp2 {
    font-family: var(--d3kq);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
._oioue ._rosjp2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 3px;
    background: var(--d14qh);
    border-radius: 2px;
}
._oioue p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
._ncleyi a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
._ncleyi a:hover { color: var(--d14qh); padding-left: 5px; }
._ncleyi 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);
    text-transform: none; letter-spacing: 0; font-family: var(--d5yl);
}
.footer-contact li i { color: var(--d14qh); margin-top: 4px; }
._zevjmk { display: flex; gap: 10px; margin-top: 20px; }
._zevjmk a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--d6dj);
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
._zevjmk a:hover { background: var(--d14qh); color: #fff; }
._i4zlu { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._i4zlu p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }

.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(--d14qh); }

.policy-content h1 { font-size: var(--d20sr); 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; text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
.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; text-transform: none; letter-spacing: 0; font-family: var(--d5yl); }
.policy-content a { color: var(--d14qh); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._bluhxmm {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--d14qh);
    color: #fff;
    border: none;
    border-radius: var(--d7sg);
    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(58,125,68,0.3);
}
._bluhxmm.visible { opacity: 1; visibility: visible; }
._bluhxmm:hover { background: #2f6838; transform: translateY(-3px); }

._pbhang8 .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--d7sg);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--d5yl);
    font-size: var(--d17b2);
}
._pbhang8 .form-control:focus {
    border-color: var(--d14qh);
    box-shadow: 0 0 0 3px rgba(58, 125, 68, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
._pbhang8 .form-control::placeholder { color: var(--text-muted); }
._pbhang8 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(--d14qh); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: var(--d7sg);
    color: var(--text-primary);
    box-shadow: var(--d10y4);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--d14qh); 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 { --d19sw: 48px; --d20sr: 38px; } }

@media (max-width: 992px) {
    :root { --d19sw: 40px; --d20sr: 34px; --d21ap: 26px; --_uauv2a: 80px 0; }
    ._qbhtuj {
        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);
    }
    ._qbhtuj.active { right: 0; }
    ._qbhtuj .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-light); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    ._qbhtuj .nav-link:hover, ._qbhtuj .nav-link.active { color: var(--d14qh) !important; }
    ._qbhtuj .nav-link::after { display: none; }
    ._j4z8p { display: none !important; }
    ._anrt8p {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._vate10v {
        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;
    }
    ._vate10v.active { opacity: 1; visibility: visible; }
    ._kahjftu { font-size: var(--d19sw); }
    .process-item:not(:last-child)::after { display: none; }
    ._dh2vae8 { font-size: 38px; }
    ._d7p28y { border-radius: var(--d8zz); }
}

@media (max-width: 768px) {
    :root { --d19sw: 34px; --d20sr: 28px; --d21ap: 22px; --fs-h4: 20px; --_uauv2a: 60px 0; }
    ._oyz1o { margin-bottom: 36px; }
    ._b9ihv { min-height: auto; padding: 130px 0 70px; }
    ._cz4w4 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._eca7e ._iq3m5 { font-size: 38px; }
    ._i4zlu { text-align: center; }
}

@media (max-width: 576px) {
    :root { --d19sw: 28px; --d20sr: 24px; --d21ap: 19px; --_uauv2a: 44px 0; }
    ._c0zi7zm { padding: 24px; }
    ._eca7e { padding: 24px; }
    ._ggods { padding: 24px 18px; }
    ._kl6o8b { border-radius: var(--d7sg); }
}

._txqhop0 ._pwfrray { color: #fff; }
._txqhop0 ._q94238i { color: var(--d14qh); }
._txqhop0 ._o1ml35y { color: rgba(255,255,255,0.55); }
._txqhop0 ._ncleyi a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._txqhop0 ._ncleyi 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(--d14qh) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
