

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #faf5ff;
    --bg-card: #ffffff;
    --bg-card-hover: #f8f0ff;
    --text-primary: #1e1b4b;
    --text-secondary: #4b5563;
    --text-muted: #9ca3af;
    --footer-dark-bg: #1e1b4b;
    --border-color: #e5e7eb;
    --border-light: #d1d5db;

    --w14a3: #8b5cf6;
    --w15k6: #ec4899;
    --w16zp: #06b6d4;
    --w1f1: linear-gradient(135deg, var(--w14a3), var(--w15k6));
    --w1f1-alt: linear-gradient(135deg, var(--w15k6), var(--w16zp));
    --accent-glow: 0 4px 14px rgba(139, 92, 246, 0.25);

    --w3yq: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    --w5va: 'Inter', system-ui, sans-serif;

    --w19fg: 60px;
    --w20vd: 44px;
    --w21kc: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --w17cx: 16px;
    --fs-small: 14px;

    --w18jk: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --w6lc: 10px;
    --w7ja: 14px;
    --w8ws: 20px;
    --w9b3: 28px;
    --w4q0: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --w10qv: 0 2px 8px rgba(0, 0, 0, 0.04);
    --w11uz: 0 4px 20px rgba(139, 92, 246, 0.08);
    --w12ml: 0 8px 32px rgba(139, 92, 246, 0.12);
    --w13u6: 0 16px 48px rgba(139, 92, 246, 0.16);

    --sc_yelmul: 100px 0;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--w5va);
    font-size: var(--w17cx);
    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(--w14a3);
    transition: var(--transition);
}

a:hover { color: var(--w15k6); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--w14a3);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--w3yq);
    font-weight: var(--w18jk);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--w19fg); letter-spacing: -1px; }
h2 { font-size: var(--w20vd); letter-spacing: -0.5px; }
h3 { font-size: var(--w21kc); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--w14a3); }
.text-accent-2 { color: var(--w15k6); }
.text-dark { color: var(--text-primary); }
.sc_pqq57d { color: var(--text-muted); }

.sc_yelmul { padding: var(--sc_yelmul); position: relative; }
.sc_yelmul-sm { padding: 60px 0; }
.sc_yelmul-lg { padding: 140px 0; }
.sc_yelmul > .container { position: relative; z-index: 1; }

