

: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;

    --h14qp: #6c5ce7;
    --h15r6: #fd7e50;
    --h16rj: #00cec9;
    --h1el: linear-gradient(135deg, var(--h14qp), #a78bfa);
    --h1el-2: linear-gradient(135deg, var(--h15r6), #feb47b);
    --accent-glow: 0 8px 32px rgba(108, 92, 231, 0.22);

    --h3an: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --h5dq: 'Inter', 'Segoe UI', sans-serif;

    --h19r4: 58px;
    --h20hy: 44px;
    --h21br: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --h17ur: 17px;
    --fs-small: 14px;

    --h18zy: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --h6z7: 10px;
    --h7w3: 14px;
    --h8a4: 20px;
    --h9st: 28px;
    --h4wm: 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);

    --h10lv: 0 2px 10px rgba(26, 31, 54, 0.04);
    --h11ut: 0 8px 28px rgba(26, 31, 54, 0.06);
    --h12ti: 0 16px 48px rgba(26, 31, 54, 0.08);
    --h13vy: 0 24px 64px rgba(26, 31, 54, 0.10);

    --sc_pkot8k: 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(--h5dq);
    font-size: var(--h17ur);
    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(--h14qp);
    transition: var(--transition);
}
a:hover { color: var(--h15r6); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--h14qp); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--h3an);
    font-weight: var(--h18zy);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--h19r4); letter-spacing: -0.03em; }
h2 { font-size: var(--h20hy); letter-spacing: -0.02em; }
h3 { font-size: var(--h21br); 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(--h1el);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--h14qp); }
.text-accent-2 { color: var(--h15r6); }
.text-dark { color: var(--text-primary); }
.sc_vmidnm { color: var(--text-muted); }

.sc_pkot8k { padding: var(--sc_pkot8k); position: relative; }
.sc_pkot8k-sm { padding: 60px 0; }
.sc_pkot8k-lg { padding: 150px 0; }
.sc_pkot8k > .container { position: relative; z-index: 1; }

