

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #faf5ff;
    --bg-card: #ffffff;
    --bg-card-hover: #f8f0ff;
    --text-primary: #1e1b4b;
    --text-secondary: #4b5563;
    --text-muted: #9ca3af;
    --footer-dark-bg: #1e1b4b;
    --border-color: #e5e7eb;
    --border-light: #d1d5db;

    --n14ih: #8b5cf6;
    --n15ir: #ec4899;
    --n16bv: #06b6d4;
    --n1uw: linear-gradient(135deg, var(--n14ih), var(--n15ir));
    --n1uw-alt: linear-gradient(135deg, var(--n15ir), var(--n16bv));
    --accent-glow: 0 4px 14px rgba(139, 92, 246, 0.25);

    --n3la: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    --n5lx: 'Inter', system-ui, sans-serif;

    --n19o0: 60px;
    --n20rj: 44px;
    --n21p8: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --n17rx: 16px;
    --fs-small: 14px;

    --n18bi: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --n6h4: 10px;
    --n7mu: 14px;
    --n8vh: 20px;
    --n9t8: 28px;
    --n4oc: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --n10me: 0 2px 8px rgba(0, 0, 0, 0.04);
    --n11e3: 0 4px 20px rgba(139, 92, 246, 0.08);
    --n12no: 0 8px 32px rgba(139, 92, 246, 0.12);
    --n13t9: 0 16px 48px rgba(139, 92, 246, 0.16);

    --gsgvql: 100px 0;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--n5lx);
    font-size: var(--n17rx);
    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(--n14ih);
    transition: var(--transition);
}

a:hover { color: var(--n15ir); }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--n14ih);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--n3la);
    font-weight: var(--n18bi);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
}

h1 { font-size: var(--n19o0); letter-spacing: -1px; }
h2 { font-size: var(--n20rj); letter-spacing: -0.5px; }
h3 { font-size: var(--n21p8); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--n14ih); }
.text-accent-2 { color: var(--n15ir); }
.text-dark { color: var(--text-primary); }
.kcp3 { color: var(--text-muted); }

.gsgvql { padding: var(--gsgvql); position: relative; }
.gsgvql-sm { padding: 60px 0; }
.gsgvql-lg { padding: 140px 0; }
.gsgvql > .container { position: relative; z-index: 1; }

.eneq9 { background-color: var(--bg-primary); }
.rt1t { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--n1uw); }
.bg-gradient-subtle {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.bg-gradient-custom {
    color: #fff;
}
.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3,
.bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(255,255,255,0.85); }
.bg-gradient-custom a:not(.llvnf4) { color: #fff; }
.bg-gradient-custom .lq8i { color: #fff; }
.bg-gradient-custom .zidlym { color: rgba(255,255,255,0.7); }

.qftbv4 {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.7);
}
.qftbv4 h1, .qftbv4 h2, .qftbv4 h3,
.qftbv4 h4, .qftbv4 h5, .qftbv4 h6 { color: #fff; }
.qftbv4 p, .qftbv4 li, .qftbv4 span:not(.badge) { color: rgba(255,255,255,0.7); }
.qftbv4 a:not(.llvnf4) { color: rgba(255,255,255,0.8); }
.qftbv4 a:not(.llvnf4):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; }

.tvzp {
    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;
}

.tvzp.loaded { opacity: 0; visibility: hidden; }

.vcte8 {
    display: flex;
    gap: 10px;
}

.aukz {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation: tvzpBounce 1.4s ease-in-out infinite both;
}

.aukz:nth-child(1) { background: var(--n14ih); animation-delay: -0.32s; }
.aukz:nth-child(2) { background: var(--n15ir); animation-delay: -0.16s; }
.aukz:nth-child(3) { background: var(--n16bv); animation-delay: 0; }

@keyframes tvzpBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.llvnf4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    font-size: var(--n17rx);
    font-weight: var(--fw-semibold);
    border-radius: var(--n4oc);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.oksvcr {
    background: var(--n1uw);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.oksvcr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.35);
    color: #fff;
}

