

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f6fafa;
    --bg-card:       #ffffff;
    --bg-card-hover: #f0faf5;
    --bg-dark:       #0d0c17;
    --bg-gradient-dark: linear-gradient(150deg, #0f1a2e 0%, #0d1f14 100%);
    --text-primary:  #0d0c17;
    --text-secondary: #6b6b6b;
    --text-muted:    #a0a0a0;
    --footer-dark-bg: #0d0c17;
    --border-color:  #e8e8e8;
    --border-light:  rgba(13, 12, 23, 0.07);

    --a14oe: #06b453;
    --a15hh: #00d06b;
    --a1re: linear-gradient(135deg, var(--a14oe), var(--a15hh));
    --accent-glow: 0 8px 28px rgba(6, 180, 83, 0.25);

    --a3qu: 'Inter', system-ui, sans-serif;
    --a5wy:    'Inter', system-ui, sans-serif;

    --a19iy: 64px;
    --a20ye: 44px;
    --a21du: 30px;
    --fs-h4: 24px;
    --fs-h5: 18px;
    --a17cr: 16px;
    --fs-small: 14px;

    --a18gx:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --a6x6:   6px;
    --a7aa:   10px;
    --a8oy:   16px;
    --a9yi:   22px;
    --a4yy: 100px;

    --transition:      all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --a10bp: 0 2px 10px rgba(0, 0, 0, 0.06);
    --a11kd: 0 6px 24px rgba(0, 0, 0, 0.10);
    --a12ji: 0 14px 48px rgba(0, 0, 0, 0.14);
    --a13tl: 0 24px 72px rgba(0, 0, 0, 0.18);

    --_paoc9j: 100px 0;
    --container-width: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--a5wy);
    font-size: var(--a17cr);
    font-weight: var(--fw-regular);
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: var(--a14oe); transition: var(--transition); }
a:hover { color: var(--a15hh); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; border: 0; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--a14oe); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--a3qu);
    font-weight: var(--a18gx);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 20px;
}
h1 { font-size: var(--a19iy); }
h2 { font-size: var(--a20ye); }
h3 { font-size: var(--a21du); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 15px; }

.text-gradient {
    background: var(--a1re);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--a14oe); }
.text-accent-2 { color: var(--a15hh); }
.text-dark     { color: var(--text-primary); }
._avcwou { color: var(--text-muted); }

._paoc9j    { padding: var(--_paoc9j); position: relative; }
._paoc9j-sm { padding: 60px 0; }
._paoc9j-lg { padding: 130px 0; }
._paoc9j > .container { position: relative; z-index: 1; }
._urgdj  { background-color: var(--bg-primary); }
._s6ednkk { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
._p103ax    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--a1re); color: #fff; }
.bg-gradient-section { background: var(--bg-gradient-dark); }

._p103ax h1, ._p103ax h2, ._p103ax h3,
._p103ax h4, ._p103ax h5, ._p103ax h6,
.bg-gradient-section h1, .bg-gradient-section h2,
.bg-gradient-section h3, .bg-gradient-section h4 { color: #fff; }
._p103ax p, ._p103ax li, ._p103ax span:not(.badge),
.bg-gradient-section p, .bg-gradient-section li { color: rgba(255,255,255,0.75); }
._p103ax a:not(._dc6pw30),
.bg-gradient-section a:not(._dc6pw30) { color: rgba(255,255,255,0.85); }
._p103ax ._o0xaw1g,
.bg-gradient-section ._o0xaw1g { color: #fff; }
._p103ax ._mc6m4z,
.bg-gradient-section ._mc6m4z { color: rgba(255,255,255,0.55); }

.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 { color: rgba(255,255,255,0.85); }
.bg-gradient-custom ._o0xaw1g { color: #fff; }
.bg-gradient-custom ._mc6m4z  { color: rgba(255,255,255,0.7); }

.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}
.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}

._jwzfrno {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-dark);
    display: flex; align-items: center; justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
._jwzfrno.loaded { opacity: 0; visibility: hidden; }
._n65oy24  { display: flex; gap: 8px; flex-direction: column; align-items: center; }
._fmc89s   { display: flex; gap: 8px; }
._fmc89 {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--a14oe);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
._fmc89:nth-child(1) { animation-delay: -0.32s; }
._fmc89:nth-child(2) { animation-delay: -0.16s; }
._fmc89:nth-child(3) { animation-delay: 0; }
._fmc89:nth-child(4) { animation-delay: 0.16s; }
._jwzfrno-text { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 2px; margin-top: 14px; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0); }
    40%           { transform: scale(1); }
}

