

: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;

    --a14pm: #3a7d44;
    --a15jj: #b8860b;
    --a1au: linear-gradient(135deg, var(--a14pm), #5a9e62);
    --accent-glow: 0 6px 24px rgba(58, 125, 68, 0.20);

    --a3it: 'Oswald', 'Impact', sans-serif;
    --a5hl: 'Source Sans 3', 'Segoe UI', sans-serif;

    --a19x9: 60px;
    --a20br: 46px;
    --a21g4: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --a17sl: 17px;
    --fs-small: 14px;

    --a18gz: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --a6wn: 8px;
    --a7yp: 12px;
    --a8mq: 18px;
    --a9gj: 24px;
    --a4b7: 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);

    --a10st: 0 2px 8px rgba(43, 41, 34, 0.06);
    --a11tu: 0 6px 20px rgba(43, 41, 34, 0.08);
    --a12eb: 0 12px 36px rgba(43, 41, 34, 0.11);
    --a13w0: 0 20px 56px rgba(43, 41, 34, 0.14);

    --_h2ms5kz: 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(--a5hl);
    font-size: var(--a17sl);
    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(--a14pm);
    transition: var(--transition);
}
a:hover { color: var(--a15jj); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--a14pm); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--a3it);
    font-weight: var(--a18gz);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 { font-size: var(--a19x9); }
h2 { font-size: var(--a20br); }
h3 { font-size: var(--a21g4); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--a1au);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--a14pm); }
.text-accent-2 { color: var(--a15jj); }
.text-dark { color: var(--text-primary); }
._irw7tp9 { color: var(--text-muted); }

._h2ms5kz { padding: var(--_h2ms5kz); position: relative; }
._h2ms5kz-sm { padding: 60px 0; }
._h2ms5kz-lg { padding: 150px 0; }
._h2ms5kz > .container { position: relative; z-index: 1; }

._eoqqz4 { background-color: var(--bg-primary); }
._a3qtv { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--a1au); 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(._ika33c) { color: #fff; }
.bg-gradient-custom ._vvwd21n { color: #fff; }
.bg-gradient-custom ._qu0gsf { color: rgba(255,255,255,0.7); }

._q99rf {
    background-color: #2b2922;
    color: rgba(255,255,255,0.7);
}
._q99rf h1, ._q99rf h2, ._q99rf h3,
._q99rf h4, ._q99rf h5, ._q99rf h6 { color: #fff; }
._q99rf p, ._q99rf li, ._q99rf span:not(.badge) { color: rgba(255,255,255,0.7); }
._q99rf a:not(._ika33c) { color: rgba(255,255,255,0.8); }
._q99rf a:not(._ika33c):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; }

._xswn0 {
    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;
}
._xswn0.loaded { opacity: 0; visibility: hidden; }
._s2lg5lc { display: flex; gap: 10px; }
._tf52p5 {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--a14pm);
    animation: _xswn0Bounce 1.2s ease-in-out infinite both;
}
._tf52p5:nth-child(1) { animation-delay: -0.3s; }
._tf52p5:nth-child(2) { animation-delay: -0.15s; }
._tf52p5:nth-child(3) { animation-delay: 0; }

@keyframes _xswn0Bounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.3; }
    40% { transform: scale(1.2); opacity: 1; }
}

._ika33c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 38px;
    font-family: var(--a3it);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--a7yp);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

._t5q7m8s {
    background: var(--a14pm);
    color: #fff;
    box-shadow: 0 4px 16px rgba(58, 125, 68, 0.25);
}
._t5q7m8s:hover {
    background: #2f6838;
    color: #fff;
    box-shadow: 0 6px 24px rgba(58, 125, 68, 0.35);
    transform: translateY(-2px);
}

._y454ggh {
    background: transparent;
    color: var(--a14pm);
    border: 2px solid var(--a14pm);
}
._y454ggh:hover {
    background: var(--a14pm);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--a14pm);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--a17sl);
    font-family: var(--a5hl);
    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(--a15jj);
    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(--a15jj); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._okzls {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._okzls.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);
}
._mnxc4iu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._wgi19ej {
    font-family: var(--a3it);
    font-size: 30px;
    font-weight: var(--a18gz);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
}
._wgi19ej:hover { color: var(--text-primary); }

