

: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;

    --x14b6: #2563eb;
    --x15ew: #0891b2;
    --x1fr: linear-gradient(135deg, var(--x14b6), var(--x15ew));
    --accent-glow: 0 4px 14px rgba(37, 99, 235, 0.2);

    --x3rb: 'Inter', system-ui, sans-serif;
    --x5jf: 'Inter', system-ui, sans-serif;

    --x19kl: 56px;
    --x20xg: 42px;
    --x21zd: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --x17is: 16px;
    --fs-small: 14px;

    --x18q1: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --x6hu: 8px;
    --x7d4: 12px;
    --x8mk: 16px;
    --x9yp: 24px;
    --x4pa: 50px;

    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --x10te: 0 2px 8px rgba(0, 0, 0, 0.04);
    --x11mt: 0 4px 16px rgba(0, 0, 0, 0.06);
    --x12a7: 0 8px 32px rgba(0, 0, 0, 0.08);
    --x13sk: 0 16px 48px rgba(0, 0, 0, 0.1);

    --sc_zoleft: 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(--x5jf);
    font-size: var(--x17is);
    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(--x14b6);
    transition: var(--transition);
}

a:hover {
    color: var(--x15ew);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

::selection {
    background: var(--x14b6);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--x3rb);
    font-weight: var(--x18q1);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: var(--x19kl); }
h2 { font-size: var(--x20xg); }
h3 { font-size: var(--x21zd); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

.text-gradient {
    background: var(--x1fr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--x14b6); }
.text-accent-2 { color: var(--x15ew); }
.text-dark { color: var(--text-primary); }
.sc_gr803e { color: var(--text-muted); }

.sc_zoleft { padding: var(--sc_zoleft); position: relative; }
.sc_zoleft-sm { padding: 60px 0; }
.sc_zoleft-lg { padding: 140px 0; }
.sc_zoleft > .container { position: relative; z-index: 1; }

.sc_hvc5v1 { background-color: var(--bg-primary); }
.sc_h4msyz { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom {
    background: var(--x1fr);
    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 .sc_zi1vhm { color: rgba(255,255,255,0.8); }
.bg-gradient-custom a:not(.sc_b5qnau) { color: #fff; }
.bg-gradient-custom .sc_qdgwig { color: #fff; }

.sc_hx7sba {
    background-color: var(--text-primary);
    color: rgba(255, 255, 255, 0.7);
}
.sc_hx7sba h1, .sc_hx7sba h2, .sc_hx7sba h3,
.sc_hx7sba h4, .sc_hx7sba h5, .sc_hx7sba h6 { color: #fff; }
.sc_hx7sba p, .sc_hx7sba li, .sc_hx7sba span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_hx7sba a:not(.sc_b5qnau) { color: rgba(255,255,255,0.8); }
.sc_hx7sba a:not(.sc_b5qnau):hover { color: #fff; }
.sc_hx7sba .sc_ml99ik { 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; }

.sc_gdulqy {
    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;
}

.sc_gdulqy.loaded {
    opacity: 0;
    visibility: hidden;
}

.sc_nl9z5z {
    display: flex;
    gap: 8px;
}

.sc_iporkh {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--x14b6);
    animation: sc_gdulqyBounce 1.4s ease-in-out infinite both;
}

.sc_iporkh:nth-child(1) { animation-delay: -0.32s; }
.sc_iporkh:nth-child(2) { animation-delay: -0.16s; }
.sc_iporkh:nth-child(3) { animation-delay: 0; }

@keyframes sc_gdulqyBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.sc_b5qnau {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: var(--x17is);
    font-weight: var(--fw-semibold);
    border-radius: var(--x4pa);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.sc_x087h7 {
    background: var(--x14b6);
    color: #fff;
    box-shadow: var(--accent-glow);
}

.sc_x087h7:hover {
    background: var(--x15ew);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
    color: #fff;
}

.sc_jjvyfz {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-light);
}

.sc_jjvyfz:hover {
    border-color: var(--x14b6);
    color: var(--x14b6);
    background: rgba(37, 99, 235, 0.04);
}

.btn-link-custom {
    background: none;
    border: none;
    color: var(--x14b6);
    padding: 0;
    font-weight: var(--fw-medium);
}

.btn-link-custom:hover {
    color: var(--x15ew);
}

.btn-link-custom i {
    transition: transform 0.3s ease;
}

.btn-link-custom:hover i {
    transform: translateX(5px);
}

.sc_a7haxc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}

.sc_a7haxc.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: var(--x10te);
}

.sc_ls6wkx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_n4p1ok {
    font-size: 24px;
    font-weight: var(--x18q1);
    color: var(--text-primary);
}

.sc_n4p1ok:hover {
    color: var(--text-primary);
}

.sc_ml2b4u {
    display: flex;
    align-items: center;
    gap: 32px;
}

.sc_ml2b4u .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}

.sc_ml2b4u .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--x14b6);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.sc_ml2b4u .nav-link:hover,
.sc_ml2b4u .nav-link.active {
    color: var(--x14b6);
}

.sc_ml2b4u .nav-link:hover::after,
.sc_ml2b4u .nav-link.active::after {
    width: 100%;
}

.sc_jrxqoq {
    margin-left: 16px;
}

.sc_slgb6w, .sc_k8joat {
    display: flex;
    align-items: center;
    gap: 32px;
}
.sc_slgb6w .nav-link, .sc_k8joat .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 8px 0;
    position: relative;
}
.sc_slgb6w .nav-link:hover, .sc_k8joat .nav-link:hover { color: var(--x14b6); }

.sc_slgb6w ~ .sc_ml2b4u { display: none; }

.sc_lg2jjz {
    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;
}

.sc_lg2jjz .sc_w2fkrf {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sc_lg2jjz.active .sc_w2fkrf:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_lg2jjz.active .sc_w2fkrf:nth-child(2) { opacity: 0; }
.sc_lg2jjz.active .sc_w2fkrf:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sc_agaeew {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: var(--bg-secondary);
}

.sc_agaeew .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.sc_agaeew .sc_rpzm4o {
    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%);
}

.sc_qt3hks {
    position: relative;
    z-index: 2;
}

.sc_ku9m2v {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--x14b6);
    margin-bottom: 24px;
    padding: 8px 20px;
    background: rgba(37, 99, 235, 0.06);
    border-radius: var(--x4pa);
}

