

:root {
    --bg-primary: #f3f4f6;
    --bg-secondary: #e5e7eb;
    --bg-card: #ffffff;
    --bg-card-hover: #fff8f0;
    --text-primary: #111827;
    --text-secondary: #4b5563;
    --text-muted: #8b95a1;
    --footer-dark-bg: #111827;
    --border-color: #d1d5db;
    --border-light: rgba(17, 24, 39, 0.08);

    --d14yh: #f97316;
    --d15jy: #f59e0b;
    --d1rt: linear-gradient(135deg, var(--d14yh), var(--d15jy));
    --accent-glow: 0 8px 24px rgba(249, 115, 22, 0.25);

    --d3rn: 'Oswald', 'Bebas Neue', 'Arial Narrow', system-ui, sans-serif;
    --d5d2: 'Inter', system-ui, sans-serif;

    --d19sf: 62px;
    --d20r6: 46px;
    --d21jo: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --d17kq: 16px;
    --fs-small: 14px;

    --d18x9: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --d6jv: 6px;
    --d7ip: 10px;
    --d8by: 14px;
    --d9sj: 20px;
    --d4t3: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --d10e8: 0 2px 8px rgba(17, 24, 39, 0.06);
    --d11x2: 0 8px 24px rgba(17, 24, 39, 0.10);
    --d12fc: 0 16px 48px rgba(17, 24, 39, 0.14);
    --d13jf: 0 24px 64px rgba(17, 24, 39, 0.18);

    --_o81jub: 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(--d5d2);
    font-size: var(--d17kq);
    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;
}

a {
    text-decoration: none;
    color: var(--d14yh);
    transition: var(--transition);
}
a:hover { color: var(--d15jy); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--d14yh); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--d3rn);
    font-weight: var(--d18x9);
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h1 { font-size: var(--d19sf); }
h2 { font-size: var(--d20r6); }
h3 { font-size: var(--d21jo); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--d1rt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--d14yh); }
.text-accent-2 { color: var(--d15jy); }
.text-dark { color: var(--text-primary); }
._y3eprio { color: var(--text-muted); }

._o81jub { padding: var(--_o81jub); position: relative; }
._o81jub-sm { padding: 60px 0; }
._o81jub-lg { padding: 130px 0; }
._o81jub > .container { position: relative; z-index: 1; }

._uvhxhr { background-color: var(--bg-primary); }
._yilxp { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--d1rt); 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(._jw2lg) { color: #fff; }
.bg-gradient-custom ._fy5n4 { color: #fff; }
.bg-gradient-custom ._hwzkkm2 { color: rgba(255,255,255,0.7); }

._fzucuan {
    background-color: #1f2937;
    color: rgba(255,255,255,0.8);
}
._fzucuan h1, ._fzucuan h2, ._fzucuan h3,
._fzucuan h4, ._fzucuan h5, ._fzucuan h6 { color: #fff; }
._fzucuan p, ._fzucuan li, ._fzucuan span:not(.badge) { color: rgba(255,255,255,0.8); }
._fzucuan a:not(._jw2lg) { color: rgba(255,255,255,0.85); }
._fzucuan a:not(._jw2lg):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; }

._tzlz52 {
    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.4s ease, visibility 0.4s ease;
}
._tzlz52.loaded { opacity: 0; visibility: hidden; }
._vdqrsv { display: flex; gap: 8px; }
._sheqt {
    width: 14px; height: 14px;
    background: var(--d14yh);
    border-radius: 2px;
    animation: _tzlz52Bounce 1.4s ease-in-out infinite both;
}
._sheqt:nth-child(1) { animation-delay: -0.32s; }
._sheqt:nth-child(2) { animation-delay: -0.16s; background: var(--text-primary); }
._sheqt:nth-child(3) { animation-delay: 0; }

@keyframes _tzlz52Bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

._jw2lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-size: var(--d17kq);
    font-weight: var(--fw-semibold);
    border-radius: var(--d6jv);
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
}

._bcitht {
    background: var(--d14yh);
    color: #fff;
    border-color: var(--d14yh);
    box-shadow: var(--accent-glow);
}
._bcitht:hover {
    background: var(--d15jy);
    border-color: var(--d15jy);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.35);
}

