

:root {
    --bg-primary: #0c0f14;
    --bg-secondary: #121722;
    --bg-card: #161c28;
    --bg-card-hover: #1c2438;
    --text-primary: #f3f4f6;
    --text-secondary: #b0bdd0;
    --text-muted: #6b7a90;
    --footer-dark-bg: #080b10;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.04);

    --o146q: #7c3aed;
    --o15fa: #22d3ee;
    --o1tb: linear-gradient(135deg, var(--o146q), var(--o15fa));
    --accent-glow: 0 0 24px rgba(124, 58, 237, 0.30);

    --o3r3: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    --o5vj: 'Inter', system-ui, sans-serif;

    --o193y: 60px;
    --o207o: 44px;
    --o21yb: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --o17dy: 16px;
    --fs-small: 14px;

    --o18n4: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --o609: 10px;
    --o7is: 14px;
    --o85c: 20px;
    --o9av: 28px;
    --o4eb: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --o102k: 0 2px 10px rgba(0, 0, 0, 0.25);
    --o11bp: 0 8px 30px rgba(0, 0, 0, 0.35);
    --o12tp: 0 16px 50px rgba(0, 0, 0, 0.45);
    --o136q: 0 24px 70px rgba(0, 0, 0, 0.55);

    --y68gd: 60px 0;
    --container-width: 1200px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--o5vj);
    font-size: var(--o17dy);
    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(--o146q);
    transition: var(--transition);
}
a:hover { color: var(--o15fa); }

img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--o146q); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--o3r3);
    font-weight: var(--o18n4);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--o193y); }
h2 { font-size: var(--o207o); }
h3 { font-size: var(--o21yb); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--o1tb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--o146q); }
.text-accent-2 { color: var(--o15fa); }
.text-dark { color: var(--text-primary); }
.s77x { color: var(--text-muted); }

.y68gd { padding: var(--y68gd); position: relative; }
.y68gd-sm { padding: 60px 0; }
.y68gd-lg { padding: 140px 0; }
.y68gd > .container { position: relative; z-index: 1; }

.sooa { background-color: var(--bg-primary); }
.mg8wcf { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--o1tb); 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(.v915d) { color: #fff; }
.bg-gradient-custom .qtbhl { color: #fff; }
.bg-gradient-custom .pnba { color: rgba(255,255,255,0.7); }

.hfocx {
    background-color: #080b10;
    color: rgba(255,255,255,0.7);
}
.hfocx h1, .hfocx h2, .hfocx h3,
.hfocx h4, .hfocx h5, .hfocx h6 { color: #fff; }
.hfocx p, .hfocx li, .hfocx span:not(.badge) { color: rgba(255,255,255,0.7); }
.hfocx a:not(.v915d) { color: rgba(255,255,255,0.8); }
.hfocx a:not(.v915d):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; }

.t3ddfb {
    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;
}
.t3ddfb.loaded { opacity: 0; visibility: hidden; }
.lr1ws { display: flex; gap: 10px; }
.m47x {
    width: 12px; height: 12px;
    border-radius: 50%;
    animation: t3ddfbBounce 1.4s ease-in-out infinite both;
}
.m47x:nth-child(1) { background: var(--o146q); animation-delay: -0.32s; }
.m47x:nth-child(2) { background: var(--o15fa); animation-delay: -0.16s; }
.m47x:nth-child(3) { background: var(--o146q); animation-delay: 0; }

@keyframes t3ddfbBounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

.v915d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--o17dy);
    font-weight: var(--fw-semibold);
    border-radius: var(--o7is);
    transition: var(--transition);
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.j53e {
    background: var(--o1tb);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--accent-glow);
}
.j53e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(124, 58, 237, 0.45), 0 0 80px rgba(34, 211, 238, 0.15);
    color: #fff;
}