.sc_e7ih3l {
    font-size: var(--x19kl);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.sc_kpao3o {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.sc_y3beww {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sc_wexwb3 {
    position: relative;
    z-index: 2;
}

.sc_wexwb3 img {
    border-radius: var(--x8mk);
    box-shadow: var(--x13sk);
}

.sc_rlssuu {
    margin-bottom: 60px;
}

.sc_kzjee4 {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--x14b6);
    margin-bottom: 16px;
}

.sc_q4ig35 {
    font-size: var(--x20xg);
    font-weight: var(--x18q1);
    margin-bottom: 16px;
    color: var(--text-primary);
}

.sc_m6klp7 {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
}

.sc_rlssuu.text-center .sc_m6klp7 {
    margin-left: auto;
    margin-right: auto;
}

.sc_kygbot {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7d4);
    padding: 40px 30px;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--x10te);
}

.sc_kygbot:hover {
    transform: translateY(-5px);
    box-shadow: var(--x12a7);
    border-color: var(--x14b6);
}

.sc_kygbot .sc_fhxuro {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--x7d4);
    background: rgba(37, 99, 235, 0.08);
    color: var(--x14b6);
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition);
}

.sc_kygbot:hover .sc_fhxuro {
    background: var(--x14b6);
    color: #fff;
}

.sc_kygbot .sc_z5i4vs {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_kygbot .sc_waq4iw {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    margin-bottom: 0;
}

.sc_kygbot-horizontal {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7d4);
    padding: 30px;
    transition: var(--transition);
    box-shadow: var(--x10te);
}

.sc_kygbot-horizontal:hover {
    box-shadow: var(--x11mt);
    border-color: var(--x14b6);
}

