

: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;

    --n14mn: #3a7d44;
    --n15k3: #b8860b;
    --n1yp: linear-gradient(135deg, var(--n14mn), #5a9e62);
    --accent-glow: 0 6px 24px rgba(58, 125, 68, 0.20);

    --n3if: 'Oswald', 'Impact', sans-serif;
    --n5mr: 'Source Sans 3', 'Segoe UI', sans-serif;

    --n19gb: 60px;
    --n20af: 46px;
    --n21c4: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --n17qj: 17px;
    --fs-small: 14px;

    --n18dp: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --n6za: 8px;
    --n7sh: 12px;
    --n8rf: 18px;
    --n9u4: 24px;
    --n4zd: 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);

    --n10n6: 0 2px 8px rgba(43, 41, 34, 0.06);
    --n11q3: 0 6px 20px rgba(43, 41, 34, 0.08);
    --n12gs: 0 12px 36px rgba(43, 41, 34, 0.11);
    --n13b5: 0 20px 56px rgba(43, 41, 34, 0.14);

    --ezics8: 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(--n5mr);
    font-size: var(--n17qj);
    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(--n14mn);
    transition: var(--transition);
}
a:hover { color: var(--n15k3); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--n14mn); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--n3if);
    font-weight: var(--n18dp);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 { font-size: var(--n19gb); }
h2 { font-size: var(--n20af); }
h3 { font-size: var(--n21c4); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--n1yp);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--n14mn); }
.text-accent-2 { color: var(--n15k3); }
.text-dark { color: var(--text-primary); }
.xvcyn { color: var(--text-muted); }

.ezics8 { padding: var(--ezics8); position: relative; }
.ezics8-sm { padding: 60px 0; }
.ezics8-lg { padding: 150px 0; }
.ezics8 > .container { position: relative; z-index: 1; }

.fzqo { background-color: var(--bg-primary); }
.uem092 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--n1yp); 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(.vybok0) { color: #fff; }
.bg-gradient-custom .yug7tf { color: #fff; }
.bg-gradient-custom .qot6 { color: rgba(255,255,255,0.7); }

.trtu1 {
    background-color: #2b2922;
    color: rgba(255,255,255,0.7);
}
.trtu1 h1, .trtu1 h2, .trtu1 h3,
.trtu1 h4, .trtu1 h5, .trtu1 h6 { color: #fff; }
.trtu1 p, .trtu1 li, .trtu1 span:not(.badge) { color: rgba(255,255,255,0.7); }
.trtu1 a:not(.vybok0) { color: rgba(255,255,255,0.8); }
.trtu1 a:not(.vybok0):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; }

.cf820 {
    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;
}
.cf820.loaded { opacity: 0; visibility: hidden; }
.bos1r { display: flex; gap: 10px; }
.bj79 {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--n14mn);
    animation: cf820Bounce 1.2s ease-in-out infinite both;
}
.bj79:nth-child(1) { animation-delay: -0.3s; }
.bj79:nth-child(2) { animation-delay: -0.15s; }
.bj79:nth-child(3) { animation-delay: 0; }

@keyframes cf820Bounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.3; }
    40% { transform: scale(1.2); opacity: 1; }
}

.vybok0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 38px;
    font-family: var(--n3if);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--n7sh);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.fw7ys {
    background: var(--n14mn);
    color: #fff;
    box-shadow: 0 4px 16px rgba(58, 125, 68, 0.25);
}
.fw7ys:hover {
    background: #2f6838;
    color: #fff;
    box-shadow: 0 6px 24px rgba(58, 125, 68, 0.35);
    transform: translateY(-2px);
}

.re9cwl {
    background: transparent;
    color: var(--n14mn);
    border: 2px solid var(--n14mn);
}
.re9cwl:hover {
    background: var(--n14mn);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--n14mn);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--n17qj);
    font-family: var(--n5mr);
    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(--n15k3);
    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(--n15k3); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.zgmoy {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
.zgmoy.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);
}
.riy2t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adyb {
    font-family: var(--n3if);
    font-size: 30px;
    font-weight: var(--n18dp);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.adyb:hover { color: var(--text-primary); }

.tylt3 { display: flex; align-items: center; gap: 30px; }

.tylt3 .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;
}
.tylt3 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background: var(--n14mn);
    border-radius: 2px;
    transition: width 0.35s ease;
}
.tylt3 .nav-link:hover,
.tylt3 .nav-link.active { color: var(--n14mn); }
.tylt3 .nav-link:hover::after,
.tylt3 .nav-link.active::after { width: 100%; }

.zzllhi { margin-left: 12px; }

