

: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;

    --g14rh: #8b5cf6;
    --g15lu: #ec4899;
    --g16nt: #06b6d4;
    --g1iw: linear-gradient(135deg, var(--g14rh), var(--g15lu));
    --g1iw-alt: linear-gradient(135deg, var(--g15lu), var(--g16nt));
    --accent-glow: 0 4px 14px rgba(139, 92, 246, 0.25);

    --g3te: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    --g5fp: 'Inter', system-ui, sans-serif;

    --g19ae: 60px;
    --g20ks: 44px;
    --g21ns: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --g17v7: 16px;
    --fs-small: 14px;

    --g18yf: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --g6d5: 10px;
    --g7mn: 14px;
    --g8op: 20px;
    --g9ol: 28px;
    --g4m5: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --g10cu: 0 2px 8px rgba(0, 0, 0, 0.04);
    --g11u8: 0 4px 20px rgba(139, 92, 246, 0.08);
    --g12dl: 0 8px 32px rgba(139, 92, 246, 0.12);
    --g13hw: 0 16px 48px rgba(139, 92, 246, 0.16);

    --sc_a7f50j: 100px 0;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--g5fp);
    font-size: var(--g17v7);
    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(--g14rh);
    transition: var(--transition);
}

a:hover { color: var(--g15lu); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--g14rh);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--g3te);
    font-weight: var(--g18yf);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--g19ae); letter-spacing: -1px; }
h2 { font-size: var(--g20ks); letter-spacing: -0.5px; }
h3 { font-size: var(--g21ns); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--g14rh); }
.text-accent-2 { color: var(--g15lu); }
.text-dark { color: var(--text-primary); }
.sc_c1xvo7 { color: var(--text-muted); }

.sc_a7f50j { padding: var(--sc_a7f50j); position: relative; }
.sc_a7f50j-sm { padding: 60px 0; }
.sc_a7f50j-lg { padding: 140px 0; }
.sc_a7f50j > .container { position: relative; z-index: 1; }

.sc_j6p5g3 { background-color: var(--bg-primary); }
.sc_kvmnwm { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--g1iw); }
.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_jld80n) { color: #fff; }
.bg-gradient-custom .sc_r91u48 { color: #fff; }
.bg-gradient-custom .sc_tifh0k { color: rgba(255,255,255,0.7); }

.sc_rhw0d3 {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.7);
}
.sc_rhw0d3 h1, .sc_rhw0d3 h2, .sc_rhw0d3 h3,
.sc_rhw0d3 h4, .sc_rhw0d3 h5, .sc_rhw0d3 h6 { color: #fff; }
.sc_rhw0d3 p, .sc_rhw0d3 li, .sc_rhw0d3 span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_rhw0d3 a:not(.sc_jld80n) { color: rgba(255,255,255,0.8); }
.sc_rhw0d3 a:not(.sc_jld80n):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_a3fjhd {
    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_a3fjhd.loaded { opacity: 0; visibility: hidden; }

.sc_krlhk4 {
    display: flex;
    gap: 10px;
}

.sc_qj3fdh {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation: sc_a3fjhdBounce 1.4s ease-in-out infinite both;
}

.sc_qj3fdh:nth-child(1) { background: var(--g14rh); animation-delay: -0.32s; }
.sc_qj3fdh:nth-child(2) { background: var(--g15lu); animation-delay: -0.16s; }
.sc_qj3fdh:nth-child(3) { background: var(--g16nt); animation-delay: 0; }

@keyframes sc_a3fjhdBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.sc_jld80n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-size: var(--g17v7);
    font-weight: var(--fw-semibold);
    border-radius: var(--g4m5);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.sc_iv9a8t {
    background: var(--g1iw);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.sc_iv9a8t:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.35);
    color: #fff;
}

.sc_c3d40w {
    background: transparent;
    color: var(--g14rh);
    border: 2px solid var(--g14rh);
}

.sc_c3d40w:hover {
    background: var(--g14rh);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--g14rh);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover { color: var(--g15lu); }

.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_wsx9vb {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

.sc_wsx9vb.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--g10cu);
}

.sc_j4wm80 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_x2chbv {
    font-family: var(--g3te);
    font-size: 26px;
    font-weight: 800;
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_x2chbv:hover {
    opacity: 0.9;
}

.sc_szpll2 {
    display: flex;
    align-items: center;
    gap: 32px;
}

.sc_szpll2 .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.sc_szpll2 .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--g1iw);
    transition: all 0.3s ease;
    border-radius: 2px;
    transform: translateX(-50%);
}