.sc_lr0ce2 { background-color: var(--bg-primary); }
.sc_rkm7f7 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--h1el); 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_tbf3kg) { color: #fff; }
.bg-gradient-custom .sc_obz5qr { color: #fff; }
.bg-gradient-custom .sc_l9jg1h { color: rgba(255,255,255,0.7); }

.sc_trgpl5 {
    background-color: #1a1f36;
    color: rgba(255,255,255,0.7);
}
.sc_trgpl5 h1, .sc_trgpl5 h2, .sc_trgpl5 h3,
.sc_trgpl5 h4, .sc_trgpl5 h5, .sc_trgpl5 h6 { color: #fff; }
.sc_trgpl5 p, .sc_trgpl5 li, .sc_trgpl5 span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_trgpl5 a:not(.sc_tbf3kg) { color: rgba(255,255,255,0.8); }
.sc_trgpl5 a:not(.sc_tbf3kg):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_kr0bl7 {
    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_kr0bl7.loaded { opacity: 0; visibility: hidden; }
.sc_rj6y2x { display: flex; gap: 10px; }
.sc_x8qzng {
    width: 12px; height: 12px;
    border-radius: 50%;
    animation: sc_kr0bl7ColorCycle 1.6s ease-in-out infinite both;
}
.sc_x8qzng:nth-child(1) { background: var(--h14qp); animation-delay: -0.3s; }
.sc_x8qzng:nth-child(2) { background: var(--h15r6); animation-delay: -0.15s; }
.sc_x8qzng:nth-child(3) { background: var(--h16rj); animation-delay: 0; }

@keyframes sc_kr0bl7ColorCycle {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.3); opacity: 1; }
}

.sc_tbf3kg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    font-family: var(--h3an);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--h4wm);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.sc_f9rlr6 {
    background: var(--h1el);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.sc_f9rlr6:hover {
    color: #fff;
    box-shadow: 0 12px 40px rgba(108, 92, 231, 0.30);
    transform: translateY(-3px);
}

.sc_p6eiw3 {
    background: transparent;
    color: var(--h14qp);
    border: 2px solid var(--h14qp);
}
.sc_p6eiw3:hover {
    background: var(--h1el);
    color: #fff;
    border-color: transparent;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--h14qp);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--h17ur);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--h1el);
    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(--h15r6); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_e9c9xt {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
.sc_e9c9xt.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_jfs718 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_w6q99c {
    font-family: var(--h3an);
    font-size: 28px;
    font-weight: var(--h18zy);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
.sc_w6q99c:hover { color: var(--text-primary); }

.sc_o2i0w8 { display: flex; align-items: center; gap: 32px; }

.sc_o2i0w8 .nav-link {
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.sc_o2i0w8 .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--h1el);
    border-radius: 3px;
    transition: width 0.35s ease;
}
.sc_o2i0w8 .nav-link:hover,
.sc_o2i0w8 .nav-link.active { color: var(--h14qp); }
.sc_o2i0w8 .nav-link:hover::after,
.sc_o2i0w8 .nav-link.active::after { width: 100%; }

.sc_lxw6de { margin-left: 12px; }

.sc_l57xux, .sc_m9ht2k { display: flex; align-items: center; gap: 28px; }
.sc_l57xux .nav-link, .sc_m9ht2k .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.sc_l57xux .nav-link:hover, .sc_m9ht2k .nav-link:hover { color: var(--h14qp); }
.sc_l57xux ~ .sc_o2i0w8 { display: none; }

.sc_k80r7z {
    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_k80r7z .sc_rfmasx {
    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_k80r7z.active .sc_rfmasx:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_k80r7z.active .sc_rfmasx:nth-child(2) { opacity: 0; }
.sc_k80r7z.active .sc_rfmasx:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_zfoss7 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
.sc_zfoss7 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.06;
}
.sc_zfoss7 .sc_n1vzbn {
    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_runiy5 { position: relative; z-index: 2; }

.sc_j148be {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--h14qp);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(108, 92, 231, 0.08);
    border-radius: var(--h4wm);
    border: 1px solid rgba(108, 92, 231, 0.12);
}
.sc_j148be i { font-size: 14px; }

.sc_lrecee {
    font-size: var(--h19r4);
    font-weight: var(--h18zy);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

.sc_upnmb0 {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.sc_e3sn93 { display: flex; gap: 16px; flex-wrap: wrap; }

.sc_bfedjc { position: relative; z-index: 2; }
.sc_bfedjc img {
    border-radius: var(--h9st);
    box-shadow: var(--h13vy);
}

.sc_zfoss7 .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_zfoss7 .hero-blob:nth-child(1) {
    background: var(--h14qp);
    top: -10%; right: 5%;
}
.sc_zfoss7 .hero-blob:nth-child(2) {
    background: var(--h15r6);
    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_dvaz2q { margin-bottom: 60px; }

.sc_t0igky {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--h14qp);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sc_t0igky i { font-size: 15px; }

.sc_gyt11z {
    font-size: var(--h20hy);
    font-weight: var(--h18zy);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.sc_rge15g {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
.sc_dvaz2q.text-center .sc_rge15g {
    margin-left: auto;
    margin-right: auto;
}

.sc_epvyxf {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h8a4);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--h10lv);
}
.sc_epvyxf:hover {
    box-shadow: var(--h12ti);
    transform: translateY(-8px);
    border-color: rgba(108, 92, 231, 0.15);
}

.sc_epvyxf .sc_mcz0og {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--h7w3);
    background: rgba(108, 92, 231, 0.08);
    color: var(--h14qp);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.sc_epvyxf:hover .sc_mcz0og {
    background: var(--h1el);
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
}

.sc_epvyxf .sc_c87t34 {
    font-family: var(--h3an);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--h18zy);
}
.sc_epvyxf .sc_zkt134 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_epvyxf-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h7w3);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--h10lv);
}
.sc_epvyxf-horizontal:hover { box-shadow: var(--h11ut); transform: translateY(-3px); border-color: rgba(108,92,231,0.15); }
.sc_epvyxf-horizontal .sc_mcz0og {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--h7w3);
    background: rgba(108, 92, 231, 0.08);
    color: var(--h14qp);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--h9st);
    overflow: hidden;
    box-shadow: var(--h12ti);
}
.about-section .about-image img { width: 100%; border-radius: var(--h9st); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--h1el);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--h8a4);
    text-align: center;
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--h3an);
    font-size: 40px;
    line-height: 1;
    font-weight: var(--h18zy);
}
.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(--h14qp); font-size: 14px; }