._xpoirxc {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}
._xpoirxc:hover {
    background: var(--d14yh);
    color: #fff;
    border-color: var(--d14yh);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--d14yh);
    padding: 0;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.btn-link-custom:hover { color: var(--d15jy); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._jqfdeb {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
    background: transparent;
}

._jqfdeb.scrolled {
    background: rgba(243, 244, 246, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--d14yh);
    padding: 10px 0;
    box-shadow: var(--d10e8);
}

._fbwgup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._a0s8oh {
    font-family: var(--d3rn);
    font-size: 28px;
    font-weight: var(--d18x9);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}
._a0s8oh:hover { color: var(--text-primary); }

._tmn71z { display: flex; align-items: center; gap: 32px; }

._tmn71z .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

._tmn71z .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--d14yh);
    transition: width 0.3s ease;
}

._tmn71z .nav-link:hover,
._tmn71z .nav-link.active { color: var(--d14yh); }
._tmn71z .nav-link:hover::after,
._tmn71z .nav-link.active::after { width: 100%; }

._hoe9e { margin-left: 16px; }

._d4lmb, ._fs43if { display: flex; align-items: center; gap: 28px; }
._d4lmb .nav-link, ._fs43if .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 8px 0; text-transform: uppercase;
}
._d4lmb .nav-link:hover, ._fs43if .nav-link:hover { color: var(--d14yh); }
._d4lmb ~ ._tmn71z { display: none; }

._stpda {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 2px solid var(--text-primary);
    border-radius: var(--d6jv);
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

._stpda ._y2gw03f {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

._stpda.active ._y2gw03f:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._stpda.active ._y2gw03f:nth-child(2) { opacity: 0; }
._stpda.active ._y2gw03f:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._rif9gi {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

._rif9gi .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.12;
}

._rif9gi ._fmjpv0n {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(243,244,246,0.95) 0%, rgba(229,231,235,0.85) 100%);
}

._vh25ftm { position: relative; z-index: 2; }

._fvpu5o {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--d14yh);
    margin-bottom: 16px;
    padding: 6px 18px;
    background: rgba(249, 115, 22, 0.1);
    border-left: 3px solid var(--d14yh);
    border-radius: var(--d6jv);
}

._by2krhp {
    font-size: var(--d19sf);
    font-weight: var(--d18x9);
    line-height: 1.05;
    margin-bottom: 24px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

._ziz08 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 36px;
    line-height: 1.7;
}

._bbk3rw { display: flex; gap: 16px; flex-wrap: wrap; }

._s8ses4 { position: relative; z-index: 2; }
._s8ses4 img {
    border-radius: var(--d8by);
    box-shadow: var(--d13jf);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--d1rt);
    opacity: 0.08;
    filter: blur(60px);
}

._vy9ht { margin-bottom: 60px; }

._nhnkwda {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--d14yh);
    margin-bottom: 12px;
}

._n32ft {
    font-size: var(--d20r6);
    font-weight: var(--d18x9);
    margin-bottom: 16px;
    color: var(--text-primary);
    text-transform: uppercase;
}

._cb3gtl {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 600px;
}
._vy9ht.text-center ._cb3gtl {
    margin-left: auto;
    margin-right: auto;
}

._zhkh8 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7ip);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
._zhkh8::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: var(--d1rt);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
._zhkh8:hover::before { transform: scaleX(1); }

._zhkh8:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12fc);
    border-color: var(--d14yh);
}

._zhkh8 ._a4wiqu {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.1);
    color: var(--d14yh);
    font-size: 26px;
    border-radius: var(--d7ip);
    margin-bottom: 20px;
    transition: var(--transition);
}
._zhkh8:hover ._a4wiqu {
    background: var(--d14yh);
    color: #fff;
}

._zhkh8 ._mjsf2z {
    font-size: var(--fs-h5);
    font-weight: var(--d18x9);
    margin-bottom: 10px;
    color: var(--text-primary);
}

._zhkh8 ._wyw7k13 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._zhkh8-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7ip);
    padding: 24px;
    transition: var(--transition);
}
._zhkh8-horizontal:hover {
    box-shadow: var(--d11x2);
    transform: translateY(-3px);
}
._zhkh8-horizontal ._a4wiqu {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.1);
    color: var(--d14yh);
    font-size: 22px;
    border-radius: var(--d7ip);
}

.about-section .about-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--d8by);
    box-shadow: var(--d12fc);
}
.about-section .about-image img { width: 100%; }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--d14yh);
    color: #fff;
    padding: 16px 22px;
    text-align: center;
    border-radius: var(--d7ip);
    box-shadow: var(--d11x2);
}
.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--d18x9);
    line-height: 1;
    font-family: var(--d3rn);
}
.experience-badge .badge-text { font-size: var(--fs-small); }

