

:root {
    --bg-primary: #0a0a1a;
    --bg-secondary: #111128;
    --bg-card: #161636;
    --bg-card-hover: #1e1e48;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.65);
    --text-muted: rgba(255, 255, 255, 0.35);
    --footer-dark-bg: #0a0a1a;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.15);

    --z14jw: #c9f31d;
    --z15fv: #00e5a0;
    --z1wc: linear-gradient(135deg, var(--z14jw), var(--z15fv));
    --accent-glow: 0 0 30px rgba(201, 243, 29, 0.2);

    --z3nx: 'Inter', 'Syne', system-ui, sans-serif;
    --z5li: 'Inter', system-ui, sans-serif;

    --z19wq: 72px;
    --z20la: 48px;
    --z21qy: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --z17hf: 16px;
    --fs-small: 14px;

    --z18zf: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --z6mv: 6px;
    --z7h7: 10px;
    --z8od: 16px;
    --z9mh: 24px;
    --z4vj: 100px;

    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    --z10ze: 0 2px 10px rgba(0, 0, 0, 0.3);
    --z11jc: 0 4px 20px rgba(0, 0, 0, 0.4);
    --z12h4: 0 8px 40px rgba(0, 0, 0, 0.5);
    --z13nh: 0 20px 60px rgba(0, 0, 0, 0.6);

    --_epnx6: 120px 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(--z5li);
    font-size: var(--z17hf);
    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(--z14jw);
    transition: var(--transition);
}

a:hover {
    color: var(--z15fv);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--z14jw);
    color: var(--bg-primary);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--z3nx);
    font-weight: var(--z18zf);
    color: var(--text-primary);
    line-height: 1.05;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: -0.02em;
}

h1 { font-size: var(--z19wq); letter-spacing: -0.03em; }
h2 { font-size: var(--z20la); letter-spacing: -0.02em; }
h3 { font-size: var(--z21qy); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-gradient {
    background: var(--z1wc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--z14jw); }
.text-accent-2 { color: var(--z15fv); }
.text-dark { color: var(--text-primary); }
._i1jahu { color: var(--text-muted); }
.text-italic { font-style: italic; }
.text-uppercase-wide { text-transform: uppercase; letter-spacing: 0.15em; }

._epnx6 { padding: var(--_epnx6); position: relative; }
._epnx6-sm { padding: 70px 0; }
._epnx6-lg { padding: 160px 0; }
._epnx6 > .container { position: relative; z-index: 1; }

._m3ze9e { background-color: var(--bg-primary); }
._twfm50 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--z1wc); }
.bg-gradient-subtle {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.bg-gradient-custom {
    color: var(--bg-primary);
}
.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: var(--bg-primary); }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(10,10,26,0.7); }
.bg-gradient-custom a:not(._mp6c9nl) { color: var(--bg-primary); }
.bg-gradient-custom ._xqbws83 { color: var(--bg-primary); }
.bg-gradient-custom ._wga75 { color: rgba(10,10,26,0.6); }

._cjfog {
    background: var(--bg-secondary);
    color: var(--text-secondary);
}
._cjfog h1, ._cjfog h2, ._cjfog h3,
._cjfog h4, ._cjfog h5, ._cjfog h6 { color: #fff; }
._cjfog p, ._cjfog li, ._cjfog span:not(.badge) { color: var(--text-secondary); }
._cjfog a:not(._mp6c9nl) { color: rgba(255,255,255,0.8); }
._cjfog a:not(._mp6c9nl):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; }

.line-divider {
    width: 100%;
    height: 1px;
    background: var(--border-color);
}

.line-divider-accent {
    width: 60px;
    height: 2px;
    background: var(--z1wc);
}

._ejzc7 {
    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;
}

._ejzc7.loaded {
    opacity: 0;
    visibility: hidden;
}

._fnbmz {
    display: flex;
    gap: 8px;
}

