

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f5f7fa;
    --bg-card:       #ffffff;
    --bg-card-hover: #f0f5ff;
    --bg-dark:       #1a2a4a;
    --text-primary:  #1a2a4a;
    --text-secondary: #748196;
    --text-muted:    #b0bac8;
    --footer-dark-bg: #1a2a4a;
    --border-color:  #e8edf4;
    --border-light:  rgba(26, 42, 74, 0.08);

    --x14cs: #1a73e8;
    --x15x2: #e84a1a;
    --x1gc: linear-gradient(135deg, var(--x14cs), #2d8ef5);
    --accent-glow: 0 8px 28px rgba(26, 115, 232, 0.25);

    --x3sz: 'Barlow', 'Inter', system-ui, sans-serif;
    --x5h7:    'Barlow', 'Inter', system-ui, sans-serif;

    --x19mw: 68px;
    --x20tw: 48px;
    --x21ng: 34px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --x17uf: 18px;
    --fs-small: 16px;

    --x18oy:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --x6ol:   6px;
    --x7a9:   12px;
    --x8x9:   18px;
    --x9lk:   26px;
    --x4he: 60px;

    --transition:      all 0.4s ease;
    --transition-slow: all 0.6s ease;

    --x10ez: 0 2px 10px rgba(26, 42, 74, 0.06);
    --x11dy: 0 8px 28px rgba(26, 42, 74, 0.10);
    --x12oy: 0 16px 50px rgba(26, 42, 74, 0.14);
    --x13rw: 0 28px 72px rgba(26, 42, 74, 0.18);

    --sc_zcp7t4: 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(--x5h7);
    font-size: var(--x17uf);
    font-weight: var(--fw-regular);
    line-height: 1.8;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: var(--x14cs); transition: var(--transition); }
a:hover { color: var(--x15x2); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--x14cs); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--x3sz);
    font-weight: var(--x18oy);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}
h1 { font-size: var(--x19mw); }
h2 { font-size: var(--x20tw); }
h3 { font-size: var(--x21ng); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 18px; color: var(--text-secondary); }

.text-gradient {
    background: var(--x1gc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--x14cs); }
.text-accent-2 { color: var(--x15x2); }
.text-dark     { color: var(--text-primary); }
.sc_hy5dk2 { color: var(--text-muted); }

.sc_zcp7t4    { padding: var(--sc_zcp7t4); position: relative; }
.sc_zcp7t4-sm { padding: 60px 0; }
.sc_zcp7t4-lg { padding: 130px 0; }
.sc_zcp7t4 > .container { position: relative; z-index: 1; }
.sc_ngu0pq  { background-color: var(--bg-primary); }
.sc_fxihcj { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--x1gc); color: #fff; }
.sc_vnwet2    { background-color: var(--bg-dark); }

