

:root {
    --bg-primary: #0c0c1c;
    --bg-secondary: #13132b;
    --bg-card: #1a1a3e;
    --bg-card-hover: #222255;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.4);
    --footer-dark-bg: #0c0c1c;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.15);

    --f14y6: #6c5ce7;
    --f15tf: #00cec9;
    --f1ya: linear-gradient(135deg, var(--f14y6), var(--f15tf));
    --accent-glow: 0 0 20px rgba(108, 92, 231, 0.3);

    --f3c0: 'Inter', system-ui, sans-serif;
    --f5m6: 'Inter', system-ui, sans-serif;

    --f19z3: 56px;
    --f20b3: 42px;
    --f21u5: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --f17hq: 16px;
    --fs-small: 14px;

    --f18fz: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --f6zy: 8px;
    --f7rw: 12px;
    --f8bb: 16px;
    --f9rp: 24px;
    --f4vz: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --f10u8: 0 2px 8px rgba(0, 0, 0, 0.3);
    --f11ds: 0 4px 16px rgba(0, 0, 0, 0.35);
    --f12x5: 0 8px 32px rgba(0, 0, 0, 0.4);
    --f13b6: 0 16px 48px rgba(0, 0, 0, 0.5);

    --sc_auas6t: 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(--f5m6);
    font-size: var(--f17hq);
    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(--f14y6);
    transition: var(--transition);
}

a:hover {
    color: var(--f15tf);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f3c0);
    font-weight: var(--f18fz);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--f19z3); }
h2 { font-size: var(--f20b3); }
h3 { font-size: var(--f21u5); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--f1ya);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--f14y6); }
.text-accent-2 { color: var(--f15tf); }
.text-white { color: var(--text-primary); }
.sc_v7frjn { color: var(--text-muted); }

.sc_auas6t { padding: var(--sc_auas6t); position: relative; }
.sc_auas6t-sm { padding: 60px 0; }
.sc_auas6t-lg { padding: 140px 0; }
.sc_auas6t > .container { position: relative; z-index: 1; }

.sc_xshokl { background-color: var(--bg-primary); }
.sc_k7jzsg { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom {
    background: var(--f1ya);
    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,
.bg-gradient-custom .sc_uhq6ol { color: rgba(255,255,255,0.8); }
.bg-gradient-custom a:not(.sc_tmej3i) { color: #fff; }
.bg-gradient-custom .sc_olq2wb { color: #fff; }

.sc_liejth {
    background-color: #1a1a30;
    color: rgba(255,255,255,0.7);
}
.sc_liejth h1, .sc_liejth h2, .sc_liejth h3,
.sc_liejth h4, .sc_liejth h5, .sc_liejth h6 { color: #fff; }
.sc_liejth p, .sc_liejth li { color: rgba(255,255,255,0.7); }
.sc_liejth a:not(.sc_tmej3i) { color: rgba(255,255,255,0.8); }

.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; }

.sc_atlo9r {
    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;
}

.sc_atlo9r.loaded {
    opacity: 0;
    visibility: hidden;
}

.sc_oreags {
    display: flex;
    gap: 8px;
}

.sc_zuydcx {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--f14y6);
    animation: sc_atlo9rBounce 1.4s ease-in-out infinite both;
}

.sc_zuydcx:nth-child(1) { animation-delay: -0.32s; }
.sc_zuydcx:nth-child(2) { animation-delay: -0.16s; }
.sc_zuydcx:nth-child(3) { animation-delay: 0; }

@keyframes sc_atlo9rBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.sc_tmej3i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--f17hq);
    font-weight: var(--fw-semibold);
    border-radius: var(--f4vz);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0.3px;
}

.sc_vhccfi {
    background: var(--f1ya);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.sc_vhccfi:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(108, 92, 231, 0.4);
    color: #fff;
}

.sc_or7x1n {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-light);
}

.sc_or7x1n:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--f14y6);
    color: var(--f14y6);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--f14y6);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover {
    color: var(--f15tf);
}

