

: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);

    --x14cw: #1a73e8;
    --x15u3: #e84a1a;
    --x1pq: linear-gradient(135deg, var(--x14cw), #2d8ef5);
    --accent-glow: 0 8px 28px rgba(26, 115, 232, 0.25);

    --x3is: 'Barlow', 'Inter', system-ui, sans-serif;
    --x5t3:    'Barlow', 'Inter', system-ui, sans-serif;

    --x19u2: 68px;
    --x20s2: 48px;
    --x21al: 34px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --x17dl: 18px;
    --fs-small: 16px;

    --x18n8:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --x6zm:   6px;
    --x7ma:   12px;
    --x8lq:   18px;
    --x9an:   26px;
    --x4wt: 60px;

    --transition:      all 0.4s ease;
    --transition-slow: all 0.6s ease;

    --x10t6: 0 2px 10px rgba(26, 42, 74, 0.06);
    --x11i3: 0 8px 28px rgba(26, 42, 74, 0.10);
    --x12dz: 0 16px 50px rgba(26, 42, 74, 0.14);
    --x13fp: 0 28px 72px rgba(26, 42, 74, 0.18);

    --hjhnef: 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(--x5t3);
    font-size: var(--x17dl);
    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(--x14cw); transition: var(--transition); }
a:hover { color: var(--x15u3); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--x14cw); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--x3is);
    font-weight: var(--x18n8);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}
h1 { font-size: var(--x19u2); }
h2 { font-size: var(--x20s2); }
h3 { font-size: var(--x21al); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 18px; color: var(--text-secondary); }

.text-gradient {
    background: var(--x1pq);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--x14cw); }
.text-accent-2 { color: var(--x15u3); }
.text-dark     { color: var(--text-primary); }
.bkv6re { color: var(--text-muted); }

.hjhnef    { padding: var(--hjhnef); position: relative; }
.hjhnef-sm { padding: 60px 0; }
.hjhnef-lg { padding: 130px 0; }
.hjhnef > .container { position: relative; z-index: 1; }
.kmzwp  { background-color: var(--bg-primary); }
.jedoya { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--x1pq); color: #fff; }
.ojlsn    { background-color: var(--bg-dark); }

.ojlsn h1, .ojlsn h2, .ojlsn h3,
.ojlsn h4, .ojlsn h5, .ojlsn h6 { color: #fff; }
.ojlsn p, .ojlsn li, .ojlsn span:not(.badge) { color: rgba(255,255,255,0.78); }
.ojlsn a:not(.gu6atp) { color: rgba(255,255,255,0.85); }
.ojlsn a:not(.gu6atp):hover { color: #fff; }
.ojlsn .em6g { color: #fff; }
.ojlsn .uhjc  { 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 .em6g { color: #fff; }
.bg-gradient-custom .uhjc  { 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}

.atayc {
    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;
}
.atayc.loaded { opacity: 0; visibility: hidden; }
.ruyx  { display: flex; gap: 10px; }
.fz28 {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--x14cw);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
.fz28:nth-child(1) { animation-delay: -0.32s; }
.fz28:nth-child(2) { animation-delay: -0.16s; background: var(--x15u3); }
.fz28:nth-child(3) { animation-delay: 0; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0.6); }
    40%           { transform: scale(1); }
}

.gu6atp {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 36px;
    font-family: var(--x3is);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--x4wt);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.po5kdp {
    background: var(--x14cw);
    color: #fff; border-color: var(--x14cw);
    box-shadow: var(--accent-glow);
}
.po5kdp:hover {
    background: #0d5cc7;
    border-color: #0d5cc7;
    color: #fff;
    transform: translateY(-3px);
}

.kqi4 {
    background: transparent;
    color: var(--x14cw);
    border-color: var(--x14cw);
}
.kqi4:hover {
    background: var(--x14cw);
    color: #fff;
    transform: translateY(-3px);
}

.btn-accent-2 {
    background: var(--x15u3);
    color: #fff; border-color: var(--x15u3);
}
.btn-accent-2:hover {
    background: #c73a10; border-color: #c73a10; color: #fff;
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--x14cw); 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(--x15u3); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.kxnpw {
    position: sticky; top: 0; left: 0;
    width: 100%; z-index: 1000;
    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(--x15u3); }

.or7h1e {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.ol50 {
    font-family: var(--x3is);
    font-size: 28px; font-weight: var(--x18n8);
    color: var(--text-primary);
}
.ol50:hover { color: var(--text-primary); }
.ol50 img { height: 52px; width: auto; }

.fsjqc { display: flex; align-items: center; gap: 36px; }
.fsjqc .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.fsjqc .nav-link::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--x14cw);
    border-radius: 2px;
    transition: width 0.3s ease;
}
.fsjqc .nav-link:hover,
.fsjqc .nav-link.active { color: var(--x14cw); }
.fsjqc .nav-link:hover::after,
.fsjqc .nav-link.active::after { width: 100%; }

.zbb3jj { margin-left: 12px; }

.qs87vq, .jfkv7 { display: flex; align-items: center; gap: 28px; }
.qs87vq .nav-link, .jfkv7 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
.qs87vq .nav-link:hover, .jfkv7 .nav-link:hover { color: var(--x14cw); }

.bwbi2y {
    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(--x7ma); cursor: pointer; padding: 0; gap: 5px;
}
.bwbi2y .wgxkv {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.bwbi2y.active .wgxkv:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bwbi2y.active .wgxkv:nth-child(2) { opacity: 0; }
.bwbi2y.active .wgxkv:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.um27 {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 0;
    background: var(--bg-dark);
}
.um27 .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.35;
}
.um27 .obtkph {
    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);
}

.um27::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); }
}