.sc_gsmui5 {
    background: var(--h1el);
    color: #fff;
    border-radius: var(--h9st);
}
.counter-item { text-align: center; padding: 24px; }
.sc_obz5qr {
    font-family: var(--h3an);
    font-size: 52px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--h18zy);
}
.sc_obz5qr .counter-suffix { color: rgba(255,255,255,0.75); }
.sc_l9jg1h {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.7);
}

.sc_z9cbo6 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h8a4);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--h10lv);
}
.sc_z9cbo6:hover {
    transform: translateY(-8px);
    box-shadow: var(--h12ti);
    border-color: rgba(108,92,231,0.15);
}
.sc_z9cbo6 .sc_m4v5yb {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.sc_z9cbo6 .sc_m4v5yb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_z9cbo6:hover .sc_m4v5yb img { transform: scale(1.08); }
.sc_z9cbo6 .sc_m4v5yb .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--h1el);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--h4wm);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
.sc_z9cbo6 .card-body { padding: 28px; }
.sc_z9cbo6 .card-title {
    font-family: var(--h3an);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: var(--h18zy);
}
.sc_z9cbo6 .card-title a { color: var(--text-primary); }
.sc_z9cbo6 .card-title a:hover { color: var(--h14qp); }
.sc_z9cbo6 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
.sc_z9cbo6 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.sc_z9cbo6 .card-price {
    font-family: var(--h3an);
    font-size: var(--fs-h5);
    color: var(--h14qp);
    font-weight: var(--h18zy);
}

.sc_vg4zns { text-align: center; transition: var(--transition); }
.sc_vg4zns:hover { transform: translateY(-6px); }
.sc_vg4zns .sc_kmpw7b {
    position: relative;
    overflow: hidden;
    border-radius: var(--h9st);
    margin-bottom: 20px;
}
.sc_vg4zns .sc_kmpw7b img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_vg4zns:hover .sc_kmpw7b img { transform: scale(1.05); }
.sc_vg4zns .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_vg4zns: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(--h14qp); }
.sc_vg4zns .sc_k0myza {
    font-family: var(--h3an);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--h18zy);
}
.sc_vg4zns .sc_dphjsz {
    font-size: var(--fs-small);
    color: var(--h14qp);
}

.sc_dzgfei {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h8a4);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--h10lv);
    position: relative;
}
.sc_dzgfei:hover { box-shadow: var(--h12ti); transform: translateY(-5px); border-color: rgba(108,92,231,0.15); }
.sc_dzgfei .quote-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.15;
    line-height: 1;
    background: var(--h1el);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sc_dzgfei .sc_hib0z9 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