.sc_szpll2 .nav-link:hover,
.sc_szpll2 .nav-link.active { color: var(--g14rh); }

.sc_szpll2 .nav-link:hover::after,
.sc_szpll2 .nav-link.active::after { width: 100%; }

.sc_wf2q31 { margin-left: 16px; }

.sc_a3i7at, .sc_fbknho { display: flex; align-items: center; gap: 32px; }
.sc_a3i7at .nav-link, .sc_fbknho .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.sc_a3i7at .nav-link:hover, .sc_fbknho .nav-link:hover { color: var(--g14rh); }
.sc_a3i7at ~ .sc_szpll2 { display: none; }

.sc_a91q1r {
    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_a91q1r .sc_bl2ils {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sc_a91q1r.active .sc_bl2ils:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_a91q1r.active .sc_bl2ils:nth-child(2) { opacity: 0; }
.sc_a91q1r.active .sc_bl2ils:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sc_gucmdm {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

.sc_gucmdm .hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.sc_gucmdm .sc_f62l0a {
    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_u8rj17 {
    position: relative;
    z-index: 2;
}

.sc_lntzgd {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--g14rh);
    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(--g4m5);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.sc_dbgy38 {
    font-size: var(--g19ae);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.sc_pyd9u6 {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.sc_pe0m1c {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sc_kzu26i {
    position: relative;
    z-index: 2;
}

.sc_kzu26i img {
    border-radius: var(--g9ol);
    box-shadow: var(--g13hw);
}

.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(--g14rh);
    top: -200px;
    right: -100px;
}

.hero-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--g15lu);
    bottom: -100px;
    left: -100px;
}

.sc_vo7qor {
    margin-bottom: 60px;
}

.sc_chybdk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--g18yf);
    text-transform: uppercase;
    letter-spacing: 3px;
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.sc_u6t1e3 {
    font-size: var(--g20ks);
    font-weight: var(--g18yf);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.sc_hd237d {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.sc_vo7qor.text-center .sc_hd237d {
    margin-left: auto;
    margin-right: auto;
}

.sc_dez71o {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g8op);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--g10cu);
    position: relative;
    overflow: hidden;
}

.sc_dez71o::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--g1iw);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sc_dez71o:hover::before { opacity: 1; }

.sc_dez71o:hover {
    transform: translateY(-5px);
    box-shadow: var(--g12dl);
}

.sc_dez71o .sc_tq627k {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--g7mn);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--g14rh);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.sc_dez71o:hover .sc_tq627k {
    background: var(--g1iw);
    color: #fff;
    transform: scale(1.1);
}

.sc_dez71o .sc_m3ew59 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_dez71o .sc_abvc2j {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_dez71o-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g7mn);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--g10cu);
}

.sc_dez71o-horizontal:hover {
    box-shadow: var(--g11u8);
    border-color: var(--g14rh);
    transform: translateY(-3px);
}

.sc_dez71o-horizontal .sc_tq627k {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--g6d5);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--g14rh);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--g9ol);
    overflow: hidden;
    box-shadow: var(--g13hw);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--g9ol);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--g1iw);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--g7mn);
    text-align: center;
    box-shadow: var(--g12dl);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--g18yf);
    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(--g14rh);
    font-size: 16px;
}

.sc_fgfjdf {
    background: var(--bg-secondary);
}

.sc_fgfjdf.bg-gradient-custom {
    background: var(--g1iw);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.sc_r91u48 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.bg-gradient-custom .sc_r91u48 { color: #fff; }
.sc_r91u48 { color: var(--text-primary); }

.sc_r91u48 .counter-suffix {
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_tifh0k {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg-gradient-custom .sc_tifh0k {
    color: rgba(255, 255, 255, 0.7);
}

.sc_r7u8vs {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g8op);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--g10cu);
}

.sc_r7u8vs:hover {
    transform: translateY(-8px);
    box-shadow: var(--g13hw);
}

.sc_r7u8vs .sc_u8yibd {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.sc_r7u8vs .sc_u8yibd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_r7u8vs:hover .sc_u8yibd img {
    transform: scale(1.08);
}

.sc_r7u8vs .sc_u8yibd .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--g1iw);
    color: #fff;
    padding: 6px 18px;
    border-radius: var(--g4m5);
    font-size: 12px;
    font-weight: var(--g18yf);
}

.sc_r7u8vs .card-body { padding: 28px; }

.sc_r7u8vs .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_r7u8vs .card-title a { color: var(--text-primary); }
.sc_r7u8vs .card-title a:hover { color: var(--g14rh); }

.sc_r7u8vs .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.sc_r7u8vs .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.sc_r7u8vs .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--g18yf);
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_rouc3q {
    text-align: center;
    transition: var(--transition);
}