.iy24lj {
    background: transparent;
    color: var(--n14ih);
    border: 2px solid var(--n14ih);
}

.iy24lj:hover {
    background: var(--n14ih);
    color: #fff;
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--n14ih);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover { color: var(--n15ir); }

.btn-link-custom i { transition: transform 0.3s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.bkw6r4 {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
}

.bkw6r4.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--n10me);
}

.mr8wde {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ieej9h {
    font-family: var(--n3la);
    font-size: 26px;
    font-weight: 800;
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ieej9h:hover {
    opacity: 0.9;
}

.wwm3mr {
    display: flex;
    align-items: center;
    gap: 32px;
}

.wwm3mr .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.wwm3mr .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--n1uw);
    transition: all 0.3s ease;
    border-radius: 2px;
    transform: translateX(-50%);
}

.wwm3mr .nav-link:hover,
.wwm3mr .nav-link.active { color: var(--n14ih); }

.wwm3mr .nav-link:hover::after,
.wwm3mr .nav-link.active::after { width: 100%; }

.uzx52s { margin-left: 16px; }

.ly3xjt, .ggv0 { display: flex; align-items: center; gap: 32px; }
.ly3xjt .nav-link, .ggv0 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 8px 0;
}
.ly3xjt .nav-link:hover, .ggv0 .nav-link:hover { color: var(--n14ih); }
.ly3xjt ~ .wwm3mr { display: none; }

.ipjl1d {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
}

.ipjl1d .bm8i {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.ipjl1d.active .bm8i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ipjl1d.active .bm8i:nth-child(2) { opacity: 0; }
.ipjl1d.active .bm8i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.pp3e {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

.pp3e .hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.pp3e .fusf {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(ellipse at top right, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at bottom left, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
}

.mhxa {
    position: relative;
    z-index: 2;
}

.rewl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--n14ih);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border-radius: var(--n4oc);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.tpz7m {
    font-size: var(--n19o0);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.riyi {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cmxw {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.tz3q {
    position: relative;
    z-index: 2;
}

.tz3q img {
    border-radius: var(--n9t8);
    box-shadow: var(--n13t9);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.hero-shape-1 {
    width: 500px;
    height: 500px;
    background: var(--n14ih);
    top: -200px;
    right: -100px;
}

.hero-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--n15ir);
    bottom: -100px;
    left: -100px;
}

.xakw {
    margin-bottom: 60px;
}

.quvulv {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--n18bi);
    text-transform: uppercase;
    letter-spacing: 3px;
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.heawq {
    font-size: var(--n20rj);
    font-weight: var(--n18bi);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.rxy93b {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.xakw.text-center .rxy93b {
    margin-left: auto;
    margin-right: auto;
}

.uuc3ab {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n8vh);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--n10me);
    position: relative;
    overflow: hidden;
}

.uuc3ab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--n1uw);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.uuc3ab:hover::before { opacity: 1; }

.uuc3ab:hover {
    transform: translateY(-5px);
    box-shadow: var(--n12no);
}

.uuc3ab .qrv9yj {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--n7mu);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--n14ih);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.uuc3ab:hover .qrv9yj {
    background: var(--n1uw);
    color: #fff;
    transform: scale(1.1);
}

.uuc3ab .uiyf {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.uuc3ab .hwhgrk {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.uuc3ab-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n7mu);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--n10me);
}

.uuc3ab-horizontal:hover {
    box-shadow: var(--n11e3);
    border-color: var(--n14ih);
    transform: translateY(-3px);
}

.uuc3ab-horizontal .qrv9yj {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--n6h4);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    color: var(--n14ih);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--n9t8);
    overflow: hidden;
    box-shadow: var(--n13t9);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--n9t8);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--n1uw);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--n7mu);
    text-align: center;
    box-shadow: var(--n12no);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--n18bi);
    line-height: 1;
}