.btn-link-custom i {
    transition: transform 0.3s ease;
}

.btn-link-custom:hover i {
    transform: translateX(5px);
}

.sc_ht4b0r {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

.sc_ht4b0r.scrolled {
    background: rgba(12, 12, 28, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.sc_qk3f9o {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_zhcncw {
    font-size: 24px;
    font-weight: var(--f18fz);
    color: var(--text-primary);
}

.sc_zhcncw:hover {
    color: var(--text-primary);
}

.sc_t5z0iu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.sc_t5z0iu .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc_t5z0iu .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--f1ya);
    transition: width 0.3s ease;
}

.sc_t5z0iu .nav-link:hover,
.sc_t5z0iu .nav-link.active {
    color: var(--text-primary);
}

.sc_t5z0iu .nav-link:hover::after,
.sc_t5z0iu .nav-link.active::after {
    width: 100%;
}

.sc_i4kx6m {
    margin-left: 16px;
}

.sc_eisdl2, .sc_s1i1vv {
    display: flex;
    align-items: center;
    gap: 32px;
}
.sc_eisdl2 .nav-link, .sc_s1i1vv .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}
.sc_eisdl2 .nav-link:hover, .sc_s1i1vv .nav-link:hover { color: var(--f14y6); }
.sc_eisdl2 ~ .sc_t5z0iu { display: none; }

.sc_ca1l76 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
}

.sc_ca1l76 .sc_wppndm {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sc_ca1l76.active .sc_wppndm:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_ca1l76.active .sc_wppndm:nth-child(2) { opacity: 0; }
.sc_ca1l76.active .sc_wppndm:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sc_np8plf {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.sc_np8plf .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.sc_np8plf .sc_yhep3r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--bg-primary) 0%, transparent 30%, transparent 70%, var(--bg-primary) 100%);
}

.sc_ys6t1k {
    position: relative;
    z-index: 2;
}

.sc_fuz0hf {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--f14y6);
    margin-bottom: 24px;
    padding: 8px 20px;
    border: 1px solid rgba(108, 92, 231, 0.3);
    border-radius: var(--f4vz);
}

.sc_ik4of8 {
    font-size: var(--f19z3);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
}

.sc_puoivy {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.sc_kq91xb {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sc_yw323u {
    position: relative;
    z-index: 2;
}

.sc_yw323u img {
    border-radius: var(--f8bb);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
    background: var(--f14y6);
    top: -100px;
    right: -100px;
}

.hero-shape-2 {
    width: 300px;
    height: 300px;
    background: var(--f15tf);
    bottom: -50px;
    left: -50px;
}

.sc_wlz7u0 {
    margin-bottom: 60px;
}

.sc_ouywcj {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--f14y6);
    margin-bottom: 16px;
}

.sc_v53cn0 {
    font-size: var(--f20b3);
    font-weight: var(--f18fz);
    margin-bottom: 16px;
}

.sc_zrh4bc {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.sc_wlz7u0.text-center .sc_zrh4bc {
    margin-left: auto;
    margin-right: auto;
}

.sc_n0a1kd {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f7rw);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
}

.sc_n0a1kd:hover {
    background: var(--bg-card-hover);
    border-color: var(--border-light);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sc_n0a1kd .sc_blhj76 {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--f7rw);
    background: rgba(108, 92, 231, 0.1);
    color: var(--f14y6);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.sc_n0a1kd:hover .sc_blhj76 {
    background: var(--f1ya);
    color: #fff;
}

.sc_n0a1kd .sc_er4jnx {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
}

.sc_n0a1kd .sc_jq21bt {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_n0a1kd-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f7rw);
    padding: 30px;
    transition: var(--transition);
}

.sc_n0a1kd-horizontal:hover {
    border-color: var(--f14y6);
    transform: translateY(-3px);
}

.sc_n0a1kd-horizontal .sc_blhj76 {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--f6zy);
    background: rgba(108, 92, 231, 0.1);
    color: var(--f14y6);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--f8bb);
    overflow: hidden;
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--f8bb);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--f1ya);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--f7rw);
    text-align: center;
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--f18fz);
    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);
}

