

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f7f8fc;
    --bg-card: #ffffff;
    --bg-card-hover: #f0f2ff;
    --text-primary: #1a1a2e;
    --text-secondary: #555770;
    --text-muted: #8b8da3;
    --footer-dark-bg: #1a1a2e;
    --border-color: #e8e9f0;
    --border-light: #d0d2e0;

    --l14bn: #2563eb;
    --l15xn: #0891b2;
    --l1m3: linear-gradient(135deg, var(--l14bn), var(--l15xn));
    --accent-glow: 0 4px 14px rgba(37, 99, 235, 0.2);

    --l3nd: 'Inter', system-ui, sans-serif;
    --l5tp: 'Inter', system-ui, sans-serif;

    --l19ww: 56px;
    --l20ql: 42px;
    --l21yw: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --l17yp: 16px;
    --fs-small: 14px;

    --l18i2: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --l6bb: 8px;
    --l7tv: 12px;
    --l8ep: 16px;
    --l9td: 24px;
    --l4yg: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --l10oj: 0 2px 8px rgba(0, 0, 0, 0.04);
    --l11qa: 0 4px 16px rgba(0, 0, 0, 0.06);
    --l12g2: 0 8px 32px rgba(0, 0, 0, 0.08);
    --l13g2: 0 16px 48px rgba(0, 0, 0, 0.1);

    --css_q0ypz: 100px 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(--l5tp);
    font-size: var(--l17yp);
    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(--l14bn);
    transition: var(--transition);
}

a:hover {
    color: var(--l15xn);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

::selection {
    background: var(--l14bn);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--l3nd);
    font-weight: var(--l18i2);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--l19ww); }
h2 { font-size: var(--l20ql); }
h3 { font-size: var(--l21yw); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--l1m3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--l14bn); }
.text-accent-2 { color: var(--l15xn); }
.text-dark { color: var(--text-primary); }
.css_xzhct { color: var(--text-muted); }

.css_q0ypz { padding: var(--css_q0ypz); position: relative; }
.css_q0ypz-sm { padding: 60px 0; }
.css_q0ypz-lg { padding: 140px 0; }
.css_q0ypz > .container { position: relative; z-index: 1; }

.css_x9jb1 { background-color: var(--bg-primary); }
.css_oe4j2 { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom {
    background: var(--l1m3);
    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,
.bg-gradient-custom .css_nj7r8 { color: rgba(255,255,255,0.8); }
.bg-gradient-custom a:not(.css_grvmn) { color: #fff; }
.bg-gradient-custom .css_jgxxo { color: #fff; }

.css_qjklo {
    background-color: var(--text-primary);
    color: rgba(255, 255, 255, 0.7);
}
.css_qjklo h1, .css_qjklo h2, .css_qjklo h3,
.css_qjklo h4, .css_qjklo h5, .css_qjklo h6 { color: #fff; }
.css_qjklo p, .css_qjklo li, .css_qjklo span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_qjklo a:not(.css_grvmn) { color: rgba(255,255,255,0.8); }
.css_qjklo a:not(.css_grvmn):hover { color: #fff; }
.css_qjklo .css_vnv2a { color: rgba(255,255,255,0.6); }

.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; }

.css_d1wlt {
    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;
}

.css_d1wlt.loaded {
    opacity: 0;
    visibility: hidden;
}

.css_d6kr4 {
    display: flex;
    gap: 8px;
}

.css_dsexi {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--l14bn);
    animation: css_d1wltBounce 1.4s ease-in-out infinite both;
}

.css_dsexi:nth-child(1) { animation-delay: -0.32s; }
.css_dsexi:nth-child(2) { animation-delay: -0.16s; }
.css_dsexi:nth-child(3) { animation-delay: 0; }

@keyframes css_d1wltBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.css_grvmn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--l17yp);
    font-weight: var(--fw-semibold);
    border-radius: var(--l4yg);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.css_h4u9b {
    background: var(--l14bn);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.css_h4u9b:hover {
    background: var(--l15xn);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
    color: #fff;
}

.css_mr5yz {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-light);
}

.css_mr5yz:hover {
    border-color: var(--l14bn);
    color: var(--l14bn);
    background: rgba(37, 99, 235, 0.04);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--l14bn);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover {
    color: var(--l15xn);
}

.btn-link-custom i {
    transition: transform 0.3s ease;
}

.btn-link-custom:hover i {
    transform: translateX(5px);
}

.css_uqvbe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}

.css_uqvbe.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--l10oj);
}