._f7x00m {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--z14jw);
    animation: _ejzc7Bounce 1.4s infinite ease-in-out both;
}

._f7x00m:nth-child(1) { animation-delay: -0.32s; }
._f7x00m:nth-child(2) { animation-delay: -0.16s; }

@keyframes _ejzc7Bounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

._uno7z {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
    border-bottom: 1px solid transparent;
}

._uno7z.scrolled {
    background: rgba(10, 10, 26, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
}

._c4j23 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._olzvy {
    font-family: var(--z3nx);
    font-size: 28px;
    font-weight: var(--z18zf);
    color: var(--text-primary);
    text-decoration: none;
    letter-spacing: -0.02em;
}

._olzvy:hover { color: var(--text-primary); }

._nm2or {
    display: flex;
    gap: 36px;
    align-items: center;
}

._nm2or .nav-link {
    font-size: 15px;
    font-weight: var(--fw-medium);
    color: var(--text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 4px 0;
    transition: var(--transition);
}

._nm2or .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--z14jw);
    transition: width 0.3s ease;
}

._nm2or .nav-link:hover,
._nm2or .nav-link.active {
    color: var(--text-primary);
}

._nm2or .nav-link:hover::after,
._nm2or .nav-link.active::after { width: 100%; }

._slat2 {
    padding: 10px 28px;
    border: 1px solid var(--border-light);
    border-radius: var(--z4vj);
    color: var(--text-primary);
    font-size: 14px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

._slat2:hover {
    background: var(--z14jw);
    border-color: var(--z14jw);
    color: var(--bg-primary);
}

._afrmk2, ._qd4qc9u { display: flex; align-items: center; gap: 32px; }
._afrmk2 .nav-link, ._qd4qc9u .nav-link {
    color: var(--text-secondary); font-size: 14px;
    font-weight: var(--fw-medium); padding: 8px 0;
}
._afrmk2 .nav-link:hover, ._qd4qc9u .nav-link:hover { color: var(--z14jw); }
._afrmk2 ~ ._nm2or { display: none; }

._slw7w {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
}

._slw7w ._wnwmaz {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

._slw7w.active ._wnwmaz:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._slw7w.active ._wnwmaz:nth-child(2) { opacity: 0; }
._slw7w.active ._wnwmaz:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._mp6c9nl {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--z5li);
    font-size: 15px;
    font-weight: var(--fw-semibold);
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

._vf4kdl {
    padding: 14px 36px;
    background: var(--z14jw);
    color: var(--bg-primary);
    border-radius: var(--z4vj);
}

._vf4kdl:hover {
    background: var(--z15fv);
    color: var(--bg-primary);
    box-shadow: var(--accent-glow);
    transform: translateY(-2px);
}

._qu7l4tf {
    padding: 14px 36px;
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--z4vj);
}

._qu7l4tf:hover {
    background: var(--text-primary);
    color: var(--bg-primary);
    border-color: var(--text-primary);
}

.btn-link-custom {
    color: var(--z14jw);
    font-weight: var(--fw-semibold);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-link-custom:hover {
    color: var(--z15fv);
    gap: 12px;
}

.btn-link-custom i {
    transition: var(--transition);
    transform: rotate(45deg);
}

.btn-link-custom:hover i {
    transform: rotate(45deg) translateX(4px);
}

.btn-play-custom {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--z14jw);
    color: var(--bg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: var(--transition);
    border: none;
}

.btn-play-custom:hover {
    transform: scale(1.1);
    box-shadow: var(--accent-glow);
    color: var(--bg-primary);
}

.serial-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--z4vj);
    font-size: 14px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
}

.serial-badge .arrow-icon {
    color: var(--z14jw);
    transform: rotate(45deg);
}

._e2p4yg0 { margin-bottom: 60px; }

._fn12v8 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--z14jw);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--z4vj);
}

