

:root {
    --bg-primary: #fafbff;
    --bg-secondary: #f0f3fd;
    --bg-card: #ffffff;
    --bg-card-hover: #f6f8ff;
    --text-primary: #1a1f36;
    --text-secondary: #4e5573;
    --text-muted: #8b91a8;
    --footer-dark-bg: #1a1f36;
    --border-color: #d4d9ed;
    --border-light: #e6eaf5;

    --e14b0: #6c5ce7;
    --e15f9: #fd7e50;
    --e16x7: #00cec9;
    --e1mt: linear-gradient(135deg, var(--e14b0), #a78bfa);
    --e1mt-2: linear-gradient(135deg, var(--e15f9), #feb47b);
    --accent-glow: 0 8px 32px rgba(108, 92, 231, 0.22);

    --e3al: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --e5rc: 'Inter', 'Segoe UI', sans-serif;

    --e19r4: 58px;
    --e20wy: 44px;
    --e21r3: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --e17fc: 17px;
    --fs-small: 14px;

    --e18fu: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --e6dw: 10px;
    --e7ki: 14px;
    --e8jg: 20px;
    --e9zd: 28px;
    --e4xh: 50px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    --e10i5: 0 2px 10px rgba(26, 31, 54, 0.04);
    --e11y5: 0 8px 28px rgba(26, 31, 54, 0.06);
    --e12qy: 0 16px 48px rgba(26, 31, 54, 0.08);
    --e13z7: 0 24px 64px rgba(26, 31, 54, 0.10);

    --sc_tvyzfw: 110px 0;
    --container-width: 1180px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--e5rc);
    font-size: var(--e17fc);
    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(--e14b0);
    transition: var(--transition);
}
a:hover { color: var(--e15f9); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--e14b0); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--e3al);
    font-weight: var(--e18fu);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--e19r4); letter-spacing: -0.03em; }
h2 { font-size: var(--e20wy); letter-spacing: -0.02em; }
h3 { font-size: var(--e21r3); letter-spacing: -0.01em; }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--e1mt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--e14b0); }
.text-accent-2 { color: var(--e15f9); }
.text-dark { color: var(--text-primary); }
.sc_ipildj { color: var(--text-muted); }

.sc_tvyzfw { padding: var(--sc_tvyzfw); position: relative; }
.sc_tvyzfw-sm { padding: 60px 0; }
.sc_tvyzfw-lg { padding: 150px 0; }
.sc_tvyzfw > .container { position: relative; z-index: 1; }

.sc_c2z6l3 { background-color: var(--bg-primary); }
.sc_onib2p { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--e1mt); 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_mso8pz) { color: #fff; }
.bg-gradient-custom .sc_eben09 { color: #fff; }
.bg-gradient-custom .sc_tze61s { color: rgba(255,255,255,0.7); }

.sc_ucfmtq {
    background-color: #1a1f36;
    color: rgba(255,255,255,0.7);
}
.sc_ucfmtq h1, .sc_ucfmtq h2, .sc_ucfmtq h3,
.sc_ucfmtq h4, .sc_ucfmtq h5, .sc_ucfmtq h6 { color: #fff; }
.sc_ucfmtq p, .sc_ucfmtq li, .sc_ucfmtq span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_ucfmtq a:not(.sc_mso8pz) { color: rgba(255,255,255,0.8); }
.sc_ucfmtq a:not(.sc_mso8pz):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_vdc1z9 {
    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.6s ease, visibility 0.6s ease;
}
.sc_vdc1z9.loaded { opacity: 0; visibility: hidden; }
.sc_ahodrx { display: flex; gap: 10px; }
.sc_nodt6t {
    width: 12px; height: 12px;
    border-radius: 50%;
    animation: sc_vdc1z9ColorCycle 1.6s ease-in-out infinite both;
}
.sc_nodt6t:nth-child(1) { background: var(--e14b0); animation-delay: -0.3s; }
.sc_nodt6t:nth-child(2) { background: var(--e15f9); animation-delay: -0.15s; }
.sc_nodt6t:nth-child(3) { background: var(--e16x7); animation-delay: 0; }

@keyframes sc_vdc1z9ColorCycle {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.3); opacity: 1; }
}

.sc_mso8pz {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    font-family: var(--e3al);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--e4xh);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.sc_ejn801 {
    background: var(--e1mt);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.sc_ejn801:hover {
    color: #fff;
    box-shadow: 0 12px 40px rgba(108, 92, 231, 0.30);
    transform: translateY(-3px);
}

.sc_lektl6 {
    background: transparent;
    color: var(--e14b0);
    border: 2px solid var(--e14b0);
}
.sc_lektl6:hover {
    background: var(--e1mt);
    color: #fff;
    border-color: transparent;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--e14b0);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--e17fc);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--e1mt);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}