.experience-badge .badge-text {
    font-size: var(--fs-small);
    opacity: 0.9;
}

.about-list { margin-top: 20px; }

.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: var(--text-secondary);
}

.about-list li i {
    color: var(--n14ih);
    font-size: 16px;
}

.qe3yp {
    background: var(--bg-secondary);
}

.qe3yp.bg-gradient-custom {
    background: var(--n1uw);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.lq8i {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.bg-gradient-custom .lq8i { color: #fff; }
.lq8i { color: var(--text-primary); }

.lq8i .counter-suffix {
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zidlym {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg-gradient-custom .zidlym {
    color: rgba(255, 255, 255, 0.7);
}

.hfyf {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n8vh);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--n10me);
}

.hfyf:hover {
    transform: translateY(-8px);
    box-shadow: var(--n13t9);
}

.hfyf .ykx7mv {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.hfyf .ykx7mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hfyf:hover .ykx7mv img {
    transform: scale(1.08);
}

.hfyf .ykx7mv .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--n1uw);
    color: #fff;
    padding: 6px 18px;
    border-radius: var(--n4oc);
    font-size: 12px;
    font-weight: var(--n18bi);
}

.hfyf .card-body { padding: 28px; }

.hfyf .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.hfyf .card-title a { color: var(--text-primary); }
.hfyf .card-title a:hover { color: var(--n14ih); }

.hfyf .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.hfyf .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.hfyf .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--n18bi);
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sz2n5u {
    text-align: center;
    transition: var(--transition);
}

.sz2n5u:hover { transform: translateY(-5px); }

.sz2n5u .lz9mj {
    position: relative;
    overflow: hidden;
    border-radius: var(--n9t8);
    margin-bottom: 20px;
    box-shadow: var(--n11e3);
}

.sz2n5u .lz9mj img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sz2n5u:hover .lz9mj img { transform: scale(1.05); }

.sz2n5u .team-social {
    position: absolute;
    bottom: -60px;
    left: 0; width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}

.sz2n5u:hover .team-social { bottom: 0; }

.team-social a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover { background: var(--n14ih); }

.sz2n5u .uvksf {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

.sz2n5u .rklayz {
    font-size: var(--fs-small);
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: var(--fw-medium);
}

.wp8tep {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n8vh);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--n10me);
    position: relative;
}

.wp8tep::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--n1uw);
    border-radius: var(--n8vh) var(--n8vh) 0 0;
}

.wp8tep:hover {
    box-shadow: var(--n12no);
    transform: translateY(-3px);
}

.wp8tep .quote-icon {
    font-size: 36px;
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.wp8tep .sqjbt {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.wp8tep .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wp8tep .aghzb {
    width: 56px; height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(139, 92, 246, 0.2);
}

.wp8tep .hm7g1 {
    font-size: var(--n17rx);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.wp8tep .rhuwpn {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.wp8tep .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--n8vh);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--n11e3);
}

.portfolio-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover img { transform: scale(1.1); }

.portfolio-item .portfolio-overlay { color: #fff;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(30, 27, 75, 0.9) 0%, rgba(30, 27, 75, 0.1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-overlay .portfolio-cat {
    font-size: 12px;
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: var(--n18bi);
}

.portfolio-overlay .portfolio-title {
    font-size: var(--fs-h5);
    color: #fff;
    margin-bottom: 0;
}
.portfolio-overlay .serial-badge { color: rgba(255,255,255,0.85); -webkit-text-stroke: 0; font-size: inherit; opacity: 1; position: static; background: rgba(255,255,255,0.15); border-radius: 6px; display: inline-block; padding: 4px 12px; }

.faq-section .accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n7mu) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--n10me);
}