.sc_vnwet2 h1, .sc_vnwet2 h2, .sc_vnwet2 h3,
.sc_vnwet2 h4, .sc_vnwet2 h5, .sc_vnwet2 h6 { color: #fff; }
.sc_vnwet2 p, .sc_vnwet2 li, .sc_vnwet2 span:not(.badge) { color: rgba(255,255,255,0.78); }
.sc_vnwet2 a:not(.sc_tk28yb) { color: rgba(255,255,255,0.85); }
.sc_vnwet2 a:not(.sc_tk28yb):hover { color: #fff; }
.sc_vnwet2 .sc_ejt4n3 { color: #fff; }
.sc_vnwet2 .sc_qj2ui9  { color: rgba(255,255,255,0.6); }

.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 { color: rgba(255,255,255,0.85); }
.bg-gradient-custom .sc_ejt4n3 { color: #fff; }
.bg-gradient-custom .sc_qj2ui9  { color: rgba(255,255,255,0.7); }

.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}
.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_g08zcm {
    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.45s ease, visibility 0.45s ease;
}
.sc_g08zcm.loaded { opacity: 0; visibility: hidden; }
.sc_bh7lhk  { display: flex; gap: 10px; }
.sc_ry5glu {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--x14cs);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
.sc_ry5glu:nth-child(1) { animation-delay: -0.32s; }
.sc_ry5glu:nth-child(2) { animation-delay: -0.16s; background: var(--x15x2); }
.sc_ry5glu:nth-child(3) { animation-delay: 0; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0.6); }
    40%           { transform: scale(1); }
}

.sc_tk28yb {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 36px;
    font-family: var(--x3sz);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--x4he);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.sc_l3h8p0 {
    background: var(--x14cs);
    color: #fff; border-color: var(--x14cs);
    box-shadow: var(--accent-glow);
}
.sc_l3h8p0:hover {
    background: #0d5cc7;
    border-color: #0d5cc7;
    color: #fff;
    transform: translateY(-3px);
}

.sc_n1tdk3 {
    background: transparent;
    color: var(--x14cs);
    border-color: var(--x14cs);
}
.sc_n1tdk3:hover {
    background: var(--x14cs);
    color: #fff;
    transform: translateY(-3px);
}

.btn-accent-2 {
    background: var(--x15x2);
    color: #fff; border-color: var(--x15x2);
}
.btn-accent-2:hover {
    background: #c73a10; border-color: #c73a10; color: #fff;
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--x14cs); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
    font-size: var(--fs-small);
}
.btn-link-custom:hover { color: var(--x15x2); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_i1ukzf {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
.sc_i1ukzf.scrolled {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 24px rgba(26,42,74,0.10);
}

.header-topbar {
    background: var(--bg-dark);
    padding: 8px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
}
.header-topbar a { color: rgba(255,255,255,0.75); }
.header-topbar a:hover { color: var(--x15x2); }

.sc_aiag2v {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.sc_aeihmk {
    font-family: var(--x3sz);
    font-size: 28px; font-weight: var(--x18oy);
    color: var(--text-primary);
}
.sc_aeihmk:hover { color: var(--text-primary); }
.sc_aeihmk img { height: 52px; width: auto; }

.sc_e5ny00 { display: flex; align-items: center; gap: 36px; }
.sc_e5ny00 .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.sc_e5ny00 .nav-link::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--x14cs);
    border-radius: 2px;
    transition: width 0.3s ease;
}
.sc_e5ny00 .nav-link:hover,
.sc_e5ny00 .nav-link.active { color: var(--x14cs); }
.sc_e5ny00 .nav-link:hover::after,
.sc_e5ny00 .nav-link.active::after { width: 100%; }

.sc_amg5yo { margin-left: 12px; }

.sc_mvw3cd, .sc_p1gh39 { display: flex; align-items: center; gap: 28px; }
.sc_mvw3cd .nav-link, .sc_p1gh39 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
.sc_mvw3cd .nav-link:hover, .sc_p1gh39 .nav-link:hover { color: var(--x14cs); }

.sc_ecx16r {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 42px; height: 42px;
    background: none; border: 2px solid var(--border-color);
    border-radius: var(--x7a9); cursor: pointer; padding: 0; gap: 5px;
}
.sc_ecx16r .sc_fbv8nm {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.sc_ecx16r.active .sc_fbv8nm:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_ecx16r.active .sc_fbv8nm:nth-child(2) { opacity: 0; }
.sc_ecx16r.active .sc_fbv8nm:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_fups4z {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 100px;
    background: var(--bg-dark);
}
.sc_fups4z .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.35;
}
.sc_fups4z .sc_zfuwih {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(26,42,74,0.85), rgba(26,42,74,0.4) 70%, transparent);
}

.sc_fups4z::after {
    content: '';
    position: absolute; bottom: 40px; right: 10%;
    width: 180px; height: 180px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.08);
    animation: bubbleFloat 6s ease-in-out infinite;
}

@keyframes bubbleFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-20px) scale(1.04); }
}

.sc_ensuax { position: relative; z-index: 2; }
.sc_hvj2j7   { position: relative; z-index: 2; }
.sc_hvj2j7 img { border-radius: var(--x8x9); box-shadow: var(--x13rw); }

.sc_tkvf9w {
    display: inline-block;
    background: rgba(26,115,232,0.2);
    color: #7fb8ff;
    font-size: 14px; font-weight: var(--fw-semibold);
    padding: 8px 20px;
    border-radius: var(--x4he);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
}
.sc_mwhafi {
    font-size: var(--x19mw); font-weight: var(--x18oy);
    color: #fff; line-height: 1.1; margin-bottom: 20px;
}
.sc_u46637 {
    font-size: 18px; color: rgba(255,255,255,0.75);
    max-width: 560px; margin-bottom: 36px; line-height: 1.75;
}
.sc_y1qvbz { display: flex; flex-wrap: wrap; gap: 14px; }

.sc_zcanb5 { margin-bottom: 52px; }
.sc_zcanb5.text-center { text-align: center; }
.sc_zcanb5.text-center .sc_rmntoo { max-width: 620px; margin: 0 auto; }