.btn-link-custom:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-link-custom:hover { color: var(--e15f9); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_aba7t2 {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
.sc_aba7t2.scrolled {
    background: rgba(250, 251, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 12px 0;
    box-shadow: 0 2px 24px rgba(26, 31, 54, 0.06);
}
.sc_danst6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_im8k6t {
    font-family: var(--e3al);
    font-size: 28px;
    font-weight: var(--e18fu);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
.sc_im8k6t:hover { color: var(--text-primary); }

.sc_r3wp7n { display: flex; align-items: center; gap: 32px; }

.sc_r3wp7n .nav-link {
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.sc_r3wp7n .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--e1mt);
    border-radius: 3px;
    transition: width 0.35s ease;
}
.sc_r3wp7n .nav-link:hover,
.sc_r3wp7n .nav-link.active { color: var(--e14b0); }
.sc_r3wp7n .nav-link:hover::after,
.sc_r3wp7n .nav-link.active::after { width: 100%; }

.sc_fqauba { margin-left: 12px; }

.sc_ikhmnb, .sc_gwasna { display: flex; align-items: center; gap: 28px; }
.sc_ikhmnb .nav-link, .sc_gwasna .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.sc_ikhmnb .nav-link:hover, .sc_gwasna .nav-link:hover { color: var(--e14b0); }
.sc_ikhmnb ~ .sc_r3wp7n { display: none; }

.sc_y3rshp {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.sc_y3rshp .sc_yxmcei {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 4px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
}

.sc_y3rshp.active .sc_yxmcei:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_y3rshp.active .sc_yxmcei:nth-child(2) { opacity: 0; }
.sc_y3rshp.active .sc_yxmcei:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_umfz4t {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
.sc_umfz4t .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.06;
}
.sc_umfz4t .sc_jm4gkc {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, var(--bg-primary) 0%, transparent 40%, transparent 60%, var(--bg-primary) 100%);
}
.sc_m9sdnl { position: relative; z-index: 2; }

.sc_zks60r {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--e14b0);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(108, 92, 231, 0.08);
    border-radius: var(--e4xh);
    border: 1px solid rgba(108, 92, 231, 0.12);
}
.sc_zks60r i { font-size: 14px; }

.sc_zpfk66 {
    font-size: var(--e19r4);
    font-weight: var(--e18fu);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

.sc_slzm7h {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.sc_y0hwcw { display: flex; gap: 16px; flex-wrap: wrap; }

.sc_e4toq5 { position: relative; z-index: 2; }
.sc_e4toq5 img {
    border-radius: var(--e9zd);
    box-shadow: var(--e13z7);
}

.sc_umfz4t .hero-blob {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.12;
    animation: blobFloat 12s ease-in-out infinite;
}
.sc_umfz4t .hero-blob:nth-child(1) {
    background: var(--e14b0);
    top: -10%; right: 5%;
}
.sc_umfz4t .hero-blob:nth-child(2) {
    background: var(--e15f9);
    bottom: -5%; left: 10%;
    animation-delay: -4s;
    width: 400px; height: 400px;
}

@keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -20px) scale(1.05); }
    66% { transform: translate(-10px, 15px) scale(0.95); }
}

.sc_dfnxd0 { margin-bottom: 60px; }

.sc_nf16hi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--e14b0);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sc_nf16hi i { font-size: 15px; }