.faq-section .accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 18px;
    font-weight: var(--fw-semibold);
    padding: 20px 28px;
    box-shadow: none;
    border: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--bg-card-hover);
    color: var(--n14ih);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.ntu5e5 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n9t8);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--n10me);
    overflow: hidden;
}

.ntu5e5.featured {
    border-color: transparent;
    background: linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
                var(--n1uw) border-box;
    border: 2px solid transparent;
    box-shadow: var(--n12no);
}

.ntu5e5.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: var(--n1uw);
    color: #fff;
    padding: 6px 24px;
    font-size: 12px;
    font-weight: var(--n18bi);
    border-radius: 0 0 var(--n6h4) var(--n6h4);
}

.ntu5e5:hover {
    transform: translateY(-8px);
    box-shadow: var(--n13t9);
}

.ntu5e5 .ir6x {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: var(--n18bi);
    margin-bottom: 16px;
}

.ntu5e5 .ar3u {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.ntu5e5 .ar3u .currency {
    font-size: 24px;
    vertical-align: top;
    background: var(--n1uw);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ntu5e5 .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.ntu5e5 .yrheog {
    text-align: left;
    margin-bottom: 30px;
}

.ntu5e5 .yrheog 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);
}

.ntu5e5 .yrheog li:last-child { border-bottom: none; }
.ntu5e5 .yrheog li i { color: var(--n14ih); }
.ntu5e5 .yrheog li.disabled { opacity: 0.4; text-decoration: line-through; }

.wd9q {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n8vh);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--n10me);
}

.wd9q:hover {
    transform: translateY(-5px);
    box-shadow: var(--n12no);
}

.wd9q .ykx7mv {
    height: 200px;
    overflow: hidden;
}

.wd9q .ykx7mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wd9q:hover .ykx7mv img { transform: scale(1.05); }

.wd9q .card-body { padding: 24px; }

.wd9q .bc41 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.wd9q .bc41 i {
    margin-right: 4px;
    color: var(--n14ih);
}

.wd9q .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

.wd9q .card-title a { color: var(--text-primary); }
.wd9q .card-title a:hover { color: var(--n14ih); }

.rkuh {
    background: var(--n1uw);
    position: relative;
    overflow: hidden;
}

.rkuh .cta-content {
    position: relative;
    z-index: 2;
}

.rkuh .fcjx {
    font-size: var(--n20rj);
    color: #fff;
    letter-spacing: -0.5px;
}

.rkuh .atv6c {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 600px;
}

.rkuh p, .rkuh li { color: rgba(255,255,255,0.85); }

.rkuh .llvnf4 {
    background: #fff;
    color: var(--n14ih);
    font-weight: var(--n18bi);
}

.rkuh .llvnf4:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.rkuh .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 { width: 400px; height: 400px; top: -200px; right: -100px; }
.cta-shape-2 { width: 300px; height: 300px; bottom: -150px; left: -100px; }

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--n4oc);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--n17rx);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--n14ih); box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item .vx5r0 {
    width: 64px; height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--n1uw);
    color: #fff;
    font-size: 24px;
    font-weight: var(--n18bi);
    margin: 0 auto 20px;
    box-shadow: var(--accent-glow);
}

.process-item .wau2c4 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.process-item .step-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
}

.process-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px; right: -20px;
    width: 40px; height: 2px;
    background: var(--n1uw);
    opacity: 0.3;
}

.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--n18bi);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.jpez {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    color: rgba(255, 255, 255, 0.6);
}

.jpez h1, .jpez h2, .jpez h3,
.jpez h4, .jpez h5 { color: #fff; }

.fhjz6 .wby5l {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.fhjz6 .wby5l::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--n1uw);
    border-radius: 2px;
}

.fhjz6 p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.yjfzl a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.yjfzl a:hover {
    color: #fff;
    padding-left: 5px;
}

.yjfzl li { margin-bottom: 10px; }

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.footer-contact li i { color: var(--n15ir); margin-top: 4px; }

