

:root {
    --bg-primary: #0c0f14;
    --bg-secondary: #121722;
    --bg-card: #161c28;
    --bg-card-hover: #1c2438;
    --text-primary: #f3f4f6;
    --text-secondary: #b0bdd0;
    --text-muted: #6b7a90;
    --footer-dark-bg: #080b10;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.04);

    --x14ds: #7c3aed;
    --x15rn: #22d3ee;
    --x1cr: linear-gradient(135deg, var(--x14ds), var(--x15rn));
    --accent-glow: 0 0 24px rgba(124, 58, 237, 0.30);

    --x3q5: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    --x5u1: 'Inter', system-ui, sans-serif;

    --x19sq: 60px;
    --x20cn: 44px;
    --x21l0: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --x17n4: 16px;
    --fs-small: 14px;

    --x18jf: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --x6de: 10px;
    --x7xs: 14px;
    --x8re: 20px;
    --x9so: 28px;
    --x4j0: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --x10as: 0 2px 10px rgba(0, 0, 0, 0.25);
    --x11jf: 0 8px 30px rgba(0, 0, 0, 0.35);
    --x12bu: 0 16px 50px rgba(0, 0, 0, 0.45);
    --x13if: 0 24px 70px rgba(0, 0, 0, 0.55);

    --_dmeyp4: 110px 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(--x5u1);
    font-size: var(--x17n4);
    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(--x14ds);
    transition: var(--transition);
}
a:hover { color: var(--x15rn); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--x14ds); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--x3q5);
    font-weight: var(--x18jf);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--x19sq); }
h2 { font-size: var(--x20cn); }
h3 { font-size: var(--x21l0); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--x1cr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--x14ds); }
.text-accent-2 { color: var(--x15rn); }
.text-dark { color: var(--text-primary); }
._bonk3z { color: var(--text-muted); }

._dmeyp4 { padding: var(--_dmeyp4); position: relative; }
._dmeyp4-sm { padding: 60px 0; }
._dmeyp4-lg { padding: 140px 0; }
._dmeyp4 > .container { position: relative; z-index: 1; }

._w7ji4 { background-color: var(--bg-primary); }
._dach3j { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--x1cr); 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(._pb4f3) { color: #fff; }
.bg-gradient-custom ._qgijtqk { color: #fff; }
.bg-gradient-custom ._erx2tsj { color: rgba(255,255,255,0.7); }

._ltyp32j {
    background-color: #080b10;
    color: rgba(255,255,255,0.7);
}
._ltyp32j h1, ._ltyp32j h2, ._ltyp32j h3,
._ltyp32j h4, ._ltyp32j h5, ._ltyp32j h6 { color: #fff; }
._ltyp32j p, ._ltyp32j li, ._ltyp32j span:not(.badge) { color: rgba(255,255,255,0.7); }
._ltyp32j a:not(._pb4f3) { color: rgba(255,255,255,0.8); }
._ltyp32j a:not(._pb4f3):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; }

._jngr032 {
    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.5s ease, visibility 0.5s ease;
}
._jngr032.loaded { opacity: 0; visibility: hidden; }
._h02hkzc { display: flex; gap: 10px; }
._zitiqm {
    width: 12px; height: 12px;
    border-radius: 50%;
    animation: _jngr032Bounce 1.4s ease-in-out infinite both;
}
._zitiqm:nth-child(1) { background: var(--x14ds); animation-delay: -0.32s; }
._zitiqm:nth-child(2) { background: var(--x15rn); animation-delay: -0.16s; }
._zitiqm:nth-child(3) { background: var(--x14ds); animation-delay: 0; }

@keyframes _jngr032Bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

._pb4f3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--x17n4);
    font-weight: var(--fw-semibold);
    border-radius: var(--x7xs);
    transition: var(--transition);
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

._v70st {
    background: var(--x1cr);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--accent-glow);
}
._v70st:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(124, 58, 237, 0.45), 0 0 80px rgba(34, 211, 238, 0.15);
    color: #fff;
}

