

: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;

    --a14jc: #6c5ce7;
    --a15lx: #fd7e50;
    --a16iz: #00cec9;
    --a1xk: linear-gradient(135deg, var(--a14jc), #a78bfa);
    --a1xk-2: linear-gradient(135deg, var(--a15lx), #feb47b);
    --accent-glow: 0 8px 32px rgba(108, 92, 231, 0.22);

    --a3a8: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --a5sp: 'Inter', 'Segoe UI', sans-serif;

    --a19hy: 58px;
    --a20jt: 44px;
    --a21e7: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --a17m5: 17px;
    --fs-small: 14px;

    --a18cl: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --a6ms: 10px;
    --a7v4: 14px;
    --a8xa: 20px;
    --a9lu: 28px;
    --a4tu: 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);

    --a10hi: 0 2px 10px rgba(26, 31, 54, 0.04);
    --a11ny: 0 8px 28px rgba(26, 31, 54, 0.06);
    --a12lu: 0 16px 48px rgba(26, 31, 54, 0.08);
    --a13yd: 0 24px 64px rgba(26, 31, 54, 0.10);

    --_mui6za5: 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(--a5sp);
    font-size: var(--a17m5);
    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(--a14jc);
    transition: var(--transition);
}
a:hover { color: var(--a15lx); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--a14jc); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--a3a8);
    font-weight: var(--a18cl);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--a19hy); letter-spacing: -0.03em; }
h2 { font-size: var(--a20jt); letter-spacing: -0.02em; }
h3 { font-size: var(--a21e7); 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(--a1xk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--a14jc); }
.text-accent-2 { color: var(--a15lx); }
.text-dark { color: var(--text-primary); }
._o5vriu { color: var(--text-muted); }

._mui6za5 { padding: var(--_mui6za5); position: relative; }
._mui6za5-sm { padding: 60px 0; }
._mui6za5-lg { padding: 150px 0; }
._mui6za5 > .container { position: relative; z-index: 1; }

._grupv { background-color: var(--bg-primary); }
._syt6lp7 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--a1xk); 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(._t0hf6) { color: #fff; }
.bg-gradient-custom ._jwyue8e { color: #fff; }
.bg-gradient-custom ._u0zll { color: rgba(255,255,255,0.7); }

._kwyf9s {
    background-color: #1a1f36;
    color: rgba(255,255,255,0.7);
}
._kwyf9s h1, ._kwyf9s h2, ._kwyf9s h3,
._kwyf9s h4, ._kwyf9s h5, ._kwyf9s h6 { color: #fff; }
._kwyf9s p, ._kwyf9s li, ._kwyf9s span:not(.badge) { color: rgba(255,255,255,0.7); }
._kwyf9s a:not(._t0hf6) { color: rgba(255,255,255,0.8); }
._kwyf9s a:not(._t0hf6):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; }

._me9nt3s {
    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;
}
._me9nt3s.loaded { opacity: 0; visibility: hidden; }
._e6zpld { display: flex; gap: 10px; }
._d7d7uyg {
    width: 12px; height: 12px;
    border-radius: 50%;
    animation: _me9nt3sColorCycle 1.6s ease-in-out infinite both;
}
._d7d7uyg:nth-child(1) { background: var(--a14jc); animation-delay: -0.3s; }
._d7d7uyg:nth-child(2) { background: var(--a15lx); animation-delay: -0.15s; }
._d7d7uyg:nth-child(3) { background: var(--a16iz); animation-delay: 0; }

@keyframes _me9nt3sColorCycle {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.3; }
    40% { transform: scale(1.3); opacity: 1; }
}

._t0hf6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    font-family: var(--a3a8);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--a4tu);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._zhygtki {
    background: var(--a1xk);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._zhygtki:hover {
    color: #fff;
    box-shadow: 0 12px 40px rgba(108, 92, 231, 0.30);
    transform: translateY(-3px);
}

._ek7gq4 {
    background: transparent;
    color: var(--a14jc);
    border: 2px solid var(--a14jc);
}
._ek7gq4:hover {
    background: var(--a1xk);
    color: #fff;
    border-color: transparent;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--a14jc);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--a17m5);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--a1xk);
    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(--a15lx); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._ecftr {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._ecftr.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);
}
._uawkz55 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._o6zstv {
    font-family: var(--a3a8);
    font-size: 28px;
    font-weight: var(--a18cl);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
._o6zstv:hover { color: var(--text-primary); }

._q2l587x { display: flex; align-items: center; gap: 32px; }

._q2l587x .nav-link {
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._q2l587x .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--a1xk);
    border-radius: 3px;
    transition: width 0.35s ease;
}
._q2l587x .nav-link:hover,
._q2l587x .nav-link.active { color: var(--a14jc); }
._q2l587x .nav-link:hover::after,
._q2l587x .nav-link.active::after { width: 100%; }