._enyer7 { display: flex; align-items: center; gap: 30px; }

._enyer7 .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;
}
._enyer7 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 3px;
    background: var(--a14pm);
    border-radius: 2px;
    transition: width 0.35s ease;
}
._enyer7 .nav-link:hover,
._enyer7 .nav-link.active { color: var(--a14pm); }
._enyer7 .nav-link:hover::after,
._enyer7 .nav-link.active::after { width: 100%; }

._rme6x7 { margin-left: 12px; }

._rlnrxz, ._w48s4 { display: flex; align-items: center; gap: 26px; }
._rlnrxz .nav-link, ._w48s4 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 8px 0;
}
._rlnrxz .nav-link:hover, ._w48s4 .nav-link:hover { color: var(--a14pm); }
._rlnrxz ~ ._enyer7 { display: none; }

._vq1xg8k {
    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;
}

._vq1xg8k ._fsyqn {
    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;
}

._vq1xg8k.active ._fsyqn:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._vq1xg8k.active ._fsyqn:nth-child(2) { opacity: 0; }
._vq1xg8k.active ._fsyqn:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

._me0mt {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}
._me0mt .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);
}
._me0mt ._bpt5hrk {
    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%);
}
._blxgco { position: relative; z-index: 2; }

._ymzv11 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-small);
    font-weight: var(--a18gz);
    color: var(--a14pm);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(58, 125, 68, 0.1);
    border-radius: var(--a7yp);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
._ymzv11 i { font-size: 14px; }

._nptqze2 {
    font-size: var(--a19x9);
    font-weight: var(--a18gz);
    line-height: 1.08;
    margin-bottom: 24px;
    color: var(--text-primary);
    text-transform: uppercase;
}

._tacp2 {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
    text-transform: none;
}

._fw6fu5 { display: flex; gap: 16px; flex-wrap: wrap; }

._suowk3t { position: relative; z-index: 2; }
._suowk3t img {
    border-radius: var(--a9gj);
    box-shadow: var(--a13w0);
}

._me0mt .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%; }
}

._b7fi5 { margin-bottom: 60px; }

._ivwccc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--a18gz);
    color: var(--a14pm);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
._ivwccc i { font-size: 16px; }

._xj73srw {
    font-size: var(--a20br);
    font-weight: var(--a18gz);
    margin-bottom: 18px;
    color: var(--text-primary);
}

._j5loc {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.7;
    text-transform: none;
    font-family: var(--a5hl);
    font-weight: var(--fw-regular);
    letter-spacing: 0;
}
._b7fi5.text-center ._j5loc {
    margin-left: auto;
    margin-right: auto;
}

._wuzj2hx {
    background: var(--bg-card);
    border: none;
    border-radius: var(--a8mq);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--a10st);
    border-bottom: 4px solid transparent;
}
._wuzj2hx:hover {
    box-shadow: var(--a12eb);
    transform: translateY(-6px);
    border-bottom-color: var(--a14pm);
}

._wuzj2hx ._wktgvs {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7yp);
    background: rgba(58, 125, 68, 0.1);
    color: var(--a14pm);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._wuzj2hx:hover ._wktgvs {
    background: var(--a14pm);
    color: #fff;
    transform: scale(1.1);
}

._wuzj2hx ._w7frl {
    font-family: var(--a3it);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._wuzj2hx ._n7vzxfl {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
    text-transform: none;
    font-family: var(--a5hl);
    letter-spacing: 0;
}

._wuzj2hx-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--a7yp);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--a10st);
    border-left: 4px solid transparent;
}
._wuzj2hx-horizontal:hover { box-shadow: var(--a11tu); transform: translateY(-3px); border-left-color: var(--a14pm); }
._wuzj2hx-horizontal ._wktgvs {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7yp);
    background: rgba(58, 125, 68, 0.1);
    color: var(--a14pm);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--a9gj);
    overflow: hidden;
    box-shadow: var(--a12eb);
}
.about-section .about-image img { width: 100%; border-radius: var(--a9gj); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--a14pm);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--a8mq);
    text-align: center;
    box-shadow: 0 4px 16px rgba(58,125,68,0.3);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--a3it);
    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(--a14pm); font-size: 14px; }

