

: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;

    --z14rq: #6c5ce7;
    --z15fs: #fd7e50;
    --z16lr: #00cec9;
    --z1cy: linear-gradient(135deg, var(--z14rq), #a78bfa);
    --z1cy-2: linear-gradient(135deg, var(--z15fs), #feb47b);
    --accent-glow: 0 8px 32px rgba(108, 92, 231, 0.22);

    --z3up: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --z5m1: 'Inter', 'Segoe UI', sans-serif;

    --z19fe: 58px;
    --z20en: 44px;
    --z21k6: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --z17x5: 17px;
    --fs-small: 14px;

    --z18r4: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --z6wh: 10px;
    --z7b3: 14px;
    --z8lw: 20px;
    --z9xj: 28px;
    --z4ej: 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);

    --z10gu: 0 2px 10px rgba(26, 31, 54, 0.04);
    --z11xy: 0 8px 28px rgba(26, 31, 54, 0.06);
    --z12k8: 0 16px 48px rgba(26, 31, 54, 0.08);
    --z13qf: 0 24px 64px rgba(26, 31, 54, 0.10);

    --_is0ji6: 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(--z5m1);
    font-size: var(--z17x5);
    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(--z14rq);
    transition: var(--transition);
}
a:hover { color: var(--z15fs); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--z14rq); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--z3up);
    font-weight: var(--z18r4);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--z19fe); letter-spacing: -0.03em; }
h2 { font-size: var(--z20en); letter-spacing: -0.02em; }
h3 { font-size: var(--z21k6); 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(--z1cy);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--z14rq); }
.text-accent-2 { color: var(--z15fs); }
.text-dark { color: var(--text-primary); }
._wkcyq { color: var(--text-muted); }

._is0ji6 { padding: var(--_is0ji6); position: relative; }
._is0ji6-sm { padding: 60px 0; }
._is0ji6-lg { padding: 150px 0; }
._is0ji6 > .container { position: relative; z-index: 1; }

._iu8yihr { background-color: var(--bg-primary); }
._kczlhdn { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--z1cy); 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(._zs0t1y) { color: #fff; }
.bg-gradient-custom ._rmthl7 { color: #fff; }
.bg-gradient-custom ._cvg06 { color: rgba(255,255,255,0.7); }

._nq687qr {
    background-color: #1a1f36;
    color: rgba(255,255,255,0.7);
}
._nq687qr h1, ._nq687qr h2, ._nq687qr h3,
._nq687qr h4, ._nq687qr h5, ._nq687qr h6 { color: #fff; }
._nq687qr p, ._nq687qr li, ._nq687qr span:not(.badge) { color: rgba(255,255,255,0.7); }
._nq687qr a:not(._zs0t1y) { color: rgba(255,255,255,0.8); }
._nq687qr a:not(._zs0t1y):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; }

._zs0t1y {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    font-family: var(--z3up);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--z4ej);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

._ywqf1w {
    background: var(--z1cy);
    color: #fff;
    box-shadow: var(--accent-glow);
}
._ywqf1w:hover {
    color: #fff;
    box-shadow: 0 12px 40px rgba(108, 92, 231, 0.30);
    transform: translateY(-3px);
}

._m7ln7 {
    background: transparent;
    color: var(--z14rq);
    border: 2px solid var(--z14rq);
}
._m7ln7:hover {
    background: var(--z1cy);
    color: #fff;
    border-color: transparent;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--z14rq);
    padding: 0;
    font-weight: var(--fw-semibold);
    font-size: var(--z17x5);
    position: relative;
}
.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 2px;
    background: var(--z1cy);
    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(--z15fs); }
.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._bwtyykh {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}
._bwtyykh.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);
}
._h1d69c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._jgvt3 {
    font-family: var(--z3up);
    font-size: 28px;
    font-weight: var(--z18r4);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
._jgvt3:hover { color: var(--text-primary); }

._x9f1r { display: flex; align-items: center; gap: 32px; }

._x9f1r .nav-link {
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._x9f1r .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--z1cy);
    border-radius: 3px;
    transition: width 0.35s ease;
}
._x9f1r .nav-link:hover,
._x9f1r .nav-link.active { color: var(--z14rq); }
._x9f1r .nav-link:hover::after,
._x9f1r .nav-link.active::after { width: 100%; }

._ppded { margin-left: 12px; }