.sc_sz8hfp {
    font-size: var(--e20wy);
    font-weight: var(--e18fu);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.sc_riyepa {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
.sc_dfnxd0.text-center .sc_riyepa {
    margin-left: auto;
    margin-right: auto;
}

.sc_iz01x0 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e8jg);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--e10i5);
}
.sc_iz01x0:hover {
    box-shadow: var(--e12qy);
    transform: translateY(-8px);
    border-color: rgba(108, 92, 231, 0.15);
}

.sc_iz01x0 .sc_bnrf41 {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--e7ki);
    background: rgba(108, 92, 231, 0.08);
    color: var(--e14b0);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.sc_iz01x0:hover .sc_bnrf41 {
    background: var(--e1mt);
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
}

.sc_iz01x0 .sc_k5gcfg {
    font-family: var(--e3al);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--e18fu);
}
.sc_iz01x0 .sc_eq8t7y {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_iz01x0-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e7ki);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--e10i5);
}
.sc_iz01x0-horizontal:hover { box-shadow: var(--e11y5); transform: translateY(-3px); border-color: rgba(108,92,231,0.15); }
.sc_iz01x0-horizontal .sc_bnrf41 {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--e7ki);
    background: rgba(108, 92, 231, 0.08);
    color: var(--e14b0);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--e9zd);
    overflow: hidden;
    box-shadow: var(--e12qy);
}
.about-section .about-image img { width: 100%; border-radius: var(--e9zd); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--e1mt);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--e8jg);
    text-align: center;
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--e3al);
    font-size: 40px;
    line-height: 1;
    font-weight: var(--e18fu);
}
.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: 14px;
    padding: 12px 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--e14b0); font-size: 14px; }

.sc_lrks6c {
    background: var(--e1mt);
    color: #fff;
    border-radius: var(--e9zd);
}
.counter-item { text-align: center; padding: 24px; }
.sc_eben09 {
    font-family: var(--e3al);
    font-size: 52px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--e18fu);
}
.sc_eben09 .counter-suffix { color: rgba(255,255,255,0.75); }
.sc_tze61s {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.7);
}

.sc_puh5lc {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e8jg);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--e10i5);
}
.sc_puh5lc:hover {
    transform: translateY(-8px);
    box-shadow: var(--e12qy);
    border-color: rgba(108,92,231,0.15);
}
.sc_puh5lc .sc_n9rkco {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.sc_puh5lc .sc_n9rkco img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_puh5lc:hover .sc_n9rkco img { transform: scale(1.08); }
.sc_puh5lc .sc_n9rkco .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--e1mt);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--e4xh);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
.sc_puh5lc .card-body { padding: 28px; }
.sc_puh5lc .card-title {
    font-family: var(--e3al);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: var(--e18fu);
}
.sc_puh5lc .card-title a { color: var(--text-primary); }
.sc_puh5lc .card-title a:hover { color: var(--e14b0); }
.sc_puh5lc .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
.sc_puh5lc .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.sc_puh5lc .card-price {
    font-family: var(--e3al);
    font-size: var(--fs-h5);
    color: var(--e14b0);
    font-weight: var(--e18fu);
}

.sc_ovy2kq { text-align: center; transition: var(--transition); }
.sc_ovy2kq:hover { transform: translateY(-6px); }
.sc_ovy2kq .sc_k4isdz {
    position: relative;
    overflow: hidden;
    border-radius: var(--e9zd);
    margin-bottom: 20px;
}
.sc_ovy2kq .sc_k4isdz img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_ovy2kq:hover .sc_k4isdz img { transform: scale(1.05); }
.sc_ovy2kq .team-social {
    position: absolute;
    bottom: -60px; left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(26,31,54,0.65) 0%, transparent 100%);
    transition: bottom 0.4s ease;
}
.sc_ovy2kq:hover .team-social { bottom: 0; }
.team-social a {
    width: 36px; height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--e14b0); }