.fnwfxg, .ic95 { display: flex; align-items: center; gap: 26px; }
.fnwfxg .nav-link, .ic95 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 8px 0;
}
.fnwfxg .nav-link:hover, .ic95 .nav-link:hover { color: var(--n14mn); }
.fnwfxg ~ .tylt3 { display: none; }

.elgyg {
    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;
}

.elgyg .xnuord {
    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;
}

.elgyg.active .xnuord:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.elgyg.active .xnuord:nth-child(2) { opacity: 0; }
.elgyg.active .xnuord:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.bopdtr {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
.bopdtr .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);
}
.bopdtr .ng2xpg {
    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%);
}
.mizz2w { position: relative; z-index: 2; }

.qvon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--n18dp);
    color: var(--n14mn);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(58, 125, 68, 0.1);
    border-radius: var(--n7sh);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.qvon i { font-size: 14px; }

.wslb7 {
    font-size: var(--n19gb);
    font-weight: var(--n18dp);
    line-height: 1.08;
    margin-bottom: 24px;
    color: var(--text-primary);
    text-transform: uppercase;
}

.pber {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
    text-transform: none;
}

.tgyu { display: flex; gap: 16px; flex-wrap: wrap; }

.hn81mr { position: relative; z-index: 2; }
.hn81mr img {
    border-radius: var(--n9u4);
    box-shadow: var(--n13b5);
}

.bopdtr .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%; }
}

.vkqqvd { margin-bottom: 60px; }

.chxv3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--n18dp);
    color: var(--n14mn);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.chxv3 i { font-size: 16px; }

.lvm07p {
    font-size: var(--n20af);
    font-weight: var(--n18dp);
    margin-bottom: 18px;
    color: var(--text-primary);
}

.sbdu {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
    text-transform: none;
    font-family: var(--n5mr);
    font-weight: var(--fw-regular);
    letter-spacing: 0;
}
.vkqqvd.text-center .sbdu {
    margin-left: auto;
    margin-right: auto;
}

.th1d {
    background: var(--bg-card);
    border: none;
    border-radius: var(--n8rf);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--n10n6);
    border-bottom: 4px solid transparent;
}
.th1d:hover {
    box-shadow: var(--n12gs);
    transform: translateY(-6px);
    border-bottom-color: var(--n14mn);
}

.th1d .ge5jy {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--n7sh);
    background: rgba(58, 125, 68, 0.1);
    color: var(--n14mn);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.th1d:hover .ge5jy {
    background: var(--n14mn);
    color: #fff;
    transform: scale(1.1);
}

.th1d .tfdrw {
    font-family: var(--n3if);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.th1d .jjma {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
    text-transform: none;
    font-family: var(--n5mr);
    letter-spacing: 0;
}

.th1d-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--n7sh);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--n10n6);
    border-left: 4px solid transparent;
}
.th1d-horizontal:hover { box-shadow: var(--n11q3); transform: translateY(-3px); border-left-color: var(--n14mn); }
.th1d-horizontal .ge5jy {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--n7sh);
    background: rgba(58, 125, 68, 0.1);
    color: var(--n14mn);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--n9u4);
    overflow: hidden;
    box-shadow: var(--n12gs);
}
.about-section .about-image img { width: 100%; border-radius: var(--n9u4); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--n14mn);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--n8rf);
    text-align: center;
    box-shadow: 0 4px 16px rgba(58,125,68,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--n3if);
    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(--n14mn); font-size: 14px; }

.ibhwt {
    background: var(--n14mn);
    color: #fff;
    border-radius: var(--n9u4);
}
.counter-item { text-align: center; padding: 24px; }
.yug7tf {
    font-family: var(--n3if);
    font-size: 54px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.yug7tf .counter-suffix { color: var(--n15k3); }
.qot6 {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--n5mr);
}

.tpwi3 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--n8rf);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--n10n6);
}
.tpwi3:hover {
    transform: translateY(-8px);
    box-shadow: var(--n12gs);
}
.tpwi3 .ix0je {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.tpwi3 .ix0je img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.tpwi3:hover .ix0je img { transform: scale(1.08); }
.tpwi3 .ix0je .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--n14mn);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--n7sh);
    font-size: 12px;
    font-weight: var(--n18dp);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tpwi3 .card-body { padding: 28px; }
.tpwi3 .card-title {
    font-family: var(--n3if);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
.tpwi3 .card-title a { color: var(--text-primary); }
.tpwi3 .card-title a:hover { color: var(--n14mn); }
.tpwi3 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; text-transform: none; letter-spacing: 0; font-family: var(--n5mr); }
.tpwi3 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.tpwi3 .card-price {
    font-family: var(--n3if);
    font-size: var(--fs-h5);
    color: var(--n14mn);
}