.about-list li i {
    color: var(--f15tf);
    font-size: 16px;
}

.sc_h2z1au {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.sc_olq2wb {
    font-size: 48px;
    font-weight: var(--f18fz);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.sc_olq2wb .counter-suffix {
    color: var(--f14y6);
}

.sc_uhq6ol {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sc_gmh9nk {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f7rw);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.sc_gmh9nk:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--f14y6);
}

.sc_gmh9nk .sc_k3xiha {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.sc_gmh9nk .sc_k3xiha img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_gmh9nk:hover .sc_k3xiha img {
    transform: scale(1.05);
}

.sc_gmh9nk .sc_k3xiha .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--f1ya);
    color: #fff;
    padding: 4px 16px;
    border-radius: var(--f4vz);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}

.sc_gmh9nk .card-body {
    padding: 28px;
}

.sc_gmh9nk .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
}

.sc_gmh9nk .card-title a {
    color: var(--text-primary);
}

.sc_gmh9nk .card-title a:hover {
    color: var(--f14y6);
}

.sc_gmh9nk .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.sc_gmh9nk .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.sc_gmh9nk .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--f18fz);
    color: var(--f14y6);
}

.sc_oesyft {
    text-align: center;
    transition: var(--transition);
}

.sc_oesyft:hover {
    transform: translateY(-5px);
}

.sc_oesyft .sc_vzi9vm {
    position: relative;
    overflow: hidden;
    border-radius: var(--f8bb);
    margin-bottom: 20px;
}

.sc_oesyft .sc_vzi9vm img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_oesyft:hover .sc_vzi9vm img {
    transform: scale(1.05);
}

.sc_oesyft .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;
}

.sc_oesyft:hover .team-social {
    bottom: 0;
}

.team-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover {
    background: var(--f14y6);
}

.sc_oesyft .sc_vs8mmm {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
}

.sc_oesyft .sc_gcsle0 {
    font-size: var(--fs-small);
    color: var(--f14y6);
}

.sc_psyz9p {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f7rw);
    padding: 40px;
    transition: var(--transition);
}

.sc_psyz9p:hover {
    border-color: var(--border-light);
}

.sc_psyz9p .quote-icon {
    font-size: 32px;
    color: var(--f14y6);
    margin-bottom: 20px;
    opacity: 0.5;
}

.sc_psyz9p .sc_wr78jk {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-style: italic;
}

.sc_psyz9p .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc_psyz9p .sc_bcq03i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.sc_psyz9p .sc_lfx7yf {
    font-size: var(--f17hq);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.sc_psyz9p .sc_boqteb {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.sc_psyz9p .stars {
    color: #ffc107;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--f7rw);
    overflow: hidden;
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(12, 12, 28, 0.9) 0%, transparent 60%);
    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(--f14y6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.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);
    border-radius: var(--f7rw) !important;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 18px;
    font-weight: var(--fw-semibold);
    padding: 20px 28px;
    box-shadow: none;
    border: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--bg-card-hover);
    color: var(--f14y6);
}

.faq-section .accordion-button::after {
    filter: invert(1);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_q2v8pw {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f8bb);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
}

.sc_q2v8pw.featured {
    border-color: var(--f14y6);
    box-shadow: var(--accent-glow);
}

.sc_q2v8pw.featured::before {
    content: 'Популярный';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--f1ya);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: 0 0 var(--f6zy) var(--f6zy);
}

.sc_q2v8pw:hover {
    transform: translateY(-5px);
}