._czm9u {
    background: var(--a14pm);
    color: #fff;
    border-radius: var(--a9gj);
}
.counter-item { text-align: center; padding: 24px; }
._vvwd21n {
    font-family: var(--a3it);
    font-size: 54px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
._vvwd21n .counter-suffix { color: var(--a15jj); }
._qu0gsf {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.75);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--a5hl);
}

._sjak7 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--a8mq);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10st);
}
._sjak7:hover {
    transform: translateY(-8px);
    box-shadow: var(--a12eb);
}
._sjak7 ._kuckl {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._sjak7 ._kuckl img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._sjak7:hover ._kuckl img { transform: scale(1.08); }
._sjak7 ._kuckl .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--a14pm);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--a7yp);
    font-size: 12px;
    font-weight: var(--a18gz);
    text-transform: uppercase;
    letter-spacing: 1px;
}
._sjak7 .card-body { padding: 28px; }
._sjak7 .card-title {
    font-family: var(--a3it);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
}
._sjak7 .card-title a { color: var(--text-primary); }
._sjak7 .card-title a:hover { color: var(--a14pm); }
._sjak7 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; text-transform: none; letter-spacing: 0; font-family: var(--a5hl); }
._sjak7 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
._sjak7 .card-price {
    font-family: var(--a3it);
    font-size: var(--fs-h5);
    color: var(--a14pm);
}

._jnvv0 { text-align: center; transition: var(--transition); }
._jnvv0:hover { transform: translateY(-5px); }
._jnvv0 ._krqmk {
    position: relative;
    overflow: hidden;
    border-radius: var(--a9gj);
    margin-bottom: 20px;
}
._jnvv0 ._krqmk img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._jnvv0:hover ._krqmk img { transform: scale(1.05); }
._jnvv0 .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;
}
._jnvv0: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(--a6wn);
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--a14pm); }
._jnvv0 ._dhmd9b {
    font-family: var(--a3it);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._jnvv0 ._zhrwprj {
    font-size: var(--fs-small);
    color: var(--a14pm);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--a5hl);
}

._kw9g8 {
    background: var(--bg-card);
    border: none;
    border-radius: var(--a8mq);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--a10st);
    position: relative;
    border-left: 4px solid var(--a14pm);
}
._kw9g8:hover { box-shadow: var(--a11tu); transform: translateY(-4px); }
._kw9g8 .quote-icon {
    font-size: 44px;
    color: var(--a14pm);
    margin-bottom: 12px;
    opacity: 0.20;
    line-height: 1;
}
._kw9g8 ._vonau {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-family: var(--a5hl);
    font-weight: var(--fw-regular);
    text-transform: none;
    letter-spacing: 0;
}
._kw9g8 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._kw9g8 ._fcw91t {
    width: 50px; height: 50px;
    border-radius: var(--a7yp);
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
._kw9g8 ._ent6z {
    font-size: var(--a17sl);
    font-weight: var(--a18gz);
    color: var(--text-primary);
    margin-bottom: 2px;
    font-family: var(--a3it);
}
._kw9g8 ._spq5r {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--a5hl);
}
._kw9g8 .stars { color: var(--a15jj); margin-bottom: 12px; }

._kw9g8::before {
    content: '🎯';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--a8mq);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--a10st);
}
.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(--a15jj);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--a3it);
    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(--a7yp) !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: var(--a10st);
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--a3it);
    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(--a14pm);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
    font-family: var(--a5hl);
    text-transform: none;
    letter-spacing: 0;
}