.sc_kygbot-horizontal .sc_fhxuro {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--x6hu);
    background: rgba(37, 99, 235, 0.08);
    color: var(--x14b6);
    font-size: 24px;
}

.about-section .about-image {
    position: relative;
    border-radius: var(--x8mk);
    overflow: hidden;
    box-shadow: var(--x12a7);
}

.about-section .about-image img {
    width: 100%;
    border-radius: var(--x8mk);
}

.about-section .about-image .experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--x14b6);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--x7d4);
    text-align: center;
    box-shadow: var(--x11mt);
}

.experience-badge .badge-number {
    display: block;
    font-size: 36px;
    font-weight: var(--x18q1);
    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(--x14b6);
    font-size: 16px;
}

.sc_fk378i {
    background: var(--bg-secondary);
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.sc_qdgwig {
    font-size: 48px;
    font-weight: var(--x18q1);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.sc_qdgwig .counter-suffix {
    color: var(--x14b6);
}

.sc_zi1vhm {
    font-size: var(--fs-small);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sc_zta3nx {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7d4);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--x10te);
}

.sc_zta3nx:hover {
    transform: translateY(-8px);
    box-shadow: var(--x13sk);
}

.sc_zta3nx .sc_nn9g33 {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.sc_zta3nx .sc_nn9g33 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_zta3nx:hover .sc_nn9g33 img {
    transform: scale(1.05);
}

.sc_zta3nx .sc_nn9g33 .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--x14b6);
    color: #fff;
    padding: 4px 16px;
    border-radius: var(--x4pa);
    font-size: 12px;
    font-weight: var(--fw-semibold);
}

.sc_zta3nx .card-body {
    padding: 28px;
}

.sc_zta3nx .card-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    color: var(--text-primary);
}

.sc_zta3nx .card-title a {
    color: var(--text-primary);
}

.sc_zta3nx .card-title a:hover {
    color: var(--x14b6);
}

.sc_zta3nx .card-text {
    font-size: var(--fs-small);
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.sc_zta3nx .card-footer-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
}

.sc_zta3nx .card-price {
    font-size: var(--fs-h5);
    font-weight: var(--x18q1);
    color: var(--x14b6);
}

.sc_r2cncr {
    text-align: center;
    transition: var(--transition);
}

.sc_r2cncr:hover {
    transform: translateY(-5px);
}

.sc_r2cncr .sc_wfjt40 {
    position: relative;
    overflow: hidden;
    border-radius: var(--x8mk);
    margin-bottom: 20px;
    box-shadow: var(--x11mt);
}

.sc_r2cncr .sc_wfjt40 img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_r2cncr:hover .sc_wfjt40 img {
    transform: scale(1.05);
}

.sc_r2cncr .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;
}

.sc_r2cncr: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(--x14b6);
}

.sc_r2cncr .sc_spfgcs {
    font-size: var(--fs-h5);
    font-weight: var(--fw-semibold);
    margin-bottom: 4px;
    color: var(--text-primary);
}

.sc_r2cncr .sc_nbcylg {
    font-size: var(--fs-small);
    color: var(--x14b6);
}

.sc_qxt386 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7d4);
    padding: 40px;
    transition: var(--transition);
    box-shadow: var(--x10te);
}

.sc_qxt386:hover {
    box-shadow: var(--x11mt);
}

.sc_qxt386 .quote-icon {
    font-size: 32px;
    color: var(--x14b6);
    margin-bottom: 20px;
    opacity: 0.3;
}

.sc_qxt386 .sc_y31blz {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
    font-style: italic;
}

.sc_qxt386 .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sc_qxt386 .sc_jpwzjt {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.sc_qxt386 .sc_xee6v8 {
    font-size: var(--x17is);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 2px;
}

.sc_qxt386 .sc_jjow39 {
    font-size: var(--fs-small);
    color: var(--text-muted);
}

.sc_qxt386 .stars {
    color: #f59e0b;
    margin-bottom: 16px;
}

.portfolio-item {
    position: relative;
    border-radius: var(--x7d4);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--x10te);
}

.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(--x15ew);
    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(--x7d4) !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--x10te);
}