._lmmrz { margin-left: 12px; }

._ckgd7o, ._pnn0t { display: flex; align-items: center; gap: 28px; }
._ckgd7o .nav-link, ._pnn0t .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._ckgd7o .nav-link:hover, ._pnn0t .nav-link:hover { color: var(--a14jc); }
._ckgd7o ~ ._q2l587x { display: none; }

._hyta20 {
    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;
}

._hyta20 ._vhiq82 {
    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;
}

._hyta20.active ._vhiq82:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._hyta20.active ._vhiq82:nth-child(2) { opacity: 0; }
._hyta20.active ._vhiq82:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._lk8dwbj {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
._lk8dwbj .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.06;
}
._lk8dwbj ._di8eb1 {
    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%);
}
._xwsvk2v { position: relative; z-index: 2; }

._bqihbs3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--a14jc);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(108, 92, 231, 0.08);
    border-radius: var(--a4tu);
    border: 1px solid rgba(108, 92, 231, 0.12);
}
._bqihbs3 i { font-size: 14px; }

._rp77o {
    font-size: var(--a19hy);
    font-weight: var(--a18cl);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

._bbsc1g {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.7;
}

._rj28c { display: flex; gap: 16px; flex-wrap: wrap; }

._jptm3 { position: relative; z-index: 2; }
._jptm3 img {
    border-radius: var(--a9lu);
    box-shadow: var(--a13yd);
}

._lk8dwbj .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;
}
._lk8dwbj .hero-blob:nth-child(1) {
    background: var(--a14jc);
    top: -10%; right: 5%;
}
._lk8dwbj .hero-blob:nth-child(2) {
    background: var(--a15lx);
    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); }
}

._c6hdlz { margin-bottom: 60px; }

._atyng {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--a14jc);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
._atyng i { font-size: 15px; }

._yri2c {
    font-size: var(--a20jt);
    font-weight: var(--a18cl);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

._aehvf2y {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
._c6hdlz.text-center ._aehvf2y {
    margin-left: auto;
    margin-right: auto;
}

._qvs5q4 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8xa);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--a10hi);
}
._qvs5q4:hover {
    box-shadow: var(--a12lu);
    transform: translateY(-8px);
    border-color: rgba(108, 92, 231, 0.15);
}

._qvs5q4 ._wciwc {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7v4);
    background: rgba(108, 92, 231, 0.08);
    color: var(--a14jc);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._qvs5q4:hover ._wciwc {
    background: var(--a1xk);
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
}

._qvs5q4 ._e0u04pg {
    font-family: var(--a3a8);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--a18cl);
}
._qvs5q4 ._nfh1cd {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._qvs5q4-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a7v4);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--a10hi);
}
._qvs5q4-horizontal:hover { box-shadow: var(--a11ny); transform: translateY(-3px); border-color: rgba(108,92,231,0.15); }
._qvs5q4-horizontal ._wciwc {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--a7v4);
    background: rgba(108, 92, 231, 0.08);
    color: var(--a14jc);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--a9lu);
    overflow: hidden;
    box-shadow: var(--a12lu);
}
.about-section .about-image img { width: 100%; border-radius: var(--a9lu); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--a1xk);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--a8xa);
    text-align: center;
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--a3a8);
    font-size: 40px;
    line-height: 1;
    font-weight: var(--a18cl);
}
.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(--a14jc); font-size: 14px; }

._lgonx9n {
    background: var(--a1xk);
    color: #fff;
    border-radius: var(--a9lu);
}
.counter-item { text-align: center; padding: 24px; }
._jwyue8e {
    font-family: var(--a3a8);
    font-size: 52px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--a18cl);
}
._jwyue8e .counter-suffix { color: rgba(255,255,255,0.75); }
._u0zll {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.7);
}

._n30s5 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8xa);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10hi);
}
._n30s5:hover {
    transform: translateY(-8px);
    box-shadow: var(--a12lu);
    border-color: rgba(108,92,231,0.15);
}
._n30s5 ._p24hb4 {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._n30s5 ._p24hb4 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._n30s5:hover ._p24hb4 img { transform: scale(1.08); }
._n30s5 ._p24hb4 .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--a1xk);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--a4tu);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
._n30s5 .card-body { padding: 28px; }
._n30s5 .card-title {
    font-family: var(--a3a8);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: var(--a18cl);
}
._n30s5 .card-title a { color: var(--text-primary); }
._n30s5 .card-title a:hover { color: var(--a14jc); }
._n30s5 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._n30s5 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
._n30s5 .card-price {
    font-family: var(--a3a8);
    font-size: var(--fs-h5);
    color: var(--a14jc);
    font-weight: var(--a18cl);
}