.ti9840 { text-align: center; transition: var(--transition); }
.ti9840:hover { transform: translateY(-5px); }
.ti9840 .ofp18g {
    position: relative;
    overflow: hidden;
    border-radius: var(--n9u4);
    margin-bottom: 20px;
}
.ti9840 .ofp18g img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.ti9840:hover .ofp18g img { transform: scale(1.05); }
.ti9840 .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;
}
.ti9840: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(--n6za);
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--n14mn); }
.ti9840 .sl19 {
    font-family: var(--n3if);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
.ti9840 .ztho {
    font-size: var(--fs-small);
    color: var(--n14mn);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--n5mr);
}

.jorte {
    background: var(--bg-card);
    border: none;
    border-radius: var(--n8rf);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--n10n6);
    position: relative;
    border-left: 4px solid var(--n14mn);
}
.jorte:hover { box-shadow: var(--n11q3); transform: translateY(-4px); }
.jorte .quote-icon {
    font-size: 44px;
    color: var(--n14mn);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
.jorte .oeyg {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-family: var(--n5mr);
    font-weight: var(--fw-regular);
    text-transform: none;
    letter-spacing: 0;
}
.jorte .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.jorte .hh5f {
    width: 50px; height: 50px;
    border-radius: var(--n7sh);
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.jorte .wzoir {
    font-size: var(--n17qj);
    font-weight: var(--n18dp);
    color: var(--text-primary);
    margin-bottom: 2px;
    font-family: var(--n3if);
}
.jorte .mlfu {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--n5mr);
}
.jorte .stars { color: var(--n15k3); margin-bottom: 12px; }

.jorte::before {
    content: '🎯';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 991px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

.portfolio-item {
    position: relative;
    border-radius: var(--n8rf);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--n10n6);
}
.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(--n15k3);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--n3if);
    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(--n7sh) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--n10n6);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--n3if);
    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(--n14mn);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
    font-family: var(--n5mr);
    text-transform: none;
    letter-spacing: 0;
}

.kyhzu {
    background: var(--bg-card);
    border: none;
    border-radius: var(--n8rf);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--n10n6);
}
.kyhzu.featured {
    background: var(--n14mn);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.kyhzu.featured .mo8aq7,
.kyhzu.featured .plan-period,
.kyhzu.featured .pbq3b li { color: rgba(255,255,255,0.85); }
.kyhzu.featured .yayww { color: #fff; }
.kyhzu.featured .pbq3b li i { color: var(--n15k3); }
.kyhzu.featured .vybok0 { background: #fff; color: var(--n14mn); }
.kyhzu.featured .vybok0:hover { background: var(--bg-secondary); }

.kyhzu:hover {
    transform: translateY(-6px);
    box-shadow: var(--n12gs);
}
.kyhzu .mo8aq7 {
    font-size: var(--fs-small);
    color: var(--n14mn);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--n18dp);
}
.kyhzu .yayww {
    font-family: var(--n3if);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
.kyhzu .yayww .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--n14mn);
}
.kyhzu .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; text-transform: none; letter-spacing: 0; font-family: var(--n5mr); }
.kyhzu .pbq3b { text-align: left; margin-bottom: 30px; }
.kyhzu .pbq3b 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(--n5mr);
}
.kyhzu .pbq3b li:last-child { border-bottom: none; }
.kyhzu .pbq3b li i { color: var(--n14mn); }
.kyhzu .pbq3b li.disabled { opacity: 0.4; text-decoration: line-through; }

.pvmue {
    background: var(--bg-card);
    border: none;
    border-radius: var(--n8rf);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--n10n6);
}
.pvmue:hover { transform: translateY(-5px); box-shadow: var(--n12gs); }
.pvmue .ix0je { height: 220px; overflow: hidden; }
.pvmue .ix0je img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.pvmue:hover .ix0je img { transform: scale(1.06); }
.pvmue .card-body { padding: 24px; }
.pvmue .kisr {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--n5mr);
}
.pvmue .kisr i { margin-right: 4px; color: var(--n14mn); }
.pvmue .card-title {
    font-family: var(--n3if);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--text-primary);
}
.pvmue .card-title a { color: var(--text-primary); }
.pvmue .card-title a:hover { color: var(--n14mn); }