._kl7ek {
    background: var(--bg-card);
    border: none;
    border-radius: var(--a8mq);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--a10st);
}
._kl7ek.featured {
    background: var(--a14pm);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._kl7ek.featured ._hva3c,
._kl7ek.featured .plan-period,
._kl7ek.featured ._rbez46 li { color: rgba(255,255,255,0.85); }
._kl7ek.featured ._gsizt { color: #fff; }
._kl7ek.featured ._rbez46 li i { color: var(--a15jj); }
._kl7ek.featured ._ika33c { background: #fff; color: var(--a14pm); }
._kl7ek.featured ._ika33c:hover { background: var(--bg-secondary); }
._kl7ek.featured h1, ._kl7ek.featured h2, ._kl7ek.featured h3, ._kl7ek.featured h4, ._kl7ek.featured h5, ._kl7ek.featured h6, ._kl7ek.featured p, ._kl7ek.featured .currency, ._kl7ek.featured a:not(._ika33c) { color: #fff; }
._kl7ek.featured ._irw7tp9, ._kl7ek.featured .text-muted, ._kl7ek.featured small { color: rgba(255,255,255,0.78); }
._kl7ek.featured ._ika33c._y454ggh { background: transparent; color: #fff; border-color: #fff; }

._kl7ek:hover {
    transform: translateY(-6px);
    box-shadow: var(--a12eb);
}
._kl7ek ._hva3c {
    font-size: var(--fs-small);
    color: var(--a14pm);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--a18gz);
}
._kl7ek ._gsizt {
    font-family: var(--a3it);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}
._kl7ek ._gsizt .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--a14pm);
}
._kl7ek .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; text-transform: none; letter-spacing: 0; font-family: var(--a5hl); }
._kl7ek ._rbez46 { text-align: left; margin-bottom: 30px; }
._kl7ek ._rbez46 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(--a5hl);
}
._kl7ek ._rbez46 li:last-child { border-bottom: none; }
._kl7ek ._rbez46 li i { color: var(--a14pm); }
._kl7ek ._rbez46 li.disabled { opacity: 0.4; text-decoration: line-through; }

._f72ecqw {
    background: var(--bg-card);
    border: none;
    border-radius: var(--a8mq);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10st);
}
._f72ecqw:hover { transform: translateY(-5px); box-shadow: var(--a12eb); }
._f72ecqw ._kuckl { height: 220px; overflow: hidden; }
._f72ecqw ._kuckl img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._f72ecqw:hover ._kuckl img { transform: scale(1.06); }
._f72ecqw .card-body { padding: 24px; }
._f72ecqw ._jl6ptu4 {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--a5hl);
}
._f72ecqw ._jl6ptu4 i { margin-right: 4px; color: var(--a14pm); }
._f72ecqw .card-title {
    font-family: var(--a3it);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--text-primary);
}
._f72ecqw .card-title a { color: var(--text-primary); }
._f72ecqw .card-title a:hover { color: var(--a14pm); }

._sgdtgc5 {
    background: linear-gradient(135deg, #2b2922 0%, #2f6838 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--a9gj);
}
._sgdtgc5 .cta-content { position: relative; z-index: 2; }
._sgdtgc5 ._xg53p { font-size: var(--a20br); color: #fff; }
._sgdtgc5 ._pxd2ilx { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 520px; text-transform: none; letter-spacing: 0; font-family: var(--a5hl); }
._sgdtgc5 p, ._sgdtgc5 li { color: rgba(255,255,255,0.7); }
._sgdtgc5 ._ika33c { background: #fff; color: var(--a14pm); border: none; }
._sgdtgc5 ._ika33c:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._sgdtgc5 .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(--a7yp);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--a5hl);
    font-size: var(--a17sl);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--a14pm); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._hu1h72 {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7yp);
    background: rgba(58, 125, 68, 0.1);
    color: var(--a14pm);
    font-family: var(--a3it);
    font-size: 26px;
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._hu1h72 {
    background: var(--a14pm);
    color: #fff;
}
.process-item ._sqdlvy {
    font-family: var(--a3it);
    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(--a5hl); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--a14pm);
    font-size: 24px;
    font-weight: var(--a18gz);
}

.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(--a18gz);
    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%); }
}