.sc_rouc3q:hover { transform: translateY(-5px); }

.sc_rouc3q .sc_or4a5t {
    position: relative;
    overflow: hidden;
    border-radius: var(--g9ol);
    margin-bottom: 20px;
    box-shadow: var(--g11u8);
}

.sc_rouc3q .sc_or4a5t img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_rouc3q:hover .sc_or4a5t img { transform: scale(1.05); }

.sc_rouc3q .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_rouc3q: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(--g14rh); }

.sc_rouc3q .sc_ydev3t {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

.sc_rouc3q .sc_mcan8x {
    font-size: var(--fs-small);
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: var(--fw-medium);
}

.sc_mhfvsf {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g8op);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--g10cu);
    position: relative;
}

.sc_mhfvsf::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--g1iw);
    border-radius: var(--g8op) var(--g8op) 0 0;
}

.sc_mhfvsf:hover {
    box-shadow: var(--g12dl);
    transform: translateY(-3px);
}

.sc_mhfvsf .quote-icon {
    font-size: 36px;
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.sc_mhfvsf .sc_u1mnkt {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.sc_mhfvsf .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc_mhfvsf .sc_p5jkd7 {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(139, 92, 246, 0.2);
}

.sc_mhfvsf .sc_yxb987 {
    font-size: var(--g17v7);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.sc_mhfvsf .sc_vruvcr {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.sc_mhfvsf .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--g8op);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--g11u8);
}

.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(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: var(--g18yf);
}

.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(--g7mn) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--g10cu);
}

.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(--g14rh);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_bmz7h6 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g9ol);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--g10cu);
    overflow: hidden;
}

.sc_bmz7h6.featured {
    border-color: transparent;
    background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
                var(--g1iw) border-box;
    border: 2px solid transparent;
    box-shadow: var(--g12dl);
}

.sc_bmz7h6.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: var(--g1iw);
    color: #fff;
    padding: 6px 24px;
    font-size: 12px;
    font-weight: var(--g18yf);
    border-radius: 0 0 var(--g6d5) var(--g6d5);
}

.sc_bmz7h6:hover {
    transform: translateY(-8px);
    box-shadow: var(--g13hw);
}

.sc_bmz7h6 .sc_u830we {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: var(--g18yf);
    margin-bottom: 16px;
}

.sc_bmz7h6 .sc_e3fjy2 {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.sc_bmz7h6 .sc_e3fjy2 .currency {
    font-size: 24px;
    vertical-align: top;
    background: var(--g1iw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sc_bmz7h6 .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.sc_bmz7h6 .sc_hne6uf {
    text-align: left;
    margin-bottom: 30px;
}

.sc_bmz7h6 .sc_hne6uf 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_bmz7h6 .sc_hne6uf li:last-child { border-bottom: none; }
.sc_bmz7h6 .sc_hne6uf li i { color: var(--g14rh); }
.sc_bmz7h6 .sc_hne6uf li.disabled { opacity: 0.4; text-decoration: line-through; }

.sc_ubvo98 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--g8op);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--g10cu);
}

.sc_ubvo98:hover {
    transform: translateY(-5px);
    box-shadow: var(--g12dl);
}

.sc_ubvo98 .sc_u8yibd {
    height: 200px;
    overflow: hidden;
}

.sc_ubvo98 .sc_u8yibd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_ubvo98:hover .sc_u8yibd img { transform: scale(1.05); }

.sc_ubvo98 .card-body { padding: 24px; }

.sc_ubvo98 .sc_thdbq6 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.sc_ubvo98 .sc_thdbq6 i {
    margin-right: 4px;
    color: var(--g14rh);
}

.sc_ubvo98 .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

.sc_ubvo98 .card-title a { color: var(--text-primary); }
.sc_ubvo98 .card-title a:hover { color: var(--g14rh); }

.sc_bm7kgg {
    background: var(--g1iw);
    position: relative;
    overflow: hidden;
}

.sc_bm7kgg .cta-content {
    position: relative;
    z-index: 2;
}