.xynkue { position: relative; z-index: 2; }
.htf0   { position: relative; z-index: 2; }
.htf0 img { border-radius: var(--x8lq); box-shadow: var(--x13fp); }

.ex57o6 {
    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(--x4wt);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
}
.zburoy {
    font-size: var(--x19u2); font-weight: var(--x18n8);
    color: #fff; line-height: 1.1; margin-bottom: 20px;
}
.hmsvj {
    font-size: 18px; color: rgba(255,255,255,0.75);
    max-width: 560px; margin-bottom: 36px; line-height: 1.75;
}
.zphq6d { display: flex; flex-wrap: wrap; gap: 14px; }

.usu2lr { margin-bottom: 52px; }
.usu2lr.text-center { text-align: center; }
.usu2lr.text-center .ldld2d { max-width: 620px; margin: 0 auto; }

.rr6o6 {
    display: inline-block;
    font-size: 14px; font-weight: var(--fw-semibold);
    color: var(--x14cw);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
.cy4qn {
    font-size: var(--x20s2); font-weight: var(--x18n8);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 16px;
}
.ldld2d { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.75; }

.fx7fn {
    background: var(--bg-card);
    border-radius: var(--x7ma);
    padding: 36px 30px;
    box-shadow: var(--x10t6);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
.fx7fn:hover {
    box-shadow: var(--x12dz);
    transform: translateY(-8px);
    border-color: var(--x14cw);
}
.hb7p0x {
    width: 70px; height: 70px;
    background: rgba(26,115,232,0.08);
    border-radius: var(--x7ma);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px; transition: var(--transition);
}
.hb7p0x i, .hb7p0x svg { color: var(--x14cw); font-size: 30px; }
.fx7fn:hover .hb7p0x { background: var(--x14cw); }
.fx7fn:hover .hb7p0x i, .fx7fn:hover .hb7p0x svg { color: #fff; }
.cvdg { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 12px; }
.he21t  { font-size: var(--fs-small); color: var(--text-secondary); }

.fx7fn-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px; background: var(--bg-card);
    border-radius: var(--x7ma); border-left: 4px solid var(--x14cw);
    box-shadow: var(--x10t6); transition: var(--transition);
}
.fx7fn-horizontal:hover { box-shadow: var(--x11i3); transform: translateX(6px); }
.fx7fn-horizontal .hb7p0x { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--x8lq); box-shadow: var(--x12dz); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 42%; border-radius: var(--x7ma);
    box-shadow: var(--x11i3); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -20px;
    background: var(--x14cw); color: #fff;
    padding: 22px 26px; border-radius: var(--x7ma);
    text-align: center; box-shadow: var(--x11i3); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--x3is); font-size: 44px;
    font-weight: var(--x18n8); 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(--x14cw); margin-top: 4px; flex-shrink: 0; }