.sc_dzgfei .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sc_dzgfei .sc_nqb8az {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
.sc_dzgfei .sc_wmwik6 {
    font-size: var(--h17ur);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.sc_dzgfei .sc_mnt7w9 {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.sc_dzgfei .stars { color: var(--h15r6); margin-bottom: 12px; }

.sc_dzgfei::before {
    content: '🚀';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--h8a4);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--h10lv);
}
.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(--h15r6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--h3an);
    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(--h7w3) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--h3an);
    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(--h14qp);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_oiuslp {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h8a4);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--h10lv);
}
.sc_oiuslp.featured {
    background: var(--h1el);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
    transform: scale(1.02);
}
.sc_oiuslp.featured .sc_atbta8,
.sc_oiuslp.featured .plan-period,
.sc_oiuslp.featured .sc_n78e8f li { color: rgba(255,255,255,0.85); }
.sc_oiuslp.featured .sc_vi5y5x { color: #fff; }
.sc_oiuslp.featured .sc_n78e8f li i { color: rgba(255,255,255,0.9); }
.sc_oiuslp.featured .sc_tbf3kg { background: #fff; color: var(--h14qp); }
.sc_oiuslp.featured .sc_tbf3kg:hover { background: var(--bg-secondary); }

.sc_oiuslp:hover {
    transform: translateY(-6px);
    box-shadow: var(--h12ti);
}
.sc_oiuslp.featured:hover {
    transform: scale(1.02) translateY(-6px);
}
.sc_oiuslp .sc_atbta8 {
    font-size: var(--fs-small);
    color: var(--h14qp);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
.sc_oiuslp .sc_vi5y5x {
    font-family: var(--h3an);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--h18zy);
}
.sc_oiuslp .sc_vi5y5x .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--h14qp);
}
.sc_oiuslp .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
.sc_oiuslp .sc_n78e8f { text-align: left; margin-bottom: 30px; }
.sc_oiuslp .sc_n78e8f 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_oiuslp .sc_n78e8f li:last-child { border-bottom: none; }
.sc_oiuslp .sc_n78e8f li i { color: var(--h14qp); }
.sc_oiuslp .sc_n78e8f li.disabled { opacity: 0.4; text-decoration: line-through; }

.sc_ijjizv {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--h8a4);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--h10lv);
}
.sc_ijjizv:hover { transform: translateY(-6px); box-shadow: var(--h12ti); border-color: rgba(108,92,231,0.15); }
.sc_ijjizv .sc_m4v5yb { height: 220px; overflow: hidden; }
.sc_ijjizv .sc_m4v5yb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.sc_ijjizv:hover .sc_m4v5yb img { transform: scale(1.06); }
.sc_ijjizv .card-body { padding: 24px; }
.sc_ijjizv .sc_oap17a {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.sc_ijjizv .sc_oap17a i { margin-right: 4px; color: var(--h14qp); }
.sc_ijjizv .card-title {
    font-family: var(--h3an);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--h18zy);
}
.sc_ijjizv .card-title a { color: var(--text-primary); }
.sc_ijjizv .card-title a:hover { color: var(--h14qp); }