.zcz92 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.zcz92 a {
    width: 40px; height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}

.zcz92 a:hover {
    background: var(--n1uw);
    border-color: transparent;
    color: #fff;
}

.gau01f {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    margin-top: 60px;
}

.gau01f p {
    margin: 0;
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.4);
}

.footer-policy {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-policy a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-policy a:hover {
    color: var(--n14ih);
}

.policy-content h1 {
    font-size: var(--n20rj);
    font-weight: var(--n18bi);
    margin-bottom: 24px;
    color: var(--text-primary);
}

.policy-content h2 {
    font-size: var(--fs-h4);
    font-weight: var(--fw-semibold);
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.policy-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 16px;
}

.policy-content ul, .policy-content ol {
    color: var(--text-secondary);
    padding-left: 24px;
    margin-bottom: 16px;
}

.policy-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.policy-content a {
    color: var(--n14ih);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.mpmh0 {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 48px; height: 48px;
    background: var(--n1uw);
    color: #fff;
    border: none;
    border-radius: var(--n7mu);
    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);
}

.mpmh0.visible { opacity: 1; visibility: visible; }
.mpmh0:hover { transform: translateY(-3px); }

.fgnx .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--n6h4);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--n17rx);
}

.fgnx .form-control:focus {
    border-color: var(--n14ih);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

.fgnx .form-control::placeholder { color: var(--text-muted); }
.fgnx textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--n1uw);
    width: 24px;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px; height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--n6h4);
    color: var(--text-primary);
    box-shadow: var(--n10me);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--n1uw);
    border-color: transparent;
    color: #fff;
}

.wow-ready .wow { visibility: hidden; }
.wow.animated { visibility: visible; }

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes floatLeftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }
.float-anim-2 { animation: floatLeftRight 4s ease-in-out infinite; }

@media (max-width: 1200px) {
    :root { --n19o0: 50px; --n20rj: 38px; }
}

@media (max-width: 992px) {
    :root {
        --n19o0: 40px; --n20rj: 32px; --n21p8: 26px;
        --gsgvql: 80px 0;
    }

    .wwm3mr {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-body);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        box-shadow: -4px 0 30px rgba(0,0,0,0.25);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    .wwm3mr.active {
        right: 0;
    }

    .wwm3mr .nav-link {
        display: block !important;
        font-size: 18px !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        text-transform: none;
        letter-spacing: 0;
        color: var(--text-primary) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .wwm3mr .nav-link:hover,
    .wwm3mr .nav-link.active {
        color: var(--n14ih) !important;
    }

    .wwm3mr .nav-link::after {
        display: none;
    }

    .uzx52s { display: none !important; }

    .ipjl1d {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .ukup {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .ukup.active {
        opacity: 1;
        visibility: visible;
    }

    .tpz7m { font-size: var(--n19o0); }
    .process-item:not(:last-child)::after { display: none; }
    .lq8i { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --n19o0: 34px; --n20rj: 28px; --n21p8: 22px; --fs-h4: 20px;
        --gsgvql: 60px 0;
    }
    .xakw { margin-bottom: 40px; }
    .pp3e { min-height: auto; padding: 140px 0 80px; }
    .cmxw { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .ntu5e5 .ar3u { font-size: 40px; }
    .gau01f { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --n19o0: 28px; --n20rj: 24px; --n21p8: 20px;
        --gsgvql: 50px 0;
    }
    .wp8tep { padding: 24px; }
    .ntu5e5 { padding: 28px; }
    .uuc3ab { padding: 28px 20px; }
}

.qftbv4 .rewl { color: #fff; }
.qftbv4 .quvulv { color: var(--n14ih); }
.qftbv4 .kcp3 { color: rgba(255,255,255,0.55); }
.qftbv4 .yjfzl a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.qftbv4 .yjfzl 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(--n14ih) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