.sc_q2v8pw .sc_xs8wak {
    font-size: var(--fs-h5);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.sc_q2v8pw .sc_mzccsu {
    font-size: 56px;
    font-weight: var(--f18fz);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.sc_q2v8pw .sc_mzccsu .currency {
    font-size: 24px;
    vertical-align: top;
    color: var(--f14y6);
}

.sc_q2v8pw .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.sc_q2v8pw .sc_ib4g4p {
    text-align: left;
    margin-bottom: 30px;
}

.sc_q2v8pw .sc_ib4g4p 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);
}

.sc_q2v8pw .sc_ib4g4p li:last-child {
    border-bottom: none;
}

.sc_q2v8pw .sc_ib4g4p li i {
    color: var(--f15tf);
}

.sc_q2v8pw .sc_ib4g4p li.disabled {
    opacity: 0.4;
    text-decoration: line-through;
}

.sc_yead41 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f7rw);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.sc_yead41:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sc_yead41 .sc_k3xiha {
    height: 200px;
    overflow: hidden;
}

.sc_yead41 .sc_k3xiha img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_yead41:hover .sc_k3xiha img {
    transform: scale(1.05);
}

.sc_yead41 .card-body {
    padding: 24px;
}

.sc_yead41 .sc_kejsw7 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.sc_yead41 .sc_kejsw7 i {
    margin-right: 4px;
    color: var(--f14y6);
}

.sc_yead41 .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
}

.sc_yead41 .card-title a {
    color: var(--text-primary);
}

.sc_yead41 .card-title a:hover {
    color: var(--f14y6);
}

.sc_gfwfpm {
    background: var(--f1ya);
    position: relative;
    overflow: hidden;
}

.sc_gfwfpm .cta-content {
    position: relative;
    z-index: 2;
}

.sc_gfwfpm .sc_qmqsct {
    font-size: var(--f20b3);
    color: #fff;
}

.sc_gfwfpm .sc_bd5lqc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
}

.sc_gfwfpm p, .sc_gfwfpm li { color: rgba(255,255,255,0.8); }

.sc_gfwfpm .sc_tmej3i {
    background: #fff;
    color: var(--f14y6);
}

.sc_gfwfpm .sc_tmej3i:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.sc_gfwfpm .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -50px;
}

.cta-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -50px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f4vz);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--f17hq);
}

.newsletter-form input::placeholder {
    color: var(--text-muted);
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--f14y6);
}

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item .sc_bb9554 {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 92, 231, 0.1);
    color: var(--f14y6);
    font-size: 24px;
    font-weight: var(--f18fz);
    margin: 0 auto 20px;
    border: 2px solid var(--f14y6);
}

.process-item .sc_kc4c4f {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
}

.process-item .step-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
}

.process-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: var(--border-light);
}

.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(--f18fz);
    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%); }
}

.sc_sbljwn {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
}

.sc_e6yajr .sc_pgg4zh {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.sc_e6yajr .sc_pgg4zh::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--f1ya);
}

.sc_e6yajr p {
    color: var(--text-secondary);
    font-size: var(--fs-small);
}

.sc_duncsj li {
    margin-bottom: 10px;
}

.sc_duncsj a {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.sc_duncsj a:hover {
    color: var(--f14y6);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--text-secondary);
    font-size: var(--fs-small);
}

.footer-contact li i {
    color: var(--f14y6);
    margin-top: 4px;
}

.sc_w535s3 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sc_w535s3 a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--text-secondary);
    transition: var(--transition);
}

.sc_w535s3 a:hover {
    background: var(--f14y6);
    border-color: var(--f14y6);
    color: #fff;
}

.sc_pra6lb {
    border-top: 1px solid var(--border-color);
    padding: 24px 0;
    margin-top: 60px;
}

.sc_pra6lb p {
    margin: 0;
    font-size: var(--fs-small);
    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: 13px;
    color: var(--text-muted);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.footer-policy a:hover {
    opacity: 1;
    color: var(--f14y6);
}

.policy-content h1 {
    font-size: var(--f20b3);
    font-weight: var(--f18fz);
    margin-bottom: 24px;
    color: var(--text-primary);
}

.policy-content h2 {
    font-size: var(--fs-h4);
    font-weight: var(--fw-semibold);
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.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(--f14y6);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.sc_yzdmez {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--f1ya);
    color: #fff;
    border: none;
    border-radius: 50%;
    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);
}