.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(--x14b6);
}

.faq-section .accordion-body {
    padding: 0 28px 24px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.sc_r8thh1 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x8mk);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    box-shadow: var(--x10te);
}

.sc_r8thh1.featured {
    border-color: var(--x14b6);
    box-shadow: var(--x12a7);
}

.sc_r8thh1.featured::before {
    content: 'Popular';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--x14b6);
    color: #fff;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: var(--fw-semibold);
    border-radius: 0 0 var(--x6hu) var(--x6hu);
}

.sc_r8thh1:hover {
    transform: translateY(-5px);
    box-shadow: var(--x12a7);
}

.sc_r8thh1 .sc_a4fd0r {
    font-size: var(--fs-h5);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.sc_r8thh1 .sc_jpmnzz {
    font-size: 56px;
    font-weight: var(--x18q1);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.sc_r8thh1 .sc_jpmnzz .currency {
    font-size: 24px;
    vertical-align: top;
    color: var(--x14b6);
}

.sc_r8thh1 .plan-period {
    font-size: var(--fs-small);
    color: var(--text-muted);
    margin-bottom: 30px;
}

.sc_r8thh1 .sc_e1kygd {
    text-align: left;
    margin-bottom: 30px;
}

.sc_r8thh1 .sc_e1kygd 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);
}

.sc_r8thh1 .sc_e1kygd li:last-child { border-bottom: none; }

.sc_r8thh1 .sc_e1kygd li i {
    color: var(--x14b6);
}

.sc_r8thh1 .sc_e1kygd li.disabled {
    opacity: 0.4;
    text-decoration: line-through;
}

.sc_dzpc3c {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--x7d4);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    box-shadow: var(--x10te);
}

.sc_dzpc3c:hover {
    transform: translateY(-5px);
    box-shadow: var(--x12a7);
}

.sc_dzpc3c .sc_nn9g33 {
    height: 200px;
    overflow: hidden;
}

.sc_dzpc3c .sc_nn9g33 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sc_dzpc3c:hover .sc_nn9g33 img {
    transform: scale(1.05);
}

.sc_dzpc3c .card-body {
    padding: 24px;
}

.sc_dzpc3c .sc_vd2a69 {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.sc_dzpc3c .sc_vd2a69 i {
    margin-right: 4px;
    color: var(--x14b6);
}

.sc_dzpc3c .card-title {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    margin-bottom: 12px;
    line-height: 1.4;
    color: var(--text-primary);
}

.sc_dzpc3c .card-title a { color: var(--text-primary); }
.sc_dzpc3c .card-title a:hover { color: var(--x14b6); }

.sc_hbs689 {
    background: var(--x14b6);
    position: relative;
    overflow: hidden;
}

.sc_hbs689 .cta-content {
    position: relative;
    z-index: 2;
}

.sc_hbs689 .sc_kipxyv {
    font-size: var(--x20xg);
    color: #fff;
}

.sc_hbs689 .sc_gseske {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 600px;
}

.sc_hbs689 p, .sc_hbs689 li { color: rgba(255,255,255,0.8); }

.sc_hbs689 .sc_b5qnau {
    background: #fff;
    color: var(--x14b6);
}

.sc_hbs689 .sc_b5qnau:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.sc_hbs689 .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(--x4pa);
    padding: 14px 24px;
    color: var(--text-primary);
    font-size: var(--x17is);
}

.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form input:focus { outline: none; border-color: var(--x14b6); }

.process-item {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.process-item .sc_ynfloi {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
    color: var(--x14b6);
    font-size: 24px;
    font-weight: var(--x18q1);
    margin: 0 auto 20px;
    border: 2px solid var(--x14b6);
}

.process-item .sc_l69opc {
    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(--x18q1);
    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%); }
}

.sc_zos1a7 {
    background: var(--text-primary);
    color: rgba(255, 255, 255, 0.6);
}

.sc_zos1a7 h1, .sc_zos1a7 h2, .sc_zos1a7 h3,
.sc_zos1a7 h4, .sc_zos1a7 h5 { color: #fff; }

.sc_kojekl .sc_nnpj9g {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.sc_kojekl .sc_nnpj9g::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--x14b6);
}