.qcdg2 {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}
.qcdg2:hover {
    border-color: var(--o146q);
    color: var(--o146q);
    background: rgba(124, 58, 237, 0.08);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--o15fa);
    padding: 0;
    font-weight: var(--fw-medium);
}
.btn-link-custom:hover { color: var(--o146q); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.eu1xls {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
}

.eu1xls.scrolled {
    background: rgba(12, 15, 20, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
}

.gnx4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ezxbb {
    font-family: var(--o3r3);
    font-size: 26px;
    font-weight: var(--o18n4);
    color: var(--text-primary);
}
.ezxbb:hover { color: var(--text-primary); }

.xpvm { display: flex; align-items: center; gap: 32px; }

.xpvm .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.xpvm .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--o1tb);
    transition: width 0.3s ease;
}

.xpvm .nav-link:hover,
.xpvm .nav-link.active { color: var(--text-primary); }
.xpvm .nav-link:hover::after,
.xpvm .nav-link.active::after { width: 100%; }

.s3wg { margin-left: 16px; }

.bxcpx0, .o1mgnf { display: flex; align-items: center; gap: 28px; }
.bxcpx0 .nav-link, .o1mgnf .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.bxcpx0 .nav-link:hover, .o1mgnf .nav-link:hover { color: var(--text-primary); }
.bxcpx0 ~ .xpvm { display: none; }

.ayjxnl {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: var(--o609);
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.ayjxnl .ikup {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.ayjxnl.active .ikup:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ayjxnl.active .ikup:nth-child(2) { opacity: 0; }
.ayjxnl.active .ikup:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sb87 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-primary);
}

.sb87 .hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.10;
}

.sb87 .j5mb {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: radial-gradient(ellipse at 30% 50%, rgba(124,58,237,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgba(34,211,238,0.08) 0%, transparent 50%);
}

.nslyrc { position: relative; z-index: 2; }

.kl2v1r {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
    background: var(--o1tb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.l5lt {
    font-size: var(--o193y);
    font-weight: var(--o18n4);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.kkppwp {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 36px;
    line-height: 1.7;
}

.l1174 { display: flex; gap: 16px; flex-wrap: wrap; }

.ncxak { position: relative; z-index: 2; }
.ncxak img {
    border-radius: var(--o85c);
    box-shadow: var(--o136q);
    border: 1px solid var(--border-color);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

.a356 { margin-bottom: 60px; }

.f403s {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    background: var(--o1tb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ecdb {
    font-size: var(--o207o);
    font-weight: var(--o18n4);
    margin-bottom: 16px;
    color: var(--text-primary);
}

.fqls5 {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 600px;
}
.a356.text-center .fqls5 {
    margin-left: auto;
    margin-right: auto;
}

.vde7f {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o7is);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.vde7f::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: var(--o1tb);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.vde7f:hover::before { opacity: 1; }

.vde7f:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.25);
}

.vde7f .xqw9f {
    width: 56px; height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.12);
    color: var(--o146q);
    font-size: 24px;
    border-radius: var(--o7is);
    margin-bottom: 20px;
    transition: var(--transition);
}
.vde7f:hover .xqw9f {
    background: var(--o1tb);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.vde7f .hov8 {
    font-size: var(--fs-h5);
    font-weight: var(--o18n4);
    margin-bottom: 10px;
    color: var(--text-primary);
}

.vde7f .mnbf {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.vde7f-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o7is);
    padding: 24px;
    transition: var(--transition);
}
.vde7f-horizontal:hover {
    box-shadow: var(--o11bp);
    transform: translateY(-3px);
    border-color: rgba(124, 58, 237, 0.2);
}
.vde7f-horizontal .xqw9f {
    flex-shrink: 0;
    width: 50px; height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.12);
    color: var(--o146q);
    font-size: 22px;
    border-radius: var(--o7is);
}

.about-section .about-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--o85c);
    border: 1px solid var(--border-color);
}
.about-section .about-image img { width: 100%; }
.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: var(--o1tb);
    color: #fff;
    padding: 16px 22px;
    text-align: center;
    border-radius: var(--o7is);
    box-shadow: var(--accent-glow);
}
.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--o18n4);
    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);
    border-bottom: 1px solid var(--border-color);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--o15fa); font-size: 16px; }