._itdw2v1 { text-align: center; transition: var(--transition); }
._itdw2v1:hover { transform: translateY(-6px); }
._itdw2v1 ._s5cpv7b {
    position: relative;
    overflow: hidden;
    border-radius: var(--a9lu);
    margin-bottom: 20px;
}
._itdw2v1 ._s5cpv7b img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._itdw2v1:hover ._s5cpv7b img { transform: scale(1.05); }
._itdw2v1 .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;
}
._itdw2v1: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(--a14jc); }
._itdw2v1 ._c4hw0 {
    font-family: var(--a3a8);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--a18cl);
}
._itdw2v1 ._krjrv {
    font-size: var(--fs-small);
    color: var(--a14jc);
}

._lf652 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8xa);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--a10hi);
    position: relative;
}
._lf652:hover { box-shadow: var(--a12lu); transform: translateY(-5px); border-color: rgba(108,92,231,0.15); }
._lf652 .quote-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.15;
    line-height: 1;
    background: var(--a1xk);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
._lf652 ._at6ish8 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
._lf652 .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._lf652 ._lo3gj {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
._lf652 ._ayjqy {
    font-size: var(--a17m5);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._lf652 ._m38up {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._lf652 .stars { color: var(--a15lx); margin-bottom: 12px; }

._lf652::before {
    content: '🚀';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--a8xa);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--a10hi);
}
.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(--a15lx);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--a3a8);
    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(--a7v4) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--a3a8);
    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(--a14jc);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._gwk5zt {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8xa);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--a10hi);
}
._gwk5zt.featured {
    background: var(--a1xk);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
    transform: scale(1.02);
}
._gwk5zt.featured ._bqe6x82,
._gwk5zt.featured .plan-period,
._gwk5zt.featured ._zcrvx li { color: rgba(255,255,255,0.85); }
._gwk5zt.featured ._x63mxr2 { color: #fff; }
._gwk5zt.featured ._zcrvx li i { color: rgba(255,255,255,0.9); }
._gwk5zt.featured ._t0hf6 { background: #fff; color: var(--a14jc); }
._gwk5zt.featured ._t0hf6:hover { background: var(--bg-secondary); }

._gwk5zt:hover {
    transform: translateY(-6px);
    box-shadow: var(--a12lu);
}
._gwk5zt.featured:hover {
    transform: scale(1.02) translateY(-6px);
}
._gwk5zt ._bqe6x82 {
    font-size: var(--fs-small);
    color: var(--a14jc);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
._gwk5zt ._x63mxr2 {
    font-family: var(--a3a8);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--a18cl);
}
._gwk5zt ._x63mxr2 .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--a14jc);
}
._gwk5zt .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
._gwk5zt ._zcrvx { text-align: left; margin-bottom: 30px; }
._gwk5zt ._zcrvx 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);
}
._gwk5zt ._zcrvx li:last-child { border-bottom: none; }
._gwk5zt ._zcrvx li i { color: var(--a14jc); }
._gwk5zt ._zcrvx li.disabled { opacity: 0.4; text-decoration: line-through; }

._acrod12 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--a8xa);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--a10hi);
}
._acrod12:hover { transform: translateY(-6px); box-shadow: var(--a12lu); border-color: rgba(108,92,231,0.15); }
._acrod12 ._p24hb4 { height: 220px; overflow: hidden; }
._acrod12 ._p24hb4 img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._acrod12:hover ._p24hb4 img { transform: scale(1.06); }
._acrod12 .card-body { padding: 24px; }
._acrod12 ._x5t3pgk {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
._acrod12 ._x5t3pgk i { margin-right: 4px; color: var(--a14jc); }
._acrod12 .card-title {
    font-family: var(--a3a8);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--a18cl);
}
._acrod12 .card-title a { color: var(--text-primary); }
._acrod12 .card-title a:hover { color: var(--a14jc); }