._ju6y6eh, ._q76o75 { display: flex; align-items: center; gap: 28px; }
._ju6y6eh .nav-link, ._q76o75 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
._ju6y6eh .nav-link:hover, ._q76o75 .nav-link:hover { color: var(--z14rq); }
._ju6y6eh ~ ._x9f1r { display: none; }

._yv2vc {
    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;
}

._yv2vc ._ed2an {
    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;
}

._yv2vc.active ._ed2an:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._yv2vc.active ._ed2an:nth-child(2) { opacity: 0; }
._yv2vc.active ._ed2an:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._z7b6p {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}
._z7b6p .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.06;
}
._z7b6p ._hb62qq {
    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%);
}
._wf79wm1 { position: relative; z-index: 2; }

._qvvhh8 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--z14rq);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(108, 92, 231, 0.08);
    border-radius: var(--z4ej);
    border: 1px solid rgba(108, 92, 231, 0.12);
}
._qvvhh8 i { font-size: 14px; }

._hg5cpx {
    font-size: var(--z19fe);
    font-weight: var(--z18r4);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
    letter-spacing: -0.03em;
}

._mtybapb {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.7;
}

._o29uk1m { display: flex; gap: 16px; flex-wrap: wrap; }

._xi0ll0q { position: relative; z-index: 2; }
._xi0ll0q img {
    border-radius: var(--z9xj);
    box-shadow: var(--z13qf);
}

._z7b6p .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;
}
._z7b6p .hero-blob:nth-child(1) {
    background: var(--z14rq);
    top: -10%; right: 5%;
}
._z7b6p .hero-blob:nth-child(2) {
    background: var(--z15fs);
    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); }
}

._m7x1t0 { margin-bottom: 60px; }

._v3d7jk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--z14rq);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
._v3d7jk i { font-size: 15px; }

._ch71wq {
    font-size: var(--z20en);
    font-weight: var(--z18r4);
    margin-bottom: 18px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

._b86wgw {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}
._m7x1t0.text-center ._b86wgw {
    margin-left: auto;
    margin-right: auto;
}

/* Expand cards (Our Work) */
.ix-exp-cards {
    display: flex;
    gap: 18px;
    height: 420px;
}

.ix-exp-card {
    position: relative;
    flex: 1;
    border-radius: var(--z8lw);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--border-color);
    box-shadow: var(--z10gu);
    cursor: pointer;
    transition: flex 0.45s ease, transform 0.35s ease, box-shadow 0.35s ease;
    min-width: 0;
}

.ix-exp-card.active {
    flex: 2.6;
    box-shadow: var(--z13qf);
}

.ix-exp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.78) 75%);
}

.ix-exp-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    color: #fff;
    max-width: 520px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Override section-wide typography rules (e.g. ._kczlhdn ... !important) */
.ix-exp-content,
.ix-exp-content h1,
.ix-exp-content h2,
.ix-exp-content h3,
.ix-exp-content h4,
.ix-exp-content h5,
.ix-exp-content h6,
.ix-exp-content p,
.ix-exp-content span,
.ix-exp-content small,
.ix-exp-content strong,
.ix-exp-content em {
    color: #fff !important;
}

/* Hard override for the whole Showcasing Our Expertise block */
#content-block-8 .ix-exp-card,
#content-block-8 .ix-exp-card * {
    color: #fff !important;
}

.ix-exp-card.active .ix-exp-content {
    opacity: 1;
    transform: none;
}

.ix-exp-content h4 {
    color: #fff;
    margin-bottom: 8px;
}

.ix-exp-content p {
    color: #fff !important;
    margin: 0;
}

@media (max-width: 992px) {
    .ix-exp-cards {
        flex-direction: column;
        height: auto;
    }
    .ix-exp-card,
    .ix-exp-card.active {
        flex: none;
        min-height: 220px;
    }
    .ix-exp-content {
        opacity: 1;
        transform: none;
    }
}

._p6xe2z {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z8lw);
    padding: 36px 26px;
    transition: var(--transition);
    height: 100%;
    text-align: center;
    box-shadow: var(--z10gu);
}
._p6xe2z:hover {
    box-shadow: var(--z12k8);
    transform: translateY(-8px);
    border-color: rgba(108, 92, 231, 0.15);
}

._p6xe2z ._ecbb4 {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--z7b3);
    background: rgba(108, 92, 231, 0.08);
    color: var(--z14rq);
    font-size: 26px;
    margin: 0 auto 20px;
    transition: var(--transition);
}
._p6xe2z:hover ._ecbb4 {
    background: var(--z1cy);
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
}