.css_khwc5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.css_jnwo1 {
    font-size: 24px;
    font-weight: var(--l18i2);
    color: var(--text-primary);
}

.css_jnwo1:hover {
    color: var(--text-primary);
}

.css_r2dtm {
    display: flex;
    align-items: center;
    gap: 32px;
}

.css_r2dtm .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.css_r2dtm .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--l14bn);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.css_r2dtm .nav-link:hover,
.css_r2dtm .nav-link.active {
    color: var(--l14bn);
}

.css_r2dtm .nav-link:hover::after,
.css_r2dtm .nav-link.active::after {
    width: 100%;
}

.css_y7509 {
    margin-left: 16px;
}

.css_clorm, .css_y1p9o {
    display: flex;
    align-items: center;
    gap: 32px;
}
.css_clorm .nav-link, .css_y1p9o .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}
.css_clorm .nav-link:hover, .css_y1p9o .nav-link:hover { color: var(--l14bn); }

.css_clorm ~ .css_r2dtm { display: none; }

.css_bkaio {
    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;
}

.css_bkaio .css_qool3 {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.css_bkaio.active .css_qool3:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_bkaio.active .css_qool3:nth-child(2) { opacity: 0; }
.css_bkaio.active .css_qool3:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.css_gu8fv {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

.css_gu8fv .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.css_gu8fv .css_boz3t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--bg-secondary) 0%, transparent 40%, transparent 60%, var(--bg-secondary) 100%);
}

.css_e87m9 {
    position: relative;
    z-index: 2;
}

.css_cvwk4 {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--l14bn);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(37, 99, 235, 0.06);
    border-radius: var(--l4yg);
}

.css_k40jd {
    font-size: var(--l19ww);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.css_m3lul {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.css_g43u5 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.css_qjbk6 {
    position: relative;
    z-index: 2;
}

.css_qjbk6 img {
    border-radius: var(--l8ep);
    box-shadow: var(--l13g2);
}

.css_gmhl5 {
    margin-bottom: 60px;
}

.css_cr6kh {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--l14bn);
    margin-bottom: 16px;
}

.css_djxov {
    font-size: var(--l20ql);
    font-weight: var(--l18i2);
    margin-bottom: 16px;
    color: var(--text-primary);
}

.css_o7bsh {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.css_gmhl5.text-center .css_o7bsh {
    margin-left: auto;
    margin-right: auto;
}

.css_vv4sx {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l7tv);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--l10oj);
}

.css_vv4sx:hover {
    transform: translateY(-5px);
    box-shadow: var(--l12g2);
    border-color: var(--l14bn);
}

.css_vv4sx .css_lr0eb {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--l7tv);
    background: rgba(37, 99, 235, 0.08);
    color: var(--l14bn);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.css_vv4sx:hover .css_lr0eb {
    background: var(--l14bn);
    color: #fff;
}

.css_vv4sx .css_ilv2i {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.css_vv4sx .css_n1ct0 {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.css_vv4sx-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l7tv);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--l10oj);
}

.css_vv4sx-horizontal:hover {
    box-shadow: var(--l11qa);
    border-color: var(--l14bn);
}

.css_vv4sx-horizontal .css_lr0eb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--l6bb);
    background: rgba(37, 99, 235, 0.08);
    color: var(--l14bn);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--l8ep);
    overflow: hidden;
    box-shadow: var(--l12g2);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--l8ep);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--l14bn);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--l7tv);
    text-align: center;
    box-shadow: var(--l11qa);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--l18i2);
    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(--l14bn);
    font-size: 16px;
}

.css_g60nm {
    background: var(--bg-secondary);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.css_jgxxo {
    font-size: 48px;
    font-weight: var(--l18i2);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.css_jgxxo .counter-suffix {
    color: var(--l14bn);
}

.css_nj7r8 {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.css_mls4n {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l7tv);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--l10oj);
}

.css_mls4n:hover {
    transform: translateY(-8px);
    box-shadow: var(--l13g2);
}

.css_mls4n .css_wtcl7 {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.css_mls4n .css_wtcl7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.css_mls4n:hover .css_wtcl7 img {
    transform: scale(1.05);
}

.css_mls4n .css_wtcl7 .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--l14bn);
    color: #fff;
    padding: 4px 16px;
    border-radius: var(--l4yg);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}

.css_mls4n .card-body {
    padding: 28px;
}