.sc_ovy2kq .sc_czc46m {
    font-family: var(--e3al);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--e18fu);
}
.sc_ovy2kq .sc_zhq2i0 {
    font-size: var(--fs-small);
    color: var(--e14b0);
}

.sc_dce2k0 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e8jg);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--e10i5);
    position: relative;
}
.sc_dce2k0:hover { box-shadow: var(--e12qy); transform: translateY(-5px); border-color: rgba(108,92,231,0.15); }
.sc_dce2k0 .quote-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.15;
    line-height: 1;
    background: var(--e1mt);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sc_dce2k0 .sc_k0ukfg {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
.sc_dce2k0 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sc_dce2k0 .sc_bfc0s4 {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.sc_dce2k0 .sc_c3kglf {
    font-size: var(--e17fc);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.sc_dce2k0 .sc_vt59ba {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.sc_dce2k0 .stars { color: var(--e15f9); margin-bottom: 12px; }

.sc_dce2k0::before {
    content: '🚀';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--e8jg);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--e10i5);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.portfolio-item:hover img { transform: scale(1.08); }
.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(0deg, rgba(26,31,54,0.85) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    color: var(--e15f9);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--e3al);
    font-size: var(--fs-h4);
    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-light) !important;
    border-radius: var(--e7ki) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--e3al);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    padding: 20px 24px;
    box-shadow: none;
    border: none;
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(108, 92, 231, 0.04);
    color: var(--e14b0);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_cg34fv {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e8jg);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--e10i5);
}
.sc_cg34fv.featured {
    background: var(--e1mt);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
    transform: scale(1.02);
}
.sc_cg34fv.featured .sc_c0p6k7,
.sc_cg34fv.featured .plan-period,
.sc_cg34fv.featured .sc_a44cng li { color: rgba(255,255,255,0.85); }
.sc_cg34fv.featured .sc_hg7ufa { color: #fff; }
.sc_cg34fv.featured .sc_a44cng li i { color: rgba(255,255,255,0.9); }
.sc_cg34fv.featured .sc_mso8pz { background: #fff; color: var(--e14b0); }
.sc_cg34fv.featured .sc_mso8pz:hover { background: var(--bg-secondary); }

.sc_cg34fv:hover {
    transform: translateY(-6px);
    box-shadow: var(--e12qy);
}
.sc_cg34fv.featured:hover {
    transform: scale(1.02) translateY(-6px);
}
.sc_cg34fv .sc_c0p6k7 {
    font-size: var(--fs-small);
    color: var(--e14b0);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
.sc_cg34fv .sc_hg7ufa {
    font-family: var(--e3al);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--e18fu);
}
.sc_cg34fv .sc_hg7ufa .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--e14b0);
}
.sc_cg34fv .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
.sc_cg34fv .sc_a44cng { text-align: left; margin-bottom: 30px; }
.sc_cg34fv .sc_a44cng li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    font-size: var(--fs-small);
}
.sc_cg34fv .sc_a44cng li:last-child { border-bottom: none; }
.sc_cg34fv .sc_a44cng li i { color: var(--e14b0); }
.sc_cg34fv .sc_a44cng li.disabled { opacity: 0.4; text-decoration: line-through; }