._dc6pw30 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 30px;
    font-family: var(--a5wy);
    font-size: var(--a17cr);
    font-weight: var(--fw-semibold);
    border-radius: var(--a4yy);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

._fcpzbz {
    background: var(--a14oe);
    color: #fff; border-color: var(--a14oe);
    box-shadow: var(--accent-glow);
}
._fcpzbz:hover {
    background: #049944; border-color: #049944; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(6,180,83,0.35);
}

._dtu4fu {
    background: transparent;
    color: var(--text-primary); border-color: var(--border-color);
}
._dtu4fu:hover {
    background: var(--a14oe); color: #fff; border-color: var(--a14oe);
    transform: translateY(-2px);
}

.btn-white-custom {
    background: #fff; color: var(--text-primary); border-color: #fff;
}
.btn-white-custom:hover {
    background: transparent; color: #fff; border-color: rgba(255,255,255,0.6);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--a14oe); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-link-custom:hover { color: var(--a15hh); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._bjkfn {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}
._bjkfn.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

._dzcu4c {
    display: flex; align-items: center; justify-content: space-between;
}

._ogryw {
    font-family: var(--a3qu);
    font-size: 22px; font-weight: var(--a18gx); color: var(--text-primary);
}
._ogryw:hover { color: var(--text-primary); }
._ogryw img { height: 40px; width: auto; }

._bjkfn.hero-mode ._ogryw { color: #fff; }
._bjkfn.hero-mode ._bqth8 .nav-link { color: rgba(255,255,255,0.85); }
._bjkfn.hero-mode ._bqth8 .nav-link:hover { color: var(--a14oe); }
._bjkfn.hero-mode ._p77hr7 ._z6p84tn { background: #fff; }

._bqth8 { display: flex; align-items: center; gap: 32px; }
._bqth8 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 6px 0; position: relative;
}
._bqth8 .nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px; background: var(--a14oe);
    transition: width 0.3s ease;
}
._bqth8 .nav-link:hover, ._bqth8 .nav-link.active { color: var(--a14oe); }
._bqth8 .nav-link:hover::after, ._bqth8 .nav-link.active::after { width: 100%; }
._k4681b6 { display: flex; align-items: center; gap: 10px; }

._remx2, ._rdvldgw { display: flex; align-items: center; gap: 28px; }
._remx2 .nav-link, ._rdvldgw .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
._remx2 .nav-link:hover, ._rdvldgw .nav-link:hover { color: var(--a14oe); }

._p77hr7 {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 40px; height: 40px;
    background: none; border: 1.5px solid var(--border-color);
    border-radius: var(--a7aa); cursor: pointer; padding: 0; gap: 5px;
}
._p77hr7 ._z6p84tn {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
._p77hr7.active ._z6p84tn:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._p77hr7.active ._z6p84tn:nth-child(2) { opacity: 0; }
._p77hr7.active ._z6p84tn:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._pkc9ruk {
    min-height: 100vh; min-height: 100svh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px; padding-bottom: 80px;
    background: var(--bg-dark);
    text-align: center;
}

._pkc9ruk .hero-shape1 {
    position: absolute; top: -100px; left: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(6,180,83,0.15), transparent 70%);
    border-radius: 50%; z-index: 0;
}
._pkc9ruk .hero-shape2 {
    position: absolute; bottom: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(6,180,83,0.08), transparent 70%);
    border-radius: 50%; z-index: 0;
}