.css_mls4n .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.css_mls4n .card-title a {
    color: var(--text-primary);
}

.css_mls4n .card-title a:hover {
    color: var(--l14bn);
}

.css_mls4n .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.css_mls4n .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.css_mls4n .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--l18i2);
    color: var(--l14bn);
}

.css_d4qs3 {
    text-align: center;
    transition: var(--transition);
}

.css_d4qs3:hover {
    transform: translateY(-5px);
}

.css_d4qs3 .css_lpcy2 {
    position: relative;
    overflow: hidden;
    border-radius: var(--l8ep);
    margin-bottom: 20px;
    box-shadow: var(--l11qa);
}

.css_d4qs3 .css_lpcy2 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.css_d4qs3:hover .css_lpcy2 img {
    transform: scale(1.05);
}

.css_d4qs3 .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.6) 0%, transparent 100%);
    transition: bottom 0.3s ease;
}

.css_d4qs3: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(--l14bn);
}

.css_d4qs3 .css_qpv51 {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

.css_d4qs3 .css_qtca9 {
    font-size: var(--fs-small);
    color: var(--l14bn);
}

.css_o0ypf {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l7tv);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--l10oj);
}

.css_o0ypf:hover {
    box-shadow: var(--l11qa);
}

.css_o0ypf .quote-icon {
    font-size: 32px;
    color: var(--l14bn);
    margin-bottom: 20px;
    opacity: 0.3;
}

.css_o0ypf .css_qzps2 {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-style: italic;
}

.css_o0ypf .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.css_o0ypf .css_lcx54 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.css_o0ypf .css_fkk4x {
    font-size: var(--l17yp);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.css_o0ypf .css_zucvc {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.css_o0ypf .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--l7tv);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--l10oj);
}

.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(26, 26, 46, 0.9) 0%, rgba(26, 26, 46, 0.2) 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;
    color: var(--l15xn);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.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(--l7tv) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--l10oj);
}

.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(--l14bn);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.css_ok6r0 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l8ep);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--l10oj);
}

.css_ok6r0.featured {
    border-color: var(--l14bn);
    box-shadow: var(--l12g2);
}

.css_ok6r0.featured::before {
    content: 'Popular';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--l14bn);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: 0 0 var(--l6bb) var(--l6bb);
}

.css_ok6r0:hover {
    transform: translateY(-5px);
    box-shadow: var(--l12g2);
}

.css_ok6r0 .css_y2mh3 {
    font-size: var(--fs-h5);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.css_ok6r0 .css_uxlph {
    font-size: 56px;
    font-weight: var(--l18i2);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.css_ok6r0 .css_uxlph .currency {
    font-size: 24px;
    vertical-align: top;
    color: var(--l14bn);
}

.css_ok6r0 .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.css_ok6r0 .css_x5d2u {
    text-align: left;
    margin-bottom: 30px;
}

.css_ok6r0 .css_x5d2u 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);
}

.css_ok6r0 .css_x5d2u li:last-child { border-bottom: none; }

.css_ok6r0 .css_x5d2u li i {
    color: var(--l14bn);
}

.css_ok6r0 .css_x5d2u li.disabled {
    opacity: 0.4;
    text-decoration: line-through;
}

.css_o4c2w {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--l7tv);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--l10oj);
}

.css_o4c2w:hover {
    transform: translateY(-5px);
    box-shadow: var(--l12g2);
}

.css_o4c2w .css_wtcl7 {
    height: 200px;
    overflow: hidden;
}

.css_o4c2w .css_wtcl7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.css_o4c2w:hover .css_wtcl7 img {
    transform: scale(1.05);
}

.css_o4c2w .card-body {
    padding: 24px;
}

.css_o4c2w .css_i7gxr {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.css_o4c2w .css_i7gxr i {
    margin-right: 4px;
    color: var(--l14bn);
}

.css_o4c2w .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

.css_o4c2w .card-title a { color: var(--text-primary); }
.css_o4c2w .card-title a:hover { color: var(--l14bn); }

.css_cql2l {
    background: var(--l14bn);
    position: relative;
    overflow: hidden;
}

.css_cql2l .cta-content {
    position: relative;
    z-index: 2;
}

.css_cql2l .css_zmc2m {
    font-size: var(--l20ql);
    color: #fff;
}

.css_cql2l .css_m8jn8 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
}

.css_cql2l p, .css_cql2l li { color: rgba(255,255,255,0.8); }