._upfojs {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}
._upfojs:hover {
    border-color: var(--x14ds);
    color: var(--x14ds);
    background: rgba(124, 58, 237, 0.08);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--x15rn);
    padding: 0;
    font-weight: var(--fw-medium);
}
.btn-link-custom:hover { color: var(--x14ds); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._d10gip {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}

._d10gip.scrolled {
    background: rgba(12, 15, 20, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
}

._yw9rv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._vxo70 {
    font-family: var(--x3q5);
    font-size: 26px;
    font-weight: var(--x18jf);
    color: var(--text-primary);
}
._vxo70:hover { color: var(--text-primary); }

._pr5ohgs { display: flex; align-items: center; gap: 32px; }

._pr5ohgs .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

._pr5ohgs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--x1cr);
    transition: width 0.3s ease;
}

._pr5ohgs .nav-link:hover,
._pr5ohgs .nav-link.active { color: var(--text-primary); }
._pr5ohgs .nav-link:hover::after,
._pr5ohgs .nav-link.active::after { width: 100%; }

._zx7jw { margin-left: 16px; }

._m7pd2, ._edy6jg { display: flex; align-items: center; gap: 28px; }
._m7pd2 .nav-link, ._edy6jg .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._m7pd2 .nav-link:hover, ._edy6jg .nav-link:hover { color: var(--text-primary); }
._m7pd2 ~ ._pr5ohgs { display: none; }

._qtgrc7y {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: var(--x6de);
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

._qtgrc7y ._b1k7l3z {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

._qtgrc7y.active ._b1k7l3z:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._qtgrc7y.active ._b1k7l3z:nth-child(2) { opacity: 0; }
._qtgrc7y.active ._b1k7l3z:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._bw5vv9 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}

._bw5vv9 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.10;
}

._bw5vv9 ._w2zge {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: radial-gradient(ellipse at 30% 50%, rgba(124,58,237,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgba(34,211,238,0.08) 0%, transparent 50%);
}

._c5usucq { position: relative; z-index: 2; }

._rycco1 {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
    background: var(--x1cr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._ama2y {
    font-size: var(--x19sq);
    font-weight: var(--x18jf);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
}

._gxe7v {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 36px;
    line-height: 1.7;
}

._eai8st { display: flex; gap: 16px; flex-wrap: wrap; }

._o2m97uj { position: relative; z-index: 2; }
._o2m97uj img {
    border-radius: var(--x8re);
    box-shadow: var(--x13if);
    border: 1px solid var(--border-color);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

._vjxe8c { margin-bottom: 60px; }

._e6j1qc {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    background: var(--x1cr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

._i6enkz2 {
    font-size: var(--x20cn);
    font-weight: var(--x18jf);
    margin-bottom: 16px;
    color: var(--text-primary);
}

._rnelky0 {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 600px;
}
._vjxe8c.text-center ._rnelky0 {
    margin-left: auto;
    margin-right: auto;
}

._cfm74p {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7xs);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
._cfm74p::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: var(--x1cr);
    opacity: 0;
    transition: opacity 0.3s ease;
}
._cfm74p:hover::before { opacity: 1; }

._cfm74p:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.25);
}

._cfm74p ._a7g7ik3 {
    width: 56px; height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.12);
    color: var(--x14ds);
    font-size: 24px;
    border-radius: var(--x7xs);
    margin-bottom: 20px;
    transition: var(--transition);
}
._cfm74p:hover ._a7g7ik3 {
    background: var(--x1cr);
    color: #fff;
    box-shadow: var(--accent-glow);
}

._cfm74p ._ec12cf5 {
    font-size: var(--fs-h5);
    font-weight: var(--x18jf);
    margin-bottom: 10px;
    color: var(--text-primary);
}

._cfm74p ._owbgk {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._cfm74p-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7xs);
    padding: 24px;
    transition: var(--transition);
}
._cfm74p-horizontal:hover {
    box-shadow: var(--x11jf);
    transform: translateY(-3px);
    border-color: rgba(124, 58, 237, 0.2);
}
._cfm74p-horizontal ._a7g7ik3 {
    flex-shrink: 0;
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.12);
    color: var(--x14ds);
    font-size: 22px;
    border-radius: var(--x7xs);
}