.sc_rj1lnj {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--e8jg);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--e10i5);
}
.sc_rj1lnj:hover { transform: translateY(-6px); box-shadow: var(--e12qy); border-color: rgba(108,92,231,0.15); }
.sc_rj1lnj .sc_n9rkco { height: 220px; overflow: hidden; }
.sc_rj1lnj .sc_n9rkco img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_rj1lnj:hover .sc_n9rkco img { transform: scale(1.06); }
.sc_rj1lnj .card-body { padding: 24px; }
.sc_rj1lnj .sc_aivjcc {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.sc_rj1lnj .sc_aivjcc i { margin-right: 4px; color: var(--e14b0); }
.sc_rj1lnj .card-title {
    font-family: var(--e3al);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--e18fu);
}
.sc_rj1lnj .card-title a { color: var(--text-primary); }
.sc_rj1lnj .card-title a:hover { color: var(--e14b0); }

.sc_ya3e2k {
    background: var(--e1mt);
    position: relative;
    overflow: hidden;
    border-radius: var(--e9zd);
}
.sc_ya3e2k .cta-content { position: relative; z-index: 2; }
.sc_ya3e2k .sc_irxcp3 { font-size: var(--e20wy); color: #fff; }
.sc_ya3e2k .sc_tokmaf { color: rgba(255,255,255,0.8); font-size: 18px; max-width: 540px; }
.sc_ya3e2k p, .sc_ya3e2k li { color: rgba(255,255,255,0.8); }
.sc_ya3e2k .sc_mso8pz { background: #fff; color: var(--e14b0); border: none; }
.sc_ya3e2k .sc_mso8pz:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.sc_ya3e2k .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
    z-index: 0;
}
.cta-shape-1 { width: 400px; height: 400px; top: -180px; right: -100px; }
.cta-shape-2 { width: 280px; height: 280px; bottom: -120px; left: -70px; }

.newsletter-form { display: flex; gap: 12px; max-width: 480px; }
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--e4xh);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--e5rc);
    font-size: var(--e17fc);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--e14b0); box-shadow: 0 0 0 3px rgba(108,92,231,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item .sc_xigkfs {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 92, 231, 0.08);
    color: var(--e14b0);
    font-family: var(--e3al);
    font-size: 24px;
    font-weight: var(--e18fu);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .sc_xigkfs {
    background: var(--e1mt);
    color: #fff;
}
.process-item .sc_qtyytf {
    font-family: var(--e3al);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--e18fu);
}
.process-item .step-text { font-size: var(--fs-small); color: var(--text-secondary); }
.process-item:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 24px; right: -16px;
    color: var(--e14b0);
    font-size: 24px;
    opacity: 0.5;
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 28s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 66px;
    font-weight: var(--e18fu);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 2px 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_oemocm {
    background: #1a1f36;
    color: rgba(255,255,255,0.6);
}
.sc_oemocm h1, .sc_oemocm h2, .sc_oemocm h3,
.sc_oemocm h4, .sc_oemocm h5 { color: #fff; }

.sc_sypdyy .sc_kmr94v {
    font-family: var(--e3al);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--e18fu);
}
.sc_sypdyy .sc_kmr94v::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 3px;
    background: var(--e1mt);
    border-radius: 3px;
}
.sc_sypdyy p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
.sc_mxkw88 a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
.sc_mxkw88 a:hover { color: var(--e14b0); padding-left: 5px; }
.sc_mxkw88 li { margin-bottom: 10px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; color: rgba(255,255,255,0.45); font-size: var(--fs-small);
}
.footer-contact li i { color: var(--e14b0); margin-top: 4px; }
.sc_cb0tqp { display: flex; gap: 10px; margin-top: 20px; }
.sc_cb0tqp a {
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    color: rgba(255,255,255,0.5);
    transition: var(--transition);
}
.sc_cb0tqp a:hover { background: var(--e14b0); color: #fff; }
.sc_xbwnmy { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.sc_xbwnmy p { margin: 0; font-size: var(--fs-small); color: rgba(255,255,255,0.3); }

.footer-policy { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.footer-policy a { font-size: 13px; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.3s; }
.footer-policy a:hover { color: var(--e14b0); }

.policy-content h1 { font-size: var(--e20wy); margin-bottom: 24px; }
.policy-content h2 { font-size: var(--fs-h4); margin-top: 32px; margin-bottom: 16px; }
.policy-content p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.policy-content ul, .policy-content ol { color: var(--text-secondary); padding-left: 24px; margin-bottom: 16px; }
.policy-content li { margin-bottom: 8px; line-height: 1.7; }
.policy-content a { color: var(--e14b0); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.sc_kh8onn {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--e1mt);
    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_kh8onn.visible { opacity: 1; visibility: visible; }
.sc_kh8onn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(108,92,231,0.30); }

.sc_ygp3ka .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--e7ki);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--e5rc);
    font-size: var(--e17fc);
}
.sc_ygp3ka .form-control:focus {
    border-color: var(--e14b0);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
.sc_ygp3ka .form-control::placeholder { color: var(--text-muted); }
.sc_ygp3ka textarea.form-control { min-height: 120px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-color); opacity: 1; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: var(--e14b0); width: 26px; border-radius: 10px; }
.swiper-button-prev,
.swiper-button-next {
    width: 44px; height: 44px;
    background: var(--bg-card);
    border-radius: 50%;
    color: var(--text-primary);
    box-shadow: var(--e10i5);
    border: 1px solid var(--border-light);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 14px; }