._p6xe2z ._vfk3n {
    font-family: var(--z3up);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--z18r4);
}
._p6xe2z ._gxvm5a {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

._p6xe2z-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z7b3);
    padding: 26px;
    transition: var(--transition);
    box-shadow: var(--z10gu);
}
._p6xe2z-horizontal:hover { box-shadow: var(--z11xy); transform: translateY(-3px); border-color: rgba(108,92,231,0.15); }
._p6xe2z-horizontal ._ecbb4 {
    flex-shrink: 0;
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--z7b3);
    background: rgba(108, 92, 231, 0.08);
    color: var(--z14rq);
    font-size: 20px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--z9xj);
    overflow: hidden;
    box-shadow: var(--z12k8);
}
.about-section .about-image img { width: 100%; border-radius: var(--z9xj); }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--z1cy);
    color: #fff;
    padding: 18px 24px;
    border-radius: var(--z8lw);
    text-align: center;
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-family: var(--z3up);
    font-size: 40px;
    line-height: 1;
    font-weight: var(--z18r4);
}
.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(--z14rq); font-size: 14px; }

._o4vzba {
    background: var(--z1cy);
    color: #fff;
    border-radius: var(--z9xj);
}
.counter-item { text-align: center; padding: 24px; }
._rmthl7 {
    font-family: var(--z3up);
    font-size: 52px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--z18r4);
}
._rmthl7 .counter-suffix { color: rgba(255,255,255,0.75); }
._cvg06 {
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.7);
}

._zstqt60 {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z8lw);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--z10gu);
}
._zstqt60:hover {
    transform: translateY(-8px);
    box-shadow: var(--z12k8);
    border-color: rgba(108,92,231,0.15);
}
._zstqt60 ._ouvnhu {
    position: relative;
    overflow: hidden;
    height: 240px;
}
._zstqt60 ._ouvnhu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._zstqt60:hover ._ouvnhu img { transform: scale(1.08); }
._zstqt60 ._ouvnhu .card-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--z1cy);
    color: #fff;
    padding: 6px 16px;
    border-radius: var(--z4ej);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}
._zstqt60 .card-body { padding: 28px; }
._zstqt60 .card-title {
    font-family: var(--z3up);
    font-size: var(--fs-h5);
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: var(--z18r4);
}
._zstqt60 .card-title a { color: var(--text-primary); }
._zstqt60 .card-title a:hover { color: var(--z14rq); }
._zstqt60 .card-text { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 20px; }
._zstqt60 .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
._zstqt60 .card-price {
    font-family: var(--z3up);
    font-size: var(--fs-h5);
    color: var(--z14rq);
    font-weight: var(--z18r4);
}

._ui5ww { text-align: center; transition: var(--transition); }
._ui5ww:hover { transform: translateY(-6px); }
._ui5ww ._ebru1x {
    position: relative;
    overflow: hidden;
    border-radius: var(--z9xj);
    margin-bottom: 20px;
}
._ui5ww ._ebru1x img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._ui5ww:hover ._ebru1x img { transform: scale(1.05); }
._ui5ww .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;
}
._ui5ww: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(--z14rq); }
._ui5ww ._rpge6x7 {
    font-family: var(--z3up);
    font-size: var(--fs-h5);
    margin-bottom: 4px;
    color: var(--text-primary);
    font-weight: var(--z18r4);
}
._ui5ww ._yxj2xv5 {
    font-size: var(--fs-small);
    color: var(--z14rq);
}

._j4uh8v {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z8lw);
    padding: 36px;
    transition: var(--transition);
    box-shadow: var(--z10gu);
    position: relative;
}
._j4uh8v:hover { box-shadow: var(--z12k8); transform: translateY(-5px); border-color: rgba(108,92,231,0.15); }
._j4uh8v .quote-icon {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.15;
    line-height: 1;
    background: var(--z1cy);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
._j4uh8v ._dz1hk2y {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 24px;
}
._j4uh8v .author {
    display: flex;
    align-items: center;
    gap: 14px;
}
._j4uh8v ._cmggid9 {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bg-secondary);
}
._j4uh8v ._er0zc5 {
    font-size: var(--z17x5);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}