.about-section .about-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--x8re);
    border: 1px solid var(--border-color);
}
.about-section .about-image img { width: 100%; }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--x1cr);
    color: #fff;
    padding: 16px 22px;
    text-align: center;
    border-radius: var(--x7xs);
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--x18jf);
    line-height: 1;
}
.experience-badge .badge-text { font-size: var(--fs-small); opacity: 0.9; }

.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(--x15rn); font-size: 16px; }

._exb5y6n {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.counter-item { text-align: center; padding: 20px; }
._qgijtqk {
    font-size: 56px;
    font-weight: var(--x18jf);
    line-height: 1;
    margin-bottom: 8px;
    background: var(--x1cr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
._qgijtqk .counter-suffix {
    -webkit-text-fill-color: var(--x15rn);
}
._erx2tsj {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

._f4xf8ta {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7xs);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._f4xf8ta:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.2);
}
._f4xf8ta ._uql65u {
    position: relative;
    overflow: hidden;
    height: 220px;
}
._f4xf8ta ._uql65u img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._f4xf8ta:hover ._uql65u img { transform: scale(1.06); }
._f4xf8ta ._uql65u .card-tag {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--x1cr);
    color: #fff;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: var(--x6de);
}
._f4xf8ta .card-body { padding: 24px; }
._f4xf8ta .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--x18jf);
    margin-bottom: 10px;
    color: var(--text-primary);
}
._f4xf8ta .card-title a { color: var(--text-primary); }
._f4xf8ta .card-title a:hover { color: var(--x15rn); }
._f4xf8ta .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}
._f4xf8ta .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}
._f4xf8ta .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--x18jf);
    color: var(--x15rn);
}

._n7gsr { text-align: center; transition: var(--transition); }
._n7gsr:hover { transform: translateY(-6px); }
._n7gsr ._oji6hx {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: var(--x7xs);
    border: 1px solid var(--border-color);
}
._n7gsr ._oji6hx img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._n7gsr:hover ._oji6hx img { transform: scale(1.04); }
._n7gsr .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.8) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}
._n7gsr:hover .team-social { bottom: 0; }
.team-social a {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--x14ds);
    color: #fff;
    font-size: 14px;
    border-radius: var(--x6de);
    transition: var(--transition);
}
.team-social a:hover { background: var(--x15rn); }
._n7gsr ._ydvnj {
    font-size: var(--fs-h5);
    font-weight: var(--x18jf);
    margin-bottom: 4px;
    color: var(--text-primary);
}
._n7gsr ._krljn {
    font-size: var(--fs-small);
    color: var(--x15rn);
    letter-spacing: 1px;
}

._b8h1x0 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7xs);
    padding: 36px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
._b8h1x0::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
    background: var(--x1cr);
}
._b8h1x0:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    transform: translateY(-4px);
    border-color: rgba(124, 58, 237, 0.2);
}
._b8h1x0 .quote-icon {
    font-size: 32px;
    color: var(--x14ds);
    margin-bottom: 16px;
}
._b8h1x0 ._n2uss {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
}
._b8h1x0 .author {
    display: flex;
    align-items: center;
    gap: 16px;
}
._b8h1x0 ._cabel {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--x14ds);
}
._b8h1x0 ._gzdnq {
    font-size: var(--x17n4);
    font-weight: var(--x18jf);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._b8h1x0 ._t2kts {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._b8h1x0 .stars {
    color: var(--x15rn);
    margin-bottom: 14px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: var(--x7xs);
    border: 1px solid var(--border-color);
}
.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(12, 15, 20, 0.88);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--x15rn);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--fw-medium);
    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; }