.efnlw {
    background: linear-gradient(135deg, #2b2922 0%, #2f6838 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--n9u4);
}
.efnlw .cta-content { position: relative; z-index: 2; }
.efnlw .gya80y { font-size: var(--n20af); color: #fff; }
.efnlw .iepjb { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; text-transform: none; letter-spacing: 0; font-family: var(--n5mr); }
.efnlw p, .efnlw li { color: rgba(255,255,255,0.7); }
.efnlw .vybok0 { background: #fff; color: var(--n14mn); border: none; }
.efnlw .vybok0:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.efnlw .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(--n7sh);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--n5mr);
    font-size: var(--n17qj);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--n14mn); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .ku9u {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--n7sh);
    background: rgba(58, 125, 68, 0.1);
    color: var(--n14mn);
    font-family: var(--n3if);
    font-size: 26px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .ku9u {
    background: var(--n14mn);
    color: #fff;
}
.process-item .ra9gs5 {
    font-family: var(--n3if);
    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(--n5mr); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--n14mn);
    font-size: 24px;
    font-weight: var(--n18dp);
}

.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(--n18dp);
    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%); }
}

.qvhc29 {
    background: #2b2922;
    color: rgba(255,255,255,0.6);
}
.qvhc29 h1, .qvhc29 h2, .qvhc29 h3,
.qvhc29 h4, .qvhc29 h5 { color: #fff; }

.hp6djg .sp6q {
    font-family: var(--n3if);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
.hp6djg .sp6q::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 3px;
    background: var(--n14mn);
    border-radius: 2px;
}
.hp6djg p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); text-transform: none; letter-spacing: 0; font-family: var(--n5mr); }
.ce98 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(--n5mr); }
.ce98 a:hover { color: var(--n14mn); padding-left: 5px; }
.ce98 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(--n5mr);
}
.footer-contact li i { color: var(--n14mn); margin-top: 4px; }
.pyt2 { display: flex; gap: 10px; margin-top: 20px; }
.pyt2 a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--n6za);
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
.pyt2 a:hover { background: var(--n14mn); color: #fff; }
.yuqp0q { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.yuqp0q p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); text-transform: none; letter-spacing: 0; font-family: var(--n5mr); }

.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(--n14mn); }

.policy-content h1 { font-size: var(--n20af); 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(--n5mr); }
.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(--n5mr); }
.policy-content a { color: var(--n14mn); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.zcaph {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--n14mn);
    color: #fff;
    border: none;
    border-radius: var(--n7sh);
    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);
}
.zcaph.visible { opacity: 1; visibility: visible; }
.zcaph:hover { background: #2f6838; transform: translateY(-3px); }

.bkdr .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--n7sh);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--n5mr);
    font-size: var(--n17qj);
}
.bkdr .form-control:focus {
    border-color: var(--n14mn);
    box-shadow: 0 0 0 3px rgba(58, 125, 68, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
.bkdr .form-control::placeholder { color: var(--text-muted); }
.bkdr 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(--n14mn); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: var(--n7sh);
    color: var(--text-primary);
    box-shadow: var(--n10n6);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--n14mn); 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 { --n19gb: 48px; --n20af: 38px; } }

@media (max-width: 992px) {
    :root { --n19gb: 40px; --n20af: 34px; --n21c4: 26px; --ezics8: 80px 0; }
    .tylt3 {
        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);
    }
    .tylt3.active { right: 0; }
    .tylt3 .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;
    }
    .tylt3 .nav-link:hover, .tylt3 .nav-link.active { color: var(--n14mn) !important; }
    .tylt3 .nav-link::after { display: none; }
    .zzllhi { display: none !important; }
    .elgyg {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .rkfkl {
        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;
    }
    .rkfkl.active { opacity: 1; visibility: visible; }
    .wslb7 { font-size: var(--n19gb); }
    .process-item:not(:last-child)::after { display: none; }
    .yug7tf { font-size: 38px; }
    .efnlw { border-radius: var(--n8rf); }
}

@media (max-width: 768px) {
    :root { --n19gb: 34px; --n20af: 28px; --n21c4: 22px; --fs-h4: 20px; --ezics8: 60px 0; }
    .vkqqvd { margin-bottom: 36px; }
    .bopdtr { min-height: auto; padding: 130px 0 70px; }
    .tgyu { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .kyhzu .yayww { font-size: 38px; }
    .yuqp0q { text-align: center; }
}

@media (max-width: 576px) {
    :root { --n19gb: 28px; --n20af: 24px; --n21c4: 19px; --ezics8: 44px 0; }
    .jorte { padding: 24px; }
    .kyhzu { padding: 24px; }
    .th1d { padding: 24px 18px; }
    .ibhwt { border-radius: var(--n7sh); }
}

.trtu1 .qvon { color: #fff; }
.trtu1 .chxv3 { color: var(--n14mn); }
.trtu1 .xvcyn { color: rgba(255,255,255,0.55); }
.trtu1 .ce98 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.trtu1 .ce98 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(--n14mn) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