.about-list { margin-top: 20px; }
.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--d14yh); font-size: 16px; }

._coih4 {
    background: var(--text-primary);
    color: #fff;
    position: relative;
    overflow: hidden;
}
._coih4::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--d1rt);
}
.counter-item { text-align: center; padding: 20px; }
._fy5n4 {
    font-family: var(--d3rn);
    font-size: 56px;
    font-weight: var(--d18x9);
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
._fy5n4 .counter-suffix { color: var(--d14yh); }
._hwzkkm2 {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
}

._aup3oo {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7ip);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._aup3oo:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12fc);
    border-color: var(--d14yh);
}
._aup3oo ._pxj1z68 {
    position: relative;
    overflow: hidden;
    height: 220px;
}
._aup3oo ._pxj1z68 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._aup3oo:hover ._pxj1z68 img { transform: scale(1.06); }
._aup3oo ._pxj1z68 .card-tag {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--d14yh);
    color: #fff;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    border-radius: var(--d6jv);
    letter-spacing: 0.5px;
}
._aup3oo .card-body { padding: 24px; }
._aup3oo .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--d18x9);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._aup3oo .card-title a { color: var(--text-primary); }
._aup3oo .card-title a:hover { color: var(--d14yh); }
._aup3oo .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}
._aup3oo .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}
._aup3oo .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--d18x9);
    color: var(--d14yh);
    font-family: var(--d3rn);
}

._jw2yivv { text-align: center; transition: var(--transition); }
._jw2yivv:hover { transform: translateY(-6px); }
._jw2yivv ._bccwryu {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: var(--d7ip);
    box-shadow: var(--d11x2);
}
._jw2yivv ._bccwryu img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._jw2yivv:hover ._bccwryu img { transform: scale(1.04); }
._jw2yivv .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}
._jw2yivv:hover .team-social { bottom: 0; }
.team-social a {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--d14yh);
    color: #fff;
    font-size: 14px;
    border-radius: var(--d6jv);
    transition: var(--transition);
}
.team-social a:hover { background: var(--d15jy); }
._jw2yivv ._zdmjr2w {
    font-size: var(--fs-h5);
    font-weight: var(--d18x9);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._jw2yivv ._etcrr1 {
    font-size: var(--fs-small);
    color: var(--d14yh);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

._pmc5i {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7ip);
    padding: 36px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
._pmc5i::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: var(--d14yh);
}
._pmc5i:hover {
    box-shadow: var(--d12fc);
    transform: translateY(-4px);
}
._pmc5i .quote-icon {
    font-size: 36px;
    color: var(--d14yh);
    margin-bottom: 16px;
}
._pmc5i ._vvmwb2w {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
}
._pmc5i .author {
    display: flex;
    align-items: center;
    gap: 16px;
}
._pmc5i ._pfmcqg {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--d14yh);
}
._pmc5i ._r8eaj {
    font-size: var(--d17kq);
    font-weight: var(--d18x9);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._pmc5i ._adaivx {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._pmc5i .stars {
    color: var(--d15jy);
    margin-bottom: 14px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: var(--d7ip);
    box-shadow: var(--d10e8);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.4s 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%;
    background: rgba(17, 24, 39, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: var(--d7ip);
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--d14yh);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--fw-semibold);
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-size: var(--fs-h5);
    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; }

#portfolio-carousel ._vy9ht ._nhnkwda {
    display: block;
}

#portfolio-carousel .swiper-button-prev,
#portfolio-carousel .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.72);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    backdrop-filter: blur(2px);
    z-index: 50;
    pointer-events: auto;
    opacity: 1;
}

#portfolio-carousel .swiper-button-prev:hover,
#portfolio-carousel .swiper-button-next:hover {
    background: rgba(17, 24, 39, 0.9);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

#portfolio-carousel .portfolio-item,
#portfolio-carousel .portfolio-item h3,
#portfolio-carousel .portfolio-item h4,
#portfolio-carousel .portfolio-item p,
#portfolio-carousel .portfolio-item span {
    color: #fff;
}