.nd4g {
    background: var(--bg-card); border-radius: var(--x7ma);
    overflow: hidden; box-shadow: var(--x10t6);
    transition: var(--transition); height: 100%;
}
.nd4g:hover { box-shadow: var(--x12dz); transform: translateY(-8px); }
.nd4g .vc44 { position: relative; overflow: hidden; height: 230px; }
.nd4g .vc44 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.nd4g:hover .vc44 img { transform: scale(1.08); }
.nd4g .card-tag {
    position: absolute; top: 16px; left: 16px;
    background: var(--x14cw); color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 5px 14px; border-radius: var(--x4wt);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.nd4g .card-icon-corner {
    position: absolute; bottom: 14px; right: 14px;
    width: 48px; height: 48px;
    background: var(--x15u3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
.nd4g .card-body  { padding: 26px; }
.nd4g .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.nd4g .card-text  { font-size: 15px; color: var(--text-secondary); margin-bottom: 18px; }
.nd4g .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(--x3is);
    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(--x14cw); }
.tabs-nav .tab-btn.active {
    color: var(--x14cw);
    border-bottom-color: var(--x14cw);
}

.ik87 { background: var(--bg-dark); padding: var(--hjhnef); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 50px; color: var(--x15u3); margin-bottom: 12px; display: block; }
.em6g {
    font-family: var(--x3is); font-size: 54px;
    font-weight: var(--x18n8); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.um27 .em6g { color: var(--text-primary); }
.uhjc { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.55); }

.zlxol9 {
    background: var(--bg-card); border-radius: var(--x8lq);
    padding: 38px; box-shadow: var(--x10t6);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.zlxol9:hover { box-shadow: var(--x11i3); }
.quote-icon   { color: var(--x14cw); font-size: 38px; margin-bottom: 18px; display: block; }
.ijfywt   { font-style: italic; color: var(--text-secondary); line-height: 1.75; margin-bottom: 26px; font-size: 16px; }
.zlxol9 .author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border-light); }
.iyd4 { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--x14cw); flex-shrink: 0; }
.dmllfq  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 16px; }
.geqe  { 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(--x7ma);
    padding: 32px 26px; box-shadow: var(--x10t6);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--x12dz); transform: translateY(-8px); border-color: var(--x14cw); }
.zjkjh {
    font-family: var(--x3is); font-size: 64px;
    font-weight: var(--x18n8); color: var(--x14cw);
    opacity: 0.15; position: absolute; top: 10px; right: 18px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--x14cw); margin-bottom: 16px; display: block; }
.dhj3cf { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.step-text  { font-size: 15px; color: var(--text-secondary); }

.netg8l {
    background: var(--bg-card); border-radius: var(--x8lq);
    overflow: hidden; box-shadow: var(--x10t6);
    transition: var(--transition); text-align: center;
}
.netg8l:hover { box-shadow: var(--x11i3); transform: translateY(-6px); }
.netg8l .sggz { position: relative; overflow: hidden; height: 270px; }
.netg8l .sggz img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.netg8l:hover .sggz img { transform: scale(1.06); }
.netg8l .team-body { padding: 22px; }
.du6zy { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.uz0v { font-size: 14px; color: var(--x14cw); 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(--x14cw); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--x7ma); }
.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; }