.swiper-button-prev:hover,
.swiper-button-next:hover { background: var(--e1mt); color: #fff; border-color: transparent; }

.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(-12px); }
}
.float-anim { animation: floatUpDown 5s ease-in-out infinite; }

@media (max-width: 1200px) { :root { --e19r4: 48px; --e20wy: 38px; } }

@media (max-width: 992px) {
    :root { --e19r4: 40px; --e20wy: 34px; --e21r3: 26px; --sc_tvyzfw: 80px 0; }
    .sc_r3wp7n {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(300px, 80vw);
        height: 100vh;
        background: var(--bg-primary);
        padding: 90px 28px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0,0,0,0.08);
    }
    .sc_r3wp7n.active { right: 0; }
    .sc_r3wp7n .nav-link {
        display: block !important;
        font-size: 16px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-light); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    .sc_r3wp7n .nav-link:hover, .sc_r3wp7n .nav-link.active { color: var(--e14b0) !important; }
    .sc_r3wp7n .nav-link::after { display: none; }
    .sc_fqauba { display: none !important; }
    .sc_y3rshp {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .sc_s7lmq2 {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.2);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .sc_s7lmq2.active { opacity: 1; visibility: visible; }
    .sc_zpfk66 { font-size: var(--e19r4); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_eben09 { font-size: 38px; }
    .sc_ya3e2k { border-radius: var(--e8jg); }
}

@media (max-width: 768px) {
    :root { --e19r4: 34px; --e20wy: 28px; --e21r3: 22px; --fs-h4: 20px; --sc_tvyzfw: 60px 0; }
    .sc_dfnxd0 { margin-bottom: 36px; }
    .sc_umfz4t { min-height: auto; padding: 130px 0 70px; }
    .sc_y0hwcw { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_cg34fv .sc_hg7ufa { font-size: 38px; }
    .sc_cg34fv.featured { transform: none; }
    .sc_cg34fv.featured:hover { transform: translateY(-6px); }
    .sc_xbwnmy { text-align: center; }
}

@media (max-width: 576px) {
    :root { --e19r4: 28px; --e20wy: 24px; --e21r3: 19px; --sc_tvyzfw: 44px 0; }
    .sc_dce2k0 { padding: 24px; }
    .sc_cg34fv { padding: 24px; }
    .sc_iz01x0 { padding: 24px 18px; }
    .sc_lrks6c { border-radius: var(--e7ki); }
}

.sc_ucfmtq .sc_zks60r { color: #fff; }
.sc_ucfmtq .sc_nf16hi { color: var(--e14b0); }
.sc_ucfmtq .sc_ipildj { color: rgba(255,255,255,0.55); }
.sc_ucfmtq .sc_mxkw88 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_ucfmtq .sc_mxkw88 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(--e14b0) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