._e9q9y5 {
    font-size: var(--z20la);
    color: var(--text-primary);
    margin-bottom: 16px;
    line-height: 1.1;
}

._e9q9y5 span {
    font-weight: var(--fw-regular);
    color: var(--z14jw);
}

._sp4md0x {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}

._oyaasa8 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
}

._yzy2b { position: relative; z-index: 2; }

._af5jd2k {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--z14jw);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--z4vj);
}

._o8018z {
    font-size: var(--z19wq);
    color: var(--text-primary);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

._o8018z .text-italic {
    font-style: italic;
    font-weight: var(--fw-light);
}

._o8018z .text-stroke {
    -webkit-text-stroke: 2px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

._yljck {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 32px;
}

._tvg21 {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

._lkm1c {
    position: relative;
    z-index: 2;
}

._lkm1c img {
    width: 100%;
    border-radius: var(--z8od);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    z-index: 0;
}

.hero-shape-1 {
    width: 500px; height: 500px;
    background: var(--z14jw);
    opacity: 0.04;
    top: -100px; right: -150px;
}

.hero-shape-2 {
    width: 400px; height: 400px;
    background: var(--z15fv);
    opacity: 0.03;
    bottom: -100px; left: -100px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

._uwzu95d {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--bg-primary) 30%, transparent 100%);
    z-index: 1;
}

._wce4g5 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z7h7);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
}

._wce4g5:hover {
    border-color: var(--z14jw);
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(201, 243, 29, 0.06);
}

._uwvqp {
    width: 56px;
    height: 56px;
    border-radius: var(--z7h7);
    background: rgba(201, 243, 29, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--z14jw);
    margin-bottom: 20px;
    transition: var(--transition);
}

._wce4g5:hover ._uwvqp {
    background: var(--z14jw);
    color: var(--bg-primary);
}

._ut79v {
    font-size: 20px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 10px;
}

._t3umts9 {
    color: var(--text-secondary);
    font-size: 15px;
    margin: 0;
}

._wce4g5-horizontal {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z7h7);
    padding: 28px 24px;
    transition: var(--transition);
}

._wce4g5-horizontal:hover {
    border-color: var(--z14jw);
}

._wvpefb {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z8od);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

._wvpefb:hover {
    border-color: var(--z14jw);
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgba(201, 243, 29, 0.06);
}

._wvpefb ._aprn9r {
    overflow: hidden;
    position: relative;
}

._wvpefb ._aprn9r img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition-slow);
}

._wvpefb:hover ._aprn9r img {
    transform: scale(1.05);
}

.card-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 16px;
    border-radius: var(--z4vj);
    background: var(--z14jw);
    color: var(--bg-primary);
    font-size: 12px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

._wvpefb .card-body {
    padding: 28px;
}

._wvpefb .card-title {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 10px;
    transition: var(--transition);
}

._wvpefb:hover .card-title { color: var(--z14jw); }

._wvpefb .card-text {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 16px;
}

.card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    margin-top: 16px;
}

.card-price {
    font-size: 22px;
    font-weight: var(--z18zf);
    color: var(--z14jw);
}

.about-section { overflow: hidden; }

.about-image {
    position: relative;
    border-radius: var(--z8od);
    overflow: hidden;
}

.about-image img {
    width: 100%;
    border-radius: var(--z8od);
}

.experience-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: var(--z14jw);
    color: var(--bg-primary);
    padding: 20px 24px;
    border-radius: var(--z7h7);
    text-align: center;
}

.badge-number {
    font-size: 36px;
    font-weight: var(--z18zf);
    line-height: 1;
    display: block;
}

.badge-text {
    font-size: 13px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.about-list li {
    padding: 10px 0;
    font-size: 15px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--border-color);
}

.about-list li:last-child { border-bottom: none; }

.about-list li i {
    color: var(--z14jw);
}

._ksqfmg { overflow: hidden; }

.counter-item {
    text-align: center;
    padding: 30px 16px;
}