.sc_tishel { background-color: var(--bg-primary); }
.sc_k0wref { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--w1f1); }
.bg-gradient-subtle {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.bg-gradient-custom {
    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(.sc_akdzvy) { color: #fff; }
.bg-gradient-custom .sc_hovnes { color: #fff; }
.bg-gradient-custom .sc_j7t77h { color: rgba(255,255,255,0.7); }

.sc_culip9 {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.7);
}
.sc_culip9 h1, .sc_culip9 h2, .sc_culip9 h3,
.sc_culip9 h4, .sc_culip9 h5, .sc_culip9 h6 { color: #fff; }
.sc_culip9 p, .sc_culip9 li, .sc_culip9 span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_culip9 a:not(.sc_akdzvy) { color: rgba(255,255,255,0.8); }
.sc_culip9 a:not(.sc_akdzvy):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; }

.sc_hhtvpl {
    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_hhtvpl.loaded { opacity: 0; visibility: hidden; }

.sc_bpw5ar {
    display: flex;
    gap: 10px;
}

.sc_cze1pu {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation: sc_hhtvplBounce 1.4s ease-in-out infinite both;
}

.sc_cze1pu:nth-child(1) { background: var(--w14a3); animation-delay: -0.32s; }
.sc_cze1pu:nth-child(2) { background: var(--w15k6); animation-delay: -0.16s; }
.sc_cze1pu:nth-child(3) { background: var(--w16zp); animation-delay: 0; }

@keyframes sc_hhtvplBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.sc_akdzvy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-size: var(--w17cx);
    font-weight: var(--fw-semibold);
    border-radius: var(--w4q0);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.sc_u8ik22 {
    background: var(--w1f1);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.sc_u8ik22:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.35);
    color: #fff;
}

.sc_pse012 {
    background: transparent;
    color: var(--w14a3);
    border: 2px solid var(--w14a3);
}

.sc_pse012:hover {
    background: var(--w14a3);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--w14a3);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover { color: var(--w15k6); }

.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_uyvmfd {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

.sc_uyvmfd.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--w10qv);
}

.sc_pptqlk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_q7htu4 {
    font-family: var(--w3yq);
    font-size: 26px;
    font-weight: 800;
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_q7htu4:hover {
    opacity: 0.9;
}

.sc_fyko79 {
    display: flex;
    align-items: center;
    gap: 32px;
}

.sc_fyko79 .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.sc_fyko79 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--w1f1);
    transition: all 0.3s ease;
    border-radius: 2px;
    transform: translateX(-50%);
}

.sc_fyko79 .nav-link:hover,
.sc_fyko79 .nav-link.active { color: var(--w14a3); }

.sc_fyko79 .nav-link:hover::after,
.sc_fyko79 .nav-link.active::after { width: 100%; }

.sc_i5ixcg { margin-left: 16px; }

.sc_zprfhl, .sc_pu9lln { display: flex; align-items: center; gap: 32px; }
.sc_zprfhl .nav-link, .sc_pu9lln .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.sc_zprfhl .nav-link:hover, .sc_pu9lln .nav-link:hover { color: var(--w14a3); }
.sc_zprfhl ~ .sc_fyko79 { display: none; }

.sc_tggu1a {
    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_tggu1a .sc_ulu8f5 {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sc_tggu1a.active .sc_ulu8f5:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_tggu1a.active .sc_ulu8f5:nth-child(2) { opacity: 0; }
.sc_tggu1a.active .sc_ulu8f5:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sc_zk245s {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

.sc_zk245s .hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.sc_zk245s .sc_vjd1py {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(ellipse at top right, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at bottom left, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
}

.sc_m2ci9j {
    position: relative;
    z-index: 2;
}

.sc_ovl70v {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--w14a3);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border-radius: var(--w4q0);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.sc_ls7e9b {
    font-size: var(--w19fg);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.sc_rv4bja {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.sc_uwhfqc {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sc_g6f41w {
    position: relative;
    z-index: 2;
}

.sc_g6f41w img {
    border-radius: var(--w9b3);
    box-shadow: var(--w13u6);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.hero-shape-1 {
    width: 500px;
    height: 500px;
    background: var(--w14a3);
    top: -200px;
    right: -100px;
}

.hero-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--w15k6);
    bottom: -100px;
    left: -100px;
}

.sc_kc6lag {
    margin-bottom: 60px;
}

.sc_lwn0zo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--w18jk);
    text-transform: uppercase;
    letter-spacing: 3px;
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.sc_eoup0i {
    font-size: var(--w20vd);
    font-weight: var(--w18jk);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.sc_xpqi1x {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.sc_kc6lag.text-center .sc_xpqi1x {
    margin-left: auto;
    margin-right: auto;
}

.sc_wdit2i {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w8ws);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--w10qv);
    position: relative;
    overflow: hidden;
}

.sc_wdit2i::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--w1f1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sc_wdit2i:hover::before { opacity: 1; }

.sc_wdit2i:hover {
    transform: translateY(-5px);
    box-shadow: var(--w12ml);
}

.sc_wdit2i .sc_sqjk4u {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--w7ja);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--w14a3);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.sc_wdit2i:hover .sc_sqjk4u {
    background: var(--w1f1);
    color: #fff;
    transform: scale(1.1);
}

.sc_wdit2i .sc_zkjduq {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_wdit2i .sc_pppt8s {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_wdit2i-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w7ja);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--w10qv);
}

.sc_wdit2i-horizontal:hover {
    box-shadow: var(--w11uz);
    border-color: var(--w14a3);
    transform: translateY(-3px);
}

.sc_wdit2i-horizontal .sc_sqjk4u {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--w6lc);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--w14a3);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--w9b3);
    overflow: hidden;
    box-shadow: var(--w13u6);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--w9b3);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--w1f1);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--w7ja);
    text-align: center;
    box-shadow: var(--w12ml);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--w18jk);
    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(--w14a3);
    font-size: 16px;
}

.sc_xvlzis {
    background: var(--bg-secondary);
}

.sc_xvlzis.bg-gradient-custom {
    background: var(--w1f1);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.sc_hovnes {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.bg-gradient-custom .sc_hovnes { color: #fff; }
.sc_hovnes { color: var(--text-primary); }

.sc_hovnes .counter-suffix {
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_j7t77h {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg-gradient-custom .sc_j7t77h {
    color: rgba(255, 255, 255, 0.7);
}

.sc_ae1k28 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w8ws);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--w10qv);
}

.sc_ae1k28:hover {
    transform: translateY(-8px);
    box-shadow: var(--w13u6);
}

.sc_ae1k28 .sc_zykmln {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.sc_ae1k28 .sc_zykmln img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_ae1k28:hover .sc_zykmln img {
    transform: scale(1.08);
}

.sc_ae1k28 .sc_zykmln .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--w1f1);
    color: #fff;
    padding: 6px 18px;
    border-radius: var(--w4q0);
    font-size: 12px;
    font-weight: var(--w18jk);
}

.sc_ae1k28 .card-body { padding: 28px; }

.sc_ae1k28 .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_ae1k28 .card-title a { color: var(--text-primary); }
.sc_ae1k28 .card-title a:hover { color: var(--w14a3); }

.sc_ae1k28 .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.sc_ae1k28 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.sc_ae1k28 .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--w18jk);
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_x8507i {
    text-align: center;
    transition: var(--transition);
}