.sc_qu3hu8 {
    display: inline-block;
    font-size: 14px; font-weight: var(--fw-semibold);
    color: var(--x14cs);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
.sc_zz581g {
    font-size: var(--x20tw); font-weight: var(--x18oy);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 16px;
}
.sc_rmntoo { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.75; }

.sc_z83cmx {
    background: var(--bg-card);
    border-radius: var(--x7a9);
    padding: 36px 30px;
    box-shadow: var(--x10ez);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
.sc_z83cmx:hover {
    box-shadow: var(--x12oy);
    transform: translateY(-8px);
    border-color: var(--x14cs);
}
.sc_vsw5n6 {
    width: 70px; height: 70px;
    background: rgba(26,115,232,0.08);
    border-radius: var(--x7a9);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px; transition: var(--transition);
}
.sc_vsw5n6 i, .sc_vsw5n6 svg { color: var(--x14cs); font-size: 30px; }
.sc_z83cmx:hover .sc_vsw5n6 { background: var(--x14cs); }
.sc_z83cmx:hover .sc_vsw5n6 i, .sc_z83cmx:hover .sc_vsw5n6 svg { color: #fff; }
.sc_x750ue { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 12px; }
.sc_n5za68  { font-size: var(--fs-small); color: var(--text-secondary); }

.sc_z83cmx-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px; background: var(--bg-card);
    border-radius: var(--x7a9); border-left: 4px solid var(--x14cs);
    box-shadow: var(--x10ez); transition: var(--transition);
}
.sc_z83cmx-horizontal:hover { box-shadow: var(--x11dy); transform: translateX(6px); }
.sc_z83cmx-horizontal .sc_vsw5n6 { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--x8x9); box-shadow: var(--x12oy); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 42%; border-radius: var(--x7a9);
    box-shadow: var(--x11dy); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -20px;
    background: var(--x14cs); color: #fff;
    padding: 22px 26px; border-radius: var(--x7a9);
    text-align: center; box-shadow: var(--x11dy); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--x3sz); font-size: 44px;
    font-weight: var(--x18oy); line-height: 1; display: block;
}
.experience-badge .badge-text { font-size: 13px; opacity: 0.9; }

.about-list { list-style: none; padding: 0; }
.about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid var(--border-light);
    font-size: var(--fs-small); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--x14cs); margin-top: 4px; flex-shrink: 0; }

.sc_ufzujs {
    background: var(--bg-card); border-radius: var(--x7a9);
    overflow: hidden; box-shadow: var(--x10ez);
    transition: var(--transition); height: 100%;
}
.sc_ufzujs:hover { box-shadow: var(--x12oy); transform: translateY(-8px); }
.sc_ufzujs .sc_bho9sg { position: relative; overflow: hidden; height: 230px; }
.sc_ufzujs .sc_bho9sg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_ufzujs:hover .sc_bho9sg img { transform: scale(1.08); }
.sc_ufzujs .card-tag {
    position: absolute; top: 16px; left: 16px;
    background: var(--x14cs); color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 5px 14px; border-radius: var(--x4he);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.sc_ufzujs .card-icon-corner {
    position: absolute; bottom: 14px; right: 14px;
    width: 48px; height: 48px;
    background: var(--x15x2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
.sc_ufzujs .card-body  { padding: 26px; }
.sc_ufzujs .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.sc_ufzujs .card-text  { font-size: 15px; color: var(--text-secondary); margin-bottom: 18px; }
.sc_ufzujs .card-footer-custom {
    padding: 0 26px 26px;
    display: flex; align-items: center; justify-content: space-between;
}

.tabs-nav {
    display: flex; gap: 0;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 36px;
}
.tabs-nav .tab-btn {
    padding: 12px 28px;
    font-family: var(--x3sz);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    background: none; border: none;
    cursor: pointer; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 0.8px;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}
.tabs-nav .tab-btn:hover { color: var(--x14cs); }
.tabs-nav .tab-btn.active {
    color: var(--x14cs);
    border-bottom-color: var(--x14cs);
}

.sc_ti3nl1 { background: var(--bg-dark); padding: var(--sc_zcp7t4); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 50px; color: var(--x15x2); margin-bottom: 12px; display: block; }
.sc_ejt4n3 {
    font-family: var(--x3sz); font-size: 54px;
    font-weight: var(--x18oy); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.sc_qj2ui9 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.55); }

.sc_vtdsq4 {
    background: var(--bg-card); border-radius: var(--x8x9);
    padding: 38px; box-shadow: var(--x10ez);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.sc_vtdsq4:hover { box-shadow: var(--x11dy); }
.quote-icon   { color: var(--x14cs); font-size: 38px; margin-bottom: 18px; display: block; }
.sc_otbgba   { font-style: italic; color: var(--text-secondary); line-height: 1.75; margin-bottom: 26px; font-size: 16px; }
.sc_vtdsq4 .author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border-light); }
.sc_l2xvk1 { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--x14cs); flex-shrink: 0; }
.sc_bjle44  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 16px; }
.sc_asdp5r  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 15px; margin-bottom: 14px; }