.sc_bm7kgg .sc_mu9kco {
    font-size: var(--g20ks);
    color: #fff;
    letter-spacing: -0.5px;
}

.sc_bm7kgg .sc_xdwh58 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 600px;
}

.sc_bm7kgg p, .sc_bm7kgg li { color: rgba(255,255,255,0.85); }

.sc_bm7kgg .sc_jld80n {
    background: #fff;
    color: var(--g14rh);
    font-weight: var(--g18yf);
}

.sc_bm7kgg .sc_jld80n:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.sc_bm7kgg .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(--g4m5);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--g17v7);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--g14rh); 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_afjcmw {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--g1iw);
    color: #fff;
    font-size: 24px;
    font-weight: var(--g18yf);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}

.process-item .sc_cz1c0b {
    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(--g1iw);
    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(--g18yf);
    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_nbsous {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.6);
}

.sc_nbsous h1, .sc_nbsous h2, .sc_nbsous h3,
.sc_nbsous h4, .sc_nbsous h5 { color: #fff; }

.sc_fvbald .sc_wz50ta {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.sc_fvbald .sc_wz50ta::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--g1iw);
    border-radius: 2px;
}

.sc_fvbald p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.sc_o0pr47 a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.sc_o0pr47 a:hover {
    color: #fff;
    padding-left: 5px;
}

.sc_o0pr47 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(--g15lu); margin-top: 4px; }

.sc_n4y6rk {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sc_n4y6rk 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_n4y6rk a:hover {
    background: var(--g1iw);
    border-color: transparent;
    color: #fff;
}

.sc_nzuni2 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    margin-top: 60px;
}

.sc_nzuni2 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(--g14rh);
}

.policy-content h1 {
    font-size: var(--g20ks);
    font-weight: var(--g18yf);
    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(--g14rh);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.sc_aw1t8i {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--g1iw);
    color: #fff;
    border: none;
    border-radius: var(--g7mn);
    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_aw1t8i.visible { opacity: 1; visibility: visible; }
.sc_aw1t8i:hover { transform: translateY(-3px); }

.sc_mmw3pb .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--g6d5);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--g17v7);
}

.sc_mmw3pb .form-control:focus {
    border-color: var(--g14rh);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

.sc_mmw3pb .form-control::placeholder { color: var(--text-muted); }
.sc_mmw3pb textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--g1iw);
    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(--g6d5);
    color: var(--text-primary);
    box-shadow: var(--g10cu);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--g1iw);
    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 { --g19ae: 50px; --g20ks: 38px; }
}

@media (max-width: 992px) {
    :root {
        --g19ae: 40px; --g20ks: 32px; --g21ns: 26px;
        --sc_a7f50j: 80px 0;
    }

    .sc_szpll2 {
        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_szpll2.active {
        right: 0;
    }

    .sc_szpll2 .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_szpll2 .nav-link:hover,
    .sc_szpll2 .nav-link.active {
        color: var(--g14rh) !important;
    }

    .sc_szpll2 .nav-link::after {
        display: none;
    }

    .sc_wf2q31 { display: none !important; }

    .sc_a91q1r {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .sc_ds0sbv {
        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_ds0sbv.active {
        opacity: 1;
        visibility: visible;
    }

    .sc_dbgy38 { font-size: var(--g19ae); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_r91u48 { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --g19ae: 34px; --g20ks: 28px; --g21ns: 22px; --fs-h4: 20px;
        --sc_a7f50j: 60px 0;
    }
    .sc_vo7qor { margin-bottom: 40px; }
    .sc_gucmdm { min-height: auto; padding: 140px 0 80px; }
    .sc_pe0m1c { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_bmz7h6 .sc_e3fjy2 { font-size: 40px; }
    .sc_nzuni2 { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --g19ae: 28px; --g20ks: 24px; --g21ns: 20px;
        --sc_a7f50j: 50px 0;
    }
    .sc_mhfvsf { padding: 24px; }
    .sc_bmz7h6 { padding: 28px; }
    .sc_dez71o { padding: 28px 20px; }
}

.sc_rhw0d3 .sc_lntzgd { color: #fff; }
.sc_rhw0d3 .sc_chybdk { color: var(--g14rh); }
.sc_rhw0d3 .sc_c1xvo7 { color: rgba(255,255,255,0.55); }
.sc_rhw0d3 .sc_o0pr47 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_rhw0d3 .sc_o0pr47 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(--g14rh) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