.sc_x8507i:hover { transform: translateY(-5px); }

.sc_x8507i .sc_p0nfm9 {
    position: relative;
    overflow: hidden;
    border-radius: var(--w9b3);
    margin-bottom: 20px;
    box-shadow: var(--w11uz);
}

.sc_x8507i .sc_p0nfm9 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_x8507i:hover .sc_p0nfm9 img { transform: scale(1.05); }

.sc_x8507i .team-social {
    position: absolute;
    bottom: -60px;
    left: 0; width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}

.sc_x8507i: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.2);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover { background: var(--w14a3); }

.sc_x8507i .sc_fetlvo {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

.sc_x8507i .sc_cxqx3s {
    font-size: var(--fs-small);
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: var(--fw-medium);
}

.sc_s6rsup {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w8ws);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--w10qv);
    position: relative;
}

.sc_s6rsup::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--w1f1);
    border-radius: var(--w8ws) var(--w8ws) 0 0;
}

.sc_s6rsup:hover {
    box-shadow: var(--w12ml);
    transform: translateY(-3px);
}

.sc_s6rsup .quote-icon {
    font-size: 36px;
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.sc_s6rsup .sc_cdvcbl {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.sc_s6rsup .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc_s6rsup .sc_pu5pjg {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(139, 92, 246, 0.2);
}

.sc_s6rsup .sc_rxtplj {
    font-size: var(--w17cx);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.sc_s6rsup .sc_uj0w9p {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.sc_s6rsup .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--w8ws);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--w11uz);
}

.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(30, 27, 75, 0.9) 0%, rgba(30, 27, 75, 0.1) 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;
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: var(--w18jk);
}

.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(--w7ja) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--w10qv);
}

.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(--w14a3);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_asdufr {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w9b3);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--w10qv);
    overflow: hidden;
}

.sc_asdufr.featured {
    border-color: transparent;
    background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
                var(--w1f1) border-box;
    border: 2px solid transparent;
    box-shadow: var(--w12ml);
}

.sc_asdufr.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: var(--w1f1);
    color: #fff;
    padding: 6px 24px;
    font-size: 12px;
    font-weight: var(--w18jk);
    border-radius: 0 0 var(--w6lc) var(--w6lc);
}

.sc_asdufr:hover {
    transform: translateY(-8px);
    box-shadow: var(--w13u6);
}

.sc_asdufr .sc_ng42e2 {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: var(--w18jk);
    margin-bottom: 16px;
}

.sc_asdufr .sc_tudxw4 {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.sc_asdufr .sc_tudxw4 .currency {
    font-size: 24px;
    vertical-align: top;
    background: var(--w1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_asdufr .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.sc_asdufr .sc_idembz {
    text-align: left;
    margin-bottom: 30px;
}

.sc_asdufr .sc_idembz 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_asdufr .sc_idembz li:last-child { border-bottom: none; }
.sc_asdufr .sc_idembz li i { color: var(--w14a3); }
.sc_asdufr .sc_idembz li.disabled { opacity: 0.4; text-decoration: line-through; }

.sc_o56b3r {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--w8ws);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--w10qv);
}

.sc_o56b3r:hover {
    transform: translateY(-5px);
    box-shadow: var(--w12ml);
}

.sc_o56b3r .sc_zykmln {
    height: 200px;
    overflow: hidden;
}

.sc_o56b3r .sc_zykmln img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_o56b3r:hover .sc_zykmln img { transform: scale(1.05); }

.sc_o56b3r .card-body { padding: 24px; }

.sc_o56b3r .sc_dg1mz4 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.sc_o56b3r .sc_dg1mz4 i {
    margin-right: 4px;
    color: var(--w14a3);
}

.sc_o56b3r .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

.sc_o56b3r .card-title a { color: var(--text-primary); }
.sc_o56b3r .card-title a:hover { color: var(--w14a3); }

.sc_a3ktqc {
    background: var(--w1f1);
    position: relative;
    overflow: hidden;
}

.sc_a3ktqc .cta-content {
    position: relative;
    z-index: 2;
}

.sc_a3ktqc .sc_ogqkds {
    font-size: var(--w20vd);
    color: #fff;
    letter-spacing: -0.5px;
}

.sc_a3ktqc .sc_t9tjz4 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 600px;
}