.process-item {
    background: var(--bg-card); border-radius: var(--x7a9);
    padding: 32px 26px; box-shadow: var(--x10ez);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--x12oy); transform: translateY(-8px); border-color: var(--x14cs); }
.sc_bkugs8 {
    font-family: var(--x3sz); font-size: 64px;
    font-weight: var(--x18oy); color: var(--x14cs);
    opacity: 0.15; position: absolute; top: 10px; right: 18px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--x14cs); margin-bottom: 16px; display: block; }
.sc_vde7m1 { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.step-text  { font-size: 15px; color: var(--text-secondary); }

.sc_fnkrkb {
    background: var(--bg-card); border-radius: var(--x8x9);
    overflow: hidden; box-shadow: var(--x10ez);
    transition: var(--transition); text-align: center;
}
.sc_fnkrkb:hover { box-shadow: var(--x11dy); transform: translateY(-6px); }
.sc_fnkrkb .sc_neknbz { position: relative; overflow: hidden; height: 270px; }
.sc_fnkrkb .sc_neknbz img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_fnkrkb:hover .sc_neknbz img { transform: scale(1.06); }
.sc_fnkrkb .team-body { padding: 22px; }
.sc_w795qn { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.sc_p699zc { font-size: 14px; color: var(--x14cs); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a {
    width: 36px; height: 36px;
    background: var(--bg-secondary); color: var(--text-secondary);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 15px; transition: var(--transition);
}
.team-social a:hover { background: var(--x14cs); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--x7a9); }
.portfolio-item img { width: 100%; height: 280px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff;
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,42,74,0.88), transparent);
    opacity: 0; transition: opacity 0.35s ease;
    display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(130,190,255,0.8); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-size: 18px; color: #fff; font-weight: var(--fw-semibold); }
.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; }

.sc_k7hbnz {
    background: var(--bg-card); border-radius: var(--x8x9);
    overflow: hidden; box-shadow: var(--x10ez);
    transition: var(--transition); height: 100%;
}
.sc_k7hbnz:hover { box-shadow: var(--x11dy); transform: translateY(-6px); }
.sc_k7hbnz .sc_bho9sg { height: 220px; overflow: hidden; }
.sc_k7hbnz .sc_bho9sg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_k7hbnz:hover .sc_bho9sg img { transform: scale(1.07); }
.sc_k7hbnz .card-body { padding: 26px; }
.sc_zcqwzj  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.sc_k7hbnz .card-title { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
.sc_k7hbnz .card-text  { font-size: 15px; color: var(--text-secondary); }

.sc_plsxe9 {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--x8x9); padding: 38px 34px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
}
.sc_plsxe9.featured { border-color: var(--x14cs); box-shadow: var(--accent-glow); }
.sc_plsxe9:hover { border-color: var(--x14cs); box-shadow: var(--x11dy); transform: translateY(-6px); }
.sc_lc1ku3   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.sc_d28u79  { font-size: 52px; font-weight: var(--x18oy); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 15px; color: var(--text-muted); margin-bottom: 26px; }
.sc_kbjkxl { list-style: none; padding: 0; margin: 0 0 30px; }
.sc_kbjkxl li {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 0; font-size: 15px; color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.sc_kbjkxl li:last-child { border-bottom: none; }
.sc_kbjkxl li i { color: var(--x14cs); font-size: 13px; flex-shrink: 0; }
.sc_kbjkxl li.disabled { color: var(--text-muted); text-decoration: line-through; }
.sc_kbjkxl li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 26px;
    background: var(--x14cs); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--x6ol) var(--x6ol);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--x7a9) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--x3sz); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 18px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--x14cs); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 16px; line-height: 1.75; }