._xqbws83 {
    font-size: 52px;
    font-weight: var(--z18zf);
    color: var(--z14jw);
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--z3nx);
    letter-spacing: -0.02em;
}

.counter-suffix {
    font-size: 0.6em;
    color: var(--z14jw);
    font-weight: var(--fw-semibold);
}

._wga75 {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

._n7eruck {
    background: transparent;
    border: none;
    text-align: center;
}

._ylc3np {
    position: relative;
    overflow: hidden;
    border-radius: var(--z8od);
    margin-bottom: 20px;
}

._ylc3np img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: var(--transition-slow);
    filter: grayscale(20%);
}

._n7eruck:hover ._ylc3np img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.team-social {
    position: absolute;
    bottom: -60px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: var(--transition);
    padding: 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

._n7eruck:hover .team-social { bottom: 0; }

.team-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover {
    background: var(--z14jw);
    color: var(--bg-primary);
}

._tsv5r3t {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 4px;
}

._ysaf5o {
    font-size: 14px;
    color: var(--z14jw);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}

._yhalfq6 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z8od);
    padding: 40px;
    transition: var(--transition);
}

._yhalfq6:hover {
    border-color: var(--z14jw);
}

.quote-icon {
    font-size: 36px;
    color: var(--z14jw);
    opacity: 0.3;
    margin-bottom: 20px;
}

._pnht0j6 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    font-style: italic;
    margin-bottom: 24px;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.stars i {
    color: var(--z14jw);
    font-size: 14px;
}

.author {
    display: flex;
    align-items: center;
    gap: 14px;
}

._b1un15k {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--z14jw);
}

._s70enyt {
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    font-size: 15px;
}

._glysj4 {
    font-size: 13px;
    color: var(--z14jw);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--z7h7);
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.portfolio-item:hover img { transform: scale(1.08); }

.portfolio-overlay { color: #fff;
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(10, 10, 26, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    opacity: 0;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-cat {
    font-size: 12px;
    color: var(--z14jw);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    font-weight: var(--fw-semibold);
}

.portfolio-title {
    font-size: 22px;
    color: #fff;
    margin: 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; }

._jh8zl7b {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z8od);
    padding: 40px 32px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

._jh8zl7b::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--border-color);
    transition: var(--transition);
}

._jh8zl7b.featured::before,
._jh8zl7b:hover::before {
    background: var(--z1wc);
}

._jh8zl7b.featured {
    border-color: var(--z14jw);
    background: linear-gradient(180deg, rgba(201, 243, 29, 0.03), var(--bg-card));
}

._uj52x {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: var(--z14jw);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

._p0kgr {
    font-size: 52px;
    font-weight: var(--z18zf);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 4px;
    font-family: var(--z3nx);
}

._p0kgr .currency {
    font-size: 24px;
    vertical-align: super;
    color: var(--z14jw);
    margin-right: 4px;
}

.plan-period {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

._v0b0z12 {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
    text-align: left;
}

._v0b0z12 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

._v0b0z12 li:last-child { border-bottom: none; }

._v0b0z12 li i {
    color: var(--z14jw);
    font-size: 14px;
}

._v0b0z12 li.disabled {
    color: var(--text-muted);
    opacity: 0.5;
}

._v0b0z12 li.disabled i {
    color: var(--text-muted);
}

.accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color) !important;
    border-radius: var(--z7h7) !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
    font-size: 16px;
    padding: 20px 28px;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--bg-card);
    color: var(--z14jw);
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0.6) sepia(1) saturate(5) hue-rotate(35deg);
}

.accordion-body {
    color: var(--text-secondary);
    padding: 0 28px 24px;
    font-size: 15px;
    line-height: 1.7;
}

._i0d5s8g {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z8od);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

._i0d5s8g:hover {
    border-color: var(--z14jw);
    transform: translateY(-4px);
}