._j4uh8v ._zlpw2f {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
._j4uh8v .stars { color: var(--z15fs); margin-bottom: 12px; }

._j4uh8v::before {
    content: '🚀';
    position: absolute;
    top: 14px; right: 20px;
    font-size: 22px;
    opacity: 0.12;
}

.portfolio-item {
    position: relative;
    border-radius: var(--z8lw);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--z10gu);
}
.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(--z15fs);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.portfolio-overlay .portfolio-title {
    font-family: var(--z3up);
    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(--z7b3) !important;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-family: var(--z3up);
    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(--z14rq);
}
.faq-section .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

._sndoisq {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z8lw);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--z10gu);
}
._sndoisq.featured {
    background: var(--z1cy);
    color: #fff;
    border: none;
    box-shadow: var(--accent-glow);
    transform: scale(1.02);
}
._sndoisq.featured ._fxqya,
._sndoisq.featured .plan-period,
._sndoisq.featured ._joqg4t li { color: rgba(255,255,255,0.85); }
._sndoisq.featured ._nrxace { color: #fff; }
._sndoisq.featured ._joqg4t li i { color: rgba(255,255,255,0.9); }
._sndoisq.featured ._zs0t1y { background: #fff; color: var(--z14rq); }
._sndoisq.featured ._zs0t1y:hover { background: var(--bg-secondary); }

._sndoisq:hover {
    transform: translateY(-6px);
    box-shadow: var(--z12k8);
}
._sndoisq.featured:hover {
    transform: scale(1.02) translateY(-6px);
}
._sndoisq ._fxqya {
    font-size: var(--fs-small);
    color: var(--z14rq);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: var(--fw-semibold);
}
._sndoisq ._nrxace {
    font-family: var(--z3up);
    font-size: 52px;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: var(--z18r4);
}
._sndoisq ._nrxace .currency {
    font-size: 22px;
    vertical-align: top;
    color: var(--z14rq);
}
._sndoisq .plan-period { font-size: var(--fs-small); color: var(--text-muted); margin-bottom: 28px; }
._sndoisq ._joqg4t { text-align: left; margin-bottom: 30px; }
._sndoisq ._joqg4t 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);
}
._sndoisq ._joqg4t li:last-child { border-bottom: none; }
._sndoisq ._joqg4t li i { color: var(--z14rq); }
._sndoisq ._joqg4t li.disabled { opacity: 0.4; text-decoration: line-through; }

._owjzzd {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--z8lw);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--z10gu);
}
._owjzzd:hover { transform: translateY(-6px); box-shadow: var(--z12k8); border-color: rgba(108,92,231,0.15); }
._owjzzd ._ouvnhu { height: 220px; overflow: hidden; }
._owjzzd ._ouvnhu img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
._owjzzd:hover ._ouvnhu img { transform: scale(1.06); }
._owjzzd .card-body { padding: 24px; }
._owjzzd ._fcbun {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 10px;
}
._owjzzd ._fcbun i { margin-right: 4px; color: var(--z14rq); }
._owjzzd .card-title {
    font-family: var(--z3up);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--text-primary);
    font-weight: var(--z18r4);
}
._owjzzd .card-title a { color: var(--text-primary); }
._owjzzd .card-title a:hover { color: var(--z14rq); }

._md0z4 {
    background: var(--z1cy);
    position: relative;
    overflow: hidden;
    border-radius: var(--z9xj);
}
._md0z4 .cta-content { position: relative; z-index: 2; }
._md0z4 ._afq89 { font-size: var(--z20en); color: #fff; }
._md0z4 ._t3ebl { color: rgba(255,255,255,0.8); font-size: 18px; max-width: 540px; }
._md0z4 p, ._md0z4 li { color: rgba(255,255,255,0.8); }
._md0z4 ._zs0t1y { background: #fff; color: var(--z14rq); border: none; }
._md0z4 ._zs0t1y:hover { background: var(--bg-secondary); transform: translateY(-2px); }
._md0z4 .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(--z4ej);
    padding: 14px 24px;
    color: var(--text-primary);
    font-family: var(--z5m1);
    font-size: var(--z17x5);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--z14rq); box-shadow: 0 0 0 3px rgba(108,92,231,0.08); }