._dsgtb { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
._o7sl7c   { position: relative; z-index: 2; margin-top: 60px; }
._o7sl7c img {
    border-radius: var(--a8oy); box-shadow: var(--a13tl);
    max-width: 100%; margin: 0 auto;
}

._lvh0b {
    display: inline-block;
    background: rgba(6,180,83,0.12);
    color: var(--a15hh);
    font-size: 13px; font-weight: var(--fw-semibold);
    padding: 7px 18px;
    border-radius: var(--a4yy);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
    border: 1px solid rgba(6,180,83,0.2);
}

._yssatt1 {
    font-size: var(--a19iy); font-weight: var(--a18gx);
    color: #fff; line-height: 1.15; margin-bottom: 20px;
}

._jjiwg {
    font-size: 18px; color: rgba(255,255,255,0.65);
    margin-bottom: 38px; line-height: 1.7;
    max-width: 600px; margin-left: auto; margin-right: auto;
}

._ozp8a { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

._yn4mu { margin-bottom: 56px; }
._yn4mu.text-center { text-align: center; }
._yn4mu.text-center ._z3oop { max-width: 580px; margin: 0 auto; }

._b8xipop {
    display: inline-block; font-size: 13px;
    font-weight: var(--fw-semibold); color: var(--a14oe);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;
}
._wvl3gbv {
    font-size: var(--a20ye); font-weight: var(--a18gx);
    color: var(--text-primary); line-height: 1.2; margin-bottom: 14px;
}
._z3oop { font-size: var(--a17cr); color: var(--text-secondary); line-height: 1.7; }

._xzno9n {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8oy);
    padding: 30px 26px;
    box-shadow: var(--a10bp);
    transition: var(--transition);
    height: 100%;
}
._xzno9n:hover {
    box-shadow: var(--a11kd);
    transform: translateY(-6px);
    border-color: rgba(6,180,83,0.3);
}

._js8z0wh {
    width: 60px; height: 60px;
    background: rgba(6,180,83,0.08);
    border-radius: var(--a7aa);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px; transition: var(--transition);
}
._js8z0wh i, ._js8z0wh svg { color: var(--a14oe); font-size: 26px; }
._xzno9n:hover ._js8z0wh { background: var(--a14oe); }
._xzno9n:hover ._js8z0wh i, ._xzno9n:hover ._js8z0wh svg { color: #fff; }

.icon-number-box {
    background: var(--a14oe); color: #fff;
    font-size: 14px; font-weight: var(--a18gx);
    width: 36px; height: 36px;
    border-radius: var(--a6x6);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}

._jpd9n { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
._xt6myyp  { font-size: 14px; color: var(--text-secondary); }

._xzno9n-horizontal {
    display: flex; align-items: flex-start; gap: 18px;
    padding: 22px; background: var(--bg-card);
    border-radius: var(--a7aa); border-left: 3px solid var(--a14oe);
    box-shadow: var(--a10bp); transition: var(--transition);
}
._xzno9n-horizontal:hover { box-shadow: var(--a11kd); transform: translateX(4px); }
._xzno9n-horizontal ._js8z0wh { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--a8oy); box-shadow: var(--a12ji); }
.about-image .img-small {
    position: absolute; bottom: 24px; left: -24px;
    width: 44%; border-radius: var(--a7aa);
    box-shadow: var(--a11kd); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -16px;
    background: var(--a14oe); color: #fff;
    padding: 20px 24px; border-radius: var(--a7aa);
    text-align: center; box-shadow: var(--a11kd); z-index: 2;
}
.experience-badge .badge-number {
    font-size: 40px; font-weight: var(--a18gx); line-height: 1; display: block;
}
.experience-badge .badge-text { font-size: 13px; opacity: 0.9; }

.about-list { list-style: none; padding: 0; }
.about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid var(--border-light);
    font-size: var(--a17cr); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--a14oe); margin-top: 2px; flex-shrink: 0; }