.sc_a3ktqc p, .sc_a3ktqc li { color: rgba(255,255,255,0.85); }

.sc_a3ktqc .sc_akdzvy {
    background: #fff;
    color: var(--w14a3);
    font-weight: var(--w18jk);
}

.sc_a3ktqc .sc_akdzvy:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.sc_a3ktqc .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 { width: 400px; height: 400px; top: -200px; right: -100px; }
.cta-shape-2 { width: 300px; height: 300px; bottom: -150px; left: -100px; }

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--w4q0);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--w17cx);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--w14a3); box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item .sc_k65muj {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--w1f1);
    color: #fff;
    font-size: 24px;
    font-weight: var(--w18jk);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}

.process-item .sc_q98emd {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    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: 32px; right: -20px;
    width: 40px; height: 2px;
    background: var(--w1f1);
    opacity: 0.3;
}

.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(--w18jk);
    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_mlxccg {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.6);
}

.sc_mlxccg h1, .sc_mlxccg h2, .sc_mlxccg h3,
.sc_mlxccg h4, .sc_mlxccg h5 { color: #fff; }

.sc_n3wdmi .sc_zw33oe {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.sc_n3wdmi .sc_zw33oe::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--w1f1);
    border-radius: 2px;
}

.sc_n3wdmi p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.sc_up8ef3 a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.sc_up8ef3 a:hover {
    color: #fff;
    padding-left: 5px;
}

.sc_up8ef3 li { margin-bottom: 10px; }

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.footer-contact li i { color: var(--w15k6); margin-top: 4px; }

.sc_km9xs5 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sc_km9xs5 a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}

.sc_km9xs5 a:hover {
    background: var(--w1f1);
    border-color: transparent;
    color: #fff;
}

.sc_m0e89m {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    margin-top: 60px;
}

.sc_m0e89m p {
    margin: 0;
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.4);
}

.footer-policy {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-policy a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-policy a:hover {
    color: var(--w14a3);
}

.policy-content h1 {
    font-size: var(--w20vd);
    font-weight: var(--w18jk);
    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(--w14a3);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.sc_cex9sl {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--w1f1);
    color: #fff;
    border: none;
    border-radius: var(--w7ja);
    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_cex9sl.visible { opacity: 1; visibility: visible; }
.sc_cex9sl:hover { transform: translateY(-3px); }

.sc_ee4cgv .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--w6lc);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--w17cx);
}

.sc_ee4cgv .form-control:focus {
    border-color: var(--w14a3);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

.sc_ee4cgv .form-control::placeholder { color: var(--text-muted); }
.sc_ee4cgv textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--w1f1);
    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: var(--w6lc);
    color: var(--text-primary);
    box-shadow: var(--w10qv);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--w1f1);
    border-color: transparent;
    color: #fff;
}

.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 { --w19fg: 50px; --w20vd: 38px; }
}

@media (max-width: 992px) {
    :root {
        --w19fg: 40px; --w20vd: 32px; --w21kc: 26px;
        --sc_yelmul: 80px 0;
    }

    .sc_fyko79 {
        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.25);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    .sc_fyko79.active {
        right: 0;
    }

    .sc_fyko79 .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_fyko79 .nav-link:hover,
    .sc_fyko79 .nav-link.active {
        color: var(--w14a3) !important;
    }

    .sc_fyko79 .nav-link::after {
        display: none;
    }

    .sc_i5ixcg { display: none !important; }

    .sc_tggu1a {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .sc_rcoiv7 {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .sc_rcoiv7.active {
        opacity: 1;
        visibility: visible;
    }

    .sc_ls7e9b { font-size: var(--w19fg); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_hovnes { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --w19fg: 34px; --w20vd: 28px; --w21kc: 22px; --fs-h4: 20px;
        --sc_yelmul: 60px 0;
    }
    .sc_kc6lag { margin-bottom: 40px; }
    .sc_zk245s { min-height: auto; padding: 140px 0 80px; }
    .sc_uwhfqc { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_asdufr .sc_tudxw4 { font-size: 40px; }
    .sc_m0e89m { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --w19fg: 28px; --w20vd: 24px; --w21kc: 20px;
        --sc_yelmul: 50px 0;
    }
    .sc_s6rsup { padding: 24px; }
    .sc_asdufr { padding: 28px; }
    .sc_wdit2i { padding: 28px 20px; }
}

.sc_culip9 .sc_ovl70v { color: #fff; }
.sc_culip9 .sc_lwn0zo { color: var(--w14a3); }
.sc_culip9 .sc_pqq57d { color: rgba(255,255,255,0.55); }
.sc_culip9 .sc_up8ef3 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_culip9 .sc_up8ef3 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(--w14a3) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