._i0d5s8g ._aprn9r img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition-slow);
}

._i0d5s8g:hover ._aprn9r img {
    transform: scale(1.05);
}

._i0d5s8g .card-body {
    padding: 28px;
}

._z8i60uo {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--text-muted);
}

._z8i60uo i {
    color: var(--z14jw);
    margin-right: 4px;
}

._i0d5s8g .card-title {
    font-size: 20px;
    margin-bottom: 0;
}

._i0d5s8g .card-title a {
    color: var(--text-primary);
    transition: var(--transition);
}

._i0d5s8g .card-title a:hover { color: var(--z14jw); }

._kuguv4t {
    background: var(--z1wc);
    position: relative;
    overflow: hidden;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 {
    width: 300px; height: 300px;
    background: rgba(255, 255, 255, 0.05);
    top: -80px; right: -80px;
}

.cta-shape-2 {
    width: 200px; height: 200px;
    background: rgba(255, 255, 255, 0.03);
    bottom: -60px; left: -60px;
}

._kuguv4t > .container {
    position: relative;
    z-index: 2;
}

._p755al {
    font-size: var(--z20la);
    color: var(--bg-primary);
    margin-bottom: 16px;
}

._ow80ed1 {
    color: rgba(10, 10, 26, 0.7);
    max-width: 560px;
    font-size: 17px;
    margin-bottom: 28px;
}

._kuguv4t p, ._kuguv4t li { color: rgba(10,10,26,0.7); }

._kuguv4t ._mp6c9nl {
    background: var(--bg-primary);
    color: var(--z14jw);
    padding: 14px 36px;
    border-radius: var(--z4vj);
}

._kuguv4t ._mp6c9nl:hover {
    background: var(--text-primary);
    transform: translateY(-2px);
}

.process-item {
    text-align: center;
    padding: 32px 24px;
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z8od);
    transition: var(--transition);
}

.process-item:hover { border-color: var(--z14jw); }

._zc2vpux {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--z14jw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: var(--z18zf);
    color: var(--z14jw);
    margin: 0 auto 20px;
    transition: var(--transition);
}

.process-item:hover ._zc2vpux {
    background: var(--z14jw);
    color: var(--bg-primary);
}

._o7ej9 {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.step-text {
    color: var(--text-secondary);
    font-size: 15px;
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 0;
    background: var(--bg-card);
    border-radius: var(--z4vj);
    border: 1px solid var(--border-color);
    padding: 6px;
    overflow: hidden;
}

.newsletter-form input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 20px;
    color: var(--text-primary);
    font-family: var(--z5li);
    font-size: 15px;
    outline: none;
}

.newsletter-form input::placeholder {
    color: var(--text-muted);
}

.newsletter-form button {
    border-radius: var(--z4vj);
}

._k49vwsc .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z7h7);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--z5li);
    font-size: 15px;
    transition: var(--transition);
}

._k49vwsc .form-control:focus {
    border-color: var(--z14jw);
    box-shadow: 0 0 0 3px rgba(201, 243, 29, 0.1);
    outline: none;
    background: var(--bg-card);
    color: var(--text-primary);
}

._k49vwsc .form-control::placeholder {
    color: var(--text-muted);
}

._k49vwsc textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--z18zf);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

._p7fkrdv {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    border-top: 1px solid var(--border-color);
}

._iolxaks { margin-bottom: 20px; }

._dmkp5s {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

._dmkp5s::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--z1wc);
}

._ff17o {
    list-style: none;
    padding: 0;
}

._ff17o li { margin-bottom: 12px; }

._ff17o a {
    color: var(--text-secondary);
    font-size: 15px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

._ff17o a:hover {
    color: var(--z14jw);
    padding-left: 6px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--text-secondary);
}

.footer-contact li i {
    color: var(--z14jw);
    margin-top: 4px;
}

._b9qmnr {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

._b9qmnr a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 16px;
    transition: var(--transition);
}