._qp0j654 {
    background: var(--bg-card); border-radius: var(--a8oy);
    overflow: hidden; box-shadow: var(--a10bp);
    transition: var(--transition); height: 100%;
    border: 1px solid var(--border-light);
}
._qp0j654:hover { box-shadow: var(--a11kd); transform: translateY(-6px); border-color: rgba(6,180,83,0.25); }
._qp0j654 ._t1zsu2 { height: 220px; overflow: hidden; position: relative; }
._qp0j654 ._t1zsu2 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
._qp0j654:hover ._t1zsu2 img { transform: scale(1.06); }
._qp0j654 .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--a14oe); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 4px 12px; border-radius: var(--a4yy);
    text-transform: uppercase; letter-spacing: 0.5px;
}
._qp0j654 .card-body  { padding: 24px; }
._qp0j654 .card-title { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
._qp0j654 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
._qp0j654 .card-footer-custom { padding: 0 24px 24px; }

._ggh84ab { background: var(--bg-dark); padding: var(--_paoc9j); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; color: var(--a14oe); margin-bottom: 12px; display: block; }
._o0xaw1g {
    font-size: 52px; font-weight: var(--a18gx); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
._mc6m4z { font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); }

.pricing-section { position: relative; overflow: hidden; }
.pricing-section-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-gradient-dark);
    z-index: 0;
}
.pricing-section-bg + .container { position: relative; z-index: 1; }

._eii0h2 {
    background: #16213a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--a8oy);
    padding: 36px 30px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
    color: rgba(255,255,255,0.8);
}
._eii0h2 ._d4svat    { color: rgba(255,255,255,0.5); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
._eii0h2 ._c1nzup   { font-size: 48px; font-weight: var(--a18gx); color: #fff; line-height: 1; }
._eii0h2 .plan-period  { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 26px; }
._eii0h2.featured {
    background: var(--bg-card);
    border-color: var(--a14oe);
    box-shadow: 0 0 40px rgba(6,180,83,0.15);
    color: var(--text-secondary);
}
._eii0h2.featured ._d4svat   { color: var(--text-muted); }
._eii0h2.featured ._c1nzup  { color: var(--text-primary); }
._eii0h2.featured .plan-period { color: var(--text-muted); }
._eii0h2:hover { transform: translateY(-6px); }

._bc1qmjo { list-style: none; padding: 0; margin: 0 0 28px; }
._bc1qmjo li {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 0; font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
._eii0h2.featured ._bc1qmjo li { border-bottom-color: var(--border-light); color: var(--text-secondary); }
._bc1qmjo li:last-child { border-bottom: none; }
._bc1qmjo li i { color: var(--a14oe); font-size: 13px; flex-shrink: 0; }
._bc1qmjo li.disabled { opacity: 0.4; }
._bc1qmjo li.disabled i { color: currentColor; }
.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--a14oe); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--a6x6) var(--a6x6);
    text-transform: uppercase; letter-spacing: 0.5px;
}