.ugfngi {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.counter-item { text-align: center; padding: 20px; }
.qtbhl {
    font-size: 56px;
    font-weight: var(--o18n4);
    line-height: 1;
    margin-bottom: 8px;
    background: var(--o1tb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.qtbhl .counter-suffix {
    -webkit-text-fill-color: var(--o15fa);
}
.pnba {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nskc4e {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o7is);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.nskc4e:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.2);
}
.nskc4e .ml7ven {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.nskc4e .ml7ven img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.nskc4e:hover .ml7ven img { transform: scale(1.06); }
.nskc4e .ml7ven .card-tag {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--o1tb);
    color: #fff;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: var(--o609);
}
.nskc4e .card-body { padding: 24px; }
.nskc4e .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--o18n4);
    margin-bottom: 10px;
    color: var(--text-primary);
}
.nskc4e .card-title a { color: var(--text-primary); }
.nskc4e .card-title a:hover { color: var(--o15fa); }
.nskc4e .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}
.nskc4e .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}
.nskc4e .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--o18n4);
    color: var(--o15fa);
}

.ywawv { text-align: center; transition: var(--transition); }
.ywawv:hover { transform: translateY(-6px); }
.ywawv .ejladr {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: var(--o7is);
    border: 1px solid var(--border-color);
}
.ywawv .ejladr img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.ywawv:hover .ejladr img { transform: scale(1.04); }
.ywawv .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.8) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}
.ywawv:hover .team-social { bottom: 0; }
.team-social a {
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--o146q);
    color: #fff;
    font-size: 14px;
    border-radius: var(--o609);
    transition: var(--transition);
}
.team-social a:hover { background: var(--o15fa); }
.ywawv .v1s6h {
    font-size: var(--fs-h5);
    font-weight: var(--o18n4);
    margin-bottom: 4px;
    color: var(--text-primary);
}
.ywawv .eph741 {
    font-size: var(--fs-small);
    color: var(--o15fa);
    letter-spacing: 1px;
}

.xi76g8 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o7is);
    padding: 36px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.xi76g8::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
    background: var(--o1tb);
}
.xi76g8:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    transform: translateY(-4px);
    border-color: rgba(124, 58, 237, 0.2);
}
.xi76g8 .quote-icon {
    font-size: 32px;
    color: var(--o146q);
    margin-bottom: 16px;
}
.xi76g8 .mb36by {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
}
.xi76g8 .author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.xi76g8 .dlb312 {
    width: 52px; height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--o146q);
}
.xi76g8 .mfh1 {
    font-size: var(--o17dy);
    font-weight: var(--o18n4);
    color: var(--text-primary);
    margin-bottom: 2px;
}
.xi76g8 .zf2vm {
    font-size: var(--fs-small);
    color: var(--text-muted);
}
.xi76g8 .stars {
    color: var(--o15fa);
    margin-bottom: 14px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: var(--o7is);
    border: 1px solid var(--border-color);
}
.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.4s 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%;
    background: rgba(12, 15, 20, 0.88);
    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;
    color: var(--o15fa);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--fw-medium);
    margin-bottom: 6px;
}
.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) !important;
    border-radius: var(--o7is) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    padding: 18px 24px;
    box-shadow: none;
    border: none;
    border-radius: var(--o7is);
}
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(124, 58, 237, 0.08);
    color: var(--o146q);
}
.faq-section .accordion-body {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.zi3u {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o85c);
    padding: 40px 32px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.zi3u.featured {
    border-color: var(--o146q);
    box-shadow: 0 0 40px rgba(124, 58, 237, 0.15);
    transform: scale(1.03);
}
.zi3u.featured::before {
    content: '★ BEST';
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: var(--o1tb);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--o18n4);
    letter-spacing: 1.5px;
    border-radius: 0 0 var(--o609) var(--o609);
}
.zi3u:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.zi3u.featured:hover { transform: scale(1.03) translateY(-6px); }
.zi3u .l36nu {
    font-size: var(--fs-h5);
    color: var(--text-primary);
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-weight: var(--o18n4);
}
.zi3u .modbf {
    font-size: 56px;
    font-weight: var(--o18n4);
    line-height: 1;
    margin-bottom: 8px;
    background: var(--o1tb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.zi3u .modbf .currency {
    font-size: 24px;
    vertical-align: top;
}
.zi3u .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 28px;
}
.zi3u .lstv {
    text-align: left;
    margin-bottom: 28px;
}
.zi3u .lstv 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);
}
.zi3u .lstv li:last-child { border-bottom: none; }
.zi3u .lstv li i { color: var(--o15fa); }
.zi3u .lstv li.disabled {
    opacity: 0.3;
    text-decoration: line-through;
}