.faq-section .accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color) !important;
    border-radius: var(--x7xs) !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(--x7xs);
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(124, 58, 237, 0.08);
    color: var(--x14ds);
}
.faq-section .accordion-body {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._sxxo6kf {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x8re);
    padding: 40px 32px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
._sxxo6kf.featured {
    border-color: var(--x14ds);
    box-shadow: 0 0 40px rgba(124, 58, 237, 0.15);
    transform: scale(1.03);
}
._sxxo6kf.featured::before {
    content: '★ BEST';
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: var(--x1cr);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--x18jf);
    letter-spacing: 1.5px;
    border-radius: 0 0 var(--x6de) var(--x6de);
}
._sxxo6kf:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
._sxxo6kf.featured:hover { transform: scale(1.03) translateY(-6px); }
._sxxo6kf ._mre238 {
    font-size: var(--fs-h5);
    color: var(--text-primary);
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-weight: var(--x18jf);
}
._sxxo6kf ._rzwne {
    font-size: 56px;
    font-weight: var(--x18jf);
    line-height: 1;
    margin-bottom: 8px;
    background: var(--x1cr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
._sxxo6kf ._rzwne .currency {
    font-size: 24px;
    vertical-align: top;
}
._sxxo6kf .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 28px;
}
._sxxo6kf ._fkaja7a {
    text-align: left;
    margin-bottom: 28px;
}
._sxxo6kf ._fkaja7a 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);
}
._sxxo6kf ._fkaja7a li:last-child { border-bottom: none; }
._sxxo6kf ._fkaja7a li i { color: var(--x15rn); }
._sxxo6kf ._fkaja7a li.disabled {
    opacity: 0.3;
    text-decoration: line-through;
}

._on3kcu {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7xs);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
._on3kcu:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.2);
}
._on3kcu ._uql65u { height: 200px; overflow: hidden; }
._on3kcu ._uql65u img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
._on3kcu:hover ._uql65u img { transform: scale(1.06); }
._on3kcu .card-body { padding: 24px; }
._on3kcu ._j2lixt {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}
._on3kcu ._j2lixt i { margin-right: 4px; color: var(--x14ds); }
._on3kcu .card-title {
    font-size: 18px;
    font-weight: var(--x18jf);
    margin-bottom: 12px;
    line-height: 1.3;
    color: var(--text-primary);
}
._on3kcu .card-title a { color: var(--text-primary); }
._on3kcu .card-title a:hover { color: var(--x15rn); }

._nzmxx {
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
._nzmxx .cta-content { position: relative; z-index: 2; }
._nzmxx ._ke16yb { font-size: var(--x20cn); color: var(--text-primary); }
._nzmxx ._n0gcoey { color: var(--text-secondary); font-size: 18px; max-width: 600px; }
._nzmxx p, ._nzmxx li { color: var(--text-secondary); }
._nzmxx ._v70st {
    background: var(--x1cr);
    color: #fff;
    border-color: transparent;
}
._nzmxx .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--x14ds);
    opacity: 0.06;
    filter: blur(100px);
}

.newsletter-form {
    display: flex; gap: 0; max-width: 500px;
}
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x6de) 0 0 var(--x6de);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--x17n4);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--x14ds); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.process-item ._qgjk70n {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--x1cr);
    color: #fff;
    font-size: 22px;
    font-weight: var(--x18jf);
    border-radius: var(--x7xs);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}
.process-item ._k4tcex6 {
    font-size: var(--fs-h5);
    font-weight: var(--x18jf);
    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: 26px; right: -14px;
    font-size: 22px;
    color: var(--x15rn);
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-family: var(--x3q5);
    font-size: 60px;
    font-weight: var(--x18jf);
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-muted);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