.faq-section .accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color) !important;
    border-radius: var(--d7ip) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    padding: 18px 24px;
    box-shadow: none;
    border: none;
    border-radius: var(--d7ip);
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(249, 115, 22, 0.06);
    color: var(--d14yh);
}
.faq-section .accordion-body {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._ve7aj {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d8by);
    padding: 40px 32px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
._ve7aj.featured {
    border-color: var(--d14yh);
    box-shadow: var(--d12fc);
    transform: scale(1.03);
}
._ve7aj.featured::before {
    content: '★ BEST';
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: var(--d14yh);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--d18x9);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0 0 var(--d6jv) var(--d6jv);
}
._ve7aj:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12fc);
}
._ve7aj.featured:hover { transform: scale(1.03) translateY(-6px); }
._ve7aj ._ytdqatk {
    font-size: var(--fs-h5);
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--d18x9);
}
._ve7aj ._a8dolo {
    font-size: 56px;
    font-weight: var(--d18x9);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--d3rn);
}
._ve7aj ._a8dolo .currency {
    font-size: 24px;
    vertical-align: top;
    color: var(--d14yh);
}
._ve7aj .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 28px;
}
._ve7aj ._fd1is {
    text-align: left;
    margin-bottom: 28px;
}
._ve7aj ._fd1is li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}
._ve7aj ._fd1is li:last-child { border-bottom: none; }
._ve7aj ._fd1is li i { color: var(--d14yh); }
._ve7aj ._fd1is li.disabled {
    opacity: 0.35;
    text-decoration: line-through;
}

._m6qgm {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d7ip);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._m6qgm:hover {
    transform: translateY(-6px);
    box-shadow: var(--d12fc);
}
._m6qgm ._pxj1z68 { height: 200px; overflow: hidden; }
._m6qgm ._pxj1z68 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._m6qgm:hover ._pxj1z68 img { transform: scale(1.06); }
._m6qgm .card-body { padding: 24px; }
._m6qgm ._vztl13 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
._m6qgm ._vztl13 i { margin-right: 4px; color: var(--d14yh); }
._m6qgm .card-title {
    font-size: 18px;
    font-weight: var(--d18x9);
    margin-bottom: 12px;
    line-height: 1.3;
    color: var(--text-primary);
}
._m6qgm .card-title a { color: var(--text-primary); }
._m6qgm .card-title a:hover { color: var(--d14yh); }

._ju0xo {
    background: var(--text-primary);
    position: relative;
    overflow: hidden;
}
._ju0xo::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: var(--d1rt);
}
._ju0xo .cta-content { position: relative; z-index: 2; }
._ju0xo ._tk8tdas {
    font-size: var(--d20r6);
    color: #fff;
    text-transform: uppercase;
}
._ju0xo ._t3if35 { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 600px; }
._ju0xo p, ._ju0xo li { color: rgba(255,255,255,0.7); }
._ju0xo ._bcitht {
    background: var(--d14yh);
    color: #fff;
    border-color: var(--d14yh);
}
._ju0xo ._bcitht:hover {
    background: var(--d15jy);
    border-color: var(--d15jy);
}
._ju0xo .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--d14yh);
    opacity: 0.06;
    filter: blur(80px);
}

.newsletter-form {
    display: flex; gap: 0; max-width: 500px;
}
.newsletter-form input {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--d6jv) 0 0 var(--d6jv);
    padding: 14px 20px;
    color: #fff;
    font-size: var(--d17kq);
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { outline: none; border-color: var(--d14yh); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.process-item ._tbenz4q {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--d14yh);
    color: #fff;
    font-size: 24px;
    font-weight: var(--d18x9);
    font-family: var(--d3rn);
    border-radius: var(--d7ip);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}
.process-item ._lipwi4 {
    font-size: var(--fs-h5);
    font-weight: var(--d18x9);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.process-item .step-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
}
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 28px; right: -14px;
    font-size: 24px;
    font-weight: var(--d18x9);
    color: var(--d14yh);
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
    background: var(--text-primary);
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-family: var(--d3rn);
    font-size: 60px;
    font-weight: var(--d18x9);
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-shrink: 0;
    color: #fff;
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