._rf20x {
    background: #2b2922;
    color: rgba(255,255,255,0.6);
}
._rf20x h1, ._rf20x h2, ._rf20x h3,
._rf20x h4, ._rf20x h5 { color: #fff; }

._y2jl28 ._d484h {
    font-family: var(--a3it);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}
._y2jl28 ._d484h::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 3px;
    background: var(--a14pm);
    border-radius: 2px;
}
._y2jl28 p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); text-transform: none; letter-spacing: 0; font-family: var(--a5hl); }
._pxz5g 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(--a5hl); }
._pxz5g a:hover { color: var(--a14pm); padding-left: 5px; }
._pxz5g 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(--a5hl);
}
.footer-contact li i { color: var(--a14pm); margin-top: 4px; }
._aw90r6 { display: flex; gap: 10px; margin-top: 20px; }
._aw90r6 a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--a6wn);
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
._aw90r6 a:hover { background: var(--a14pm); color: #fff; }
._ctca8 { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._ctca8 p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); text-transform: none; letter-spacing: 0; font-family: var(--a5hl); }

.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(--a14pm); }

.policy-content h1 { font-size: var(--a20br); 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(--a5hl); }
.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(--a5hl); }
.policy-content a { color: var(--a14pm); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._m0l3x {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--a14pm);
    color: #fff;
    border: none;
    border-radius: var(--a7yp);
    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);
}
._m0l3x.visible { opacity: 1; visibility: visible; }
._m0l3x:hover { background: #2f6838; transform: translateY(-3px); }

._gqrqc .form-control {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--a7yp);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--a5hl);
    font-size: var(--a17sl);
}
._gqrqc .form-control:focus {
    border-color: var(--a14pm);
    box-shadow: 0 0 0 3px rgba(58, 125, 68, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}
._gqrqc .form-control::placeholder { color: var(--text-muted); }
._gqrqc 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(--a14pm); width: 24px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: var(--a7yp);
    color: var(--text-primary);
    box-shadow: var(--a10st);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--a14pm); 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 { --a19x9: 48px; --a20br: 38px; } }

@media (max-width: 992px) {
    :root { --a19x9: 40px; --a20br: 34px; --a21g4: 26px; --_h2ms5kz: 80px 0; }
    ._enyer7 {
        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);
    }
    ._enyer7.active { right: 0; }
    ._enyer7 .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;
    }
    ._enyer7 .nav-link:hover, ._enyer7 .nav-link.active { color: var(--a14pm) !important; }
    ._enyer7 .nav-link::after { display: none; }
    ._rme6x7 { display: none !important; }
    ._vq1xg8k {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._rcrhlt1 {
        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;
    }
    ._rcrhlt1.active { opacity: 1; visibility: visible; }
    ._nptqze2 { font-size: var(--a19x9); }
    .process-item:not(:last-child)::after { display: none; }
    ._vvwd21n { font-size: 38px; }
    ._sgdtgc5 { border-radius: var(--a8mq); }
}

@media (max-width: 768px) {
    :root { --a19x9: 34px; --a20br: 28px; --a21g4: 22px; --fs-h4: 20px; --_h2ms5kz: 60px 0; }
    ._b7fi5 { margin-bottom: 36px; }
    ._me0mt { min-height: auto; padding: 130px 0 70px; }
    ._fw6fu5 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._kl7ek ._gsizt { font-size: 38px; }
    ._ctca8 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --a19x9: 28px; --a20br: 24px; --a21g4: 19px; --_h2ms5kz: 44px 0; }
    ._kw9g8 { padding: 24px; }
    ._kl7ek { padding: 24px; }
    ._wuzj2hx { padding: 24px 18px; }
    ._czm9u { border-radius: var(--a7yp); }
}

._q99rf ._ymzv11 { color: #fff; }
._q99rf ._ivwccc { color: var(--a14pm); }
._q99rf ._irw7tp9 { color: rgba(255,255,255,0.55); }
._q99rf ._pxz5g a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._q99rf ._pxz5g 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(--a14pm) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

._okzls:not(.scrolled) ._wgi19ej,
._okzls:not(.scrolled) .nav-link {
    color: #fff !important;
}
._okzls:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
._okzls:not(.scrolled) ._y454ggh {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
._okzls:not(.scrolled) ._y454ggh:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

._okzls.scrolled ._wgi19ej,
._okzls.scrolled .nav-link {
    color: var(--text-primary) !important;
}
._okzls.scrolled .nav-link:hover {
    color: var(--a14pm) !important;
    opacity: 1;
}
._okzls.scrolled ._y454ggh {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
._okzls.scrolled ._y454ggh:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