.sc_yzdmez.visible {
    opacity: 1;
    visibility: visible;
}

.sc_yzdmez:hover {
    transform: translateY(-3px);
}

.sc_y120gr .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--f6zy);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--f17hq);
}

.sc_y120gr .form-control:focus {
    border-color: var(--f14y6);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
    background: var(--bg-card);
    color: var(--text-primary);
}

.sc_y120gr .form-control::placeholder {
    color: var(--text-muted);
}

.sc_y120gr textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.swiper-pagination-bullet {
    background: var(--text-muted);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--f14y6);
    width: 24px;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    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(--f14y6);
    border-color: var(--f14y6);
}

.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(-15px); }
}

@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 {
        --f19z3: 48px;
        --f20b3: 36px;
    }
}

@media (max-width: 992px) {
    .sc_t5z0iu {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-body);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        box-shadow: -4px 0 30px rgba(0,0,0,0.4);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    .sc_t5z0iu.active {
        right: 0;
    }

    .sc_t5z0iu .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;
    }

    .sc_t5z0iu .nav-link:hover,
    .sc_t5z0iu .nav-link.active {
        color: var(--f14y6) !important;
    }

    .sc_t5z0iu .nav-link::after {
        display: none;
    }

    .sc_i4kx6m {
        display: none !important;
    }

    .sc_ca1l76 {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    
    .sc_zhyoeo {
        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;
    }

    .sc_zhyoeo.active {
        opacity: 1;
        visibility: visible;
    }

    .sc_ik4of8 {
        font-size: var(--f19z3);
    }

    .process-item:not(:last-child)::after {
        display: none;
    }

    .sc_olq2wb {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    :root {
        --f19z3: 34px;
        --f20b3: 28px;
        --f21u5: 22px;
        --fs-h4: 20px;
        --sc_auas6t: 60px 0;
    }

    .sc_wlz7u0 {
        margin-bottom: 40px;
    }

    .sc_np8plf {
        min-height: auto;
        padding: 140px 0 80px;
    }

    .sc_kq91xb {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .sc_q2v8pw .sc_mzccsu {
        font-size: 40px;
    }

    .sc_pra6lb {
        text-align: center;
    }
}

@media (max-width: 576px) {
    :root {
        --f19z3: 28px;
        --f20b3: 24px;
        --f21u5: 20px;
        --sc_auas6t: 50px 0;
    }

    .sc_psyz9p {
        padding: 24px;
    }

    .sc_q2v8pw {
        padding: 28px;
    }

    .sc_n0a1kd {
        padding: 28px 20px;
    }
}

.sc_liejth .sc_fuz0hf { color: #fff; }
.sc_liejth .sc_ouywcj { color: var(--f14y6); }
.sc_liejth .sc_v7frjn { color: rgba(255,255,255,0.55); }
.sc_liejth .sc_duncsj a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_liejth .sc_duncsj 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(--f14y6) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

.sc_ht4b0r:not(.scrolled) .sc_zhcncw,
.sc_ht4b0r:not(.scrolled) .nav-link {
    color: #fff !important;
}
.sc_ht4b0r:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
.sc_ht4b0r:not(.scrolled) .sc_or7x1n {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
.sc_ht4b0r:not(.scrolled) .sc_or7x1n:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.sc_ht4b0r.scrolled .sc_zhcncw,
.sc_ht4b0r.scrolled .nav-link {
    color: var(--text-primary) !important;
}
.sc_ht4b0r.scrolled .nav-link:hover {
    color: var(--f14y6) !important;
    opacity: 1;
}
.sc_ht4b0r.scrolled .sc_or7x1n {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
.sc_ht4b0r.scrolled .sc_or7x1n:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