._d43n6i {
    background: var(--bg-card);
    border-radius: var(--a8oy);
    padding: 34px; box-shadow: var(--a10bp);
    border: 1px solid var(--border-light);
    transition: var(--transition); min-width: 320px;
}
._d43n6i:hover { box-shadow: var(--a11kd); }
.quote-icon   { color: var(--a14oe); font-size: 32px; margin-bottom: 16px; display: block; }
._z1ebriw   { font-style: italic; color: var(--text-secondary); line-height: 1.7; margin-bottom: 22px; font-size: 15px; }
._d43n6i .author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--border-light); }
._xmoa5 { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
._oo2omox  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 15px; }
._g9n9h  { font-size: 12px; color: var(--text-muted); }
.star-rating  {
    display: flex; gap: 4px; margin-bottom: 0; margin-top: 4px;
}
.star-rating i { color: #ffc107; font-size: 13px; }

.cs_rating { display: flex; gap: 3px; margin-top: 6px; }
.cs_rating i { color: #ffc107; font-size: 13px; }

.process-item {
    background: var(--bg-card); border-radius: var(--a7aa);
    padding: 28px 24px; box-shadow: var(--a10bp);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--a11kd); transform: translateY(-6px); }
._swlvo {
    font-size: 60px; font-weight: var(--a18gx); color: var(--a14oe);
    opacity: 0.12; position: absolute; top: 10px; right: 16px; line-height: 1;
}
.step-icon  { font-size: 38px; color: var(--a14oe); margin-bottom: 14px; display: block; }
._z0yyvw { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
.step-text  { font-size: var(--fs-small); color: var(--text-secondary); }

._j1s2b {
    background: var(--bg-card); border-radius: var(--a8oy);
    overflow: hidden; box-shadow: var(--a10bp);
    transition: var(--transition); text-align: center;
}
._j1s2b:hover { box-shadow: var(--a11kd); transform: translateY(-6px); }
._j1s2b ._y17bkd7 { position: relative; overflow: hidden; height: 260px; }
._j1s2b ._y17bkd7 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._j1s2b:hover ._y17bkd7 img { transform: scale(1.05); }
._j1s2b .team-body { padding: 20px; }
._l1xg8o { font-size: 17px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
._lwmqxo { font-size: 13px; color: var(--a14oe); margin-bottom: 12px; }
.team-social { display: flex; justify-content: center; gap: 8px; }
.team-social a {
    width: 34px; height: 34px; background: var(--bg-secondary);
    color: var(--text-secondary); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; transition: var(--transition);
}
.team-social a:hover { background: var(--a14oe); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--a7aa); }
.portfolio-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.06); }
.portfolio-overlay { color: #fff;
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(6,180,83,0.85), transparent);
    opacity: 0; transition: opacity 0.35s ease;
    display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(200,255,200,0.8); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-size: 17px; color: #fff; font-weight: var(--fw-semibold); }
.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; }