.sc_yzkyqc {
    background: var(--x1gc);
    padding: var(--sc_zcp7t4);
    position: relative; overflow: hidden; text-align: center;
}
.sc_yzkyqc::before {
    content: ''; position: absolute; top: -60px; right: -60px;
    width: 320px; height: 320px; background: rgba(255,255,255,0.06);
    border-radius: 50%;
}
.cta-content { position: relative; z-index: 1; }
.sc_vf9d20 { font-size: var(--x20tw); font-weight: var(--x18oy); color: #fff; margin-bottom: 16px; }
.sc_uvu7yr  { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 36px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
    flex: 1; min-width: 200px;
    padding: 14px 22px; border: 2px solid var(--border-color);
    border-radius: var(--x4he); font-family: var(--x5h7);
    font-size: var(--fs-small); background: var(--bg-primary);
    color: var(--text-primary); transition: border-color 0.3s ease;
}
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--x14cs); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.sc_y6e1b5 .form-control {
    border: 2px solid var(--border-color); border-radius: var(--x7a9);
    padding: 14px 20px; font-family: var(--x5h7); font-size: var(--fs-small);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.sc_y6e1b5 .form-control:focus { outline: none; box-shadow: none; border-color: var(--x14cs); }
.sc_y6e1b5 label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 16px; }
.sc_y6e1b5 .form-control::placeholder { color: var(--text-muted); }

.sc_h5q54t { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.sc_z9n1zk { margin-bottom: 40px; }
.sc_ht9aih {
    font-family: var(--x3sz); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--x14cs); width: max-content;
}
.sc_jb9d8a { list-style: none; padding: 0; }
.sc_jb9d8a li { margin-bottom: 10px; }
.sc_jb9d8a a {
    color: rgba(255,255,255,0.65); font-size: 15px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.sc_jb9d8a a:hover { color: #fff; padding-left: 4px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    color: rgba(255,255,255,0.65); font-size: 15px; margin-bottom: 12px;
}
.footer-contact li i { color: var(--x15x2); margin-top: 2px; flex-shrink: 0; }
.sc_kwgu1s { display: flex; gap: 10px; margin-top: 20px; }
.sc_kwgu1s a {
    width: 40px; height: 40px;
    border: 1px solid rgba(255,255,255,0.15); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 16px; transition: var(--transition);
}
.sc_kwgu1s a:hover { background: var(--x14cs); border-color: var(--x14cs); color: #fff; }
.sc_y2hg6f {
    margin-top: 40px; padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center; font-size: 14px; color: rgba(255,255,255,0.45);
}

.sc_j15h40 {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px; background: var(--x14cs); color: #fff;
    border: none; border-radius: var(--x4he);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden;
    transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999;
}
.sc_j15h40.visible { opacity: 1; visibility: visible; }
.sc_j15h40:hover { background: var(--x15x2); transform: translateY(-3px); }

.marquee-section { overflow: hidden; padding: 24px 0; background: var(--bg-secondary); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.marquee-track {
    display: flex; gap: 48px; align-items: center;
    animation: marqueeScroll 30s linear infinite; width: max-content;
}
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
    display: flex; align-items: center; gap: 12px;
    font-family: var(--x3sz); font-size: 18px;
    font-weight: var(--fw-semibold); color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1px; white-space: nowrap;
}
.marquee-item i, .marquee-item svg { color: var(--x14cs); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--x1gc); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--x3sz); font-size: 80px;
    font-weight: var(--x18oy); color: transparent;
    -webkit-text-stroke: 2px var(--x14cs); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --x19mw: 54px; --x20tw: 40px; --x21ng: 30px; }
}
@media (max-width: 991px) {
    :root { --x19mw: 44px; --x20tw: 34px; --sc_zcp7t4: 80px 0; }
    .sc_e5ny00 { display: none; }
    .sc_ecx16r { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --x19mw: 36px; --x20tw: 28px; --sc_zcp7t4: 60px 0; }
    .sc_mwhafi { font-size: 32px; }
    .sc_y1qvbz { flex-direction: column; }
    .sc_y1qvbz .sc_tk28yb { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .sc_ejt4n3 { font-size: 44px; }
    .tabs-nav { flex-wrap: wrap; }
}

.sc_vnwet2 .sc_tkvf9w { color: #fff; }
.sc_vnwet2 .sc_qu3hu8 { color: var(--x14cs); }
.sc_vnwet2 .sc_hy5dk2 { color: rgba(255,255,255,0.55); }
.sc_vnwet2 .sc_jb9d8a a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_vnwet2 .sc_jb9d8a 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(--x14cs) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