.css_cql2l .css_grvmn {
    background: #fff;
    color: var(--l14bn);
}

.css_cql2l .css_grvmn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.css_cql2l .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 { width: 300px; height: 300px; top: -150px; right: -50px; }
.cta-shape-2 { width: 200px; height: 200px; bottom: -100px; left: -50px; }

.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(--l4yg);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--l17yp);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--l14bn); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item .css_uudar {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    color: var(--l14bn);
    font-size: 24px;
    font-weight: var(--l18i2);
    margin: 0 auto 20px;
    border: 2px solid var(--l14bn);
}

.process-item .css_bsjth {
    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(--border-color);
}

.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(--l18i2);
    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%); }
}

.css_xo6sf {
    background: var(--text-primary);
    color: rgba(255, 255, 255, 0.6);
}

.css_xo6sf h1, .css_xo6sf h2, .css_xo6sf h3,
.css_xo6sf h4, .css_xo6sf h5 { color: #fff; }

.css_ryc2q .css_yiy1p {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.css_ryc2q .css_yiy1p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--l14bn);
}

.css_ryc2q p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.css_trjw6 a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.css_trjw6 a:hover {
    color: var(--l14bn);
    padding-left: 5px;
}

.css_trjw6 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(--l14bn); margin-top: 4px; }

.css_pljq8 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.css_pljq8 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);
}

.css_pljq8 a:hover {
    background: var(--l14bn);
    border-color: var(--l14bn);
    color: #fff;
}

.css_xd4ep {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-top: 60px;
}

.css_xd4ep 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(--l14bn);
}

.policy-content h1 {
    font-size: var(--l20ql);
    font-weight: var(--l18i2);
    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(--l14bn);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.css_bn7ac {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--l14bn);
    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(--l11qa);
}

.css_bn7ac.visible { opacity: 1; visibility: visible; }
.css_bn7ac:hover { transform: translateY(-3px); }

.css_ffhi8 .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--l6bb);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--l17yp);
}

.css_ffhi8 .form-control:focus {
    border-color: var(--l14bn);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

.css_ffhi8 .form-control::placeholder { color: var(--text-muted); }
.css_ffhi8 textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--l14bn);
    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: 50%;
    color: var(--text-primary);
    box-shadow: var(--l10oj);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--l14bn);
    border-color: var(--l14bn);
    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); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }

@media (max-width: 1200px) {
    :root { --l19ww: 48px; --l20ql: 36px; }
}

@media (max-width: 992px) {
    :root {
        --l19ww: 40px; --l20ql: 32px; --l21yw: 26px;
        --css_q0ypz: 80px 0;
    }

    .css_r2dtm {
        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.12);
        transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
        overflow-y: auto;
    }

    .css_r2dtm.active {
        right: 0;
    }

    .css_r2dtm .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;
    }

    .css_r2dtm .nav-link:hover,
    .css_r2dtm .nav-link.active {
        color: var(--l14bn) !important;
    }

    .css_r2dtm .nav-link::after {
        display: none;
    }

    .css_y7509 { display: none !important; }

    .css_bkaio {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .css_gevnc {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .css_gevnc.active {
        opacity: 1;
        visibility: visible;
    }

    .css_k40jd { font-size: var(--l19ww); }
    .process-item:not(:last-child)::after { display: none; }
    .css_jgxxo { font-size: 36px; }
}

@media (max-width: 768px) {
    :root {
        --l19ww: 34px; --l20ql: 28px; --l21yw: 22px; --fs-h4: 20px;
        --css_q0ypz: 60px 0;
    }
    .css_gmhl5 { margin-bottom: 40px; }
    .css_gu8fv { min-height: auto; padding: 140px 0 80px; }
    .css_g43u5 { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .css_ok6r0 .css_uxlph { font-size: 40px; }
    .css_xd4ep { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --l19ww: 28px; --l20ql: 24px; --l21yw: 20px;
        --css_q0ypz: 50px 0;
    }
    .css_o0ypf { padding: 24px; }
    .css_ok6r0 { padding: 28px; }
    .css_vv4sx { padding: 28px 20px; }
}

.css_qjklo .css_cvwk4 { color: #fff; }
.css_qjklo .css_cr6kh { color: var(--l14bn); }
.css_qjklo .css_xzhct { color: rgba(255,255,255,0.55); }
.css_qjklo .css_trjw6 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_qjklo .css_trjw6 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(--l14bn) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