._ftbgz46 {
    background: var(--a1xk);
    position: relative;
    overflow: hidden;
    border-radius: var(--a9lu);
}
._ftbgz46 .cta-content { position: relative; z-index: 2; }
._ftbgz46 ._v33zxn { font-size: var(--a20jt); color: #fff; }
._ftbgz46 ._np9h4i { color: rgba(255,255,255,0.8); font-size: 18px; max-width: 540px; }
._ftbgz46 p, ._ftbgz46 li { color: rgba(255,255,255,0.8); }
._ftbgz46 ._t0hf6 { background: #fff; color: var(--a14jc); border: none; }
._ftbgz46 ._t0hf6:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._ftbgz46 .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(--a4tu);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--a5sp);
    font-size: var(--a17m5);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--a14jc); box-shadow: 0 0 0 3px rgba(108,92,231,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._ah72jm {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 92, 231, 0.08);
    color: var(--a14jc);
    font-family: var(--a3a8);
    font-size: 24px;
    font-weight: var(--a18cl);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._ah72jm {
    background: var(--a1xk);
    color: #fff;
}
.process-item ._kjkadk {
    font-family: var(--a3a8);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--a18cl);
}
.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(--a14jc);
    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(--a18cl);
    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%); }
}

._z8cj21c {
    background: #1a1f36;
    color: rgba(255,255,255,0.6);
}
._z8cj21c h1, ._z8cj21c h2, ._z8cj21c h3,
._z8cj21c h4, ._z8cj21c h5 { color: #fff; }

._gsdqvcx ._uumba {
    font-family: var(--a3a8);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--a18cl);
}
._gsdqvcx ._uumba::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 3px;
    background: var(--a1xk);
    border-radius: 3px;
}
._gsdqvcx p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
._j9jbq a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
._j9jbq a:hover { color: var(--a14jc); padding-left: 5px; }
._j9jbq 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(--a14jc); margin-top: 4px; }
._rmcxec { display: flex; gap: 10px; margin-top: 20px; }
._rmcxec 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);
}
._rmcxec a:hover { background: var(--a14jc); color: #fff; }
._z4wwvo { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._z4wwvo 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(--a14jc); }

.policy-content h1 { font-size: var(--a20jt); 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(--a14jc); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._tu0rar {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--a1xk);
    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);
}
._tu0rar.visible { opacity: 1; visibility: visible; }
._tu0rar:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(108,92,231,0.30); }

._xmmcg0 .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--a7v4);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--a5sp);
    font-size: var(--a17m5);
}
._xmmcg0 .form-control:focus {
    border-color: var(--a14jc);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
._xmmcg0 .form-control::placeholder { color: var(--text-muted); }
._xmmcg0 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(--a14jc); 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(--a10hi);
    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(--a1xk); 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 { --a19hy: 48px; --a20jt: 38px; } }

@media (max-width: 992px) {
    :root { --a19hy: 40px; --a20jt: 34px; --a21e7: 26px; --_mui6za5: 80px 0; }
    ._q2l587x {
        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);
    }
    ._q2l587x.active { right: 0; }
    ._q2l587x .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;
    }
    ._q2l587x .nav-link:hover, ._q2l587x .nav-link.active { color: var(--a14jc) !important; }
    ._q2l587x .nav-link::after { display: none; }
    ._lmmrz { display: none !important; }
    ._hyta20 {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._x9dmny {
        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;
    }
    ._x9dmny.active { opacity: 1; visibility: visible; }
    ._rp77o { font-size: var(--a19hy); }
    .process-item:not(:last-child)::after { display: none; }
    ._jwyue8e { font-size: 38px; }
    ._ftbgz46 { border-radius: var(--a8xa); }
}

@media (max-width: 768px) {
    :root { --a19hy: 34px; --a20jt: 28px; --a21e7: 22px; --fs-h4: 20px; --_mui6za5: 60px 0; }
    ._c6hdlz { margin-bottom: 36px; }
    ._lk8dwbj { min-height: auto; padding: 130px 0 70px; }
    ._rj28c { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._gwk5zt ._x63mxr2 { font-size: 38px; }
    ._gwk5zt.featured { transform: none; }
    ._gwk5zt.featured:hover { transform: translateY(-6px); }
    ._z4wwvo { text-align: center; }
}

@media (max-width: 576px) {
    :root { --a19hy: 28px; --a20jt: 24px; --a21e7: 19px; --_mui6za5: 44px 0; }
    ._lf652 { padding: 24px; }
    ._gwk5zt { padding: 24px; }
    ._qvs5q4 { padding: 24px 18px; }
    ._lgonx9n { border-radius: var(--a7v4); }
}

._kwyf9s ._bqihbs3 { color: #fff; }
._kwyf9s ._atyng { color: var(--a14jc); }
._kwyf9s ._o5vriu { color: rgba(255,255,255,0.55); }
._kwyf9s ._j9jbq a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._kwyf9s ._j9jbq 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(--a14jc) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