.f45b4f {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o7is);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}
.f45b4f:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border-color: rgba(124, 58, 237, 0.2);
}
.f45b4f .ml7ven { height: 200px; overflow: hidden; }
.f45b4f .ml7ven img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.f45b4f:hover .ml7ven img { transform: scale(1.06); }
.f45b4f .card-body { padding: 24px; }
.f45b4f .dwxo00 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.f45b4f .dwxo00 i { margin-right: 4px; color: var(--o146q); }
.f45b4f .card-title {
    font-size: 18px;
    font-weight: var(--o18n4);
    margin-bottom: 12px;
    line-height: 1.3;
    color: var(--text-primary);
}
.f45b4f .card-title a { color: var(--text-primary); }
.f45b4f .card-title a:hover { color: var(--o15fa); }

.bbe634 {
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.bbe634 .cta-content { position: relative; z-index: 2; }
.bbe634 .vn6m { font-size: var(--o207o); color: var(--text-primary); }
.bbe634 .t7z8 { color: var(--text-secondary); font-size: 18px; max-width: 600px; }
.bbe634 p, .bbe634 li { color: var(--text-secondary); }
.bbe634 .j53e {
    background: var(--o1tb);
    color: #fff;
    border-color: transparent;
}
.bbe634 .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--o146q);
    opacity: 0.06;
    filter: blur(100px);
}

.newsletter-form {
    display: flex; gap: 0; max-width: 500px;
}
.newsletter-form input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o609) 0 0 var(--o609);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--o17dy);
}
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--o146q); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.process-item .rfsy {
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--o1tb);
    color: #fff;
    font-size: 22px;
    font-weight: var(--o18n4);
    border-radius: var(--o7is);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}
.process-item .lk1c {
    font-size: var(--fs-h5);
    font-weight: var(--o18n4);
    margin-bottom: 10px;
    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: 26px; right: -14px;
    font-size: 22px;
    color: var(--o15fa);
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-family: var(--o3r3);
    font-size: 60px;
    font-weight: var(--o18n4);
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-muted);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.f59at {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    border-top: 1px solid var(--border-color);
}
.f59at h1, .f59at h2, .f59at h3,
.f59at h4, .f59at h5 { color: #fff; }

.okq230 .q4eua {
    font-size: 18px;
    font-weight: var(--o18n4);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}
.okq230 .q4eua::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--o1tb);
}
.okq230 p { color: rgba(255,255,255,0.5); font-size: var(--fs-small); }
.ex6n a {
    color: rgba(255,255,255,0.5);
    font-size: var(--fs-small);
    transition: var(--transition);
}
.ex6n a:hover {
    color: var(--o15fa);
    text-decoration: none;
    padding-left: 6px;
}
.ex6n li { margin-bottom: 10px; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.5);
    font-size: var(--fs-small);
}
.footer-contact li i { color: var(--o15fa); margin-top: 4px; }
.tc3n { display: flex; gap: 8px; margin-top: 20px; }
.tc3n a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border-radius: var(--o609);
    color: rgba(255,255,255,0.6);
    transition: var(--transition);
}
.tc3n a:hover {
    background: var(--o146q);
    color: #fff;
    box-shadow: var(--accent-glow);
}
.fne04 {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 24px 0;
    margin-top: 60px;
}
.fne04 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(--o15fa); }