.process-item { text-align: center; position: relative; padding: 0 20px; }
.process-item ._h55l6z {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 92, 231, 0.08);
    color: var(--z14rq);
    font-family: var(--z3up);
    font-size: 24px;
    font-weight: var(--z18r4);
    margin: 0 auto 18px;
    transition: var(--transition);
}
.process-item:hover ._h55l6z {
    background: var(--z1cy);
    color: #fff;
}
.process-item ._ldhoy {
    font-family: var(--z3up);
    font-size: var(--fs-h5);
    margin-bottom: 10px;
    color: var(--text-primary);
    font-weight: var(--z18r4);
}
.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(--z14rq);
    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(--z18r4);
    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%); }
}

._x57v7 {
    background: #1a1f36;
    color: rgba(255,255,255,0.6);
}
._x57v7 h1, ._x57v7 h2, ._x57v7 h3,
._x57v7 h4, ._x57v7 h5 { color: #fff; }

._d6dgm ._maipu {
    font-family: var(--z3up);
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    font-weight: var(--z18r4);
}
._d6dgm ._maipu::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px; height: 3px;
    background: var(--z1cy);
    border-radius: 3px;
}
._d6dgm p { color: rgba(255,255,255,0.45); font-size: var(--fs-small); }
._wt9ka2 a { color: rgba(255,255,255,0.45); font-size: var(--fs-small); transition: var(--transition); }
._wt9ka2 a:hover { color: var(--z14rq); padding-left: 5px; }
._wt9ka2 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(--z14rq); margin-top: 4px; }
._u1r722 { display: flex; gap: 10px; margin-top: 20px; }
._u1r722 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);
}
._u1r722 a:hover { background: var(--z14rq); color: #fff; }
._xf5rn { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 50px; }
._xf5rn 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(--z14rq); }

.policy-content h1 { font-size: var(--z20en); 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(--z14rq); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

._rsol65 {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--z1cy);
    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);
}
._rsol65.visible { opacity: 1; visibility: visible; }
._rsol65:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(108,92,231,0.30); }

._je0jf .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--z7b3);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--z5m1);
    font-size: var(--z17x5);
}
._je0jf .form-control:focus {
    border-color: var(--z14rq);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.08);
    background: var(--bg-card);
    color: var(--text-primary);
}
._je0jf .form-control::placeholder { color: var(--text-muted); }
._je0jf 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(--z14rq); 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(--z10gu);
    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(--z1cy); 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 { --z19fe: 48px; --z20en: 38px; } }

@media (max-width: 992px) {
    :root { --z19fe: 40px; --z20en: 34px; --z21k6: 26px; --_is0ji6: 80px 0; }
    ._x9f1r {
        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);
    }
    ._x9f1r.active { right: 0; }
    ._x9f1r .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;
    }
    ._x9f1r .nav-link:hover, ._x9f1r .nav-link.active { color: var(--z14rq) !important; }
    ._x9f1r .nav-link::after { display: none; }
    ._ppded { display: none !important; }
    ._yv2vc {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important; border: none !important;
    }
    ._ncyh1 {
        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;
    }
    ._ncyh1.active { opacity: 1; visibility: visible; }
    ._hg5cpx { font-size: var(--z19fe); }
    .process-item:not(:last-child)::after { display: none; }
    ._rmthl7 { font-size: 38px; }
    ._md0z4 { border-radius: var(--z8lw); }
}

@media (max-width: 768px) {
    :root { --z19fe: 34px; --z20en: 28px; --z21k6: 22px; --fs-h4: 20px; --_is0ji6: 60px 0; }
    ._m7x1t0 { margin-bottom: 36px; }
    ._z7b6p { min-height: auto; padding: 130px 0 70px; }
    ._o29uk1m { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    ._sndoisq ._nrxace { font-size: 38px; }
    ._sndoisq.featured { transform: none; }
    ._sndoisq.featured:hover { transform: translateY(-6px); }
    ._xf5rn { text-align: center; }
}

@media (max-width: 576px) {
    :root { --z19fe: 28px; --z20en: 24px; --z21k6: 19px; --_is0ji6: 44px 0; }
    ._j4uh8v { padding: 24px; }
    ._sndoisq { padding: 24px; }
    ._p6xe2z { padding: 24px 18px; }
    ._o4vzba { border-radius: var(--z7b3); }
}

._nq687qr ._qvvhh8 { color: #fff; }
._nq687qr ._v3d7jk { color: var(--z14rq); }
._nq687qr ._wkcyq { color: rgba(255,255,255,0.55); }
._nq687qr ._wt9ka2 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._nq687qr ._wt9ka2 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(--z14rq) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