._dwhs1f {
    background: var(--bg-card); border-radius: var(--a8oy);
    overflow: hidden; box-shadow: var(--a10bp);
    transition: var(--transition); height: 100%;
    border: 1px solid var(--border-light);
}
._dwhs1f:hover { box-shadow: var(--a11kd); transform: translateY(-6px); }
._dwhs1f ._t1zsu2 { height: 210px; overflow: hidden; }
._dwhs1f ._t1zsu2 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._dwhs1f:hover ._t1zsu2 img { transform: scale(1.06); }
._dwhs1f .card-body  { padding: 24px; }
._i1z49x  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; }
._dwhs1f .card-title { font-size: 17px; font-weight: var(--fw-semibold); margin-bottom: 8px; line-height: 1.4; }
._dwhs1f .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--a7aa) !important;
    margin-bottom: 10px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--a3qu); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 16px;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--a14oe); background: #f0faf5; box-shadow: none;
}
.faq-section .accordion-body { background: #f0faf5; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }

._z2ihhd {
    background: var(--a1re);
    padding: var(--_paoc9j);
    position: relative; overflow: hidden; text-align: center;
}
._z2ihhd::before {
    content: ''; position: absolute; top: -80px; left: -80px;
    width: 360px; height: 360px;
    background: rgba(255,255,255,0.06); border-radius: 50%;
}
._z2ihhd::after {
    content: ''; position: absolute; bottom: -60px; right: -60px;
    width: 280px; height: 280px;
    background: rgba(0,0,0,0.08); border-radius: 50%;
}
.cta-content { position: relative; z-index: 1; }
._q20c5 { font-size: var(--a20ye); font-weight: var(--a18gx); color: #fff; margin-bottom: 14px; }
._f2map9  { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
    flex: 1; min-width: 200px;
    padding: 12px 20px; border: 1.5px solid var(--border-color);
    border-radius: var(--a4yy); font-family: var(--a5wy);
    font-size: var(--a17cr); background: var(--bg-primary);
    color: var(--text-primary); transition: border-color 0.3s ease;
}
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--a14oe); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

._bqejo .form-control {
    border: 1.5px solid var(--border-color); border-radius: var(--a7aa);
    padding: 12px 18px; font-family: var(--a5wy); font-size: var(--a17cr);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
._bqejo .form-control:focus { outline: none; box-shadow: none; border-color: var(--a14oe); }
._bqejo label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
._bqejo .form-control::placeholder { color: var(--text-muted); }

._hr5how { background: var(--footer-dark-bg); color: rgba(255,255,255,0.65); padding: 80px 0 0; }
._zc23kl3 { margin-bottom: 40px; }
._yxc37rd {
    font-size: 16px; font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--a14oe); width: max-content;
}
._ujto4fx { list-style: none; padding: 0; }
._ujto4fx li { margin-bottom: 10px; }
._ujto4fx a {
    color: rgba(255,255,255,0.6); font-size: var(--fs-small);
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
._ujto4fx a:hover { color: var(--a14oe); padding-left: 4px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    color: rgba(255,255,255,0.6); font-size: var(--fs-small); margin-bottom: 12px;
}
.footer-contact li i { color: var(--a14oe); margin-top: 2px; flex-shrink: 0; }
._efrlwf { display: flex; gap: 10px; margin-top: 20px; }
._efrlwf a {
    width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.55); font-size: 15px; transition: var(--transition);
}
._efrlwf a:hover { background: var(--a14oe); border-color: var(--a14oe); color: #fff; }
._t4petf {
    margin-top: 40px; padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    text-align: center; font-size: 13px; color: rgba(255,255,255,0.4);
}

._lboyoz6 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a14oe); color: #fff;
    border: none; border-radius: var(--a4yy);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden;
    transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999;
}
._lboyoz6.visible { opacity: 1; visibility: visible; }
._lboyoz6:hover { background: var(--a15hh); transform: translateY(-3px); }

.marquee-section { overflow: hidden; padding: 20px 0; background: var(--bg-secondary); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.marquee-track {
    display: flex; gap: 48px; align-items: center;
    animation: marqueeScroll 30s linear infinite; width: max-content;
}
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
    display: flex; align-items: center; gap: 10px;
    font-size: var(--a17cr); font-weight: var(--fw-semibold);
    color: var(--text-muted); white-space: nowrap;
}
.marquee-item i { color: var(--a14oe); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 50px; height: 3px; background: var(--a1re); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-size: 80px; font-weight: var(--a18gx); color: transparent;
    -webkit-text-stroke: 2px var(--a14oe); line-height: 1; opacity: 0.1;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --a19iy: 52px; --a20ye: 38px; --a21du: 26px; }
}
@media (max-width: 991px) {
    :root { --a19iy: 42px; --a20ye: 32px; --_paoc9j: 80px 0; }
    ._bqth8 { display: none; }
    ._p77hr7 { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --a19iy: 34px; --a20ye: 26px; --_paoc9j: 60px 0; }
    ._yssatt1 { font-size: 32px; }
    ._ozp8a { flex-direction: column; align-items: center; }
    ._ozp8a ._dc6pw30 { width: 100%; max-width: 300px; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    ._o0xaw1g { font-size: 44px; }
    ._eii0h2 { min-width: unset; }
}

._p103ax ._lvh0b { color: #fff; }
._p103ax ._b8xipop { color: var(--a14oe); }
._p103ax ._avcwou { color: rgba(255,255,255,0.55); }
._p103ax ._ujto4fx a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._p103ax ._ujto4fx 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(--a14oe) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