.lare {
    background: var(--bg-card); border-radius: var(--x8lq);
    overflow: hidden; box-shadow: var(--x10t6);
    transition: var(--transition); height: 100%;
}
.lare:hover { box-shadow: var(--x11i3); transform: translateY(-6px); }
.lare .vc44 { height: 220px; overflow: hidden; }
.lare .vc44 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.lare:hover .vc44 img { transform: scale(1.07); }
.lare .card-body { padding: 26px; }
.fm722  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.lare .card-title { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
.lare .card-text  { font-size: 15px; color: var(--text-secondary); }

.kv7pd {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--x8lq); padding: 38px 34px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
}
.kv7pd.featured { border-color: var(--x14cw); box-shadow: var(--accent-glow); }
.kv7pd:hover { border-color: var(--x14cw); box-shadow: var(--x11i3); transform: translateY(-6px); }
.xdcyk   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.ju0sr  { font-size: 52px; font-weight: var(--x18n8); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 15px; color: var(--text-muted); margin-bottom: 26px; }
.ypczxh { list-style: none; padding: 0; margin: 0 0 30px; }
.ypczxh 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);
}
.ypczxh li:last-child { border-bottom: none; }
.ypczxh li i { color: var(--x14cw); font-size: 13px; flex-shrink: 0; }
.ypczxh li.disabled { color: var(--text-muted); text-decoration: line-through; }
.ypczxh li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 26px;
    background: var(--x14cw); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--x6zm) var(--x6zm);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--x7ma) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--x3is); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 18px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--x14cw); 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; }

.vycc {
    background: var(--x1pq);
    padding: var(--hjhnef);
    position: relative; overflow: hidden; text-align: center;
}
.vycc::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; }
.dopd { font-size: var(--x20s2); font-weight: var(--x18n8); color: #fff; margin-bottom: 16px; }
.ibr6p  { 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(--x4wt); font-family: var(--x5t3);
    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(--x14cw); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.pr02m .form-control {
    border: 2px solid var(--border-color); border-radius: var(--x7ma);
    padding: 14px 20px; font-family: var(--x5t3); font-size: var(--fs-small);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.pr02m .form-control:focus { outline: none; box-shadow: none; border-color: var(--x14cw); }
.pr02m label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 16px; }
.pr02m .form-control::placeholder { color: var(--text-muted); }

.ysbiu { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.lar66 { margin-bottom: 40px; }
.xk0b {
    font-family: var(--x3is); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--x14cw); width: max-content;
}
.xk02z { list-style: none; padding: 0; }
.xk02z li { margin-bottom: 10px; }
.xk02z a {
    color: rgba(255,255,255,0.65); font-size: 15px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.xk02z 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(--x15u3); margin-top: 2px; flex-shrink: 0; }
.qv4y { display: flex; gap: 10px; margin-top: 20px; }
.qv4y 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);
}
.qv4y a:hover { background: var(--x14cw); border-color: var(--x14cw); color: #fff; }
.xvdifi {
    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);
}

.ob7ruk {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px; background: var(--x14cw); color: #fff;
    border: none; border-radius: var(--x4wt);
    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;
}
.ob7ruk.visible { opacity: 1; visibility: visible; }
.ob7ruk:hover { background: var(--x15u3); 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(--x3is); 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(--x14cw); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--x1pq); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--x3is); font-size: 80px;
    font-weight: var(--x18n8); color: transparent;
    -webkit-text-stroke: 2px var(--x14cw); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --x19u2: 54px; --x20s2: 40px; --x21al: 30px; }
}
@media (max-width: 991px) {
    :root { --x19u2: 44px; --x20s2: 34px; --hjhnef: 80px 0; }
    .fsjqc { display: none; }
    .bwbi2y { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --x19u2: 36px; --x20s2: 28px; --hjhnef: 60px 0; }
    .zburoy { font-size: 32px; }
    .zphq6d { flex-direction: column; }
    .zphq6d .gu6atp { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .em6g { font-size: 44px; }
    .tabs-nav { flex-wrap: wrap; }
}

.ojlsn .ex57o6 { color: #fff; }
.ojlsn .rr6o6 { color: var(--x14cw); }
.ojlsn .bkv6re { color: rgba(255,255,255,0.55); }
.ojlsn .xk02z a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.ojlsn .xk02z 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(--x14cw) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