._b89fowi {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    border-top: 1px solid var(--border-color);
}
._b89fowi h1, ._b89fowi h2, ._b89fowi h3,
._b89fowi h4, ._b89fowi h5 { color: #fff; }

._vur3f ._acv6t {
    font-size: 18px;
    font-weight: var(--x18jf);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}
._vur3f ._acv6t::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--x1cr);
}
._vur3f p { color: rgba(255,255,255,0.5); font-size: var(--fs-small); }
._ibmsw a {
    color: rgba(255,255,255,0.5);
    font-size: var(--fs-small);
    transition: var(--transition);
}
._ibmsw a:hover {
    color: var(--x15rn);
    text-decoration: none;
    padding-left: 6px;
}
._ibmsw li { margin-bottom: 10px; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.5);
    font-size: var(--fs-small);
}
.footer-contact li i { color: var(--x15rn); margin-top: 4px; }
._lxlez { display: flex; gap: 8px; margin-top: 20px; }
._lxlez a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--x6de);
    color: rgba(255,255,255,0.6);
    transition: var(--transition);
}
._lxlez a:hover {
    background: var(--x14ds);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._kgizxw {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0;
    margin-top: 60px;
}
._kgizxw p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); }

.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(--x15rn); }

.policy-content h1 { font-size: var(--x20cn); 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(--x15rn); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._s2euxpv {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--x1cr);
    color: #fff;
    border: none;
    border-radius: var(--x7xs);
    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);
}
._s2euxpv.visible { opacity: 1; visibility: visible; }
._s2euxpv:hover { transform: translateY(-3px); box-shadow: 0 0 36px rgba(124,58,237,0.4); }

._t9rrv .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x6de);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--x17n4);
    transition: var(--transition);
}
._t9rrv .form-control:focus {
    border-color: var(--x14ds);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
    background: var(--bg-card);
    color: var(--text-primary);
}
._t9rrv .form-control::placeholder { color: var(--text-muted); }
._t9rrv textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--text-muted); opacity: 0.4; width: 10px; height: 10px; border-radius: 50%; }
.swiper-pagination-bullet-active { background: var(--x14ds); 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(--x6de);
    color: var(--text-primary);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--x14ds);
    color: #fff;
    border-color: var(--x14ds);
    box-shadow: var(--accent-glow);
}

.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); }
}
@keyframes floatLeftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}
.float-anim { animation: floatUpDown 3s ease-in-out infinite; }
.float-anim-2 { animation: floatLeftRight 4s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --x19sq: 48px; --x20cn: 36px; } }

@media (max-width: 992px) {
    :root { --x19sq: 40px; --x20cn: 32px; --x21l0: 26px; --_dmeyp4: 80px 0; }
    ._pr5ohgs {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-primary);
        border-left: 1px solid var(--border-color);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.3s ease;
        overflow-y: auto;
    }
    ._pr5ohgs.active { right: 0; }
    ._pr5ohgs .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;
    }
    ._pr5ohgs .nav-link:hover, ._pr5ohgs .nav-link.active { color: var(--x14ds) !important; }
    ._pr5ohgs .nav-link::after { display: none; }
    ._zx7jw { display: none !important; }
    ._qtgrc7y {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important;
    }
    ._fp67798 {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    ._fp67798.active { opacity: 1; visibility: visible; }
    ._ama2y { font-size: var(--x19sq); }
    .process-item:not(:last-child)::after { display: none; }
    ._qgijtqk { font-size: 40px; }
}

@media (max-width: 768px) {
    :root { --x19sq: 34px; --x20cn: 28px; --x21l0: 22px; --fs-h4: 20px; --_dmeyp4: 60px 0; }
    ._vjxe8c { margin-bottom: 40px; }
    ._bw5vv9 { min-height: auto; padding: 140px 0 80px; }
    ._eai8st { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._sxxo6kf ._rzwne { font-size: 44px; }
    ._kgizxw { text-align: center; }
}

@media (max-width: 576px) {
    :root { --x19sq: 28px; --x20cn: 24px; --x21l0: 20px; --_dmeyp4: 50px 0; }
    ._b8h1x0 { padding: 24px; }
    ._sxxo6kf { padding: 24px; }
    ._cfm74p { padding: 24px 18px; }
}

._ltyp32j ._rycco1 { color: #fff; }
._ltyp32j ._e6j1qc { color: var(--x14ds); }
._ltyp32j ._bonk3z { color: rgba(255,255,255,0.55); }
._ltyp32j ._ibmsw a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._ltyp32j ._ibmsw 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(--x14ds) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