.policy-content h1 { font-size: var(--o207o); 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(--o15fa); text-decoration: underline; }
.policy-content strong { color: var(--text-primary); }

.p6iywa {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--o1tb);
    color: #fff;
    border: none;
    border-radius: var(--o7is);
    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);
}
.p6iywa.visible { opacity: 1; visibility: visible; }
.p6iywa:hover { transform: translateY(-3px); box-shadow: 0 0 36px rgba(124,58,237,0.4); }

.ao2cyg .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o609);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--o17dy);
    transition: var(--transition);
}
.ao2cyg .form-control:focus {
    border-color: var(--o146q);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
    background: var(--bg-card);
    color: var(--text-primary);
}
.ao2cyg .form-control::placeholder { color: var(--text-muted); }
.ao2cyg textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--text-muted); opacity: 0.4; width: 10px; height: 10px; border-radius: 50%; }
.swiper-pagination-bullet-active { background: var(--o146q); opacity: 1; }
.swiper-button-prev,
.swiper-button-next {
    width: 46px; height: 46px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o609);
    color: var(--text-primary);
}
.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--o146q);
    color: #fff;
    border-color: var(--o146q);
    box-shadow: var(--accent-glow);
}

.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(-10px); }
}
@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 { --o193y: 48px; --o207o: 36px; } }

@media (max-width: 992px) {
    :root { --o193y: 40px; --o207o: 32px; --o21yb: 26px; --y68gd: 50px 0; }
    .xpvm {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0; right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-primary);
        border-left: 1px solid var(--border-color);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        transition: right 0.3s ease;
        overflow-y: auto;
    }
    .xpvm.active { right: 0; }
    .xpvm .nav-link {
        display: block !important;
        font-size: 18px !important; padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color); width: 100%;
        color: var(--text-primary) !important;
        opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    }
    .xpvm .nav-link:hover, .xpvm .nav-link.active { color: var(--o146q) !important; }
    .xpvm .nav-link::after { display: none; }
    .s3wg { display: none !important; }
    .ayjxnl {
        display: flex !important; z-index: 10001; position: relative;
        pointer-events: auto !important; opacity: 1 !important;
        background: none !important;
    }
    .spn40l {
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 9999;
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .spn40l.active { opacity: 1; visibility: visible; }
    .l5lt { font-size: var(--o193y); }
    .process-item:not(:last-child)::after { display: none; }
    .qtbhl { font-size: 40px; }
}

@media (max-width: 768px) {
    :root { --o193y: 34px; --o207o: 28px; --o21yb: 22px; --fs-h4: 20px; --y68gd: 40px 0; }
    .a356 { margin-bottom: 40px; }
    .sb87 { min-height: auto; padding: 140px 0 80px; }
    .l1174 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .zi3u .modbf { font-size: 44px; }
    .fne04 { text-align: center; }
}

@media (max-width: 576px) {
    :root { --o193y: 28px; --o207o: 24px; --o21yb: 20px; --y68gd: 30px 0; }
    .xi76g8 { padding: 24px; }
    .zi3u { padding: 24px; }
    .vde7f { padding: 24px 18px; }
}

.hfocx .kl2v1r { color: #fff; }
.hfocx .f403s { color: var(--o146q); }
.hfocx .s77x { color: rgba(255,255,255,0.55); }
.hfocx .ex6n a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.hfocx .ex6n 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(--o146q) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