.sc_ba3ngu {
    background: var(--h1el);
    position: relative;
    overflow: hidden;
    border-radius: var(--h9st);
}
.sc_ba3ngu .cta-content { position: relative; z-index: 2; }
.sc_ba3ngu .sc_og4j69 { font-size: var(--h20hy); color: #fff; }
.sc_ba3ngu .sc_f857yp { color: rgba(255,255,255,0.8); font-size: 18px; max-width: 540px; }
.sc_ba3ngu p, .sc_ba3ngu li { color: rgba(255,255,255,0.8); }
.sc_ba3ngu .sc_tbf3kg { background: #fff; color: var(--h14qp); border: none; }
.sc_ba3ngu .sc_tbf3kg:hover { background: var(--bg-secondary); transform: translateY(-2px); }
.sc_ba3ngu .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(--h4wm);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--h5dq);
    font-size: var(--h17ur);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--h14qp); 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_khqk5j {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 92, 231, 0.08);
    color: var(--h14qp);
    font-family: var(--h3an);
    font-size: 24px;
    font-weight: var(--h18zy);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover .sc_khqk5j {
    background: var(--h1el);
    color: #fff;
}
.process-item .sc_nqrdfo {
    font-family: var(--h3an);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--h18zy);
}
.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(--h14qp);
    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(--h18zy);
    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_efdfw4 {
    background: #1a1f36;
    color: rgba(255,255,255,0.6);
}
.sc_efdfw4 h1, .sc_efdfw4 h2, .sc_efdfw4 h3,
.sc_efdfw4 h4, .sc_efdfw4 h5 { color: #fff; }

.sc_axkvbi .sc_pnly74 {
    font-family: var(--h3an);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--h18zy);
}
.sc_axkvbi .sc_pnly74::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 3px;
    background: var(--h1el);
    border-radius: 3px;
}
.sc_axkvbi p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
.sc_tk0k2g a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
.sc_tk0k2g a:hover { color: var(--h14qp); padding-left: 5px; }
.sc_tk0k2g 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(--h14qp); margin-top: 4px; }
.sc_rafrpe { display: flex; gap: 10px; margin-top: 20px; }
.sc_rafrpe 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_rafrpe a:hover { background: var(--h14qp); color: #fff; }
.sc_fmtnnw { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
.sc_fmtnnw 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(--h14qp); }

.policy-content h1 { font-size: var(--h20hy); 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(--h14qp); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.sc_rp5nyp {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--h1el);
    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_rp5nyp.visible { opacity: 1; visibility: visible; }
.sc_rp5nyp:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(108,92,231,0.30); }

.sc_ny21q3 .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--h7w3);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--h5dq);
    font-size: var(--h17ur);
}
.sc_ny21q3 .form-control:focus {
    border-color: var(--h14qp);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
.sc_ny21q3 .form-control::placeholder { color: var(--text-muted); }
.sc_ny21q3 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(--h14qp); 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(--h10lv);
    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(--h1el); 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 { --h19r4: 48px; --h20hy: 38px; } }

@media (max-width: 992px) {
    :root { --h19r4: 40px; --h20hy: 34px; --h21br: 26px; --sc_pkot8k: 80px 0; }
    .sc_o2i0w8 {
        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_o2i0w8.active { right: 0; }
    .sc_o2i0w8 .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_o2i0w8 .nav-link:hover, .sc_o2i0w8 .nav-link.active { color: var(--h14qp) !important; }
    .sc_o2i0w8 .nav-link::after { display: none; }
    .sc_lxw6de { display: none !important; }
    .sc_k80r7z {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    .sc_ndsiy7 {
        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_ndsiy7.active { opacity: 1; visibility: visible; }
    .sc_lrecee { font-size: var(--h19r4); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_obz5qr { font-size: 38px; }
    .sc_ba3ngu { border-radius: var(--h8a4); }
}

@media (max-width: 768px) {
    :root { --h19r4: 34px; --h20hy: 28px; --h21br: 22px; --fs-h4: 20px; --sc_pkot8k: 60px 0; }
    .sc_dvaz2q { margin-bottom: 36px; }
    .sc_zfoss7 { min-height: auto; padding: 130px 0 70px; }
    .sc_e3sn93 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_oiuslp .sc_vi5y5x { font-size: 38px; }
    .sc_oiuslp.featured { transform: none; }
    .sc_oiuslp.featured:hover { transform: translateY(-6px); }
    .sc_fmtnnw { text-align: center; }
}

@media (max-width: 576px) {
    :root { --h19r4: 28px; --h20hy: 24px; --h21br: 19px; --sc_pkot8k: 44px 0; }
    .sc_dzgfei { padding: 24px; }
    .sc_oiuslp { padding: 24px; }
    .sc_epvyxf { padding: 24px 18px; }
    .sc_gsmui5 { border-radius: var(--h7w3); }
}

.sc_trgpl5 .sc_j148be { color: #fff; }
.sc_trgpl5 .sc_t0igky { color: var(--h14qp); }
.sc_trgpl5 .sc_vmidnm { color: rgba(255,255,255,0.55); }
.sc_trgpl5 .sc_tk0k2g a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_trgpl5 .sc_tk0k2g 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(--h14qp) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