._b9qmnr a:hover {
    background: var(--z14jw);
    border-color: var(--z14jw);
    color: var(--bg-primary);
}

._mfcsq {
    border-top: 1px solid var(--border-color);
    padding-top: 28px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

._mfcsq p {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
}

.footer-policy {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-policy a {
    font-size: 14px;
    color: var(--text-muted);
}

.footer-policy a:hover { color: var(--z14jw); }

._xr84hh {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--z14jw);
    color: var(--bg-primary);
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: var(--transition);
    box-shadow: var(--accent-glow);
}

._xr84hh.visible { display: flex; }

._xr84hh:hover {
    transform: translateY(-4px);
    background: var(--z15fv);
}

.nav-pills .nav-link {
    color: var(--text-secondary);
    font-weight: var(--fw-medium);
    padding: 10px 24px;
    border-radius: var(--z4vj);
    border: 1px solid var(--border-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: var(--transition);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background: var(--z14jw);
    border-color: var(--z14jw);
    color: var(--bg-primary);
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    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(--z14jw);
    border-color: var(--z14jw);
    color: var(--bg-primary);
}

.swiper-pagination-bullet {
    background: var(--text-muted);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--z14jw);
    width: 24px;
    border-radius: 8px;
}

.wow { visibility: visible !important; opacity: 1 !important; }
.wow-ready .wow { visibility: visible; }
.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(-15px); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }

@media (max-width: 1200px) {
    :root { --z19wq: 56px; --z20la: 40px; }
}

@media (max-width: 992px) {
    :root {
        --z19wq: 44px; --z20la: 34px; --z21qy: 26px;
        --_epnx6: 90px 0;
    }

    ._nm2or {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-secondary);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.5);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    ._nm2or.active { right: 0; }

    ._nm2or .nav-link {
        display: block !important;
        font-size: 18px !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        text-transform: none;
        letter-spacing: 0;
        color: var(--text-primary) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    ._nm2or .nav-link:hover,
    ._nm2or .nav-link.active {
        color: var(--z14jw) !important;
    }

    ._nm2or .nav-link::after { display: none; }

    ._slat2 { display: none !important; }

    ._slw7w {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    ._g0z8jvo {
        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;
    }

    ._g0z8jvo.active {
        opacity: 1;
        visibility: visible;
    }

    ._o8018z { font-size: var(--z19wq); }
    .process-item:not(:last-child)::after { display: none; }
    ._xqbws83 { font-size: 40px; }
    .marquee-track .marquee-item { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --z19wq: 36px; --z20la: 28px; --z21qy: 22px; --fs-h4: 20px;
        --_epnx6: 70px 0;
    }

    ._e2p4yg0 { margin-bottom: 40px; }
    ._oyaasa8 { min-height: auto; padding: 140px 0 80px; }
    ._tvg21 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; border-radius: var(--z7h7); }
    .newsletter-form button { border-radius: var(--z7h7); width: 100%; }
    ._jh8zl7b ._p0kgr { font-size: 40px; }
    ._mfcsq { text-align: center; flex-direction: column; }
    .marquee-track .marquee-item { font-size: 28px; }
}

@media (max-width: 576px) {
    :root {
        --z19wq: 30px; --z20la: 24px; --z21qy: 20px;
        --_epnx6: 56px 0;
    }

    ._yhalfq6 { padding: 28px; }
    ._jh8zl7b { padding: 28px; }
    ._wce4g5 { padding: 28px 20px; }
    ._fn12v8, ._af5jd2k { font-size: 11px; padding: 5px 14px; }
}

._cjfog ._af5jd2k { color: #fff; }
._cjfog ._fn12v8 { color: var(--z14jw); }
._cjfog ._i1jahu { color: rgba(255,255,255,0.55); }
._cjfog ._ff17o a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._cjfog ._ff17o 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(--z14jw) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