.sc_kojekl p {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
}

.sc_deyw9w a {
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-small);
    transition: var(--transition);
}

.sc_deyw9w a:hover {
    color: var(--x14b6);
    padding-left: 5px;
}

.sc_deyw9w 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(--x14b6); margin-top: 4px; }

.sc_fa7vfc {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sc_fa7vfc 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);
}

.sc_fa7vfc a:hover {
    background: var(--x14b6);
    border-color: var(--x14b6);
    color: #fff;
}

.sc_cpklgb {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-top: 60px;
}

.sc_cpklgb 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(--x14b6);
}

.policy-content h1 {
    font-size: var(--x20xg);
    font-weight: var(--x18q1);
    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(--x14b6);
    text-decoration: underline;
}

.policy-content strong {
    color: var(--text-primary);
}

.sc_igoz8t {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--x14b6);
    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(--x11mt);
}

.sc_igoz8t.visible { opacity: 1; visibility: visible; }
.sc_igoz8t:hover { transform: translateY(-3px); }

.sc_g2sb4u .form-control {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--x6hu);
    padding: 14px 20px;
    color: var(--text-primary);
    font-size: var(--x17is);
}

.sc_g2sb4u .form-control:focus {
    border-color: var(--x14b6);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
    background: var(--bg-primary);
    color: var(--text-primary);
}

.sc_g2sb4u .form-control::placeholder { color: var(--text-muted); }
.sc_g2sb4u textarea.form-control { min-height: 150px; resize: vertical; }

.swiper-pagination-bullet { background: var(--border-light); opacity: 1; }
.swiper-pagination-bullet-active {
    background: var(--x14b6);
    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(--x10te);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--x14b6);
    border-color: var(--x14b6);
    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 { --x19kl: 48px; --x20xg: 36px; }
}

@media (max-width: 992px) {
    :root {
        --x19kl: 40px; --x20xg: 32px; --x21zd: 26px;
        --sc_zoleft: 80px 0;
    }

    .sc_ml2b4u {
        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;
    }

    .sc_ml2b4u.active {
        right: 0;
    }

    .sc_ml2b4u .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;
    }

    .sc_ml2b4u .nav-link:hover,
    .sc_ml2b4u .nav-link.active {
        color: var(--x14b6) !important;
    }

    .sc_ml2b4u .nav-link::after {
        display: none;
    }

    .sc_jrxqoq { display: none !important; }

    .sc_lg2jjz {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .sc_x7jtww {
        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;
    }

    .sc_x7jtww.active {
        opacity: 1;
        visibility: visible;
    }

    .sc_e7ih3l { font-size: var(--x19kl); }
    .process-item:not(:last-child)::after { display: none; }
    .sc_qdgwig { font-size: 36px; }
}

@media (max-width: 768px) {
    :root {
        --x19kl: 34px; --x20xg: 28px; --x21zd: 22px; --fs-h4: 20px;
        --sc_zoleft: 60px 0;
    }
    .sc_rlssuu { margin-bottom: 40px; }
    .sc_agaeew { min-height: auto; padding: 140px 0 80px; }
    .sc_y3beww { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; }
    .sc_r8thh1 .sc_jpmnzz { font-size: 40px; }
    .sc_cpklgb { text-align: center; }
}

@media (max-width: 576px) {
    :root {
        --x19kl: 28px; --x20xg: 24px; --x21zd: 20px;
        --sc_zoleft: 50px 0;
    }
    .sc_qxt386 { padding: 24px; }
    .sc_r8thh1 { padding: 28px; }
    .sc_kygbot { padding: 28px 20px; }
}

.sc_hx7sba .sc_ku9m2v { color: #fff; }
.sc_hx7sba .sc_kzjee4 { color: var(--x14b6); }
.sc_hx7sba .sc_gr803e { color: rgba(255,255,255,0.55); }
.sc_hx7sba .sc_deyw9w a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_hx7sba .sc_deyw9w 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(--x14b6) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