._i8gq1ma {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.7);
}
._i8gq1ma h1, ._i8gq1ma h2, ._i8gq1ma h3,
._i8gq1ma h4, ._i8gq1ma h5 { color: #fff; }

._itrhx5 ._atetwtf {
    font-size: 18px;
    font-weight: var(--d18x9);
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 12px;
}
._itrhx5 ._atetwtf::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--d14yh);
    border-radius: 2px;
}
._itrhx5 p { color: rgba(255,255,255,0.6); font-size: var(--fs-small); }
._tyg8du a {
    color: rgba(255,255,255,0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}
._tyg8du a:hover {
    color: var(--d14yh);
    text-decoration: none;
    padding-left: 6px;
}
._tyg8du li { margin-bottom: 10px; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.6);
    font-size: var(--fs-small);
}
.footer-contact li i { color: var(--d14yh); margin-top: 4px; }
._zptgo { display: flex; gap: 8px; margin-top: 20px; }
._zptgo a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: var(--d6jv);
    color: rgba(255,255,255,0.7);
    transition: var(--transition);
}
._zptgo a:hover {
    background: var(--d14yh);
    color: #fff;
}
._jix89 {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 24px 0;
    margin-top: 60px;
}
._jix89 p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.4); }

.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.4); text-decoration: none; transition: color 0.3s; }
.footer-policy a:hover { color: var(--d14yh); }

.policy-content h1 { font-size: var(--d20r6); margin-bottom: 24px; }
.policy-content h2 { font-size: var(--fs-h4); margin-top: 32px; margin-bottom: 16px; }
.policy-content p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.policy-content ul, .policy-content ol { color: var(--text-secondary); padding-left: 24px; margin-bottom: 16px; }
.policy-content li { margin-bottom: 8px; line-height: 1.7; }
.policy-content a { color: var(--d14yh); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._gy49e {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--d14yh);
    color: #fff;
    border: none;
    border-radius: var(--d7ip);
    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: var(--accent-glow);
}
._gy49e.visible { opacity: 1; visibility: visible; }
._gy49e:hover { transform: translateY(-3px); box-shadow: var(--d12fc); }

._zcccj .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d6jv);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--d17kq);
    transition: var(--transition);
}
._zcccj .form-control:focus {
    border-color: var(--d14yh);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
    background: var(--bg-card);
    color: var(--text-primary);
}
._zcccj .form-control::placeholder { color: var(--text-muted); }
._zcccj textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--text-primary); opacity: 0.3; width: 10px; height: 10px; border-radius: 2px; }
.swiper-pagination-bullet-active { background: var(--d14yh); opacity: 1; }
.swiper-button-prev,
.swiper-button-next {
    width: 46px; height: 46px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--d6jv);
    color: var(--text-primary);
    box-shadow: var(--d10e8);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--d14yh);
    color: #fff;
    border-color: var(--d14yh);
}

.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(-10px); }
}
.float-anim { animation: floatUpDown 3s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --d19sf: 50px; --d20r6: 38px; } }

@media (max-width: 992px) {
    :root { --d19sf: 42px; --d20r6: 34px; --d21jo: 26px; --_o81jub: 70px 0; }
    ._tmn71z {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-primary);
        border-left: 2px solid var(--d14yh);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.3s ease;
        overflow-y: auto;
    }
    ._tmn71z.active { right: 0; }
    ._tmn71z .nav-link {
        display: block !important;
        font-size: 18px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    ._tmn71z .nav-link:hover, ._tmn71z .nav-link.active { color: var(--d14yh) !important; }
    ._tmn71z .nav-link::after { display: none; }
    ._hoe9e { display: none !important; }
    ._stpda {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important;
    }
    ._fkt7j {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    ._fkt7j.active { opacity: 1; visibility: visible; }
    ._by2krhp { font-size: var(--d19sf); }
    .process-item:not(:last-child)::after { display: none; }
    ._fy5n4 { font-size: 40px; }
}

@media (max-width: 768px) {
    :root { --d19sf: 36px; --d20r6: 28px; --d21jo: 22px; --fs-h4: 20px; --_o81jub: 60px 0; }
    ._vy9ht { margin-bottom: 40px; }
    ._rif9gi { min-height: auto; padding: 140px 0 80px; }
    ._bbk3rw { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._ve7aj ._a8dolo { font-size: 44px; }
    ._jix89 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --d19sf: 30px; --d20r6: 24px; --d21jo: 20px; --_o81jub: 50px 0; }
    ._pmc5i { padding: 24px; }
    ._ve7aj { padding: 24px; }
    ._zhkh8 { padding: 24px 18px; }
}

._fzucuan ._fvpu5o { color: #fff; }
._fzucuan ._nhnkwda { color: var(--d14yh); }
._fzucuan ._y3eprio { color: rgba(255,255,255,0.55); }
._fzucuan ._tyg8du a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._fzucuan ._tyg8du 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(--d14yh) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
